General, minor reformatting & refactor
This commit is contained in:
parent
7d0caf3efd
commit
ec55884aae
4 changed files with 8 additions and 6 deletions
|
@ -85,7 +85,8 @@
|
|||
"c" #'cider-repl-clear-buffer)))
|
||||
|
||||
(:when (featurep! :feature evil +everywhere)
|
||||
:map cider-repl-mode-map :i [S-return] #'cider-repl-newline-and-indent
|
||||
:map cider-repl-mode-map
|
||||
:i [S-return] #'cider-repl-newline-and-indent
|
||||
:map cider-repl-history-mode-map
|
||||
:i [return] #'cider-repl-history-insert-and-quit
|
||||
:i "q" #'cider-repl-history-quit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue