Sfoglia il codice sorgente

Set font lock max decoration default to 2

master
10sr 4 anni fa
parent
commit
c97710efd0
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Vedi 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))


Caricamento…
Annulla
Salva