From baef77ad7c43ea61c04e319d2aa5e475ff01b84e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 26 Jan 2017 16:58:24 -0800 Subject: [PATCH] [Emacs] Add comment about load-theme-hook for highlight-indent-guide --- dotfiles/emacs.d/README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 3c479091..e6ff012e 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1629,6 +1629,8 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details (add-hook 'prog-mode-hook 'fci-mode))) #+END_SRC ** highlight-indent-guides +If the load-theme hook from this package starts causing trouble check for +custom-set-faces in your custom file. #+BEGIN_SRC emacs-lisp (use-package highlight-indent-guides :commands highlight-indent-guides-mode