From a39f366f6a558fa210b77276566762de3f30b0f6 Mon Sep 17 00:00:00 2001 From: Andrew Whatson Date: Sun, 24 Feb 2019 22:07:23 +1000 Subject: [PATCH] Fix wrong function name for non-evil repl --- modules/config/default/+emacs-bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index 92a46fb2f..9bfb19cbf 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -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