General refactor & cleanup
This commit is contained in:
parent
bc3aee2a4f
commit
392c58ea47
10 changed files with 51 additions and 46 deletions
|
@ -8,7 +8,7 @@
|
|||
(defvar-local doom-electric-indent-words '()
|
||||
"TODO")
|
||||
|
||||
(setq electric-indent-chars '(?\n ?\^?))
|
||||
(setq-default electric-indent-chars '(?\n ?\^?))
|
||||
|
||||
(defun +electric-indent|char (_c)
|
||||
(when (and (eolp) doom-electric-indent-words)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue