summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-12-20 13:33:27 +0100
committerfpi2022-03-17 14:37:54 +0100
commit4eb11796e1a1233597476d61fed814550744d365 (patch)
treeabeba30f094300d63e2915c8b712853e1c5669bc
parent[WIP] Add basis of s/mime email encryption (diff)
[WIP] Add some notification related packages
-rw-r--r--emacs-init.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 9f82340..9da3cfd 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -5775,6 +5775,15 @@ Instead of =$= use =⏎= to indicate newlines
[187 9]
[92 9]))))
#+end_src
+** Notifications
+#+begin_src emacs-lisp
+(use-package sauron
+ :straight t)
+(use-package alert
+ :straight t)
+(use-package org-alert
+ :straight t)
+#+end_src
** Undo
Emacs undo mechanic can be confusing. =undo-tree= is a great package