dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 465b269e8eb32f51d25bad7efa7b81e99c06e650
parent a7e590d471e2cb973cf43c178339ba24d075e274
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 10 Jan 2024 19:32:34 +0100

Use current directory as default for emacs sources

Matches my usage pattern better.

Diffstat:
M.local/bin/emacs-build | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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