mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Forgot to add use-package! for projectile-variable
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user