diff options
| author | 2014-11-12 14:32:32 +0100 | |
|---|---|---|
| committer | 2014-11-12 14:32:32 +0100 | |
| commit | c0984eea1e346a8d8e2dba4e0b36d355b544e4d3 (patch) | |
| tree | 06a167b71f892a5592a4f4ba356248963179c31f /emacs | |
| parent | dd53dd1a118e7012b90dc2b8105cbd2865aab3e5 (diff) | |
| download | dotfiles-c0984eea1e346a8d8e2dba4e0b36d355b544e4d3.tar.gz dotfiles-c0984eea1e346a8d8e2dba4e0b36d355b544e4d3.zip | |
Set whitespace-style locally
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 2 |
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 |
