blob: ac0e195e20c51c5efd6c6785463533a35991b73d (
plain)
1
2
3
4
5
6
7
8
9
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:
|