From fac01615e0fd04526591ca3cc32ffe6c800fcfcf Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 14 Jun 2019 11:36:11 +0900 Subject: [PATCH] Add color-identifiers-mode --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs.el b/emacs.el index 4396f9c..12a556c 100644 --- a/emacs.el +++ b/emacs.el @@ -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))