aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/rul-lisp/packages/rul-mail.el
diff options
context:
space:
mode:
authorRaúl Benencia <id@rbenencia.name>2024-10-30 08:24:54 -0700
committerRaúl Benencia <id@rbenencia.name>2024-10-30 08:24:54 -0700
commit8189f9666797f596a6761f773acf10f62b0d2553 (patch)
treed667cc34f1cca12770183e933b3d091428b084d9 /.emacs.d/rul-lisp/packages/rul-mail.el
parent4709a46cfa0b69b113a4a8d66e6ab47fe3351d8f (diff)
emacs: add rul-mail to literate config
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-mail.el')
-rw-r--r--.emacs.d/rul-lisp/packages/rul-mail.el17
1 files changed, 3 insertions, 14 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-mail.el b/.emacs.d/rul-lisp/packages/rul-mail.el
index 18fe376..69f2e85 100644
--- a/.emacs.d/rul-lisp/packages/rul-mail.el
+++ b/.emacs.d/rul-lisp/packages/rul-mail.el
@@ -1,19 +1,9 @@
-;; mail-mode
+;;; rul-fonts.el --- Fonts configuration
-; mml-sec.el
+;; mml-sec.el
+;; Use sender to find GPG key.
(setq mml-secure-openpgp-sign-with-sender t)
-; sendmail.el
-(add-hook 'mail-mode-hook
- (lambda ()
- (font-lock-add-keywords nil
- '(("^[ \t]*>[ \t]*>[ \t]*>.*$"
- (0 'compilation-error))
- ("^[ \t]*>[ \t]*>.*$"
- (0 'compilation-column-number))
- ("^[ \t]*>.*$"
- (0 'comint-highlight-prompt))))))
-
(use-package notmuch
:ensure t
:config
@@ -148,4 +138,3 @@ pairs in `binds' of the form ( ... (argfunc arg) body)."
(use-package notmuch-indicator :ensure t)
(provide 'rul-mail)
-
nihil fit ex nihilo