Fixing the spacemacs taps for Mac OS

This commit is contained in:
Elijah Lazkani 2017-03-18 03:12:55 -04:00
parent 1e8ba5f580
commit f125d1f80f

View file

@ -2,7 +2,7 @@ spacemacs:
pkg.installed: pkg.installed:
{% if grains['kernel'] == 'Darwin' %} {% if grains['kernel'] == 'Darwin' %}
- name: emacs-plus - name: emacs-plus
- tap: 'd12frosted/emacs-plus' - taps: 'd12frosted/emacs-plus'
{% elif grains['kernel'] == 'Linux' %} {% elif grains['kernel'] == 'Linux' %}
- name: emacs - name: emacs
{% endif %} {% endif %}