From 3c00b411ab5e7501651f49fa63403a0f0b4b60b8 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 30 Jan 2023 17:13:13 +0100 Subject: [PATCH] Do activate modus-operandi... --- emacs/emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/emacs.el b/emacs/emacs.el index 61c699e..f7638ec 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -70,6 +70,8 @@ ;; emacs 28 has modus themes, but EL9 only has emacs 27 (straight-use-package 'modus-themes) +(require 'modus-themes) +(load-theme 'modus-operandi :no-confirm) (setq column-number-mode t) -- 2.47.3