Skip to content

Commit

Permalink
Fix package formatting to adhere to MELPA standard
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
1 parent d79f2fe commit 8b835e6
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions nord-theme.el
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
;;; nord-theme.el --- An arctic, north-bluish clean and elegant Emacs theme.

;; title Nord Emacs
;; project nord-emacs
;; version 0.1.0
;; repository https://github.com/arcticicestudio/nord-emacs
;; author Arctic Ice Studio
;; email [email protected]
;; copyright Copyright (C) 2017
;; title: Nord Emacs
;; project: nord-emacs
;; version: 0.1.0
;; repository: https://github.com/arcticicestudio/nord-emacs
;; author: Arctic Ice Studio
;; email: [email protected]
;; copyright: Copyright (C) 2017
;;
;; [References]
;; Awesome Emacs
;; https://github.com/emacs-tw/awesome-emacs
;; GNU ELPA
;; http://elpa.gnu.org
;; https://elpa.gnu.org
;; GNU Emacs
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Custom-Themes.html
;; https://www.gnu.org/software/emacs/manual/html_node/emacs/Creating-Custom-Themes.html
Expand All @@ -25,7 +25,8 @@
;; marmelade repo
;; https://marmalade-repo.org
;; MELPA
;; https://melpa.milkbox.net
;; https://melpa.org
;; https://stable.melpa.org
(unless (>= emacs-major-version 24)
(error "Nord Emacs theme requires Emacs 24 or later!"))

Expand Down

0 comments on commit 8b835e6

Please sign in to comment.