Skip to content

Commit

Permalink
docs(skel): more use cases of early-config.el
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 21, 2023
1 parent 81dc6a6 commit b6c2104
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion skel/early-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
;; these used in macros.

;; Set log level to `info' rather than `error'
(setq minemacs-msg-level 2)
(unless minemacs-verbose
(setq minemacs-msg-level 2))

;; Enable full screen at startup
;; (if-let ((fullscreen (assq 'fullscreen default-frame-alist)))
;; (setcdr fullscreen 'fullboth)
;; (push '(fullscreen . fullboth) default-frame-alist))

;; Force loading lazy packages immediately, not in idle time
;; (setq minemacs-not-lazy t)
Expand Down

0 comments on commit b6c2104

Please sign in to comment.