Fix doom//upgrade (make upgrade)
This commit is contained in:
parent
73045f9950
commit
4aacd831b5
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ recompile. Run this whenever you:
|
|||
(defun doom//upgrade ()
|
||||
"Upgrade Doom to the latest version."
|
||||
(interactive)
|
||||
(require 'vc-git)
|
||||
(let ((core-file (expand-file-name "init.el" doom-core-dir))
|
||||
(branch (vc-git--symbolic-ref core-file))
|
||||
(default-directory doom-emacs-dir))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue