From 02a5109c4f76243dce7f572428b78047c9672938 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 20 Sep 2018 22:28:39 -0400 Subject: [PATCH] Comment on disabling fci-mode in org-mode --- modules/ui/fci/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ui/fci/config.el b/modules/ui/fci/config.el index fdef24869..77da05dd8 100644 --- a/modules/ui/fci/config.el +++ b/modules/ui/fci/config.el @@ -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 ()