diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-07-30 00:18:32 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-07-30 00:18:32 +0200 |
| commit | 297729e95113f1f45c1ebb0f29dc0a3ae3989905 (patch) | |
| tree | 25a6805e539c1a7d575a663f09403df50599b88e /.emacs-custom.el | |
| parent | 36448669d526ab203fd1d2098f4aafba17269958 (diff) | |
| download | dotfiles-297729e95113f1f45c1ebb0f29dc0a3ae3989905.tar.xz | |
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 (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 5cf5154..90f85d8 100644 --- 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) |
