mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Shrink dependency chains in core libraries
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
;; Like persistent-soft, caches assume a 2-tier structure, where all caches are
|
||||
;; namespaced by location.
|
||||
|
||||
(require 'persistent-soft)
|
||||
|
||||
(defvar doom-cache-alists ()
|
||||
"An alist of alists, containing lists of variables for the doom cache library
|
||||
to persist across Emacs sessions.")
|
||||
|
Reference in New Issue
Block a user