Procházet zdrojové kódy

Add auto-highlight-symbol configs

pull/15/head
10sr před 10 roky
rodič
revize
6a1ee69907
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      emacs.el

+ 4
- 0
emacs.el Zobrazit soubor

@@ -200,6 +200,7 @@ IF OK-IF-ALREADY-EXISTS is true force download."
color-moccur color-moccur
ggtags ggtags
flycheck flycheck
auto-highlight-symbol
;; is flymake installs are required? ;; is flymake installs are required?
;;flymake-jshint ;;flymake-jshint
;;flymake-python-pyflakes ;;flymake-python-pyflakes
@@ -761,6 +762,9 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(safe-require-or-eval 'end-mark) (safe-require-or-eval 'end-mark)
(global-end-mark-mode)) (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) (when (safe-require-or-eval 'cyberpunk-theme)
(load-theme 'cyberpunk t) (load-theme 'cyberpunk t)
(set-face-attribute 'button (set-face-attribute 'button


Načítá se…
Zrušit
Uložit