Don't look at .emacs.desktop.lock files
This commit is contained in:
parent
a758a94f36
commit
e3a7efa79f
1 changed files with 9 additions and 0 deletions
|
@ -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~
|
||||||
|
|
Loading…
Reference in a new issue