Second try to fix restart-emacs in emacs 29
We need to remove the defer keyword for this fix to work. See #15505 and #15524 for details.
This commit is contained in:
parent
c41bb1406b
commit
e75e925e37
1 changed files with 0 additions and 1 deletions
|
@ -367,7 +367,6 @@
|
|||
|
||||
(defun spacemacs-navigation/init-restart-emacs ()
|
||||
(use-package restart-emacs
|
||||
:defer t
|
||||
:after files
|
||||
:init
|
||||
(spacemacs/set-leader-keys
|
||||
|
|
Reference in a new issue