Create ~/.doom.d
This commit is contained in:
parent
8d0ede7075
commit
c2860856ed
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@
|
|||
dest: ~/.doom-emacs
|
||||
clone: yes
|
||||
|
||||
- name: "[Doom Emacs] - Create ~/.doom.d"
|
||||
file:
|
||||
path: "{{ doom_root }}"
|
||||
state: directory
|
||||
|
||||
- name: "[Doom Emacs] - init.el"
|
||||
file:
|
||||
src: ~/.dotfiles/emacs/emacs.doom/init.el
|
||||
|
|
Loading…
Add table
Reference in a new issue