diff options
author | Franck Cuny <franck@fcuny.net> | 2021-03-26 19:41:42 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-03-26 19:41:42 -0700 |
commit | 8783b65be6e67cc93066c5aad74ff18e0c8d4bc2 (patch) | |
tree | 4fc551f11a61a291076cef69bbc1f0f49a573f00 /emacs | |
parent | emacs: fix configuration for hl-line (diff) | |
download | emacs.d-8783b65be6e67cc93066c5aad74ff18e0c8d4bc2.tar.gz |
emacs: set completion theme to opiniated
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index b325b17..693c0a9 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -33,7 +33,7 @@ (modus-themes-paren-match 'intense-bold) (modus-themes-links 'neutral-underline) (modus-themes-prompts 'subtle) - (modus-themes-completions 'moderate) + (modus-themes-completions 'opinionated) (modus-themes-region 'bg-only-no-extend) (modus-themes-diffs 'bg-only) (modus-themes-org-blocks 'nil) |