mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Comment on disabling fci-mode in org-mode
This commit is contained in:
@ -17,6 +17,8 @@ Changes to this variable do not take effect until `fci-mode' is restarted.")
|
||||
(def-package! fill-column-indicator
|
||||
:hook ((text-mode prog-mode conf-mode) . turn-on-fci-mode)
|
||||
:config
|
||||
;; fci is broken in `org-mode' when `org-indent-mode' is active. org-indent is
|
||||
;; more important to me, so...
|
||||
(add-hook 'org-mode-hook #'turn-off-fci-mode)
|
||||
|
||||
(defun +fci|set-color ()
|
||||
|
Reference in New Issue
Block a user