diff options
author | Thanos Apollo <[email protected]> | 2023-07-16 16:30:10 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-07-16 16:30:10 +0300 |
commit | 752dfa301486a6e8c92644072c86511c0c16aaa7 (patch) | |
tree | 70d5218059e9bcabb53b6c9d1ed7b653e395073a /emacs.org | |
parent | cf6cd99e34a705a096aeff0caa324562fd015dd2 (diff) |
mu4e: add mu4e-alert
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -840,6 +840,12 @@ Create function to watch videos using ~mpv~ ("crun checkpatch script" . my-mu4e-action-run-check-patch) ("MCheck if merged" . my-mu4e-action-check-if-merged))))) #+end_src +** Notifications/Style +#+begin_src emacs-lisp + (require 'mu4e-alert) + (mu4e-alert-enable-mode-line-display) + (mu4e-alert-enable-notifications) +#+end_src ** Keybindings #+begin_src emacs-lisp (define-key thanos/applications-map (kbd "m") 'mu4e) |