15 lines
498 B
EmacsLisp
15 lines
498 B
EmacsLisp
(define-package "exec-path-from-shell" "2.2" "Get environment variables such as $PATH from the shell"
|
|
'((emacs "24.4"))
|
|
:commit "72ede29a0e0467b3b433e8edbee3c79bab005884" :authors
|
|
'(("Steve Purcell" . "steve@sanityinc.com"))
|
|
:maintainers
|
|
'(("Steve Purcell" . "steve@sanityinc.com"))
|
|
:maintainer
|
|
'("Steve Purcell" . "steve@sanityinc.com")
|
|
:keywords
|
|
'("unix" "environment")
|
|
:url "https://github.com/purcell/exec-path-from-shell")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|