This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-07
Channels
- # announcements (2)
- # asami (2)
- # babashka (15)
- # babashka-sci-dev (31)
- # beginners (130)
- # boot (4)
- # cider (5)
- # circleci (12)
- # clj-kondo (10)
- # cljs-dev (8)
- # clojure (7)
- # clojure-czech (14)
- # clojure-europe (19)
- # clojure-france (5)
- # clojure-uk (2)
- # clojured (23)
- # clojurescript (11)
- # conjure (8)
- # datomic (5)
- # emacs (1)
- # etaoin (8)
- # events (2)
- # fulcro (10)
- # graalvm (18)
- # gratitude (1)
- # holy-lambda (16)
- # honeysql (4)
- # introduce-yourself (1)
- # jobs (2)
- # kaocha (3)
- # london-clojurians (1)
- # lsp (53)
- # off-topic (16)
- # other-languages (2)
- # pathom (4)
- # pedestal (3)
- # podcasts-discuss (1)
- # portal (10)
- # re-frame (69)
- # reitit (2)
- # shadow-cljs (11)
- # vim (7)
- # xtdb (29)
Conjure sets these keybindings for fennel files, but i cannot find any reference to these in the documentation or code. Does anyone know how to unbind these?
I think :let g:conjure#mapping#prefix = v:false
should disable the mappings. If you want to disable some of them or just remap checkout docs :h conjure-configuration
The problem is that i want to disable just these mappings, but :h conjure-configuration
does not mention them anywhere (that i can see)
I've tried :let g:conjure#mapping#prefix = v:false
it removes the mappings but it is not documented. Not sure if is intended usage or I've just broke the mapping logic
I'm not sure either. But it wont fix my problems anyways, is i want to keep other mappings set by conjure