branch: elpa/javelin
commit 6acdf2410f80a2c95600df4be6661d3fd4b0084c
Author: Otávio Schwanck dos Santos <[email protected]>
Commit: Otávio Schwanck dos Santos <[email protected]>

    improve readme
---
 README.org | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/README.org b/README.org
index 15576c9b9bd..03285a58558 100644
--- a/README.org
+++ b/README.org
@@ -45,10 +45,7 @@ Example of how to set the shortcuts:
 (global-set-key (kbd "C-c h 8") 'harpoon-go-to-8)
 (global-set-key (kbd "C-c h 9") 'harpoon-go-to-9)
 
-;; On doom emacs / Evil
-(load "path/to/harpoon.el")
-(require 'harpoon)
-
+;; On doom emacs
 (map! :leader "j c" 'harpoon-clear)
 (map! :leader "j f" 'harpoon-toggle-file)
 (map! :n "C-s" 'harpoon-add-file)

Reply via email to