diff options
author | Alan Pearce | 2015-08-14 23:31:35 +0200 |
---|---|---|
committer | Alan Pearce | 2015-08-14 23:31:35 +0200 |
commit | 664e4c099d653fed46c0970328a70fdcaf89e581 (patch) | |
tree | 6781ecb056589346efcdb50f887c4e256f1104e6 /tag-emacs/emacs.d | |
parent | 8708c364ce3ab538307369885709ac67f1f9a2bb (diff) | |
download | nixfiles-664e4c099d653fed46c0970328a70fdcaf89e581.tar.lz nixfiles-664e4c099d653fed46c0970328a70fdcaf89e581.tar.zst nixfiles-664e4c099d653fed46c0970328a70fdcaf89e581.zip |
Emacs: Remove overzealous font-locking from dired
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index ffb1f310..8eae5336 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -354,7 +354,9 @@ these settings are particularly useful (setq jit-lock-stealth-time 1 jit-lock-stealth-load 100 jit-lock-chunk-size 1000 - jit-lock-defer-time 0.01) + jit-lock-defer-time 0.01 + font-lock-maximum-decoration '((dired-mode . 1) + (t . t))) #+END_SRC * Files |