From fe5535b590af35576a23f7a1c3845c348eaad076 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 10 Mar 2021 13:05:21 +0100 Subject: [PATCH] [Emacs] Change some mu4e settings, change org font Mu4e: - Set a better date format for mu4e than the American format - Remove mu4e relying on w3m Org: - change the size of fixed font - change variable-pitch font --- org/config/emacs.org | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index a957dda..8f6ee3f 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -4229,6 +4229,14 @@ characters defined by mu4e: mu4e-headers-unread-mark '("u" . "u")) #+END_SRC +I don’t like the American time format. I really don’t. I prefer much more +something more standard, like ISO8601 standard. Not exactly ISO8601, but close +to it. Also, fuck the paywalls imposed by ISO. +#+BEGIN_SRC emacs-lisp + (setq mu4e-view-date-format "%Y-%m-%d %R" + mu4e-headers-date-format "%Y-%m-%d") +#+END_SRC + *** Misc :PROPERTIES: :CUSTOM_ID: User-Configuration-Mu4e-Misc-9c7a4f5b @@ -4241,14 +4249,6 @@ them in the browser. (setq mm-discouraged-alternatives '("text/richtext")) #+END_SRC -I am still unsure about this variable and if it has an effect on mu4e, but I -wish to set a default web viewer for my HTML emails: w3m. This is not as -effective as sending the email in the browser or rendering it as a PDF file, but -it can be effective enough for some emails. -#+BEGIN_SRC emacs-lisp - (setq mm-text-html-renderer 'w3m) -#+END_SRC - ** Miscellaneous :PROPERTIES: :CUSTOM_ID: User_Configuration-Miscellaneous-d230bc2f @@ -4980,9 +4980,9 @@ First here are some common properties that will be reused in faces below: | / | | < | | | | Name | inherit | font | height | weight | |---------+---------+---------------+--------+--------| -| orgfont | | DejaVu Serif | 110 | | +| orgfont | | Charis SIL | 120 | | | head | default | | | bold | -| fixed | | Cascadia Code | | | +| fixed | | Cascadia Code | 0.8 | | #+tblname: org-faces | / | < | | | | | | | |