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