feat: Add denote-lint, replace consult-note with consult-denote

This commit is contained in:
User
2026-07-02 16:53:59 +08:00
parent a1a1797035
commit ffa5717770
3 changed files with 22 additions and 12 deletions

View File

@@ -102,6 +102,14 @@
;; denote-org
(use-package denote-org)
;; denote-lint
(use-package denote-lint
:straight '(denote-lint :type git
:host github
:repo "Andsy10/denote-lint")
:config
(setq org-link-elisp-confirm-function nil))
;; denote-journal
(use-package denote-journal
:hook
@@ -115,16 +123,12 @@
;; denote-explore
(use-package denote-explore)
;; consult-notes
(use-package consult-notes
:straight
'(consult-notes :fork (:host github :repo "Andsy10/consult-notes"))
;; consult-denote
(use-package consult-denote
:hook
(after-init . consult-notes-denote-mode)
:config
(setq consult-notes-denote-display-keywords-indicator "_")
(setq consult-notes-denote-display-id-format 'date)
(setq consult-notes-denote-display-signature t))
(after-init . consult-denote-mode)
:init
(setq consult-denote-grep-command 'consult-ripgrep))
;; org-download
(use-package org-download