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
|
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||||
;; <M-m f e R> (Emacs style) to install them.
|
;; <M-m f e R> (Emacs style) to install them.
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
|
{% if grains['os'] == 'macOS' %}
|
||||||
osx
|
osx
|
||||||
|
{% endif %}
|
||||||
helm
|
helm
|
||||||
auto-completion
|
auto-completion
|
||||||
;; better-defaults
|
;; better-defaults
|
||||||
|
|
|
@ -19,4 +19,5 @@ spacemacs-config:
|
||||||
- source: salt:///spacemacs/files/spacemacsconfig
|
- source: salt:///spacemacs/files/spacemacsconfig
|
||||||
- user: {{ grains.user }}
|
- user: {{ grains.user }}
|
||||||
- group: {{ grains.user }}
|
- group: {{ grains.user }}
|
||||||
|
- template: jinja
|
||||||
- force: True
|
- force: True
|
||||||
|
|
Loading…
Reference in a new issue