forked from colonelpanic/dotfiles
get rid of different colored fringes
This commit is contained in:
parent
a5b77ae0ec
commit
7e6fc5b033
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user