Install the highlight-indent-guides package

This commit is contained in:
Gergely Polonkai 2016-11-14 23:55:35 +01:00
parent e8db11375f
commit e0e2fd262e
2 changed files with 7 additions and 0 deletions

View File

@ -89,6 +89,7 @@
helm-smex
helm-swoop
helm-unicode
highlight-indent-guides
hl-todo
hungarian-holidays
hungry-delete

View File

@ -872,6 +872,12 @@
(setq eshell-highlight-prompt nil
eshell-prompt-function 'epe-theme-lambda)))
(use-package highlight-indent-guides
:ensure t
:config
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode)
(setq highlight-indent-guides-method 'character))
;; Load my own functions
(load "gnu-c-header.el")
(load "toggle-window-split.el")