summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProtesilaos Stavrou <info@protesilaos.com>2021-03-22 15:37:19 +0200
committerProtesilaos Stavrou <info@protesilaos.com>2021-03-22 15:37:19 +0200
commitcf4a96781459bd0155d11e7b017d15dbd4522122 (patch)
treeb50f436012a983ee8d6d3cd63cedf6f5879c4ec8
parent19779c3d4f0ac6a5484cab21a661046064883d2a (diff)
Minor tweaks to deprecated modus-operandiexternals/modus-operandi-theme
This is intended for use with GNU ELPA.
-rw-r--r--modus-operandi-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 6438c48..1d8b804 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1,10 +1,10 @@
-;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) -*- lexical-binding:t -*-
+;;; modus-operandi-theme.el --- Accessible light theme (WCAG AAA) [DEPRECATED] -*- lexical-binding:t -*-
;; Copyright (c) 2019-2021 Free Software Foundation, Inc.
;; Author: Protesilaos Stavrou <info@protesilaos.com>
;; URL: https://gitlab.com/protesilaos/modus-themes
-;; Version: 0.13.1
+;; Version: 0.13.2
;; Package-Requires: ((emacs "26.1") (modus-themes "1.2.4"))
;; Keywords: faces, theme, accessibility
@@ -44,7 +44,7 @@
-(require 'modus-themes)
+(if t (require 'modus-themes)) ;; Don't require it during compilation!
(eval-and-compile
(let ((msg "Package `modus-operandi-theme' is obsolete; use the new `modus-themes'"))