home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 23476e99937592da289678052f0e6d9c5ef0c3dc
parent 6dbc6885273a1b2b7f09dc2705544fdeef0bfcda
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  3 Apr 2020 07:41:39 +0200

00-environment.el: do not load exec-path-from-shell…

. on linux

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/00-environments.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/config/00-environments.el b/tools/emacs/config/00-environments.el @@ -1,6 +1,6 @@ (use-package exec-path-from-shell ; Set up environment variables :if (display-graphic-p) - :unless (eq system-type 'windows-nt) + :unless (or (eq system-type 'windows-nt) (eq system-type 'gnu/linux)) :config (setq exec-path-from-shell-variables '("PATH" ; Full path