branch: elpa/alect-themes
commit 2c2fae205ef5f506b5adee72519ea4d52b54ec6b
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
alect.el was renamed into alect-themes.el.
This renaming allows to have a description for MELPA package (it is a
commentary of this file).
---
alect-dark-theme.el | 2 +-
alect-light-theme.el | 2 +-
alect-themes-pkg.el | 2 +-
alect.el => alect-themes.el | 10 +++++-----
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/alect-dark-theme.el b/alect-dark-theme.el
index c397d32..0980503 100644
--- a/alect-dark-theme.el
+++ b/alect-dark-theme.el
@@ -1,3 +1,3 @@
-(require 'alect)
+(require 'alect-themes)
(alect-create-theme dark)
diff --git a/alect-light-theme.el b/alect-light-theme.el
index bb61274..625b8b8 100644
--- a/alect-light-theme.el
+++ b/alect-light-theme.el
@@ -1,3 +1,3 @@
-(require 'alect)
+(require 'alect-themes)
(alect-create-theme light)
diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index 049dfc6..79eaf1b 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
(define-package
"alect-themes"
- "0.1.2"
+ "0.1.3"
"2 color themes (light and dark) for Emacs 24")
diff --git a/alect.el b/alect-themes.el
similarity index 99%
rename from alect.el
rename to alect-themes.el
index 259af9a..32eb7c9 100644
--- a/alect.el
+++ b/alect-themes.el
@@ -1,12 +1,12 @@
-;;; alect.el --- 2 color themes for Emacs
+;;; alect-themes.el --- 2 color themes for Emacs
;; Copyright (C) 2013 Alex Kost
;; Author: Alex Kost <[email protected]>
;; URL: http://github.com/alezost/alect-themes
;; Created: 2013-07-10
-;; Version: 0.1.2
-;; Last-Updated: 2013-10-06
+;; Version: 0.1.3
+;; Last-Updated: 2013-10-07
;; Package-Requires: ((emacs "24.0"))
;; Keywords: color theme
@@ -1108,11 +1108,11 @@ static char *gnus-pointer[] = {
(file-name-as-directory
(file-name-directory load-file-name))))
-(provide 'alect)
+(provide 'alect-themes)
;; Local Variables:
;; fill-column: 72
;; eval: (and (fboundp 'rainbow-mode) (rainbow-mode))
;; End:
-;;; alect.el ends here
+;;; alect-themes.el ends here