Commit 1e550e475809

Vincent Demeester <vincent@sbr.pm>
2022-01-04 15:41:34
tools/emacs: add alert package
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4bd229a
Changed files (2)
tools
users
vincent
tools/emacs/config/config-appearance.el
@@ -220,6 +220,9 @@ questions.  Else use completion to select the tab to switch to."
           (no-special-glyphs . t)))
   :hook (after-init-hook . tooltip-mode))
 
+(use-package alert
+  :config
+  (setq alert-default-style 'libnotify))
 
 (provide 'config-appearance)
 ;;; config-appearance.el ends here
users/vincent/dev/emacs.nix
@@ -18,6 +18,7 @@ let
   myExtraPackages = epkgs: with epkgs; [
     ace-window
     aggressive-indent
+    alert
     async
     avy
     bbdb