summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-11-18 23:22:26 -0500
committerKyle Meyer <kyle@kyleam.com>2024-01-22 00:02:53 -0500
commit8c71aff19ebf41103b367a367f5fd75bd014957f (patch)
tree8f62ef64772cbd757b5a153e3281e24df16efba5 /init.el
parent11b66c57ff48fbfd7ab1df3423b2289a7673347d (diff)
downloademacs.d-8c71aff19ebf41103b367a367f5fd75bd014957f.tar.gz
denote: Add custom command for inserting denote ID
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index 7408dcf..669dc32 100644
--- a/init.el
+++ b/init.el
@@ -1720,7 +1720,8 @@
("C-c d D" . denote-date)
("C-c d t" . denote-type)
("C-c d f" . km/find-file-with-denote-naming)
- ("C-c d ." . km/denote-find-file-at-point))
+ ("C-c d ." . km/denote-find-file-at-point)
+ ("C-c d i" . km/denote-insert-id))
:config
(setq denote-directory (expand-file-name "~/notes"))
(setq denote-dired-directories (list denote-directory))