branch: elpa/javelin
commit ba2d7c77d4a74d7589b90a2b7e544b1989f647a6
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>
use package name by default
---
harpoon.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/harpoon.el b/harpoon.el
index 7be36473f2c..6b5d85ca67d 100644
--- a/harpoon.el
+++ b/harpoon.el
@@ -43,7 +43,7 @@
"Organize bookmarks by project and branch."
:group 'tools)
-(defcustom harpoon-without-project-function 'harpoon--current-file-directory
+(defcustom harpoon-without-project-function 'harpoon--package-name
"When project is not found, use this function instead."
:type 'string)