From 6a1ee6990766ef71303ed060da6c56c380253ebc Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 15 Feb 2016 13:15:12 +0900 Subject: [PATCH] Add auto-highlight-symbol configs --- emacs.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs.el b/emacs.el index 187d100..08d826e 100644 --- a/emacs.el +++ b/emacs.el @@ -200,6 +200,7 @@ IF OK-IF-ALREADY-EXISTS is true force download." color-moccur ggtags flycheck + auto-highlight-symbol ;; is flymake installs are required? ;;flymake-jshint ;;flymake-python-pyflakes @@ -761,6 +762,9 @@ IF OK-IF-ALREADY-EXISTS is true force download." (safe-require-or-eval 'end-mark) (global-end-mark-mode)) +(when (safe-require-or-eval 'auto-highlight-symbol) + (global-auto-highlight-symbol-mode 1)) + (when (safe-require-or-eval 'cyberpunk-theme) (load-theme 'cyberpunk t) (set-face-attribute 'button