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