From 78e518f706db4ef5570696a4fccbb86b24e9fe84 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 11 Apr 2016 15:07:24 +0900 Subject: [PATCH] Update theme configs --- emacs.el | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/emacs.el b/emacs.el index 6519fc5..bc33641 100644 --- a/emacs.el +++ b/emacs.el @@ -222,6 +222,8 @@ IF OK-IF-ALREADY-EXISTS is true force download." editorconfig cyberpunk-theme + grandshell-theme + afternoon-theme git-command @@ -773,14 +775,11 @@ IF OK-IF-ALREADY-EXISTS is true force download." (set-variable 'ahs-idle-interval 0.6) (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