summaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2024-01-10 19:32:34 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2024-01-10 19:33:09 +0100
commit465b269e8eb32f51d25bad7efa7b81e99c06e650 (patch)
tree3d0fb5fcac49902050d79d8d6e184ce893c3bf2a /.local
parenta7e590d471e2cb973cf43c178339ba24d075e274 (diff)
downloaddotfiles-465b269e8eb32f51d25bad7efa7b81e99c06e650.tar.xz
Use current directory as default for emacs sources
Matches my usage pattern better.
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/emacs-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build
index c96c134..c0d52ce 100755
--- a/.local/bin/emacs-build
+++ b/.local/bin/emacs-build
@@ -2,7 +2,7 @@
set -eux
-src=${EMACS_SRC:-~/src/emacs/master}
+src=${EMACS_SRC:-.}
build=${EMACS_BUILD:-.}
config_h=${build}/src/config.h