mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Saving the world, one trailing space at a time
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user