diff options
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/early-init.el b/early-init.el index 5ef77f7..201506a 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -1,25 +1,22 @@ | |||
1 | ;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*- | 1 | ;;; early-init.el -*- lexical-binding: t; coding: utf-8-unix -*- |
2 | ;; | ||
3 | ;; Author: Case Duckworth <acdw@acdw.net> | 2 | ;; Author: Case Duckworth <acdw@acdw.net> |
4 | ;; Created: Sometime during Covid-19, 2020 | 3 | ;; Created: Sometime during Covid-19, 2020 |
5 | ;; Keywords: configuration | 4 | ;; Keywords: configuration |
6 | ;; URL: https://tildegit.org/acdw/emacs | 5 | ;; URL: https://tildegit.org/acdw/emacs |
7 | ;; | 6 | |
8 | ;; This file is NOT part of GNU Emacs. | 7 | ;; This file is NOT part of GNU Emacs. |
9 | ;; | 8 | |
10 | ;;; License: | 9 | ;;; License: |
11 | ;; | ||
12 | ;; Everyone is permitted to do whatever with this software, without | 10 | ;; Everyone is permitted to do whatever with this software, without |
13 | ;; limitation. This software comes without any warranty whatsoever, | 11 | ;; limitation. This software comes without any warranty whatsoever, |
14 | ;; but with two pieces of advice: | 12 | ;; but with two pieces of advice: |
15 | ;; - Don't hurt yourself. | 13 | ;; - Don't hurt yourself. |
16 | ;; - Make good choices. | 14 | ;; - Make good choices. |
17 | ;; | 15 | |
18 | ;;; Comentary: | 16 | ;;; Comentary: |
19 | ;; | ||
20 | ;; Starting with Emacs 27.1, `early-init' is sourced before `package' | 17 | ;; Starting with Emacs 27.1, `early-init' is sourced before `package' |
21 | ;; or any frames. So those are the settings I run in this file. | 18 | ;; or any frames. So those are the settings I run in this file. |
22 | ;; | 19 | |
23 | ;;; Code: | 20 | ;;; Code: |
24 | 21 | ||
25 | ;;; Define personal-use constants | 22 | ;;; Define personal-use constants |