dropped doom git pull to make sure it doesn't conflict with system files

and make doom reinstall
This commit is contained in:
opalvaults
2022-07-20 15:08:48 -07:00
parent 177f05bcd0
commit 48ea2188fc

View File

@@ -17,12 +17,6 @@
dest: "{{ pfetch_dest }}"
update: no
- name: Pull Doom Emacs
git:
repo: "{{ doom_emacs_repo }}"
dest: "{{ doom_emacs_dest }}"
update: no
- name: Pull Org Files
git:
repo: "{{ org_repo }}"