about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/workstation/emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/workstation/emacs/init.el b/modules/workstation/emacs/init.el
index 0c091cab7292..371854b6f47d 100644
--- a/modules/workstation/emacs/init.el
+++ b/modules/workstation/emacs/init.el
@@ -209,6 +209,9 @@ point."
 	 (homepage (shell-command-to-string command)))
     (browse-url homepage)))
 
+;;; notmuch ;;;
+(setq notmuch-search-oldest-first nil)
+
 ;;; Org-mode ;;;
 (setq org-id-locations-file (concat user-emacs-directory "/org-id-locations"))