From b6710107a2436042180ccdd992225746107bc73e Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Sun, 22 Sep 2024 16:30:34 -0800 Subject: [PATCH] allow listing timers --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 4302441..bf05d6a 100644 --- a/init.el +++ b/init.el @@ -1324,3 +1324,4 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" (setq debug-on-error nil) ;;; init.el ends here +(put 'list-timers 'disabled nil)