diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:29:53 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 22:29:53 -0500 |
| commit | 896a4426ac17a243d646927300742ef57a22b0c4 (patch) | |
| tree | 85b46f18ce0e3b199d1c015f5f284e159ca1b961 | |
| parent | 0e823d86240bdc745ef53f022bd8a858d3674ff6 (diff) | |
| download | dotfiles-896a4426ac17a243d646927300742ef57a22b0c4.tar.gz dotfiles-896a4426ac17a243d646927300742ef57a22b0c4.zip | |
radish/Emacs: Add early-init.el to set PATH
| -rw-r--r-- | radish/.emacs.d/early-init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/radish/.emacs.d/early-init.el b/radish/.emacs.d/early-init.el new file mode 100644 index 0000000..d5abd2e --- /dev/null +++ b/radish/.emacs.d/early-init.el @@ -0,0 +1,4 @@ +(setenv "PATH" + (concat "/home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:" + (getenv "PATH"))) +(setq exec-path (split-string (getenv "PATH") ":")) |
