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

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

[nongnu] elpa/xkcd 20e24f1c9b 70/82: Code block is in emacs-lisp, fix di


From: ELPA Syncer
Subject: [nongnu] elpa/xkcd 20e24f1c9b 70/82: Code block is in emacs-lisp, fix directories.
Date: Mon, 12 Dec 2022 21:59:54 -0500 (EST)

branch: elpa/xkcd
commit 20e24f1c9b04f80bc45f4726b4f4a863e4f8c1c2
Author: Vibhav Pant <vibhavp@gmail.com>
Commit: Vibhav Pant <vibhavp@gmail.com>

    Code block is in emacs-lisp, fix directories.
---
 README.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index b2d2828cd3..8d185b3d00 100644
--- a/README.org
+++ b/README.org
@@ -12,17 +12,17 @@ Implementation of an [[https://xkcd.com][xkcd]] reader for 
GNU Emacs.
    ~M-x package-install xkcd~.
 ** Via Git
    Clone this repo to a desired location, add the directory to your load path:
-   #+BEGIN_SRC lisp
+   #+BEGIN_SRC emacs-lisp
 (add-to-list 'load-path (expand-file-name "/path/to/emacs-xkcd"))
 (require 'xkcd)
    #+END_SRC
-
+   
 * Screenshot:
   [[./images/screenshot.png]]
 
 * Viewing comics:
   + ~xkcd-get~ loads a user-specific xkcd.
-  Files are cached (for later offline viewing) by default to 
~~/.emacs.d/xkcd/~.
+  Files are cached (for later offline viewing) by default to 
=~/.emacs.d/xkcd/=.
   This can be changed by changing ~xkcd-cache-dir~ in emacs-xkcd's customize 
menu. 
   (~customize-group xkcd~)
   
@@ -33,8 +33,8 @@ Implementation of an [[https://xkcd.com][xkcd]] reader for 
GNU Emacs.
   emacs-xkcd can be customized with ~M-x customize-group xkcd~.
   | Option              | Use                                                  
| Default value            |
   
|---------------------+------------------------------------------------------+--------------------------|
-  | ~xkcd-cache-dir~    | Directory where images and json files are cached     
| ~~/.emacs.d/xkcd/~       |
-  | ~xkcd-cache-latest~ | File where the latest cached xkcd's number is stored 
| ~~/.emacs.d/xkcd/latest~ |
+  | ~xkcd-cache-dir~    | Directory where images and json files are cached     
| =~/.emacs.d/xkcd/=       |
+  | ~xkcd-cache-latest~ | File where the latest cached xkcd's number is stored 
| =~/.emacs.d/xkcd/latest= |
 
 * Keybindings:
   



reply via email to

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