Add :ensure t

This commit is contained in:
contrapunctus 2021-12-20 15:13:12 +05:30
parent 213553dbdd
commit fafec65119
1 changed files with 1 additions and 0 deletions

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
(use-package general
:ensure t
:commands (general-auto-unbind-keys
general-def
general-define-key))