]> git.eshelyaron.com Git - sweep.git/commitdiff
ADDED: (sweep-mode-map): bind C-c C-o to sweep-find-file-at-point
authorEshel Yaron <me@eshelyaron.com>
Sun, 11 Sep 2022 20:22:56 +0000 (23:22 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 11 Sep 2022 20:22:56 +0000 (23:22 +0300)
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'.")