dotfiles

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

commit 297729e95113f1f45c1ebb0f29dc0a3ae3989905
parent 36448669d526ab203fd1d2098f4aafba17269958
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri, 30 Jul 2021 00:18:32 +0200

Migrate Modus settings

modus-themes-slanted-constructs still needs to be updated to
modus-themes-italic-constructs, but the built-in version of the theme
has a quirk that makes customization a bit wonky.

Diffstat:
M.emacs-custom.el | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.emacs-custom.el b/.emacs-custom.el @@ -71,11 +71,9 @@ '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) '(modus-themes-bold-constructs t) - '(modus-themes-completions 'moderate) '(modus-themes-diffs 'deuteranopia) - '(modus-themes-fringes 'subtle) '(modus-themes-org-blocks 'grayscale) - '(modus-themes-prompts 'subtle-accented) + '(modus-themes-prompts '(background)) '(modus-themes-region 'bg-only) '(modus-themes-scale-headings t) '(modus-themes-slanted-constructs t)