aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-04-22 18:12:50 -0400
committerBardofSprites <[email protected]>2025-04-22 18:12:50 -0400
commit7979a9eddc5e71a3f205ee95011ea096860cdb23 (patch)
tree42cf4d1b5bffe0ad21ccae39aa17bfc0b2e0689c /bard-emacs-modules
parent137515e8f52034a23e61fad6fdb1a4589cdec918 (diff)
add denote-dired and denote-silo
caused by https://protesilaos.com/codelog/2025-04-15-emacs-denote-4-0-0/
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index b9131a3..a923d74 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -107,6 +107,7 @@
(defun bard/search-notes-directory ()
(interactive)
(consult-grep "~/Notes/denote"))
+
:hook
(dired-mode . denote-dired-mode)
@@ -129,6 +130,14 @@
("C-c n l" . denote-find-link)
("C-c n L" . denote-find-backlink)))
+(use-package denote-org
+ :ensure t
+ )
+
+(use-package denote-silo
+ :ensure t
+ )
+
;;; Focus mode for writing
;; Center line scrolling for focused writing