From cfc370fc1a661d2c62b072f1641a5c71d3353f48 Mon Sep 17 00:00:00 2001 From: Matthew Carter Date: Fri, 16 Jan 2015 01:48:14 -0500 Subject: [PATCH] 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 80759db24..07b1fcdc5 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 . -;; 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 +;; 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 905915735..fe4f0fbec 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 . -;; Author: Matthew Carter -;; Keywords: ahungry palette color theme emacs -;; URL: https://github.com/ahungry/color-theme-ahungry -;; Version: 1.0.0 +;; Author: Matthew Carter +;; 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 -- 2.39.2