From 79748ba278dcdd8481bc3ba4dda03ba4c81eb75c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 5 Feb 2016 18:34:28 +0900 Subject: [PATCH] Fix button face for cyberpunk theme --- emacs.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index da8d252..7253c74 100644 --- a/emacs.el +++ b/emacs.el @@ -762,7 +762,10 @@ IF OK-IF-ALREADY-EXISTS is true force download." (global-end-mark-mode)) (when (safe-require-or-eval 'cyberpunk-theme) - (load-theme 'cyberpunk t)) + (load-theme 'cyberpunk t) + (set-face-attribute 'button + nil + :inherit 'highlight)) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; file handling