Emacs: Hide Pfuture-Callback*.

This commit is contained in:
tastytea 2019-11-28 10:08:13 +01:00
parent 05848c35b9
commit 5ceef50029

View File

@ -1,6 +1,6 @@
;;; buffers.el --- Default settings for buffers. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-10-14T14:59:47+00:00>
;; Time-stamp: <2019-11-25T20:52:35+00:00>
;;; Commentary:
;; * Setup scratch buffer.
@ -67,7 +67,8 @@
'("\\`magit-?.*:"
"\\.log\\'"
"\\`\\*rdm\\*\\'"
"\\`\\*Backtrace\\*\\'")))
"\\`\\*Backtrace\\*\\'"
"\\`Pfuture-Callback")))
(midnight-mode t)
)