Add and configure mu4e to read/send emails from emacs.

The mu4e package was installed through debian apt, I
have to find a way to manage it with straight.el
This commit is contained in:
Mateus Pinto Rodrigues
2019-10-25 16:46:19 -03:00
parent 671240b19f
commit f16b339144
4 changed files with 44 additions and 0 deletions

View File

@@ -7,6 +7,9 @@
;; Set default encoding
(setq current-language-environment "UTF-8")
;; Handle pinentry in minibuffer if called from emacs
(setq epg-pinentry-mode "loopback")
;; Always do syntax highlighting
(global-font-lock-mode 1)