Install the highlight-indent-guides package
This commit is contained in:
parent
e8db11375f
commit
e0e2fd262e
@ -89,6 +89,7 @@
|
|||||||
helm-smex
|
helm-smex
|
||||||
helm-swoop
|
helm-swoop
|
||||||
helm-unicode
|
helm-unicode
|
||||||
|
highlight-indent-guides
|
||||||
hl-todo
|
hl-todo
|
||||||
hungarian-holidays
|
hungarian-holidays
|
||||||
hungry-delete
|
hungry-delete
|
||||||
|
6
init.el
6
init.el
@ -872,6 +872,12 @@
|
|||||||
(setq eshell-highlight-prompt nil
|
(setq eshell-highlight-prompt nil
|
||||||
eshell-prompt-function 'epe-theme-lambda)))
|
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 my own functions
|
||||||
(load "gnu-c-header.el")
|
(load "gnu-c-header.el")
|
||||||
(load "toggle-window-split.el")
|
(load "toggle-window-split.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user