system changes
This commit is contained in:
parent
54804a8e18
commit
5e4c39761c
2 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@ Here is my Emacs configuration. This file just defines configurations that shoul
|
|||
|
||||
{
|
||||
home.file = {
|
||||
"./.config/emacs/early-init.el".source = ./early-init.el;
|
||||
"./.config/emacs/feed.org".source = ./feed.org;
|
||||
"./.config/emacs/init.el".source = ./init.el;
|
||||
};
|
||||
|
|
6
macos.local/.flake/home/programs/emacs/early-init.el.org
Normal file
6
macos.local/.flake/home/programs/emacs/early-init.el.org
Normal file
|
@ -0,0 +1,6 @@
|
|||
#+title: Emacs Early Initialization
|
||||
|
||||
Disable =package.el= at startup so that =elpaca= can enable it on its own.
|
||||
#+begin_src emacs-lisp
|
||||
(setq package-enable-at-startup nil)
|
||||
#+end_src
|
Loading…
Add table
Reference in a new issue