summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-11-12 14:32:32 +0100
committerGravatar Tom Willemse2014-11-12 14:32:32 +0100
commitc0984eea1e346a8d8e2dba4e0b36d355b544e4d3 (patch)
tree06a167b71f892a5592a4f4ba356248963179c31f /emacs/.emacs.d/init.org
parentdd53dd1a118e7012b90dc2b8105cbd2865aab3e5 (diff)
downloaddotfiles-c0984eea1e346a8d8e2dba4e0b36d355b544e4d3.tar.gz
dotfiles-c0984eea1e346a8d8e2dba4e0b36d355b544e4d3.zip
Set whitespace-style locally
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 9bbcd3e..50f0452 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -87,7 +87,7 @@
(defvar whitespace-style)
(defun oni:whitespace-only-tabs ()
- (setq whitespace-style '(face tabs))
+ (setq-local whitespace-style '(face tabs))
(whitespace-mode))
#+END_SRC