diff --git a/emacs.d/extra.el b/emacs.d/extra.el index 816b32a..2e52f8a 100644 --- a/emacs.d/extra.el +++ b/emacs.d/extra.el @@ -29,6 +29,8 @@ ('smartparens-enabled-hook #'evil-smartparens-mode)) ;; Others +(use-package restart-emacs) + (use-package which-key :config (which-key-mode))