diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-23 17:04:43 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2024-06-23 17:04:43 +0200 |
| commit | fa906e73dacd728f84309ba894612a4369651749 (patch) | |
| tree | b5b524fe0bac41c79242a46779bd207b8d97c05b /.local/bin | |
| parent | e9ca92bcfe1fcc8b0bd9bdb1ae79a8b5f80eb1ee (diff) | |
| download | dotfiles-fa906e73dacd728f84309ba894612a4369651749.tar.xz | |
Build & install Emacs under ~/apps
Makes upgrades less risky: can be committed and rolled back with the
flip of a symlink.
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/emacs-build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build index c0d52ce..5de3109 100755 --- a/.local/bin/emacs-build +++ b/.local/bin/emacs-build @@ -8,6 +8,7 @@ config_h=${build}/src/config.h make="make -j$(nproc --all)" configure_flags=( + --prefix=${HOME}/apps/.emacs.$(date +%F) --with-cairo --with-sqlite3 --with-xinput2 |
