Added *Backtrace* to “special buffers”.
This commit is contained in:
parent
4b92e2fdd0
commit
9a2bd0e9b4
5
init.el
5
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; init.el --- tastytea's Emacs init file.
|
||||||
;; Time-stamp: <2019-05-29T00:04:52+00:00>
|
;; Time-stamp: <2019-06-09T21:39:33+00:00>
|
||||||
|
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||||
|
@ -624,7 +624,8 @@ With argument, do this that many times."
|
||||||
(nconc clean-buffer-list-kill-regexps
|
(nconc clean-buffer-list-kill-regexps
|
||||||
'("\\`magit-?.*:"
|
'("\\`magit-?.*:"
|
||||||
"\\.log\\'"
|
"\\.log\\'"
|
||||||
"\\`\\*rdm\\*\\'")))
|
"\\`\\*rdm\\*\\'"
|
||||||
|
"\\`\\*Backtrace\\*\\'")))
|
||||||
(midnight-mode t))
|
(midnight-mode t))
|
||||||
|
|
||||||
;; The string Time-stamp: <> in the first 8 lines of the file will be updated
|
;; The string Time-stamp: <> in the first 8 lines of the file will be updated
|
||||||
|
|
Loading…
Reference in New Issue
Block a user