diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-31 08:00:50 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-31 08:01:23 -0700 |
commit | 13456164862df7b9fbc742f15294ced95d06cf73 (patch) | |
tree | 806f70accce41e8df8e43d246bacd8b9438c5ea3 | |
parent | 77f0751d75ab2fc126e46439f72e9df1f094820c (diff) |
emacs: fix incorrect rul-mail.el header comment
-rw-r--r-- | .emacs.d/rul-emacs.org | 2 | ||||
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-mail.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/rul-emacs.org b/.emacs.d/rul-emacs.org index 42bdfd2..abe2ccf 100644 --- a/.emacs.d/rul-emacs.org +++ b/.emacs.d/rul-emacs.org @@ -623,7 +623,7 @@ Emacs can act as Mail User Agent. My preferred package for this is =notmuch=. #+begin_src emacs-lisp :tangle "rul-lisp/packages/rul-mail.el" -;;; rul-fonts.el --- Fonts configuration +;;; rul-mail.el --- Email configuration ;; mml-sec.el ;; Use sender to find GPG key. diff --git a/.emacs.d/rul-lisp/packages/rul-mail.el b/.emacs.d/rul-lisp/packages/rul-mail.el index 69f2e85..dbf9c9b 100644 --- a/.emacs.d/rul-lisp/packages/rul-mail.el +++ b/.emacs.d/rul-lisp/packages/rul-mail.el @@ -1,4 +1,4 @@ -;;; rul-fonts.el --- Fonts configuration +;;; rul-mail.el --- Email configuration ;; mml-sec.el ;; Use sender to find GPG key. |