Emacs: switched from ident-guide to highlight-indent-guides

This commit is contained in:
Marcel Kapfer 2018-08-02 17:23:54 +02:00
parent fd230c3d92
commit 638fc2059b
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -351,16 +351,14 @@
((after-init-hook . mu4e-alert-enable-notifications)
(after-init-hook . mu4e-alert-enable-mode-line-display)))
;; indent-guide
;; highlight-indent-guides
;; show vertical lines to guide indentation
(use-package indent-guide
:diminish indent-guide-mode
(use-package highlight-indent-guides
:diminish highlight-indent-guides-mode
:config
(indent-guide-global-mode))
;; nlinum
;; Show line numbers in the margin
(use-package nlinum)
(setq highlight-indent-guides-method 'character)
:hook
(prog-mode . highlight-indent-guides-mode))
;; org
;; Outline-based notes management and organizer