summaryrefslogtreecommitdiff
diff options
context:
space:
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)