branch: externals/denote
commit 2704250ea6c569d6e46f6738755d113c843ee034
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Mark denote-directory as changed for 0.5.0
The change was done in commit 4b21e42 by Philip Kaludercic.
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 7d858d7b34..56ab8e3fc6 100644
--- a/denote.el
+++ b/denote.el
@@ -131,7 +131,7 @@ the function `denote-directory' instead: it returns the
path as a
directory and also checks if a safe local value should be used."
:group 'denote
:safe (lambda (val) (or (eq val 'local) (eq val 'default-directory)))
- :package-version '(denote . "0.1.0")
+ :package-version '(denote . "0.5.0")
:link '(info-link "(denote) Maintain separate directories for notes")
:type 'directory)