branch: elpa/apropospriate-theme
commit 5e24947b66d967d2483d8fd2151d983a0cf76a71
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
kill unspecified variant theme file, add `(define-package)` pkg file
---
apropospriate-theme-pkg.el | 4 ++++
apropospriate-theme.el | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/apropospriate-theme-pkg.el b/apropospriate-theme-pkg.el
new file mode 100644
index 0000000..86ecc7a
--- /dev/null
+++ b/apropospriate-theme-pkg.el
@@ -0,0 +1,4 @@
+(define-package
+ "apropospriate-theme"
+ "0.0.1"
+ "A colorful, low-contrast, light & dark theme set for Emacs with a fun
name.")
diff --git a/apropospriate-theme.el b/apropospriate-theme.el
deleted file mode 100644
index 2589932..0000000
--- a/apropospriate-theme.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(require 'apropospriate)
-(provide 'apropospriate-theme)