summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2015-01-13 16:36:53 +0100
committerrekado <rekado@elephly.net>2015-01-13 16:36:53 +0100
commit3841080965a3e7405283fcae7b0903d96a5927f8 (patch)
treea243acf6bcc30cd162fe9487d51874eed841e5b3 /init.el
parent976efb4e4341034ef8c442be766b0a6090079e6b (diff)
use fill-column-indicator
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 62c70ec..f675e39 100644
--- a/init.el
+++ b/init.el
@@ -136,6 +136,9 @@
(require 'company)
(add-hook 'after-init-hook 'global-company-mode)
+(require 'fill-column-indicator)
+(add-hook 'prog-mode-hook 'fci-mode)
+
;; keep the cursor centered to avoid sudden scroll jumps
(require 'centered-cursor-mode)