branch: externals/denote commit 25409b609231c13caf928ed8c516994df2943fd3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add denote-sort-dired to the menu bar --- denote.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/denote.el b/denote.el index a49d04e319..0e614d9aee 100644 --- a/denote.el +++ b/denote.el @@ -5684,6 +5684,9 @@ This command is meant to be used from a Dired buffer." :help "Create new note with the chosen command and link to it from the current file" :enable (derived-mode-p 'text-mode)] "---" + ["Generate sorted and filtered Dired listing" denote-sort-dired + :help "Generate a sorted and filtered Dired listing of files in the `denote-directory'"] + "---" ["Highlight Dired file names" denote-dired-mode :help "Apply colors to Denote file name components in Dired" :enable (derived-mode-p 'dired-mode)