This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-20
Channels
- # beginners (27)
- # calva (32)
- # cider (9)
- # clojure (111)
- # clojure-spec (71)
- # clojure-uk (7)
- # clojurescript (22)
- # cursive (20)
- # devcards (1)
- # emacs (4)
- # fulcro (3)
- # hyperfiddle (3)
- # off-topic (8)
- # pathom (26)
- # planck (19)
- # quil (4)
- # re-frame (1)
- # reitit (43)
- # rewrite-clj (9)
- # shadow-cljs (13)
- # spacemacs (7)
- # uncomplicate (5)
@theeternalpulse In general, C-c
, C-x
, C-h
etc. are referred to as ‘prefix keys’. C-c
doesn’t have a name but its keymap is the variable ‘mode-specific-map’ since it’s mainly used for mode-specific bindings. Perhaps it could be called the ‘mode-specific prefix key’ or something like that.
👍 4
anyone able to use clj-refactor right now? i’m getting https://github.com/clojure-emacs/clj-refactor.el/issues/435
i have cider 0.22-SNAPSHOT, which may be a problem for nrefactor?