From 86236c80ea28f53bce50f63de1f940e661948130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Mon, 10 Jul 2023 06:57:03 -0700 Subject: emacs: notmuch UI config --- .emacs.local.d/modes/notmuch.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.emacs.local.d/modes') diff --git a/.emacs.local.d/modes/notmuch.el b/.emacs.local.d/modes/notmuch.el index 54178e6..19ea823 100644 --- a/.emacs.local.d/modes/notmuch.el +++ b/.emacs.local.d/modes/notmuch.el @@ -5,6 +5,14 @@ (require 'notmuch-indicator) (require 'rul-config-mail) +;;;; General UI +(setq notmuch-show-logo nil + notmuch-column-control 1.0 + notmuch-hello-auto-refresh t + notmuch-hello-recent-searches-max 20 + notmuch-hello-thousands-separator "" + notmuch-show-all-tags-list t) + ;; Keymaps (defun rul/capture-mail() "Capture mail to org mode." -- cgit v1.2.3