General minor refactor + cleanup
This commit is contained in:
parent
dd58479a18
commit
a4ddb1bc9b
11 changed files with 35 additions and 39 deletions
|
@ -63,8 +63,7 @@ problems.")
|
|||
(defvar doom-packages-dir (concat doom-local-dir "packages/")
|
||||
"Where package.el and quelpa plugins (and their caches) are stored.")
|
||||
|
||||
(defvar doom-autoload-file
|
||||
(concat doom-local-dir "autoloads.el")
|
||||
(defvar doom-autoload-file (concat doom-local-dir "autoloads.el")
|
||||
"Location of the autoloads file generated by `doom/reload-autoloads'.")
|
||||
|
||||
(defgroup doom nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue