diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 12:48:00 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-03-17 12:48:00 +0100 |
| commit | 5d5060a5da9eee99cdd50bc477e70d3c1d0ef38f (patch) | |
| tree | ddba2c25292dac572003acf1a74af5a779a72a9f /.local | |
| parent | 60e7992b11b6f41229af105035d1a04da716d732 (diff) | |
| download | dotfiles-5d5060a5da9eee99cdd50bc477e70d3c1d0ef38f.tar.xz | |
Commit a collection of tweaks to Emacs config
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/emacs-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/emacs-build b/.local/bin/emacs-build index c367bfe..20b9fba 100755 --- a/.local/bin/emacs-build +++ b/.local/bin/emacs-build @@ -26,4 +26,4 @@ then ./configure ${configure_flags} fi -${make} +${make} "$@" |
