commit 90ddf7943e6b8fecef3d1ccd8d504f54cd89d144 parent 870b3108b77ede3294a4536304fb7361d2743106 Author: Alex Balgavy <alex@balgavy.eu> Date: Thu, 8 Jul 2021 22:45:31 +0200 emacs: notmuch remove recent searches section Diffstat:
M | emacs/config.org | | | 11 | +++++++++++ |
M | emacs/custom.el | | | 2 | +- |
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/emacs/config.org b/emacs/config.org @@ -455,6 +455,17 @@ Define some saved searches (i.e. mailboxes): (:name "archive: school" :query "folder:/a.balgavy@student.vu.nl/ tag:archive" :key ,(kbd "as")))) #+end_src +Define the main screen sections: + +#+begin_src emacs-lisp + (setq notmuch-hello-sections + '(notmuch-hello-insert-header + notmuch-hello-insert-saved-searches + notmuch-hello-insert-search + notmuch-hello-insert-alltags + notmuch-hello-insert-footer)) +#+end_src + Global keybindings: #+begin_src emacs-lisp diff --git a/emacs/custom.el b/emacs/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes - '("8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "4bca89c1004e24981c840d3a32755bf859a6910c65b829d9441814000cf6c3d0" "f2927d7d87e8207fa9a0a003c0f222d45c948845de162c885bf6ad2a255babfd" "e3c64e88fec56f86b49dcdc5a831e96782baf14b09397d4057156b17062a8848" "f4876796ef5ee9c82b125a096a590c9891cec31320569fc6ff602ff99ed73dca" default)) + '("6c386d159853b0ee6695b45e64f598ed45bd67c47f671f69100817d7db64724d" "8f5a7a9a3c510ef9cbb88e600c0b4c53cdcdb502cfe3eb50040b7e13c6f4e78e" "4bca89c1004e24981c840d3a32755bf859a6910c65b829d9441814000cf6c3d0" "f2927d7d87e8207fa9a0a003c0f222d45c948845de162c885bf6ad2a255babfd" "e3c64e88fec56f86b49dcdc5a831e96782baf14b09397d4057156b17062a8848" "f4876796ef5ee9c82b125a096a590c9891cec31320569fc6ff602ff99ed73dca" default)) '(package-hidden-regexps '("^I")) '(package-selected-packages '(2048-game vterm notmuch magit lean-mode markdown-mode anki-connect anki-editor doom-themes all-the-icons use-package-ensure which-key use-package org-bullets helm exec-path-from-shell)))