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

View File

@ -38,6 +38,12 @@
(setq gdb-show-main 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
:defer t