Skip to content

Commit

Permalink
Add complete clojure-mode keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
philippamarkovics committed Aug 7, 2023
1 parent 63807a0 commit 436f59f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nextjournal/clerk/render/editor.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@
#js {})))
(eval-region/extension {:modifier "Meta"})
(.of keymap historyKeymap)
(.of keymap clojure-mode.keymap/complete)
(.of keymap
(j/lit
[{:key "Alt-Enter"
Expand Down

0 comments on commit 436f59f

Please sign in to comment.