From 8bc647a74b33e79ecd6e81c898ae44c84a30464b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 30 Aug 2018 18:13:39 -0400 Subject: [emacs] assimilate unkillable-scratch make *scratch* and *Messages* unkillable --- init.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 8333a57..2fa171d 100644 --- a/init.org +++ b/init.org @@ -1292,6 +1292,18 @@ Emacs package that displays available keybindings in popup (shell-pop-shell-type '("eshell" "*eshell*" (lambda nil (eshell))))) #+end_src +** [[https://github.com/EricCrosson/unkillable-scratch][unkillable-scratch]] + +Make =*scratch*= and =*Messages*= unkillable. + +#+begin_src emacs-lisp +(use-package unkillable-scratch + :config + (unkillable-scratch 1) + :custom + (unkillable-buffers '("^\\*scratch\\*$" "^\\*Messages\\*$"))) +#+end_src + * Email ** [[https://notmuchmail.org][notmuch]] -- cgit v1.2.3-60-g2f50