guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] gnu: Add emacs-multiple-cursors.


From: Ricardo Wurmus
Subject: Re: [PATCH] gnu: Add emacs-multiple-cursors.
Date: Sat, 18 Jun 2016 18:16:28 +0200
User-agent: mu4e 0.9.16; emacs 24.5.1

Alex Kost <address@hidden> writes:

> Ricardo Wurmus (2016-06-17 23:24 +0300) wrote:
>
>> * gnu/packages/emacs.scm (emacs-multiple-cursors): New variable.
>> ---
>>  gnu/packages/emacs.scm | 21 +++++++++++++++++++++
>>  1 file changed, 21 insertions(+)
>>
>>
>> diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
>> index bbb4baa..62e14cb 100644
>> --- a/gnu/packages/emacs.scm
>> +++ b/gnu/packages/emacs.scm
>> @@ -1356,6 +1356,27 @@ front-ends.  Company comes with many back-ends, e.g. 
>> @code{company-elisp}.
>>  These are distributed in separate files and can be used individually.")
>>      (license license:gpl3+)))
>>  
>> +(define-public emacs-multiple-cursors
>> +  (package
>> +    (name "emacs-multiple-cursors")
>> +    (version "1.4.0")
>> +    (source
>> +     (origin
>> +       (method url-fetch)
>> +       (uri (string-append 
>> "https://github.com/magnars/multiple-cursors.el/archive/";
>
> I would make this line a bit shorter.

Okay.

>> +                           version ".tar.gz"))
>> +       (file-name (string-append name "-" version ".tar.gz"))
>> +       (sha256
>> +        (base32
>> +         "0hihihlvcvzayg5fnqzcg45fhvlmq6xlq58syy00rjwbry9w389k"))))
>> +    (build-system emacs-build-system)
>> +    (home-page "https://github.com/magnars/multiple-cursors.el";)
>> +    (synopsis "Multiple cursors for Emacs.")
>
> Oops, don't forget about "guix lint" -------^

Thanks for the reminder.

> Otherwise, LGTM.

Thank you for the review.  I pushed it to master.

~~ Ricardo




reply via email to

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