branch: elpa/javelin
commit f8f19a61222b55d41aed3f63de0e1231e1e56997
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>
fix readme
---
README.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
index 7f1a0332cc7..32cae6c78ac 100644
--- a/README.org
+++ b/README.org
@@ -67,10 +67,10 @@ You can customize by setting this variable:
| Variable | Description
| Default |
| harpoon-separate-by-branch | If nil, ignores the branch
| t |
| harpoon-project-package | Package used to harpoon to get project
stuff. Available: projectile, project | 'projectile
|
-| harpoon-without-project-function | Function used to return a name to for
harpoon cache file when not visiting a project. |
'harpoon--current-file-directory |
+| harpoon-without-project-function | Function used to return a name for
harpoon cache file when not visiting a project. |
'harpoon--current-file-directory |
** Extra tips for ~harpoon-without-project-function~
-If you use doom (with persp-mode), you can use ~'+workspace-current-name~ and
use the workspace name instead current file directory.
+If you use doom (with persp-mode), you can use '+workspace-current-name and
use the workspace name instead current file directory.
You can also create your own function to determine the harpoon cache file and
add to this variable.