Skip to content

Commit

Permalink
Try to fix name clash in emacs 29
Browse files Browse the repository at this point in the history
This work around is taken from dalanicolai's comment on #15505.
It tries to circumvent a name clash between the emacs package
"restart-emacs" and emacs 29 which introduced a function called
"restart-emacs".

The workaround is to load the package after the emacs file
module has been loaded.
  • Loading branch information
smile13241324 committed Jun 11, 2022
1 parent 44a032b commit c41bb14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layers/+spacemacs/spacemacs-navigation/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
(defun spacemacs-navigation/init-restart-emacs ()
(use-package restart-emacs
:defer t
:after files
:init
(spacemacs/set-leader-keys
"qd" 'spacemacs/restart-emacs-debug-init
Expand Down

0 comments on commit c41bb14

Please sign in to comment.