diff options
-rw-r--r-- | init.el | 6 |
1 files changed, 6 insertions, 0 deletions
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'." | |||
1916 | ;;;; Home | 1916 | ;;;; Home |
1917 | (when (acdw/system :home) | 1917 | (when (acdw/system :home) |
1918 | 1918 | ||
1919 | (setup (:straight exec-path-from-shell) | ||
1920 | (when (daemonp) | ||
1921 | (exec-path-from-shell-initialize))) | ||
1922 | |||
1919 | (setup (:straight pkgbuild-mode)) | 1923 | (setup (:straight pkgbuild-mode)) |
1920 | 1924 | ||
1921 | (setup (:straight (pdf-tools | 1925 | (setup (:straight (pdf-tools |
@@ -1924,6 +1928,8 @@ call `zzz-to-char'." | |||
1924 | (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) | 1928 | (add-to-list 'auto-mode-alist '("\\.pdf\\'" . pdf-view-mode)) |
1925 | (pdf-loader-install)) | 1929 | (pdf-loader-install)) |
1926 | 1930 | ||
1931 | (setup (:straight systemd)) | ||
1932 | |||
1927 | (setup (:straight vterm)) | 1933 | (setup (:straight vterm)) |
1928 | 1934 | ||
1929 | (add-hook 'after-make-frame-functions | 1935 | (add-hook 'after-make-frame-functions |