summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.org b/init.org
index 6d92bea..ab1b745 100644
--- a/init.org
+++ b/init.org
@@ -1480,6 +1480,8 @@ This is even more stuff to be done after initialising packages. I still need to
;; ))
(desktop-save-mode t)
+(setq desktop-restore-eager 5) ; restore buffers lazily
+(setq desktop-lazy-idle-delay 10) ; no hurry
;; ediff settings
(setq ediff-diff-options "-w")