mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
mu4e: also prettify key-val string in main view
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user