diff options
-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) |