diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:51:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:51:28 +0100 |
commit | be47c90892d915596f470e1d869650d7dc953395 (patch) | |
tree | 9d7f813b7081181de9f2fcbca82f625d6b503c7c | |
parent | 24b65b7d4a27e140211b42e99b0a367c269b5b63 (diff) |
Replace fci-mode with built-in indicator mode.
-rw-r--r-- | init.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |