diff --git a/emacs.el b/emacs.el index d66d26c..5b6e02b 100644 --- a/emacs.el +++ b/emacs.el @@ -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))