Add early-init.el to emacs playbook

This commit is contained in:
zendesk-acicchetti 2021-06-01 11:49:30 -04:00
parent 85ddfaa02d
commit b60984341e
2 changed files with 9 additions and 0 deletions

1
emacs/early-init.el Normal file
View file

@ -0,0 +1 @@
(setq package-enable-at-startup nil)

View file

@ -17,3 +17,11 @@
dest: ~/.emacs.d/custom
state: link
force: yes
- name: Symlink early-init.el
file:
src: ~/.dotfiles/emacs/early-init.el
dest: ~/.emacs.d/early-init.el
state: link
force: yes