This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # vim:fileencoding=utf-8:ft=conf | |
| # Fully featured | |
| font_family FuraCode Nerd Font Mono | |
| italic_font auto | |
| bold_font auto | |
| bold_italic_font auto | |
| # Font size (in pts) | |
| font_size 11.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; DEPRECATED - see https://pitch-io.slack.com/archives/CBKNRBRHA/p1630054796006400 | |
| (defvar bulk-saved-attachments-dir (expand-file-name "~/Documents/mu4e")) | |
| (defun cleanse-subject (sub) | |
| (replace-regexp-in-string | |
| "[^A-Z0-9]+" | |
| "-" | |
| (downcase sub))) |