projects
/
sweep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aefaea
)
ADDED: (sweep-mode-map): bind C-c C-o to sweep-find-file-at-point
author
Eshel Yaron
<me@eshelyaron.com>
Sun, 11 Sep 2022 20:22:56 +0000
(23:22 +0300)
committer
Eshel Yaron
<me@eshelyaron.com>
Sun, 11 Sep 2022 20:22:56 +0000
(23:22 +0300)
sweep.el
patch
|
blob
|
history
diff --git
a/sweep.el
b/sweep.el
index 677a94898759e302c8710c1623c87928b7f44e80..f2f89dbca9276ed536bde88421223edde26a6e6d 100644
(file)
--- a/
sweep.el
+++ b/
sweep.el
@@
-1071,6
+1071,7
@@
Interactively, a prefix arg means to prompt for BUFFER."
(define-key map (kbd "C-c C-l") #'sweep-load-buffer)
(define-key map (kbd "C-c C-c") #'sweep-colourise-buffer)
(define-key map (kbd "C-c C-t") #'sweep-top-level)
+ (define-key map (kbd "C-c C-o") #'sweep-find-file-at-point)
map)
"Keymap for `sweep-mode'.")