Bläddra i källkod

Set font lock max decoration default to 2

master
10sr 4 år sedan
förälder
incheckning
c97710efd0
Signerad av: 10sr GPG-nyckel ID: 7BEC428194130EB2
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Visa fil

@@ -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))


Laddar…
Avbryt
Spara