From 2aa4d37e254d15bde83e01d5c5e83b0998509d98 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Wed, 4 Jan 2023 14:04:53 -0800 Subject: Revert "emacs: writeroom in notmuch-show" This reverts commit 902158fc2379a1c08551673c62c60e95afce81dc. --- .emacs.local.d/modes/notmuch.el | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs.local.d/modes/notmuch.el') diff --git a/.emacs.local.d/modes/notmuch.el b/.emacs.local.d/modes/notmuch.el index 43e5689..b22ede3 100644 --- a/.emacs.local.d/modes/notmuch.el +++ b/.emacs.local.d/modes/notmuch.el @@ -102,6 +102,3 @@ than one email. Use notmuch-show otherwise." (overlay-put overlay 'face '((:inherit bold) (:foreground "green"))))))))))) (add-hook 'notmuch-hello-refresh-hook 'color-inbox-if-unread) -(add-hook 'notmuch-show-hook - (lambda () - (writeroom-mode))) -- cgit v1.2.3