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