Start adding ob-tmux to doom config.

This commit is contained in:
2023-09-05 07:28:45 +12:00
parent 9fde83fc09
commit d221812cf7
3 changed files with 20 additions and 1 deletions

View File

@ -102,3 +102,16 @@
(global-set-key (kbd "<mouse-4>") 'scroll-down-5-lines)
(global-set-key (kbd "<mouse-5>") 'scroll-up-5-lines)
(setq org-babel-default-header-args:shell
'((:results . "output code verbatim replace")
(:wrap . "example")))
(require 'ob-async)
(use-package! ob-tmux
:ensure t
:custom
(org-babel-default-header-args:tmux
(:session . "default")
(:socket . nil)))
(org-babel-tmux-terminal "iterm")