Skip to content

Commit

Permalink
Add exec-path-from-shell for linux desktop
Browse files Browse the repository at this point in the history
so that people with gdm get their path setup correctly
  • Loading branch information
mijoharas authored and syl20bnr committed Mar 11, 2015
1 parent 6e13741 commit 5a40386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spacemacs/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ which require an initialization must be listed explicitly in the list.")

(defun spacemacs/init-exec-path-from-shell ()
(use-package exec-path-from-shell
:init (when (memq window-system '(mac ns))
:init (when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))))

(defun spacemacs/init-expand-region ()
Expand Down

0 comments on commit 5a40386

Please sign in to comment.