Explorar el Código

Dminish color-identifiers-mode

master
10sr hace 5 años
padre
commit
0b8136691b
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Ver fichero

@@ -527,7 +527,9 @@ found, otherwise returns nil."
(diminish 'global-whitespace-mode)
(diminish 'which-key-mode)
(diminish 'page-break-lines-mode)
(diminish 'highlight-indentation-mode)))
(diminish 'highlight-indentation-mode)
(diminish 'color-identifiers-mode)
))

(setq mode-line-front-space "")
;; (setq mode-line-end-spaces "")


Cargando…
Cancelar
Guardar