Add :ensure t

This commit is contained in:
contrapunctus 2021-12-20 15:13:12 +05:30
parent 213553dbdd
commit fafec65119

View File

@ -31,6 +31,7 @@ At first I decided to remap all Emacs, Boon, and Hydra bindings, but it turned o
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package general (use-package general
:ensure t
:commands (general-auto-unbind-keys :commands (general-auto-unbind-keys
general-def general-def
general-define-key)) general-define-key))