diff options
author | Raul Benencia <id@rbenencia.name> | 2022-07-31 15:56:57 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-07-31 15:58:42 -0700 |
commit | 12f901918176be62fbe8565f0d5690ee315a5c08 (patch) | |
tree | c22acab0658a4681640751588286cb5dad6a71f4 /.emacs | |
parent | 5193da11b7bd93ce6e4f57555c661e99f5ce4321 (diff) |
mail: notmuch-search
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ ;; Load up the general config (load-file "~/.emacs.local.d/config.el") (load-file "~/.emacs.local.d/general.el") +(load-file "~/.emacs.local.d/mail.el") (load-file "~/.emacs.local.d/modes/fonts.el") (load-file "~/.emacs.local.d/modes/themes.el") |