Skip to content

Commit

Permalink
refactor: move pcache directory customization to me-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 3, 2023
1 parent ef635c4 commit f10b3cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions core/me-defaults.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
desktop-path (list desktop-dirname)
custom-theme-directory (concat minemacs-config-dir "themes/")

;; ====== Additional directories for non-builtin but common packages ======
pcache-directory (concat minemacs-cache-dir "pcache/")

;; ====== Default behavior ======
;; Inhibit startup message
inhibit-startup-message t
Expand Down
5 changes: 0 additions & 5 deletions modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
:after tempel
:demand t)

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

(use-package unicode-fonts
:straight t
:hook (minemacs-after-startup . +unicode-fonts-setup)
Expand Down

0 comments on commit f10b3cc

Please sign in to comment.