From 8c71aff19ebf41103b367a367f5fd75bd014957f Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 18 Nov 2023 23:22:26 -0500 Subject: denote: Add custom command for inserting denote ID --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') 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)) -- cgit v1.2.3