mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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))))
|
||||
(call-interactively #'org-edit-special)
|
||||
;; FIXME too tightly coupled with doom-buffer-mode
|
||||
(when (fboundp 'doom-buffer-mode)
|
||||
(doom-buffer-mode +1))))
|
||||
(when (fboundp 'solaire-mode)
|
||||
(solaire-mode +1))))
|
||||
|
Reference in New Issue
Block a user