diff options
| author | fpi | 2020-12-20 13:33:27 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:37:54 +0100 | 
| commit | 4eb11796e1a1233597476d61fed814550744d365 (patch) | |
| tree | abeba30f094300d63e2915c8b712853e1c5669bc | |
| parent | [WIP] Add basis of s/mime email encryption (diff) | |
[WIP] Add some notification related packages
| -rw-r--r-- | emacs-init.org | 9 | 
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  | 
