mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/org: doom-buffer-mode => solaire-mode
This commit is contained in:
@ -6,5 +6,5 @@
|
|||||||
(let ((shackle-rules '(("^\\*Org Src" :align t :select t :regexp t :noesc t :same t))))
|
(let ((shackle-rules '(("^\\*Org Src" :align t :select t :regexp t :noesc t :same t))))
|
||||||
(call-interactively #'org-edit-special)
|
(call-interactively #'org-edit-special)
|
||||||
;; FIXME too tightly coupled with doom-buffer-mode
|
;; FIXME too tightly coupled with doom-buffer-mode
|
||||||
(when (fboundp 'doom-buffer-mode)
|
(when (fboundp 'solaire-mode)
|
||||||
(doom-buffer-mode +1))))
|
(solaire-mode +1))))
|
||||||
|
Reference in New Issue
Block a user