Skip to content

Commit

Permalink
x86-lookup: theme x86-lookup-cache-directory
Browse files Browse the repository at this point in the history
This directory is used to store an s-expression file generated from
the PDF.  The generated file is named <sha1>_v3 in this directory.

The package will create the directory if it does not exist.
  • Loading branch information
hogand committed Jul 29, 2019
1 parent 842d2d1 commit 7480853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions no-littering.el
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ directories."
(setq wl-alias-file (etc "wanderlust/alias"))
(setq wl-x-face-file (etc "wanderlust/x-face"))
(setq wl-temporary-file-directory (var "wanderlust-tmp"))
(setq x86-lookup-cache-directory (var "x86-lookup/cache/"))
(eval-after-load 'xkcd
`(make-directory ,(var "xkcd/") t))
(setq xkcd-cache-dir (var "xkcd/"))
Expand Down

0 comments on commit 7480853

Please sign in to comment.