summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xemacs.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 98b12ea..3ccaf30 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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)