Skip to content

Commit

Permalink
tweak(json): enable json-mode commands in json-ts-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 11, 2023
1 parent 7763e04 commit 72f5f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-data.el
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
:straight t
:mode "\\.js\\(?:on\\|[hl]int\\(?:rc\\)?\\)\\'"
:config
(+map-local! :keymaps 'json-mode-map
(+map-local! :keymaps '(json-mode-map json-ts-mode-map)
"p" #'json-mode-show-path
"t" #'json-toggle-boolean
"d" #'json-mode-kill-path
Expand Down

0 comments on commit 72f5f90

Please sign in to comment.