[Emacs] Add highlight-indent-guides mode
This commit is contained in:
parent
75735c24e0
commit
79af45c400
@ -1609,6 +1609,16 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
|
|||||||
(advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company)
|
(advice-add 'company-call-frontends :before #'fci-on-off-fci-before-company)
|
||||||
(add-hook 'prog-mode-hook 'fci-mode)))
|
(add-hook 'prog-mode-hook 'fci-mode)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** highlight-indent-guides
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package highlight-indent-guides
|
||||||
|
:commands highlight-indent-guides-mode
|
||||||
|
:preface
|
||||||
|
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode)
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(setq highlight-indent-guides-method 'fill)))
|
||||||
|
#+END_SRC
|
||||||
* Keybindings
|
* Keybindings
|
||||||
** god-mode
|
** god-mode
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user