diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2023-10-31 21:30:01 -0400 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2023-10-31 21:30:01 -0400 |
commit | 38ce017ec6fa309c3df99f6eae561883bf15b413 (patch) | |
tree | 26470b07b32ba32b90d9144ff385d510abbd20c6 /emacs | |
parent | ba32751a0f9d013ce98f5db0cbef0a6cc6653e72 (diff) |
add comment
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.config/emacs-kj/lisp/kj-email.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/lisp/kj-email.el b/emacs/.config/emacs-kj/lisp/kj-email.el index 87e75bd..0cf8a04 100644 --- a/emacs/.config/emacs-kj/lisp/kj-email.el +++ b/emacs/.config/emacs-kj/lisp/kj-email.el @@ -41,6 +41,7 @@ (setq kj/notmuch-wash-citation-regexp "\\(^[[:space:]]*\\)\\(>+\\)\\(.*\n+\\)") + ;;; XXX consider upstreaming this. (defun kj/notmuch-wash-citations-by-depth (_msg _depth) (goto-char (point-min)) (beginning-of-line) |