Merge pull request #1196 from flatwhatson/fix-repl-binding

Fix wrong function name for non-evil repl
This commit is contained in:
Henrik Lissner 2019-02-24 12:24:50 -05:00 committed by GitHub
commit a4a46f78c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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