Install winpulse

This commit is contained in:
Tobias Ostner 2026-03-16 11:55:37 +01:00
parent ec966129dd
commit ef18bbcf38
2 changed files with 5 additions and 0 deletions

View file

@ -732,6 +732,10 @@
(setq whitespace-line-column nil
whitespace-style '(face empty tabs lines-tail trailing)))
(use-package winpulse
:config
(winpulse-mode 1))
(use-package yasnippet
:defer 2
:config

View file

@ -70,6 +70,7 @@
modus-themes
nix-mode
vertico
winpulse
yasnippet
]);
};