branch: externals/agitate commit 905e9210293edda765a09c47cd48093157c707b9 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove 'require' path from sample configuration --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index daa58d430a..97938ffc6d 100644 --- a/README.org +++ b/README.org @@ -271,7 +271,7 @@ Everything is in place to set up the package. ;; Agitate is still a WORK-IN-PROGRESS. -(require 'agitate "/home/prot/Git/Projects/agitate/agitate.el") +(require 'agitate) (add-hook 'diff-mode-hook #'agitate-diff-enable-outline-minor-mode)