use exec path from shell
This commit is contained in:
parent
ef6ff24f20
commit
5fd238759d
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
|
@ -40,6 +40,11 @@
|
|||
|
||||
(load-theme 'doom-dark+ t)
|
||||
|
||||
(use-package exec-path-from-shell
|
||||
:config
|
||||
:init (setq exec-path-from-shell-variables '("PATH" "MANPATH" "SSH_AUTH_SOCK" ))
|
||||
(exec-path-from-shell-initialize))
|
||||
|
||||
(use-package ultra-scroll
|
||||
:init
|
||||
(setq scroll-conservatively 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue