Minor refactors & comment revision

This commit is contained in:
Henrik Lissner 2020-01-02 21:13:31 -05:00
parent 10f7c9fbcc
commit 195dfda045
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 10 additions and 8 deletions

View file

@ -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")