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