Skip to content

Commit

Permalink
tweak(pcache): create the cache in the cache directory
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 23, 2023
1 parent 06f7776 commit 28f2c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ clean:
rm -rf $(EMACS_DIR)/eln-cache $(EMACS_DIR)/local/eln-cache $(EMACS_DIR)/local/cache $(EMACS_DIR)/local/straight/build-*

clean_pcache:
rm -rf $(EMACS_DIR)/local/pcache
rm -rf $(EMACS_DIR)/local/cache/pcache

clean_all: clean
rm -rf $(EMACS_DIR)/local/straight/
Expand Down
4 changes: 2 additions & 2 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

(use-package pcache
:straight t
:init
(setq pcache-directory (concat minemacs-local-dir "pcache/")))
:custom
(pcache-directory (concat minemacs-cache-dir "pcache/")))

(use-package unicode-fonts
:straight t
Expand Down

0 comments on commit 28f2c04

Please sign in to comment.