From b9da7efc5719757845723c18fe5fa3f95629a6ac Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Wed, 23 Feb 2022 10:24:20 +0100 Subject: [PATCH] Fix emacs theme configuration --- modules/base/emacs/base-init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base/emacs/base-init.el b/modules/base/emacs/base-init.el index 4690851d..8ef5d4ef 100644 --- a/modules/base/emacs/base-init.el +++ b/modules/base/emacs/base-init.el @@ -179,7 +179,7 @@ (modus-themes-bold-constructs t "Use bold accents") (modus-themes-syntax '(alt-syntax yellow-comments) "Show comments in yellow instead of gray") (modus-themes-promts '(intense) "Colours are nice") - (modus-themes-completions 'opinionated "Colours are nice") + (modus-themes-completions '(opinionated) "Colours are nice") (modus-themes-mode-line '(borderless accented) "Thin borders are ugly") (modus-themes-region '(bg-only accented) "Don't lose syntax highlighting in the active region") :config