Working doom config for ob-tmux.
This commit is contained in:
@ -108,10 +108,8 @@
|
||||
(: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")
|
||||
(require 'ob-tmux)
|
||||
(setq org-babel-default-header-args:tmux
|
||||
'((:results . "silent") ;
|
||||
(:session . "default") ; The default tmux session to send code to
|
||||
(:socket . nil))) ; The default tmux socket to communicate with
|
||||
|
||||
@ -18,8 +18,9 @@
|
||||
'(jdee-db-active-breakpoint-face-colors (cons "#0F1019" "#D85F00"))
|
||||
'(jdee-db-requested-breakpoint-face-colors (cons "#0F1019" "#79D836"))
|
||||
'(jdee-db-spec-breakpoint-face-colors (cons "#0F1019" "#767676"))
|
||||
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
|
||||
'(objed-cursor-color "#D83441")
|
||||
'(package-selected-packages '(yaml-mode cmake-mode))
|
||||
'(package-selected-packages '(ob-tmux yaml-mode cmake-mode))
|
||||
'(pdf-view-midnight-colors (cons "#CEDBE5" "#0D0E16"))
|
||||
'(rustic-ansi-faces
|
||||
["#0D0E16" "#D83441" "#79D836" "#D8B941" "#3679D8" "#8041D8" "#36D8BD" "#CEDBE5"])
|
||||
|
||||
@ -19,6 +19,8 @@
|
||||
;;chinese
|
||||
;;japanese
|
||||
;;layout ; auie,ctsrnm is the superior home row
|
||||
:os
|
||||
(tty +osc)
|
||||
|
||||
:completion
|
||||
company ; the ultimate code completion backend
|
||||
|
||||
Reference in New Issue
Block a user