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:
|
||||
{% if grains['kernel'] == 'Darwin' %}
|
||||
- name: emacs-plus
|
||||
- tap: 'd12frosted/emacs-plus'
|
||||
- taps: 'd12frosted/emacs-plus'
|
||||
{% elif grains['kernel'] == 'Linux' %}
|
||||
- name: emacs
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue