about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-08-27 00:24:16 -0500
committerCase Duckworth2021-08-27 00:24:16 -0500
commit84046afcd4d79bbd0ec0f0df428094609524e9eb (patch)
treecc38d853a77509a080bc6e6fe476dc66a0df0a22
parentMaximize frame when it's created (diff)
downloademacs-84046afcd4d79bbd0ec0f0df428094609524e9eb.tar.gz
emacs-84046afcd4d79bbd0ec0f0df428094609524e9eb.zip
Add exec-path-from-shell and systemd packages
-rw-r--r--init.el6
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