From a10f099d322d146b87672f3c81eccd0d2b738c72 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 26 May 2022 23:12:37 -0700 Subject: [PATCH] [oni-core] Load notmuch config --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index 9562936..16af1eb 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2022.0301.235209 +;; Version: 2022.0526.223326 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window vertico marginalia orderless consult embark docstr) ;; This program is free software; you can redistribute it and/or modify @@ -306,6 +306,7 @@ _s_: String list" (with-eval-after-load 'lui (require 'oni-lui)) (with-eval-after-load 'magit (require 'oni-magit)) (with-eval-after-load 'make-mode (require 'oni-makefile)) +(with-eval-after-load 'notmuch (require 'oni-notmuch)) (with-eval-after-load 'nov (require 'oni-epub)) (with-eval-after-load 'org (require 'oni-org)) (with-eval-after-load 'org-roam (require 'oni-org-roam))