dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 6a44a59e54420fae482fad440bc63248aed7cb99
parent 0d23edde94c528c65313af28eb3038f709d9e146
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Thu, 17 Feb 2022 21:43:54 +0100

Fix Modus customization

Diffstat:
M.emacs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.emacs b/.emacs @@ -38,7 +38,7 @@ modus-themes-mixed-fonts t modus-themes-org-blocks 'gray-background modus-themes-prompts '(background) - modus-themes-region 'bg-only + modus-themes-region '(bg-only) modus-themes-variable-pitch-ui t) (load-theme 'modus-vivendi))