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:
Henrik Lissner
2021-03-05 18:58:18 -05:00
parent 44803038b2
commit cf086d08fa
2 changed files with 33 additions and 35 deletions

View File

@@ -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"))