From 03507a3e2959dab508c5aa704ece3f5343db55c5 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 10 Mar 2014 11:15:25 +0100 Subject: Update fci settings The column property has changed from being buffer-local by default to being a normal property. --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e7eda5f..a56b047 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -479,8 +479,8 @@ When dealing with braces, add another line and indent that too." (local-set-key (kbd "C->") 'python-indent-shift-right) (local-set-key (kbd "C-<") 'python-indent-shift-left) (set (make-local-variable 'electric-indent-chars) nil) - (setq fci-rule-column 79 - fill-column 72) + (setq-local fci-rule-column 79) + (setq-local fill-column 72) (setq-local whitespace-style '(tab-mark))) (defun oni:raise-ansi-term (arg) @@ -1065,7 +1065,7 @@ If no direction is given, don't split." auto-mode-alist))) (stante-after fill-column-indicator - (setq-default fci-rule-column 73)) + (setq fci-rule-column 73)) (stante-after fiplr (add-to-list 'fiplr-root-markers ".emacs.desktop") -- cgit v1.2.3-54-g00ecf