branch: elpa/javelin
commit 6090566482a71aa024998935316e00ff1bf8f0fe
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>
fix --file-name
---
harpoon.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/harpoon.el b/harpoon.el
index 993a91efc13..79dbbd75c24 100644
--- a/harpoon.el
+++ b/harpoon.el
@@ -136,6 +136,7 @@
(make-directory harpoon-cache-file)))
+;;;###autoload
(defun harpoon--file-name ()
"File name for harpoon on current project."
(concat harpoon-cache-file (harpoon--cache-key)))