diff options
author | Leonardo Santiago <[email protected]> | 2024-08-21 19:07:49 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-08-21 19:07:49 -0300 |
commit | 57e354b0ad94b7df43911fd2ea50a953956f6a55 (patch) | |
tree | e0c21a989bf08047a5974e19f04d14ad9fc74fb9 /modules | |
parent | ad31831c7c9d934aefdbec38d9c3f8a09e1d6208 (diff) |
update nixpkgs and emacs
Diffstat (limited to 'modules')
-rw-r--r-- | modules/emacs/README.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 20caf5e..0b8ff54 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -388,6 +388,7 @@ Actual mu4e definition (use-package mu4e :bind ("C-c m" . mu4e) :custom + (mu4e-notification-support t) (read-mail-command 'mu4e) (mu4e-index-cleanup nil) (mu4e-index-lazy-check t) @@ -440,3 +441,4 @@ Actual mu4e definition ((university-p msg) "University") ((work-p msg) "Work")))))) #+end_src + |