branch: externals/denote
commit e9bfd528d5d368d76d2b8418b195dd9bfc336acc
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add missing last-modified from the :type of
denote-sort-dired-default-sort-component
---
denote.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index e42c375508..2a16a40c0c 100644
--- a/denote.el
+++ b/denote.el
@@ -1627,7 +1627,8 @@ minibuffer prompt for which file name component to sort
by."
(const :tag "Sort by title" title)
(const :tag "Sort by keywords" keywords)
(const :tag "Sort by signature" signature)
- (const :tag "Random order" random))
+ (const :tag "Random order" random)
+ (const :tag "Last modified" last-modified))
:package-version '(denote . "4.1.0")
:group 'denote-sort)