diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-22 10:23:27 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-08-22 10:23:27 +0200 |
| commit | 078fc883b2453a8f30a40c87c354c836614baab0 (patch) | |
| tree | 45d85075a6996e82cd59177021484bb84c1432aa | |
| parent | 0f24279675846c760c3ad450a1cb8c7d0d79c600 (diff) | |
| download | dotfiles-078fc883b2453a8f30a40c87c354c836614baab0.tar.gz dotfiles-078fc883b2453a8f30a40c87c354c836614baab0.zip | |
emacs: more clean ups from old mail configuration
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
| -rw-r--r-- | .config/doom/config.el | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/.config/doom/config.el b/.config/doom/config.el index bf42ed5..415db2d 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -2,21 +2,11 @@ ;;; Basic information. -(defconst mssola-data-dir "/home/mssola/data" - "Directory located in a big partition where I dump a lot of crap.") - ;; There are some packages that expect us to have a `user-full-name' and a ;; `user-mail-address' defined. (setq user-full-name "Miquel Sabaté Solà" user-mail-address "mikisabate@gmail.com") -;;; General utility functions. - -(defun mssola/email-p () - "Returns true if the current machine is where my email lives." - - (string= (system-name) "lair")) - ;;; General ;; Bindings for managing windows, buffers, etc. @@ -260,12 +250,9 @@ (user-mail-address . "msabate@suse.com")) nil) -;; My main account is properly accounted as a gmail one, but the UOC one is not. -;; Let's add it here (we need to have them all listed). -(setq +mu4e-gmail-accounts '(("mikisabate@gmail.com" . "/gmail"))) - ;; Colorize patch-based emails -(add-hook 'gnus-part-display-hook 'message-view-patch-highlight) +(after! message-view-patch + (add-hook 'gnus-part-display-hook 'message-view-patch-highlight)) ;; Last but not least, let's configure PGP with mu4e. (setq mml-secure-openpgp-signers '("0x96BE8C6FD89D6565") |
