Re-arranged midnight block, added FIXME.
This commit is contained in:
parent
0cebad415f
commit
fbae6ab684
8
init.el
8
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;;; Time-stamp: <2019-03-27 09:46:04 CET>
|
;;; Time-stamp: <2019-03-27 11:16:38 CET>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; I am using this file with Emacs 26, but most of it will probably work with
|
;;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -545,9 +545,11 @@
|
||||||
;; Delete old buffers.
|
;; Delete old buffers.
|
||||||
;; https://www.emacswiki.org/emacs/CleanBufferList
|
;; https://www.emacswiki.org/emacs/CleanBufferList
|
||||||
(use-package midnight
|
(use-package midnight
|
||||||
|
:defer 5
|
||||||
:init
|
:init
|
||||||
(setq midnight-delay 0) ; 0 seconds after "midnight"
|
(setq midnight-delay 0 ; 0 seconds after "midnight"
|
||||||
(setq midnight-period (* 1 60 60)) ; Clean every 1 hours.
|
midnight-period (* 1 60 60)) ; Clean every 1 hours.
|
||||||
|
;; FIXME: midnight-period has no or not the desired effect.
|
||||||
:custom
|
:custom
|
||||||
(clean-buffer-list-delay-general 1) ; Clean normal bufs after 1d.
|
(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-delay-special (* 30 60)) ; Clean special bufs after 30m.
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 20494
|
127.0.0.1:51313 27494
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user