From 9cd6c8a5ac8e96da28a58d199ec6aca8e08b801e Mon Sep 17 00:00:00 2001 From: cspark Date: Thu, 12 Dec 2024 19:32:51 +0000 Subject: [PATCH] Midnight mode --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 91fd93e..b250545 100644 --- a/config.org +++ b/config.org @@ -327,6 +327,11 @@ Tweaks to doom modeline (setq fast-but-imprecise-scrolling t) #+END_SRC +*** Midnight Mode +Midnight mode will automatically clear up configured buffers or buffers that havent been displayed in a certain amount of time. +#+BEGIN_SRC emacs-lisp + (setq midnight-mode t) +#+END_SRC ** Custom *** Auto Popup frame Mode