From 4c9fdc8a28ee4cfd795c94bc4b872138f363ae0f Mon Sep 17 00:00:00 2001 From: Matthew Carter Date: Fri, 6 Feb 2015 01:04:01 -0500 Subject: [PATCH] Update version and add News section for latest changes --- ahungry-theme.el | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ahungry-theme.el b/ahungry-theme.el index d17cee7ca..5ed8ffe50 100644 --- a/ahungry-theme.el +++ b/ahungry-theme.el @@ -1,11 +1,11 @@ -;;; ahungry-theme.el --- Ahungry color theme for Emacs. +;;; ahungry-theme.el --- Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry). ;; Copyright (C) 2015 Free Software Foundation, Inc. ;; Author: Matthew Carter ;; Maintainer: Matthew Carter ;; URL: https://github.com/ahungry/color-theme-ahungry -;; Version: 1.0.3 +;; Version: 1.0.4 ;; Keywords: ahungry palette color theme emacs color-theme deftheme ;; Package-Requires: ((emacs "24")) @@ -34,6 +34,13 @@ ;; transparent background. If you load it from a GUI, it will default ;; to a dark background. +;;; News: + +;;;; Changes since 1.0.3: +;; - Manually include an autoloads file to make sure +;; custom-theme-load-path is filled out +;; - Update description to make mention of (load-theme 'ahungry) for new users + ;;; Code: (deftheme ahungry -- 2.39.2