From 3220e22408795d63be93f0548b84ec9b5edf850f Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sat, 1 Nov 2025 14:08:08 +0100 Subject: Theme utility will now require Gnome rather than Linux If one runs Linux but doesn't have Gnome it will lead to issues --- init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index c044d85..0784c7b 100644 --- a/init.el +++ b/init.el @@ -126,12 +126,7 @@ (vundo-compact-display t)) ;; Catppuccin theme -(if (eq system-type 'windows-nt) - (use-package catppuccin-theme - :config ;; On Windows I am happy with perma dark mode - (setq catppuccin-flavor 'mocha) - (load-theme 'catppuccin :no-confirm)) - (load (locate-user-emacs-file "theme.el"))) +(load (locate-user-emacs-file "theme.el")) ;; Completion (use-package corfu -- cgit v1.3.1