mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Enable mail on a machine-to-machine basis
This commit is contained in:
parent
29c1ea87f0
commit
27f6101636
2 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,7 @@
|
||||||
#+end_src
|
#+end_src
|
||||||
* Mail
|
* Mail
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(when (and (not my-ec/at-ti)
|
(when (ec/load-or-ask-pred 'my-ec/enable-mail "Enable mail? ")
|
||||||
(not my-ec/is-wsl))
|
|
||||||
(require 'emacs-mail))
|
(require 'emacs-mail))
|
||||||
#+end_src
|
#+end_src
|
||||||
* Ace jump
|
* Ace jump
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
(require 'mmt)
|
(require 'mmt)
|
||||||
(require 'cl)
|
(require 'cl)
|
||||||
(require 'libs)
|
(require 'libs)
|
||||||
|
(require 'anaphora)
|
||||||
|
|
||||||
(setq custom-file (ef "customize.el"))
|
(setq custom-file (ef "customize.el"))
|
||||||
(load custom-file 'noerror)
|
(load custom-file 'noerror)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue