From fdb1a9ca91ba04ed76a85af39890e1943774706b Mon Sep 17 00:00:00 2001 From: George Kettleborough Date: Sat, 13 Oct 2018 14:50:16 +0100 Subject: Bump version and add package-version to defcustoms --- zenburn-theme.el | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/zenburn-theme.el b/zenburn-theme.el index 4b64218..ea28806 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -4,7 +4,7 @@ ;; Author: Bozhidar Batsov ;; URL: http://github.com/bbatsov/zenburn-emacs -;; Version: 2.5 +;; Version: 2.6 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -53,42 +53,50 @@ defining them in this alist." (defcustom zenburn-use-variable-pitch nil "Use variable pitch face for some headings and titles." :type 'boolean - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-height-minus-1 0.8 "Font size -1." :type 'number - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-height-plus-1 1.1 "Font size +1." :type 'number - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-height-plus-2 1.15 "Font size +2." :type 'number - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-height-plus-3 1.2 "Font size +3." :type 'number - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-height-plus-4 1.3 "Font size +4." :type 'number - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-scale-org-headlines nil "Whether `org-mode' headlines should be scaled." :type 'boolean - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) (defcustom zenburn-scale-outline-headlines nil "Whether `outline-mode' headlines should be scaled." :type 'boolean - :group 'zenburn-theme) + :group 'zenburn-theme + :package-version '(zenburn . "2.6")) ;;; Color Palette -- cgit v1.2.3