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

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

[nongnu] elpa/alect-themes 823ae4d 098/269: Update version (0.4) and pac


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 823ae4d 098/269: Update version (0.4) and package commentary
Date: Thu, 21 Oct 2021 17:58:57 -0400 (EDT)

branch: elpa/alect-themes
commit 823ae4df7a27985a5bd8c3af2022e8cacfea6799
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Update version (0.4) and package commentary
---
 alect-themes-pkg.el |  2 +-
 alect-themes.el     | 10 ++++++----
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index 9a43e31..221b133 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
 (define-package
   "alect-themes"
-  "0.3.8"
+  "0.4"
   "4 configurable color themes for Emacs 24")
diff --git a/alect-themes.el b/alect-themes.el
index 8ef4660..e004abc 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -4,7 +4,7 @@
 
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
-;; Version: 0.3.8
+;; Version: 0.4
 ;; Package-Requires: ((emacs "24.0"))
 ;; URL: http://github.com/alezost/alect-themes
 ;; Keywords: color theme
@@ -25,8 +25,10 @@
 ;;; Commentary:
 
 ;; This package provides 4 highly customizable color themes (2 light and
-;; 2 dark) for GNU Emacs 24 or later.  These themes were intended to be
-;; used with a GUI.  Use those in terminal at your own risk :)
+;; 2 dark) for GNU Emacs 24 or later.  These themes are intended to be
+;; used with GUI, so only graphical terminals are supported by default.
+;; However you can "enable" the themes for other terminals with
+;; `alect-display-class' variable.
 
 ;; You can install the package from MELPA.  If you prefer the manual
 ;; installation, put these lines into your init-file:
@@ -56,7 +58,7 @@
 
 ;;; Code:
 
-(require 'cl-macs)  ; for cl-flet
+(require 'cl-macs)
 
 (defun alect-put-colors (color-name theme-names color-vals var)
   "Put theme colors into the variable VAR.



reply via email to

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