From e3a7efa79f99a4cb934138662e7d33618dc3bd5c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 5 Jun 2013 01:34:37 +0200 Subject: Don't look at .emacs.desktop.lock files --- emacs/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/emacs/init.org b/emacs/init.org index 75be74a..3a1f712 100644 --- a/emacs/init.org +++ b/emacs/init.org @@ -1419,6 +1419,15 @@ * Desktop :desktop: + Always load desktops. The way I close them doesn't seem to delete + the ~.emacs.desktop.lock~ files, and I don't usually run more than one + Emacs instance and thus usually don't need the locked files anyway, + so try to ignore them. + + #+BEGIN_SRC emacs-lisp + (setq desktop-load-locked-desktop t) + #+END_SRC + ** Don't close some more buffers Add some regular expressions to the "don't kill" list of the ~desktop~ -- cgit v1.2.3-54-g00ecf