.emacs.d/elpa/exec-path-from-shell-2.2/exec-path-from-shell-pkg.el
Daniel Borchmann 5d561c0e1d
Update elpa packages
Also remove obsolete configuration for `git-commit` package.
2024-06-10 18:09:40 +02:00

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: