solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 795a21ba8a3e6b7c83213f381e703c0101f6becd
parent cfca786ef2529da49bfd6ff9bfea1003c51077d7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed,  6 Nov 2019 02:49:27 +0100

add autoload for function that had atutoload before

Diffstat:
Msolarized.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -160,6 +160,7 @@ use the latter if you need a 24-bit specification of a color." (min (max (nth 1 lab) -128) 127) (min (max (nth 2 lab) -128) 127))) +;;;###autoload (defun solarized-color-blend (color1 color2 alpha &optional digits-per-component) "Blends COLOR1 onto COLOR2 with ALPHA.