Skip to content

Commit

Permalink
keybindings cljs-service
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 18, 2024
1 parent 286f5d8 commit fcd4894
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ui-keybindings/resources/ext/ui-keybindings.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{:name "ui-keybindings"
{:name "keybindings" ; module name corresponds to config key!
; build
:lazy false
:cljs-namespace [frontend.keybindings]
:cljs-ns-bindings {'frontend.keybindings
{'keybindings-init! frontend.keybindings/keybindings-init!
'palette-show frontend.keybindings/palette-show}}}
:cljs-ns-bindings {'frontend.keybindings {'keybindings-init! frontend.keybindings/keybindings-init!
'palette-show frontend.keybindings/palette-show}}
:cljs-service {:config-fn webly.spa.service/cljs-config-simple
:start-fn frontend.keybindings/keybindings-init!}}

0 comments on commit fcd4894

Please sign in to comment.