adding leader key opening of sly
This commit is contained in:
parent
261b0dedb3
commit
48d6cb476f
|
@ -520,6 +520,10 @@ This evil-collection package includes a lot of other evil based things.
|
||||||
"wL" '(evil-window-move-far-right :which-key "right window")
|
"wL" '(evil-window-move-far-right :which-key "right window")
|
||||||
";" '(execute-extended-command :which-key "execute command")
|
";" '(execute-extended-command :which-key "execute command")
|
||||||
":" '(eval-expression :which-key "evaluate expression"))
|
":" '(eval-expression :which-key "evaluate expression"))
|
||||||
|
(chris/leader-keys
|
||||||
|
:states 'normal
|
||||||
|
:keymaps 'lisp-mode
|
||||||
|
"e" '(sly-eval-defun :which-key "evaluate top level"))
|
||||||
(general-def 'minibuffer-local-map
|
(general-def 'minibuffer-local-map
|
||||||
"C-v" 'evil-paste-after)
|
"C-v" 'evil-paste-after)
|
||||||
(general-def 'normal
|
(general-def 'normal
|
||||||
|
|
4
init.el
4
init.el
|
@ -288,6 +288,10 @@
|
||||||
"wL" '(evil-window-move-far-right :which-key "right window")
|
"wL" '(evil-window-move-far-right :which-key "right window")
|
||||||
";" '(execute-extended-command :which-key "execute command")
|
";" '(execute-extended-command :which-key "execute command")
|
||||||
":" '(eval-expression :which-key "evaluate expression"))
|
":" '(eval-expression :which-key "evaluate expression"))
|
||||||
|
(chris/leader-keys
|
||||||
|
:states 'normal
|
||||||
|
:keymaps 'lisp-mode
|
||||||
|
"e" '(sly-eval-defun :which-key "evaluate top level"))
|
||||||
(general-def 'minibuffer-local-map
|
(general-def 'minibuffer-local-map
|
||||||
"C-v" 'evil-paste-after)
|
"C-v" 'evil-paste-after)
|
||||||
(general-def 'normal
|
(general-def 'normal
|
||||||
|
|
Loading…
Reference in a new issue