Browse Source

Set font lock max decoration default to 2

master
10sr 4 years ago
parent
commit
c97710efd0
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el View File

@@ -906,6 +906,12 @@ THEM are function and its args."
(font-lock-add-keywords nil my-jspace-face)
))

(set-variable 'font-lock-maximum-decoration
'(
;; (python-mode . 2)
(t . 2)
))

(when (fboundp 'global-whitespace-mode)
(add-hook 'after-first-visit-hook
'global-whitespace-mode))


Loading…
Cancel
Save