Fix wrong function name for non-evil repl

This commit is contained in:
Andrew Whatson 2019-02-24 22:07:23 +10:00
parent a13758393e
commit a39f366f6a

View file

@ -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