emacs-configuration: Correct display issue in mu4e-headers views

* user-config/emacs/.emacs.d/config.org: This follows cbf25be, where mu was updated from
1.10.8 -> 1.12.2, introducing a display issue where the displayed line height in mu4e-headers
buffers was larger then the text on the line.
This commit is contained in:
Collin J. Doering 2024-04-16 22:52:10 -04:00
parent 22850602a9
commit 91ad2906ce
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 12 additions and 0 deletions

View File

@ -186,6 +186,18 @@ as a TODO item.
(load custom-file)
#+end_src
* Set Language Environment
As of mu4e ~1.12~, ~mu4e-headers~ views do not display correctly without the language
environment being UTF-8. This cannot be set in a buffer-local way for mu4e buffers, so this
must be set globally for emacs.
See: https://www.djcbsoftware.nl/code/mu/mu4e/Known-issues.html#UTF_002d8-language-environment-is-required
#+begin_src emacs-lisp
(set-language-environment "UTF-8")
#+end_src
* Setup auth-source Backend
Use password store backend disabling netrc and gpg encrypted netrc options. See [[info:auth#Help for