From 2e87268d59009c4189003e0033ce4b000b380596 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 29 May 2024 17:46:40 +0100 Subject: [PATCH] Remove a couple of :demand statements from use-package definitions --- init.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.el b/init.el index 833cf23..7ce3fb3 100644 --- a/init.el +++ b/init.el @@ -247,7 +247,6 @@ (use-package corfu-terminal :after corfu - :demand :config (corfu-terminal-mode +1)) @@ -429,7 +428,6 @@ it will be tried first." (advice-add command :after #'pulse-line)) (use-package base16-theme - :demand :custom (base16-theme-distinct-fringe-background nil) (base16-theme-highlight-mode-line 'contrast)