Add early-init.el to emacs playbook
This commit is contained in:
parent
85ddfaa02d
commit
b60984341e
2 changed files with 9 additions and 0 deletions
1
emacs/early-init.el
Normal file
1
emacs/early-init.el
Normal file
|
@ -0,0 +1 @@
|
||||||
|
(setq package-enable-at-startup nil)
|
|
@ -17,3 +17,11 @@
|
||||||
dest: ~/.emacs.d/custom
|
dest: ~/.emacs.d/custom
|
||||||
state: link
|
state: link
|
||||||
force: yes
|
force: yes
|
||||||
|
|
||||||
|
- name: Symlink early-init.el
|
||||||
|
file:
|
||||||
|
src: ~/.dotfiles/emacs/early-init.el
|
||||||
|
dest: ~/.emacs.d/early-init.el
|
||||||
|
state: link
|
||||||
|
force: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue