Fix mixed whitespace
This commit is contained in:
parent
7f50a7d982
commit
c1061c356f
8
init.el
8
init.el
@ -170,9 +170,9 @@
|
||||
;; After initialization, build quickstart file containing package autoload defs
|
||||
;; and compile it alongside any other uncompiled Elisp files in installed packages
|
||||
(add-hook 'emacs-startup-hook (lambda ()
|
||||
(let ((byte-compile-warnings nil))
|
||||
(byte-recompile-directory package-user-dir 0)
|
||||
(package-quickstart-refresh)))))
|
||||
(let ((byte-compile-warnings nil))
|
||||
(byte-recompile-directory package-user-dir 0)
|
||||
(package-quickstart-refresh)))))
|
||||
|
||||
;; Load "package-quickstart.el" file containing package autoload defs with a
|
||||
;; call to `package-activate-all'. This is must be done to load any installed
|
||||
@ -353,7 +353,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
||||
;; Elisp compilation warnings
|
||||
(native-comp-async-report-warnings-errors nil "Don't report errors from async native compilation")
|
||||
(byte-compile-warnings '(not lexical
|
||||
free-vars
|
||||
free-vars
|
||||
noruntime
|
||||
unresolved
|
||||
docstrings))
|
||||
|
Loading…
Reference in New Issue
Block a user