Org export to tmux sessions. Possible powershell integration?
This commit is contained in:
parent
4394d983a9
commit
0edbf80ece
@ -949,5 +949,16 @@ See https://emacs.stackexchange.com/questions/2538/how-to-define-additional-mode
|
|||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:custom (kkc-init-file-name (expand-file-name "kkcrc" backup-directory)))
|
:custom (kkc-init-file-name (expand-file-name "kkcrc" backup-directory)))
|
||||||
|
|
||||||
|
;; see https://www.reddit.com/r/emacs/comments/xyo2fo/orgmode_vterm_tmux/
|
||||||
|
(use-package ob-tmux
|
||||||
|
:custom
|
||||||
|
(org-babel-default-header-args:tmux
|
||||||
|
'((:results . "display")
|
||||||
|
(:session . "default")
|
||||||
|
(:socket . nil)))
|
||||||
|
(org-babel-tmux-session-prefix "ob-")
|
||||||
|
(org-babel-tmux-terminal "/home/mitch/.local/bin/emacs-term-shim.sh")
|
||||||
|
(org-babel-tmux-terminal-opts nil))
|
||||||
|
|
||||||
(provide 'mitch-packages)
|
(provide 'mitch-packages)
|
||||||
;;; mitch-packages.el ends here
|
;;; mitch-packages.el ends here
|
||||||
|
Loading…
Reference in New Issue
Block a user