guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add emacs-ahungry-theme.


From: Alex Vong
Subject: Re: [PATCH] gnu: Add emacs-ahungry-theme.
Date: Fri, 26 Aug 2016 17:49:20 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Alex Kost <address@hidden> writes:

> Alex Vong (2016-08-25 09:04 +0300) wrote:
>
>> Hi,
>>
>> This patch adds ahungry theme from elpa, which I am currently using. I
>> test the patch by `./pre-inst-env guix install emacs-ahungry-theme' and
>> launching emacs. It works fine on my machine.
>
> I placed it right after zenburn and solarized themes, and applied as
> e7761186c3, thanks!
>
>> +(define-public emacs-ahungry-theme
>> +  (package
>> +    (name "emacs-ahungry-theme")
>> +    (version "1.3.0")
>> +    (source
>> +     (origin (method url-fetch)
>> + (uri (string-append "http://elpa.gnu.org/packages/ahungry-theme-";
>> +                                 version ".tar"))
>> +             (sha256
>> + (base32 "1p2zaq0s4bbl5cx6wyab24wamw7m0mysb0v47dqjmnvfc25z84rq"))))
>> +    (build-system emacs-build-system)
>> +    (home-page "https://github.com/ahungry/color-theme-ahungry";)
>> +    (synopsis
>> +     "Ahungry color theme for Emacs.  Make sure to (load-theme 'ahungry).")
>
> The second sentence is not needed (especially in synopsis), I removed it.
>
>> +    (description "Bright and bold color theme for GNU Emacs.
>> +
>> +If you load it from a terminal, you will be able to make use of the
>> transparent
>> +background.  If you load it from a GUI, it will default to a dark
>> background.")
>
> I rephrased the description a bit.

Thank you!



reply via email to

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