Just execute exec-path-from-shell.
This commit is contained in:
parent
f2faff5f3f
commit
c0a0bc347c
@ -58,7 +58,7 @@
|
||||
;; Un bonito y sencillo panel de inicio
|
||||
(use-package dashboard
|
||||
:defer t
|
||||
:init
|
||||
:config
|
||||
(setq dashboard-set-file-icons t
|
||||
dashboard-set-heading-icons t
|
||||
dashboard-set-file-icons t
|
||||
@ -129,10 +129,8 @@
|
||||
|
||||
;; Cargar las variables de entorno desde la configuración del usuario
|
||||
(use-package exec-path-from-shell
|
||||
:after emacs
|
||||
:config
|
||||
(exec-path-from-shell-initialize)
|
||||
:defer t)
|
||||
(exec-path-from-shell-initialize))
|
||||
|
||||
;; Resalta los escapes de secuencia
|
||||
(use-package highlight-escape-sequences
|
||||
|
Loading…
Reference in New Issue
Block a user