about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-13 11:18:22 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-13 11:18:22 +0100
commit4328aefddfaee10cddfa3a35c7ae20bfe932c4ce (patch)
treea688e5f1eea95c53be02310026dc1da6d03f69b5 /.emacs.d
parent511378a685c263ad8daa8018fb82bbb5c52808a0 (diff)
downloaddotfiles-4328aefddfaee10cddfa3a35c7ae20bfe932c4ce.tar.gz
Add a more convenient binding to symbol-overlay-map
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-navigation.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el
index 7d87b8a..0ad8d0d 100644
--- a/.emacs.d/lisp/init-navigation.el
+++ b/.emacs.d/lisp/init-navigation.el
@@ -72,7 +72,8 @@ Or remove all highlighted symbols in the current buffer (with`ARG')."
   :bind
   ("C-c o" . symbol-overlay-put-or-clear)
   ("M-N" . symbol-overlay-switch-forward)
-  ("M-P" . symbol-overlay-switch-backward))
+  ("M-P" . symbol-overlay-switch-backward)
+  (:map symbol-overlay-map ("o" . symbol-overlay-put-or-clear)))
 
 (use-package gumshoe
   :after perspective
805d58c6 ^
e4ac3c9e ^



f8a4a457 ^





e5c11a51 ^






















f8a4a457 ^


e5c11a51 ^
e4ac3c9e ^
f8a4a457 ^
204dae92 ^








b301e0c0 ^
204dae92 ^




cdf28227 ^


204dae92 ^
b301e0c0 ^
204dae92 ^

c762564b ^

204dae92 ^



f8a4a457 ^



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