Remove package highlight-indent-guides
Nice-nice, but it barely works, especially with web-mode.
This commit is contained in:
parent
d1668bc57d
commit
4aec887daa
@ -68,22 +68,22 @@
|
|||||||
form-feed
|
form-feed
|
||||||
ggtags
|
ggtags
|
||||||
gist
|
gist
|
||||||
gitconfig-mode
|
|
||||||
git-gutter-fringe
|
git-gutter-fringe
|
||||||
|
git-messenger
|
||||||
|
git-timemachine
|
||||||
|
gitconfig-mode
|
||||||
github-notifier
|
github-notifier
|
||||||
gitignore-mode
|
gitignore-mode
|
||||||
gitlab
|
gitlab
|
||||||
git-messenger
|
|
||||||
git-timemachine
|
|
||||||
gnugo
|
gnugo
|
||||||
gobgen
|
gobgen
|
||||||
google
|
google
|
||||||
goto-last-change
|
goto-last-change
|
||||||
helm
|
helm
|
||||||
helm-ag
|
helm-ag
|
||||||
|
helm-c-yasnippet
|
||||||
helm-chrome
|
helm-chrome
|
||||||
helm-company
|
helm-company
|
||||||
helm-c-yasnippet
|
|
||||||
helm-descbinds
|
helm-descbinds
|
||||||
helm-describe-modes
|
helm-describe-modes
|
||||||
helm-flycheck
|
helm-flycheck
|
||||||
@ -97,13 +97,12 @@
|
|||||||
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
|
||||||
hyde
|
hyde
|
||||||
identica-mode
|
|
||||||
id-manager
|
id-manager
|
||||||
|
identica-mode
|
||||||
jinja2-mode
|
jinja2-mode
|
||||||
js2-mode
|
js2-mode
|
||||||
json-mode
|
json-mode
|
||||||
|
6
init.el
6
init.el
@ -954,12 +954,6 @@
|
|||||||
(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))
|
|
||||||
|
|
||||||
(use-package expand-region
|
(use-package expand-region
|
||||||
:ensure t
|
:ensure t
|
||||||
:bind
|
:bind
|
||||||
|
Loading…
Reference in New Issue
Block a user