summaryrefslogtreecommitdiff
path: root/dotfiles/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.emacs.d/init.el')
-rw-r--r--dotfiles/.emacs.d/init.el15
1 files changed, 9 insertions, 6 deletions
diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el
index e43303b..4eff60b 100644
--- a/dotfiles/.emacs.d/init.el
+++ b/dotfiles/.emacs.d/init.el
@@ -63,13 +63,16 @@
(guix-load-path '("~/.guix/current/share/guile/site/3.0"))
(guix-load-compiled-path '("~/.guix/current/lib/guile/3.0/site-ccache")))
-;; (use-package inheritenv)
+(use-package inheritenv
+ :config
+ (inheritenv-add-advice 'shell-command-to-string)
+ (inheritenv-add-advice 'shell))
-;; (use-package buffer-env
-;; :config
-;; (add-hook 'hack-local-variables-hook 'buffer-env-update)
-;; :custom
-;; (buffer-env-script-name "guix.scm"))
+(use-package buffer-env
+ :config
+ (add-hook 'hack-local-variables-hook 'buffer-env-update)
+ :custom
+ (buffer-env-script-name "guix.scm"))
;;;