From 0b8f3a224053fed4fa4b379657d9ea070fa9b61e Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 5 Oct 2022 20:21:55 +0100 Subject: [PATCH] Update cider bindings --- .emacs.d/lisp/init-clojure.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el index cf1810f..316310a 100644 --- a/.emacs.d/lisp/init-clojure.el +++ b/.emacs.d/lisp/init-clojure.el @@ -118,7 +118,10 @@ :bind (:map cider-mode-map ("C-c M-l" . cider-load-file)) (:map clojure-mode-map + ("C-c C-r C-m" . run-main) + ("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)) :hook (cider-repl-mode . cider-repl-mode-hook-fn)