diff options
author | mms <michal@sapka.me> | 2024-01-19 15:22:13 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-01-19 15:22:13 +0100 |
commit | 9ab57ee255a03b86ed7303aa94959e3b104e1719 (patch) | |
tree | 926293dc6d9460f1eab12231573b71abc8d5ac4e /early-init.el |
feat: extract into dedicated repo
Diffstat (limited to 'early-init.el')
-rw-r--r-- | early-init.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/early-init.el b/early-init.el new file mode 100644 index 0000000..ac0e195 --- /dev/null +++ b/early-init.el @@ -0,0 +1,10 @@ +;; Example Elpaca early-init.el -*- lexical-binding: t; -*- + +(setq package-enable-at-startup nil) +(setq vc-follow-symlinks t) + +;; Local Variables: +;; no-byte-compile: t +;; no-native-compile: t +;; no-update-autoloads: t +;; End: |