Fork me on GitHub
#spacemacs
<
2018-03-05
>
zane17:03:35

Trying to rebind a couple keys in cider inspection mode and am coming up short:

(evil-define-key '(normal motion) cider-inspector-mode-map
    "p" 'cider-inspector-prev-page
    "N" 'cider-inspector-prev-page)

zane17:03:40

Am I doing something wrong?

ag20:03:18

is it working when you eval it?