mu4e: also prettify key-val string in main view

This commit is contained in:
TEC 2021-06-19 03:22:53 +08:00
parent 3778862a79
commit 8603a3c7d2
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,11 @@ clicked."
(- (length newstr) 1) 'mouse-face 'highlight newstr)
newstr))
;;;###autoload
(defun +mu4e~main-keyval-str-prettier-a (str)
"Replace '*' with '⚫' in STR."
(replace-regexp-in-string "\t\\*" "\t" str))
;; Org msg LaTeX image scaling
;;;###autoload