diff --git a/core/autoload/cli.el b/core/autoload/cli.el index 10619eafd..627a02147 100644 --- a/core/autoload/cli.el +++ b/core/autoload/cli.el @@ -37,7 +37,7 @@ (doom-cli-run "autoloads"))) ;;;###autoload -(defun doom//update (&optional yes) +(defun doom//update (&optional yes) "TODO" (interactive "P") (let ((doom-auto-accept yes)) diff --git a/core/core-editor.el b/core/core-editor.el index 0f92db147..25e54dae6 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -251,7 +251,7 @@ savehist file." (advice-add #'dtrt-indent-mode :around #'doom*fix-broken-smie-modes)) -(def-package! undo-tree +(def-package! undo-tree ;; Branching & persistent undo :after-call (doom-switch-buffer-hook after-find-file) :config