home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 1e550e47580921287d68ffe9541407c1e9ef4dd3
parent 4bd229ac44f40cb8ea3ae8d9184d918dd759ecf8
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue,  4 Jan 2022 15:41:34 +0100

tools/emacs: add alert package

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-appearance.el | 3+++
Musers/vincent/dev/emacs.nix | 1+
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-appearance.el b/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 diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix @@ -18,6 +18,7 @@ let myExtraPackages = epkgs: with epkgs; [ ace-window aggressive-indent + alert async avy bbdb