unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Vong <alexvong1995@gmail.com>
To: Alex Kost <alezost@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add emacs-ahungry-theme.
Date: Fri, 26 Aug 2016 17:49:20 +0800	[thread overview]
Message-ID: <87eg5b2733.fsf@gmail.com> (raw)
In-Reply-To: <87bn0gez7w.fsf@gmail.com> (Alex Kost's message of "Fri, 26 Aug 2016 11:00:51 +0300")

Alex Kost <alezost@gmail.com> 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	other threads:[~2016-08-26  9:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-25  6:04 [PATCH] gnu: Add emacs-ahungry-theme Alex Vong
2016-08-26  8:00 ` Alex Kost
2016-08-26  9:49   ` Alex Vong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87eg5b2733.fsf@gmail.com \
    --to=alexvong1995@gmail.com \
    --cc=alezost@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).