summaryrefslogtreecommitdiff
path: root/ansible/roles/emacs/tasks/main.yml
blob: 77c96e3f96e58e845123633f0cc6be8ebd5037b1 (plain)
1
2
3
4
5
6
7
8
9
10
- name: install emacs related stuff
  apt:
    name:
    - emacs
    - emacs-goodies-el
    - debian-el
    - elpa-markdown-mode
    - elpa-magit
    - yaml-mode