From 7e6fc5b033a3691ae1ed165868f49f7d30fc5f3f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Dec 2015 20:22:42 -0500 Subject: [PATCH] get rid of different colored fringes --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index c2c22d43..223fc99f 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2480,6 +2480,7 @@ items follow a style that is consistent with other prog-modes." (defun imalison:after-load-theme (&rest args) (when (fboundp 'powerline-reset) (powerline-reset)) + (set-face-background 'fringe (face-background 'default)) (imalison:restore-ansi-term-color-vector)) (when t @@ -2519,6 +2520,7 @@ items follow a style that is consistent with other prog-modes." ;; (when (display-graphic-p) (imalison:appearance)) (add-hook 'after-init-hook 'imalison:appearance) (add-hook 'after-make-frame-functions 'imalison:appearance) +(remove-hook 'after-make-frame-functions 'imalison:appearance) ;; Local Variables: ;; flycheck-disabled-checkers: (emacs-lisp-checkdoc)