Disable fci-mode in org-mode by default

Too many issues caused by variable font and icon sizes in org-mode (see
This commit is contained in:
Henrik Lissner 2018-06-08 14:29:38 +02:00
parent dd2d704137
commit 4b8ac0ad3d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -16,6 +16,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
(add-hook 'org-mode-hook #'turn-off-fci-mode)
(defun +fci|set-color ()
"Automatically change `fci-rule-color' based on `+fci-rule-color-function's
return value. To disable this, either set `+fci-rule-color-function' to nil or