diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index efa34266..30a2b544 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4758,17 +4758,9 @@ load-theme hook (See the heading below). (when (fboundp 'powerline-reset) (powerline-reset)) (set-face-background 'fringe (face-background 'default)) - - ;; Copy faces from highlight-indentation for highlight-indentation-guides - (set-face-background 'highlight-indent-guides-even-face - (face-background 'highlight-indentation-face)) - (set-face-background 'highlight-indent-guides-odd-face - (face-background - 'highlight-indentation-current-column-face)) - (imalison:restore-ansi-term-color-vector)) -(advice-add 'load-theme :after 'imalison:after-load-theme) +(advice-add 'load-theme :after #'imalison:after-load-theme) #+END_SRC ** Frame Initialization #+BEGIN_SRC emacs-lisp