Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Mar 25, 2017
2 parents fbd98f7 + ff276fe commit 6447262
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

---

# 0.1.1
*2017-03-25*
## Bug Fixes
❯ Fixed the package documentation format to adhere to the [MELPA contribution standard](https://github.com/melpa/melpa/blob/master/CONTRIBUTING.md). (@arcticicestudio, 8b835e60)

# 0.1.0
*2017-03-25*
## Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Detailed descriptions for supported languages can be found in the [project wiki]
<p align="center"><strong>Ruby</strong><br><img src="https://raw.githubusercontent.com/arcticicestudio/nord-emacs/develop/assets/scrot-lang-ruby.png"/></p>

## Development
[![](https://img.shields.io/badge/Changelog-0.1.0-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.0/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)
[![](https://img.shields.io/badge/Changelog-0.1.1-81A1C1.svg)](https://github.com/arcticicestudio/nord-emacs/blob/v0.1.1/CHANGELOG.md) [![](https://img.shields.io/badge/Workflow-gitflow--branching--model-81A1C1.svg)](http://nvie.com/posts/a-successful-git-branching-model) [![](https://img.shields.io/badge/Versioning-ArcVer_0.8.0-81A1C1.svg)](https://github.com/arcticicestudio/arcver)

### Contribution
Please report issues/bugs, feature requests and suggestions for improvements to the [issue tracker](https://github.com/arcticicestudio/nord-emacs/issues).
Expand Down
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.1
;; 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 6447262

Please sign in to comment.