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

@@ -112,7 +112,13 @@ otherwise toggle global-jinx-mode."
(find-file
"~/org/my-org-note/20260508T220745==metanote--all-my-metanotes__org.org"))
(defun org-table-align-all ()
(defun my-denote-find-file ()
"Find file use denote-file-prompt."
(interactive)
(let ((denote-excluded-files-regexp "=journal"))
(find-file (denote-file-prompt))))
(defun my-org-table-align-all ()
"Ajust all table in current buffer."
(interactive)
(save-excursion