Testing MacOS specific configuration.
This commit is contained in:
parent
be1a92eda1
commit
592ec823f8
2 changed files with 3 additions and 0 deletions
|
@ -36,7 +36,9 @@ values."
|
|||
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||
;; <M-m f e R> (Emacs style) to install them.
|
||||
;; ----------------------------------------------------------------
|
||||
{% if grains['os'] == 'macOS' %}
|
||||
osx
|
||||
{% endif %}
|
||||
helm
|
||||
auto-completion
|
||||
;; better-defaults
|
||||
|
|
|
@ -19,4 +19,5 @@ spacemacs-config:
|
|||
- source: salt:///spacemacs/files/spacemacsconfig
|
||||
- user: {{ grains.user }}
|
||||
- group: {{ grains.user }}
|
||||
- template: jinja
|
||||
- force: True
|
||||
|
|
Loading…
Reference in a new issue