diff options
author | bd <bdunahu@operationnull.com> | 2024-09-12 07:37:23 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-09-12 07:37:23 -0400 |
commit | f67c2a3ae89f1e8733ccff18daa1572702a805f4 (patch) | |
tree | a00642397530abf89c81ad7023e7795416ffa1fd /.config/emacs/modules/bd--notes.el | |
parent | 506bca095d5c414ae6521d59fdb05cb16d008504 (diff) |
New org-denote bind, default latex previews, graphviz to src blocks
Diffstat (limited to '.config/emacs/modules/bd--notes.el')
-rw-r--r-- | .config/emacs/modules/bd--notes.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--notes.el b/.config/emacs/modules/bd--notes.el index fcc9e9a..36e1f17 100644 --- a/.config/emacs/modules/bd--notes.el +++ b/.config/emacs/modules/bd--notes.el @@ -7,7 +7,9 @@ :hook ((dired-mode . denote-dired-mode-in-directories)) :bind (("H-d f" . 'denote-open-or-create) - ("H-d j" . 'denote-journal-extras-new-or-existing-entry)) + ("H-d j" . 'denote-journal-extras-new-or-existing-entry) + :map org-mode-map + ("C-c l" . 'denote-link)) :config (require 'denote-journal-extras) :custom |