Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix defcustom for exec-path-from-shell-shell-name
  • Loading branch information
Fuco1 committed Mar 4, 2017
1 parent 9def990 commit 1d373ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exec-path-from-shell.el
Expand Up @@ -94,7 +94,9 @@ Environment variables should be set in .profile or .zshenv rather than
"If non-nil, use this shell executable.
Otherwise, use either `shell-file-name' (if set), or the value of
the SHELL environment variable."
:type 'file
:type '(choice
(file :tag "Shell executable")
(const :tag "Use `shell-file-name' or $SHELL" nil))
:group 'exec-path-from-shell)

(defvar exec-path-from-shell-debug nil
Expand Down

0 comments on commit 1d373ba

Please sign in to comment.