Saving the world, one trailing space at a time
This commit is contained in:
parent
aff63899b0
commit
898ef11b76
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@
|
||||||
(doom-cli-run "autoloads")))
|
(doom-cli-run "autoloads")))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom//update (&optional yes)
|
(defun doom//update (&optional yes)
|
||||||
"TODO"
|
"TODO"
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(let ((doom-auto-accept yes))
|
(let ((doom-auto-accept yes))
|
||||||
|
|
|
@ -251,7 +251,7 @@ savehist file."
|
||||||
(advice-add #'dtrt-indent-mode :around #'doom*fix-broken-smie-modes))
|
(advice-add #'dtrt-indent-mode :around #'doom*fix-broken-smie-modes))
|
||||||
|
|
||||||
|
|
||||||
(def-package! undo-tree
|
(def-package! undo-tree
|
||||||
;; Branching & persistent undo
|
;; Branching & persistent undo
|
||||||
:after-call (doom-switch-buffer-hook after-find-file)
|
:after-call (doom-switch-buffer-hook after-find-file)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue