emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cfc370f 04/16: Clean up with flycheck-package recommendati


From: Matthew Carter
Subject: [elpa] master cfc370f 04/16: Clean up with flycheck-package recommendations
Date: Fri, 06 Feb 2015 06:06:55 +0000

branch: master
commit cfc370fc1a661d2c62b072f1641a5c71d3353f48
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Clean up with flycheck-package recommendations
---
 ahungry-theme.el       |   16 +++++++++++-----
 color-theme-ahungry.el |   18 +++++++++++-------
 2 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index 80759db..07b1fcd 100644
--- a/ahungry-theme.el
+++ b/ahungry-theme.el
@@ -1,4 +1,4 @@
-;; ahungry-theme.el --- Ahungry color theme for Emacs.
+;;; ahungry-theme.el --- Ahungry color theme for Emacs.
 
 ;; color theme ahungry - A bright and bold color theme for GNU Emacs
 ;; Copyright (C) 2013 Matthew Carter
@@ -16,13 +16,17 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-;; Author: Matthew Carter
-;; Keywords: ahungry palette color theme emacs deftheme
-;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.0
+;; Author: Matthew Carter <address@hidden>
+;; Keywords: ahungry palette color theme emacs color-theme deftheme
+;; Url: https://github.com/ahungry/color-theme-ahungry
+;; Version: 1.0.1
+
+;;; Commentary:
 
 ;; This file is NOT part of GNU Emacs.
 
+;;; Code:
+
 (deftheme ahungry
   "Ahungry Theme")
 
@@ -165,3 +169,5 @@
   )
 
 (provide-theme 'ahungry)
+
+;;; ahungry-theme.el ends here
diff --git a/color-theme-ahungry.el b/color-theme-ahungry.el
index 9059157..fe4f0fb 100644
--- a/color-theme-ahungry.el
+++ b/color-theme-ahungry.el
@@ -1,4 +1,4 @@
-;; color-theme-ahungry.el --- Ahungry color theme for Emacs.
+;;; color-theme-ahungry.el --- Ahungry color theme for Emacs.
 
 ;; color theme ahungry - A bright and bold color theme for GNU Emacs
 ;; Copyright (C) 2013 Matthew Carter
@@ -16,15 +16,19 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-;; Author: Matthew Carter
-;; Keywords: ahungry palette color theme emacs
-;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.0
+;; Author: Matthew Carter <address@hidden>
+;; Keywords: ahungry palette color theme emacs color-theme
+;; Url: https://github.com/ahungry/color-theme-ahungry
+;; Version: 1.0.1
 ;; Package-Requires: ((color-theme "6.6.1"))
 
-;; This file is NOT part of GNU Emacs.
+;;; Commentary:
 
+;; This file is NOT part of GNU Emacs.
 ;; color theme (requires http://www.emacswiki.org/cgi-bin/wiki?ColorTheme )
+
+;;; Code:
+
 (eval-when-compile
   (require 'color-theme))
 
@@ -32,7 +36,7 @@
 ;; commented out, so that the color-theme in terminal mode will not overwrite
 ;; a transparent background, while still remaining usable in GUI mode
 (defun color-theme-ahungry ()
-  "A color theme to my personal liking"
+  "A color theme to my personal liking."
   (interactive)
   (color-theme-install
    '(color-theme-ahungry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]