Merge pull request #1196 from flatwhatson/fix-repl-binding
Fix wrong function name for non-evil repl
This commit is contained in:
commit
a4a46f78c7
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
|||
"C-h V" #'counsel-set-variable
|
||||
"C-'" #'counsel-imenu))
|
||||
;; repl toggle
|
||||
"C-c C-z" #'+eval/open-repl
|
||||
"C-c C-z" #'+eval/open-repl-other-window
|
||||
;; company mode
|
||||
(:after company
|
||||
(:map company-active-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue