diff options
Diffstat (limited to '.emacs.d/rul-lisp')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-mail.el | 17 |
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) - |