Commit 1e550e475809
Changed files (2)
tools
emacs
config
users
vincent
dev
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