workstation/roles/home-gui/tasks/emacs.yml

6 lines
137 B
YAML
Raw Normal View History

---
2019-10-03 14:24:33 +00:00
- name: Clone Emacs settings
git:
2020-01-10 15:39:47 +00:00
repo: https://code.acperkins.com/acp/emacs.d.git
dest: "{{ ansible_env.HOME }}/.emacs.d"