Comment on disabling fci-mode in org-mode
This commit is contained in:
parent
1b3511890e
commit
02a5109c4f
1 changed files with 2 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue