Browse Source

Update theme configs

pull/15/head
10sr 8 years ago
parent
commit
78e518f706
1 changed files with 7 additions and 8 deletions
  1. +7
    -8
      emacs.el

+ 7
- 8
emacs.el View File

@@ -222,6 +222,8 @@ IF OK-IF-ALREADY-EXISTS is true force download."
editorconfig editorconfig


cyberpunk-theme cyberpunk-theme
grandshell-theme
afternoon-theme


git-command git-command


@@ -773,14 +775,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(set-variable 'ahs-idle-interval 0.6) (set-variable 'ahs-idle-interval 0.6)
(global-auto-highlight-symbol-mode 1)) (global-auto-highlight-symbol-mode 1))


;; (when (safe-require-or-eval 'cyberpunk-theme)
;; (load-theme 'cyberpunk t)
;; (set-face-attribute 'button
;; nil
;; :inherit 'highlight))

(when (safe-require-or-eval 'grandshell-theme)
(load-theme 'grandshell t))
(when (safe-require-or-eval 'cyberpunk-theme)
(load-theme 'cyberpunk t)
(set-face-attribute 'button
nil
:inherit 'highlight))


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling ;; file handling


Loading…
Cancel
Save