Forgot to add use-package! for projectile-variable
This commit is contained in:
parent
6de1e56d4f
commit
8c33866b21
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue