Fixing the spacemacs taps for Mac OS
This commit is contained in:
parent
1e8ba5f580
commit
f125d1f80f
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue