[oni-core] Load notmuch config
This commit is contained in:
parent
efb74f9440
commit
a10f099d32
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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))
|
||||
|
|
Loading…
Reference in a new issue