diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-10 20:00:22 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-10 20:00:22 +0100 |
| commit | 5b3f8cc7f1a0efe5f859d9c98d0c1817bd9a565f (patch) | |
| tree | 100237059c9a64a685c38254416c298d1c825437 /lisp/Makefile | |
| parent | 16e246ec307ef0616fe7b7d1f26e0d6ed29b7939 (diff) | |
make: Fix emacs-Q target
Closes #5517.
Diffstat (limited to 'lisp/Makefile')
| -rw-r--r-- | lisp/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index a4f2ac3..a8a09f6 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -101,6 +101,13 @@ install: lisp versionlib ## Debug +emacs-Q: clean + @$(MAKE) autoloads + @$(EMACS_INTR) --debug-init --eval "(progn\ + (setq debug-on-error t)\ + (require 'magit-autoloads)\ + (global-set-key \"\\C-xg\" 'magit-status))" + check-declare: @printf "Checking function declarations\n" @$(EMACS_BATCH) -L $(TOP)../borg -L $(TOP)../forge/lisp \ |
