summary refs log tree commit diff
path: root/emacs/custom/fcuny-ui.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-03-26 19:41:42 -0700
committerFranck Cuny <franck@fcuny.net>2021-03-26 19:41:42 -0700
commit8783b65be6e67cc93066c5aad74ff18e0c8d4bc2 (patch)
tree4fc551f11a61a291076cef69bbc1f0f49a573f00 /emacs/custom/fcuny-ui.el
parentemacs: fix configuration for hl-line (diff)
downloademacs.d-8783b65be6e67cc93066c5aad74ff18e0c8d4bc2.tar.gz
emacs: set completion theme to opiniated
Diffstat (limited to 'emacs/custom/fcuny-ui.el')
-rw-r--r--emacs/custom/fcuny-ui.el2
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)