fix(gs/emacs): Fix jsonnet-mode map invocation
Only want to map in normal mode Change-Id: I5034af2a4828c61cd46f68451485a8a90cba7085 Reviewed-on: https://cl.tvl.fyi/c/depot/+/892 Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
parent
0ef2696564
commit
265d40ea52
1 changed files with 4 additions and 2 deletions
|
@ -1213,5 +1213,7 @@
|
|||
((freenode "glittershark" "Ompquy"))))))
|
||||
|
||||
(use-package! jsonnet-mode
|
||||
:bind (:map jsonnet-mode-map
|
||||
("g SPC" . jsonnet-eval-buffer)))
|
||||
:config
|
||||
(map!
|
||||
(:map jsonnet-mode-map
|
||||
(:n "g SPC" #'jsonnet-eval-buffer))))
|
||||
|
|
Loading…
Reference in a new issue