From 86271407c3e3f702bbcc68cfb4f36240146fdb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 1 Aug 2014 08:52:20 +0200 Subject: [emacs] fci does not work with PG; try something else --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.emacs') 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") -- cgit v1.2.3