Parcourir la source

Add color-identifiers-mode

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

+ 5
- 0
emacs.el Voir le fichier

@@ -146,6 +146,7 @@ found, otherwise returns nil."
term-cursor
pydoc
swoop
color-identifiers-mode

editorconfig
editorconfig-custom-majormode
@@ -676,6 +677,10 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts

(when (fboundp 'color-identifiers-mode)
(add-hook 'prog-mode-hook
'color-identifiers-mode))

(setq text-quoting-style 'grave)

;; (set-face-background 'vertical-border (face-foreground 'mode-line))


Chargement…
Annuler
Enregistrer