-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix package formatting to adhere to MELPA standard
- Loading branch information
1 parent
d79f2fe
commit 8b835e6
Showing
1 changed file
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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!")) | ||
|
||
|