mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
fix(go,nix,zig): dynamic keymap interpolation errors
Amend:7c6e1950e8
Amend:5b37bfee23
Amend:9acc5f48b6
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
(when (modulep! +lsp)
|
||||
(add-hook (intern (format "%s-local-vars-hook" mode)) #'lsp! 'append))
|
||||
|
||||
(map! :map ,(symbol-value (intern (format "%s-map" mode)))
|
||||
(map! :map ,(intern (format "%s-map" mode))
|
||||
:localleader
|
||||
"a" #'go-tag-add
|
||||
"d" #'go-tag-remove
|
||||
|
Reference in New Issue
Block a user