Remove package highlight-indent-guides

Nice-nice, but it barely works, especially with web-mode.
This commit is contained in:
2016-12-08 15:51:51 +01:00
parent d1668bc57d
commit 4aec887daa
2 changed files with 5 additions and 12 deletions

View File

@@ -954,12 +954,6 @@
(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))
(use-package expand-region
:ensure t
:bind