8 lines
No EOL
186 B
YAML
8 lines
No EOL
186 B
YAML
---
|
|
- name: Install Doom Emacs
|
|
block:
|
|
- git:
|
|
repo: https://github.com/hlissner/doom-emacs
|
|
dest: ~/.emacs.d
|
|
depth: 1
|
|
- shell: ~/.emacs.d/bin/doom install |