Skip to content

Commit

Permalink
*layers/+spacemacs/spacemacs-navigation: resolve restart-emacs name c…
Browse files Browse the repository at this point in the history
…onfliction
  • Loading branch information
sunlin7 authored and smile13241324 committed Nov 9, 2023
1 parent 0af3407 commit 70a79d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions layers/+spacemacs/spacemacs-navigation/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,11 @@
(use-package restart-emacs
:defer (spacemacs/defer)
:init
(with-eval-after-load 'files
;; unbind `restart-emacs' and declare it from package for ticket #15505
(fmakunbound 'restart-emacs)
(autoload 'restart-emacs "restart-emacs"))

(spacemacs/set-leader-keys
"qd" 'spacemacs/restart-emacs-debug-init
"qD" 'spacemacs/restart-stock-emacs-with-packages
Expand Down

0 comments on commit 70a79d4

Please sign in to comment.