emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/xkcd f7b5157cdd 03/82: * README.md: Fix directory path


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd f7b5157cdd 03/82: * README.md: Fix directory path
Date: Mon, 12 Dec 2022 21:59:49 -0500 (EST)

branch: elpa/xkcd
commit f7b5157cddaeeba659d7c92f938b92f9da05a35b
Author: Vibhav Pant <vibhavp@cthulhu-p5kpl.lan>
Commit: Vibhav Pant <vibhavp@cthulhu-p5kpl.lan>

    * README.md: Fix directory path
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 638464a417..033de70f3a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ A hackish implementation of an xkcd (http://xkcd.com/) reader 
for Emacs.
 
 Enable it by adding
 ```lisp
-(add-to-list 'load-path (expand-file-name 
"/home/vibhavp/.emacs.d/elisp/emacs-xkcd"))
+(add-to-list 'load-path (expand-file-name "/path/to/emacs-xkcd.el"))
 (require 'emacs-xkcd)
 ```
 to your .emacs file.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]