branch: elpa/subatomic-theme
commit 4a2a3e97ca29e24660910ddd41839b45899d8b95
Author: John Olsson <[email protected]>
Commit: John Olsson <[email protected]>
fixed package format
---
subatomic-theme.el | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/subatomic-theme.el b/subatomic-theme.el
index 209dd6e..1436bf4 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -1,6 +1,10 @@
-;; subatomic-theme.el
-;;
-;; Copyright 2012 John Olsson ([email protected])
+;;; subatomic-theme.el --- Nice looking wmacs 24 theme
+
+;; Copyright 2012 John Olsson
+
+;;; Author: John Olsson <[email protected]>
+;;; URL: https://github.com/cryon/subatomic
+;;; Version: 1.0
;; This file is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published
@@ -577,3 +581,6 @@
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'subatomic)
+
+
+;;; subatomic-theme.el ends here