From a9af194123e20d0af99e213b93f71792a27546f9 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 27 Apr 2025 19:42:23 +0200 Subject: [PATCH] Use built-in modus themes --- emacs/emacs.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 4e0c653..e9ddc77 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -19,7 +19,6 @@ (setq backup-directory-alist `(("." . ,--backup-directory))) ;; Colorblind friendly theme. -(require-theme 'modus-themes) (load-theme 'modus-vivendi :no-confirm) (global-whitespace-mode) -- 2.47.3