Install the highlight-indent-guides package
This commit is contained in:
parent
e8db11375f
commit
e0e2fd262e
@ -89,6 +89,7 @@
|
||||
helm-smex
|
||||
helm-swoop
|
||||
helm-unicode
|
||||
highlight-indent-guides
|
||||
hl-todo
|
||||
hungarian-holidays
|
||||
hungry-delete
|
||||
|
6
init.el
6
init.el
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user