summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 9c3ad3e..1852f74 100644
--- a/.emacs
+++ b/.emacs
@@ -92,7 +92,8 @@
(add-hook 'isar-mode-hook 'isar-mode-keys)
;; load fci
-(add-hook 'isar-mode-hook 'fci-mode)
+(require 'column-enforce-mode)
+(add-hook 'isar-mode-hook '80-column-mode)
;; custom file
(setq custom-file "~/.emacs.d/custom.el")