diff options
Diffstat (limited to 'emacs/.config/emacs/early-init.el')
| -rw-r--r-- | emacs/.config/emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.config/emacs/early-init.el b/emacs/.config/emacs/early-init.el index 8792449..66a9742 100644 --- a/emacs/.config/emacs/early-init.el +++ b/emacs/.config/emacs/early-init.el | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | (setenv "PATH" (concat brew-prefix ":" (getenv "PATH"))) | 11 | (setenv "PATH" (concat brew-prefix ":" (getenv "PATH"))) |
| 12 | (add-to-list 'exec-path brew-prefix))) | 12 | (add-to-list 'exec-path brew-prefix))) |
| 13 | 13 | ||
| 14 | ;; Disable package.el in favour of elpaca | 14 | ;; Disable package.el in favour of straight.el |
| 15 | (setq package-enable-at-startup nil) | 15 | (setq package-enable-at-startup nil) |
| 16 | 16 | ||
| 17 | ;; UTF-8 duh | 17 | ;; UTF-8 duh |