aboutsummaryrefslogtreecommitdiffstats
path: root/etc/themes/modus-operandi-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'etc/themes/modus-operandi-theme.el')
-rw-r--r--etc/themes/modus-operandi-theme.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/themes/modus-operandi-theme.el b/etc/themes/modus-operandi-theme.el
index ce2c75e9a89..64763a16825 100644
--- a/etc/themes/modus-operandi-theme.el
+++ b/etc/themes/modus-operandi-theme.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Protesilaos Stavrou <info@protesilaos.com> 5;; Author: Protesilaos Stavrou <info@protesilaos.com>
6;; URL: https://gitlab.com/protesilaos/modus-themes 6;; URL: https://gitlab.com/protesilaos/modus-themes
7;; Version: 1.2.0 7;; Version: 1.2.3
8;; Package-Requires: ((emacs "26.1")) 8;; Package-Requires: ((emacs "26.1"))
9;; Keywords: faces, theme, accessibility 9;; Keywords: faces, theme, accessibility
10 10
@@ -50,7 +50,10 @@
50 50
51 51
52 52
53(require-theme 'modus-themes) 53(eval-and-compile
54 (unless (and (fboundp 'require-theme)
55 (require-theme 'modus-themes t))
56 (require 'modus-themes)))
54 57
55(deftheme modus-operandi 58(deftheme modus-operandi
56 "Accessible and customizable light theme (WCAG AAA standard). 59 "Accessible and customizable light theme (WCAG AAA standard).