From 19fc03f9057a9f02685fb5cbe8b392958eb8d71a Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 26 Dec 2021 11:01:32 -0500 Subject: feat(grfn/emacs): Add binding for cljr-rename-symbol and cider-apropos Change-Id: I2a90fba0268f15f1462c2623b11994851f40e4af Reviewed-on: https://cl.tvl.fyi/c/depot/+/4638 Tested-by: BuildkiteCI Reviewed-by: grfn Autosubmit: grfn --- users/grfn/emacs.d/+bindings.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'users/grfn/emacs.d') diff --git a/users/grfn/emacs.d/+bindings.el b/users/grfn/emacs.d/+bindings.el index 508879e417ec..0faa7f9ed849 100644 --- a/users/grfn/emacs.d/+bindings.el +++ b/users/grfn/emacs.d/+bindings.el @@ -1378,11 +1378,12 @@ If invoked with a prefix ARG eval the expression after inserting it" :n "g SPC" 'cider-eval-buffer :n "g \\" 'cider-switch-to-repl-buffer :n "K" 'cider-doc - :n "g K" 'cider-grimoire + :n "g K" 'cider-apropos :n "g d" 'cider-find-dwim :n "C-w ]" 'cider-find-dwim-other-window ;; :n "g RET" 'cider-test-run-ns-tests :n "g RET" 'grfn/run-clj-or-cljs-test + :n "g r" #'cljr-rename-symbol "C-c C-r r" 'cljr-add-require-to-ns "C-c C-r i" 'cljr-add-import-to-ns -- cgit 1.4.1