From 05f849139e758131219bc5e90d25e5db5364dcd9 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 12 Apr 2023 11:11:16 -0400 Subject: [PATCH] Add helper function for debug messages --- global.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/global.org b/global.org index 4860fb0..6e8adbd 100644 --- a/global.org +++ b/global.org @@ -136,6 +136,12 @@ (setq-local save-timer (run-with-idle-timer secs nil #'save--buffer-buf (current-buffer)))) #+end_src + Message-and-wait + #+begin_src emacs-lisp + (defun debug-message (s) + (message s) + (sleep-for 0 75)) + #+end_src ** Cosmetics Prefer a minimal appearance: no menu, toolbar or scroll-bars; no splash screens or messages