Skip to content

Commit

Permalink
tweak(lexic): fix local keybindigs
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 26, 2023
1 parent 3827863 commit ab56fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-natural-langs.el
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"l" #'lexic-search-word-at-point
"L" #'lexic-search)
:config
(+map-local! :keymaps 'lexic-mode-map
(+nvmap! :keymaps 'lexic-mode-map
"q" #'lexic-return-from-lexic
"RET" #'lexic-search-word-at-point
"a" #'outline-show-all
Expand Down

0 comments on commit ab56fb4

Please sign in to comment.