projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffd294
)
No longer protect gnus buffer
author
Joerg Jaspert
<joerg@debian.org>
Mon, 27 Apr 2015 08:42:05 +0000
(10:42 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Mon, 27 Apr 2015 08:42:05 +0000
(10:42 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
f7d1dff
..
59ba0d6
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-1461,7
+1461,6
@@
In the past I had a long function that just recreated them, but the
(keep-buffers-mode 1)
(push '("\\`*scratch" . erase) keep-buffers-protected-alist)
(push '("\\`*Org Agenda" . nil) keep-buffers-protected-alist)
- (push '("\\`*Group" . nil) keep-buffers-protected-alist)
))
#+END_SRC