This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-10
Channels
- # beginners (9)
- # boot (8)
- # calva (9)
- # cider (11)
- # cljs-dev (6)
- # clojure (21)
- # clojure-austin (1)
- # clojure-spec (55)
- # clojure-uk (24)
- # clojurescript (30)
- # cursive (1)
- # datomic (3)
- # defnpodcast (1)
- # emacs (3)
- # figwheel-main (9)
- # fulcro (8)
- # jobs-discuss (3)
- # nrepl (7)
- # pathom (8)
- # pedestal (4)
- # perun (4)
- # planck (79)
- # shadow-cljs (46)
- # sql (5)
- # vim (29)
I can't seem to get the leader key space working in help modes here's my general-define-key output
(general-define-key
:states '(normal visual insert emacs)
:keymaps '(global help)
:prefix "SPC"
:non-normal-prefix "M-SPC"
but in the help-mode (I have an alias set up for help as (add-to-list 'general-keymap-aliases '(help . help-mode-map))
spc doesn't seem to be mapped