diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:25:28 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-27 17:25:28 -0700 |
commit | ecffe5f7f722565a1cadcd6ce201aba633d216d9 (patch) | |
tree | 0d49bac32da008d861136ee96b4d9ea1d2cecdfd /.emacs.d/rul-lisp/packages/rul-mail.el | |
parent | fe9c4c50dffb55b2c5f50e05197f6e2800fdfd75 (diff) |
emacs: rm config system
It's not functional at the moment. I might revisit it in the future.
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-mail.el')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-mail.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-mail.el b/.emacs.d/rul-lisp/packages/rul-mail.el index b69557e..5f3706e 100644 --- a/.emacs.d/rul-lisp/packages/rul-mail.el +++ b/.emacs.d/rul-lisp/packages/rul-mail.el @@ -11,9 +11,6 @@ ("^[ \t]*>.*$" (0 'comint-highlight-prompt)))))) -;; notmuch -(require 'rul-config-mail) - (use-package notmuch :ensure t :config |