Skip to content

Commit

Permalink
Fix diminish for hi-lock mode
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed May 20, 2016
1 parent 0b84b1b commit da55a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layers/+distribution/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@
:init (spacemacs/set-leader-keys "hdK" 'describe-keymap)))

(defun spacemacs-base/init-hi-lock ()
(spacemacs|hide-lighter hi-lock-mode))
(with-eval-after-load 'hi-lock
(spacemacs|hide-lighter hi-lock-mode)))

(defun spacemacs-base/init-holy-mode ()
(use-package holy-mode
Expand Down

0 comments on commit da55a89

Please sign in to comment.