Set dtrt-indent-active-mode-line-info to " [⟼]"
This commit is contained in:
parent
fd91b0c919
commit
9010d3b976
@ -2390,11 +2390,17 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
|
|||||||
:commands edconf-find-file-hook
|
:commands edconf-find-file-hook
|
||||||
:demand t)
|
:demand t)
|
||||||
|
|
||||||
(use-package dtrt-indent
|
|
||||||
:init (add-hook 'prog-mode-hook 'dtrt-indent-mode))
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*8* indent-guide
|
*** dtrt-indent
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package dtrt-indent
|
||||||
|
:commands 'dtrt-indent-mode
|
||||||
|
:init (add-hook 'prog-mode-hook 'dtrt-indent-mode)
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(setq dtrt-indent-active-mode-line-info " [⟼]")))
|
||||||
|
#+END_SRC
|
||||||
|
*** indent-guide
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package indent-guide
|
(use-package indent-guide
|
||||||
:disabled t
|
:disabled t
|
||||||
|
Loading…
Reference in New Issue
Block a user