emacs: add exec-path-from-shell for macos
This commit is contained in:
parent
12e553a735
commit
0c4acf407f
1 changed files with 6 additions and 0 deletions
6
emacs.el
6
emacs.el
|
|
@ -88,6 +88,7 @@
|
||||||
;; (straight-use-package 'projectile)
|
;; (straight-use-package 'projectile)
|
||||||
(straight-use-package 'osm)
|
(straight-use-package 'osm)
|
||||||
(straight-use-package 'editorconfig)
|
(straight-use-package 'editorconfig)
|
||||||
|
(straight-use-package 'exec-path-from-shell)
|
||||||
|
|
||||||
;; Emacs Configuration
|
;; Emacs Configuration
|
||||||
(setq inhibit-splash-screen t)
|
(setq inhibit-splash-screen t)
|
||||||
|
|
@ -125,6 +126,11 @@
|
||||||
(use-package gcmh
|
(use-package gcmh
|
||||||
:delight)
|
:delight)
|
||||||
|
|
||||||
|
(use-package exec-path-from-shell
|
||||||
|
:config
|
||||||
|
(when (memq window-system '(mac))
|
||||||
|
(exec-path-from-shell-initialize)))
|
||||||
|
|
||||||
(use-package undo-tree
|
(use-package undo-tree
|
||||||
:config
|
:config
|
||||||
(global-undo-tree-mode)
|
(global-undo-tree-mode)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue