Add cider clojuredocs keybind, remove grimoire

This commit is contained in:
Sam Hedin 2019-08-26 21:28:54 +02:00 committed by duianto
parent 48ffd37594
commit 62ea30b479
3 changed files with 4 additions and 2 deletions

View file

@ -1251,6 +1251,8 @@ Other:
(thanks to John Stevenson) (thanks to John Stevenson)
- Restore standard =SPC m s i= binding for =cider-jack-in-clj= - Restore standard =SPC m s i= binding for =cider-jack-in-clj=
(thanks to Russell Mull) (thanks to Russell Mull)
- ~SPC m h d~ new keybinding for =cider-clojuredocs= (thanks to Sam Hedin)
- Removed ~SPC m h g~ for =grimoire= as it is deprecated (thanks to Sam Hedin)
- Fixes: - Fixes:
- Remove `cider.nrepl/cider-middleware` in lein quick start setting - Remove `cider.nrepl/cider-middleware` in lein quick start setting
- Fixed =cider-inspector-prev-page= binding, also add ~p~ as another key - Fixed =cider-inspector-prev-page= binding, also add ~p~ as another key

View file

@ -237,7 +237,7 @@ As this state works the same for all files, the documentation is in global
|-------------+-----------------------------| |-------------+-----------------------------|
| ~SPC m h a~ | cider apropos | | ~SPC m h a~ | cider apropos |
| ~SPC m h c~ | clojure cheatsheet | | ~SPC m h c~ | clojure cheatsheet |
| ~SPC m h g~ | cider grimoire | | ~SPC m h d~ | cider clojuredocs |
| ~SPC m h h~ | cider doc | | ~SPC m h h~ | cider doc |
| ~SPC m h j~ | cider javadoc | | ~SPC m h j~ | cider javadoc |
| ~SPC m h n~ | cider browse namespace | | ~SPC m h n~ | cider browse namespace |

View file

@ -74,7 +74,7 @@
(spacemacs/set-leader-keys-for-major-mode m (spacemacs/set-leader-keys-for-major-mode m
"ha" 'cider-apropos "ha" 'cider-apropos
"hc" 'cider-cheatsheet "hc" 'cider-cheatsheet
"hg" 'cider-grimoire "hd" 'cider-clojuredocs
"hh" 'cider-doc "hh" 'cider-doc
"hj" 'cider-javadoc "hj" 'cider-javadoc
"hn" 'cider-browse-ns "hn" 'cider-browse-ns