about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-10-29 07:58:59 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-10-29 07:58:59 +0100
commitfaaf5f78dadc025a11f4e79d6bf185edf0c10afc (patch)
tree22ceb87641996f0a6391d7a2f9e69d632c6c942c /.emacs.d/lisp
parent97f62b0a68db5f4278fb925d27b01972981b5667 (diff)
downloaddotfiles-faaf5f78dadc025a11f4e79d6bf185edf0c10afc.tar.gz
Use lsp for xref
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-clojure.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index 7e52e4c..905b215 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -43,6 +43,7 @@
         cider-save-file-on-load t
         ;; cider-invert-insert-eval-p t
         ;; cider-switch-to-repl-on-insert nil
+        cider-xref-fn-depth 90
         cider-repl-history-file ".cider-repl-history"
         nrepl-log-messages t
         clojure-toplevel-inside-comment-form t)
d=0654d6d093f8e78033b9dcafcb52bbdcd92aed0c'>^
62cd83ba ^


f07bb12f ^
34a60763 ^
f07bb12f ^
4c13e1f2 ^
34a60763 ^
b3556b21 ^
f07bb12f ^

62cd83ba ^










f07bb12f ^




62cd83ba ^

34a60763 ^

62cd83ba ^





34a60763 ^
62cd83ba ^
f07bb12f ^





62cd83ba ^
f07bb12f ^





62cd83ba ^
f07bb12f ^
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