From 17d726df13fa1cd63291ba6fcf5ddcc6b055c6b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 31 Jul 2014 22:17:57 +0200 Subject: [emacs] full-column-indicator --- .emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs') 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) -- cgit v1.2.3