First commit.
This commit is contained in:
12
lisp/ux/paths.el
Normal file
12
lisp/ux/paths.el
Normal file
@@ -0,0 +1,12 @@
|
||||
;;; paths.el --- Configure system paths in Emacs -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(use-package exec-path-from-shell
|
||||
:if (memq window-system '(mac ns x))
|
||||
:config
|
||||
(exec-path-from-shell-initialize))
|
||||
|
||||
|
||||
(provide 'ux/paths)
|
||||
;;; paths.el ends here
|
Reference in New Issue
Block a user