branch: elpa/javelin
commit 0a4b5ef472e9de8b01d15b660fae5a7f79b88102
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>
add autoload to toggle file
---
harpoon.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/harpoon.el b/harpoon.el
index 83f7a2d9354..708804f940a 100644
--- a/harpoon.el
+++ b/harpoon.el
@@ -206,6 +206,7 @@
(if (file-exists-p (harpoon--file-name))
(f-read (harpoon--file-name) 'utf-8) ""))
+;;;###autoload
(defun harpoon-toggle-file ()
"Open harpoon file."
(interactive)