Minor refactors & comment revision

This commit is contained in:
Henrik Lissner 2019-12-06 17:16:34 -05:00
parent c8cfa31a1e
commit 996188250b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
9 changed files with 18 additions and 28 deletions

View file

@ -35,7 +35,7 @@
;; In noninteractive sessions, prioritize non-byte-compiled source files to
;; prevent the use of stale byte-code. Otherwise, it saves us a little IO time
;; to skip the mtime checks on every *.elc file we load.
;; to skip the mtime checks on every *.elc file.
(setq load-prefer-newer noninteractive)
(let (file-name-handler-alist)