From 64ad15461ab8e9f115e46be3a85f017b0d461b7f Mon Sep 17 00:00:00 2001 From: BardofSprites Date: Tue, 21 Apr 2026 17:00:02 -0400 Subject: replace custom functions with consult denote --- config.org | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 3985b60..2601089 100644 --- a/config.org +++ b/config.org @@ -4311,13 +4311,11 @@ This is what the tabs look like with ~doom-gruvbox~ theme: *** Searching notes #+begin_src emacs-lisp :tangle bard-elisp/bard-writing.el :mkdirp yes - (defun bard/find-notes-file () - (interactive) - (consult-find "~/Notes/denote")) - - (defun bard/search-notes-directory () - (interactive) - (consult-grep "~/Notes/denote")) + (use-package consult-denote + :ensure t + :bind + ("C-c n g" . consult-denote-grep) + ("C-c n f" . consult-denote-find)) #+end_src *** University Class jumping in ~uni.org~ file -- cgit v1.2.3