Enable mail on a machine-to-machine basis

This commit is contained in:
Benson Chu 2024-08-29 08:29:04 -05:00
parent 29c1ea87f0
commit 27f6101636
2 changed files with 2 additions and 2 deletions

View file

@ -41,8 +41,7 @@
#+end_src
* Mail
#+begin_src emacs-lisp
(when (and (not my-ec/at-ti)
(not my-ec/is-wsl))
(when (ec/load-or-ask-pred 'my-ec/enable-mail "Enable mail? ")
(require 'emacs-mail))
#+end_src
* Ace jump

View file

@ -26,6 +26,7 @@
(require 'mmt)
(require 'cl)
(require 'libs)
(require 'anaphora)
(setq custom-file (ef "customize.el"))
(load custom-file 'noerror)