diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-21 16:06:28 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-21 16:06:28 +0100 |
commit | 79d718e7ddec09a9fd69dd787c95fc9393eea839 (patch) | |
tree | b222985b53762a25d0094da0e9508dd29ccdd27a /.emacs.d/lisp | |
parent | 96e4bdf6e39c4ee5d6b83e41238a34e36e8e4cea (diff) | |
download | dotfiles-79d718e7ddec09a9fd69dd787c95fc9393eea839.tar.gz |
Update cider-find-dwim bindings
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-clojure.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el index 316310a..73542f1 100644 --- a/.emacs.d/lisp/init-clojure.el +++ b/.emacs.d/lisp/init-clojure.el @@ -122,7 +122,8 @@ ("C-c M-j" . cider-jack-in-and-run-main) ("C-x p q" . project-clojure-test-switch) ("C-c C-M-c" . (lambda () (interactive) (cider-clear-compilation-highlights t))) - ("C->" . cider-find-dwim-other-window)) + ("C-c C->" . cider-find-dwim) + ("C-x 4 C->" . cider-find-dwim-other-window)) :hook (cider-repl-mode . cider-repl-mode-hook-fn) (cider-mode . eldoc-mode)) |