summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 22:51:28 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 22:51:28 +0100
commitbe47c90892d915596f470e1d869650d7dc953395 (patch)
tree9d7f813b7081181de9f2fcbca82f625d6b503c7c
parent24b65b7d4a27e140211b42e99b0a367c269b5b63 (diff)
Replace fci-mode with built-in indicator mode.
-rw-r--r--init.org6
1 files changed, 1 insertions, 5 deletions
diff --git a/init.org b/init.org
index 61cfce4..4ec90fe 100644
--- a/init.org
+++ b/init.org
@@ -1245,11 +1245,7 @@ This is even more stuff to be done after initialising packages. I still need to
(put 'erase-buffer 'disabled nil)
(put 'narrow-to-page 'disabled nil)
-(require 'fill-column-indicator)
-(setq fci-rule-use-dashes t)
-(setq fci-rule-color "#cccccc")
-(setq fci-dash-pattern 0.3)
-(add-hook 'prog-mode-hook 'fci-mode)
+(add-hook 'prog-mode-hook 'display-fill-column-indicator-mode)
;; expand region
(global-set-key (kbd "M-@") 'er/expand-region)