Emacs: switched from ident-guide to highlight-indent-guides
This commit is contained in:
parent
fd230c3d92
commit
638fc2059b
1 changed files with 6 additions and 8 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue