Skip to content

Commit

Permalink
Update README example
Browse files Browse the repository at this point in the history
  • Loading branch information
mclearc committed Jul 28, 2023
1 parent 4d905df commit c48b563
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ repo. Installation with use-package and straight is pretty easy:
"~/path/to/file2.org"))
(consult-notes-org-headings-mode)
(when (locate-library "denote")
(consult-notes-denote-mode)))
(consult-notes-denote-mode))
;; search only for text files in denote dir
(setq consult-notes-denote-files-function (function denote-directory-text-only-files)))
#+end_src

* Usage
Expand Down

0 comments on commit c48b563

Please sign in to comment.