commit 660b03d246f7a6929d94143fbc56af86f6e40b1f parent 0370f4e4f791e67d5fdbe923f4c8ac1ccc396e7c Author: Thomas Frössman <thomasf@jossystem.se> Date: Sun, 17 Nov 2019 15:41:18 +0100 upgrade-guide: don't change theme description in upgrade Diffstat:
| M | UPGRADE-GUIDE.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/UPGRADE-GUIDE.md b/UPGRADE-GUIDE.md @@ -15,7 +15,7 @@ This is an example of how to adapt derived child themes to the changes: (require 'solarized) (defun my-solarized-theme () - "My solarized child theme." + "My personal solarized theme customization." (custom-theme-set-faces theme-name @@ -59,7 +59,7 @@ This is an example of how to adapt derived child themes to the changes: (require 'solarized) (setq my-solarized-faces - '("Personal solarized theme customization" + '("My personal solarized theme customization." (custom-theme-set-faces theme-name `(rainbow-delimiters-depth-1-face ((,class (:foreground ,base02)))))