From de071d0ea57d16944e5d313da43fa663ddbaf6ad Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Fri, 28 Feb 2025 08:39:47 -0500 Subject: [PATCH] Remove the warning when the user attempts to use list-timers --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 0971262..656b0dd 100644 --- a/init.el +++ b/init.el @@ -548,6 +548,7 @@ ;;; Remove warnings from narrow-to-region, upcase-region... +(put 'list-timers 'disabled nil) (put 'narrow-to-region 'disabled nil) (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil)