Tuned midnight.
This commit is contained in:
parent
ec7d237709
commit
42755813d5
7
init.el
7
init.el
|
@ -108,12 +108,13 @@
|
||||||
;; https://www.emacswiki.org/emacs/CleanBufferList
|
;; https://www.emacswiki.org/emacs/CleanBufferList
|
||||||
(use-package midnight
|
(use-package midnight
|
||||||
:config
|
:config
|
||||||
(setq midnight-period "2 hours" ; Clean every 2 hours
|
(setq midnight-period (* 2 60 60) ; Clean every 2 hours
|
||||||
clean-buffer-list-delay-general 1 ; Clean normal buffers after 1 day
|
clean-buffer-list-delay-general 1 ; Clean normal bufs after 1d
|
||||||
|
clean-buffer-list-delay-special (* 30 60) ; Clean special bufs after 30m
|
||||||
clean-buffer-list-kill-regexps ; Add these to special buffers
|
clean-buffer-list-kill-regexps ; Add these to special buffers
|
||||||
(nconc clean-buffer-list-kill-regexps
|
(nconc clean-buffer-list-kill-regexps
|
||||||
'("\\`magit-diff: .*\\'"))))
|
'("\\`magit-diff: .*\\'"))))
|
||||||
|
(setq midnight-period 600)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Keybindings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Keybindings ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Scroll in other window
|
;; Scroll in other window
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 788
|
127.0.0.1:51313 18959
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user