dotfiles

andersuno
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 92de2b488565fb9f2400a6748100b3367c0d57f2
parent 332040a58a7367a900f6ccd4ffd2f32fa4f390f5
Author: andersuno <anders@desk.andersuno.nu>
Date:   Sun, 31 Jul 2022 10:18:27 +0200

Disabled mu4e alert

Diffstat:
M.doom.d/packages.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.doom.d/packages.el b/.doom.d/packages.el @@ -49,4 +49,5 @@ ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) +(package! mu4e-alert :disable t) (package! ox-gemini)