Parcourir la source

Set font lock max decoration default to 2

master
10sr il y a 4 ans
Parent
révision
c97710efd0
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Voir le fichier

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


Chargement…
Annuler
Enregistrer