diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1719,7 +1719,8 @@ :bind (("C-c d d" . denote) ("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 f" . km/find-file-with-denote-naming) + ("C-c d ." . km/denote-find-file-at-point)) :config (setq denote-directory (expand-file-name "~/notes")) (setq denote-dired-directories (list denote-directory)) |