Don't look at .emacs.desktop.lock files

This commit is contained in:
Tom Willemse 2013-06-05 01:34:37 +02:00
parent a758a94f36
commit e3a7efa79f

View file

@ -1419,6 +1419,15 @@
* Desktop :desktop: * 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 ** Don't close some more buffers
Add some regular expressions to the "don't kill" list of the ~desktop~ Add some regular expressions to the "don't kill" list of the ~desktop~