about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:06:28 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-21 16:06:28 +0100
commit79d718e7ddec09a9fd69dd787c95fc9393eea839 (patch)
treeb222985b53762a25d0094da0e9508dd29ccdd27a /.emacs.d/lisp
parent96e4bdf6e39c4ee5d6b83e41238a34e36e8e4cea (diff)
downloaddotfiles-79d718e7ddec09a9fd69dd787c95fc9393eea839.tar.gz
Update cider-find-dwim bindings
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-clojure.el3
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))
12 20:56:45 -0700 1052' href='/akkartik/mu/commit/cpp/012transform?h=hlt&id=ca01193d8b4c564766727bf13b4a4c51db14715a'>ca01193d ^
b24eb476 ^
df40cb6e ^

37e4573b ^

d8509b41 ^
37e4573b ^



1ec3eb4c ^



5a481085 ^
215365d4 ^




5a481085 ^

215365d4 ^

1ec3eb4c ^
215365d4 ^
37e4573b ^
c442a5ad ^
848ebc1e ^
6c96a437 ^

37e4573b ^
37e4573b ^
91abd257 ^
363be37f ^
37e4573b ^


3ba63579 ^
7cca03bd ^
3ba63579 ^

7858a06a ^











3ba63579 ^
c442a5ad ^
6c96a437 ^
3ba63579 ^

6c96a437 ^
05d17773 ^
6c96a437 ^
05d17773 ^
3ba63579 ^
6c96a437 ^
05d17773 ^
3ba63579 ^





9cc16d04 ^
7f73795c ^
0f125d5f ^

37e4573b ^
a70ce311 ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102