summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-03-10 11:15:25 +0100
committerGravatar Tom Willemse2014-03-10 11:15:25 +0100
commit03507a3e2959dab508c5aa704ece3f5343db55c5 (patch)
tree4bfceac043d9ab05052a5a3f4ba698dc1aeb039d /.emacs.d
parente1cb8353421d573c404975c3a752a17f251fc9dc (diff)
downloademacs-03507a3e2959dab508c5aa704ece3f5343db55c5.tar.gz
emacs-03507a3e2959dab508c5aa704ece3f5343db55c5.zip
Update fci settings
The column property has changed from being buffer-local by default to being a normal property.
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
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")