about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-10-01 13:12:12 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-10-01 13:12:12 +0100
commit535c8da9b03a4e0cbc34392c93a0421463b77523 (patch)
treed82555a21db807a0a959599296a41175966f2e26
parentb84dc1611d6090880e5975885ec13f088bc60e2e (diff)
downloaddotfiles-535c8da9b03a4e0cbc34392c93a0421463b77523.tar.gz
Ensure embark-dwim takes precedence over xref-find-definitions
-rw-r--r--.emacs.d/lisp/init-minibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index c96ea98..976fac6 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -533,9 +533,9 @@ See `+become' and the functions that call it (e.g. `+become-consult-line')."
   (add-to-list 'marginalia-prompt-categories '("Choose recent file" . file)))
 
 (use-package embark
+  :bind* ("M-." . embark-dwim)
   :bind
   (("C-." . embark-act)
-   ("M-." . embark-dwim)
    ("C-c C-o" . embark-export)
    ("C-h b" . embark-bindings)
    ("C-h B" . describe-bindings)
rtik Agaram <vc@akkartik.com> 2019-11-26 22:11:23 -0800 5765' href='/akkartik/mu/commit/apps/subx-params.subx?h=hlt&id=70187b1c01a0540bc677fbbfeaef129549d3075d'>70187b1c ^
6c059c7e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
                                                         




                                        
                    


                                                              
                    


                                                
                               


                          
                    
href='/akkartik/mu/blame/html/baremetal/106stream.subx.html?h=hlt&id=422ebaf88c5a04900beb0a68162213ebc94e37c2'>^

f6fd7e1b ^
f6fd7e1b ^

f6fd7e1b ^
78357b88 ^
dc5a0acf ^
78357b88 ^
dc5a0acf ^
f6fd7e1b ^


78357b88 ^
f6fd7e1b ^




























3350c34a ^
f6fd7e1b ^










3350c34a ^































































f6fd7e1b ^



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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137