Forgot to add use-package! for projectile-variable

This commit is contained in:
Henrik Laxhuber 2021-02-28 23:07:27 +01:00
parent 6de1e56d4f
commit 8c33866b21
No known key found for this signature in database
GPG key ID: 6862099F57DBBFB1

View file

@ -38,6 +38,12 @@
(setq gdb-show-main t (setq gdb-show-main t
gdb-many-windows t) gdb-many-windows t)
(use-package! projectile-variable
:defer t
:commands (projectile-variable-put
projectile-variable-get
projectile-variable-alist
projectile-variable-plist))
(use-package! realgud (use-package! realgud
:defer t :defer t