From af987e9823c24455ac2e9d82cc68931522441fba Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 18 Aug 2014 19:53:18 +0900 Subject: [PATCH] emacs.el: face settings are very difficult --- emacs.el | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/emacs.el b/emacs.el index 98006c4..39f9acf 100644 --- a/emacs.el +++ b/emacs.el @@ -497,10 +497,14 @@ found, otherwise returns nil." (show-paren-mode 1) (setq show-paren-delay 0.5 show-paren-style 'parenthesis) ; mixed is hard to read - (set-face-background 'show-paren-match - (face-foreground 'default)) - (set-face-inverse-video-p 'show-paren-match - t)) + ;; (set-face-background 'show-paren-match + ;; "black") + ;; ;; (face-foreground 'default)) + ;; (set-face-foreground 'show-paren-match + ;; "white") + ;; (set-face-inverse-video-p 'show-paren-match + ;; t) + ) (transient-mark-mode 1)