summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-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")