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-'" #'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