Fix linting warnings in early-init/init.el
There should be no functional changes
This commit is contained in:
parent
6c24da4503
commit
2572e8c221
2 changed files with 19 additions and 6 deletions
|
|
@ -1,9 +1,16 @@
|
|||
;;; early-init.el --- Early Init -*- lexical-binding: t; -*-
|
||||
|
||||
;;; Commentary:
|
||||
;; Early init configuration for Emacs Solo
|
||||
;;
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
||||
|
||||
;; Recommended by elpaca
|
||||
(setq package-enable-at-startup nil)
|
||||
|
||||
(provide 'early-init)
|
||||
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; no-native-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; End:
|
||||
|
||||
;;; early-init.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue