summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
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)