Comment on disabling fci-mode in org-mode

This commit is contained in:
Henrik Lissner 2018-09-20 22:28:39 -04:00
parent 1b3511890e
commit 02a5109c4f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

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