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-notifications)
(after-init-hook . mu4e-alert-enable-mode-line-display))) (after-init-hook . mu4e-alert-enable-mode-line-display)))
;; indent-guide ;; highlight-indent-guides
;; show vertical lines to guide indentation ;; show vertical lines to guide indentation
(use-package indent-guide (use-package highlight-indent-guides
:diminish indent-guide-mode :diminish highlight-indent-guides-mode
:config :config
(indent-guide-global-mode)) (setq highlight-indent-guides-method 'character)
:hook
;; nlinum (prog-mode . highlight-indent-guides-mode))
;; Show line numbers in the margin
(use-package nlinum)
;; org ;; org
;; Outline-based notes management and organizer ;; Outline-based notes management and organizer