Install the auto-highlight-symbol package

All good IDEs (like Notepad++. LoL) have it.
This commit is contained in:
2016-11-02 07:35:25 +01:00
parent a717e9ace1
commit 3cc7226461
2 changed files with 7 additions and 2 deletions

View File

@@ -742,6 +742,11 @@
:config
(achievements-mode 1))
(use-package auto-highlight-symbol
:ensure t
:config
(global-auto-highlight-symbol-mode t))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")