summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-12-26 17:50:11 -0500
committerKyle Meyer <kyle@kyleam.com>2023-01-05 22:19:30 -0500
commitc039865e428d5efc9e88390f069bcc90f0a39539 (patch)
tree5516f6ab350a73ab82db204cc916865671420c2a /init.el
parent773d729e7f0a63fbd7c5d05a895b10e9515aaa9c (diff)
downloademacs.d-c039865e428d5efc9e88390f069bcc90f0a39539.tar.gz
org: Add command to copy plain file link
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9ecdd7e..d3c7524 100644
--- a/init.el
+++ b/init.el
@@ -341,6 +341,8 @@
("o" . km/org-open-file)
("p" . km/org-open-file-at-point)
("r" . km/org-open-recent-file))
+ (bind-keys :map km/global-org-map
+ ("f" . km/org-copy-plain-file-link))
(define-key ctl-x-4-map "o" #'km/org-switch-to-buffer-other-window)