summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited to '.emacs')
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 8ac6d01..9c3ad3e 100644
--- a/.emacs
+++ b/.emacs
@@ -91,6 +91,9 @@
(add-hook 'isar-mode-hook 'isar-mode-keys)
+;; load fci
+(add-hook 'isar-mode-hook 'fci-mode)
+
;; custom file
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)