branch: elpa/dracula-theme
commit 35538d521677ec7e58cdf4391f0854c97ec2c728
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>
Emacs: fix package boilerplate
---
dracula-theme.el | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index b985c2e..ceb6543 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -1,17 +1,21 @@
-;;; Dracula Theme
+;;; dracula-theme.el --- Dracula Theme
-;; Author: film42
-;;
-;; Version: 0.7.6
-;; Package-Requires: ((emacs "24"))
-
-;; https://github.com/zenorocha/dracula-theme
-;;
;; Copyright 2015, All rights reserved
;;
;; Code licensed under the MIT license
;; http://zenorocha.mit-license.org
+;; Author: film42
+;; Version: 0.7.6
+;; Package-Requires: ((emacs "24"))
+;; URL: https://github.com/zenorocha/dracula-theme
+
+;;; Commentary:
+
+;; A dark color theme available for a number of editors.
+
+;;; Code:
+
(deftheme dracula)
(let ((class '((class color) (min-colors 89)))