diff options
author | Raúl Benencia <id@rbenencia.name> | 2023-07-10 06:57:03 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2023-07-10 06:57:03 -0700 |
commit | 86236c80ea28f53bce50f63de1f940e661948130 (patch) | |
tree | ac16e0f5ad00ac1454218f22c995973a5f6e8930 /.emacs.local.d/modes | |
parent | 296709380032f9979a0a418f9a4d4b1e76ae1cd6 (diff) |
emacs: notmuch UI config
Diffstat (limited to '.emacs.local.d/modes')
-rw-r--r-- | .emacs.local.d/modes/notmuch.el | 8 |
1 files changed, 8 insertions, 0 deletions
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." |