Ver código fonte

Set font lock max decoration default to 2

master
10sr 4 anos atrás
pai
commit
c97710efd0
Acessado por: 10sr ID da chave GPG: 7BEC428194130EB2
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      emacs.el

+ 6
- 0
emacs.el Ver arquivo

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


Carregando…
Cancelar
Salvar