Midnight mode
This commit is contained in:
parent
f82787aef8
commit
9cd6c8a5ac
|
|
@ -327,6 +327,11 @@ Tweaks to doom modeline
|
||||||
(setq fast-but-imprecise-scrolling t)
|
(setq fast-but-imprecise-scrolling t)
|
||||||
|
|
||||||
#+END_SRC
|
#+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
|
** Custom
|
||||||
*** Auto Popup frame Mode
|
*** Auto Popup frame Mode
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue