lang/org: doom-buffer-mode => solaire-mode

This commit is contained in:
Henrik Lissner 2017-06-10 01:53:03 +02:00
parent eff937432e
commit fce95eb5e3
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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))))