spacemacs/layers/+distributions
Todd Fiala ee9d82d7cc fix broken macOS paths for homebrew service
When Spacemacs is run as a macOS homebrew service, the window-system
at startup time is not set.  This causes the very-early
call to exec-path-from-shell, which was checking for macOS via
window-system, to fail the check.  This is pretty much game over
for macOS and user-customized paths, as the exec paths are not
updated and any extra user-path utilities (e.g. aspell, gls) won't
be found.

This change switches over to using spacemacs/system-is-mac and
spacemacs/system-is-linux as the primary check, and keeps the
window-system check for 'x in case other Unix variants
are getting exec-path set via that check.
2016-10-17 13:51:44 +02:00
..
spacemacs Move window-purpose layer to spacemacs-purpose layer 2016-10-16 22:25:04 -04:00
spacemacs-base fix broken macOS paths for homebrew service 2016-10-17 13:51:44 +02:00
spacemacs-bootstrap Rename dotspacemacs-ex-key to dotspacemacs-ex-command-key 2016-10-09 21:28:09 -04:00