diff options
author | Case Duckworth | 2021-01-02 17:37:21 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-02 17:37:21 -0600 |
commit | d8a69b60d21165af64b008cf4028cab22ecec511 (patch) | |
tree | 5cdad35bce7d612f63f299d35f0a92fdc429159d | |
parent | Catch org invisible edits (diff) | |
download | emacs-d8a69b60d21165af64b008cf4028cab22ecec511.tar.gz emacs-d8a69b60d21165af64b008cf4028cab22ecec511.zip |
Add -*- line
-rw-r--r-- | early-init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el index 7c9c81c..b5fb787 100644 --- a/early-init.el +++ b/early-init.el | |||
@@ -1,3 +1,5 @@ | |||
1 | ;; early-init.el -*- no-byte-compile: t; -*- | ||
2 | |||
1 | ;; I use `straight.el' instead of `package.el'. | 3 | ;; I use `straight.el' instead of `package.el'. |
2 | (setq package-enable-at-startup nil) | 4 | (setq package-enable-at-startup nil) |
3 | 5 | ||