From 84046afcd4d79bbd0ec0f0df428094609524e9eb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Aug 2021 00:24:16 -0500 Subject: Add exec-path-from-shell and systemd packages --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 15ca28e..49c7ecc 100644 --- a/init.el +++ b/init.el @@ -1916,6 +1916,10 @@ call `zzz-to-char'." ;;;; Home (when (acdw/system :home) + (setup (:straight exec-path-from-shell) + (when (daemonp) + (exec-path-from-shell-initialize))) + (setup (:straight pkgbuild-mode)) (setup (:straight (pdf-tools @@ -1924,6 +1928,8 @@ call `zzz-to-char'." (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) (pdf-loader-install)) + (setup (:straight systemd)) + (setup (:straight vterm)) (add-hook 'after-make-frame-functions -- cgit 1.4.1-21-gabe81