mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
Minor refactor & use doom-store-* API
+ Fixes a shallow comparison error (eq cannot compare strings). + Uses the doom-store-* API rather than pull in a new dependency to manage project-local variables.
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
(when (featurep! :lang javascript)
|
||||
(package! realgud-trepan-ni :pin "6e38cf838c7b47b5f1353d00901b939ffa36d707")))
|
||||
|
||||
(package! projectile-variable :pin "8d348ac70bdd6dc320c13a12941b32b38140e264")
|
||||
|
||||
(when (featurep! +lsp)
|
||||
(package! dap-mode :pin "aa15b9c49b7e09bb23f9a4ff7855122f0eb19976")
|
||||
(package! posframe :pin "3454a4cb9d218c38f9c5b88798dfb2f7f85ad936"))
|
||||
|
Reference in New Issue
Block a user