Minor refactors & comment revision
This commit is contained in:
parent
10f7c9fbcc
commit
195dfda045
5 changed files with 10 additions and 8 deletions
|
@ -196,7 +196,8 @@ users).")
|
|||
(when IS-WINDOWS
|
||||
(setq abbreviated-home-dir "\\`'"))
|
||||
|
||||
;; Don't litter `doom-emacs-dir'
|
||||
;; Don't litter `doom-emacs-dir'. We don't use `no-littering' because it's a
|
||||
;; mote too opinionated for our needs.
|
||||
(setq abbrev-file-name (concat doom-local-dir "abbrev.el")
|
||||
async-byte-compile-log-file (concat doom-etc-dir "async-bytecomp.log")
|
||||
bookmark-default-file (concat doom-etc-dir "bookmarks")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue