gnu: Add emacs-whitespace-cleanup-mode.
[jackhill/guix/guix.git] / gnu / packages / emacs-xyz.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <taylanbayirli@gmail.com>
3 ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
4 ;;; Copyright © 2014, 2015, 2016, 2017, 2018 Mark H Weaver <mhw@netris.org>
5 ;;; Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Alex Kost <alezost@gmail.com>
6 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
7 ;;; Copyright © 2015, 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
8 ;;; Copyright © 2016, 2017, 2018 Chris Marusich <cmmarusich@gmail.com>
9 ;;; Copyright © 2015, 2016, 2018 Christopher Lemmer Webber <cwebber@dustycloud.org>
10 ;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
11 ;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
12 ;;; Copyright © 2016 David Thompson <davet@gnu.org>
13 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
14 ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
15 ;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
16 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
17 ;;; Copyright © 2016, 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
18 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
19 ;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
20 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
21 ;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <m.othacehe@gmail.com>
22 ;;; Copyright © 2017, 2018, 2019 Clément Lassieur <clement@lassieur.org>
23 ;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
24 ;;; Copyright © 2017, 2018 Kyle Meyer <kyle@kyleam.com>
25 ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
26 ;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
27 ;;; Copyright © 2017, 2018 Feng Shu <tumashu@163.com>
28 ;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
29 ;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
30 ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
31 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
32 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
33 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
34 ;;; Copyright © 2017, 2018, 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
35 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
36 ;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl@gnu.org>
37 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
38 ;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
39 ;;; Copyright © 2018, 2019 Jack Hill <jackhill@jackhill.us>
40 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
41 ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
42 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
43 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
44 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@posteo.net>
45 ;;; Copyright © 2019 Dimakakos Dimos <bendersteed@teknik.io>
46 ;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
47 ;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
48 ;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
49 ;;; Copyright © 2019 LaFreniere, Joseph <joseph@lafreniere.xyz>
50 ;;;
51 ;;; This file is part of GNU Guix.
52 ;;;
53 ;;; GNU Guix is free software; you can redistribute it and/or modify it
54 ;;; under the terms of the GNU General Public License as published by
55 ;;; the Free Software Foundation; either version 3 of the License, or (at
56 ;;; your option) any later version.
57 ;;;
58 ;;; GNU Guix is distributed in the hope that it will be useful, but
59 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
60 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61 ;;; GNU General Public License for more details.
62 ;;;
63 ;;; You should have received a copy of the GNU General Public License
64 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
65
66 (define-module (gnu packages emacs-xyz)
67 #:use-module ((guix licenses) #:prefix license:)
68 #:use-module (guix packages)
69 #:use-module (guix cvs-download)
70 #:use-module (guix download)
71 #:use-module (guix git-download)
72 #:use-module (guix build-system gnu)
73 #:use-module (guix build-system cmake)
74 #:use-module (guix build-system emacs)
75 #:use-module (guix build-system glib-or-gtk)
76 #:use-module (guix build-system perl)
77 #:use-module (guix build-system trivial)
78 #:use-module (gnu packages)
79 #:use-module (gnu packages admin)
80 #:use-module (gnu packages audio)
81 #:use-module (gnu packages bash)
82 #:use-module (gnu packages cmake)
83 #:use-module (gnu packages code)
84 #:use-module (gnu packages databases)
85 #:use-module (gnu packages emacs)
86 #:use-module (gnu packages guile)
87 #:use-module (gnu packages gtk)
88 #:use-module (gnu packages gnome)
89 #:use-module (gnu packages ncurses)
90 #:use-module (gnu packages python)
91 #:use-module (gnu packages python-xyz)
92 #:use-module (gnu packages tex)
93 #:use-module (gnu packages texinfo)
94 #:use-module (gnu packages tcl)
95 #:use-module (gnu packages tls)
96 #:use-module (gnu packages pkg-config)
97 #:use-module (gnu packages xorg)
98 #:use-module (gnu packages lesstif)
99 #:use-module (gnu packages llvm)
100 #:use-module (gnu packages image)
101 #:use-module (gnu packages linux)
102 #:use-module (gnu packages libevent)
103 #:use-module (gnu packages music)
104 #:use-module (gnu packages version-control)
105 #:use-module (gnu packages imagemagick)
106 #:use-module (gnu packages w3m)
107 #:use-module (gnu packages wget)
108 #:use-module (gnu packages autotools)
109 #:use-module (gnu packages base)
110 #:use-module (gnu packages compression)
111 #:use-module (gnu packages xml)
112 #:use-module (gnu packages glib)
113 #:use-module (gnu packages acl)
114 #:use-module (gnu packages mail)
115 #:use-module (gnu packages package-management)
116 #:use-module (gnu packages perl)
117 #:use-module (gnu packages pdf)
118 #:use-module (gnu packages scheme)
119 #:use-module (gnu packages speech)
120 #:use-module (gnu packages xiph)
121 #:use-module (gnu packages mp3)
122 #:use-module (gnu packages gettext)
123 #:use-module (gnu packages fribidi)
124 #:use-module (gnu packages gd)
125 #:use-module (gnu packages fontutils)
126 #:use-module (gnu packages password-utils)
127 #:use-module (gnu packages pulseaudio)
128 #:use-module (gnu packages sphinx)
129 #:use-module (gnu packages xdisorg)
130 #:use-module (gnu packages shells)
131 #:use-module (gnu packages sqlite)
132 #:use-module (gnu packages gnupg)
133 #:use-module (gnu packages video)
134 #:use-module (gnu packages haskell)
135 #:use-module (gnu packages wordnet)
136 #:use-module (guix utils)
137 #:use-module (srfi srfi-1)
138 #:use-module (ice-9 match))
139
140 ;;;
141 ;;; Emacs hacking.
142 ;;;
143
144 (define-public emacs-geiser
145 (package
146 (name "emacs-geiser")
147 (version "0.10")
148 (source (origin
149 (method url-fetch)
150 (uri (string-append "mirror://savannah/geiser/" version
151 "/geiser-" version ".tar.gz"))
152 (sha256
153 (base32
154 "0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))
155 (build-system gnu-build-system)
156 (arguments
157 '(#:phases
158 (modify-phases %standard-phases
159 (add-after 'install 'post-install
160 (lambda* (#:key outputs #:allow-other-keys)
161 (symlink "geiser-install.el"
162 (string-append (assoc-ref outputs "out")
163 "/share/emacs/site-lisp/"
164 "geiser-autoloads.el"))
165 #t)))))
166 (inputs `(("guile" ,guile-2.2)))
167 (native-inputs `(("emacs" ,emacs-minimal)))
168 (home-page "https://nongnu.org/geiser/")
169 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
170 (description
171 "Geiser is a collection of Emacs major and minor modes that conspire with
172 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
173 continuously running Scheme interpreter takes the center of the stage in
174 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
175 implementation, Emacs and, ultimately, the schemer, giving them access to live
176 metadata.")
177 (license license:bsd-3)))
178
179 (define-public geiser
180 (deprecated-package "geiser" emacs-geiser))
181
182 (define-public emacs-paredit
183 (package
184 (name "emacs-paredit")
185 (version "24")
186 (source (origin
187 (method url-fetch)
188 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
189 version ".el"))
190 (sha256
191 (base32
192 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
193 (build-system emacs-build-system)
194 (home-page "http://mumble.net/~campbell/emacs/paredit/")
195 (synopsis "Emacs minor mode for editing parentheses")
196 (description
197 "ParEdit (paredit.el) is a minor mode for performing structured editing
198 of S-expression data. The typical example of this would be Lisp or Scheme
199 source code.
200
201 ParEdit helps **keep parentheses balanced** and adds many keys for moving
202 S-expressions and moving around in S-expressions. Its behavior can be jarring
203 for those who may want transient periods of unbalanced parentheses, such as
204 when typing parentheses directly or commenting out code line by line.")
205 (license license:gpl3+)))
206
207 (define-public paredit
208 (deprecated-package "paredit" emacs-paredit))
209
210 (define-public git-modes
211 (package
212 (name "emacs-git-modes")
213 (version "1.2.8")
214 (source (origin
215 (method git-fetch)
216 (uri (git-reference
217 (url "https://github.com/magit/git-modes")
218 (commit version)))
219 (file-name (git-file-name name version))
220 (sha256
221 (base32
222 "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"))))
223 (build-system emacs-build-system)
224 (home-page "https://github.com/magit/git-modes")
225 (synopsis "Emacs major modes for Git configuration files")
226 (description
227 "This package provides Emacs major modes for editing various Git
228 configuration files, such as .gitattributes, .gitignore, and .git/config.")
229 (license license:gpl3+)))
230
231 (define-public git-modes/old-name
232 (deprecated-package "git-modes" git-modes))
233
234 (define-public emacs-with-editor
235 (package
236 (name "emacs-with-editor")
237 (version "2.8.0")
238 (source (origin
239 (method git-fetch)
240 (uri (git-reference
241 (url "https://github.com/magit/with-editor.git")
242 (commit (string-append "v" version))))
243 (file-name (git-file-name name version))
244 (sha256
245 (base32
246 "1bbzvxnjpxqyvi808isld025b3pcidn4r2xf8hnk9bmzcfdvdr6q"))))
247 (build-system emacs-build-system)
248 (propagated-inputs
249 `(("emacs-dash" ,emacs-dash)))
250 (home-page "https://github.com/magit/with-editor")
251 (synopsis "Emacs library for using Emacsclient as EDITOR")
252 (description
253 "This package provides an Emacs library to use the Emacsclient as
254 @code{$EDITOR} of child processes, making sure they know how to call home.
255 For remote processes a substitute is provided, which communicates with Emacs
256 on stdout instead of using a socket as the Emacsclient does.")
257 (license license:gpl3+)))
258
259 (define-public emacs-magit
260 ;; Version 2.90.1 has trouble loading the transient library,
261 ;; so we use a more recent commit that fixes it.
262 (let ((commit "b4aec016b5577afa8d889f258b499814d1bb1d94"))
263 (package
264 (name "emacs-magit")
265 (version (git-version "2.90.1" "1" commit))
266 (source (origin
267 (method git-fetch)
268 (uri (git-reference
269 (url "https://github.com/magit/magit")
270 (commit commit)))
271 (file-name (git-file-name name version))
272 (sha256
273 (base32
274 "0zl7v6z0y50pcgqsf2r8c1k3r5nwjad9ba7r6sgrnf4rc62br7jv"))))
275 (build-system gnu-build-system)
276 (native-inputs `(("texinfo" ,texinfo)
277 ("emacs" ,emacs-minimal)))
278 (inputs
279 `(("git" ,git)
280 ("perl" ,perl)))
281 (propagated-inputs
282 `(("dash" ,emacs-dash)
283 ("with-editor" ,emacs-with-editor)
284 ("transient" ,emacs-transient)))
285 (arguments
286 `(#:modules ((guix build gnu-build-system)
287 (guix build utils)
288 (guix build emacs-utils))
289 #:imported-modules (,@%gnu-build-system-modules
290 (guix build emacs-utils))
291 #:test-target "test"
292 #:tests? #f ; tests are not included in the release
293
294 #:make-flags
295 (list (string-append "PREFIX=" %output)
296 ;; Don't put .el files in a sub-directory.
297 (string-append "lispdir=" %output "/share/emacs/site-lisp")
298 (string-append "DASH_DIR="
299 (assoc-ref %build-inputs "dash")
300 "/share/emacs/site-lisp/guix.d/dash-"
301 ,(package-version emacs-dash))
302 (string-append "WITH_EDITOR_DIR="
303 (assoc-ref %build-inputs "with-editor")
304 "/share/emacs/site-lisp/guix.d/with-editor-"
305 ,(package-version emacs-with-editor))
306 (string-append "TRANSIENT_DIR="
307 (assoc-ref %build-inputs "transient")
308 "/share/emacs/site-lisp/guix.d/transient-"
309 ,(package-version emacs-transient)))
310
311 #:phases
312 (modify-phases %standard-phases
313 (delete 'configure)
314 (add-before
315 'build 'patch-exec-paths
316 (lambda* (#:key inputs #:allow-other-keys)
317 (let ((perl (assoc-ref inputs "perl")))
318 (make-file-writable "lisp/magit-sequence.el")
319 (emacs-substitute-variables "lisp/magit-sequence.el"
320 ("magit-perl-executable" (string-append perl "/bin/perl")))
321 #t))))))
322 (home-page "https://magit.vc/")
323 (synopsis "Emacs interface for the Git version control system")
324 (description
325 "With Magit, you can inspect and modify your Git repositories with Emacs.
326 You can review and commit the changes you have made to the tracked files, for
327 example, and you can browse the history of past changes. There is support for
328 cherry picking, reverting, merging, rebasing, and other common Git
329 operations.")
330 (license license:gpl3+))))
331
332 (define-public magit
333 (deprecated-package "magit" emacs-magit))
334
335 (define-public emacs-magit-svn
336 (let ((commit "9e33ceee32f665db59909e1c00a667ccdd04178f"))
337 (package
338 (name "emacs-magit-svn")
339 (version (git-version "2.2.1" "1" commit))
340 (source (origin
341 (method git-fetch)
342 (uri (git-reference
343 (url "https://github.com/magit/magit-svn")
344 (commit commit)))
345 (file-name (git-file-name name version))
346 (sha256
347 (base32
348 "1mlqz8dh6jy5rv72lgkxv253dgh73fmbaidskicypapvbl3lr6xy"))))
349 (build-system trivial-build-system)
350 (native-inputs `(("emacs" ,emacs-minimal)))
351 (propagated-inputs `(("dash" ,emacs-dash)
352 ("with-editor" ,emacs-with-editor)
353 ("magit" ,emacs-magit)
354 ("transient" ,emacs-transient)))
355 (arguments
356 `(#:modules ((guix build utils)
357 (guix build emacs-utils))
358
359 #:builder
360 (begin
361 (use-modules (guix build utils)
362 (guix build emacs-utils))
363
364 (let ((emacs (string-append (assoc-ref %build-inputs "emacs")
365 "/bin/emacs"))
366 (magit (string-append (assoc-ref %build-inputs "magit")
367 "/share/emacs/site-lisp"))
368 (transient (string-append (assoc-ref %build-inputs "transient")
369 "/share/emacs/site-lisp/guix.d/transient-"
370 ,(package-version emacs-transient)))
371 (dash (string-append (assoc-ref %build-inputs "dash")
372 "/share/emacs/site-lisp/guix.d/dash-"
373 ,(package-version emacs-dash)))
374 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
375 "/share/emacs/site-lisp/guix.d/with-editor-"
376 ,(package-version emacs-with-editor)))
377 (source (assoc-ref %build-inputs "source"))
378 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
379
380 (install-file (string-append source "/magit-svn.el")
381 lisp-dir)
382
383 (with-directory-excursion lisp-dir
384 (parameterize ((%emacs emacs))
385 (emacs-generate-autoloads ,name lisp-dir)
386 (setenv "EMACSLOADPATH"
387 (string-append ":" magit ":" transient
388 ":" dash ":" with-editor))
389 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))
390 #t))))
391 (home-page "https://github.com/magit/magit-svn")
392 (synopsis "Git-SVN extension to Magit")
393 (description
394 "This package is an extension to Magit, the Git Emacs mode, providing
395 support for Git-SVN.")
396 (license license:gpl3+))))
397
398 (define-public magit-svn
399 (deprecated-package "magit-svn" emacs-magit-svn))
400
401 (define-public emacs-magit-popup
402 (package
403 (name "emacs-magit-popup")
404 (version "2.12.5")
405 (source (origin
406 (method git-fetch)
407 (uri (git-reference
408 (url "https://github.com/magit/magit-popup.git")
409 (commit (string-append "v" version))))
410 (file-name (git-file-name name version))
411 (sha256
412 (base32
413 "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
414 (build-system emacs-build-system)
415 (arguments
416 `(#:phases
417 (modify-phases %standard-phases
418 (add-before 'install 'make-info
419 (lambda _
420 (invoke "make" "info"))))))
421 (native-inputs
422 `(("texinfo" ,texinfo)))
423 (propagated-inputs
424 `(("emacs-dash" ,emacs-dash)))
425 (home-page "https://github.com/magit/magit-popup")
426 (synopsis "Define prefix-infix-suffix command combos")
427 (description
428 "This library implements a generic interface for toggling switches and
429 setting options and then invoking an Emacs command which does something with
430 these arguments. The prototypical use is for the command to call an external
431 process, passing on the arguments as command line arguments.")
432 (license license:gpl3+)))
433
434 (define-public emacs-treepy
435 (package
436 (name "emacs-treepy")
437 (version "0.1.1")
438 (source (origin
439 (method git-fetch)
440 (uri (git-reference
441 (url "https://github.com/volrath/treepy.el.git")
442 (commit version)))
443 (file-name (git-file-name name version))
444 (sha256
445 (base32
446 "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
447 (build-system emacs-build-system)
448 (home-page
449 "https://github.com/volrath/treepy.el")
450 (synopsis "Tree traversal tools")
451 (description
452 "Generic tools for recursive and iterative tree traversal based on
453 clojure.walk and clojure.zip respectively.")
454 (license license:gpl3+)))
455
456 (define-public emacs-graphql
457 (package
458 (name "emacs-graphql")
459 (version "0.1.1")
460 (source (origin
461 (modules '((guix build utils)))
462 ;; Remove examples file with references to external packages as
463 ;; they do not exist at compilation time.
464 (snippet
465 '(begin (delete-file "examples.el")
466 #t))
467 (method git-fetch)
468 (uri (git-reference
469 (url "https://github.com/vermiculus/graphql.el.git")
470 (commit version)))
471 (file-name (git-file-name name version))
472 (sha256
473 (base32
474 "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
475 (build-system emacs-build-system)
476 (home-page
477 "https://github.com/vermiculus/graphql.el")
478 (synopsis "GraphQL utilities")
479 (description
480 "GraphQL.el provides a generally-applicable domain-specific language for
481 creating and executing GraphQL queries against your favorite web services.
482 GraphQL is a data query language and runtime designed and used to request and
483 deliver data to mobile and web apps.")
484 (license license:gpl3+)))
485
486 (define-public emacs-ghub
487 (package
488 (name "emacs-ghub")
489 (version "3.2.0")
490 (source (origin
491 (method git-fetch)
492 (uri (git-reference
493 (url "https://github.com/magit/ghub")
494 (commit (string-append "v" version))))
495 (file-name (git-file-name name version))
496 (sha256
497 (base32
498 "0lp52qygyavddl1lrgsyb6mq7hcf9h89dy2pzya3mb2va49f0vvl"))))
499 (build-system emacs-build-system)
500 (arguments
501 `(#:phases
502 (modify-phases %standard-phases
503 (add-before 'install 'make-info
504 (lambda _
505 (invoke "make" "info"))))))
506 (native-inputs
507 `(("texinfo" ,texinfo)))
508 (propagated-inputs
509 `(("dash" ,emacs-dash)
510 ("graphql" ,emacs-graphql)
511 ("treepy" ,emacs-treepy)))
512 (home-page "https://github.com/magit/ghub")
513 (synopsis "Emacs client libraries for the APIs of various Git forges")
514 (description
515 "Ghub provides basic support for using the APIs of various Git forges from
516 Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab,
517 Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a
518 handful of functions that are not resource-specific.")
519 (license license:gpl3+)))
520
521 (define-public emacs-scribble-mode
522 (let ((commit "34e9e5edb921813b6483e0fefa848efb6ee4b314")
523 (version "0.0")
524 (revision 0))
525 (package
526 (name "emacs-scribble-mode")
527 (version (if (zero? revision)
528 version
529 (string-append version "-"
530 (number->string revision)
531 "." (string-take commit 7))))
532 (source (origin
533 (method git-fetch)
534 (uri (git-reference
535 (url "https://github.com/emacs-pe/scribble-mode.git")
536 (commit commit)))
537 (sha256
538 (base32
539 "0598byqpz2q6yi2q4dwd77jj9z3n99z34d3an51s9m2za0nh1qvp"))))
540 (build-system emacs-build-system)
541 (home-page "https://github.com/emacs-pe/scribble-mode")
542 (synopsis "Emacs mode for editing the Scribble documentation syntax.")
543 (description
544 "This package provides basic syntax highlighting and editing support
545 for editing Racket's Scribble documentation syntax in Emacs.")
546 (license license:gpl3+))))
547
548 (define-public emacs-unpackaged-el
549 (let ((commit "f4df7f8dfea715e893b2223adda32545803f5cce")
550 (revision "1"))
551 (package
552 (name "emacs-unpackaged-el")
553 (version (git-version "0" revision commit))
554 (source
555 (origin
556 (method git-fetch)
557 (uri (git-reference
558 (url "https://github.com/alphapapa/unpackaged.el")
559 (commit commit)))
560 (file-name (git-file-name name version))
561 (sha256
562 (base32
563 "1yf3zrgqfhnr0az8gn1kqqwnhfi3nc0vbjkcagwcqwk3sp1jda86"))))
564 (build-system emacs-build-system)
565 (propagated-inputs
566 `(("emacs-dash" ,emacs-dash)
567 ("emacs-org" ,emacs-org)
568 ("emacs-s" ,emacs-s)
569 ("emacs-use-package" ,emacs-use-package)))
570 (home-page "https://github.com/alphapapa/unpackaged.el")
571 (synopsis "Useful snippets of Emacs Lisp code")
572 (description "This package provides Emacs Lisp utilities for a variety
573 of tasks, including version control, task management, and regex-based
574 replacement.")
575 (license license:gpl3+))))
576
577 (define-public emacs-haskell-mode
578 (package
579 (name "emacs-haskell-mode")
580 (version "16.1")
581 (source (origin
582 (method git-fetch)
583 (uri (git-reference
584 (url "https://github.com/haskell/haskell-mode")
585 (commit (string-append "v" version))))
586 (file-name (git-file-name name version))
587 (sha256
588 (base32 "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq"))
589 (patches
590 (search-patches ; backport test failure fixes
591 "haskell-mode-unused-variables.patch"
592 "haskell-mode-make-check.patch"))))
593 (inputs
594 `(("emacs-el-search" ,emacs-el-search) ; for tests
595 ("emacs-stream" ,emacs-stream))) ; for tests
596 (propagated-inputs
597 `(("emacs-dash" ,emacs-dash)))
598 (native-inputs
599 `(("emacs" ,emacs-minimal)
600 ("texinfo" ,texinfo)))
601 (build-system gnu-build-system)
602 (arguments
603 `(#:make-flags (list (string-append "EMACS="
604 (assoc-ref %build-inputs "emacs")
605 "/bin/emacs"))
606 #:modules ((ice-9 match)
607 (srfi srfi-26)
608 ,@%gnu-build-system-modules)
609 #:phases
610 (modify-phases %standard-phases
611 (delete 'configure)
612 (add-before
613 'build 'pre-build
614 (lambda* (#:key inputs #:allow-other-keys)
615 (define (el-dir store-dir)
616 (match (find-files store-dir "\\.el$")
617 ((f1 f2 ...) (dirname f1))
618 (_ "")))
619
620 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
621 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
622
623 (setenv "SHELL" "sh")
624 (setenv "EMACSLOADPATH"
625 (string-concatenate
626 (map (match-lambda
627 (((? emacs-prefix? name) . dir)
628 (string-append (el-dir dir) ":"))
629 (_ ""))
630 inputs)))
631 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
632 ;; embed filename to fix test failure
633 (let ((file "tests/haskell-cabal-tests.el"))
634 (substitute* file
635 (("\\(buffer-file-name\\)")
636 (format #f "(or (buffer-file-name) ~s)" file))))
637 #t)))
638 (replace
639 'install
640 (lambda* (#:key outputs #:allow-other-keys)
641 (let* ((out (assoc-ref outputs "out"))
642 (el-dir (string-append out "/share/emacs/site-lisp"))
643 (doc (string-append
644 out "/share/doc/haskell-mode-" ,version))
645 (info (string-append out "/share/info")))
646 (define (copy-to-dir dir files)
647 (for-each (lambda (f)
648 (install-file f dir))
649 files))
650
651 (with-directory-excursion "doc"
652 (invoke "makeinfo" "haskell-mode.texi")
653 (install-file "haskell-mode.info" info))
654 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
655 (copy-to-dir el-dir (find-files "." "\\.elc?"))
656 ;; These are part of other packages.
657 (with-directory-excursion el-dir
658 (for-each delete-file '("dash.el" "ert.el")))
659 #t))))))
660 (home-page "https://github.com/haskell/haskell-mode")
661 (synopsis "Haskell mode for Emacs")
662 (description
663 "This is an Emacs mode for editing, debugging and developing Haskell
664 programs.")
665 (license license:gpl3+)))
666
667 (define-public haskell-mode
668 (deprecated-package "haskell-mode" emacs-haskell-mode))
669
670 (define-public emacs-flycheck
671 (package
672 (name "emacs-flycheck")
673 (version "31")
674 (source (origin
675 (method url-fetch)
676 (uri (string-append
677 "https://github.com/flycheck/flycheck/releases/download/"
678 version "/flycheck-" version ".tar"))
679 (sha256
680 (base32
681 "01rnwan16m7cyyrfca3c5c60mbj2r3knkpzbhji2fczsf0wns240"))
682 (modules '((guix build utils)))
683 (snippet `(begin
684 ;; Change 'flycheck-version' so that it does not
685 ;; attempt to get its version from pkg-info.el.
686 (substitute* "flycheck.el"
687 (("\\(pkg-info-version-info 'flycheck\\)")
688 (string-append "\"" ,version "\"")))
689 #t))))
690 (build-system emacs-build-system)
691 (propagated-inputs
692 `(("emacs-dash" ,emacs-dash)))
693 (home-page "https://www.flycheck.org")
694 (synopsis "On-the-fly syntax checking")
695 (description
696 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
697 replacement for the older Flymake extension which is part of GNU Emacs, with
698 many improvements and additional features.
699
700 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
701 checking for over 30 programming and markup languages with more than 70
702 different tools. It highlights errors and warnings inline in the buffer, and
703 provides an optional IDE-like error list.")
704 (license license:gpl3+))) ;+GFDLv1.3+ for the manual
705
706 (define-public emacs-a
707 (package
708 (name "emacs-a")
709 (version "0.1.1")
710 (source (origin
711 (method git-fetch)
712 (uri (git-reference
713 (url "https://github.com/plexus/a.el.git")
714 (commit (string-append "v" version))))
715 (file-name (git-file-name name version))
716 (sha256
717 (base32
718 "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
719 (build-system emacs-build-system)
720 (home-page "https://github.com/plexus/a.el/")
721 (synopsis
722 "Emacs library for dealing with association lists and hash tables")
723 (description "@code{emacs-a} provides Emacs Lisp functions for dealing
724 with associative structures in a uniform and functional way. These functions
725 can take association lists, hash tables, and in some cases vectors (where the
726 index is considered the key).")
727 (license license:gpl3+)))
728
729 (define-public emacs-ace-jump-mode
730 (package
731 (name "emacs-ace-jump-mode")
732 (version "2.0")
733 (home-page "https://github.com/winterTTr/ace-jump-mode")
734 (source (origin
735 (method git-fetch)
736 (uri (git-reference
737 (url home-page)
738 (commit (string-append "v" version))))
739 (sha256
740 (base32
741 "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))
742 (file-name (git-file-name name version))))
743 (build-system emacs-build-system)
744 (synopsis "Cursor location minor mode for fast navigation")
745 (description "Ace-jump-mode is a fast/direct cursor location minor
746 mode. It creates an N-Branch search tree internally and marks all
747 the possible position with predefined keys in within the whole Emacs
748 view. This allows you to move to the character, word, or line almost
749 directly.")
750 (license license:gpl3+)))
751
752 (define-public emacs-anaphora
753 (package
754 (name "emacs-anaphora")
755 (version "1.0.4")
756 (source
757 (origin
758 (method git-fetch)
759 (uri (git-reference
760 (url "https://github.com/rolandwalker/anaphora.git")
761 (commit (string-append "v" version))))
762 (file-name (git-file-name name version))
763 (sha256
764 (base32
765 "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"))))
766 (build-system emacs-build-system)
767 (home-page "https://github.com/rolandwalker/anaphora/")
768 (synopsis "Anaphoric expressions for Emacs Lisp")
769 (description "@code{emacs-anaphora} implements anaphoric expressions for
770 Emacs Lisp.
771
772 Anaphoric expressions implicitly create one or more temporary variables which
773 can be referred to during the expression. This technique can improve clarity
774 in certain cases. It also enables recursion for anonymous functions.")
775 (license license:public-domain)))
776
777 (define-public emacs-xr
778 (package
779 (name "emacs-xr")
780 (version "1.12")
781 (source
782 (origin
783 (method url-fetch)
784 (uri (string-append
785 "https://elpa.gnu.org/packages/xr-" version ".tar"))
786 (sha256
787 (base32
788 "1vv87h0h8ldc1mbsn45w5z1m6jq8j2js4xz23a9ixdby06g60y3g"))))
789 (build-system emacs-build-system)
790 (home-page "http://elpa.gnu.org/packages/xr.html")
791 (synopsis "Convert string regexp to rx notation")
792 (description
793 "This is an inverse companion to the @code{rx} package for translating
794 regexps in string form to the @code{rx} notation. Its chief uses are:
795
796 @itemize
797 @item Migrating existing code to @code{rx} form, for better readability and
798 maintainability
799 @item Understanding complex regexp strings and finding errors in them
800 @end itemize
801
802 In addition to Emacs regexps, this package can also parse and troubleshoot
803 skip set strings, which are arguments to @code{skip-chars-forward} and
804 @code{skip-chars-backward}.")
805 (license license:gpl3+)))
806
807 (define-public emacs-reformatter
808 (package
809 (name "emacs-reformatter")
810 (version "0.4")
811 (source
812 (origin
813 (method git-fetch)
814 (uri (git-reference
815 (url "https://github.com/purcell/reformatter.el.git")
816 (commit version)))
817 (file-name (git-file-name name version))
818 (sha256
819 (base32
820 "0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
821 (build-system emacs-build-system)
822 (home-page "https://github.com/purcell/reformatter.el")
823 (synopsis "Define commands which run reformatters on the current buffer")
824 (description
825 "This library lets elisp authors easily define an idiomatic command to
826 reformat the current buffer using a command-line program, together with an
827 optional minor mode which can apply this command automatically on save.")
828 (license license:gpl3+)))
829
830 (define-public emacs-relint
831 (package
832 (name "emacs-relint")
833 (version "1.8")
834 (source
835 (origin
836 (method url-fetch)
837 (uri (string-append
838 "https://elpa.gnu.org/packages/relint-" version ".el"))
839 (sha256
840 (base32
841 "1bl6m2h7131acbmr0kqfnjjpv2syiv2mxfnm61g874ynnvkmmkm3"))))
842 (build-system emacs-build-system)
843 (propagated-inputs `(("emacs-xr" ,emacs-xr)))
844 (home-page "https://github.com/mattiase/relint")
845 (synopsis "Elisp regexp mistake finder")
846 (description
847 "Relint (regular expression lint) scans Elisp files for mistakes in
848 regexps, including deprecated syntax and bad practice. It also checks the
849 regexp-like arguments to @code{skip-chars-forward} and
850 @code{skip-chars-backward}.")
851 (license license:gpl3+)))
852
853 \f
854 ;;;
855 ;;; Web browsing.
856 ;;;
857
858 (define-public emacs-w3m
859 ;; Emacs-w3m follows a "rolling release" model.
860 (package
861 (name "emacs-w3m")
862 (version "2018-11-11")
863 (source (origin
864 (method cvs-fetch)
865 (uri (cvs-reference
866 (root-directory
867 ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot")
868 (module "emacs-w3m")
869 (revision version)))
870 (file-name (string-append name "-" version "-checkout"))
871 (sha256
872 (base32
873 "0nvahdbjs12zg7zsk4gql02mvnv56cf1rwj2f5p42lwp3xvswiwp"))))
874 (build-system gnu-build-system)
875 (native-inputs `(("autoconf" ,autoconf)
876 ("texinfo" ,texinfo)
877 ("emacs" ,emacs-minimal)))
878 (inputs `(("w3m" ,w3m)
879 ("imagemagick" ,imagemagick)))
880 (arguments
881 `(#:modules ((guix build gnu-build-system)
882 (guix build utils)
883 (guix build emacs-utils))
884 #:imported-modules (,@%gnu-build-system-modules
885 (guix build emacs-utils))
886 #:configure-flags
887 (let ((out (assoc-ref %outputs "out")))
888 (list (string-append "--with-lispdir="
889 out "/share/emacs/site-lisp")
890 (string-append "--with-icondir="
891 out "/share/images/emacs-w3m")
892 ;; Leave .el files uncompressed, otherwise GC can't
893 ;; identify run-time dependencies. See
894 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
895 "--without-compress-install"))
896 #:tests? #f ; no check target
897 #:phases
898 (modify-phases %standard-phases
899 (add-after 'unpack 'autoconf
900 (lambda _
901 (invoke "autoconf")))
902 (add-before 'configure 'support-emacs!
903 (lambda _
904 ;; For some reason 'AC_PATH_EMACS' thinks that 'Emacs 26' is
905 ;; unsupported.
906 (substitute* "configure"
907 (("EMACS_FLAVOR=unsupported")
908 "EMACS_FLAVOR=emacs"))
909 #t))
910 (add-before 'build 'patch-exec-paths
911 (lambda* (#:key inputs outputs #:allow-other-keys)
912 (let ((out (assoc-ref outputs "out"))
913 (w3m (assoc-ref inputs "w3m"))
914 (imagemagick (assoc-ref inputs "imagemagick"))
915 (coreutils (assoc-ref inputs "coreutils")))
916 (make-file-writable "w3m.el")
917 (emacs-substitute-variables "w3m.el"
918 ("w3m-command" (string-append w3m "/bin/w3m"))
919 ("w3m-touch-command"
920 (string-append coreutils "/bin/touch"))
921 ("w3m-icon-directory"
922 (string-append out "/share/images/emacs-w3m")))
923 (make-file-writable "w3m-image.el")
924 (emacs-substitute-variables "w3m-image.el"
925 ("w3m-imagick-convert-program"
926 (string-append imagemagick "/bin/convert"))
927 ("w3m-imagick-identify-program"
928 (string-append imagemagick "/bin/identify")))
929 #t)))
930 (replace 'install
931 (lambda* (#:key outputs #:allow-other-keys)
932 (invoke "make" "install" "install-icons")
933 (with-directory-excursion
934 (string-append (assoc-ref outputs "out")
935 "/share/emacs/site-lisp")
936 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
937 (symlink "w3m-load.el" "w3m-autoloads.el")
938 #t))))))
939 (home-page "http://emacs-w3m.namazu.org/")
940 (synopsis "Simple Web browser for Emacs based on w3m")
941 (description
942 "Emacs-w3m is an emacs interface for the w3m web browser.")
943 (license license:gpl2+)))
944
945 (define-public emacs-wget
946 (package
947 (name "emacs-wget")
948 (version "0.5.0")
949 (source (origin
950 (method url-fetch)
951 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
952 version ".orig.tar.gz"))
953 (sha256
954 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
955 (build-system gnu-build-system)
956 (inputs `(("wget" ,wget)))
957 (native-inputs `(("emacs" ,emacs-minimal)))
958 (arguments
959 `(#:modules ((guix build gnu-build-system)
960 (guix build utils)
961 (guix build emacs-utils))
962 #:imported-modules (,@%gnu-build-system-modules
963 (guix build emacs-utils))
964 #:tests? #f ; no check target
965 #:phases
966 (modify-phases %standard-phases
967 (replace 'configure
968 (lambda* (#:key outputs #:allow-other-keys)
969 (substitute* "Makefile"
970 (("/usr/local") (assoc-ref outputs "out"))
971 (("/site-lisp/emacs-wget") "/site-lisp"))
972 #t))
973 (add-before 'build 'patch-exec-paths
974 (lambda* (#:key inputs outputs #:allow-other-keys)
975 (let ((wget (assoc-ref inputs "wget")))
976 (emacs-substitute-variables "wget.el"
977 ("wget-command" (string-append wget "/bin/wget"))))
978 #t))
979 (add-after 'install 'post-install
980 (lambda* (#:key outputs #:allow-other-keys)
981 (emacs-generate-autoloads
982 "wget" (string-append (assoc-ref outputs "out")
983 "/share/emacs/site-lisp/"))
984 #t)))))
985 (home-page "http://www.emacswiki.org/emacs/EmacsWget")
986 (synopsis "Simple file downloader for Emacs based on wget")
987 (description
988 "Emacs-wget is an emacs interface for the wget file downloader.")
989 (license license:gpl2+)))
990
991 \f
992 ;;;
993 ;;; Multimedia.
994 ;;;
995
996 (define-public emacs-emms
997 (package
998 (name "emacs-emms")
999 (version "5.2")
1000 (source (origin
1001 (method url-fetch)
1002 (uri (string-append "mirror://gnu/emms/emms-"
1003 version ".tar.gz"))
1004 (sha256
1005 (base32
1006 "0cvpfdkagkpi8g02w8f7wzrpdk2ihas0mn5m9fr882xjdfshl21z"))
1007 (modules '((guix build utils)))
1008 (snippet
1009 '(begin
1010 (substitute* "Makefile"
1011 (("/usr/bin/install-info")
1012 ;; No need to use 'install-info' since it would create a
1013 ;; useless 'dir' file.
1014 "true")
1015 (("^INFODIR=.*")
1016 ;; Install Info files to $out/share/info, not $out/info.
1017 "INFODIR := $(PREFIX)/share/info\n")
1018 (("/site-lisp/emms")
1019 ;; Install directly in share/emacs/site-lisp, not in a
1020 ;; sub-directory.
1021 "/site-lisp")
1022 (("^all: (.*)\n" _ rest)
1023 ;; Build 'emms-print-metadata'.
1024 (string-append "all: " rest " emms-print-metadata\n")))
1025 #t))))
1026 (build-system gnu-build-system)
1027 (arguments
1028 `(#:modules ((guix build gnu-build-system)
1029 (guix build utils)
1030 (guix build emacs-utils)
1031 (ice-9 ftw))
1032 #:imported-modules (,@%gnu-build-system-modules
1033 (guix build emacs-utils))
1034
1035 #:phases
1036 (modify-phases %standard-phases
1037 (replace 'configure
1038 (lambda* (#:key inputs outputs #:allow-other-keys)
1039 (let ((out (assoc-ref outputs "out"))
1040 (flac (assoc-ref inputs "flac"))
1041 (vorbis (assoc-ref inputs "vorbis-tools"))
1042 (alsa (assoc-ref inputs "alsa-utils"))
1043 (mpg321 (assoc-ref inputs "mpg321"))
1044 (mp3info (assoc-ref inputs "mp3info"))
1045 (mutagen (assoc-ref inputs "mutagen"))
1046 (opus (assoc-ref inputs "opus-tools")))
1047 ;; Specify the installation directory.
1048 (substitute* "Makefile"
1049 (("PREFIX=.*$")
1050 (string-append "PREFIX := " out "\n")))
1051
1052 (setenv "SHELL" (which "sh"))
1053 (setenv "CC" "gcc")
1054
1055 ;; Specify the absolute file names of the various
1056 ;; programs so that everything works out-of-the-box.
1057 (with-directory-excursion "lisp"
1058 (emacs-substitute-variables
1059 "emms-player-mpg321-remote.el"
1060 ("emms-player-mpg321-remote-command"
1061 (string-append mpg321 "/bin/mpg321")))
1062 (substitute* "emms-player-simple.el"
1063 (("\"ogg123\"")
1064 (string-append "\"" vorbis "/bin/ogg123\"")))
1065 (substitute* "emms-player-simple.el"
1066 (("\"mpg321\"")
1067 (string-append "\"" mpg321 "/bin/mpg321\"")))
1068 (emacs-substitute-variables "emms-info-ogginfo.el"
1069 ("emms-info-ogginfo-program-name"
1070 (string-append vorbis "/bin/ogginfo")))
1071 (emacs-substitute-variables "emms-info-opusinfo.el"
1072 ("emms-info-opusinfo-program-name"
1073 (string-append opus "/bin/opusinfo")))
1074 (emacs-substitute-variables "emms-info-libtag.el"
1075 ("emms-info-libtag-program-name"
1076 (string-append out "/bin/emms-print-metadata")))
1077 (emacs-substitute-variables "emms-info-mp3info.el"
1078 ("emms-info-mp3info-program-name"
1079 (string-append mp3info "/bin/mp3info")))
1080 (emacs-substitute-variables "emms-info-metaflac.el"
1081 ("emms-info-metaflac-program-name"
1082 (string-append flac "/bin/metaflac")))
1083 (emacs-substitute-variables "emms-source-file.el"
1084 ("emms-source-file-gnu-find" (which "find")))
1085 (substitute* "emms-volume-amixer.el"
1086 (("\"amixer\"")
1087 (string-append "\"" alsa "/bin/amixer\"")))
1088 (substitute* "emms-tag-editor.el"
1089 (("\"mid3v2\"")
1090 (string-append "\"" mutagen "/bin/mid3v2\"")))
1091 #t))))
1092 (add-before 'install 'pre-install
1093 (lambda* (#:key outputs #:allow-other-keys)
1094 ;; The 'install' rule expects the target directories to exist.
1095 (let* ((out (assoc-ref outputs "out"))
1096 (bin (string-append out "/bin"))
1097 (man1 (string-append out "/share/man/man1")))
1098 (mkdir-p bin)
1099 (mkdir-p man1)
1100
1101 ;; Ensure that files are not rejected by gzip
1102 (let ((early-1980 315619200)) ; 1980-01-02 UTC
1103 (ftw "." (lambda (file stat flag)
1104 (unless (<= early-1980 (stat:mtime stat))
1105 (utime file early-1980 early-1980))
1106 #t)))
1107 #t)))
1108 (add-after 'install 'post-install
1109 (lambda* (#:key outputs #:allow-other-keys)
1110 (let ((out (assoc-ref outputs "out")))
1111 (symlink "emms-auto.el"
1112 (string-append out "/share/emacs/site-lisp/"
1113 "emms-autoloads.el")))
1114 #t)))
1115 #:tests? #f))
1116 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
1117 ("texinfo" ,texinfo)))
1118 (inputs `(("alsa-utils" ,alsa-utils)
1119 ("flac" ,flac) ;for metaflac
1120 ("vorbis-tools" ,vorbis-tools)
1121 ("mpg321" ,mpg321)
1122 ("taglib" ,taglib)
1123 ("mp3info" ,mp3info)
1124 ("mutagen" ,python-mutagen)
1125 ("opus-tools" ,opus-tools)))
1126 (properties '((upstream-name . "emms")))
1127 (synopsis "Emacs Multimedia System")
1128 (description
1129 "EMMS is the Emacs Multimedia System. It is a small front-end which
1130 can control one of the supported external players. Thus, it supports
1131 whatever formats are supported by your music player. It also
1132 supports tagging and playlist management, all behind a clean and
1133 light user interface.")
1134 (home-page "https://www.gnu.org/software/emms/")
1135 (license license:gpl3+)))
1136
1137 (define-public emacs-emms-player-mpv
1138 ;; A new mpv backend is included in Emms from 5.0.
1139 (deprecated-package "emacs-emms-player-mpv" emacs-emms))
1140
1141 (define-public emacs-emms-mode-line-cycle
1142 (package
1143 (name "emacs-emms-mode-line-cycle")
1144 (version "0.2.5")
1145 (source
1146 (origin
1147 (method git-fetch)
1148 (uri (git-reference
1149 (url "https://github.com/momomo5717/emms-mode-line-cycle")
1150 (commit version)))
1151 (file-name (git-file-name name version))
1152 (sha256
1153 (base32
1154 "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"))))
1155 (build-system emacs-build-system)
1156 (propagated-inputs
1157 `(("emms" ,emacs-emms)))
1158 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
1159 (synopsis "Display the EMMS mode line as a ticker")
1160 (description
1161 "This is a minor mode for updating the EMMS mode-line string cyclically
1162 within a specified width. It is useful for displaying long track titles.")
1163 (license license:gpl3+)))
1164
1165 \f
1166 ;;;
1167 ;;; Miscellaneous.
1168 ;;;
1169
1170 (define-public emacs-ace-link
1171 (package
1172 (name "emacs-ace-link")
1173 (version "0.5.0")
1174 (source
1175 (origin
1176 (method git-fetch)
1177 (uri (git-reference
1178 (url "https://github.com/abo-abo/ace-link.git")
1179 (commit version)))
1180 (file-name (git-file-name name version))
1181 (sha256
1182 (base32
1183 "147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk"))))
1184 (build-system emacs-build-system)
1185 (propagated-inputs
1186 `(("emacs-avy" ,emacs-avy)))
1187 (home-page "https://github.com/abo-abo/ace-link")
1188 (synopsis "Quickly follow links in Emacs")
1189 (description
1190 "Currently, to jump to a link in a @code{Info-mode}, @code{help-mode},
1191 @code{woman-mode}, @code{org-mode}, @code{eww-mode}, @code{compilation-mode},
1192 @code{goto-address-mode} buffer, you can tab through the links to select the
1193 one you want. This is an O(N) operation, where the N is the amount of links.
1194 This package turns this into an O(1) operation. It does so by assigning a
1195 letter to each link using avy.")
1196 (license license:gpl3+)))
1197
1198 (define-public emacs-bbdb
1199 (package
1200 (name "emacs-bbdb")
1201 (version "3.1.2")
1202 (source (origin
1203 (method url-fetch)
1204 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1205 version ".tar.gz"))
1206 (sha256
1207 (base32
1208 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1209 (modules '((guix build utils)))
1210 (snippet
1211 ;; We don't want to build and install the PDF.
1212 '(begin
1213 (substitute* "doc/Makefile.in"
1214 (("^doc_DATA = .*$")
1215 "doc_DATA =\n"))
1216 #t))))
1217 (build-system gnu-build-system)
1218 (arguments
1219 '(#:phases
1220 (modify-phases %standard-phases
1221 (add-after 'install 'post-install
1222 (lambda* (#:key outputs #:allow-other-keys)
1223 ;; Add an autoloads file with the right name for guix.el.
1224 (let* ((out (assoc-ref outputs "out"))
1225 (site (string-append out "/share/emacs/site-lisp")))
1226 (with-directory-excursion site
1227 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1228 #t)))))
1229 (native-inputs `(("emacs" ,emacs-minimal)))
1230 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1231 (synopsis "Contact management utility for Emacs")
1232 (description
1233 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1234 an address book for email and snail mail addresses, phone numbers and the
1235 like. It can be linked with various Emacs mail clients (Message and Mail
1236 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1237 (license license:gpl3+)))
1238
1239 (define-public bbdb
1240 (deprecated-package "bbdb" emacs-bbdb))
1241
1242 (define-public emacs-aggressive-indent
1243 (package
1244 (name "emacs-aggressive-indent")
1245 (version "1.8.3")
1246 (source (origin
1247 (method url-fetch)
1248 (uri (string-append "https://elpa.gnu.org/packages/"
1249 "aggressive-indent-" version ".el"))
1250 (sha256
1251 (base32
1252 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1253 (build-system emacs-build-system)
1254 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1255 (synopsis "Minor mode to aggressively keep your code always indented")
1256 (description
1257 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1258 always indented. It reindents after every change, making it more reliable
1259 than @code{electric-indent-mode}.")
1260 (license license:gpl2+)))
1261
1262 (define-public emacs-link-hint
1263 ;; Last release was in 2015.
1264 (let ((commit "d74a483652486260c052941fedeadddb1ea71f88")
1265 (revision "1"))
1266 (package
1267 (name "emacs-link-hint")
1268 (version (git-version "0.1" revision commit))
1269 (source
1270 (origin
1271 (method git-fetch)
1272 (uri (git-reference
1273 (url "https://github.com/noctuid/link-hint.el")
1274 (commit commit)))
1275 (file-name (git-file-name name version))
1276 (sha256
1277 (base32
1278 "0dghxd165fbds6czy9bfwpid3i4irgp3q08n9mg57sfifi0cmij0"))))
1279 (build-system emacs-build-system)
1280 (propagated-inputs
1281 `(("emacs-avy" ,emacs-avy)))
1282 (home-page "https://github.com/noctuid/link-hint.el")
1283 (synopsis "Vimperator-style link-hinting in Emacs")
1284 (description "This package provides commands for visiting and acting on
1285 links.")
1286 (license license:gpl3+))))
1287
1288 (define-public emacs-ag
1289 (package
1290 (name "emacs-ag")
1291 (version "0.47")
1292 (source (origin
1293 (method git-fetch)
1294 (uri (git-reference
1295 (url "https://github.com/Wilfred/ag.el.git")
1296 (commit version)))
1297 (file-name (git-file-name name version))
1298 (sha256
1299 (base32
1300 "15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r"))))
1301 (build-system emacs-build-system)
1302 (arguments
1303 `(#:phases
1304 (modify-phases %standard-phases
1305 (add-before 'install 'make-info
1306 (lambda _
1307 (with-directory-excursion "docs"
1308 (invoke "make" "info"))))
1309 (add-after 'install 'install-info
1310 (lambda* (#:key outputs #:allow-other-keys)
1311 (let* ((out (assoc-ref outputs "out"))
1312 (info (string-append out "/share/info")))
1313 (install-file "docs/_build/texinfo/agel.info" info)
1314 #t))))))
1315 (native-inputs
1316 `(("python-sphinx" ,python-sphinx)
1317 ("texinfo" ,texinfo)))
1318 (propagated-inputs
1319 `(("dash" ,emacs-dash)
1320 ("s" ,emacs-s)
1321 ;; We need to use 'ag' as the executable on remote systems.
1322 ("the-silver-searcher" ,the-silver-searcher)))
1323 (home-page "https://github.com/Wilfred/ag.el")
1324 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1325 (description "This package provides the ability to use the silver
1326 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1327 include version control system awareness, use of Perl compatible regular
1328 expressions, editing the search results directly and searching file names
1329 rather than the contents of files.")
1330 (license license:gpl3+)))
1331
1332 (define-public emacs-async
1333 (package
1334 (name "emacs-async")
1335 (home-page "https://github.com/jwiegley/emacs-async")
1336 (version "1.9.3")
1337 (source (origin
1338 (method git-fetch)
1339 (uri (git-reference
1340 (url home-page)
1341 (commit (string-append "v" version))))
1342 (file-name (git-file-name name version))
1343 (sha256
1344 (base32
1345 "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"))))
1346 (build-system emacs-build-system)
1347 (synopsis "Asynchronous processing in Emacs")
1348 (description
1349 "This package provides the ability to call asynchronous functions and
1350 processes. For example, it can be used to run dired commands (for copying,
1351 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1352 as a library for other Emacs packages.")
1353 (license license:gpl3+)))
1354
1355 (define-public emacs-auctex
1356 (package
1357 (name "emacs-auctex")
1358 (version "12.1.2")
1359 (source
1360 (origin
1361 (method url-fetch)
1362 (uri (string-append
1363 "https://elpa.gnu.org/packages/auctex-"
1364 version
1365 ".tar"))
1366 (sha256
1367 (base32
1368 "1yibg2anpmyr2a27wm4xqjsvsi9km2jzb56bf7cwyj8dnjfsd11n"))))
1369 (build-system emacs-build-system)
1370 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1371 ;; ('emacs-minimal' does not provide dbus).
1372 (arguments
1373 `(#:emacs ,emacs
1374 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1375 #:exclude '("^tests/" "^latex/README")))
1376 (native-inputs
1377 `(("perl" ,perl)))
1378 (home-page "https://www.gnu.org/software/auctex/")
1379 (synopsis "Integrated environment for TeX")
1380 (description
1381 "AUCTeX is a comprehensive customizable integrated environment for
1382 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1383 or XEmacs.")
1384 (license license:gpl3+)))
1385
1386 (define-public emacs-autothemer
1387 (package
1388 (name "emacs-autothemer")
1389 (version "0.2.2")
1390 (source
1391 (origin
1392 (method git-fetch)
1393 (uri (git-reference
1394 (url "https://github.com/sebastiansturm/autothemer.git")
1395 (commit version)))
1396 (file-name (git-file-name name version))
1397 (sha256
1398 (base32
1399 "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
1400 (build-system emacs-build-system)
1401 (propagated-inputs
1402 `(("emacs-dash" ,emacs-dash)))
1403 (home-page "https://github.com/sebastiansturm/autothemer")
1404 (synopsis "Conveniently create Emacs themes")
1405 (description
1406 "Autothemer provides a thin layer on top of @code{deftheme} and
1407 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1408 a set of simplified face specifications and a user-supplied color palette")
1409 (license license:gpl3+)))
1410
1411 (define-public emacs-howm
1412 (package
1413 (name "emacs-howm")
1414 (version "1.4.4")
1415 (source
1416 (origin
1417 (method url-fetch)
1418 (uri (string-append "http://howm.sourceforge.jp/a/howm-"
1419 version ".tar.gz"))
1420 (sha256
1421 (base32
1422 "0ddm91l6z58j7x59fa966j6q1rg4cinyza4r8ibg80hprn5h31qk"))))
1423 (build-system gnu-build-system)
1424 (native-inputs
1425 `(("emacs" ,emacs-minimal)))
1426 (arguments
1427 `(#:configure-flags
1428 (list (string-append "--with-howmdir=" %output
1429 "/share/emacs/site-lisp/guix.d/howm-" ,version))
1430 #:modules ((guix build gnu-build-system)
1431 ((guix build emacs-build-system) #:prefix emacs:)
1432 (guix build utils))
1433 #:imported-modules (,@%gnu-build-system-modules
1434 (guix build emacs-build-system)
1435 (guix build emacs-utils))
1436 #:phases
1437 (modify-phases %standard-phases
1438 (add-after 'install 'make-autoloads
1439 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1440 (home-page "http://howm.osdn.jp/")
1441 (synopsis "Note-taking tool for Emacs")
1442 (description "Howm is a note-taking tool for Emacs. Like
1443 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
1444 searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
1445 (license license:gpl1+)))
1446
1447 (define-public emacs-calfw
1448 (package
1449 (name "emacs-calfw")
1450 (version "1.6")
1451 (source
1452 (origin
1453 (method git-fetch)
1454 (uri (git-reference
1455 (url "https://github.com/kiwanami/emacs-calfw.git")
1456 (commit (string-append "v" version))))
1457 (file-name (git-file-name name version))
1458 (sha256
1459 (base32
1460 "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
1461 (build-system emacs-build-system)
1462 (propagated-inputs
1463 `(("emacs-howm" ,emacs-howm)))
1464 (home-page "https://github.com/kiwanami/emacs-calfw/")
1465 (synopsis "Calendar framework for Emacs")
1466 (description
1467 "This package displays a calendar view with various schedule data in the
1468 Emacs buffer.")
1469 (license license:gpl3+)))
1470
1471 (define-public emacs-direnv
1472 (package
1473 (name "emacs-direnv")
1474 (version "1.5.0")
1475 (source
1476 (origin
1477 (method git-fetch)
1478 (uri (git-reference
1479 (url "https://github.com/wbolster/emacs-direnv.git")
1480 (commit version)))
1481 (file-name (git-file-name name version))
1482 (sha256
1483 (base32
1484 "02blhinkkfh3iai6j1k5swplf5mkwijy3p7wy38rnd1gnyj2z4la"))))
1485 (build-system emacs-build-system)
1486 (propagated-inputs
1487 `(("dash" ,emacs-dash)
1488 ("with-editor" ,emacs-with-editor)))
1489 (home-page "https://github.com/wbolster/emacs-direnv")
1490 (synopsis "Direnv integration for Emacs")
1491 (description
1492 "This package provides support for invoking direnv to get the environment
1493 for the current file and updating the environment within Emacs to match.
1494
1495 Direnv can be invoked manually, and a global minor mode is included that will
1496 update the environment when the active buffer changes.
1497
1498 Using emacs-direnv means that programs started from Emacs will use the
1499 environment set through Direnv.")
1500 (license license:gpl3+)))
1501
1502 (define-public emacs-ggtags
1503 (package
1504 (name "emacs-ggtags")
1505 (version "0.8.13")
1506 (source
1507 (origin
1508 (method url-fetch)
1509 (uri (string-append "http://elpa.gnu.org/packages/ggtags-"
1510 version ".el"))
1511 (sha256
1512 (base32
1513 "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
1514 (build-system emacs-build-system)
1515 (inputs
1516 `(("global" ,global)))
1517 (arguments
1518 `(#:phases
1519 (modify-phases %standard-phases
1520 (add-after 'unpack 'configure
1521 (lambda* (#:key inputs #:allow-other-keys)
1522 (chmod "ggtags.el" #o644)
1523 (emacs-substitute-variables "ggtags.el"
1524 ("ggtags-executable-directory"
1525 (string-append (assoc-ref inputs "global") "/bin")))
1526 #t)))))
1527 (home-page "https://github.com/leoliu/ggtags")
1528 (synopsis "Frontend to the GNU Global source code tagging system")
1529 (description "@code{ggtags} provides a frontend to the GNU Global source
1530 code tagging system.
1531
1532 Features:
1533
1534 @itemize
1535 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1536 @item Automatically update Global's tag files when needed with tuning for
1537 large source trees.
1538 @item Intuitive navigation among multiple matches with mode-line display of
1539 current match, total matches and exit status.
1540 @item Read tag with completion.
1541 @item Show definition at point.
1542 @item Jump to #include files.
1543 @item Support search history and saving a search to register/bookmark.
1544 @item Query replace.
1545 @item Manage Global's environment variables on a per-project basis.
1546 @item Highlight (definition) tag at point.
1547 @item Abbreviated display of file names.
1548 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1549 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1550 @code{pygments} backend.
1551 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1552 @code{cscope} etc.
1553 @item Support projects on remote hosts (e.g. via @code{tramp}).
1554 @item Support eldoc.
1555 @item Search @code{GTAGSLIBPATH} for references and symbols.
1556 @end itemize\n")
1557 (license license:gpl3+)))
1558
1559 (define-public emacs-go-mode
1560 (package
1561 (name "emacs-go-mode")
1562 (version "1.5.0")
1563 (source (origin
1564 (method git-fetch)
1565 (uri (git-reference
1566 (url "https://github.com/dominikh/go-mode.el.git")
1567 (commit (string-append "v" version))))
1568 (file-name (git-file-name name version))
1569 (sha256
1570 (base32
1571 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
1572 (build-system emacs-build-system)
1573 (arguments
1574 `(#:phases
1575 (modify-phases %standard-phases
1576 (add-after 'unpack 'make-writable
1577 (lambda _
1578 (for-each make-file-writable (find-files "." "\\.el$"))
1579 #t)))))
1580 (home-page "https://github.com/dominikh/go-mode.el")
1581 (synopsis "Go mode for Emacs")
1582 (description
1583 "This package provides go-mode, an Emacs mode for working with software
1584 written in the Go programming language.")
1585 (license license:bsd-3)))
1586
1587 (define-public emacs-google-maps
1588 (package
1589 (name "emacs-google-maps")
1590 (version "1.0.0")
1591 (source (origin
1592 (method git-fetch)
1593 (uri (git-reference
1594 (url "https://github.com/jd/google-maps.el.git")
1595 (commit version)))
1596 (file-name (git-file-name name version))
1597 (sha256
1598 (base32
1599 "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0"))))
1600 (build-system emacs-build-system)
1601 (home-page "https://github.com/jd/google-maps.el")
1602 (synopsis "Access Google Maps from Emacs")
1603 (description "The @code{google-maps} package allows to display Google
1604 Maps directly inside Emacs.")
1605 (license license:gpl3+)))
1606
1607 (define-public emacs-graphviz-dot-mode
1608 (let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
1609 (revision "1"))
1610 (package
1611 (name "emacs-graphviz-dot-mode")
1612 (version (string-append "0.3.11-" revision "."
1613 (string-take commit 7)))
1614 (source (origin
1615 (method git-fetch)
1616 (uri (git-reference
1617 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1618 (commit commit)))
1619 (file-name (git-file-name name version))
1620 (sha256
1621 (base32
1622 "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
1623 (build-system emacs-build-system)
1624 (arguments
1625 `(#:phases
1626 (modify-phases %standard-phases
1627 (add-before 'install 'make-info
1628 (lambda* (#:key inputs #:allow-other-keys)
1629 (with-directory-excursion "texinfo"
1630 (substitute* "Makefile"
1631 (("\\/usr\\/bin\\/gzip")
1632 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1633 (invoke "make"
1634 "clean"
1635 "info"
1636 (string-append "TEXINFODIR="
1637 (assoc-ref inputs "texinfo")
1638 "/bin")))))
1639 (add-after 'install 'install-info
1640 (lambda* (#:key outputs #:allow-other-keys)
1641 (let* ((out (assoc-ref outputs "out"))
1642 (info (string-append out "/share/info")))
1643 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1644 #t))))))
1645 (native-inputs
1646 `(("texinfo" ,texinfo)
1647 ("gzip" ,gzip)))
1648 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1649 (synopsis "Major mode for editing Graphviz Dot files")
1650 (description
1651 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1652 files using the dot syntax, and use Graphviz to convert these files to
1653 diagrams.")
1654 (license license:gpl2+))))
1655
1656 (define-public emacs-mmm-mode
1657 (package
1658 (name "emacs-mmm-mode")
1659 (version "0.5.7")
1660 (source
1661 (origin
1662 (method git-fetch)
1663 (uri (git-reference
1664 (url "https://github.com/purcell/mmm-mode.git")
1665 (commit version)))
1666 (file-name (git-file-name name version))
1667 (sha256
1668 (base32
1669 "0lxd55yhz0ag7v1ydff55bg4h8snq5lbk8cjwxqpyq6gh4v7md1h"))))
1670 (build-system gnu-build-system)
1671 (native-inputs
1672 `(("autoconf" ,autoconf)
1673 ("automake" ,automake)
1674 ("emacs" ,emacs-minimal)
1675 ("texinfo" ,texinfo)))
1676 (home-page "https://github.com/purcell/mmm-mode")
1677 (synopsis "Allow multiple major modes in an Emacs buffer")
1678 (description
1679 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1680 single buffer.")
1681 (license license:gpl3+)))
1682
1683 (define-public emacs-tablist
1684 (package
1685 (name "emacs-tablist")
1686 (version "0.70")
1687 (source (origin
1688 (method git-fetch)
1689 (uri (git-reference
1690 (url "https://github.com/politza/tablist.git")
1691 (commit (string-append "v" version))))
1692 (file-name (git-file-name name version))
1693 (sha256
1694 (base32
1695 "0gy9hxm7bca0l1hfy2pzn86avpifrz3bs8xzpicj4kxw5wi4ygns"))))
1696 (build-system emacs-build-system)
1697 (home-page "https://github.com/politza/tablist")
1698 (synopsis "Extension for @code{tabulated-list-mode}")
1699 (description "Tablist is the Emacs package that provides several
1700 additional features to @code{tabulated-list-mode}: it adds marks,
1701 filters, new key bindings and faces. It can be enabled by
1702 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1703 (license license:gpl3+)))
1704
1705 (define-public emacs-pdf-tools
1706 (package
1707 (name "emacs-pdf-tools")
1708 (version "0.90")
1709 (home-page "https://github.com/politza/pdf-tools")
1710 (source (origin
1711 (method git-fetch)
1712 (uri (git-reference (url home-page)
1713 (commit (string-append "v" version))))
1714 (file-name (git-file-name name version))
1715 (sha256
1716 (base32
1717 "0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"))))
1718 (build-system gnu-build-system)
1719 (arguments
1720 `(#:tests? #f ; there are no tests
1721 #:modules ((guix build gnu-build-system)
1722 ((guix build emacs-build-system) #:prefix emacs:)
1723 (guix build utils)
1724 (guix build emacs-utils))
1725 #:imported-modules (,@%gnu-build-system-modules
1726 (guix build emacs-build-system)
1727 (guix build emacs-utils))
1728 #:phases
1729 (modify-phases %standard-phases
1730 ;; Build server side using 'gnu-build-system'.
1731 (add-after 'unpack 'enter-server-dir
1732 (lambda _ (chdir "server") #t))
1733 (add-after 'enter-server-dir 'autogen
1734 (lambda _
1735 (invoke "bash" "autogen.sh")))
1736
1737 ;; Build emacs side using 'emacs-build-system'.
1738 (add-after 'compress-documentation 'enter-lisp-dir
1739 (lambda _ (chdir "../lisp") #t))
1740 (add-after 'enter-lisp-dir 'emacs-patch-variables
1741 (lambda* (#:key outputs #:allow-other-keys)
1742 (for-each make-file-writable (find-files "."))
1743
1744 ;; Set path to epdfinfo program.
1745 (emacs-substitute-variables "pdf-info.el"
1746 ("pdf-info-epdfinfo-program"
1747 (string-append (assoc-ref outputs "out")
1748 "/bin/epdfinfo")))
1749 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
1750 ;; upgrading" that pdf-tools tries to perform.
1751 (emacs-substitute-variables "pdf-tools.el"
1752 ("pdf-tools-handle-upgrades" '()))))
1753 (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
1754 (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
1755 (add-after 'emacs-set-emacs-load-path 'emacs-install
1756 (assoc-ref emacs:%standard-phases 'install))
1757 (add-after 'emacs-install 'emacs-build
1758 (assoc-ref emacs:%standard-phases 'build))
1759 (add-after 'emacs-install 'emacs-make-autoloads
1760 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1761 (native-inputs `(("autoconf" ,autoconf)
1762 ("automake" ,automake)
1763 ("pkg-config" ,pkg-config)
1764 ("emacs" ,emacs-minimal)))
1765 (inputs `(("poppler" ,poppler)
1766 ("cairo" ,cairo)
1767 ("glib" ,glib)
1768 ("libpng" ,libpng)
1769 ("zlib" ,zlib)))
1770 (propagated-inputs `(("tablist" ,emacs-tablist)))
1771 (synopsis "Emacs support library for PDF files")
1772 (description
1773 "PDF Tools is, among other things, a replacement of DocView for PDF
1774 files. The key difference is that pages are not pre-rendered by
1775 e.g. ghostscript and stored in the file-system, but rather created on-demand
1776 and stored in memory.")
1777 (license license:gpl3+)))
1778
1779 (define-public emacs-dash
1780 (package
1781 (name "emacs-dash")
1782 (version "2.16.0")
1783 (source (origin
1784 (method git-fetch)
1785 (uri (git-reference
1786 (url "https://github.com/magnars/dash.el.git")
1787 (commit version)))
1788 (file-name (git-file-name name version))
1789 (sha256
1790 (base32
1791 "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
1792 (build-system emacs-build-system)
1793 (arguments
1794 `(#:tests? #t
1795 #:test-command '("./run-tests.sh")))
1796 (home-page "https://github.com/magnars/dash.el")
1797 (synopsis "Modern list library for Emacs")
1798 (description "This package provides a modern list API library for Emacs.")
1799 (license license:gpl3+)))
1800
1801 (define-public emacs-bui
1802 (package
1803 (name "emacs-bui")
1804 (version "1.2.1")
1805 (source (origin
1806 (method git-fetch)
1807 (uri (git-reference
1808 (url "https://notabug.org/alezost/emacs-bui.git")
1809 (commit (string-append "v" version))))
1810 (file-name (git-file-name name version))
1811 (sha256
1812 (base32
1813 "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"))))
1814 (build-system emacs-build-system)
1815 (propagated-inputs
1816 `(("dash" ,emacs-dash)))
1817 (home-page "https://notabug.org/alezost/emacs-bui")
1818 (synopsis "Buffer interface library for Emacs")
1819 (description
1820 "BUI (Buffer User Interface) is a library for making @code{list} and
1821 @code{info} interfaces to display an arbitrary data of the same
1822 type, for example: packages, buffers, files, etc.")
1823 (license license:gpl3+)))
1824
1825 (define-public emacs-guix
1826 (package
1827 (name "emacs-guix")
1828 (version "0.5.1.1")
1829 (source (origin
1830 (method url-fetch)
1831 (uri (string-append "https://emacs-guix.gitlab.io/website/"
1832 "releases/emacs-guix-" version ".tar.gz"))
1833 (sha256
1834 (base32
1835 "1gxg7lan3njc2yg2d02b2zij0d2cm2pv2q08nqz86s85jk3b6m03"))))
1836 (build-system gnu-build-system)
1837 (arguments
1838 `(#:configure-flags
1839 (let ((guix (assoc-ref %build-inputs "guix"))
1840 (gcrypt (assoc-ref %build-inputs "guile-gcrypt"))
1841 (geiser (assoc-ref %build-inputs "geiser"))
1842 (dash (assoc-ref %build-inputs "dash"))
1843 (bui (assoc-ref %build-inputs "bui"))
1844 (magit-popup (assoc-ref %build-inputs "magit-popup"))
1845 (edit-indirect (assoc-ref %build-inputs "edit-indirect"))
1846 (site-lisp "/share/emacs/site-lisp")
1847 (site-scm "/share/guile/site")
1848 (site-go "/lib/guile")
1849 (guile-dir (lambda (dir)
1850 (car (find-files dir
1851 (lambda (file stat)
1852 (string-prefix?
1853 "2." (basename file)))
1854 #:directories? #t)))))
1855 (list (string-append "--with-guix-site-dir="
1856 (guile-dir (string-append guix site-scm)))
1857 (string-append "--with-guix-site-ccache-dir="
1858 (guile-dir (string-append guix site-go))
1859 "/site-ccache")
1860 (string-append "--with-guile-gcrypt-site-dir="
1861 (guile-dir (string-append gcrypt site-scm)))
1862 (string-append "--with-guile-gcrypt-site-ccache-dir="
1863 (guile-dir (string-append gcrypt site-go))
1864 "/site-ccache")
1865 (string-append "--with-geiser-lispdir=" geiser site-lisp)
1866 (string-append "--with-dash-lispdir="
1867 dash site-lisp "/guix.d/dash-"
1868 ,(package-version emacs-dash))
1869 (string-append "--with-bui-lispdir="
1870 bui site-lisp "/guix.d/bui-"
1871 ,(package-version emacs-bui))
1872 (string-append "--with-editindirect-lispdir="
1873 edit-indirect site-lisp "/guix.d/edit-indirect-"
1874 ,(package-version emacs-edit-indirect))
1875 (string-append "--with-popup-lispdir="
1876 magit-popup site-lisp "/guix.d/magit-popup-"
1877 ,(package-version emacs-magit-popup))))))
1878 (native-inputs
1879 `(("pkg-config" ,pkg-config)
1880 ("emacs" ,emacs-minimal)))
1881 (inputs
1882 `(("guile" ,guile-2.2)
1883 ("guix" ,guix)))
1884 (propagated-inputs
1885 `(("geiser" ,emacs-geiser)
1886 ("guile-gcrypt" ,guile-gcrypt)
1887 ("dash" ,emacs-dash)
1888 ("bui" ,emacs-bui)
1889 ("edit-indirect" ,emacs-edit-indirect)
1890 ("magit-popup" ,emacs-magit-popup)))
1891 (home-page "https://emacs-guix.gitlab.io/website/")
1892 (synopsis "Emacs interface for GNU Guix")
1893 (description
1894 "Emacs-Guix provides a visual interface, tools and features for the GNU
1895 Guix package manager. Particularly, it allows you to do various package
1896 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
1897 @code{M-x guix-help} command.")
1898 (license license:gpl3+)))
1899
1900 (define-public emacs-build-farm
1901 (package
1902 (name "emacs-build-farm")
1903 (version "0.2.2")
1904 (source (origin
1905 (method git-fetch)
1906 (uri (git-reference
1907 (url "https://notabug.org/alezost/emacs-build-farm.git")
1908 (commit (string-append "v" version))))
1909 (file-name (git-file-name name version))
1910 (sha256
1911 (base32
1912 "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"))))
1913 (build-system emacs-build-system)
1914 (propagated-inputs
1915 `(("bui" ,emacs-bui)
1916 ("magit-popup" ,emacs-magit-popup)))
1917 (home-page "https://notabug.org/alezost/emacs-build-farm")
1918 (synopsis "Emacs interface for Hydra and Cuirass build farms")
1919 (description
1920 "This Emacs package provides an interface for Hydra and
1921 Cuirass (build farms used by Nix and Guix). It allows you to look at
1922 various data related to the build farm projects, jobsets, builds and
1923 evaluations. The entry point is @code{M-x build-farm} command.")
1924 (license license:gpl3+)))
1925
1926 (define-public emacs-d-mode
1927 (package
1928 (name "emacs-d-mode")
1929 (version "2.0.9")
1930 (source
1931 (origin
1932 (method git-fetch)
1933 (uri (git-reference
1934 (url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode.git")
1935 (commit version)))
1936 (file-name (git-file-name name version))
1937 (sha256
1938 (base32 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"))))
1939 (build-system emacs-build-system)
1940 (propagated-inputs
1941 `(("emacs-undercover" ,emacs-undercover)))
1942 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
1943 (synopsis "Emacs major mode for editing D code")
1944 (description "This package provides an Emacs major mode for highlighting
1945 code written in the D programming language. This mode is currently known to
1946 work with Emacs 24 and 25.")
1947 (license license:gpl2+)))
1948
1949 (define-public emacs-keyfreq
1950 (package
1951 (name "emacs-keyfreq")
1952 (version "20160516.716")
1953 (source
1954 (origin
1955 (method url-fetch)
1956 (uri (string-append "http://melpa.org/packages/keyfreq-"
1957 version ".el"))
1958 (sha256
1959 (base32
1960 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
1961 (build-system emacs-build-system)
1962 (home-page "https://github.com/dacap/keyfreq")
1963 (synopsis "Track Emacs command frequencies")
1964 (description "@code{emacs-keyfeq} tracks and shows how many times you used
1965 a command.")
1966 (license license:gpl3+)))
1967
1968 (define-public emacs-olivetti
1969 (package
1970 (name "emacs-olivetti")
1971 (version "1.5.7")
1972 (source (origin
1973 (method url-fetch)
1974 (uri (string-append
1975 "https://stable.melpa.org/packages/olivetti-"
1976 version ".el"))
1977 (sha256
1978 (base32
1979 "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
1980 (build-system emacs-build-system)
1981 (home-page "https://github.com/rnkn/olivetti")
1982 (synopsis "Emacs minor mode for a nice writing environment")
1983 (description "This package provides an Emacs minor mode that puts writing
1984 in the center.")
1985 (license license:gpl3+)))
1986
1987 (define-public emacs-undo-tree
1988 (package
1989 (name "emacs-undo-tree")
1990 (version "0.6.6")
1991 (source (origin
1992 (method git-fetch)
1993 (uri (git-reference
1994 (url "http://dr-qubit.org/git/undo-tree.git")
1995 (commit (string-append "release/" version))))
1996 (file-name (git-file-name name version))
1997 (sha256
1998 (base32
1999 "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
2000 (build-system emacs-build-system)
2001 (home-page "http://www.dr-qubit.org/emacs.php")
2002 (synopsis "Treat undo history as a tree")
2003 (description "Tree-like interface to Emacs undo system, providing
2004 graphical tree presentation of all previous states of buffer that
2005 allows easily move between them.")
2006 (license license:gpl3+)))
2007
2008 (define-public emacs-s
2009 (package
2010 (name "emacs-s")
2011 (version "1.12.0")
2012 (source
2013 (origin
2014 (method git-fetch)
2015 (uri (git-reference
2016 (url "https://github.com/magnars/s.el.git")
2017 (commit version)))
2018 (file-name (git-file-name name version))
2019 (sha256
2020 (base32 "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"))))
2021 (build-system emacs-build-system)
2022 (arguments
2023 `(#:tests? #t
2024 #:emacs ,emacs ; FIXME: tests fail with emacs-minimal
2025 #:test-command '("./run-tests.sh")))
2026 (home-page "https://github.com/magnars/s.el")
2027 (synopsis "Emacs string manipulation library")
2028 (description "This package provides an Emacs library for manipulating
2029 strings.")
2030 (license license:gpl3+)))
2031
2032 (define-public emacs-symon
2033 (package
2034 (name "emacs-symon")
2035 (version "20160630")
2036 (source
2037 (origin
2038 (method git-fetch)
2039 (uri (git-reference
2040 (url "https://github.com/zk-phi/symon.git")
2041 (commit version)))
2042 (file-name (git-file-name name version))
2043 (sha256
2044 (base32 "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz"))))
2045 (build-system emacs-build-system)
2046 (home-page "https://github.com/zk-phi/symon")
2047 (synopsis "Tiny graphical system monitor")
2048 (description
2049 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
2050 (license license:gpl2+)))
2051
2052 (define-public emacs-sx
2053 (let ((version "20180212")
2054 (revision "1")
2055 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
2056 (package
2057 (name "emacs-sx")
2058 (version (git-version version revision commit))
2059 (source
2060 (origin
2061 (method git-fetch)
2062 (uri (git-reference
2063 (url "https://github.com/vermiculus/sx.el")
2064 (commit commit)))
2065 (file-name (git-file-name name version))
2066 (sha256
2067 (base32
2068 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
2069 (build-system emacs-build-system)
2070 (propagated-inputs
2071 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
2072 (home-page "https://github.com/vermiculus/sx.el")
2073 (synopsis "Emacs StackExchange client")
2074 (description
2075 "Emacs StackExchange client. Ask and answer questions on
2076 Stack Overflow, Super User, and other StackExchange sites.")
2077 (license license:gpl3+))))
2078
2079 (define-public emacs-f
2080 (package
2081 (name "emacs-f")
2082 (version "0.20.0")
2083 (source (origin
2084 (method git-fetch)
2085 (uri (git-reference
2086 (url "https://github.com/rejeep/f.el.git")
2087 (commit (string-append "v" version))))
2088 (file-name (git-file-name name version))
2089 (sha256
2090 (base32
2091 "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
2092 (build-system emacs-build-system)
2093 (propagated-inputs
2094 `(("emacs-s" ,emacs-s)
2095 ("emacs-dash" ,emacs-dash)))
2096 (home-page "https://github.com/rejeep/f.el")
2097 (synopsis "Emacs API for working with files and directories")
2098 (description "This package provides an Emacs library for working with
2099 files and directories.")
2100 (license license:gpl3+)))
2101
2102 (define-public emacs-git-gutter
2103 (package
2104 (name "emacs-git-gutter")
2105 (version "0.90")
2106 (source
2107 (origin
2108 (method git-fetch)
2109 (uri (git-reference
2110 (url "https://github.com/syohex/emacs-git-gutter.git")
2111 (commit version)))
2112 (file-name (git-file-name name version))
2113 (sha256
2114 (base32 "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5"))))
2115 (build-system emacs-build-system)
2116 (home-page "https://github.com/syohex/emacs-git-gutter")
2117 (synopsis "See and manage hunks of text in a version control system")
2118 (description
2119 "This package is an Emacs minor mode for displaying and interacting with
2120 hunks of text managed in a version control system. Added modified and deleted
2121 areas can be indicated with symbols on the edge of the buffer, and commands
2122 can be used to move between and perform actions on these hunks.
2123
2124 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
2125 display and behaviour is easily customisable.")
2126 (license license:gpl3+)))
2127
2128 (define-public emacs-git-timemachine
2129 (package
2130 (name "emacs-git-timemachine")
2131 (version "4.5")
2132 (source
2133 (origin
2134 (method url-fetch)
2135 (uri (string-append "https://gitlab.com/pidu/git-timemachine"
2136 "/-/archive/" version
2137 "/git-timemachine-" version ".tar.gz"))
2138 (file-name (string-append name "-" version ".tar.gz"))
2139 (sha256
2140 (base32
2141 "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
2142 (build-system emacs-build-system)
2143 (home-page "https://gitlab.com/pidu/git-timemachine")
2144 (synopsis "Step through historic versions of Git-controlled files")
2145 (description "This package enables you to step through historic versions
2146 of files under Git version control from within Emacs.")
2147 (license license:gpl3+)))
2148
2149 (define-public emacs-minitest
2150 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
2151 (revision "1"))
2152 (package
2153 (name "emacs-minitest")
2154 (version (git-version "0.8.0" revision commit))
2155 (source (origin
2156 (method git-fetch)
2157 (uri (git-reference
2158 (url "https://github.com/arthurnn/minitest-emacs")
2159 (commit commit)))
2160 (file-name (git-file-name name commit))
2161 (sha256
2162 (base32
2163 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
2164 (build-system emacs-build-system)
2165 (arguments
2166 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
2167 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
2168 (propagated-inputs
2169 `(("emacs-dash" ,emacs-dash)
2170 ("emacs-f" ,emacs-f)))
2171 (home-page "https://github.com/arthurnn/minitest-emacs")
2172 (synopsis "Emacs minitest mode")
2173 (description
2174 "The minitest mode provides commands to run the tests for the current
2175 file or line, as well as rerunning the previous tests, or all the tests for a
2176 project.
2177
2178 This package also includes relevant snippets for yasnippet.")
2179 (license license:expat))))
2180
2181 (define-public emacs-el-mock
2182 (package
2183 (name "emacs-el-mock")
2184 (version "1.25.1")
2185 (source
2186 (origin
2187 (method git-fetch)
2188 (uri (git-reference
2189 (url "https://github.com/rejeep/el-mock.el.git")
2190 (commit (string-append "v" version))))
2191 (file-name (git-file-name name version))
2192 (sha256
2193 (base32 "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7"))))
2194 (build-system emacs-build-system)
2195 (home-page "https://github.com/rejeep/el-mock.el")
2196 (synopsis "Tiny mock and stub framework in Emacs Lisp")
2197 (description
2198 "Emacs Lisp Mock is a library for mocking and stubbing using readable
2199 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
2200 Expectations, but it can be used in other contexts.")
2201 (license license:gpl3+)))
2202
2203 (define-public emacs-espuds
2204 (package
2205 (name "emacs-espuds")
2206 (version "0.3.3")
2207 (source
2208 (origin
2209 (method git-fetch)
2210 (uri (git-reference
2211 (url "https://github.com/ecukes/espuds.git")
2212 (commit (string-append "v" version))))
2213 (file-name (git-file-name name version))
2214 (sha256
2215 (base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
2216 (build-system emacs-build-system)
2217 (propagated-inputs
2218 `(("emacs-s" ,emacs-s)
2219 ("emacs-dash" ,emacs-dash)
2220 ("emacs-f" ,emacs-f)))
2221 (home-page "https://github.com/ecukes/espuds")
2222 (synopsis "Common step definitions for Ecukes")
2223 (description "Espuds is a collection of the most commonly used step
2224 definitions for testing with the Ecukes framework.")
2225 (license license:gpl3+)))
2226
2227 (define-public emacs-spark
2228 (let ((version "20160503") ; no proper tag, use date of commit
2229 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
2230 (revision "1"))
2231 (package
2232 (name "emacs-spark")
2233 (version (git-version version revision commit))
2234 (source
2235 (origin
2236 (method git-fetch)
2237 (uri (git-reference
2238 (url "https://github.com/alvinfrancis/spark.git")
2239 (commit commit)))
2240 (file-name (git-file-name name version))
2241 (sha256
2242 (base32
2243 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
2244 (build-system emacs-build-system)
2245 (home-page "https://github.com/alvinfrancis/spark")
2246 (synopsis "Sparkline generation library for Emacs Lisp")
2247 (description "@code{emacs-spark} is a sparkline generation library for
2248 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
2249 port of @code{cl-spark} to Emacs Lisp.")
2250 (license license:expat))))
2251
2252 (define-public emacs-es-mode
2253 (package
2254 (name "emacs-es-mode")
2255 (version "4.3.0")
2256 (source
2257 (origin
2258 (method git-fetch)
2259 (uri (git-reference
2260 (url "https://github.com/dakrone/es-mode.git")
2261 (commit version)))
2262 (file-name (git-file-name name version))
2263 (sha256
2264 (base32 "1qhfnd5anp5qrmravv7ks5ix763xnki2f5jwcyj70qyxwr0l60cg"))))
2265 (build-system emacs-build-system)
2266 (propagated-inputs
2267 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
2268 ;; to be rendered incorrectly
2269 `(("emacs-dash" ,emacs-dash)
2270 ("emacs-org" ,emacs-org)
2271 ("emacs-spark" ,emacs-spark)))
2272 (home-page "https://github.com/dakrone/es-mode")
2273 (synopsis "Major mode for editing Elasticsearch queries")
2274 (description "@code{es-mode} includes highlighting, completion and
2275 indentation support for Elasticsearch queries. Also supported are
2276 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
2277 be processed through @code{jq}, or in the case of aggregations, can be
2278 rendered in to a table. In addition, there is an @code{es-command-center}
2279 mode, which displays information about Elasticsearch clusters.")
2280 (license license:gpl3+)))
2281
2282 (define-public emacs-expand-region
2283 (package
2284 (name "emacs-expand-region")
2285 (version "0.11.0")
2286 (source
2287 (origin
2288 (method git-fetch)
2289 (uri (git-reference
2290 (url "https://github.com/magnars/expand-region.el.git")
2291 (commit version)))
2292 (file-name (git-file-name name version))
2293 (sha256
2294 (base32 "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35"))))
2295 (build-system emacs-build-system)
2296 (home-page "https://github.com/magnars/expand-region.el")
2297 (synopsis "Increase selected region by semantic units")
2298 (description
2299 "Expand region increases the selected region by semantic units. Just
2300 keep pressing the key until it selects what you want. There's also
2301 @code{er/contract-region} if you expand too far.")
2302 (license license:gpl3+)))
2303
2304 (define-public emacs-fill-column-indicator
2305 (package
2306 (name "emacs-fill-column-indicator")
2307 (version "1.89")
2308 (source
2309 (origin
2310 (method git-fetch)
2311 (uri (git-reference
2312 (url "https://github.com/alpaker/Fill-Column-Indicator.git")
2313 (commit (string-append "v" version))))
2314 (file-name (git-file-name name version))
2315 (sha256
2316 (base32 "010kf8jsly74y7m6mmkn1h6y205kz23zphs50zgy2nag2p88rz9y"))))
2317 (build-system emacs-build-system)
2318 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2319 (synopsis "Graphically indicate the fill column")
2320 (description
2321 "Fill-column-indicator graphically indicates the location of the fill
2322 column by drawing a thin line down the length of the editing window.")
2323 (license license:gpl3+)))
2324
2325 (define-public emacs-grep-a-lot
2326 (package
2327 (name "emacs-grep-a-lot")
2328 (version "1.0.7")
2329 (source
2330 (origin
2331 (method git-fetch)
2332 (uri (git-reference
2333 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2334 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2335 (file-name (git-file-name name version))
2336 (sha256
2337 (base32 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2338 (build-system emacs-build-system)
2339 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2340 (synopsis "Enables multiple grep buffers in Emacs")
2341 (description
2342 "This Emacs package allows managing multiple grep buffers.")
2343 (license license:gpl3+)))
2344
2345 (define-public emacs-inf-ruby
2346 (package
2347 (name "emacs-inf-ruby")
2348 (version "2.5.1")
2349 (source
2350 (origin
2351 (method git-fetch)
2352 (uri (git-reference
2353 (url "https://github.com/nonsequitur/inf-ruby.git")
2354 (commit version)))
2355 (file-name (git-file-name name version))
2356 (sha256
2357 (base32 "1r452h6cyypqlc59q8dx5smkwhck4qjcg1pf9qdw539cpva5q77z"))))
2358 (build-system emacs-build-system)
2359 (home-page "https://github.com/nonsequitur/inf-ruby")
2360 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2361 (description
2362 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2363 for easy interaction with a ruby subprocess. Features include support for
2364 detecting specific uses of Ruby, e.g. when using rails, and using a
2365 appropriate console.")
2366 (license license:gpl3+)))
2367
2368 (define-public emacs-znc
2369 (package
2370 (name "emacs-znc")
2371 (version "0.0.2")
2372 (source
2373 (origin
2374 (method url-fetch)
2375 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2376 version ".el"))
2377 (sha256
2378 (base32
2379 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2380 (build-system emacs-build-system)
2381 (home-page "https://github.com/sshirokov/ZNC.el")
2382 (synopsis "Make ERC and ZNC get along better")
2383 (description
2384 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2385 IRC bouncer with ERC.")
2386 (license license:expat)))
2387
2388 (define-public emacs-shut-up
2389 (package
2390 (name "emacs-shut-up")
2391 (version "0.3.2")
2392 (source
2393 (origin
2394 (method git-fetch)
2395 (uri (git-reference
2396 (url "https://github.com/cask/shut-up.git")
2397 (commit (string-append "v" version))))
2398 (file-name (git-file-name name version))
2399 (sha256
2400 (base32 "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq"))))
2401 (build-system emacs-build-system)
2402 (home-page "https://github.com/cask/shut-up")
2403 (synopsis "Silence Emacs")
2404 (description "This package silences most output of Emacs when running an
2405 Emacs shell script.")
2406 (license license:expat)))
2407
2408 (define-public emacs-undercover
2409 (package
2410 (name "emacs-undercover")
2411 (version "0.6.0")
2412 (source
2413 (origin
2414 (method git-fetch)
2415 (uri (git-reference
2416 (url "https://github.com/sviridov/undercover.el.git")
2417 (commit (string-append "v" version))))
2418 (file-name (git-file-name name version))
2419 (sha256
2420 (base32 "06qcvbp5rd0kh3ibrxj5p6r578lwsrgd7yj5c6slwmkdmna2fj33"))))
2421 (build-system emacs-build-system)
2422 (propagated-inputs
2423 `(("emacs-dash" ,emacs-dash)
2424 ("emacs-shut-up" ,emacs-shut-up)))
2425 (home-page "https://github.com/sviridov/undercover.el")
2426 (synopsis "Test coverage library for Emacs Lisp")
2427 (description
2428 "Undercover is a test coverage library for software written in Emacs
2429 Lisp.")
2430 (license license:expat)))
2431
2432 (define-public emacs-paren-face
2433 (package
2434 (name "emacs-paren-face")
2435 (version "1.0.0")
2436 (source
2437 (origin
2438 (method git-fetch)
2439 (uri (git-reference
2440 (url "https://github.com/tarsius/paren-face.git")
2441 (commit version)))
2442 (file-name (git-file-name name version))
2443 (sha256
2444 (base32 "0f128gqn170s6hl62n44i9asais75ns1mpvb4l8vzy1sc0v16c0k"))))
2445 (build-system emacs-build-system)
2446 (home-page "https://github.com/tarsius/paren-face")
2447 (synopsis "Face for parentheses in lisp modes")
2448 (description
2449 "This library defines a face named @code{parenthesis} used just for
2450 parentheses. The intended purpose of this face is to make parentheses less
2451 visible in Lisp code by dimming them. Lispers probably don't need to be
2452 constantly made aware of the existence of the parentheses. Dimming them might
2453 be even more useful for people new to lisp who have not yet learned to
2454 subconsciously blend out the parentheses.")
2455 (license license:gpl3+)))
2456
2457 (define-public emacs-page-break-lines
2458 (package
2459 (name "emacs-page-break-lines")
2460 (version "0.11")
2461 (source
2462 (origin
2463 (method git-fetch)
2464 (uri (git-reference
2465 (url "https://github.com/purcell/page-break-lines.git")
2466 (commit version)))
2467 (file-name (git-file-name name version))
2468 (sha256
2469 (base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"))))
2470 (build-system emacs-build-system)
2471 (home-page "https://github.com/purcell/page-break-lines")
2472 (synopsis "Display page breaks as tidy horizontal lines")
2473 (description
2474 "This library provides a global mode which displays form feed characters
2475 as horizontal rules.")
2476 (license license:gpl3+)))
2477
2478 (define-public emacs-simple-httpd
2479 (package
2480 (name "emacs-simple-httpd")
2481 (version "1.4.6")
2482 (source
2483 (origin
2484 (method git-fetch)
2485 (uri (git-reference
2486 (url "https://github.com/skeeto/emacs-web-server.git")
2487 (commit version)))
2488 (file-name (git-file-name name version))
2489 (sha256
2490 (base32 "1qmkc0w28l53zzf5yd2grrk1sq222g5qnsm35ph25s1cfvc1qb2g"))))
2491 (build-system emacs-build-system)
2492 (home-page "https://github.com/skeeto/emacs-http-server")
2493 (synopsis "HTTP server in pure Emacs Lisp")
2494 (description
2495 "This package provides a simple HTTP server written in Emacs Lisp to
2496 serve files and directory listings.")
2497 (license license:unlicense)))
2498
2499 (define-public emacs-skewer-mode
2500 (package
2501 (name "emacs-skewer-mode")
2502 (version "1.6.2")
2503 (source
2504 (origin
2505 (method git-fetch)
2506 (uri (git-reference
2507 (url "https://github.com/skeeto/skewer-mode.git")
2508 (commit version)))
2509 (file-name (git-file-name name version))
2510 (sha256
2511 (base32 "05jndz0c26q60s416vqgvr66axdmxb7qsr2g70fvl5iqavnayhpv"))))
2512 (build-system emacs-build-system)
2513 (propagated-inputs
2514 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2515 ("emacs-js2-mode" ,emacs-js2-mode)))
2516 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2517 (home-page "https://github.com/skeeto/skewer-mode")
2518 (synopsis "Live web development in Emacs")
2519 (description
2520 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2521 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2522 evaluated in the browser, just like Emacs does with an inferior Lisp process
2523 in Lisp modes.")
2524 (license license:unlicense)))
2525
2526 (define-public emacs-string-inflection
2527 (package
2528 (name "emacs-string-inflection")
2529 (version "1.0.6")
2530 (source (origin
2531 (method git-fetch)
2532 (uri (git-reference
2533 (url "https://github.com/akicho8/string-inflection")
2534 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2535 (file-name (git-file-name name version))
2536 (sha256
2537 (base32
2538 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2539 (build-system emacs-build-system)
2540 (native-inputs
2541 `(("ert-runner" ,emacs-ert-runner)))
2542 (arguments
2543 `(#:tests? #t
2544 #:test-command '("ert-runner")))
2545 (home-page "https://github.com/akicho8/string-inflection")
2546 (synopsis "Convert symbol names between different naming conventions")
2547 (description
2548 "This Emacs package provides convenient methods for manipulating the
2549 naming style of a symbol. It supports different naming conventions such as:
2550
2551 @enumerate
2552 @item camel case
2553 @item Pascal case
2554 @item all upper case
2555 @item lower case separated by underscore
2556 @item etc...
2557 @end enumerate\n")
2558 (license license:gpl2+)))
2559
2560 (define-public emacs-stripe-buffer
2561 (package
2562 (name "emacs-stripe-buffer")
2563 (version "0.2.5")
2564 (source
2565 (origin
2566 (method git-fetch)
2567 (uri (git-reference
2568 (url "https://github.com/sabof/stripe-buffer.git")
2569 (commit version)))
2570 (file-name (git-file-name name version))
2571 (sha256
2572 (base32 "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"))))
2573 (build-system emacs-build-system)
2574 (home-page "https://github.com/sabof/stripe-buffer/")
2575 (synopsis "Add stripes to list buffers")
2576 (description
2577 "This Emacs package adds faces to add stripes to list buffers and org
2578 tables.")
2579 (license license:gpl2+)))
2580
2581 (define-public emacs-rich-minority
2582 (package
2583 (name "emacs-rich-minority")
2584 (version "1.0.1")
2585 (source
2586 (origin
2587 (method git-fetch)
2588 (uri (git-reference
2589 (url "https://github.com/Malabarba/rich-minority.git")
2590 (commit version)))
2591 (file-name (git-file-name name version))
2592 (sha256
2593 (base32 "11hwf9y5ax207w6rwrsmi3pmn7pn7ap6iys0z8hni2f5zzxjrmx3"))))
2594 (build-system emacs-build-system)
2595 (home-page "https://github.com/Malabarba/rich-minority")
2596 (synopsis "Clean-up and beautify the list of minor modes")
2597 (description
2598 "This Emacs package hides and/or highlights minor modes in the
2599 mode-line.")
2600 (license license:gpl2+)))
2601
2602 (define-public emacs-robe
2603 (package
2604 (name "emacs-robe")
2605 (version "0.8.1")
2606 (source
2607 (origin
2608 (method git-fetch)
2609 (uri (git-reference
2610 (url "https://github.com/dgutov/robe.git")
2611 (commit version)))
2612 (file-name (git-file-name name version))
2613 (sha256
2614 (base32 "0ll7ivxqnglfb0i70ly6qq2yfw9cyi3vq3lmj4s6h6c1c7rm3gcq"))))
2615 (build-system emacs-build-system)
2616 (arguments
2617 '(#:include (cons "^lib\\/" %default-include)))
2618 (propagated-inputs
2619 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
2620 (home-page "https://github.com/dgutov/robe")
2621 (synopsis "Ruby code assistance tool for Emacs")
2622 (description
2623 "Robe can provide information on loaded classes and modules in Ruby code,
2624 as well as where methods are defined. This allows the user to jump to method
2625 definitions, modules and classes, display method documentation and provide
2626 method and constant name completion.")
2627 (license license:gpl3+)))
2628
2629 (define-public emacs-robot-mode
2630 (let ((commit "32846e7e80ae3471b7c07f9709dcaa4f9b9ed4a0")
2631 (revision "1"))
2632 (package
2633 (name "emacs-robot-mode")
2634 (version (git-version "0.0.0" revision commit))
2635 (source (origin
2636 (method git-fetch)
2637 (uri (git-reference
2638 ;; A better maintained fork of robot-mode.
2639 (url "https://github.com/jvalkeejarvi/robot-mode.git")
2640 (commit commit)))
2641 (file-name (git-file-name name version))
2642 (sha256
2643 (base32
2644 "1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
2645 (build-system emacs-build-system)
2646 (propagated-inputs `(("emacs-s" ,emacs-s)))
2647 (home-page "https://github.com/jvalkeejarvi/robot-mode")
2648 (synopsis "Emacs mode for Robot Framework")
2649 (description "This major mode facilitates editing Robot Framework source
2650 files with features such as syntax highlighting, comments, finding keywords,
2651 completing keywords and smart indentation.")
2652 (license license:gpl3+))))
2653
2654 (define-public emacs-rspec
2655 (package
2656 (name "emacs-rspec")
2657 (version "1.11")
2658 (source
2659 (origin
2660 (method git-fetch)
2661 (uri (git-reference
2662 (url "https://github.com/pezra/rspec-mode.git")
2663 (commit (string-append "v" version))))
2664 (file-name (git-file-name name version))
2665 (sha256
2666 (base32 "0hrn5n7aaymwimk511kjij44vqaxbmhly1gwmlmsrnbvvma7f2mp"))))
2667 (build-system emacs-build-system)
2668 (home-page "https://github.com/pezra/rspec-mode")
2669 (synopsis "Provides a rspec mode for working with RSpec")
2670 (description
2671 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
2672 verify the spec associated with the current buffer, or entire project, as well
2673 as moving between the spec files, and corresponding code files.
2674
2675 Also included are keybindings for spec files and Dired buffers, as well as
2676 snippets for yasnippet.")
2677 (license license:gpl3+)))
2678
2679 (define-public emacs-smart-mode-line
2680 (package
2681 (name "emacs-smart-mode-line")
2682 (version "2.12.0")
2683 (source
2684 (origin
2685 (method git-fetch)
2686 (uri (git-reference
2687 (url "https://github.com/Malabarba/smart-mode-line.git")
2688 (commit version)))
2689 (file-name (git-file-name name version))
2690 (sha256
2691 (base32 "1gs4ay9hdg8gmia4ir74qawk80pqwv99hp4yhy108kpfry5mrq6z"))))
2692 (build-system emacs-build-system)
2693 (propagated-inputs
2694 `(("emacs-rich-minority" ,emacs-rich-minority)))
2695 (home-page "https://github.com/Malabarba/smart-mode-line")
2696 (synopsis "Color-coded smart mode-line")
2697 (description
2698 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
2699 read from small to large monitors by using colors, a prefix feature, and smart
2700 truncation.")
2701 (license license:gpl2+)))
2702
2703 (define-public emacs-sr-speedbar
2704 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
2705 (revision "0"))
2706 (package
2707 (name "emacs-sr-speedbar")
2708 (version (git-version "20161025" revision commit))
2709 (source
2710 (origin
2711 (method git-fetch)
2712 (uri (git-reference
2713 (url "https://github.com/emacsorphanage/sr-speedbar.git")
2714 (commit commit)))
2715 (file-name (git-file-name name version))
2716 (sha256
2717 (base32
2718 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
2719 (build-system emacs-build-system)
2720 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
2721 (synopsis "Same frame Emacs @code{speedbar}")
2722 (description
2723 "This Emacs package allows you to show @code{M-x speedbar} in the
2724 same frame (in an extra window). You can customize the initial width of
2725 the speedbar window.")
2726 (license license:gpl3+))))
2727
2728 (define-public emacs-shell-switcher
2729 (package
2730 (name "emacs-shell-switcher")
2731 (version "1.0.1")
2732 (source
2733 (origin
2734 (method git-fetch)
2735 (uri (git-reference
2736 (url "https://github.com/DamienCassou/shell-switcher.git")
2737 (commit (string-append "v" version))))
2738 (file-name (git-file-name name version))
2739 (sha256
2740 (base32 "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"))))
2741 (build-system emacs-build-system)
2742 (home-page "https://github.com/DamienCassou/shell-switcher")
2743 (synopsis "Provide fast switching between shell buffers")
2744 (description
2745 "This package provides commands to quickly switch between shell buffers.")
2746 (license license:gpl3+)))
2747
2748 (define-public emacs-names
2749 (let ((commit "d8baba5360e5253938a25d3e005455b6d2d86971")
2750 (version "20151201.0")
2751 (revision "8"))
2752 (package
2753 (name "emacs-names")
2754 (version (git-version version revision commit))
2755 (source
2756 (origin
2757 (method git-fetch)
2758 (uri (git-reference
2759 (url "https://github.com/Malabarba/names")
2760 (commit commit)))
2761 (file-name (git-file-name name version))
2762 (sha256
2763 (base32
2764 "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"))))
2765 (build-system emacs-build-system)
2766 (home-page "https://github.com/Malabarba/names/")
2767 (synopsis "Namespace implementation for Emacs Lisp")
2768 (description
2769 "This package provides a macro that writes your namespaces for you.")
2770 (license license:gpl3+))))
2771
2772 (define-public emacs-evil-textobj-syntax
2773 (let ((commit "2d9ba8c75c754b409aea7469f46a5cfa52a872f3")
2774 (version "0")
2775 (revision "1"))
2776 (package
2777 (name "emacs-evil-textobj-syntax")
2778 (version (git-version version revision commit))
2779 (source
2780 (origin
2781 (method git-fetch)
2782 (uri (git-reference
2783 (url "https://github.com/laishulu/evil-textobj-syntax/")
2784 (commit commit)))
2785 (file-name (git-file-name name version))
2786 (sha256
2787 (base32
2788 "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"))))
2789 (build-system emacs-build-system)
2790 (propagated-inputs `(("emacs-evil" ,emacs-evil)
2791 ("emacs-names" ,emacs-names)))
2792 (home-page "https://github.com/laishulu/evil-textobj-syntax/")
2793 (synopsis "Text objects based on syntax highlighting")
2794 (description
2795 "This package provides text objects for @code{evil-mode} with
2796 boundaries defined by syntax highlighting.")
2797 (license license:gpl3+))))
2798
2799 (define-public emacs-flycheck-flow
2800 (let ((commit "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d")
2801 (version "1.1")
2802 (revision "1"))
2803 (package
2804 (name "emacs-flycheck-flow")
2805 (version (git-version version revision commit))
2806 (source
2807 (origin
2808 (method git-fetch)
2809 (uri (git-reference
2810 (url "https://github.com/lbolla/emacs-flycheck-flow")
2811 (commit commit)))
2812 (file-name (git-file-name name version))
2813 (sha256
2814 (base32
2815 "14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1"))))
2816 (build-system emacs-build-system)
2817 (propagated-inputs
2818 `(("emacs-flycheck" ,emacs-flycheck)))
2819 (home-page "https://github.com/lbolla/emacs-flycheck-flow")
2820 (synopsis "Flow support for @code{flycheck-mode}")
2821 (description
2822 "This package allows @code{flycheck-mode} to provide syntax-checking
2823 for Flow files.")
2824 (license license:gpl3+))))
2825
2826 (define-public emacs-elisp-demos
2827 (let ((commit "4c1fbc392668662890b685ab297e950259227e06")
2828 (version "0.1")
2829 (revision "1"))
2830 (package
2831 (name "emacs-elisp-demos")
2832 (version (git-version version revision commit))
2833 (source
2834 (origin
2835 (method git-fetch)
2836 (uri (git-reference
2837 (url "https://github.com/xuchunyang/elisp-demos")
2838 (commit commit)))
2839 (file-name (git-file-name name version))
2840 (sha256
2841 (base32
2842 "01cbkmjgmzxdf02w9xgbf4bhnx1mh53vvpkri13yxfksym5zizp4"))))
2843 (build-system emacs-build-system)
2844 (arguments '(#:include '("\\.el$" "\\.org$")))
2845 (home-page "https://github.com/xuchunyang/elisp-demos/")
2846 (synopsis "Enhance @code{*Help*} buffers with additional examples")
2847 (description
2848 "This package injects example uses of Elisp functions into their
2849 respective @code{*Help*} buffers.")
2850 (license license:gpl3+))))
2851
2852 (define-public emacs-docker-compose-mode
2853 (package
2854 (name "emacs-docker-compose-mode")
2855 (version "1.1.0")
2856 (source
2857 (origin
2858 (method git-fetch)
2859 (uri (git-reference
2860 (url "https://github.com/meqif/docker-compose-mode")
2861 (commit version)))
2862 (file-name (git-file-name name version))
2863 (sha256
2864 (base32
2865 "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"))))
2866 (build-system emacs-build-system)
2867 (propagated-inputs
2868 `(("emacs-dash" ,emacs-dash)
2869 ("emacs-f" ,emacs-f)))
2870 (home-page "https://github.com/meqif/docker-compose-mode/")
2871 (synopsis "Major mode for editing @file{docker-compose} files")
2872 (description
2873 "This is a major mode for @file{docker-compose} files that provides
2874 completion of relevant keywords.")
2875 (license license:expat)))
2876
2877 (define-public emacs-sudo-edit
2878 (let ((commit "cc3d478937b1accd38742bfceba92af02ee9357d")
2879 (version "0.1.0")
2880 (revision "6"))
2881 (package
2882 (name "emacs-sudo-edit")
2883 (version (git-version version revision commit))
2884 (source
2885 (origin
2886 (method git-fetch)
2887 (uri (git-reference
2888 (url "https://github.com/nflath/sudo-edit")
2889 (commit commit)))
2890 (file-name (git-file-name name version))
2891 (sha256
2892 (base32
2893 "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"))))
2894 (build-system emacs-build-system)
2895 (home-page "https://github.com/nflath/sudo-edit/")
2896 (synopsis "Open files as another user")
2897 (description
2898 "This package allows editing files as another user, including the root
2899 user.")
2900 (license license:gpl3+))))
2901
2902 (define-public emacs-miniedit
2903 (package
2904 (name "emacs-miniedit")
2905 (version "2.0")
2906 (source
2907 (origin
2908 (method git-fetch)
2909 (uri (git-reference
2910 (url "https://github.com/emacsmirror/miniedit")
2911 (commit version)))
2912 (file-name (git-file-name name version))
2913 (sha256
2914 (base32
2915 "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"))))
2916 (build-system emacs-build-system)
2917 (home-page "https://github.com/emacsmirror/miniedit/")
2918 (synopsis "Enhanced editing for minibuffer fields")
2919 (description
2920 "This package provides a function that can be called from the
2921 minibuffer to enable editing the minibuffer input in another buffer with
2922 @code{text-mode} enabled.")
2923 (license license:gpl2+)))
2924
2925 (define-public emacs-ob-ipython
2926 (package
2927 (name "emacs-ob-ipython")
2928 (version "20150704.8807064693")
2929 (source (origin
2930 (method git-fetch)
2931 (uri (git-reference
2932 (commit "880706469338ab59b5bb7dbe8460016f89755364")
2933 (url "https://github.com/gregsexton/ob-ipython.git")))
2934 (file-name (git-file-name name version))
2935 (sha256
2936 (base32
2937 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
2938 (build-system emacs-build-system)
2939 (propagated-inputs
2940 `(("emacs-f" ,emacs-f)))
2941 (home-page "http://www.gregsexton.org")
2942 (synopsis "Org-Babel functions for IPython evaluation")
2943 (description "This package adds support to Org-Babel for evaluating Python
2944 source code using IPython.")
2945 (license license:gpl3+)))
2946
2947 (define-public emacs-debbugs
2948 (package
2949 (name "emacs-debbugs")
2950 (version "0.18")
2951 (source (origin
2952 (method url-fetch)
2953 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
2954 version ".tar"))
2955 (sha256
2956 (base32
2957 "00kich80zdg7v3v613f9prqddkpwpm1nf9sj10f0n6wh15rzwv07"))))
2958 (build-system emacs-build-system)
2959 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
2960 (propagated-inputs
2961 `(("emacs-async" ,emacs-async)))
2962 (home-page "https://elpa.gnu.org/packages/debbugs.html")
2963 (synopsis "Access the Debbugs bug tracker in Emacs")
2964 (description
2965 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
2966 Tracker} from within Emacs.
2967
2968 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
2969 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
2970 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
2971 @code{M-x debbugs-org} and related commands.
2972
2973 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
2974 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
2975 (license license:gpl3+)))
2976
2977 (define-public emacs-ert-expectations
2978 (package
2979 (name "emacs-ert-expectations")
2980 (version "0.2")
2981 (source
2982 (origin
2983 (method url-fetch)
2984 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
2985 (sha256
2986 (base32
2987 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
2988 (build-system emacs-build-system)
2989 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
2990 (synopsis "Simple unit test framework for Emacs Lisp")
2991 (description "@code{emacs-ert-expectations} is a simple unit test
2992 framework for Emacs Lisp to be used with @code{ert}.")
2993 (license license:gpl3+)))
2994
2995 (define-public emacs-deferred
2996 (package
2997 (name "emacs-deferred")
2998 (version "0.5.1")
2999 (home-page "https://github.com/kiwanami/emacs-deferred")
3000 (source (origin
3001 (method git-fetch)
3002 (uri (git-reference
3003 (url home-page)
3004 (commit (string-append "v" version))))
3005 (file-name (git-file-name name version))
3006 (sha256
3007 (base32
3008 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))))
3009 (build-system emacs-build-system)
3010 (arguments
3011 `(#:phases
3012 (modify-phases %standard-phases
3013 (add-after 'unpack 'set-shell
3014 ;; Setting the SHELL environment variable is required for the tests
3015 ;; to find sh.
3016 (lambda _
3017 (setenv "SHELL" (which "sh"))
3018 #t))
3019 (add-before 'check 'fix-makefile
3020 (lambda _
3021 (substitute* "Makefile"
3022 (("\\$\\(CASK\\) exec ") ""))
3023 #t)))
3024 #:tests? #t
3025 #:test-command '("make" "test")))
3026 (native-inputs
3027 `(("emacs-ert-expectations" ,emacs-ert-expectations)
3028 ("emacs-undercover" ,emacs-undercover)
3029 ("ert-runner" ,emacs-ert-runner)))
3030 (synopsis "Simple asynchronous functions for Emacs Lisp")
3031 (description
3032 "The @code{deferred.el} library provides support for asynchronous tasks.
3033 The API is almost the same as that of
3034 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
3035 for asynchronous tasks.")
3036 (license license:gpl3+)))
3037
3038 (define-public emacs-butler
3039 (package
3040 (name "emacs-butler")
3041 (version "0.2.4")
3042 (home-page "https://github.com/AshtonKem/Butler")
3043 (source (origin
3044 (method git-fetch)
3045 (uri (git-reference
3046 (url home-page)
3047 (commit version)))
3048 (file-name (git-file-name name version))
3049 (sha256
3050 (base32
3051 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))))
3052 (build-system emacs-build-system)
3053 (propagated-inputs
3054 `(("emacs-deferred" ,emacs-deferred)))
3055 (synopsis "Emacs client for Jenkins")
3056 (description
3057 "Butler provides an interface to connect to Jenkins continuous
3058 integration servers. Users can specify a list of server in the
3059 @code{butler-server-list} variable and then use @code{M-x butler-status} to
3060 view the build status of those servers' build jobs, and possibly to trigger
3061 build jobs.")
3062 (license license:gpl3+)))
3063
3064 (define-public emacs-company
3065 (package
3066 (name "emacs-company")
3067 (version "0.9.7")
3068 (source
3069 (origin
3070 (method git-fetch)
3071 (uri (git-reference
3072 (url "https://github.com/company-mode/company-mode.git")
3073 (commit version)))
3074 (file-name (git-file-name name version))
3075 (sha256
3076 (base32 "1gpapjxs4l6fmmj22q0q1pyhj1yd9j5iqfqnjf1abskkj69lqkpj"))))
3077 (build-system emacs-build-system)
3078 (arguments
3079 `(#:phases
3080 (modify-phases %standard-phases
3081 (add-before 'check 'fix-bin-dir
3082 (lambda _
3083 ;; The company-files-candidates-normal-root test looks
3084 ;; for the /bin directory, but the build environment has
3085 ;; no /bin directory. Modify the test to look for the
3086 ;; /tmp directory.
3087 (substitute* "test/files-tests.el"
3088 (("/bin/") "/tmp/"))
3089 #t)))
3090 #:tests? #t
3091 #:test-command '("make" "test-batch")))
3092 (home-page "http://company-mode.github.io/")
3093 (synopsis "Modular text completion framework")
3094 (description
3095 "Company is a modular completion mechanism. Modules for retrieving
3096 completion candidates are called back-ends, modules for displaying them are
3097 front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
3098 These are distributed in separate files and can be used individually.")
3099 (license license:gpl3+)))
3100
3101 (define-public emacs-irony-mode
3102 (package
3103 (name "emacs-irony-mode")
3104 (version "1.2.0")
3105 (home-page "https://github.com/Sarcasm/irony-mode")
3106 (source (origin
3107 (method git-fetch)
3108 (uri (git-reference
3109 (url (string-append home-page ".git"))
3110 (commit (string-append "v" version))))
3111 (file-name (git-file-name name version))
3112 (sha256
3113 (base32
3114 "0nhjrnlmss535jbshjjd30vydbr8py21vkx4p294w6d8vg2rssf8"))))
3115 (build-system emacs-build-system)
3116 (inputs `(("server" ,emacs-irony-mode-server)))
3117 (arguments `(#:phases
3118 (modify-phases %standard-phases
3119 (add-after 'unpack 'configure
3120 (lambda* (#:key inputs #:allow-other-keys)
3121 (chmod "irony.el" #o644)
3122 (emacs-substitute-variables "irony.el"
3123 ("irony-server-install-prefix"
3124 (assoc-ref inputs "server")))
3125 #t)))))
3126 (synopsis "C/C++/ObjC Code completion and syntax checks for Emacs")
3127 (description "Irony-mode provides Clang-assisted syntax checking and
3128 completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
3129 provide syntax checking and autocompletion on compiler level which is very
3130 resistant against false positives. It also integrates well with other
3131 packages like @code{eldoc-mode} and especially @code{company-mode} as
3132 described on the homepage.")
3133 (license license:gpl3+)))
3134
3135 (define-public emacs-irony-mode-server
3136 (package (inherit emacs-irony-mode)
3137 (name "emacs-irony-mode-server")
3138 (inputs
3139 `(("clang" ,clang)))
3140 (arguments
3141 `(#:phases
3142 (modify-phases %standard-phases
3143 (replace 'configure
3144 (lambda* (#:key outputs #:allow-other-keys)
3145 (let ((out (assoc-ref outputs "out")))
3146 (invoke "cmake"
3147 "server"
3148 (string-append "-DCMAKE_INSTALL_PREFIX=" out)) #t))))))
3149 (build-system cmake-build-system)
3150 (synopsis "Server for the Emacs @dfn{irony mode}")))
3151
3152 (define-public emacs-company-irony
3153 (package
3154 (name "emacs-company-irony")
3155 (version "1.1.0")
3156 (source (origin
3157 (method git-fetch)
3158 (uri (git-reference
3159 (url "https://github.com/Sarcasm/company-irony.git")
3160 (commit (string-append "v" version))))
3161 (sha256 (base32
3162 "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"))
3163 (file-name (git-file-name name version))))
3164 (build-system emacs-build-system)
3165 (inputs
3166 `(("emacs-irony-mode" ,emacs-irony-mode)
3167 ("emacs-company" ,emacs-company)))
3168 (synopsis "C++ completion backend for Company using irony-mode")
3169 (description "This backend for company-mode allows for C++ code completion
3170 with irony-mode using clang-tooling.")
3171 (home-page "https://github.com/Sarcasm/company-irony")
3172 (license license:gpl3+)))
3173
3174 (define-public emacs-flycheck-irony
3175 (package
3176 (name "emacs-flycheck-irony")
3177 (version "0.1.0")
3178 (source (origin
3179 (method git-fetch)
3180 (uri (git-reference
3181 (url "https://github.com/Sarcasm/flycheck-irony.git")
3182 (commit (string-append "v" version))))
3183 (file-name (git-file-name name version))
3184 (sha256
3185 (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))))
3186 (build-system emacs-build-system)
3187 (inputs
3188 `(("irony-mode" ,emacs-irony-mode)
3189 ("flycheck-mode" ,emacs-flycheck)
3190 ("emacs-company" ,emacs-company)))
3191 (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
3192 (description "This package provides a frontend for Flycheck that lets
3193 irony-mode do the syntax checking.")
3194 (home-page "https://github.com/Sarcasm/flycheck-irony")
3195 (license license:gpl3+)))
3196
3197 (define-public emacs-irony-eldoc
3198 (package
3199 (name "emacs-irony-eldoc")
3200 (version (package-version emacs-irony-mode))
3201 (source
3202 (origin
3203 (method git-fetch)
3204 (uri (git-reference
3205 (url "https://github.com/ikirill/irony-eldoc.git")
3206 (commit "0df5831eaae264a25422b061eb2792aadde8b3f2")))
3207 (file-name (git-file-name name version))
3208 (sha256
3209 (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))))
3210 (build-system emacs-build-system)
3211 (inputs
3212 `(("irony-mode" ,emacs-irony-mode)))
3213 (synopsis "Eldoc integration for irony-mode")
3214 (description "Irony-eldoc is an eldoc extension that shows documentation
3215 for the current function or variable in the minibuffer.")
3216 (home-page "https://github.com/ikirill/irony-eldoc")
3217 (license license:gpl3+)))
3218
3219 (define-public emacs-company-quickhelp
3220 (package
3221 (name "emacs-company-quickhelp")
3222 (version "2.3.0")
3223 (source
3224 (origin
3225 (method git-fetch)
3226 (uri (git-reference
3227 (url "https://github.com/expez/company-quickhelp.git")
3228 (commit version)))
3229 (file-name (git-file-name name version))
3230 (sha256
3231 (base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
3232 (build-system emacs-build-system)
3233 (propagated-inputs
3234 `(("emacs-pos-tip" ,emacs-pos-tip)
3235 ("emacs-company" ,emacs-company)))
3236 (home-page "https://github.com/expez/company-quickhelp")
3237 (synopsis "Popup documentation for completion candidates")
3238 (description "@code{company-quickhelp} shows documentation for the
3239 completion candidate when using the Company text completion framework.")
3240 (license license:gpl3+)))
3241
3242 (define-public emacs-multiple-cursors
3243 (package
3244 (name "emacs-multiple-cursors")
3245 (version "1.4.0")
3246 (source
3247 (origin
3248 (method git-fetch)
3249 (uri (git-reference
3250 (url "https://github.com/magnars/multiple-cursors.el.git")
3251 (commit version)))
3252 (file-name (git-file-name name version))
3253 (sha256
3254 (base32 "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss"))))
3255 (build-system emacs-build-system)
3256 (home-page "https://github.com/magnars/multiple-cursors.el")
3257 (synopsis "Multiple cursors for Emacs")
3258 (description
3259 "This package adds support to Emacs for editing text with multiple
3260 simultaneous cursors.")
3261 (license license:gpl3+)))
3262
3263 (define-public emacs-typo
3264 (package
3265 (name "emacs-typo")
3266 (version "1.1")
3267 (home-page "https://github.com/jorgenschaefer/typoel")
3268 (source (origin
3269 (method git-fetch)
3270 (uri (git-reference
3271 (url home-page)
3272 (commit (string-append "v" version))))
3273 (file-name (git-file-name name version))
3274 (sha256
3275 (base32
3276 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
3277 (build-system emacs-build-system)
3278 (synopsis "Minor mode for typographic editing")
3279 (description
3280 "This package provides two Emacs modes, @code{typo-mode} and
3281 @code{typo-global-mode}. These modes automatically insert Unicode characters
3282 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
3283 automatically inserts a Unicode opening or closing quotation mark, depending
3284 on context.")
3285 (license license:gpl3+)))
3286
3287 (define-public emacs-company-lsp
3288 (package
3289 (name "emacs-company-lsp")
3290 (version "2.1.0")
3291 (source (origin
3292 (method git-fetch)
3293 (uri (git-reference
3294 (url "https://github.com/tigersoldier/company-lsp.git")
3295 (commit version)))
3296 (file-name (git-file-name name version))
3297 (sha256
3298 (base32
3299 "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"))))
3300 (build-system emacs-build-system)
3301 (propagated-inputs
3302 `(("emacs-dash" ,emacs-dash)
3303 ("emacs-lsp-mode" ,emacs-lsp-mode)
3304 ("emacs-company" ,emacs-company)
3305 ("emacs-s" ,emacs-s)
3306 ("emacs-dash" ,emacs-dash)))
3307 (home-page "https://github.com/tigersoldier/company-lsp")
3308 (synopsis "Completion for @code{lsp-mode}")
3309 (description
3310 "This package provides completion features that are not possible with
3311 @code{lsp-mode} and @code{company-capf} alone, including support for trigger
3312 characters and asynchronous fetching of completion candidates.")
3313 (license license:gpl3+)))
3314
3315 (define-public emacs-scheme-complete
3316 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
3317 (package
3318 (name "emacs-scheme-complete")
3319 (version (string-append "20151223." (string-take commit 8)))
3320 (source
3321 (origin
3322 (method git-fetch)
3323 (uri (git-reference
3324 (url "https://github.com/ashinn/scheme-complete.git")
3325 (commit commit)))
3326 (file-name (git-file-name name version))
3327 (sha256
3328 (base32
3329 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
3330 (patches
3331 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
3332 (build-system emacs-build-system)
3333 (home-page "https://github.com/ashinn/scheme-complete")
3334 (synopsis "Smart tab completion for Scheme in Emacs")
3335 (description
3336 "This file provides a single function, @code{scheme-smart-complete},
3337 which you can use for intelligent, context-sensitive completion for any Scheme
3338 implementation in Emacs. To use it just load this file and bind that function
3339 to a key in your preferred mode.")
3340 (license license:public-domain))))
3341
3342 (define-public emacs-scel
3343 (let ((version "20170629")
3344 (revision "1")
3345 (commit "aeea3ad4be9306d14c3a734a4ff54fee10ac135b"))
3346 (package
3347 (name "emacs-scel")
3348 (version (git-version version revision commit))
3349 (source
3350 (origin
3351 (method git-fetch)
3352 (uri (git-reference
3353 (url "https://github.com/supercollider/scel.git")
3354 (commit commit)))
3355 (file-name (git-file-name name version))
3356 (sha256
3357 (base32
3358 "0jvmzs1lsjyndqshhii2y4mnr3wghai26i3p75453zrpxpg0zvvw"))))
3359 (build-system emacs-build-system)
3360 (arguments
3361 `(#:modules ((guix build emacs-build-system)
3362 ((guix build cmake-build-system) #:prefix cmake:)
3363 (guix build utils))
3364 #:imported-modules (,@%emacs-build-system-modules
3365 (guix build cmake-build-system))
3366 #:phases
3367 (modify-phases %standard-phases
3368 (add-after 'unpack 'configure
3369 (lambda* (#:key outputs #:allow-other-keys)
3370 (substitute* "el/CMakeLists.txt"
3371 (("share/emacs/site-lisp/SuperCollider")
3372 (string-append
3373 "share/emacs/site-lisp/guix.d/scel-" ,version)))
3374 ((assoc-ref cmake:%standard-phases 'configure)
3375 #:outputs outputs
3376 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
3377 (add-after 'set-emacs-load-path 'add-el-dir-to-emacs-load-path
3378 (lambda _
3379 (setenv "EMACSLOADPATH"
3380 (string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
3381 #t))
3382 (replace 'install (assoc-ref cmake:%standard-phases 'install)))))
3383 (inputs
3384 `(("supercollider" ,supercollider)))
3385 (native-inputs
3386 `(("cmake" ,cmake)))
3387 (home-page "https://github.com/supercollider/scel")
3388 (synopsis "SuperCollider Emacs interface")
3389 (description "@code{emacs-scel} is an Emacs interface to SuperCollider.
3390 SuperCollider is a platform for audio synthesis and algorithmic composition.")
3391 (license license:gpl2+))))
3392
3393 (define-public emacs-company-auctex
3394 (let ((commit "48c42c58ce2f0e693301b0cb2d085055410c1b25")
3395 (revision "1"))
3396 (package
3397 (name "emacs-company-auctex")
3398 (version (git-version "0" revision commit))
3399 (source (origin
3400 (method git-fetch)
3401 (uri (git-reference
3402 (url "https://github.com/alexeyr/company-auctex")
3403 (commit commit)))
3404 (file-name (git-file-name name version))
3405 (sha256
3406 (base32
3407 "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"))))
3408 (build-system emacs-build-system)
3409 (propagated-inputs
3410 `(("emacs-yasnippet" ,emacs-yasnippet)
3411 ("emacs-auctex" ,emacs-auctex)
3412 ("emacs-company" ,emacs-company)))
3413 (home-page "https://github.com/alexeyr/company-auctex/")
3414 (synopsis "Completion for @code{AUCTeX}")
3415 (description
3416 "This package provides a group of backends permitting auto-completion
3417 for @code{AUCTeX}.")
3418 (license license:gpl3+))))
3419
3420 (define-public emacs-mit-scheme-doc
3421 (package
3422 (name "emacs-mit-scheme-doc")
3423 (version "20140203")
3424 (source
3425 (origin
3426 (modules '((guix build utils)))
3427 (snippet
3428 ;; keep only file of interest
3429 '(begin
3430 (for-each delete-file '("dot-emacs.el" "Makefile"))
3431 (install-file "6.945-config/mit-scheme-doc.el" ".")
3432 (delete-file-recursively "6.945-config")
3433 #t))
3434 (file-name (string-append name "-" version ".tar.bz2"))
3435 (method url-fetch)
3436 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
3437 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
3438 (sha256
3439 (base32
3440 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
3441 (build-system emacs-build-system)
3442 (inputs `(("mit-scheme" ,mit-scheme)))
3443 (arguments
3444 `(#:phases
3445 (modify-phases %standard-phases
3446 (add-after 'unpack 'configure-doc
3447 (lambda* (#:key inputs #:allow-other-keys)
3448 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
3449 (doc-dir (string-append mit-scheme-dir "/share/doc/"
3450 "mit-scheme-"
3451 ,(package-version mit-scheme))))
3452 (substitute* "mit-scheme-doc.el"
3453 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
3454 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
3455 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
3456 (synopsis "MIT-Scheme documentation lookup for Emacs")
3457 (description
3458 "This package provides a set of Emacs functions to search definitions of
3459 identifiers in the MIT-Scheme documentation.")
3460 (license license:gpl2+)))
3461
3462 (define-public emacs-constants
3463 (package
3464 (name "emacs-constants")
3465 (version "2.6")
3466 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
3467 (source
3468 (origin
3469 (method git-fetch)
3470 (uri (git-reference
3471 (url "https://github.com/fedeinthemix/emacs-constants.git")
3472 (commit (string-append "v" version))))
3473 (file-name (git-file-name name version))
3474 (sha256
3475 (base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0"))))
3476 (build-system emacs-build-system)
3477 (synopsis "Enter definition of constants into an Emacs buffer")
3478 (description
3479 "This package provides functions for inserting the definition of natural
3480 constants and units into an Emacs buffer.")
3481 (license license:gpl2+)))
3482
3483 (define-public emacs-tagedit
3484 (package
3485 (name "emacs-tagedit")
3486 (version "1.4.0")
3487 (source
3488 (origin
3489 (method git-fetch)
3490 (uri (git-reference
3491 (url "https://github.com/magnars/tagedit.git")
3492 (commit version)))
3493 (file-name (git-file-name name version))
3494 (sha256
3495 (base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
3496 (build-system emacs-build-system)
3497 (propagated-inputs
3498 `(("emacs-s" ,emacs-s)
3499 ("emacs-dash" ,emacs-dash)))
3500 (home-page "https://github.com/magnars/tagedit")
3501 (synopsis "Some paredit-like features for html-mode")
3502 (description
3503 "This package provides a collection of paredit-like functions for editing
3504 in @code{html-mode}.")
3505 (license license:gpl3+)))
3506
3507 (define-public emacs-slime
3508 (package
3509 (name "emacs-slime")
3510 (version "2.23")
3511 (source
3512 (origin
3513 (method git-fetch)
3514 (uri (git-reference
3515 (url "https://github.com/slime/slime.git")
3516 (commit (string-append "v" version))))
3517 (file-name (git-file-name name version))
3518 (sha256
3519 (base32 "0i637n0ragpbj39hqx65nx5k99xf0464c4w6w1qpzykm6z42grky"))))
3520 (build-system emacs-build-system)
3521 (native-inputs
3522 `(("texinfo" ,texinfo)))
3523 (arguments
3524 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
3525 #:exclude '("^slime-tests.el" "^contrib/test/"
3526 "^contrib/Makefile$" "^contrib/README.md$")
3527 #:phases
3528 (modify-phases %standard-phases
3529 (add-after 'unpack 'make-git-checkout-writable
3530 (lambda _
3531 (for-each make-file-writable (find-files "."))
3532 #t))
3533 (add-before 'install 'configure
3534 (lambda* _
3535 (emacs-substitute-variables "slime.el"
3536 ("inferior-lisp-program" "sbcl"))
3537 #t))
3538 (add-before 'install 'install-doc
3539 (lambda* (#:key outputs #:allow-other-keys)
3540 (let* ((out (assoc-ref outputs "out"))
3541 (info-dir (string-append out "/share/info"))
3542 (doc-dir (string-append out "/share/doc/"
3543 ,name "-" ,version))
3544 (doc-files '("doc/slime-refcard.pdf"
3545 "README.md" "NEWS" "PROBLEMS"
3546 "CONTRIBUTING.md")))
3547 (with-directory-excursion "doc"
3548 (substitute* "Makefile"
3549 (("infodir=/usr/local/info")
3550 (string-append "infodir=" info-dir)))
3551 (invoke "make" "html/index.html")
3552 (invoke "make" "slime.info")
3553 (install-file "slime.info" info-dir)
3554 (copy-recursively "html" (string-append doc-dir "/html")))
3555 (for-each (lambda (f)
3556 (install-file f doc-dir)
3557 (delete-file f))
3558 doc-files)
3559 (delete-file-recursively "doc")
3560 #t))))))
3561 (home-page "https://github.com/slime/slime")
3562 (synopsis "Superior Lisp Interaction Mode for Emacs")
3563 (description
3564 "SLIME extends Emacs with support for interactive programming in
3565 Common Lisp. The features are centered around @command{slime-mode},
3566 an Emacs minor mode that complements the standard @command{lisp-mode}.
3567 While lisp-mode supports editing Lisp source files, @command{slime-mode}
3568 adds support for interacting with a running Common Lisp process
3569 for compilation, debugging, documentation lookup, and so on.")
3570 (license (list license:gpl2+ license:public-domain))))
3571
3572 (define-public emacs-popup
3573 (package
3574 (name "emacs-popup")
3575 (version "0.5.3")
3576 (source
3577 (origin
3578 (method git-fetch)
3579 (uri (git-reference
3580 (url "https://github.com/auto-complete/popup-el.git")
3581 (commit (string-append "v" version))))
3582 (file-name (git-file-name name version))
3583 (sha256
3584 (base32 "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h"))))
3585 (build-system emacs-build-system)
3586 (home-page "https://github.com/auto-complete/popup-el")
3587 (synopsis "Visual Popup User Interface for Emacs")
3588 (description
3589 "Popup.el is a visual popup user interface library for Emacs.
3590 This provides a basic API and common UI widgets such as popup tooltips
3591 and popup menus.")
3592 (license license:gpl3+)))
3593
3594 (define-public emacs-python-environment
3595 (package
3596 (name "emacs-python-environment")
3597 (version "0.0.2")
3598 (source
3599 (origin
3600 (method git-fetch)
3601 (uri (git-reference
3602 (url "https://github.com/tkf/emacs-python-environment/")
3603 (commit version)))
3604 (file-name (git-file-name name version))
3605 (sha256
3606 (base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
3607 (build-system emacs-build-system)
3608 (propagated-inputs
3609 `(("emacs-deferred" ,emacs-deferred)))
3610 (home-page "https://github.com/tkf/emacs-python-environment")
3611 (synopsis "Provides a @code{virtualenv} API in Emacs Lisp")
3612 (description
3613 "This package permits automated installation of tools written in Python.")
3614 (license license:gpl3+)))
3615
3616 (define-public emacs-jedi
3617 (package
3618 (name "emacs-jedi")
3619 (version "0.2.7")
3620 (source (origin
3621 (method git-fetch)
3622 (uri (git-reference
3623 (url "https://github.com/tkf/emacs-jedi/")
3624 (commit (string-append "v" version))))
3625 (file-name (git-file-name name version))
3626 (sha256
3627 (base32
3628 "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"))))
3629 (build-system emacs-build-system)
3630 (native-inputs
3631 `(("emacs-mocker" ,emacs-mocker)))
3632 (propagated-inputs
3633 `(("emacs-auto-complete" ,emacs-auto-complete)
3634 ("emacs-python-environment" ,emacs-python-environment)
3635 ("emacs-epc" ,emacs-epc)))
3636 (home-page "https://github.com/tkf/emacs-jedi")
3637 (synopsis "Provides Python completion in Emacs")
3638 (description
3639 "This package provides completion in Python buffers and also helps find
3640 the locations of docstrings, arguments, and functions.")
3641 (license license:gpl3+)))
3642
3643 (define-public emacs-company-jedi
3644 (package
3645 (name "emacs-company-jedi")
3646 (version "0.04")
3647 (source (origin
3648 (method git-fetch)
3649 (uri (git-reference
3650 (url "https://github.com/syohex/emacs-company-jedi")
3651 (commit version)))
3652 (file-name (git-file-name name version))
3653 (sha256
3654 (base32
3655 "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
3656 (build-system emacs-build-system)
3657 (propagated-inputs
3658 `(("emacs-jedi" ,emacs-jedi)
3659 ("emacs-company" ,emacs-company)))
3660 (home-page "https://github.com/syohex/emacs-company-jedi")
3661 (synopsis "Provides Python completion in @code{company-mode}")
3662 (description
3663 "This package provides a Company backend for Python.")
3664 (license license:gpl3+)))
3665
3666 (define-public emacs-puppet-mode
3667 (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
3668 (revision "1"))
3669 (package
3670 (name "emacs-puppet-mode")
3671 ;; The last release, 0.3 was several years ago, and there have been many
3672 ;; commits since
3673 (version (git-version "0.3" revision commit))
3674 (source
3675 (origin
3676 (method url-fetch)
3677 (uri (string-append
3678 "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
3679 commit "/puppet-mode.el"))
3680 (sha256
3681 (base32
3682 "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
3683 (build-system emacs-build-system)
3684 (home-page "https://github.com/voxpupuli/puppet-mode")
3685 (synopsis "Emacs major mode for the Puppet configuration language")
3686 (description
3687 "This package provides support for the Puppet configuration language,
3688 including syntax highlighting, indentation of expressions and statements,
3689 linting of manifests and integration with Puppet Debugger.")
3690 ;; Also incorporates work covered by the Apache License, Version 2.0
3691 (license license:gpl3+))))
3692
3693 (define-public emacs-god-mode
3694 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
3695 (revision "1"))
3696 (package
3697 (name "emacs-god-mode")
3698 (version (string-append "20151005.925."
3699 revision "-" (string-take commit 9)))
3700 (source
3701 (origin
3702 (method git-fetch)
3703 (uri (git-reference
3704 (url "https://github.com/chrisdone/god-mode.git")
3705 (commit commit)))
3706 (file-name (git-file-name name version))
3707 (sha256
3708 (base32
3709 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
3710 (build-system emacs-build-system)
3711 (home-page "https://github.com/chrisdone/god-mode")
3712 (synopsis "Minor mode for entering commands without modifier keys")
3713 (description
3714 "This package provides a global minor mode for entering Emacs commands
3715 without modifier keys. It's similar to Vim's separation of commands and
3716 insertion mode. When enabled all keys are implicitly prefixed with
3717 @samp{C-} (among other helpful shortcuts).")
3718 (license license:gpl3+))))
3719
3720 (define-public emacs-jinja2-mode
3721 (package
3722 (name "emacs-jinja2-mode")
3723 (version "0.2")
3724 (source
3725 (origin
3726 (method git-fetch)
3727 (uri (git-reference
3728 (url "https://github.com/paradoxxxzero/jinja2-mode.git")
3729 (commit (string-append "v" version))))
3730 (file-name (git-file-name name version))
3731 (sha256
3732 (base32 "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"))))
3733 (build-system emacs-build-system)
3734 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
3735 (synopsis "Major mode for jinja2")
3736 (description
3737 "Emacs major mode for jinja2 with: syntax highlighting,
3738 sgml/html integration, and indentation (working with sgml).")
3739 (license license:gpl3+)))
3740
3741 (define-public emacs-company-cabal
3742 ;; The latest version is 0.3.0, but no release has been provided after 0.2.1.
3743 (let ((commit "62112a7259e24bd6c08885629a185afe512b7d3d")
3744 (revision "1"))
3745 (package
3746 (name "emacs-company-cabal")
3747 (version (git-version "0.3.0" revision commit))
3748 (source (origin
3749 (method git-fetch)
3750 (uri (git-reference
3751 (url "https://github.com/iquiw/company-cabal/")
3752 (commit commit)))
3753 (file-name (git-file-name name version))
3754 (sha256
3755 (base32
3756 "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"))))
3757 (build-system emacs-build-system)
3758 (propagated-inputs
3759 `(("emacs-company" ,emacs-company)))
3760 (home-page "https://github.com/iquiw/company-cabal/")
3761 (synopsis "Company completion for Haskell Cabal files")
3762 (description
3763 "This package allows for completion of field names, section names,
3764 field values, and more within @code{haskell-cabal-mode}.")
3765 (license license:gpl3+))))
3766
3767 (define-public emacs-rfcview
3768 (package
3769 (name "emacs-rfcview")
3770 (version "0.13")
3771 (home-page "http://www.loveshack.ukfsn.org/emacs")
3772 (source (origin
3773 (method url-fetch)
3774 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
3775 (sha256
3776 (base32
3777 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
3778 (build-system emacs-build-system)
3779 (synopsis "Prettify Request for Comments (RFC) documents")
3780 (description "The Internet Engineering Task Force (IETF) and the Internet
3781 Society (ISOC) publish various Internet-related protocols and specifications
3782 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
3783 documents. RFCs and STDs are published in a simple text form. This package
3784 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
3785 read these documents in Emacs. It prettifies the text and adds
3786 hyperlinks/menus for easier navigation. It also provides functions for
3787 browsing the index of RFC documents and fetching them from remote servers or
3788 local directories.")
3789 (license license:gpl3+)))
3790
3791 (define-public emacs-ffap-rfc-space
3792 (package
3793 (name "emacs-ffap-rfc-space")
3794 (version "12")
3795 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
3796 (source (origin
3797 (method url-fetch)
3798 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
3799 (sha256
3800 (base32
3801 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
3802 (build-system emacs-build-system)
3803 (synopsis "Make ffap recognize an RFC with a space before its number")
3804 (description "The Internet Engineering Task Force (IETF) and the
3805 Internet Society (ISOC) publish various Internet-related protocols and
3806 specifications as \"Request for Comments\" (RFC) documents. The
3807 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
3808 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
3809 and load the appropriate RFC from a remote server. However, it fails
3810 to recognize a name like \"RFC 1234\". This package enhances ffap so
3811 that it correctly finds RFCs even when a space appears before the
3812 number.")
3813 (license license:gpl3+)))
3814
3815 (define-public emacs-org-bullets
3816 (package
3817 (name "emacs-org-bullets")
3818 (version "0.2.4")
3819 (source
3820 (origin
3821 (method git-fetch)
3822 (uri (git-reference
3823 (url "https://github.com/sabof/org-bullets.git")
3824 (commit version)))
3825 (file-name (git-file-name name version))
3826 (sha256
3827 (base32 "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w"))))
3828 (build-system emacs-build-system)
3829 (home-page "https://github.com/sabof/org-bullets")
3830 (synopsis "Show bullets in org-mode as UTF-8 characters")
3831 (description
3832 "This package provides an Emacs minor mode causing bullets in
3833 @code{org-mode} to be rendered as UTF-8 characters.")
3834 (license license:gpl3+)))
3835
3836 (define-public emacs-org-pomodoro
3837 (package
3838 (name "emacs-org-pomodoro")
3839 (version "2.1.0")
3840 (source
3841 (origin
3842 (method git-fetch)
3843 (uri (git-reference
3844 (url "https://github.com/lolownia/org-pomodoro.git")
3845 (commit version)))
3846 (file-name (git-file-name name version))
3847 (sha256
3848 (base32 "0r5shgikm34d66i2hblyknbblpg92lb2zc9x4bcb28xkh7m9d0xv"))))
3849 (build-system emacs-build-system)
3850 (propagated-inputs
3851 `(("emacs-alert" ,emacs-alert)))
3852 (home-page "https://github.com/lolownia/org-pomodoro")
3853 (synopsis "Pomodoro technique for org-mode")
3854 (description "@code{emacs-org-pomodoro} adds very basic support for
3855 Pomodoro technique in Emacs org-mode.
3856
3857 Run @code{M-x org-pomodoro} for the task at point or select one of the
3858 last tasks that you clocked time for. Each clocked-in pomodoro starts
3859 a timer of 25 minutes and after each pomodoro a break timer of 5
3860 minutes is started automatically. Every 4 breaks a long break is
3861 started with 20 minutes. All values are customizable.")
3862 (license license:gpl3+)))
3863
3864 (define-public emacs-org-trello
3865 (package
3866 (name "emacs-org-trello")
3867 (version "0.8.0")
3868 (source
3869 (origin
3870 (method git-fetch)
3871 (uri (git-reference
3872 (url "https://github.com/org-trello/org-trello.git")
3873 (commit version)))
3874 (file-name (git-file-name name version))
3875 (sha256
3876 (base32 "0m5hyhb6211hdmyp1bq6f3fklfgw3957knd96bfdafj727vdnlzm"))))
3877 (build-system emacs-build-system)
3878 (propagated-inputs
3879 `(("emacs-dash" ,emacs-dash)
3880 ("emacs-deferred" ,emacs-deferred)
3881 ("emacs-f" ,emacs-f)
3882 ("emacs-helm" ,emacs-helm)
3883 ("emacs-request" ,emacs-request)
3884 ("emacs-s" ,emacs-s)))
3885 (home-page "https://org-trello.github.io")
3886 (synopsis "Emacs minor mode for interacting with Trello")
3887 (description "This package provides an Emacs minor mode to extend
3888 @code{org-mode} with Trello abilities. Trello is an online project
3889 organizer.")
3890 (license license:gpl3+)))
3891
3892 (define-public emacs-company-flow
3893 (let ((commit "76ef585c70d2a3206c2eadf24ba61e59124c3a16")
3894 (revision "1"))
3895 (package
3896 (name "emacs-company-flow")
3897 (version (git-version "0.1.0" revision commit))
3898 (source (origin
3899 (method git-fetch)
3900 (uri (git-reference
3901 (url "https://github.com/aaronjensen/company-flow/")
3902 (commit commit)))
3903 (file-name (git-file-name name version))
3904 (sha256
3905 (base32
3906 "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
3907 (build-system emacs-build-system)
3908 (propagated-inputs
3909 `(("emacs-company" ,emacs-company)
3910 ("emacs-dash" ,emacs-dash)))
3911 (home-page "https://github.com/aaronjensen/company-flow/")
3912 (synopsis "Flow backend for @code{company-mode}")
3913 (description
3914 "This package provides completion for JavaScript files utilizing Flow.")
3915 (license license:gpl3+))))
3916
3917 (define-public emacs-atom-one-dark-theme
3918 (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
3919 (revision "0"))
3920 (package
3921 (name "emacs-atom-one-dark-theme")
3922 (version (git-version "0.4.0" revision commit))
3923 (source (origin
3924 (method git-fetch)
3925 (uri (git-reference
3926 (url "https://github.com/jonathanchu/atom-one-dark-theme.git")
3927 (commit commit)))
3928 (sha256
3929 (base32
3930 "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
3931 (file-name (git-file-name name version))))
3932 (build-system emacs-build-system)
3933 (home-page "https://github.com/jonathanchu/atom-one-dark-theme")
3934 (synopsis "Atom One Dark color theme for Emacs")
3935 (description "An Emacs port of the Atom One Dark theme from Atom.io.")
3936 (license license:gpl3+))))
3937
3938 (define-public emacs-zenburn-theme
3939 (package
3940 (name "emacs-zenburn-theme")
3941 (version "2.6")
3942 (source
3943 (origin
3944 (method git-fetch)
3945 (uri (git-reference
3946 (url "https://github.com/bbatsov/zenburn-emacs.git")
3947 (commit (string-append "v" version))))
3948 (file-name (git-file-name name version))
3949 (sha256
3950 (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
3951 (build-system emacs-build-system)
3952 (home-page "https://github.com/bbatsov/zenburn-emacs")
3953 (synopsis "Low contrast color theme for Emacs")
3954 (description
3955 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
3956 It is built on top of the custom theme support in Emacs 24 or later.")
3957 (license license:gpl3+)))
3958
3959 (define-public emacs-solarized-theme
3960 (package
3961 (name "emacs-solarized-theme")
3962 (version "1.2.2")
3963 (source (origin
3964 (method url-fetch)
3965 (uri (string-append "https://github.com/bbatsov/solarized-emacs/"
3966 "archive/v" version ".tar.gz"))
3967 (file-name (string-append name "-" version ".tar.gz"))
3968 (sha256
3969 (base32
3970 "1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
3971 (build-system emacs-build-system)
3972 (propagated-inputs
3973 `(("emacs-dash" ,emacs-dash)))
3974 (home-page "https://github.com/bbatsov/solarized-emacs")
3975 (synopsis "Port of the Solarized theme for Emacs")
3976 (description
3977 "Solarized for Emacs is a port of the Solarized theme for Vim. This
3978 package provides a light and a dark variant.")
3979 (license license:gpl3+)))
3980
3981 (define-public emacs-ahungry-theme
3982 (package
3983 (name "emacs-ahungry-theme")
3984 (version "1.10.0")
3985 (source
3986 (origin (method url-fetch)
3987 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
3988 version ".tar"))
3989 (sha256
3990 (base32
3991 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
3992 (build-system emacs-build-system)
3993 (home-page "https://github.com/ahungry/color-theme-ahungry")
3994 (synopsis "Ahungry color theme for Emacs")
3995 (description "Ahungry theme for Emacs provides bright and bold colors.
3996 If you load it from a terminal, you will be able to make use of the
3997 transparent background. If you load it from a GUI, it will default to a
3998 dark background.")
3999 (license license:gpl3+)))
4000
4001 (define-public emacs-2048-game
4002 (package
4003 (name "emacs-2048-game")
4004 (version "20151026.1233")
4005 (source
4006 (origin
4007 (method url-fetch)
4008 (uri (string-append "https://melpa.org/packages/2048-game-"
4009 version ".el"))
4010 (sha256
4011 (base32
4012 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
4013 (build-system emacs-build-system)
4014 (home-page "https://bitbucket.org/zck/2048.el")
4015 (synopsis "Implementation of the game 2048 in Emacs Lisp")
4016 (description
4017 "This program is an implementation of 2048 for Emacs.
4018 The goal of this game is to create a tile with value 2048. The size of the
4019 board and goal value can be customized.")
4020 (license license:gpl3+)))
4021
4022 (define-public emacs-base16-theme
4023 (package
4024 (name "emacs-base16-theme")
4025 (version "2.1")
4026 (source
4027 (origin
4028 (method url-fetch)
4029 (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
4030 version ".tar"))
4031 (sha256
4032 (base32
4033 "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
4034 (build-system emacs-build-system)
4035 (home-page "https://github.com/belak/base16-emacs")
4036 (synopsis "Base16 color themes for Emacs")
4037 (description
4038 "Base16 provides carefully chosen syntax highlighting and a default set
4039 of sixteen colors suitable for a wide range of applications. Base16 is not a
4040 single theme but a set of guidelines with numerous implementations.")
4041 (license license:expat)))
4042
4043 (define-public emacs-prescient
4044 (package
4045 (name "emacs-prescient")
4046 (version "2.2.2")
4047 (source (origin
4048 (method git-fetch)
4049 (uri (git-reference
4050 (url "https://github.com/raxod502/prescient.el/")
4051 (commit (string-append "v" version))))
4052 (file-name (git-file-name name version))
4053 (sha256
4054 (base32
4055 "1ncplx5p3cffyzg9ygzqqxj0vpvwrz9rp2n4z6c375a78fyydrk0"))))
4056 (build-system emacs-build-system)
4057 (propagated-inputs
4058 `(("emacs-company" ,emacs-company)
4059 ("emacs-ivy" ,emacs-ivy)))
4060 (home-page "https://github.com/raxod502/prescient.el/")
4061 (synopsis "Library that sorts and filters lists of candidates")
4062 (description
4063 "This package provides a library for sorting and filtering, as well as
4064 extensions for @code{ivy-mode} and @code{company-mode} that make use of the
4065 library.")
4066 (license license:gpl3+)))
4067
4068 (define-public emacs-smartparens
4069 (package
4070 (name "emacs-smartparens")
4071 (version "1.11.0")
4072 (source
4073 (origin
4074 (method git-fetch)
4075 (uri (git-reference
4076 (url "https://github.com/Fuco1/smartparens.git")
4077 (commit version)))
4078 (file-name (git-file-name name version))
4079 (sha256
4080 (base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
4081 (build-system emacs-build-system)
4082 (propagated-inputs
4083 `(("emacs-dash" ,emacs-dash)
4084 ("emacs-markdown-mode" ,emacs-markdown-mode)))
4085 (home-page "https://github.com/Fuco1/smartparens")
4086 (synopsis "Paredit-like insertion, wrapping and navigation with user
4087 defined pairs")
4088 (description
4089 "Smartparens is a minor mode for Emacs that deals with parens pairs
4090 and tries to be smart about it. It started as a unification effort to
4091 combine functionality of several existing packages in a single,
4092 compatible and extensible way to deal with parentheses, delimiters, tags
4093 and the like. Some of these packages include autopair, textmate,
4094 wrap-region, electric-pair-mode, paredit and others. With the basic
4095 features found in other packages it also brings many improvements as
4096 well as completely new features.")
4097 (license license:gpl3+)))
4098
4099 (define-public emacs-highlight-symbol
4100 ;; We prefer a more recent commit that provides an option to squelch
4101 ;; echo-area alerts that can drown out useful information like eldoc
4102 ;; messages.
4103 (let ((commit "7a789c779648c55b16e43278e51be5898c121b3a")
4104 (version "1.3")
4105 (revision "1"))
4106 (package
4107 (name "emacs-highlight-symbol")
4108 (version (git-version version revision commit))
4109 (source
4110 (origin
4111 (method git-fetch)
4112 (uri (git-reference
4113 (url "https://github.com/nschum/highlight-symbol.el.git")
4114 (commit commit)))
4115 (file-name (git-file-name name version))
4116 (sha256
4117 (base32 "19cgyk0sh8nsmf3jbi92i8qsdx4l4yilfq5jj9zfdbj9p5gvwx96"))))
4118 (build-system emacs-build-system)
4119 (home-page "https://nschum.de/src/emacs/highlight-symbol/")
4120 (synopsis "Automatic and manual symbol highlighting for Emacs")
4121 (description
4122 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
4123 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
4124 the symbol at point highlighted.
4125
4126 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
4127 @code{highlight-symbol-next-in-defun} and
4128 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
4129 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
4130 bindings @code{M-p} and @code{M-p} for navigation. When
4131 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
4132 regardless of @code{highlight-symbol-idle-delay}.
4133
4134 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
4135 (license license:gpl2+))))
4136
4137 (define-public emacs-hl-todo
4138 (package
4139 (name "emacs-hl-todo")
4140 (version "3.0.0")
4141 (source (origin
4142 (method git-fetch)
4143 (uri (git-reference
4144 (url "https://github.com/tarsius/hl-todo")
4145 (commit (string-append "v" version))))
4146 (file-name (git-file-name name version))
4147 (sha256
4148 (base32
4149 "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
4150 (build-system emacs-build-system)
4151 (home-page "https://github.com/tarsius/hl-todo")
4152 (synopsis "Emacs mode to highlight TODO and similar keywords")
4153 (description
4154 "This package provides an Emacs mode to highlight TODO and similar
4155 keywords in comments and strings. This package also provides commands for
4156 moving to the next or previous keyword and to invoke @code{occur} with a
4157 regexp that matches all known keywords.")
4158 (license license:gpl3+)))
4159
4160 (define-public emacs-perspective
4161 (package
4162 (name "emacs-perspective")
4163 (version "1.12")
4164 (source
4165 (origin
4166 (method url-fetch)
4167 (uri (string-append "https://github.com/nex3/perspective-el/"
4168 "archive/" version ".tar.gz"))
4169 (file-name (string-append name "-" version ".tar.gz"))
4170 (sha256
4171 (base32
4172 "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
4173 (build-system emacs-build-system)
4174 (home-page "https://github.com/nex3/perspective-el")
4175 (synopsis "Switch between named \"perspectives\"")
4176 (description
4177 "This package provides tagged workspaces in Emacs, similar to workspaces in
4178 windows managers such as Awesome and XMonad. @code{perspective.el} provides
4179 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
4180 perspective is composed of a window configuration and a set of buffers.
4181 Switching to a perspective activates its window configuration, and when in a
4182 perspective only its buffers are available by default.")
4183 ;; This package is released under the same license as Emacs (GPLv3+) or
4184 ;; the Expat license.
4185 (license license:gpl3+)))
4186
4187 (define-public emacs-test-simple
4188 (package
4189 (name "emacs-test-simple")
4190 (version "1.3.0")
4191 (source
4192 (origin
4193 (method url-fetch)
4194 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
4195 version ".el"))
4196 (sha256
4197 (base32
4198 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
4199 (build-system emacs-build-system)
4200 (home-page "https://github.com/rocky/emacs-test-simple")
4201 (synopsis "Simple unit test framework for Emacs Lisp")
4202 (description
4203 "Test Simple is a simple unit test framework for Emacs Lisp. It
4204 alleviates the need for context macros, enclosing specifications or required
4205 test tags. It supports both interactive and non-interactive use.")
4206 (license license:gpl3+)))
4207
4208 (define-public emacs-load-relative
4209 (package
4210 (name "emacs-load-relative")
4211 (version "1.3")
4212 (source
4213 (origin
4214 (method url-fetch)
4215 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
4216 version ".el"))
4217 (sha256
4218 (base32
4219 "1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
4220 (build-system emacs-build-system)
4221 (home-page "http://github.com/rocky/emacs-load-relative")
4222 (synopsis "Emacs Lisp relative file loading related functions")
4223 (description
4224 "Provides functions which facilitate writing multi-file Emacs packages
4225 and running from the source tree without having to \"install\" code or fiddle
4226 with @{load-path}.
4227
4228 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
4229 another (presumably currently running) Emacs Lisp file.")
4230 (license license:gpl3+)))
4231
4232 (define-public emacs-loc-changes
4233 (package
4234 (name "emacs-loc-changes")
4235 (version "1.2")
4236 (source
4237 (origin
4238 (method url-fetch)
4239 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
4240 version ".el"))
4241 (sha256
4242 (base32
4243 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
4244 (build-system emacs-build-system)
4245 (home-page "https://github.com/rocky/emacs-loc-changes")
4246 (synopsis "Keeps track of positions even after buffer changes")
4247 (description
4248 "This Emacs package provides a mean to track important buffer positions
4249 after buffer changes.")
4250 (license license:gpl3+)))
4251
4252 (define-public emacs-realgud
4253 (package
4254 (name "emacs-realgud")
4255 (version "1.4.5")
4256 (source
4257 (origin
4258 (method url-fetch)
4259 (uri (string-append "https://elpa.gnu.org/packages/realgud-"
4260 version ".tar"))
4261 (sha256
4262 (base32
4263 "108wgxg7fb4byaiasgvbxv2hq7b00biq9f0mh9hy6vw4160y5w24"))
4264 (patches
4265 ;; Patch awaiting inclusion upstream (see:
4266 ;; https://github.com/realgud/realgud/pull/226).
4267 (search-patches "emacs-realgud-fix-configure-ac.patch"))))
4268 (build-system emacs-build-system)
4269 (arguments
4270 `(#:tests? #t
4271 #:phases
4272 (modify-phases %standard-phases
4273 (add-after 'set-emacs-load-path 'fix-autogen-script
4274 (lambda _
4275 (substitute* "autogen.sh"
4276 (("./configure") "sh configure"))))
4277 (add-after 'fix-autogen-script 'autogen
4278 (lambda _
4279 (setenv "CONFIG_SHELL" "sh")
4280 (invoke "sh" "autogen.sh")))
4281 (add-after 'fix-autogen-script 'set-home
4282 (lambda _
4283 (setenv "HOME" (getenv "TMPDIR"))))
4284 (add-before 'patch-el-files 'remove-realgud-pkg.el
4285 (lambda _
4286 ;; XXX: This file is auto-generated at some point and causes
4287 ;; substitute* to crash during the `patch-el-files' phase with:
4288 ;; ERROR: In procedure stat: No such file or directory:
4289 ;; "./realgud-pkg.el"
4290 (delete-file "./realgud-pkg.el")
4291 ;; FIXME: `patch-el-files' crashes on this file with error:
4292 ;; unable to locate "bashdb".
4293 (delete-file "./test/test-regexp-bashdb.el"))))
4294 #:include (cons* ".*\\.el$" %default-include)))
4295 (native-inputs
4296 `(("autoconf" ,autoconf)
4297 ("automake" ,automake)
4298 ("emacs-test-simple" ,emacs-test-simple)))
4299 (propagated-inputs
4300 `(("emacs-load-relative" ,emacs-load-relative)
4301 ("emacs-loc-changes" ,emacs-loc-changes)))
4302 (home-page "https://github.com/realgud/realgud/")
4303 (synopsis
4304 "Modular front-end for interacting with external debuggers")
4305 (description
4306 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
4307 with external debuggers. It integrates various debuggers such as gdb, pdb,
4308 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
4309 sources. Unlike GUD, it also supports running multiple debug sessions in
4310 parallel.")
4311 (license license:gpl3+)))
4312
4313 (define-public emacs-request
4314 (package
4315 (name "emacs-request")
4316 (version "0.3.0")
4317 (source (origin
4318 (method git-fetch)
4319 (uri (git-reference
4320 (url "https://github.com/tkf/emacs-request.git")
4321 (commit (string-append "v" version))))
4322 (file-name (git-file-name name version))
4323 (sha256
4324 (base32
4325 "0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
4326 (build-system emacs-build-system)
4327 (propagated-inputs
4328 `(("emacs-deferred" ,emacs-deferred)))
4329 (home-page "https://github.com/tkf/emacs-request")
4330 (synopsis "Package for speaking HTTP in Emacs Lisp")
4331 (description "This package provides a HTTP request library with multiple
4332 backends. It supports url.el which is shipped with Emacs and the curl command
4333 line program.")
4334 (license license:gpl3+)))
4335
4336 (define-public emacs-rudel
4337 (package
4338 (name "emacs-rudel")
4339 (version "0.3.1")
4340 (source
4341 (origin
4342 (method url-fetch)
4343 (uri (string-append "http://elpa.gnu.org/packages/rudel-"
4344 version ".tar"))
4345 (sha256
4346 (base32
4347 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
4348 (build-system emacs-build-system)
4349 (home-page "http://rudel.sourceforge.net/")
4350 (synopsis "Collaborative editing framework")
4351 (description
4352 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
4353 is to share buffers with other users in order to edit the contents of those
4354 buffers collaboratively. Rudel supports multiple backends to enable
4355 communication with other collaborative editors using different protocols,
4356 though currently Obby (for use with the Gobby editor) is the only
4357 fully-functional one.")
4358 (license license:gpl3+)))
4359
4360 (define-public emacs-hydra
4361 (package
4362 (name "emacs-hydra")
4363 (version "0.14.0")
4364 (source
4365 (origin
4366 (method git-fetch)
4367 (uri (git-reference
4368 (url "https://github.com/abo-abo/hydra")
4369 (commit version)))
4370 (file-name (git-file-name name version))
4371 (sha256
4372 (base32
4373 "0ln4z2796ycy33g5jcxkqvm7638qxy4sipsab7d2864hh700cikg"))))
4374 (build-system emacs-build-system)
4375 (home-page "https://github.com/abo-abo/hydra")
4376 (synopsis "Make Emacs bindings that stick around")
4377 (description
4378 "This package can be used to tie related commands into a family of short
4379 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
4380 the prefixed binding), all the heads can be called in succession with only a
4381 short extension. Any binding that isn't the Hydra's head vanquishes the
4382 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
4383 serve its original purpose, calling the command assigned to it. This makes
4384 the Hydra very seamless; it's like a minor mode that disables itself
4385 automatically.")
4386 (license license:gpl3+)))
4387
4388 (define-public emacs-ivy
4389 (package
4390 (name "emacs-ivy")
4391 (version "0.11.0")
4392 (source
4393 (origin
4394 (method git-fetch)
4395 (uri (git-reference
4396 (url "https://github.com/abo-abo/swiper.git")
4397 (commit version)))
4398 (file-name (git-file-name name version))
4399 (sha256
4400 (base32
4401 "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13"))))
4402 (build-system emacs-build-system)
4403 (arguments
4404 `(#:phases
4405 (modify-phases %standard-phases
4406 (add-after 'install 'install-doc
4407 (lambda* (#:key outputs #:allow-other-keys)
4408 (let* ((out (assoc-ref outputs "out"))
4409 (info (string-append out "/share/info")))
4410 (with-directory-excursion "doc"
4411 (invoke "makeinfo" "ivy.texi")
4412 (install-file "ivy.info" info)
4413 #t)))))))
4414 (propagated-inputs
4415 `(("emacs-hydra" ,emacs-hydra)))
4416 (native-inputs
4417 `(("texinfo" ,texinfo)))
4418 (home-page "http://oremacs.com/swiper/")
4419 (synopsis "Incremental vertical completion for Emacs")
4420 (description
4421 "This package provides @code{ivy-read} as an alternative to
4422 @code{completing-read} and similar functions. No attempt is made to determine
4423 the best candidate. Instead, the user can navigate candidates with
4424 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
4425 splitting the input text by spaces and re-building it into a regular
4426 expression.")
4427 (license license:gpl3+)))
4428
4429 (define-public emacs-ivy-pass
4430 (let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
4431 (revision "1"))
4432 (package
4433 (name "emacs-ivy-pass")
4434 (version (git-version "0.1" revision commit))
4435 (source
4436 (origin
4437 (method git-fetch)
4438 (uri (git-reference
4439 (url "https://github.com/ecraven/ivy-pass.git")
4440 (commit commit)))
4441 (file-name (git-file-name name version))
4442 (sha256
4443 (base32
4444 "18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
4445 (build-system emacs-build-system)
4446 (propagated-inputs
4447 `(("emacs-ivy" ,emacs-ivy)
4448 ("emacs-password-store" ,emacs-password-store)
4449 ("password-store" ,password-store)))
4450 (home-page "https://github.com/ecraven/ivy-pass")
4451 (synopsis "Ivy interface for password store (pass)")
4452 (description "This package provides an Ivy interface for working with
4453 the password store @code{pass}.")
4454 (license license:gpl3))))
4455
4456 (define-public emacs-ivy-yasnippet
4457 (let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
4458 (revision "2"))
4459 (package
4460 (name "emacs-ivy-yasnippet")
4461 (version (git-version "0.1" revision commit))
4462 (source
4463 (origin
4464 (method git-fetch)
4465 (uri (git-reference
4466 (url "https://github.com/mkcms/ivy-yasnippet.git")
4467 (commit commit)))
4468 (file-name (git-file-name name version))
4469 (sha256
4470 (base32
4471 "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
4472 (build-system emacs-build-system)
4473 (propagated-inputs
4474 `(("emacs-ivy" ,emacs-ivy)
4475 ("emacs-yasnippet" ,emacs-yasnippet)
4476 ("emacs-dash" ,emacs-dash)))
4477 (home-page "https://github.com/mkcms/ivy-yasnippet")
4478 (synopsis "Preview @code{yasnippets} with @code{ivy}")
4479 (description "This package allows you to select @code{yasnippet}
4480 snippets using @code{ivy} completion. When current selection changes in the
4481 minibuffer, the snippet contents are temporarily expanded in the buffer. To
4482 use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
4483 @code{yas-minor-mode} first).")
4484 (license license:gpl3+))))
4485
4486 (define-public emacs-ivy-rich
4487 (package
4488 (name "emacs-ivy-rich")
4489 (version "0.1.0")
4490 (source
4491 (origin
4492 (method git-fetch)
4493 (uri (git-reference
4494 (url "https://github.com/Yevgnen/ivy-rich.git")
4495 (commit version)))
4496 (file-name (git-file-name name version))
4497 (sha256
4498 (base32 "0ayf3dwfhafcbqnckm65zy8nc1rv9ji939qfn53wbhxkrgqdicgz"))))
4499 (build-system emacs-build-system)
4500 (propagated-inputs
4501 `(("emacs-ivy" ,emacs-ivy)))
4502 (home-page "https://github.com/Yevgnen/ivy-rich")
4503 (synopsis "More friendly interface for @code{ivy}")
4504 (description
4505 "This package extends @code{ivy} by showing more information in the
4506 minibuffer for each candidate. It adds columns showing buffer modes, file
4507 sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
4508 show icons as well.")
4509 (license license:gpl3+)))
4510
4511 (define-public emacs-avy
4512 (package
4513 (name "emacs-avy")
4514 (version "0.5.0")
4515 (source
4516 (origin
4517 (method git-fetch)
4518 (uri (git-reference
4519 (url "https://github.com/abo-abo/avy.git")
4520 (commit version)))
4521 (file-name (git-file-name name version))
4522 (sha256
4523 (base32 "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"))))
4524 (build-system emacs-build-system)
4525 (home-page "https://github.com/abo-abo/avy")
4526 (synopsis "Tree-based completion for Emacs")
4527 (description
4528 "This package provides a generic completion method based on building a
4529 balanced decision tree with each candidate being a leaf. To traverse the tree
4530 from the root to a desired leaf, typically a sequence of @code{read-key} can
4531 be used.
4532
4533 In order for @code{read-key} to make sense, the tree needs to be visualized
4534 appropriately, with a character at each branch node. So this completion
4535 method works only for things that you can see on your screen, all at once,
4536 such as the positions of characters, words, line beginnings, links, or
4537 windows.")
4538 (license license:gpl3+)))
4539
4540 (define-public emacs-ace-window
4541 (package
4542 (name "emacs-ace-window")
4543 (version "0.9.0")
4544 (source
4545 (origin
4546 (method git-fetch)
4547 (uri (git-reference
4548 (url "https://github.com/abo-abo/ace-window.git")
4549 (commit version)))
4550 (file-name (git-file-name name version))
4551 (sha256
4552 (base32 "07mcdzjmgrqdvjs94f2n5bkrf5vrq2fwzz256wbm3wzqxqkfy1q6"))))
4553 (build-system emacs-build-system)
4554 (propagated-inputs
4555 `(("emacs-avy" ,emacs-avy)))
4556 (home-page "https://github.com/abo-abo/ace-window")
4557 (synopsis "Quickly switch windows in Emacs")
4558 (description
4559 "@code{ace-window} is meant to replace @code{other-window}.
4560 In fact, when there are only two windows present, @code{other-window} is
4561 called. If there are more, each window will have its first character
4562 highlighted. Pressing that character will switch to that window.")
4563 (license license:gpl3+)))
4564
4565 (define-public emacs-iedit
4566 (package
4567 (name "emacs-iedit")
4568 (version "0.9.9.9")
4569 (source
4570 (origin
4571 (method git-fetch)
4572 (uri (git-reference
4573 (url "https://github.com/victorhge/iedit.git")
4574 (commit (string-append "v" version))))
4575 (file-name (git-file-name name version))
4576 (sha256
4577 (base32 "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g"))))
4578 (build-system emacs-build-system)
4579 (home-page "http://www.emacswiki.org/emacs/Iedit")
4580 (synopsis "Edit multiple regions in the same way simultaneously")
4581 (description
4582 "This package is an Emacs minor mode and allows you to edit one
4583 occurrence of some text in a buffer (possibly narrowed) or region, and
4584 simultaneously have other occurrences edited in the same way.
4585
4586 You can also use Iedit mode as a quick way to temporarily show only the buffer
4587 lines that match the current text being edited. This gives you the effect of
4588 a temporary @code{keep-lines} or @code{occur}.")
4589 (license license:gpl3+)))
4590
4591 (define-public emacs-zoutline
4592 (let ((commit "b3ee0f0e0b916838c2d2c249beba74ffdb8d5699")
4593 (revision "0"))
4594 (package
4595 (name "emacs-zoutline")
4596 (version (git-version "0.1" revision commit))
4597 (home-page "https://github.com/abo-abo/zoutline")
4598 (source (origin
4599 (method git-fetch)
4600 (uri (git-reference (url home-page) (commit commit)))
4601 (sha256
4602 (base32
4603 "0sd0017piw0dis6dhpq5dkqd3acisxqgipl7dj8gmc1vnswhdwr8"))
4604 (file-name (git-file-name name version))))
4605 (build-system emacs-build-system)
4606 (synopsis "Simple outline library")
4607 (description
4608 "This library provides helpers for outlines. Outlines allow users to
4609 navigate code in a tree-like fashion.")
4610 (license license:gpl3+))))
4611
4612 (define-public emacs-lispy
4613 (package
4614 (name "emacs-lispy")
4615 (version "0.27.0")
4616 (home-page "https://github.com/abo-abo/lispy")
4617 (source (origin
4618 (method git-fetch)
4619 (uri (git-reference
4620 (url "https://github.com/abo-abo/lispy")
4621 (commit version)))
4622 (sha256
4623 (base32
4624 "1cm7f4pyl73f3vhkb7ah6bbbrj2sa7n0p31g09k7dy4zgx04bgw6"))
4625 (file-name (git-file-name name version))))
4626 (build-system emacs-build-system)
4627 (propagated-inputs
4628 `(("emacs-ace-window" ,emacs-ace-window)
4629 ("emacs-iedit" ,emacs-iedit)
4630 ("emacs-ivy" ,emacs-ivy)
4631 ("emacs-hydra" ,emacs-hydra)
4632 ("emacs-zoutline" ,emacs-zoutline)))
4633 (synopsis "Modal S-expression editing")
4634 (description
4635 "Due to the structure of Lisp syntax it's very rare for the programmer
4636 to want to insert characters right before \"(\" or right after \")\". Thus
4637 unprefixed printable characters can be used to call commands when the point is
4638 at one of these special locations. Lispy provides unprefixed keybindings for
4639 S-expression editing when point is at the beginning or end of an
4640 S-expression.")
4641 (license license:gpl3+)))
4642
4643 (define-public emacs-lispyville
4644 (let ((commit "d28b937f0cabd8ce61e2020fe9a733ca80d82c74")
4645 (revision "1"))
4646 (package
4647 (name "emacs-lispyville")
4648 (version (git-version "0.1" revision commit))
4649 (home-page "https://github.com/noctuid/lispyville")
4650 (source (origin
4651 (method git-fetch)
4652 (uri (git-reference (url home-page) (commit commit)))
4653 (sha256
4654 (base32
4655 "0f6srwj1qqkfkbmp5n5pjvi6gm7b7xav05p5hrs2i83rjrakzzqx"))
4656 (file-name (git-file-name name version))))
4657 (propagated-inputs
4658 `(("emacs-evil" ,emacs-evil)
4659 ("emacs-lispy" ,emacs-lispy)))
4660 (build-system emacs-build-system)
4661 (synopsis "Minor mode for integrating Evil with lispy")
4662 (description
4663 "LispyVille's main purpose is to provide a Lisp editing environment
4664 suited towards Evil users. It can serve as a minimal layer on top of lispy
4665 for better integration with Evil, but it does not require the use of lispy’s
4666 keybinding style. The provided commands allow for editing Lisp in normal
4667 state and will work even without lispy being enabled.")
4668 (license license:gpl3+))))
4669
4670 (define-public emacs-clojure-mode
4671 (package
4672 (name "emacs-clojure-mode")
4673 (version "5.6.1")
4674 (source
4675 (origin
4676 (method git-fetch)
4677 (uri (git-reference
4678 (url "https://github.com/clojure-emacs/clojure-mode.git")
4679 (commit version)))
4680 (file-name (git-file-name name version))
4681 (sha256
4682 (base32 "1qadymqzs5fn1sb347xzfw8lqq6s85vvkh4kzm35m61g5i2lm86y"))))
4683 (build-system emacs-build-system)
4684 (native-inputs
4685 `(("emacs-dash" ,emacs-dash)
4686 ("emacs-s" ,emacs-s)
4687 ("ert-runner" ,emacs-ert-runner)))
4688 (arguments
4689 `(#:tests? #t
4690 #:test-command '("ert-runner")))
4691 (home-page "https://github.com/clojure-emacs/clojure-mode")
4692 (synopsis "Major mode for Clojure code")
4693 (description
4694 "This Emacs package provides font-lock, indentation, navigation and basic
4695 refactoring for the @uref{http://clojure.org, Clojure programming language}.
4696 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
4697 (license license:gpl3+)))
4698
4699 (define-public emacs-epl
4700 (package
4701 (name "emacs-epl")
4702 (version "0.8")
4703 (source
4704 (origin
4705 (method git-fetch)
4706 (uri (git-reference
4707 (url "https://github.com/cask/epl.git")
4708 (commit version)))
4709 (file-name (git-file-name name version))
4710 (sha256
4711 (base32 "0sjxd5y5hxhrbgfkpwx6m724r3841b53hgc61a0g5zwispw5pmrr"))))
4712 (build-system emacs-build-system)
4713 (home-page "https://github.com/cask/epl")
4714 (synopsis "Emacs Package Library")
4715 (description
4716 "A package management library for Emacs, based on @code{package.el}.
4717
4718 The purpose of this library is to wrap all the quirks and hassle of
4719 @code{package.el} into a sane API.")
4720 (license license:gpl3+)))
4721
4722 (define-public emacs-counsel-projectile
4723 (package
4724 (name "emacs-counsel-projectile")
4725 (version "0.3.0")
4726 (source (origin
4727 (method git-fetch)
4728 (uri (git-reference
4729 (url "https://github.com/ericdanan/counsel-projectile")
4730 (commit version)))
4731 (file-name (git-file-name name version))
4732 (sha256
4733 (base32
4734 "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
4735 (build-system emacs-build-system)
4736 (propagated-inputs
4737 `(("emacs-ivy" ,emacs-ivy)
4738 ("emacs-projectile" ,emacs-projectile)))
4739 (home-page "https://github.com/ericdanan/counsel-projectile")
4740 (synopsis "Enhance Projectile with Ivy")
4741 (description
4742 "This package uses Ivy to provide additional actions for Projectile
4743 commands and replacements for existing functions.")
4744 (license license:gpl3+)))
4745
4746 (define-public emacs-queue
4747 (package
4748 (name "emacs-queue")
4749 (version "0.2")
4750 (source (origin
4751 (method url-fetch)
4752 (uri (string-append "https://elpa.gnu.org/packages/queue-"
4753 version ".el"))
4754 (sha256
4755 (base32
4756 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
4757 (build-system emacs-build-system)
4758 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
4759 (synopsis "Queue data structure for Emacs")
4760 (description
4761 "This Emacs library provides queue data structure. These queues can be
4762 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
4763 stack, i.e. elements can be added to the front or back of the queue, and can
4764 be removed from the front. This type of data structure is sometimes called an
4765 \"output-restricted deque\".")
4766 (license license:gpl3+)))
4767
4768 (define-public emacs-pkg-info
4769 (package
4770 (name "emacs-pkg-info")
4771 (version "0.6")
4772 (source
4773 (origin
4774 (method git-fetch)
4775 (uri (git-reference
4776 (url "https://github.com/lunaryorn/pkg-info.el.git")
4777 (commit version)))
4778 (file-name (git-file-name name version))
4779 (sha256
4780 (base32 "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"))))
4781 (build-system emacs-build-system)
4782 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
4783 (home-page "https://github.com/lunaryorn/pkg-info.el")
4784 (synopsis "Information about Emacs packages")
4785 (description
4786 "This library extracts information from the installed Emacs packages.")
4787 (license license:gpl3+)))
4788
4789 (define-public emacs-spinner
4790 (package
4791 (name "emacs-spinner")
4792 (version "1.7.3")
4793 (source (origin
4794 (method url-fetch)
4795 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
4796 version ".el"))
4797 (sha256
4798 (base32
4799 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
4800 (build-system emacs-build-system)
4801 (home-page "https://github.com/Malabarba/spinner.el")
4802 (synopsis "Emacs mode-line spinner for operations in progress")
4803 (description
4804 "This Emacs package adds spinners and progress-bars to the mode-line for
4805 ongoing operations.")
4806 (license license:gpl3+)))
4807
4808 (define-public emacs-sparql-mode
4809 (package
4810 (name "emacs-sparql-mode")
4811 (version "2.0.1")
4812 (source
4813 (origin
4814 (method git-fetch)
4815 (uri (git-reference
4816 (url "https://github.com/ljos/sparql-mode.git")
4817 (commit (string-append "v" version))))
4818 (file-name (git-file-name name version))
4819 (sha256
4820 (base32 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
4821 (build-system emacs-build-system)
4822 (home-page "https://github.com/ljos/sparql-mode")
4823 (synopsis "SPARQL mode for Emacs")
4824 (description "This package provides a major mode for Emacs that provides
4825 syntax highlighting for SPARQL. It also provides a way to execute queries
4826 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
4827 possible to query other endpoints like DBPedia.")
4828 (license license:gpl3+)))
4829
4830 (define-public emacs-better-defaults
4831 (package
4832 (name "emacs-better-defaults")
4833 (version "0.1.3")
4834 (source
4835 (origin
4836 (method url-fetch)
4837 (uri (string-append "https://github.com/technomancy/better-defaults"
4838 "/archive/" version ".tar.gz"))
4839 (file-name (string-append name "-" version ".tar.gz"))
4840 (sha256
4841 (base32
4842 "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
4843 (build-system emacs-build-system)
4844 (home-page "https://github.com/technomancy/better-defaults")
4845 (synopsis "Better defaults for Emacs")
4846 (description
4847 "Better defaults attempts to address the most obvious deficiencies of the
4848 Emacs default configuration in uncontroversial ways that nearly everyone can
4849 agree upon.")
4850 (license license:gpl3+)))
4851
4852 (define-public emacs-undohist-el
4853 (let ((commit "d2239a5f736724ceb9e3b6bcaa86f4064805cda0")
4854 (revision "1"))
4855 (package
4856 (name "emacs-undohist-el")
4857 (version (git-version "0" revision commit))
4858 (source
4859 (origin
4860 (method git-fetch)
4861 (uri (git-reference
4862 (url "https://github.com/m2ym/undohist-el")
4863 (commit commit)))
4864 (file-name (git-file-name name version))
4865 (sha256
4866 (base32
4867 "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))
4868 (patches
4869 (search-patches "emacs-undohist-ignored.patch"))))
4870 (build-system emacs-build-system)
4871 (home-page "https://github.com/m2ym/undohist-el")
4872 (synopsis "Save undo history between sessions")
4873 (description "This package allows persistent use of undo history for
4874 individual file buffers.")
4875 (license license:gpl3+))))
4876
4877 (define-public emacs-eprime
4878 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
4879 (package
4880 (name "emacs-eprime")
4881 (version (string-append "20140513-" (string-take commit 7)))
4882 (source (origin
4883 (method url-fetch)
4884 (uri (string-append "https://raw.githubusercontent.com"
4885 "/AndrewHynes/eprime-mode/"
4886 commit "/eprime-mode.el"))
4887 (file-name (string-append "eprime-" version ".el"))
4888 (sha256
4889 (base32
4890 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
4891 (build-system emacs-build-system)
4892 (home-page "https://github.com/AndrewHynes/eprime-mode")
4893 (synopsis "E-prime checking mode for Emacs")
4894 (description "This package provides an E-prime checking mode for Emacs
4895 that highlights non-conforming text. The subset of the English language called
4896 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
4897 (license license:gpl3+))))
4898
4899 (define-public emacs-julia-mode
4900 ;; XXX: Upstream version remained stuck at 0.3. See
4901 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
4902 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
4903 (revision "1"))
4904 (package
4905 (name "emacs-julia-mode")
4906 (version (string-append "0.3-" revision "." (string-take commit 8)))
4907 (source
4908 (origin
4909 (method git-fetch)
4910 (uri (git-reference
4911 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
4912 (commit commit)))
4913 (file-name (git-file-name name version))
4914 (sha256
4915 (base32
4916 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
4917 (build-system emacs-build-system)
4918 (arguments
4919 `(#:tests? #t
4920 #:test-command '("emacs" "--batch"
4921 "-l" "julia-mode-tests.el"
4922 "-f" "ert-run-tests-batch-and-exit")))
4923 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
4924 (synopsis "Major mode for Julia")
4925 (description "This Emacs package provides a mode for the Julia
4926 programming language.")
4927 (license license:expat))))
4928
4929 (define-public emacs-smex
4930 (package
4931 (name "emacs-smex")
4932 (version "3.0")
4933 (source (origin
4934 (method url-fetch)
4935 (uri (string-append "https://raw.githubusercontent.com"
4936 "/nonsequitur/smex/" version "/smex.el"))
4937 (file-name (string-append "smex-" version ".el"))
4938 (sha256
4939 (base32
4940 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
4941 (build-system emacs-build-system)
4942 (home-page "https://github.com/nonsequitur/smex/")
4943 (synopsis "M-x interface with Ido-style fuzzy matching")
4944 (description
4945 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
4946 convenient interface to your recently and most frequently used commands. And
4947 to all the other commands, too.")
4948 (license license:gpl3+)))
4949
4950 (define-public emacs-js2-mode
4951 (package
4952 (name "emacs-js2-mode")
4953 (version "20190219")
4954 (source
4955 (origin
4956 (method git-fetch)
4957 (uri (git-reference
4958 (url "https://github.com/mooz/js2-mode.git")
4959 (commit version)))
4960 (file-name (git-file-name name version))
4961 (sha256
4962 (base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
4963 (build-system emacs-build-system)
4964 (home-page "https://github.com/mooz/js2-mode/")
4965 (synopsis "Improved JavaScript editing mode for Emacs")
4966 (description
4967 "Js2-mode provides a JavaScript major mode for Emacs that is more
4968 advanced than the built-in javascript-mode. Features include accurate syntax
4969 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
4970 errors and strict-mode warnings, smart line-wrapping within comments and
4971 strings, and code folding.")
4972 (license license:gpl3+)))
4973
4974 (define-public emacs-nodejs-repl
4975 (package
4976 (name "emacs-nodejs-repl")
4977 (version "0.2.0")
4978 (source (origin
4979 (method url-fetch)
4980 (uri (string-append "https://github.com/abicky/nodejs-repl.el"
4981 "/archive/" version ".tar.gz"))
4982 (sha256
4983 (base32
4984 "0hq2cqdq2668yf48g7qnkci90nhih1gnhacsgz355jnib56lhmkz"))
4985 (file-name (string-append name "-" version ".tar.gz"))))
4986 (build-system emacs-build-system)
4987 (home-page "https://github.com/abicky/nodejs-repl.el")
4988 (synopsis "Node.js REPL inside Emacs")
4989 (description
4990 "This program is derived from comint-mode and provides the following
4991 features:
4992
4993 @itemize
4994 @item TAB completion same as Node.js REPL
4995 @item file name completion in string
4996 @item incremental history search
4997 @end itemize")
4998 (license license:gpl3+)))
4999
5000 (define-public emacs-typescript-mode
5001 (package
5002 (name "emacs-typescript-mode")
5003 (version "0.3")
5004 (source (origin
5005 (method url-fetch)
5006 (uri (string-append
5007 "https://github.com/ananthakumaran/typescript.el"
5008 "/archive/v" version ".tar.gz"))
5009 (sha256
5010 (base32
5011 "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))
5012 (file-name (string-append name "-" version ".tar.gz"))))
5013 (build-system emacs-build-system)
5014 (home-page "https://github.com/ananthakumaran/typescript.el")
5015 (synopsis "Emacs major mode for editing Typescript code")
5016 (description
5017 "This is based on Karl Landstrom's barebones @code{typescript-mode}.
5018 This is much more robust and works with @code{cc-mode}'s comment
5019 filling (mostly). The modifications to the original @code{javascript.el} mode
5020 mainly consisted in replacing \"javascript\" with \"typescript\"
5021
5022 The main features of this Typescript mode are syntactic highlighting (enabled
5023 with @code{font-lock-mode} or @code{global-font-lock-mode}), automatic
5024 indentation and filling of comments and C preprocessor fontification.")
5025 (license license:gpl3+)))
5026
5027 (define-public emacs-tide
5028 (package
5029 (name "emacs-tide")
5030 (version "3.2.3")
5031 (source (origin
5032 (method url-fetch)
5033 (uri (string-append "https://github.com/ananthakumaran/tide"
5034 "/archive/v" version ".tar.gz"))
5035 (sha256
5036 (base32
5037 "1c600myr2yqbkmy9lify38lz0zzjdqk1733db5n7vsay16vn6fzi"))
5038 (file-name (string-append name "-" version ".tar.gz"))))
5039 (build-system emacs-build-system)
5040 (propagated-inputs
5041 `(("emacs-dash" ,emacs-dash)
5042 ("emacs-s" ,emacs-s)
5043 ("emacs-flycheck" ,emacs-flycheck)
5044 ("emacs-typescript-mode" ,emacs-typescript-mode)))
5045 (home-page "https://github.com/ananthakumaran/tide")
5046 (synopsis "Typescript IDE for Emacs")
5047 (description
5048 "Tide is an Interactive Development Environment (IDE) for Emacs which
5049 provides the following features:
5050
5051 @itemize
5052 @item ElDoc
5053 @item Auto complete
5054 @item Flycheck
5055 @item Jump to definition, Jump to type definition
5056 @item Find occurrences
5057 @item Rename symbol
5058 @item Imenu
5059 @item Compile On Save
5060 @item Highlight Identifiers
5061 @item Code Fixes
5062 @item Code Refactor
5063 @item Organize Imports
5064 @end itemize")
5065 (license license:gpl3+)))
5066
5067 (define-public emacs-markdown-mode
5068 (package
5069 (name "emacs-markdown-mode")
5070 (version "2.3")
5071 (source (origin
5072 (method url-fetch)
5073 (uri (string-append "https://raw.githubusercontent.com/jrblevin"
5074 "/markdown-mode/v" version
5075 "/markdown-mode.el"))
5076 (file-name (string-append "markdown-mode-" version ".el"))
5077 (sha256
5078 (base32
5079 "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
5080 (build-system emacs-build-system)
5081 (home-page "http://jblevins.org/projects/markdown-mode/")
5082 (synopsis "Emacs Major mode for Markdown files")
5083 (description
5084 "Markdown-mode is a major mode for editing Markdown-formatted text files
5085 in Emacs.")
5086 (license license:gpl3+)))
5087
5088 (define-public emacs-edit-indirect
5089 (package
5090 (name "emacs-edit-indirect")
5091 (version "0.1.5")
5092 (source
5093 (origin
5094 (method git-fetch)
5095 (uri (git-reference
5096 (url "https://github.com/Fanael/edit-indirect")
5097 (commit version)))
5098 (file-name (git-file-name name version))
5099 (sha256
5100 (base32
5101 "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
5102 (build-system emacs-build-system)
5103 (home-page "https://github.com/Fanael/edit-indirect")
5104 (synopsis "Edit regions in separate buffers")
5105 (description "This package allows you to edit regions in separate buffers,
5106 like @code{org-edit-src-code} but for arbitrary regions.")
5107 (license license:gpl3+)))
5108
5109 (define-public emacs-projectile
5110 (package
5111 (name "emacs-projectile")
5112 (version "2.0.0")
5113 (source (origin
5114 (method url-fetch)
5115 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
5116 "/projectile/v" version "/projectile.el"))
5117 (file-name (string-append "projectile-" version ".el"))
5118 (sha256
5119 (base32
5120 "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
5121 (build-system emacs-build-system)
5122 (propagated-inputs
5123 `(("emacs-dash" ,emacs-dash)
5124 ("emacs-pkg-info" ,emacs-pkg-info)))
5125 (home-page "https://github.com/bbatsov/projectile")
5126 (synopsis "Manage and navigate projects in Emacs easily")
5127 (description
5128 "This library provides easy project management and navigation. The
5129 concept of a project is pretty basic - just a folder containing special file.
5130 Currently git, mercurial and bazaar repos are considered projects by default.
5131 If you want to mark a folder manually as a project just create an empty
5132 .projectile file in it.")
5133 (license license:gpl3+)))
5134
5135 (define-public emacs-elfeed
5136 (package
5137 (name "emacs-elfeed")
5138 (version "3.1.0")
5139 (source
5140 (origin
5141 (method git-fetch)
5142 (uri (git-reference
5143 (url "https://github.com/skeeto/elfeed.git")
5144 (commit version)))
5145 (file-name (git-file-name name version))
5146 (sha256
5147 (base32 "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i"))))
5148 (build-system emacs-build-system)
5149 (arguments
5150 `(#:tests? #t
5151 #:test-command '("make" "test")))
5152 (home-page "https://github.com/skeeto/elfeed")
5153 (synopsis "Atom/RSS feed reader for Emacs")
5154 (description
5155 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
5156 and RSS, with a user interface inspired by notmuch.")
5157 (license license:gpl3+)))
5158
5159 (define-public emacs-el-x
5160 (package
5161 (name "emacs-el-x")
5162 (version "0.3.1")
5163 (source (origin
5164 (method git-fetch)
5165 (uri (git-reference
5166 (url "https://github.com/sigma/el-x.git")
5167 (commit (string-append "v" version))))
5168 (file-name (git-file-name name version))
5169 (sha256
5170 (base32
5171 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
5172 (build-system emacs-build-system)
5173 (arguments
5174 `(#:phases
5175 (modify-phases %standard-phases
5176 ;; Move the source files to the top level, which is included in
5177 ;; the EMACSLOADPATH.
5178 (add-after 'unpack 'move-source-files
5179 (lambda _
5180 (let ((el-files (find-files "./lisp" ".*\\.el$")))
5181 (for-each (lambda (f)
5182 (rename-file f (basename f)))
5183 el-files))
5184 #t)))))
5185 (home-page "https://github.com/sigma/el-x")
5186 (synopsis "Emacs Lisp extensions")
5187 (description "command@{emacs-el-x} defines the @code{dflet} macro to
5188 provide the historic behavior of @code{flet}, as well as
5189 @code{declare-function} stub for older Emacs.")
5190 (license license:gpl2+)))
5191
5192 (define-public emacs-mocker
5193 (package
5194 (name "emacs-mocker")
5195 (version "0.3.1")
5196 (source (origin
5197 (method git-fetch)
5198 (uri (git-reference
5199 (url "https://github.com/sigma/mocker.el.git")
5200 (commit (string-append "v" version))))
5201 (file-name (git-file-name name version))
5202 (sha256
5203 (base32
5204 "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
5205 (build-system emacs-build-system)
5206 (arguments
5207 `(#:tests? #t
5208 #:test-command '("ert-runner")))
5209 (native-inputs
5210 `(("ert-runner" ,emacs-ert-runner)))
5211 (propagated-inputs
5212 `(("emacs-el-x" ,emacs-el-x)))
5213 (home-page "https://github.com/sigma/mocker.el")
5214 (synopsis "Mocking framework for Emacs Lisp")
5215 (description "Mocker.el is a framework for writing tests in Emacs Lisp.
5216 It uses regular Lisp rather than a domain specific language (DSL), which
5217 maximizes flexibility (at the expense of conciseness).")
5218 (license license:gpl2+)))
5219
5220 (define-public emacs-find-file-in-project
5221 (package
5222 (name "emacs-find-file-in-project")
5223 (version "5.4.7")
5224 (source (origin
5225 (method git-fetch)
5226 (uri (git-reference
5227 (url "https://github.com/technomancy/find-file-in-project.git")
5228 (commit version)))
5229 (file-name (git-file-name name version))
5230 (sha256
5231 (base32
5232 "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
5233 (build-system emacs-build-system)
5234 (arguments
5235 `(#:phases
5236 (modify-phases %standard-phases
5237 (add-before 'check 'set-shell
5238 ;; Otherwise Emacs shell-file-name is set to "/bin/sh", which doesn't
5239 ;; work.
5240 (lambda _
5241 (setenv "SHELL" (which "sh"))
5242 #t)))
5243 #:tests? #t
5244 #:test-command '("./tests/test.sh")))
5245 (home-page "https://github.com/technomancy/find-file-in-project")
5246 (synopsis "File/directory finder for Emacs")
5247 (description "@code{find-file-in-project} allows to find files or
5248 directories quickly in the current project. The project root is detected
5249 automatically when Git, Subversion or Mercurial are used. It also provides
5250 functions to assist in reviewing changes on files.")
5251 (license license:gpl3+)))
5252
5253 (define-public emacs-pyvenv
5254 (package
5255 (name "emacs-pyvenv")
5256 (version "1.20")
5257 (source (origin
5258 (method git-fetch)
5259 (uri (git-reference
5260 (url "https://github.com/jorgenschaefer/pyvenv.git")
5261 (commit (string-append "v" version))))
5262 (file-name (git-file-name name version))
5263 (sha256
5264 (base32
5265 "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
5266 (build-system emacs-build-system)
5267 (arguments
5268 `(#:phases
5269 (modify-phases %standard-phases
5270 ;; This phase incorrectly attempts to substitute "activate" and fails
5271 ;; doing so.
5272 (delete 'patch-el-files))
5273 #:tests? #t
5274 #:test-command '("ert-runner")))
5275 (native-inputs
5276 `(("ert-runner" ,emacs-ert-runner)
5277 ("emacs-mocker" ,emacs-mocker)))
5278 (home-page "https://github.com/jorgenschaefer/pyvenv")
5279 (synopsis "Python virtual environment interface for Emacs")
5280 (description "pyvenv.el is a minor mode to support using Python virtual
5281 environments (virtualenv) inside Emacs.")
5282 (license license:gpl3+)))
5283
5284 (define-public emacs-highlight-indentation
5285 (package
5286 (name "emacs-highlight-indentation")
5287 (version "0.7.0")
5288 (source (origin
5289 (method git-fetch)
5290 (uri (git-reference
5291 (url "https://github.com/antonj/Highlight-Indentation-for-Emacs.git")
5292 (commit (string-append "v" version))))
5293 (file-name (git-file-name name version))
5294 (sha256
5295 (base32
5296 "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k"))))
5297 (build-system emacs-build-system)
5298 (home-page "https://github.com/antonj/Highlight-Indentation-for-Emacs/")
5299 (synopsis "Highlighting indentation for Emacs")
5300 (description "Provides two minor modes to highlight indentation guides in Emacs:
5301 @enumerate
5302 @item @code{highlight-indentation-mode}, which displays guidelines
5303 indentation (space indentation only).
5304 @item @code{highlight-indentation-current-column-mode}, which displays guidelines for the current-point indentation (space indentation only).
5305 @end enumerate")
5306 (license license:gpl2+)))
5307
5308 (define-public emacs-elpy
5309 (package
5310 (name "emacs-elpy")
5311 (version "1.28.0")
5312 (source (origin
5313 (method git-fetch)
5314 (uri (git-reference
5315 (url "https://github.com/jorgenschaefer/elpy.git")
5316 (commit version)))
5317 (file-name (git-file-name name version))
5318 (sha256
5319 (base32
5320 "073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis"))))
5321 (build-system emacs-build-system)
5322 (arguments
5323 `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
5324 #:phases
5325 ;; TODO: Make `elpy-config' display Guix commands :)
5326 (modify-phases %standard-phases
5327 ;; One elpy test depends on being run inside a Python virtual
5328 ;; environment to pass. We have nothing to gain from doing so here,
5329 ;; so we just trick Elpy into thinking we are (see:
5330 ;; https://github.com/jorgenschaefer/elpy/pull/1293).
5331 (add-before 'check 'fake-virtualenv
5332 (lambda _
5333 (setenv "VIRTUAL_ENV" "/tmp")
5334 #t))
5335 (add-before 'check 'build-doc
5336 (lambda _
5337 (with-directory-excursion "docs"
5338 (invoke "make" "info" "man"))
5339 ;; Move .info file at the root so that it can installed by the
5340 ;; 'move-doc phase.
5341 (rename-file "docs/_build/texinfo/Elpy.info" "Elpy.info")
5342 #t))
5343 (add-after 'build-doc 'install-manpage
5344 (lambda* (#:key outputs #:allow-other-keys)
5345 (let* ((out (assoc-ref outputs "out"))
5346 (man1 (string-append out "/share/man/man1")))
5347 (mkdir-p man1)
5348 (copy-file "docs/_build/man/elpy.1"
5349 (string-append man1 "/elpy.1")))
5350 #t)))
5351 #:tests? #t
5352 #:test-command '("ert-runner")))
5353 (propagated-inputs
5354 `(("emacs-company" ,emacs-company)
5355 ("emacs-find-file-in-project" ,emacs-find-file-in-project)
5356 ("emacs-highlight-indentation" ,emacs-highlight-indentation)
5357 ("emacs-yasnippet" ,emacs-yasnippet)
5358 ("pyvenv" ,emacs-pyvenv)
5359 ("s" ,emacs-s)))
5360 (native-inputs
5361 `(("ert-runner" ,emacs-ert-runner)
5362 ("emacs-f" ,emacs-f)
5363 ("python" ,python-wrapper)
5364 ("python-autopep8" ,python-autopep8)
5365 ("python-black" ,python-black)
5366 ("python-flake8" ,python-flake8)
5367 ("python-jedi" ,python-jedi)
5368 ("python-yapf" ,python-yapf)
5369 ;; For documentation.
5370 ("python-sphinx" ,python-sphinx)
5371 ("texinfo" ,texinfo)))
5372 (home-page "https://github.com/jorgenschaefer/elpy")
5373 (synopsis "Python development environment for Emacs")
5374 (description "Elpy brings powerful Python editing to Emacs. It combines
5375 and configures a number of other packages written in Emacs Lisp as well as
5376 Python, together offering features such as navigation, documentation,
5377 completion, interactive development and more.")
5378 (license license:gpl3+)))
5379
5380 (define-public emacs-rainbow-delimiters
5381 (package
5382 (name "emacs-rainbow-delimiters")
5383 (version "2.1.3")
5384 (source (origin
5385 (method url-fetch)
5386 (uri (string-append "https://raw.githubusercontent.com/Fanael"
5387 "/rainbow-delimiters/" version
5388 "/rainbow-delimiters.el"))
5389 (file-name (string-append "rainbow-delimiters-" version ".el"))
5390 (sha256
5391 (base32
5392 "1b3kampwsjabhcqdp0khgff13wc5jqhy3rbvaa12vnv7qy22l9ck"))))
5393 (build-system emacs-build-system)
5394 (home-page "https://github.com/Fanael/rainbow-delimiters")
5395 (synopsis "Highlight brackets according to their depth")
5396 (description
5397 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
5398 highlights parentheses, brackets, and braces according to their depth. Each
5399 successive level is highlighted in a different color, making it easy to spot
5400 matching delimiters, orient yourself in the code, and tell which statements
5401 are at a given level.")
5402 (license license:gpl3+)))
5403
5404 (define-public emacs-rainbow-identifiers
5405 (package
5406 (name "emacs-rainbow-identifiers")
5407 (version "0.2.2")
5408 (source (origin
5409 (method url-fetch)
5410 (uri (string-append "https://raw.githubusercontent.com/Fanael"
5411 "/rainbow-identifiers/" version
5412 "/rainbow-identifiers.el"))
5413 (file-name (string-append "rainbow-identifiers-" version ".el"))
5414 (sha256
5415 (base32
5416 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
5417 (build-system emacs-build-system)
5418 (home-page "https://github.com/Fanael/rainbow-identifiers")
5419 (synopsis "Highlight identifiers in source code")
5420 (description
5421 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
5422 identifiers based on their names. Each identifier gets a color based on a hash
5423 of its name.")
5424 (license license:bsd-2)))
5425
5426 (define-public emacs-rainbow-mode
5427 (package
5428 (name "emacs-rainbow-mode")
5429 (version "1.0.1")
5430 (source (origin
5431 (method url-fetch)
5432 (uri (string-append
5433 "http://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
5434 (sha256
5435 (base32
5436 "0cpga4ax635rfpj7y2vmh7ank0yw00dcy20gjg1mj74r97by8csf"))))
5437 (build-system emacs-build-system)
5438 (home-page "http://elpa.gnu.org/packages/rainbow-mode.html")
5439 (synopsis "Colorize color names in buffers")
5440 (description
5441 "This minor mode sets background color to strings that match color
5442 names, e.g. #0000ff is displayed in white with a blue background.")
5443 (license license:gpl3+)))
5444
5445 (define-public emacs-visual-fill-column
5446 (package
5447 (name "emacs-visual-fill-column")
5448 (version "1.11")
5449 (source (origin
5450 (method url-fetch)
5451 (uri (string-append "https://codeload.github.com/joostkremers/"
5452 "visual-fill-column/tar.gz/" version))
5453 (file-name (string-append name "-" version ".tar.gz"))
5454 (sha256
5455 (base32
5456 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
5457 (build-system emacs-build-system)
5458 (home-page "https://github.com/joostkremers/visual-fill-column")
5459 (synopsis "Fill-column for visual-line-mode")
5460 (description
5461 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
5462 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
5463 wrapping lines at the window edge, which is the standard behaviour of
5464 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
5465 @code{fill-column} is too large for the window, the text is wrapped at the
5466 window edge.")
5467 (license license:gpl3+)))
5468
5469 (define-public emacs-writeroom
5470 (package
5471 (name "emacs-writeroom")
5472 (version "3.7")
5473 (source
5474 (origin
5475 (method git-fetch)
5476 (uri (git-reference
5477 (url "https://github.com/joostkremers/writeroom-mode.git")
5478 (commit version)))
5479 (file-name (git-file-name name version))
5480 (sha256
5481 (base32 "13nbls5qxz5z8firjxaip8m9vzfbbpxmwrmr01njbk4axpwrpj0z"))))
5482 (build-system emacs-build-system)
5483 (propagated-inputs
5484 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
5485 (home-page "https://github.com/joostkremers/writeroom-mode")
5486 (synopsis "Distraction-free writing for Emacs")
5487 (description
5488 "This package defines a minor mode for distraction-free writing. Some of
5489 the default effects include entering fullscreen, deleting other windows of the
5490 current frame, disabling the mode line, and adding margins to the buffer that
5491 restrict the text width to 80 characters.")
5492 (license license:bsd-3)))
5493
5494 (define-public emacs-ido-completing-read+
5495 (package
5496 (name "emacs-ido-completing-read+")
5497 (version "3.12")
5498 (source (origin
5499 (method url-fetch)
5500 (uri (string-append "https://raw.githubusercontent.com"
5501 "/DarwinAwardWinner/ido-ubiquitous/v"
5502 version "/ido-completing-read+.el"))
5503 (file-name (string-append "ido-completing-read+-" version ".el"))
5504 (sha256
5505 (base32
5506 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
5507 (build-system emacs-build-system)
5508 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5509 (synopsis "Replacement for completing-read using ido")
5510 (description
5511 "The ido-completing-read+ function is a wrapper for ido-completing-read.
5512 Importantly, it detects edge cases that ordinary ido cannot handle and either
5513 adjusts them so ido can handle them, or else simply falls back to the standard
5514 Emacs completion function instead.")
5515 (license license:gpl3+)))
5516
5517 (define-public emacs-ido-ubiquitous
5518 (package
5519 (name "emacs-ido-ubiquitous")
5520 (version "3.12")
5521 (source (origin
5522 (method url-fetch)
5523 (uri (string-append "https://raw.githubusercontent.com"
5524 "/DarwinAwardWinner/ido-ubiquitous/v"
5525 version "/ido-ubiquitous.el"))
5526 (file-name (string-append "ido-ubiquitous-" version ".el"))
5527 (sha256
5528 (base32
5529 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
5530 (build-system emacs-build-system)
5531 (propagated-inputs
5532 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
5533 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5534 (synopsis "Use ido (nearly) everywhere")
5535 (description
5536 "Ido-ubiquitous enables ido-style completion for almost every function
5537 that uses the standard completion function completing-read.")
5538 (license license:gpl3+)))
5539
5540 (define-public emacs-yaml-mode
5541 (package
5542 (name "emacs-yaml-mode")
5543 (version "0.0.13")
5544 (source (origin
5545 (method url-fetch)
5546 (uri (string-append "https://raw.githubusercontent.com/yoshiki"
5547 "/yaml-mode/v" version "/yaml-mode.el"))
5548 (file-name (string-append "yaml-mode-" version ".el"))
5549 (sha256
5550 (base32
5551 "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
5552 (build-system emacs-build-system)
5553 (home-page "https://github.com/yoshiki/yaml-mode")
5554 (synopsis "Major mode for editing YAML files")
5555 (description
5556 "Yaml-mode is an Emacs major mode for editing files in the YAML data
5557 serialization format. It was initially developed by Yoshiki Kurihara and many
5558 features were added by Marshall Vandegrift. As YAML and Python share the fact
5559 that indentation determines structure, this mode provides indentation and
5560 indentation command behavior very similar to that of python-mode.")
5561 (license license:gpl3+)))
5562
5563 (define-public emacs-web-mode
5564 (package
5565 (name "emacs-web-mode")
5566 (version "16")
5567 (source (origin
5568 (method url-fetch)
5569 (uri (string-append "https://raw.githubusercontent.com/fxbois"
5570 "/web-mode/v" version "/web-mode.el"))
5571 (file-name (string-append "web-mode-" version ".el"))
5572 (sha256
5573 (base32
5574 "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw"))))
5575 (build-system emacs-build-system)
5576 (synopsis "Major mode for editing web templates")
5577 (description "Web-mode is an Emacs major mode for editing web templates
5578 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
5579 client/server side engines). Web-mode is compatible with many template
5580 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
5581 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
5582 Dust.js, React/JSX, Angularjs, ejs, etc.")
5583 (home-page "http://web-mode.org/")
5584 (license license:gpl3+)))
5585
5586 (define-public emacs-wgrep
5587 (package
5588 (name "emacs-wgrep")
5589 (version "2.3.0")
5590 (source (origin
5591 (method url-fetch)
5592 (uri (string-append
5593 "https://github.com/mhayashi1120/Emacs-wgrep/archive/"
5594 version ".tar.gz"))
5595 (file-name (string-append name "-" version ".tar.gz"))
5596 (sha256
5597 (base32
5598 "1cssqbg03fjb6xwf7idv1l3jjsh9r5r232ryi11czqlxfiv658bj"))))
5599 (build-system emacs-build-system)
5600 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
5601 (synopsis "Edit a grep buffer and apply those changes to the files")
5602 (description
5603 "Emacs wgrep allows you to edit a grep buffer and apply those changes
5604 to the file buffer. Several backends are supported beside the classic grep:
5605 ack, ag, helm and pt.")
5606 (license license:gpl3+)))
5607
5608 (define-public emacs-helm
5609 (package
5610 (name "emacs-helm")
5611 (version "3.2")
5612 (source
5613 (origin
5614 (method git-fetch)
5615 (uri (git-reference
5616 (url "https://github.com/emacs-helm/helm.git")
5617 (commit (string-append "v" version))))
5618 (file-name (git-file-name name version))
5619 (sha256
5620 (base32 "12yyprpgh2by2pd41i4z9gz55fxg0f90x03bfrsf791xwbhf6931"))))
5621 (build-system emacs-build-system)
5622 (propagated-inputs
5623 `(("emacs-async" ,emacs-async)
5624 ("emacs-popup" ,emacs-popup)))
5625 (home-page "https://emacs-helm.github.io/helm/")
5626 (synopsis "Incremental completion and selection narrowing
5627 framework for Emacs")
5628 (description "Helm is incremental completion and selection narrowing
5629 framework for Emacs. It will help steer you in the right direction when
5630 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
5631 of @code{anything.el} originally written by Tamas Patrovic and can be
5632 considered to be its successor. Helm sets out to clean up the legacy code in
5633 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
5634 not tied in the trap of backward compatibility.")
5635 (license license:gpl3+)))
5636
5637 (define-public emacs-helm-swoop
5638 (package
5639 (name "emacs-helm-swoop")
5640 (version "1.7.4")
5641 (source
5642 (origin
5643 (method git-fetch)
5644 (uri (git-reference
5645 (url "https://github.com/ShingoFukuyama/helm-swoop.git")
5646 (commit version)))
5647 (file-name (git-file-name name version))
5648 (sha256
5649 (base32 "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"))))
5650 (build-system emacs-build-system)
5651 (propagated-inputs
5652 `(("emacs-helm" ,emacs-helm)))
5653 (home-page "https://github.com/ShingoFukuyama/helm-swoop")
5654 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
5655 (description
5656 "This package builds on the Helm interface to provide several commands
5657 for search-based navigation of buffers.")
5658 (license license:gpl2+)))
5659
5660 (define-public emacs-helm-projectile
5661 (package
5662 (name "emacs-helm-projectile")
5663 (version "0.14.0")
5664 (source
5665 (origin
5666 (method git-fetch)
5667 (uri (git-reference
5668 (url "https://github.com/bbatsov/helm-projectile.git")
5669 (commit (string-append "v" version))))
5670 (file-name (git-file-name name version))
5671 (sha256
5672 (base32 "0lph38p112fridighqcizpsyzjbv7qr3d8prbfj6w6q6gfl6cna4"))))
5673 (build-system emacs-build-system)
5674 (propagated-inputs
5675 `(("emacs-dash" ,emacs-dash)
5676 ("emacs-helm" ,emacs-helm)
5677 ("emacs-projectile" ,emacs-projectile)))
5678 (home-page "https://github.com/bbatsov/helm-projectile")
5679 (synopsis "Helm integration for Projectile")
5680 (description
5681 "This Emacs library provides a Helm interface for Projectile.")
5682 (license license:gpl3+)))
5683
5684 (define-public emacs-helm-make
5685 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
5686 (revision "1"))
5687 (package
5688 (name "emacs-helm-make")
5689 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
5690 (source
5691 (origin
5692 (method git-fetch)
5693 (uri (git-reference
5694 (url "https://github.com/abo-abo/helm-make.git")
5695 (commit commit)))
5696 (file-name (git-file-name name version))
5697 (sha256
5698 (base32
5699 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
5700 (build-system emacs-build-system)
5701 (propagated-inputs
5702 `(("emacs-helm" ,emacs-helm)
5703 ("emacs-projectile" ,emacs-projectile)))
5704 (home-page "https://github.com/abo-abo/helm-make")
5705 (synopsis "Select a Makefile target with helm")
5706 (description "@code{helm-make} or @code{helm-make-projectile} will give
5707 you a @code{helm} selection of directory Makefile's targets. Selecting a
5708 target will call @code{compile} on it.")
5709 (license license:gpl3+))))
5710
5711 (define-public emacs-cider
5712 (package
5713 (name "emacs-cider")
5714 (version "0.21.0")
5715 (source
5716 (origin
5717 (method git-fetch)
5718 (uri (git-reference
5719 (url "https://github.com/clojure-emacs/cider.git")
5720 (commit (string-append "v" version))))
5721 (file-name (git-file-name name version))
5722 (sha256
5723 (base32
5724 "0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
5725 (build-system emacs-build-system)
5726 (arguments
5727 '(#:exclude ; Don't exclude 'cider-test.el'.
5728 '("^\\.dir-locals\\.el$" "^test/")))
5729 (propagated-inputs
5730 `(("emacs-clojure-mode" ,emacs-clojure-mode)
5731 ("emacs-sesman" ,emacs-sesman)
5732 ("emacs-spinner" ,emacs-spinner)
5733 ("emacs-pkg-info" ,emacs-pkg-info)
5734 ("emacs-queue" ,emacs-queue)))
5735 (home-page "https://cider.readthedocs.io/")
5736 (synopsis "Clojure development environment for Emacs")
5737 (description
5738 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
5739 provide an interactive development experience similar to the one you'd get
5740 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
5741 Geiser) and Smalltalk.
5742
5743 CIDER is the successor to the now deprecated combination of using SLIME +
5744 swank-clojure for Clojure development.
5745
5746 There are plenty of differences between CIDER and SLIME, but the core ideas
5747 are pretty much the same (and SLIME served as the principle inspiration for
5748 CIDER).")
5749 (license license:gpl3+)))
5750
5751 ;; There hasn't been a tag or release since 2015, so we take the latest
5752 ;; commit.
5753 (define-public emacs-sly
5754 (let ((commit "486bfbe95612bcdc0960c490207970a188e0fbb9")
5755 (revision "1"))
5756 (package
5757 (name "emacs-sly")
5758 (version (string-append "1.0.0-" revision "." (string-take commit 9)))
5759 (source
5760 (origin
5761 (method git-fetch)
5762 (uri (git-reference
5763 (url "https://github.com/joaotavora/sly.git")
5764 (commit commit)))
5765 (file-name (git-file-name name version))
5766 (sha256
5767 (base32
5768 "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))
5769 (build-system emacs-build-system)
5770 (arguments
5771 `(#:include (cons "^lib\\/" %default-include)
5772 #:phases
5773 ;; The package provides autoloads.
5774 (modify-phases %standard-phases
5775 (delete 'make-autoloads))))
5776 (home-page "https://github.com/joaotavora/sly")
5777 (synopsis "Sylvester the Cat's Common Lisp IDE")
5778 (description
5779 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
5780 contains the following improvements over it:
5781
5782 @enumerate
5783 @item Completely redesigned REPL based on Emacs's own full-featured
5784 @code{comint.el}
5785 @item Live code annotations via a new @code{sly-stickers} contrib
5786 @item Consistent interactive button interface. Everything can be copied to
5787 the REPL.
5788 @item Multiple inspectors with independent history
5789 @item Regexp-capable @code{M-x sly-apropos}
5790 @item Contribs are first class SLY citizens and enabled by default
5791 @item Use ASDF to loads contribs on demand.
5792 @end enumerate
5793
5794 SLY tracks SLIME's bugfixes and all its familiar features (debugger, inspector,
5795 xref, etc...) are still available, but with better integration.")
5796 (license license:gpl3+))))
5797
5798 (define-public emacs-lua-mode
5799 (let ((commit "652e299cb967fccca827dda381d61a9c144d97de")
5800 (revision "1"))
5801 (package
5802 (name "emacs-lua-mode")
5803 (version (string-append "20151025." revision "-" (string-take commit 9)))
5804 (home-page "https://github.com/immerrr/lua-mode/")
5805 (source (origin
5806 (method git-fetch)
5807 (uri (git-reference
5808 (url home-page)
5809 (commit commit)))
5810 (file-name (string-append name "-" version ".checkout"))
5811 (sha256
5812 (base32
5813 "053025k930wh0lak6rc1973ynfrmm8zsyzfqhhd39x7abkl41hc9"))))
5814 (build-system emacs-build-system)
5815 (synopsis "Major mode for lua")
5816 (description
5817 "This Emacs package provides a mode for @uref{https://www.lua.org/,
5818 Lua programming language}.")
5819 (license license:gpl2+))))
5820
5821 (define-public emacs-ebuild-mode
5822 (package
5823 (name "emacs-ebuild-mode")
5824 (version "1.37")
5825 (source (origin
5826 (method url-fetch)
5827 (uri (string-append
5828 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
5829 "-" version ".tar.xz"))
5830 (file-name (string-append name "-" version ".tar.xz"))
5831 (sha256
5832 (base32
5833 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
5834 (build-system emacs-build-system)
5835 (home-page "https://devmanual.gentoo.org")
5836 (synopsis "Major modes for Gentoo package files")
5837 (description
5838 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
5839 news items, openrc and runscripts.")
5840 (license license:gpl2+)))
5841
5842 (define-public emacs-evil
5843 (package
5844 (name "emacs-evil")
5845 (version "1.2.14")
5846 (source
5847 (origin
5848 (method git-fetch)
5849 (uri (git-reference
5850 (url "https://github.com/emacs-evil/evil")
5851 (commit version)))
5852 (file-name (git-file-name name version))
5853 (sha256
5854 (base32
5855 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
5856 (build-system emacs-build-system)
5857 (propagated-inputs
5858 `(("emacs-undo-tree" ,emacs-undo-tree)
5859 ("emacs-goto-chg" ,emacs-goto-chg)))
5860 (home-page "https://github.com/emacs-evil/evil")
5861 (synopsis "Extensible Vi layer for Emacs")
5862 (description
5863 "Evil is an extensible vi layer for Emacs. It emulates the
5864 main features of Vim, and provides facilities for writing custom
5865 extensions.")
5866 (license license:gpl3+)))
5867
5868 (define-public emacs-evil-collection
5869 (let ((commit "0748c695dfa89b79eb316da5060360de8c0f04da")
5870 (revision "9"))
5871 (package
5872 (name "emacs-evil-collection")
5873 (version (git-version "0.0.1" revision commit))
5874 (source (origin
5875 (method git-fetch)
5876 (uri (git-reference
5877 (url "https://github.com/emacs-evil/evil-collection")
5878 (commit commit)))
5879 (file-name (git-file-name name version))
5880 (sha256
5881 (base32
5882 "17w8nh3q7ffc7776f3qzixk0c0g6vys3xybgw16ky1f416585kvb"))))
5883 (build-system emacs-build-system)
5884 (propagated-inputs
5885 `(("emacs-evil" ,emacs-evil)))
5886 (home-page "https://github.com/emacs-evil/evil-collection")
5887 (synopsis "Collection of Evil bindings for many major and minor modes")
5888 (description "This is a collection of Evil bindings for the parts of
5889 Emacs that Evil does not cover properly by default, such as @code{help-mode},
5890 @code{M-x calendar}, Eshell and more.")
5891 (license license:gpl3+))))
5892
5893 (define-public emacs-goto-chg
5894 (package
5895 (name "emacs-goto-chg")
5896 (version "1.6")
5897 (source
5898 (origin
5899 (method url-fetch)
5900 ;; There is no versioned source.
5901 (uri "https://www.emacswiki.org/emacs/download/goto-chg.el")
5902 (file-name (string-append "goto-chg-" version ".el"))
5903 (sha256
5904 (base32
5905 "078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij"))))
5906 (build-system emacs-build-system)
5907 ;; There is no other home page.
5908 (home-page "https://www.emacswiki.org/emacs/goto-chg.el")
5909 (synopsis "Go to the last change in the Emacs buffer")
5910 (description
5911 "This package provides @code{M-x goto-last-change} command that goes to
5912 the point of the most recent edit in the current Emacs buffer. When repeated,
5913 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
5914 used for reverse direction.")
5915 (license license:gpl2+)))
5916
5917 (define-public emacs-janpath-evil-numbers
5918 (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")
5919 (version "0.5")
5920 (revision "1"))
5921 (package
5922 (name "emacs-janpath-evil-numbers")
5923 (version (git-version version revision commit))
5924 (source
5925 (origin
5926 (method git-fetch)
5927 (uri (git-reference
5928 (url "https://github.com/janpath/evil-numbers")
5929 (commit commit)))
5930 (file-name (git-file-name name version))
5931 (sha256
5932 (base32
5933 "16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
5934 (build-system emacs-build-system)
5935 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
5936 (home-page "https://github.com/janpath/evil-numbers")
5937 (synopsis "Increment and decrement numeric literals")
5938 (description
5939 "This package provides functionality to search for a number up to the
5940 end of a line and increment or decrement it.")
5941 (license license:gpl3+))))
5942
5943 (define-public emacs-evil-exchange
5944 (let ((commit "47691537815150715e64e6f6ec79be7746c96120")
5945 (version "0.41")
5946 (revision "1"))
5947 (package
5948 (name "emacs-evil-exchange")
5949 (version (git-version version revision commit))
5950 (source
5951 (origin
5952 (method git-fetch)
5953 (uri (git-reference
5954 (url "https://github.com/Dewdrops/evil-exchange")
5955 (commit commit)))
5956 (file-name (git-file-name name version))
5957 (sha256
5958 (base32
5959 "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
5960 (build-system emacs-build-system)
5961 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
5962 (home-page "https://github.com/Dewdrops/evil-exchange")
5963 (synopsis "Exchange text easily within Evil")
5964 (description
5965 "This package, a port of @code{vim-exchange}, provides an Evil operator
5966 for exchanging text.")
5967 (license license:gpl3+))))
5968
5969 (define-public emacs-evil-replace-with-register
5970 (let ((commit "91cc7bf21a94703c441cc9212214075b226b7f67")
5971 (version "0.1")
5972 (revision "1"))
5973 (package
5974 (name "emacs-evil-replace-with-register")
5975 (version (git-version version revision commit))
5976 (source
5977 (origin
5978 (method git-fetch)
5979 (uri (git-reference
5980 (url "https://github.com/Dewdrops/evil-ReplaceWithRegister")
5981 (commit commit)))
5982 (file-name (git-file-name name version))
5983 (sha256
5984 (base32
5985 "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"))))
5986 (build-system emacs-build-system)
5987 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
5988 (home-page "https://github.com/Dewdrops/evil-ReplaceWithRegister")
5989 (synopsis "Quickly replace text with the contents of a register")
5990 (description
5991 "This package provides an Evil operator for replacing text with the
5992 contents of a register.")
5993 (license license:gpl3+))))
5994
5995 (define-public emacs-evil-indent-plus
5996 (let ((commit "0c7501e6efed661242c3a20e0a6c79a6455c2c40")
5997 (version "1.0.0")
5998 (revision "1"))
5999 (package
6000 (name "emacs-evil-indent-plus")
6001 (version (git-version version revision commit))
6002 (source
6003 (origin
6004 (method git-fetch)
6005 (uri (git-reference
6006 (url "https://github.com/TheBB/evil-indent-plus")
6007 (commit commit)))
6008 (file-name (git-file-name name version))
6009 (sha256
6010 (base32
6011 "1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"))))
6012 (build-system emacs-build-system)
6013 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6014 (home-page "https://github.com/TheBB/evil-indent-plus")
6015 (synopsis "Text objects based on indentation")
6016 (description
6017 "This package adds new text objects for @code{evil-mode} based on
6018 blocks having the same or higher indentation, including or excluding
6019 surrounding lines.")
6020 (license license:gpl2+))))
6021
6022 (define-public emacs-evil-text-object-python
6023 (let ((commit "9a064fe6475429145cbcc3b270fcc963b67adb15")
6024 (version "1.0.1")
6025 (revision "1"))
6026 (package
6027 (name "emacs-evil-text-object-python")
6028 (version (git-version version revision commit))
6029 (source
6030 (origin
6031 (method git-fetch)
6032 (uri (git-reference
6033 (url "https://github.com/wbolster/evil-text-object-python")
6034 (commit commit)))
6035 (file-name (git-file-name name version))
6036 (sha256
6037 (base32
6038 "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
6039 (build-system emacs-build-system)
6040 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6041 (home-page "https://github.com/wbolster/evil-text-object-python")
6042 (synopsis "Text objects for Python")
6043 (description
6044 "This package provides @code{evil-mode} text objects for Python.")
6045 (license license:gpl3+))))
6046
6047 (define-public emacs-evil-lion
6048 (let ((commit "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab")
6049 (version "0.0.2")
6050 (revision "1"))
6051 (package
6052 (name "emacs-evil-lion")
6053 (version (git-version version revision commit))
6054 (source
6055 (origin
6056 (method git-fetch)
6057 (uri (git-reference
6058 (url "https://github.com/edkolev/evil-lion")
6059 (commit commit)))
6060 (file-name (git-file-name name version))
6061 (sha256
6062 (base32
6063 "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
6064 (build-system emacs-build-system)
6065 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6066 (home-page "https://github.com/edkolev/evil-lion")
6067 (synopsis "Align operator for @code{evil-mode}")
6068 (description
6069 "This package, a port of @code{vim-lion}, provides an operator for
6070 aligning text objects based on separators.")
6071 (license license:gpl3+))))
6072
6073 (define-public emacs-evil-expat
6074 (let ((commit "4c344ea19b789002d759a202ffbf594730d2c59a")
6075 (version "0.0.1")
6076 (revision "1"))
6077 (package
6078 (name "emacs-evil-expat")
6079 (version (git-version version revision commit))
6080 (source
6081 (origin
6082 (method git-fetch)
6083 (uri (git-reference
6084 (url "https://github.com/edkolev/evil-expat")
6085 (commit commit)))
6086 (file-name (git-file-name name version))
6087 (sha256
6088 (base32
6089 "16v7fnldxag6l1lsnrnhdjkga9qi78lbdfbb82k6pmv04991mbkr"))))
6090 (build-system emacs-build-system)
6091 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6092 (home-page "https://github.com/edkolev/evil-expat")
6093 (synopsis "Extra @code{ex} commands for @code{evil-mode}")
6094 (description
6095 "This package provides additional commands for the @code{ex} command
6096 line, including functions for version control with Git and for copying and
6097 pasting into and from @code{tmux} paste buffers.")
6098 (license license:gpl3+))))
6099
6100 (define-public emacs-evil-nerd-commenter
6101 (package
6102 (name "emacs-evil-nerd-commenter")
6103 (version "3.3.7")
6104 (source
6105 (origin
6106 (method git-fetch)
6107 (uri (git-reference
6108 (url "https://github.com/redguardtoo/evil-nerd-commenter")
6109 (commit version)))
6110 (file-name (git-file-name name version))
6111 (sha256
6112 (base32
6113 "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
6114 (build-system emacs-build-system)
6115 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6116 (home-page "https://github.com/redguardtoo/evil-nerd-commenter")
6117 (synopsis "Comment and uncomment lines efficiently")
6118 (description
6119 "This package provides text objects and operators for comments within
6120 @code{evil-mode}.")
6121 (license license:gpl3+)))
6122
6123 (define-public emacs-evil-visual-replace
6124 (package
6125 (name "emacs-evil-visual-replace")
6126 (version "0.0.5")
6127 (source
6128 (origin
6129 (method git-fetch)
6130 (uri (git-reference
6131 (url "https://github.com/troyp/evil-visual-replace")
6132 (commit version)))
6133 (file-name (git-file-name name version))
6134 (sha256
6135 (base32
6136 "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"))))
6137 (build-system emacs-build-system)
6138 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6139 (home-page "https://github.com/troyp/evil-visual-replace")
6140 (synopsis "Replacement commands for @code{evil-mode} visual blocks")
6141 (description
6142 "This package provides versions of @code{query-replace} and
6143 @code{replace-regexp} that work for @code{evil-mode} visual blocks.")
6144 (license license:gpl2+)))
6145
6146 (define-public emacs-evil-visualstar
6147 (let ((commit "06c053d8f7381f91c53311b1234872ca96ced752")
6148 (version "0.0.2")
6149 (revision "1"))
6150 (package
6151 (name "emacs-evil-visualstar")
6152 (version (git-version version revision commit))
6153 (source
6154 (origin
6155 (method git-fetch)
6156 (uri (git-reference
6157 (url "https://github.com/bling/evil-visualstar")
6158 (commit commit)))
6159 (file-name (git-file-name name version))
6160 (sha256
6161 (base32
6162 "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"))))
6163 (build-system emacs-build-system)
6164 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6165 (home-page "https://github.com/bling/evil-visualstar")
6166 (synopsis "Instantly search using the visual selection")
6167 (description
6168 "This package provides @code{evil-mode} functions for using selected text
6169 to search.")
6170 (license license:gpl3+))))
6171
6172 (define-public emacs-monroe
6173 (package
6174 (name "emacs-monroe")
6175 (version "0.3.1")
6176 (source
6177 (origin
6178 (method git-fetch)
6179 (uri (git-reference
6180 (url "https://github.com/sanel/monroe.git")
6181 (commit version)))
6182 (file-name (git-file-name name version))
6183 (sha256
6184 (base32 "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"))))
6185 (build-system emacs-build-system)
6186 (home-page "https://github.com/sanel/monroe")
6187 (synopsis "Clojure nREPL client for Emacs")
6188 (description
6189 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
6190 distribution, primarily targeting Clojure users")
6191 (license license:gpl3+)))
6192
6193 (define-public emacs-orgalist
6194 (package
6195 (name "emacs-orgalist")
6196 (version "1.9")
6197 (source
6198 (origin
6199 (method url-fetch)
6200 (uri (string-append "https://elpa.gnu.org/packages/"
6201 "orgalist-" version ".el"))
6202 (sha256
6203 (base32
6204 "1rmmcyiiqkq54hn74nhzxzl4nvd902hv6gq341jwhrm7yiagffi6"))))
6205 (build-system emacs-build-system)
6206 (home-page "http://elpa.gnu.org/packages/orgalist.html")
6207 (synopsis "Manage Org-like lists in non-Org buffers")
6208 (description "Write Org mode's plain lists in non-Org buffers. More
6209 specifically, Orgalist supports the syntax of Org mode for numbered,
6210 unnumbered, description items, checkboxes, and counter cookies.
6211
6212 The library also implements radio lists, i.e., lists written in Org
6213 syntax later translated into the host format, e.g., LaTeX or HTML.")
6214 (license license:gpl3+)))
6215
6216 (define-public emacs-writegood-mode
6217 (package
6218 (name "emacs-writegood-mode")
6219 (version "2.0.2")
6220 (home-page "https://github.com/bnbeckwith/writegood-mode")
6221 (source (origin
6222 (method git-fetch)
6223 (uri (git-reference
6224 (url home-page)
6225 (commit (string-append "v" version))))
6226 (sha256
6227 (base32
6228 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
6229 (file-name (string-append name "-checkout"))))
6230 (build-system emacs-build-system)
6231 (synopsis "Polish up poor writing on the fly")
6232 (description
6233 "This minor mode tries to find and highlight problems with your writing
6234 in English as you type. It primarily detects \"weasel words\" and abuse of
6235 passive voice.")
6236 (license license:gpl3+)))
6237
6238 (define-public emacs-neotree
6239 (package
6240 (name "emacs-neotree")
6241 (version "0.5.2")
6242 (home-page "https://github.com/jaypei/emacs-neotree")
6243 (source (origin
6244 (method url-fetch)
6245 (uri (string-append
6246 "https://github.com/jaypei/" name
6247 "/archive/" version ".tar.gz"))
6248 (sha256
6249 (base32
6250 "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
6251 (file-name (string-append name "-" version ".tar.gz"))))
6252 (build-system emacs-build-system)
6253 (synopsis "Folder tree view for Emacs")
6254 (description "This Emacs package provides a folder tree view.")
6255 (license license:gpl3+)))
6256
6257 (define-public emacs-org
6258 (package
6259 (name "emacs-org")
6260 ;; emacs-org-contrib inherits from this package. Please update its sha256
6261 ;; checksum as well.
6262 (version "9.2.3")
6263 (source (origin
6264 (method url-fetch)
6265 (uri (string-append "http://elpa.gnu.org/packages/org-"
6266 version ".tar"))
6267 (sha256
6268 (base32
6269 "0hqy4lns9q5p0l1ylgmlckqprn9sbasszhznanmv0rsh0gzhsbyw"))))
6270 (build-system emacs-build-system)
6271 (home-page "https://orgmode.org/")
6272 (synopsis "Outline-based notes management and organizer")
6273 (description "Org is an Emacs mode for keeping notes, maintaining TODO
6274 lists, and project planning with a fast and effective lightweight markup
6275 language. It also is an authoring system with unique support for literate
6276 programming and reproducible research.")
6277 (license license:gpl3+)))
6278
6279 (define-public emacs-org-contrib
6280 (package
6281 (inherit emacs-org)
6282 (name "emacs-org-contrib")
6283 (version "20190402")
6284 (source (origin
6285 (method url-fetch)
6286 (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
6287 version ".tar"))
6288 (sha256
6289 (base32
6290 "0hbrhhq6sa0gz4ylzr54raxandqs4y953894b0hlr553b8sfl1wk"))))
6291 (arguments
6292 `(#:modules ((guix build emacs-build-system)
6293 (guix build utils)
6294 (guix build emacs-utils)
6295 (ice-9 ftw)
6296 (srfi srfi-1))
6297 #:phases
6298 (modify-phases %standard-phases
6299 (add-after 'install 'delete-org-files
6300 (lambda* (#:key inputs outputs #:allow-other-keys)
6301 (let* ((out (assoc-ref outputs "out"))
6302 (org (assoc-ref inputs "org"))
6303 (contrib-files
6304 (map basename (find-files out)))
6305 (org+contrib-files
6306 (map basename (find-files org)))
6307 (duplicates (lset-intersection
6308 string=? contrib-files org+contrib-files)))
6309 (with-directory-excursion
6310 (string-append
6311 out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version)
6312 (for-each delete-file duplicates))
6313 #t))))))
6314 (propagated-inputs
6315 `(("arduino-mode" ,emacs-arduino-mode)
6316 ("cider" ,emacs-cider)
6317 ("org" ,emacs-org)
6318 ("scel" ,emacs-scel)))
6319 (synopsis "Contributed packages to Org mode")
6320 (description "Org is an Emacs mode for keeping notes, maintaining TODO
6321 lists, and project planning with a fast and effective plain-text system.
6322
6323 This package is equivalent to org-plus-contrib, but only includes additional
6324 files that you would find in @file{contrib/} from the git repository.")))
6325
6326 (define-public emacs-flx
6327 (package
6328 (name "emacs-flx")
6329 (version "0.6.1")
6330 (source
6331 (origin
6332 (method url-fetch)
6333 (uri (string-append "https://github.com/lewang/"
6334 "flx/archive/v" version ".tar.gz"))
6335 (sha256
6336 (base32
6337 "0bkcpnf1j4i2fcc2rllwbz62l00sw2mcia6rm5amgwvlkqavmkv6"))
6338 (file-name (string-append name "-" version ".tar.gz"))))
6339 (build-system emacs-build-system)
6340 (home-page "https://github.com/lewang/flx")
6341 (synopsis "Fuzzy matching for Emacs")
6342 (description
6343 "Flx provides fuzzy matching for emacs a la sublime text.
6344 The sorting algorithm is a balance between word beginnings (abbreviation)
6345 and contiguous matches (substring). The longer the substring match,
6346 the higher it scores. This maps well to how we think about matching.
6347 Flx has support for ido (interactively do things) through flx-ido.")
6348 (license license:gpl3+)))
6349
6350 (define-public emacs-cyberpunk-theme
6351 (package
6352 (name "emacs-cyberpunk-theme")
6353 (version "1.19")
6354 (source
6355 (origin
6356 (method url-fetch)
6357 (uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
6358 "archive/" version ".tar.gz"))
6359 (sha256
6360 (base32
6361 "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
6362 (file-name (string-append name "-" version ".tar.gz"))))
6363 (build-system emacs-build-system)
6364 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
6365 (synopsis "Cyberpunk theme for emacs built-in color theme support")
6366 (description
6367 "Cyberpunk color theme for the emacs 24+ built-in color theme support
6368 known loosely as deftheme. Many mode-specific customizations are included.")
6369 (license license:gpl3+)))
6370
6371 (define-public emacs-danneskjold-theme
6372 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
6373 (revision "1"))
6374 (package
6375 (name "emacs-danneskjold-theme")
6376 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
6377 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
6378 (source
6379 (origin
6380 (method git-fetch)
6381 (uri (git-reference
6382 (url home-page)
6383 (commit commit)))
6384 (file-name (git-file-name name version))
6385 (sha256
6386 (base32
6387 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
6388 (build-system emacs-build-system)
6389 (arguments
6390 `(#:phases
6391 (modify-phases %standard-phases
6392 (add-after 'unpack 'delete-screenshots
6393 (lambda _
6394 (delete-file-recursively "screenshots") #t)))))
6395 (synopsis "High-contrast Emacs theme")
6396 (description
6397 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
6398 (license license:gpl3+))))
6399
6400 (define-public emacs-dream-theme
6401 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
6402 (revision "1"))
6403 (package
6404 (name "emacs-dream-theme")
6405 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
6406 (source
6407 (origin
6408 (method git-fetch)
6409 (uri (git-reference
6410 (url "https://github.com/djcb/dream-theme")
6411 (commit commit)))
6412 (file-name (git-file-name name version))
6413 (sha256
6414 (base32
6415 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
6416 (build-system emacs-build-system)
6417 (home-page "https://github.com/djcb/dream-theme")
6418 (synopsis "High-contrast Emacs theme")
6419 (description
6420 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
6421 by zenburn, sinburn and similar themes, but slowly diverging from them.")
6422 (license license:gpl3+))))
6423
6424 (define-public emacs-auto-complete
6425 (package
6426 (name "emacs-auto-complete")
6427 (version "1.5.1")
6428 (source
6429 (origin
6430 (method url-fetch)
6431 (uri (string-append "https://github.com/auto-complete/"
6432 "auto-complete/archive/v" version ".tar.gz"))
6433 (sha256
6434 (base32
6435 "1jvq4lj00hwml75lpmlciazy8f3bbg13gffsfnl835p4qd8l7yqv"))
6436 (file-name (string-append name "-" version ".tar.gz"))))
6437 (build-system emacs-build-system)
6438 (propagated-inputs
6439 `(("emacs-popup" ,emacs-popup)))
6440 (home-page "https://github.com/auto-complete/auto-complete")
6441 (synopsis "Intelligent auto-completion extension for Emacs")
6442 (description
6443 "Auto-Complete is an intelligent auto-completion extension for Emacs.
6444 It extends the standard Emacs completion interface and provides an environment
6445 that allows users to concentrate more on their own work. Its features are:
6446 a visual interface, reduce overhead of completion by using statistic method,
6447 extensibility.")
6448 (license license:gpl3+)))
6449
6450 (define-public emacs-nginx-mode
6451 (package
6452 (name "emacs-nginx-mode")
6453 (version "1.1.9")
6454 (source
6455 (origin
6456 (method git-fetch)
6457 (uri (git-reference
6458 (url "https://github.com/ajc/nginx-mode.git")
6459 (commit (string-append "v" version))))
6460 (file-name (git-file-name name version))
6461 (sha256
6462 (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
6463 (build-system emacs-build-system)
6464 (home-page "https://github.com/ajc/nginx-mode")
6465 (synopsis "Emacs major mode for editing nginx config files")
6466 (description "This package provides an Emacs major mode for
6467 editing nginx config files.")
6468 (license license:gpl2+)))
6469
6470 (define-public emacs-stream
6471 (package
6472 (name "emacs-stream")
6473 (version "2.2.0")
6474 (home-page "https://github.com/NicolasPetton/stream")
6475 (source
6476 (origin
6477 (method url-fetch)
6478 (file-name (string-append name "-" version ".tar.gz"))
6479 (uri (string-append home-page "/archive/"version ".tar.gz"))
6480 (sha256
6481 (base32 "03ql4nqfz5pn55mjly6clhvc3g7x2d28kj7mrlqmigvjbql39xxc"))))
6482 (build-system emacs-build-system)
6483 (synopsis "Implementation of streams for Emacs")
6484 (description "This library provides an implementation of streams for Emacs.
6485 Streams are implemented as delayed evaluation of cons cells.")
6486 (license license:gpl3+)))
6487
6488 (define-public emacs-el-search
6489 (let ((commit "f26277bfbb3fc3fc74beea6592f294c439796bd4")
6490 (revision "1"))
6491 (package
6492 (name "emacs-el-search")
6493 ;; No ufficial release.
6494 (version (string-append "0.0-" revision "." (string-take commit 7)))
6495 (home-page "https://github.com/emacsmirror/el-search")
6496 (source
6497 (origin
6498 (method git-fetch)
6499 (file-name (string-append name "-" version ".tar.gz"))
6500 (uri (git-reference
6501 (commit commit)
6502 (url (string-append home-page ".git"))))
6503 (sha256
6504 (base32 "12xf40h9sb7xxg2r97gsia94q02543mgiiiw46fzh1ac7b7993g6"))))
6505 (build-system emacs-build-system)
6506 (inputs `(("emacs-stream" ,emacs-stream)))
6507 (synopsis "Expression based interactive search for emacs-lisp-mode")
6508 (description "This package provides expression based interactive search
6509 procedures for emacs-lisp-mode.")
6510 (license license:gpl3+))))
6511
6512 (define-public emacs-ht
6513 (package
6514 (name "emacs-ht")
6515 (version "2.2")
6516 (source
6517 (origin
6518 (method git-fetch)
6519 (uri (git-reference
6520 (url "https://github.com/Wilfred/ht.el.git")
6521 (commit version)))
6522 (file-name (git-file-name name version))
6523 (sha256
6524 (base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
6525 (build-system emacs-build-system)
6526 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
6527 (home-page "https://github.com/Wilfred/ht.el")
6528 (synopsis "Hash table library for Emacs")
6529 (description
6530 "This package simplifies the use of hash tables in elisp. It also
6531 provides functions to convert hash tables from and to alists and plists.")
6532 (license license:gpl3+)))
6533
6534 (define-public emacs-log4e
6535 (package
6536 (name "emacs-log4e")
6537 (version "0.3.0")
6538 (source
6539 (origin
6540 (method git-fetch)
6541 (uri (git-reference
6542 (url "https://github.com/aki2o/log4e.git")
6543 (commit (string-append "v" version))))
6544 (file-name (git-file-name name version))
6545 (sha256
6546 (base32 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
6547 (build-system emacs-build-system)
6548 (arguments
6549 `(#:phases
6550 (modify-phases %standard-phases
6551 (add-after 'unpack 'remove-tests
6552 ;; Guile builder complains about null characters in some
6553 ;; strings of test files. Remove "test" directory (it is not
6554 ;; needed anyway).
6555 (lambda _
6556 (delete-file-recursively "test"))))))
6557 (home-page "https://github.com/aki2o/log4e")
6558 (synopsis "Logging framework for elisp")
6559 (description
6560 "This package provides a logging framework for elisp. It allows
6561 you to deal with multiple log levels.")
6562 (license license:gpl3+)))
6563
6564 (define-public emacs-gntp
6565 (package
6566 (name "emacs-gntp")
6567 (version "0.1")
6568 (source
6569 (origin
6570 (method git-fetch)
6571 (uri (git-reference
6572 (url "https://github.com/tekai/gntp.el.git")
6573 (commit (string-append "v" version))))
6574 (file-name (git-file-name name version))
6575 (sha256
6576 (base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
6577 (build-system emacs-build-system)
6578 (home-page "https://github.com/tekai/gntp.el")
6579 (synopsis "Growl Notification Protocol for Emacs")
6580 (description
6581 "This package implements the Growl Notification Protocol GNTP
6582 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
6583 It is incomplete as it only lets you send but not receive
6584 notifications.")
6585 (license license:bsd-3)))
6586
6587 (define-public emacs-alert
6588 (package
6589 (name "emacs-alert")
6590 (version "1.2")
6591 (source
6592 (origin
6593 (method git-fetch)
6594 (uri (git-reference
6595 (url "https://github.com/jwiegley/alert.git")
6596 (commit (string-append "v" version))))
6597 (file-name (git-file-name name version))
6598 (sha256
6599 (base32 "1vpc3q40m6dcrslki4bg725j4kv6c6xfxwjjl1ilg7la49fwwf26"))))
6600 (build-system emacs-build-system)
6601 (propagated-inputs
6602 `(("emacs-gntp" ,emacs-gntp)
6603 ("emacs-log4e" ,emacs-log4e)))
6604 (home-page "https://github.com/jwiegley/alert")
6605 (synopsis "Growl-style notification system for Emacs")
6606 (description
6607 "Alert is a Growl-workalike for Emacs which uses a common notification
6608 interface and multiple, selectable \"styles\", whose use is fully
6609 customizable by the user.")
6610 (license license:gpl2+)))
6611
6612 (define-public emacs-zones
6613 (let ((commit "353fc38a6544eb59887bee045e373406f1d038a5")
6614 (revision "1"))
6615 (package
6616 (name "emacs-zones")
6617 (version (git-version "0" revision commit))
6618 (source
6619 (origin
6620 (method git-fetch)
6621 (uri (git-reference
6622 (url "https://github.com/emacsmirror/zones.git")
6623 (commit commit)))
6624 (file-name (git-file-name name version))
6625 (sha256
6626 (base32
6627 "0gwnw2giii2a14nlh62xp45f47cw6ikqphhzpmcw6c7mn9x5z2ar"))
6628 (patches
6629 (search-patches
6630 "emacs-zones-called-interactively.patch"))))
6631 (build-system emacs-build-system)
6632 (home-page "https://www.emacswiki.org/emacs/Zones")
6633 (synopsis "Define and act on multiple zones of buffer text")
6634 (description "Library @file{zones.el} lets you easily define and
6635 subsequently act on multiple zones of buffer text. You can think of this as
6636 enlarging the notion of region. In effect, it can remove the requirement of
6637 target text being a contiguous sequence of characters. A set of buffer zones
6638 is, in effect, a (typically) noncontiguous set of text.")
6639 (license license:gpl3+))))
6640
6641 (define-public emacs-mu4e-alert
6642 (package
6643 (name "emacs-mu4e-alert")
6644 (version "1.0")
6645 (source
6646 (origin
6647 (method git-fetch)
6648 (uri (git-reference
6649 (url "https://github.com/iqbalansari/mu4e-alert.git")
6650 (commit (string-append "v" version))))
6651 (file-name (git-file-name name version))
6652 (sha256
6653 (base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"))))
6654 (build-system emacs-build-system)
6655 (propagated-inputs
6656 `(("emacs-alert" ,emacs-alert)
6657 ("emacs-s" ,emacs-s)
6658 ("emacs-ht" ,emacs-ht)
6659 ("mu" ,mu)))
6660 (home-page "https://github.com/iqbalansari/mu4e-alert")
6661 (synopsis "Desktop notification for mu4e")
6662 (description
6663 "This package provides desktop notifications for mu4e.
6664 Additionally it can display the number of unread emails in the
6665 mode-line.")
6666 (license license:gpl3+)))
6667
6668 (define-public emacs-pretty-mode
6669 (package
6670 (name "emacs-pretty-mode")
6671 (version "2.0.3")
6672 (source
6673 (origin
6674 (method url-fetch)
6675 (uri (string-append "https://github.com/akatov/pretty-mode/"
6676 "archive/" version ".tar.gz"))
6677 (file-name (string-append name "-" version ".tar.gz"))
6678 (sha256
6679 (base32
6680 "1fan7m4vnqs8kpg7r54kx3g7faadkpkf9kzarfv8n57kq8w157pl"))))
6681 (build-system emacs-build-system)
6682 (home-page "https://github.com/akatov/pretty-mode")
6683 (synopsis "Redisplay parts of the buffer as Unicode symbols")
6684 (description
6685 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
6686 (license license:gpl3+)))
6687
6688 (define-public emacs-yasnippet
6689 (package
6690 (name "emacs-yasnippet")
6691 (version "0.13.0")
6692 (source (origin
6693 (method url-fetch)
6694 (uri (string-append "https://github.com/joaotavora/yasnippet/"
6695 "archive/" version ".tar.gz"))
6696 (file-name (string-append name "-" version ".tar.gz"))
6697 (sha256
6698 (base32
6699 "12ls2x17agzbrj1xynjbmfa11igqxia4hj4fv6fpr66yci2r1plc"))
6700 (modules '((guix build utils)))
6701 (snippet
6702 '(begin
6703 ;; YASnippet expects a "snippets" subdirectory in the same
6704 ;; directory as yasnippet.el, but we don't install it
6705 ;; because it's a git submodule pointing to an external
6706 ;; repository. Adjust `yas-snippet-dirs' to prevent
6707 ;; warnings about a missing directory.
6708 (substitute* "yasnippet.el"
6709 (("^ +'yas-installed-snippets-dir\\)\\)\n")
6710 "))\n"))
6711 #t))))
6712 (build-system emacs-build-system)
6713 (home-page "https://github.com/joaotavora/yasnippet")
6714 (synopsis "Yet another snippet extension for Emacs")
6715 (description
6716 "YASnippet is a template system for Emacs. It allows you to type an
6717 abbreviation and automatically expand it into function templates.")
6718 (license license:gpl3+)))
6719
6720 (define-public emacs-yasnippet-snippets
6721 (let ((commit "885050d34737e2fb36a3e7759d60c09347bd4ce0")
6722 (revision "1"))
6723 (package
6724 (name "emacs-yasnippet-snippets")
6725 (version (string-append "1-" revision "." (string-take commit 8)))
6726 (source
6727 (origin
6728 (method git-fetch)
6729 (uri (git-reference
6730 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
6731 (commit commit)))
6732 (file-name (git-file-name name version))
6733 (sha256
6734 (base32
6735 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9"))))
6736 (build-system trivial-build-system)
6737 (arguments
6738 `(#:modules ((ice-9 ftw)
6739 (ice-9 regex)
6740 (guix build utils))
6741 #:builder
6742 (begin
6743 (use-modules (ice-9 ftw)
6744 (ice-9 regex)
6745 (guix build utils))
6746 (with-directory-excursion (assoc-ref %build-inputs "source")
6747 (for-each (lambda (dir)
6748 (copy-recursively
6749 dir
6750 (string-append %output
6751 "/share/emacs/yasnippet-snippets/"
6752 dir)))
6753 (scandir "." (lambda (fname)
6754 (and (string-match "-mode$" fname)
6755 (directory-exists? fname))))))
6756 #t)))
6757 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
6758 (synopsis "Collection of YASnippet snippets for many languages")
6759 (description
6760 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
6761 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
6762 To make YASnippet aware of these snippets, add the above directory to
6763 @code{yas-snippet-dirs}.")
6764 (license license:expat))))
6765
6766 (define-public emacs-helm-c-yasnippet
6767 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
6768 (revision "1"))
6769 (package
6770 (name "emacs-helm-c-yasnippet")
6771 (version (string-append "0.6.7" "-" revision "."
6772 (string-take commit 7)))
6773 (source (origin
6774 (method git-fetch)
6775 (uri (git-reference
6776 (url "https://github.com/emacs-jp/helm-c-yasnippet")
6777 (commit commit)))
6778 (file-name (git-file-name name version))
6779 (sha256
6780 (base32
6781 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
6782 (build-system emacs-build-system)
6783 (propagated-inputs
6784 `(("emacs-helm" ,emacs-helm)
6785 ("emacs-yasnippet" ,emacs-yasnippet)))
6786 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
6787 (synopsis "Helm integration for Yasnippet")
6788 (description "This Emacs library provides Helm interface for
6789 Yasnippet.")
6790 (license license:gpl2+))))
6791
6792 (define-public emacs-helm-system-packages
6793 ;; There won't be a new release after 1.10.1 until
6794 ;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
6795 ;; and latest commits fix import issues with Guix.
6796 (let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
6797 (package
6798 (name "emacs-helm-system-packages")
6799 (version (git-version "1.10.1" "1" commit))
6800 (source (origin
6801 (method git-fetch)
6802 (uri (git-reference
6803 (url "https://github.com/emacs-helm/helm-system-packages")
6804 (commit commit)))
6805 (file-name (git-file-name name version))
6806 (sha256
6807 (base32
6808 "0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
6809 (build-system emacs-build-system)
6810 (inputs
6811 `(("recutils" ,recutils)))
6812 (propagated-inputs
6813 `(("emacs-helm" ,emacs-helm)))
6814 (arguments
6815 `(#:phases
6816 (modify-phases %standard-phases
6817 (add-after 'unpack 'configure
6818 (lambda* (#:key inputs outputs #:allow-other-keys)
6819 (let ((recutils (assoc-ref inputs "recutils")))
6820 ;; Specify the absolute file names of the various
6821 ;; programs so that everything works out-of-the-box.
6822 (substitute* "helm-system-packages-guix.el"
6823 (("recsel") (string-append recutils "/bin/recsel")))))))))
6824 (home-page "https://github.com/emacs-helm/helm-system-packages")
6825 (synopsis "Helm System Packages is an interface to your package manager")
6826 (description "List all available packages in Helm (with installed
6827 packages displayed in their own respective face). Fuzzy-search, mark and
6828 execute the desired action over any selections of packages: Install,
6829 uninstall, display packages details (in Org Mode) or insert details at point,
6830 find files owned by packages... And much more, including performing all the
6831 above over the network.")
6832 (license license:gpl3+))))
6833
6834 (define-public emacs-memoize
6835 (package
6836 (name "emacs-memoize")
6837 (version "1.1")
6838 (source
6839 (origin
6840 (method git-fetch)
6841 (uri (git-reference
6842 (url "https://github.com/skeeto/emacs-memoize.git")
6843 (commit version)))
6844 (file-name (git-file-name name version))
6845 (sha256
6846 (base32 "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk"))))
6847 (build-system emacs-build-system)
6848 (arguments
6849 `(#:tests? #t
6850 #:test-command '("emacs" "--batch"
6851 "-l" "memoize-test.el"
6852 "-f" "ert-run-tests-batch-and-exit")))
6853 (home-page "https://github.com/skeeto/emacs-memoize")
6854 (synopsis "Emacs lisp memoization library")
6855 (description "@code{emacs-memoize} is an Emacs library for
6856 memoizing functions.")
6857 (license license:unlicense)))
6858
6859 (define-public emacs-linum-relative
6860 (package
6861 (name "emacs-linum-relative")
6862 (version "0.5")
6863 (source
6864 (origin
6865 (method git-fetch)
6866 (uri (git-reference
6867 (url "https://github.com/coldnew/linum-relative.git")
6868 (commit version)))
6869 (file-name (git-file-name name version))
6870 (sha256
6871 (base32 "11bjnqqwvr9zrvz5dlm8a0yw4zg9ysh3jdiq5a6iw09d3f0h1v2s"))))
6872 (build-system emacs-build-system)
6873 (home-page "https://github.com/coldnew/linum-relative")
6874 (synopsis "Relative line numbering for Emacs")
6875 (description "@code{emacs-linum-relative} displays the relative line
6876 number on the left margin in Emacs.")
6877 (license license:gpl2+)))
6878
6879 (define-public emacs-idle-highlight
6880 (package
6881 (name "emacs-idle-highlight")
6882 (version "1.1.3")
6883 (source
6884 (origin
6885 (method git-fetch)
6886 (uri (git-reference
6887 (url "https://github.com/nonsequitur/idle-highlight-mode.git")
6888 (commit version)))
6889 (file-name (git-file-name name version))
6890 (sha256
6891 (base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"))))
6892 (build-system emacs-build-system)
6893 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
6894 (synopsis "Highlights all occurrences of the word the point is on")
6895 (description
6896 "This Emacs package provides @code{idle-highlight-mode} that sets
6897 an idle timer to highlight all occurrences in the buffer of the word under
6898 the point.")
6899 (license license:gpl3+)))
6900
6901 (define-public emacs-ox-twbs
6902 (package
6903 (name "emacs-ox-twbs")
6904 (version "1.1.1")
6905 (source
6906 (origin
6907 (method git-fetch)
6908 (uri (git-reference
6909 (url "https://github.com/marsmining/ox-twbs.git")
6910 (commit (string-append "v" version))))
6911 (file-name (git-file-name name version))
6912 (sha256
6913 (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
6914 (build-system emacs-build-system)
6915 (home-page "https://github.com/marsmining/ox-twbs")
6916 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
6917 (description
6918 "This Emacs package outputs your org-mode docs with a simple, clean and
6919 modern look. It implements a new HTML back-end for exporting org-mode docs as
6920 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
6921 jQuery and Bootstrap resources included via osscdn.")
6922 (license license:gpl3+)))
6923
6924 (define-public emacs-highlight-sexp
6925 (package
6926 (name "emacs-highlight-sexp")
6927 (version "1.0")
6928 (source
6929 (origin
6930 (method git-fetch)
6931 (uri (git-reference
6932 (url "https://github.com/daimrod/highlight-sexp.git")
6933 (commit (string-append "v" version))))
6934 (file-name (git-file-name name version))
6935 (sha256
6936 (base32 "12cyk2q5g6p4ac2hykw1cag7dp1prjjnck5f7nalwwaklmy62y79"))))
6937 (build-system emacs-build-system)
6938 (home-page "https://github.com/daimrod/highlight-sexp")
6939 (synopsis "Minor mode that highlights the s-exp at the current position")
6940 (description
6941 "This Emacs package highlights the s-exp at the current position.")
6942 (license license:gpl3+)))
6943
6944 (define-public emacs-highlight-stages
6945 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
6946 (revision "1"))
6947 (package
6948 (name "emacs-highlight-stages")
6949 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
6950 (source
6951 (origin
6952 (method git-fetch)
6953 (uri (git-reference
6954 (url "https://github.com/zk-phi/highlight-stages.git")
6955 (commit commit)))
6956 (file-name (git-file-name name version))
6957 (sha256
6958 (base32
6959 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
6960 (patches
6961 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
6962 (build-system emacs-build-system)
6963 (home-page "https://github.com/wigust/highlight-stages")
6964 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
6965 (description "@code{highlight-stages} provides an Emacs minor mode that
6966 highlights quasi-quoted expressions.")
6967 (license license:gpl3+))))
6968
6969 (define-public emacspeak
6970 (package
6971 (name "emacspeak")
6972 (version "50.0")
6973 (source
6974 (origin
6975 (method url-fetch)
6976 (uri (string-append
6977 "https://github.com/tvraman/emacspeak/releases/download/"
6978 version "/emacspeak-" version ".tar.bz2"))
6979 (sha256
6980 (base32
6981 "0rsj7rzfyqmyidfsjrhjnxi2d43axx6r3gac1fhv5xkkbiiqzqkb"))))
6982 (build-system gnu-build-system)
6983 (arguments
6984 '(#:make-flags (list (string-append "prefix="
6985 (assoc-ref %outputs "out")))
6986 #:phases
6987 (modify-phases %standard-phases
6988 (replace 'configure
6989 (lambda _
6990 (setenv "SHELL" (which "sh"))
6991 ;; Configure Emacspeak according to etc/install.org.
6992 (invoke "make" "config")))
6993 (add-after 'build 'build-espeak
6994 (lambda _
6995 (invoke "make" "espeak")))
6996 (replace 'install
6997 (lambda* (#:key inputs outputs #:allow-other-keys)
6998 (let* ((out (assoc-ref outputs "out"))
6999 (bin (string-append out "/bin"))
7000 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
7001 (info (string-append out "/share/info"))
7002 (emacs (string-append (assoc-ref inputs "emacs")
7003 "/bin/emacs")))
7004 ;; According to etc/install.org, the Emacspeak directory should
7005 ;; be copied to its installation destination.
7006 (for-each
7007 (lambda (file)
7008 (copy-recursively file (string-append lisp "/" file)))
7009 '("etc" "info" "js" "lisp" "media" "servers" "sounds"
7010 "stumpwm" "xsl"))
7011 ;; Make sure emacspeak is loaded from the correct directory.
7012 (substitute* "etc/emacspeak.sh"
7013 (("/lisp/emacspeak-setup.el")
7014 (string-append lisp "/lisp/emacspeak-setup.el")))
7015 ;; Install the convenient startup script.
7016 (mkdir-p bin)
7017 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
7018 #t))
7019 (add-after 'install 'wrap-program
7020 (lambda* (#:key inputs outputs #:allow-other-keys)
7021 (let* ((out (assoc-ref outputs "out"))
7022 (emacspeak (string-append out "/bin/emacspeak"))
7023 (espeak (string-append (assoc-ref inputs "espeak")
7024 "/bin/espeak")))
7025 ;; The environment variable DTK_PROGRAM tells emacspeak what
7026 ;; program to use for speech.
7027 (wrap-program emacspeak
7028 `("DTK_PROGRAM" ":" prefix (,espeak)))
7029 #t))))
7030 #:tests? #f)) ; no check target
7031 (inputs
7032 `(("emacs" ,emacs)
7033 ("espeak" ,espeak)
7034 ("perl" ,perl)
7035 ("tcl" ,tcl)
7036 ("tclx" ,tclx)))
7037 (home-page "http://emacspeak.sourceforge.net")
7038 (synopsis "Audio desktop interface for Emacs")
7039 (description
7040 "Emacspeak is a speech interface that allows visually impaired users to
7041 interact independently and efficiently with the computer. Audio formatting
7042 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
7043 allows Emacspeak to produce rich aural presentations of electronic information.
7044 By seamlessly blending all aspects of the Internet such as Web-surfing and
7045 messaging, Emacspeak speech-enables local and remote information via a
7046 consistent and well-integrated user interface.")
7047 (license license:gpl2+)))
7048
7049 (define-public emacs-adaptive-wrap
7050 (package
7051 (name "emacs-adaptive-wrap")
7052 (version "0.5.1")
7053 (source (origin
7054 (method url-fetch)
7055 (uri (string-append
7056 "http://elpa.gnu.org/packages/adaptive-wrap-"
7057 version ".el"))
7058 (sha256
7059 (base32
7060 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
7061 (build-system emacs-build-system)
7062 (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html")
7063 (synopsis "Smart line-wrapping with wrap-prefix")
7064 (description
7065 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
7066 minor mode which sets the wrap-prefix property on the fly so that
7067 single-long-line paragraphs get word-wrapped in a way similar to what
7068 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
7069 actually changing the buffer's text.")
7070 (license license:gpl3+)))
7071
7072 (define-public emacs-diff-hl
7073 (package
7074 (name "emacs-diff-hl")
7075 (version "1.8.6")
7076 (source
7077 (origin
7078 (method git-fetch)
7079 (uri (git-reference
7080 (url "https://github.com/dgutov/diff-hl")
7081 (commit version)))
7082 (sha256
7083 (base32
7084 "1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s"))))
7085 (build-system emacs-build-system)
7086 (home-page "https://github.com/dgutov/diff-hl")
7087 (synopsis
7088 "Highlight uncommitted changes using VC")
7089 (description
7090 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
7091 window (using the fringe, by default), allows you to jump between
7092 the hunks and revert them selectively.")
7093 (license license:gpl3+)))
7094
7095 (define-public emacs-diminish
7096 (package
7097 (name "emacs-diminish")
7098 (version "0.45")
7099 (source
7100 (origin
7101 (method git-fetch)
7102 (uri (git-reference
7103 (url "https://github.com/myrjola/diminish.el.git")
7104 (commit (string-append "v" version))))
7105 (file-name (git-file-name name version))
7106 (sha256
7107 (base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
7108 (build-system emacs-build-system)
7109 (home-page "https://github.com/myrjola/diminish.el")
7110 (synopsis "Diminish minor modes with no modeline display")
7111 (description "@code{emacs-diminish} implements hiding or
7112 abbreviation of the mode line displays (lighters) of minor modes.")
7113 (license license:gpl2+)))
7114
7115 (define-public emacs-use-package
7116 (package
7117 (name "emacs-use-package")
7118 (version "2.4")
7119 (source (origin
7120 (method git-fetch)
7121 (uri (git-reference
7122 (url "https://github.com/jwiegley/use-package")
7123 (commit version)))
7124 (file-name (git-file-name name version))
7125 (sha256
7126 (base32
7127 "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
7128 (build-system emacs-build-system)
7129 (propagated-inputs
7130 `(("emacs-diminish" ,emacs-diminish)))
7131 (arguments
7132 `(#:tests? #t
7133 #:test-command '("emacs" "--batch"
7134 "-l" "use-package-tests.el"
7135 "-f" "ert-run-tests-batch-and-exit")))
7136 (home-page "https://github.com/jwiegley/use-package")
7137 (synopsis "Declaration for simplifying your .emacs")
7138 (description "The use-package macro allows you to isolate package
7139 configuration in your @file{.emacs} file in a way that is both
7140 performance-oriented and tidy.")
7141 (license license:gpl2+)))
7142
7143 (define-public emacs-strace-mode
7144 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
7145 (revision "1"))
7146 (package
7147 (name "emacs-strace-mode")
7148 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
7149 (source (origin
7150 (method git-fetch)
7151 (uri (git-reference
7152 (url "https://github.com/pkmoore/strace-mode")
7153 (commit commit)))
7154 (file-name (git-file-name name version))
7155 (sha256
7156 (base32
7157 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
7158 (build-system emacs-build-system)
7159 (home-page "https://github.com/pkmoore/strace-mode")
7160 (synopsis "Emacs major mode to highlight strace outputs")
7161 (description "@code{emacs-strace-mode} provides an Emacs major mode
7162 highlighting strace outputs.")
7163 (license license:gpl3+))))
7164
7165 (define-public emacs-default-encrypt
7166 (package
7167 (name "emacs-default-encrypt")
7168 (version "4.3")
7169 (source
7170 (origin
7171 (method url-fetch)
7172 (uri (string-append
7173 "https://www.informationelle-selbstbestimmung-im-internet.de"
7174 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
7175 (file-name (string-append "jl-encrypt-" version ".el"))
7176 (sha256
7177 (base32
7178 "16i3rlfp3jxlqvndn8idylhmczync3gwmy8a019v29vyr48rnnr0"))))
7179 (build-system emacs-build-system)
7180 (home-page "https://www.informationelle-selbstbestimmung-im-internet.de/Emacs.html")
7181 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
7182 (description
7183 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
7184 automatically encrypts messages that you send (e.g., email) when public keys
7185 for all recipients are available, and it protects you from accidentally
7186 sending un-encrypted messages. It can also be configured to automatically
7187 sign messages that you send. For details and instructions on how to use
7188 DefaultEncrypt, please refer to the home page or read the comments in the
7189 source file, @file{jl-encrypt.el}.")
7190 (license license:gpl3+)))
7191
7192 (define-public emacs-htmlize
7193 (package
7194 (name "emacs-htmlize")
7195 (version "1.53")
7196 (source
7197 (origin
7198 (method git-fetch)
7199 (uri (git-reference
7200 (url "https://github.com/hniksic/emacs-htmlize.git")
7201 (commit (string-append "release/" version))))
7202 (file-name (git-file-name name version))
7203 (sha256
7204 (base32 "0dr235c0z8is3pi5xdgqyqljg6px0b2aya6qb79zkyi477bmz4ip"))))
7205 (build-system emacs-build-system)
7206 (home-page "https://github.com/hniksic/emacs-htmlize")
7207 (synopsis "Convert buffer text and decorations to HTML")
7208 (description "@code{emacs-htmlize} converts the buffer text and
7209 the associated decorations to HTML. Output to CSS, inline CSS and
7210 fonts is supported.")
7211 (license license:gpl2+)))
7212
7213 (define-public emacs-xmlgen
7214 (package
7215 (name "emacs-xmlgen")
7216 (version "0.5")
7217 (source
7218 (origin
7219 (method git-fetch)
7220 (uri (git-reference
7221 (url "https://github.com/philjackson/xmlgen.git")
7222 (commit version)))
7223 (file-name (git-file-name name version))
7224 (sha256
7225 (base32 "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"))))
7226 (build-system emacs-build-system)
7227 (arguments
7228 `(#:tests? #t
7229 #:test-command '("emacs" "--batch"
7230 "-l" "xmlgen-test.el"
7231 "-f" "ert-run-tests-batch-and-exit")))
7232 (home-page "https://github.com/philjackson/xmlgen")
7233 (synopsis "S-expression to XML domain specific language (DSL) in
7234 Emacs Lisp")
7235 (description "@code{emacs-xmlgen} provides S-expression to XML
7236 conversion for Emacs Lisp.")
7237 (license license:gpl2+)))
7238
7239 (define-public emacs-cdlatex
7240 (package
7241 (name "emacs-cdlatex")
7242 (version "4.7")
7243 (source
7244 (origin
7245 (method git-fetch)
7246 (uri (git-reference
7247 (url "https://github.com/cdominik/cdlatex.git")
7248 (commit version)))
7249 (file-name (git-file-name name version))
7250 (sha256
7251 (base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
7252 (build-system emacs-build-system)
7253 (propagated-inputs
7254 `(("emacs-auctex" ,emacs-auctex)))
7255 (home-page "https://github.com/cdominik/cdlatex")
7256 (synopsis "Fast Emacs input methods for LaTeX environments and
7257 math")
7258 (description "CDLaTeX is an Emacs minor mode supporting fast
7259 insertion of environment templates and math in LaTeX. Similar
7260 commands are also offered as part of the AUCTeX package, but it is not
7261 the same - CDLaTeX focuses on speediness for inserting LaTeX
7262 constructs.")
7263 (license license:gpl3+)))
7264
7265 (define-public emacs-cnfonts
7266 (package
7267 (name "emacs-cnfonts")
7268 (version "0.9.1")
7269 (source
7270 (origin
7271 (method git-fetch)
7272 (uri (git-reference
7273 (url "https://github.com/tumashu/cnfonts.git")
7274 (commit (string-append "v" version))))
7275 (file-name (git-file-name name version))
7276 (sha256
7277 (base32 "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"))))
7278 (build-system emacs-build-system)
7279 (home-page "https://github.com/tumashu/cnfonts")
7280 (synopsis "Emacs Chinese fonts setup tool")
7281 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
7282 configuration of Chinese fonts.")
7283 (license license:gpl2+)))
7284
7285 (define-public emacs-php-mode
7286 (package
7287 (name "emacs-php-mode")
7288 (version "20171225.342")
7289 (source (origin
7290 (method url-fetch)
7291 (uri (string-append
7292 "https://melpa.org/packages/php-mode-"
7293 version ".tar"))
7294 (sha256
7295 (base32
7296 "1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
7297 (build-system emacs-build-system)
7298 (home-page "https://github.com/ejmr/php-mode")
7299 (synopsis "Major mode for editing PHP code")
7300 (description "@code{php-mode} is a major mode for editing PHP source
7301 code. It's an extension of C mode; thus it inherits all C mode's navigation
7302 functionality. But it colors according to the PHP grammar and indents
7303 according to the PEAR coding guidelines. It also includes a couple handy
7304 IDE-type features such as documentation search and a source and class
7305 browser.")
7306 (license license:gpl3+)))
7307
7308 (define-public emacs-pos-tip
7309 (package
7310 (name "emacs-pos-tip")
7311 (version "0.4.6")
7312 (source
7313 (origin
7314 (method git-fetch)
7315 (uri (git-reference
7316 (url "https://github.com/pitkali/pos-tip.git")
7317 (commit version)))
7318 (file-name (git-file-name name version))
7319 (sha256
7320 (base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
7321 (build-system emacs-build-system)
7322 ;; The following functions and variables needed by emacs-pos-tip are
7323 ;; not included in emacs-minimal:
7324 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
7325 (arguments `(#:emacs ,emacs))
7326 (home-page "https://github.com/pitkali/pos-tip")
7327 (synopsis "Show tooltip at point")
7328 (description "The standard library tooltip.el provides a function for
7329 displaying a tooltip at the mouse position. However, locating a tooltip at an
7330 arbitrary buffer position in a window is not easy. Pos-tip provides such a
7331 function to be used by other frontend programs.")
7332 (license license:gpl2+)))
7333
7334 (define-public emacs-pyim-basedict
7335 (package
7336 (name "emacs-pyim-basedict")
7337 (version "0.3.1")
7338 (source
7339 (origin
7340 (method git-fetch)
7341 (uri (git-reference
7342 (url "https://github.com/tumashu/pyim-basedict.git")
7343 (commit (string-append "v" version))))
7344 (file-name (git-file-name name version))
7345 (sha256
7346 (base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"))))
7347 (build-system emacs-build-system)
7348 (home-page "https://github.com/tumashu/pyim-basedict")
7349 (synopsis "Input method dictionary of pyim")
7350 (description "Pyim-basedict is the default pinyin input method dictionary,
7351 containing words from the rime project.")
7352 (license license:gpl2+)))
7353
7354 (define-public emacs-pyim
7355 (package
7356 (name "emacs-pyim")
7357 (version "1.8")
7358 (source
7359 (origin
7360 (method git-fetch)
7361 (uri (git-reference
7362 (url "https://github.com/tumashu/pyim")
7363 (commit (string-append "v" version))))
7364 (file-name (git-file-name name version))
7365 (sha256
7366 (base32
7367 "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
7368 (build-system emacs-build-system)
7369 (propagated-inputs
7370 `(("emacs-async" ,emacs-async)
7371 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
7372 ("emacs-popup" ,emacs-popup)
7373 ("emacs-posframe" ,emacs-posframe)))
7374 (home-page "https://github.com/tumashu/pyim")
7375 (synopsis "Chinese input method")
7376 (description "Chinese input method which supports quanpin, shuangpin, wubi
7377 and cangjie.")
7378 (license license:gpl2+)))
7379
7380 (define-public emacs-posframe
7381 (package
7382 (name "emacs-posframe")
7383 (version "0.4.2")
7384 (source
7385 (origin
7386 (method url-fetch)
7387 (uri (string-append
7388 "https://elpa.gnu.org/packages/posframe-" version ".el"))
7389 (sha256
7390 (base32
7391 "1h8vvxvsg41vc1nnglqjs2q0k1yzfsn72skga9s76qa3zxmx6kds"))))
7392 (build-system emacs-build-system)
7393 ;; emacs-minimal does not include the function font-info
7394 (arguments `(#:emacs ,emacs))
7395 (home-page "https://github.com/tumashu/posframe")
7396 (synopsis "Pop a posframe (a child frame) at point")
7397 (description "@code{emacs-posframe} can pop a posframe at point. A
7398 posframe is a child frame displayed within its root window's buffer.
7399 @code{emacs-posframe} is fast and works well with CJK languages.")
7400 (license license:gpl3+)))
7401
7402 (define-public emacs-el2org
7403 (package
7404 (name "emacs-el2org")
7405 (version "0.6.0")
7406 (source
7407 (origin
7408 (method git-fetch)
7409 (uri (git-reference
7410 (url "https://github.com/tumashu/el2org.git")
7411 (commit (string-append "v" version))))
7412 (file-name (git-file-name name version))
7413 (sha256
7414 (base32 "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"))))
7415 (build-system emacs-build-system)
7416 (home-page "https://github.com/tumashu/el2org")
7417 (synopsis "Convert Emacs-lisp file to org file")
7418 (description "El2org is a simple tool, which can convert Emacs-lisp file
7419 to org file, you can use this tool to write orgify commentary.")
7420 (license license:gpl2+)))
7421
7422 (define-public emacs-mustache
7423 (package
7424 (name "emacs-mustache")
7425 (version "0.23")
7426 (source
7427 (origin
7428 (method git-fetch)
7429 (uri (git-reference
7430 (url "https://github.com/Wilfred/mustache.el.git")
7431 (commit version)))
7432 (file-name (git-file-name name version))
7433 (sha256
7434 (base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
7435 (build-system emacs-build-system)
7436 (propagated-inputs
7437 `(("emacs-dash" ,emacs-dash)
7438 ("emacs-ht" ,emacs-ht)
7439 ("emacs-s" ,emacs-s)))
7440 (home-page "https://github.com/Wilfred/mustache.el")
7441 (synopsis "Mustache templating library for Emacs")
7442 (description "Mustache templating library for Emacs, mustache is
7443 a simple web template system, which is described as a logic-less system
7444 because it lacks any explicit control flow statements, both looping and
7445 conditional evaluation can be achieved using section tags processing lists
7446 and lambdas.")
7447 (license license:gpl3+)))
7448
7449 (define-public emacs-org2web
7450 (package
7451 (name "emacs-org2web")
7452 (version "0.9.1")
7453 (source
7454 (origin
7455 (method git-fetch)
7456 (uri (git-reference
7457 (url "https://github.com/tumashu/org2web.git")
7458 (commit (string-append "v" version))))
7459 (file-name (git-file-name name version))
7460 (sha256
7461 (base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"))))
7462 (build-system emacs-build-system)
7463 (propagated-inputs
7464 `(("emacs-dash" ,emacs-dash)
7465 ("emacs-el2org" ,emacs-el2org)
7466 ("emacs-ht" ,emacs-ht)
7467 ("emacs-mustache" ,emacs-mustache)
7468 ("emacs-simple-httpd" ,emacs-simple-httpd)))
7469 (home-page "https://github.com/tumashu/org2web")
7470 (synopsis "Static site generator based on org-mode ")
7471 (description "Org2web is a static site generator based on org-mode,
7472 which code derived from Kelvin H's org-page.")
7473 (license license:gpl2+)))
7474
7475 (define-public emacs-xelb
7476 (package
7477 (name "emacs-xelb")
7478 (version "0.17")
7479 (source (origin
7480 (method url-fetch)
7481 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
7482 version ".tar"))
7483 (sha256
7484 (base32
7485 "0k98580vq253fjdgklgqlwl450saninfw39fbq8lv3xsnp3dcgml"))))
7486 (build-system emacs-build-system)
7487 ;; The following functions and variables needed by emacs-xelb are
7488 ;; not included in emacs-minimal:
7489 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
7490 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
7491 ;; x-display-pixel-width, x-display-pixel-height
7492 (arguments
7493 `(#:emacs ,emacs
7494 #:phases
7495 (modify-phases %standard-phases
7496 (add-after 'unpack 'regenerate-el-files
7497 (lambda* (#:key inputs #:allow-other-keys)
7498 (invoke "make"
7499 (string-append "PROTO_PATH="
7500 (assoc-ref inputs "xcb-proto")
7501 "/share/xcb")
7502 (string-append "EMACS_BIN="
7503 (assoc-ref inputs "emacs")
7504 "/bin/emacs -Q")))))))
7505 (native-inputs `(("xcb-proto" ,xcb-proto)))
7506 (home-page "https://github.com/ch11ng/xelb")
7507 (synopsis "X protocol Emacs Lisp binding")
7508 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
7509 X11 protocol based on the XML description files from the XCB project. It
7510 features an object-oriented API and permits a certain degree of concurrency.
7511 It should enable you to implement low-level X11 applications.")
7512 (license license:gpl3+)))
7513
7514 (define-public emacs-exwm
7515 (package
7516 (name "emacs-exwm")
7517 (version "0.22")
7518 (synopsis "Emacs X window manager")
7519 (source (origin
7520 (method url-fetch)
7521 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
7522 version ".tar"))
7523 (sha256
7524 (base32
7525 "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
7526 (build-system emacs-build-system)
7527 (propagated-inputs
7528 `(("emacs-xelb" ,emacs-xelb)))
7529 (inputs
7530 `(("xhost" ,xhost)
7531 ("dbus" ,dbus)))
7532 ;; The following functions and variables needed by emacs-exwm are
7533 ;; not included in emacs-minimal:
7534 ;; scroll-bar-mode, fringe-mode
7535 ;; x-display-pixel-width, x-display-pixel-height
7536 (arguments
7537 `(#:emacs ,emacs
7538 #:phases
7539 (modify-phases %standard-phases
7540 (add-after 'build 'install-xsession
7541 (lambda* (#:key inputs outputs #:allow-other-keys)
7542 (let* ((out (assoc-ref outputs "out"))
7543 (xsessions (string-append out "/share/xsessions"))
7544 (bin (string-append out "/bin"))
7545 (exwm-executable (string-append bin "/exwm")))
7546 ;; Add a .desktop file to xsessions
7547 (mkdir-p xsessions)
7548 (mkdir-p bin)
7549 (with-output-to-file
7550 (string-append xsessions "/exwm.desktop")
7551 (lambda _
7552 (format #t "[Desktop Entry]~@
7553 Name=~a~@
7554 Comment=~a~@
7555 Exec=~a~@
7556 TryExec=~:*~a~@
7557 Type=Application~%" ,name ,synopsis exwm-executable)))
7558 ;; Add a shell wrapper to bin
7559 (with-output-to-file exwm-executable
7560 (lambda _
7561 (format #t "#!~a ~@
7562 ~a +SI:localuser:$USER ~@
7563 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
7564 (string-append (assoc-ref inputs "bash") "/bin/sh")
7565 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
7566 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
7567 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
7568 '(cond
7569 ((file-exists-p "~/.exwm")
7570 (load-file "~/.exwm"))
7571 ((not (featurep 'exwm))
7572 (require 'exwm)
7573 (require 'exwm-config)
7574 (exwm-config-default)
7575 (message (concat "exwm configuration not found. "
7576 "Falling back to default configuration...")))))))
7577 (chmod exwm-executable #o555)
7578 #t))))))
7579 (home-page "https://github.com/ch11ng/exwm")
7580 (description "EXWM is a full-featured tiling X window manager for Emacs
7581 built on top of XELB.")
7582 (license license:gpl3+)))
7583
7584 (define-public emacs-switch-window
7585 (package
7586 (name "emacs-switch-window")
7587 (version "1.6.2")
7588 (source
7589 (origin
7590 (method git-fetch)
7591 (uri (git-reference
7592 (url "https://github.com/dimitri/switch-window")
7593 (commit (string-append "v" version))))
7594 (file-name (git-file-name name version))
7595 (sha256
7596 (base32
7597 "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
7598 (build-system emacs-build-system)
7599 (home-page "https://github.com/dimitri/switch-window")
7600 (synopsis "Emacs window switch tool")
7601 (description "Switch-window is an emacs window switch tool, which
7602 offer a visual way to choose a window to switch to, delete, split or
7603 other operations.")
7604 (license license:wtfpl2)))
7605
7606 (define-public emacs-exwm-x
7607 (package
7608 (name "emacs-exwm-x")
7609 (version "1.9.0")
7610 (synopsis "Derivative window manager based on EXWM")
7611 (source
7612 (origin
7613 (method git-fetch)
7614 (uri (git-reference
7615 (url "https://github.com/tumashu/exwm-x")
7616 (commit (string-append "v" version))))
7617 (file-name (git-file-name name version))
7618 (sha256
7619 (base32
7620 "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
7621 (build-system emacs-build-system)
7622 (propagated-inputs
7623 `(("emacs-exwm" ,emacs-exwm)
7624 ("emacs-switch-window" ,emacs-switch-window)
7625 ("emacs-ivy" ,emacs-ivy)
7626 ("emacs-use-package" ,emacs-use-package)))
7627 (inputs
7628 `(("xhost" ,xhost)
7629 ("dbus" ,dbus)))
7630 ;; Need emacs instead of emacs-minimal,
7631 ;; for emacs's bin path will be inserted into bin/exwm-x file.
7632 (arguments
7633 `(#:emacs ,emacs
7634 #:phases
7635 (modify-phases %standard-phases
7636 (add-after 'build 'install-xsession
7637 (lambda* (#:key inputs outputs #:allow-other-keys)
7638 (let* ((out (assoc-ref outputs "out"))
7639 (xsessions (string-append out "/share/xsessions"))
7640 (bin (string-append out "/bin"))
7641 (exwm-executable (string-append bin "/exwm-x")))
7642 ;; Add a .desktop file to xsessions
7643 (mkdir-p xsessions)
7644 (mkdir-p bin)
7645 (with-output-to-file
7646 (string-append xsessions "/exwm-x.desktop")
7647 (lambda _
7648 (format #t "[Desktop Entry]~@
7649 Name=~a~@
7650 Comment=~a~@
7651 Exec=~a~@
7652 TryExec=~@*~a~@
7653 Type=Application~%" ,name ,synopsis exwm-executable)))
7654 ;; Add a shell wrapper to bin
7655 (with-output-to-file exwm-executable
7656 (lambda _
7657 (format #t "#!~a ~@
7658 ~a +SI:localuser:$USER ~@
7659 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
7660 (string-append (assoc-ref inputs "bash") "/bin/sh")
7661 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
7662 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
7663 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
7664 '(require 'exwmx-loader))))
7665 (chmod exwm-executable #o555)
7666 #t))))))
7667 (home-page "https://github.com/tumashu/exwm-x")
7668 (description "EXWM-X is a derivative window manager based on EXWM, with focus
7669 on mouse-control.")
7670 (license license:gpl3+)))
7671
7672 (define-public emacs-gnuplot
7673 (package
7674 (name "emacs-gnuplot")
7675 (version "0.7.0")
7676 (source
7677 (origin
7678 (method git-fetch)
7679 (uri (git-reference
7680 (url "https://github.com/bruceravel/gnuplot-mode.git")
7681 (commit version)))
7682 (file-name (git-file-name name version))
7683 (sha256
7684 (base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
7685 (build-system gnu-build-system)
7686 (native-inputs `(("emacs" ,emacs-minimal)))
7687 (arguments
7688 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
7689 "/gnuplot-" version)))
7690 `(#:modules ((guix build gnu-build-system)
7691 (guix build utils)
7692 (guix build emacs-utils))
7693 #:imported-modules (,@%gnu-build-system-modules
7694 (guix build emacs-utils))
7695 #:configure-flags
7696 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
7697 "/bin/emacs")
7698 (string-append "--with-lispdir=" %output ,elisp-dir))
7699 #:phases
7700 (modify-phases %standard-phases
7701 (add-after 'install 'generate-autoloads
7702 (lambda* (#:key outputs #:allow-other-keys)
7703 (emacs-generate-autoloads
7704 "gnuplot"
7705 (string-append (assoc-ref outputs "out") ,elisp-dir))
7706 #t))))))
7707 (home-page "https://github.com/bruceravel/gnuplot-mode")
7708 (synopsis "Emacs major mode for interacting with gnuplot")
7709 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
7710 with gnuplot.")
7711 (license license:gpl2+)))
7712
7713 (define-public emacs-transpose-frame
7714 (package
7715 (name "emacs-transpose-frame")
7716 (version "0.1.0")
7717 (source
7718 (origin
7719 (method url-fetch)
7720 (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
7721 (file-name (string-append "transpose-frame-" version ".el"))
7722 (sha256
7723 (base32
7724 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
7725 (build-system emacs-build-system)
7726 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
7727 (synopsis "Transpose window arrangement in current frame")
7728 (description "@code{emacs-transpose-frame} provides some interactive
7729 functions which allows users to transpose windows arrangement in currently
7730 selected frame.")
7731 (license license:bsd-2)))
7732
7733 (define-public emacs-key-chord
7734 (package
7735 (name "emacs-key-chord")
7736 (version "0.6")
7737 (source
7738 (origin
7739 (method url-fetch)
7740 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
7741 (file-name (string-append "key-chord-" version ".el"))
7742 (sha256
7743 (base32
7744 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
7745 (build-system emacs-build-system)
7746 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
7747 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
7748 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
7749 mode for binding key chords to commands. A key chord is defined as two keys
7750 pressed simultaneously or a single key quickly pressed twice.")
7751 (license license:gpl2+)))
7752
7753 (define-public emacs-evil-surround
7754 (package
7755 (name "emacs-evil-surround")
7756 (version "1.0.0")
7757 (source
7758 (origin
7759 (method git-fetch)
7760 (uri (git-reference
7761 (url "https://github.com/timcharper/evil-surround.git")
7762 (commit (string-append "v" version))))
7763 (file-name (git-file-name name version))
7764 (sha256
7765 (base32 "1smv7sqhm1l2bi9fmispnlmjssidblwkmiiycj1n3ag54q27z031"))))
7766 (build-system emacs-build-system)
7767 (propagated-inputs
7768 `(("emacs-evil" ,emacs-evil)))
7769 (home-page "https://github.com/timcharper/evil-surround")
7770 (synopsis "Easily modify surrounding parentheses and quotes")
7771 (description "@code{emacs-evil-surround} allows easy deletion, change and
7772 addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
7773 (license license:gpl3+)))
7774
7775 (define-public emacs-evil-commentary
7776 (package
7777 (name "emacs-evil-commentary")
7778 (version "2.1.1")
7779 (source
7780 (origin
7781 (method git-fetch)
7782 (uri (git-reference
7783 (url "https://github.com/linktohack/evil-commentary.git")
7784 (commit (string-append "v" version))))
7785 (file-name (git-file-name name version))
7786 (sha256
7787 (base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"))))
7788 (build-system emacs-build-system)
7789 (propagated-inputs
7790 `(("emacs-evil" ,emacs-evil)))
7791 (home-page "https://github.com/linktohack/evil-commentary")
7792 (synopsis "Comment out code in evil mode")
7793 (description "@code{emacs-evil-commentary} adds keybindings to easily
7794 comment out lines of code in evil mode. It provides @code{gcc} to comment out
7795 lines, and @code{gc} to comment out the target of a motion.")
7796 (license license:gpl3+)))
7797
7798 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
7799 ;; therefore cannot be run
7800 (define-public emacs-ansi
7801 (package
7802 (name "emacs-ansi")
7803 (version "0.4.1")
7804 (source
7805 (origin
7806 (method git-fetch)
7807 (uri (git-reference
7808 (url "https://github.com/rejeep/ansi.el.git")
7809 (commit (string-append "v" version))))
7810 (file-name (git-file-name name version))
7811 (sha256
7812 (base32 "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"))))
7813 (build-system emacs-build-system)
7814 (propagated-inputs
7815 `(("emacs-dash" ,emacs-dash)
7816 ("emacs-s" ,emacs-s)))
7817 (home-page "https://github.com/rejeep/ansi.el")
7818 (synopsis "Convert strings to ANSI")
7819 (description "@code{emacs-ansi} defines functions that turns simple
7820 strings to ANSI strings. Turning a string into an ANSI string can be to add
7821 color to a text, add color in the background of a text or adding a style, such
7822 as bold, underscore or italic.")
7823 (license license:gpl3+)))
7824
7825 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
7826 ;; therefore cannot be run
7827 (define-public emacs-commander
7828 (package
7829 (name "emacs-commander")
7830 (version "0.7.0")
7831 (source
7832 (origin
7833 (method git-fetch)
7834 (uri (git-reference
7835 (url "https://github.com/rejeep/commander.el.git")
7836 (commit (string-append "v" version))))
7837 (file-name (git-file-name name version))
7838 (sha256
7839 (base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
7840 (build-system emacs-build-system)
7841 (propagated-inputs
7842 `(("emacs-dash" ,emacs-dash)
7843 ("emacs-f" ,emacs-f)
7844 ("emacs-s" ,emacs-s)))
7845 (home-page "https://github.com/rejeep/commander.el")
7846 (synopsis "Emacs command line parser")
7847 (description "@code{emacs-commander} provides command line parsing for
7848 Emacs.")
7849 (license license:gpl3+)))
7850
7851 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
7852 ;; cannot be run
7853 (define-public emacs-ert-runner
7854 (let ((version "0.7.0")
7855 (revision "1")
7856 (commit "90b8fdd5970ef76a4649be60003b37f82cdc1a65"))
7857 (package
7858 (name "emacs-ert-runner")
7859 (version (git-version "0.7.0" revision commit))
7860 (source
7861 (origin
7862 (method git-fetch)
7863 (uri (git-reference
7864 (url "https://github.com/rejeep/ert-runner.el.git")
7865 (commit commit)))
7866 (file-name (git-file-name name version))
7867 (sha256
7868 (base32
7869 "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"))))
7870 (build-system emacs-build-system)
7871 (inputs
7872 `(("emacs-ansi" ,emacs-ansi)
7873 ("emacs-commander" ,emacs-commander)
7874 ("emacs-dash" ,emacs-dash)
7875 ("emacs-f" ,emacs-f)
7876 ("emacs-s" ,emacs-s)
7877 ("emacs-shut-up" ,emacs-shut-up)))
7878 (arguments
7879 `(#:phases
7880 (modify-phases %standard-phases
7881 (add-after 'install 'install-executable
7882 (lambda* (#:key inputs outputs #:allow-other-keys)
7883 (let ((out (assoc-ref outputs "out"))
7884 (source-directory (string-append
7885 (getenv "TMPDIR") "/source")))
7886 (substitute* "bin/ert-runner"
7887 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
7888 (string-append "ERT_RUNNER=\"" out
7889 "/share/emacs/site-lisp/guix.d/ert-runner-"
7890 ,version)))
7891 (install-file "bin/ert-runner" (string-append out "/bin"))
7892 (wrap-program (string-append out "/bin/ert-runner")
7893 (list "EMACSLOADPATH" ":" 'prefix
7894 ;; Do not capture the transient source directory in
7895 ;; the wrapper.
7896 (delete source-directory
7897 (string-split (getenv "EMACSLOADPATH") #\:))))
7898 #t))))
7899 #:include (cons* "^reporters/.*\\.el$" %default-include)))
7900 (home-page "https://github.com/rejeep/ert-runner.el")
7901 (synopsis "Opinionated Ert testing workflow")
7902 (description "@code{ert-runner} is a tool for Emacs projects tested
7903 using ERT. It assumes a certain test structure setup and can therefore make
7904 running tests easier.")
7905 (license license:gpl3+))))
7906
7907 (define-public ert-runner
7908 (deprecated-package "ert-runner" emacs-ert-runner))
7909
7910 (define-public emacs-disable-mouse
7911 (package
7912 (name "emacs-disable-mouse")
7913 (version "0.2")
7914 (source
7915 (origin
7916 (method git-fetch)
7917 (uri (git-reference
7918 (url "https://github.com/purcell/disable-mouse.git")
7919 (commit version)))
7920 (file-name (git-file-name name version))
7921 (sha256
7922 (base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
7923 (build-system emacs-build-system)
7924 (home-page "https://github.com/purcell/disable-mouse")
7925 (synopsis "Disable mouse commands globally")
7926 (description
7927 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
7928 pair of minor modes which suppress all mouse events by intercepting them and
7929 running a customisable handler command (@code{ignore} by default). ")
7930 (license license:gpl3+)))
7931
7932 (define-public emacs-json-reformat
7933 (package
7934 (name "emacs-json-reformat")
7935 (version "0.0.6")
7936 (source
7937 (origin
7938 (method git-fetch)
7939 (uri (git-reference
7940 (url "https://github.com/gongo/json-reformat.git")
7941 (commit version)))
7942 (file-name (git-file-name name version))
7943 (sha256
7944 (base32 "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs"))
7945 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
7946 (build-system emacs-build-system)
7947 (propagated-inputs
7948 `(("emacs-undercover" ,emacs-undercover)))
7949 (native-inputs
7950 `(("emacs-dash" ,emacs-dash)
7951 ("emacs-shut-up" ,emacs-shut-up)
7952 ("ert-runner" ,emacs-ert-runner)))
7953 (arguments
7954 `(#:tests? #t
7955 #:test-command '("ert-runner")
7956 #:phases
7957 (modify-phases %standard-phases
7958 (add-before 'check 'make-tests-writable
7959 (lambda _
7960 (for-each make-file-writable (find-files "test"))
7961 #t))
7962 (add-before 'check 'delete-json-objects-order-test
7963 (lambda _
7964 (emacs-batch-edit-file "test/json-reformat-test.el"
7965 `(progn (progn (goto-char (point-min))
7966 (re-search-forward
7967 "ert-deftest json-reformat-test:json-reformat-region")
7968 (beginning-of-line)
7969 (kill-sexp))
7970 (basic-save-buffer)))
7971 #t)))))
7972 (home-page "https://github.com/gongo/json-reformat")
7973 (synopsis "Reformatting tool for JSON")
7974 (description "@code{json-reformat} provides a reformatting tool for
7975 @url{http://json.org/, JSON}.")
7976 (license license:gpl3+)))
7977
7978 (define-public emacs-json-snatcher
7979 (package
7980 (name "emacs-json-snatcher")
7981 (version "1.0.0")
7982 (source
7983 (origin
7984 (method git-fetch)
7985 (uri (git-reference
7986 (url "https://github.com/Sterlingg/json-snatcher.git")
7987 (commit version)))
7988 (file-name (git-file-name name version))
7989 (sha256
7990 (base32 "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"))))
7991 (build-system emacs-build-system)
7992 (home-page "https://github.com/sterlingg/json-snatcher")
7993 (synopsis "Grabs the path to JSON values in a JSON file")
7994 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
7995 a @url{http://json.org/, JSON} file.")
7996 (license license:gpl3+)))
7997
7998 (define-public emacs-json-mode
7999 (package
8000 (name "emacs-json-mode")
8001 (version "1.7.0")
8002 (source
8003 (origin
8004 (method git-fetch)
8005 (uri (git-reference
8006 (url "https://github.com/joshwnj/json-mode.git")
8007 (commit (string-append "v" version))))
8008 (file-name (git-file-name name version))
8009 (sha256
8010 (base32 "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"))))
8011 (build-system emacs-build-system)
8012 (propagated-inputs
8013 `(("emacs-json-reformat" ,emacs-json-reformat)
8014 ("emacs-json-snatcher" ,emacs-json-snatcher)))
8015 (home-page "https://github.com/joshwnj/json-mode")
8016 (synopsis "Major mode for editing JSON files")
8017 (description "@code{json-mode} extends the builtin js-mode syntax
8018 highlighting.")
8019 (license license:gpl3+)))
8020
8021 (define-public emacs-restclient
8022 (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
8023 (revision "1")) ;Guix package revision,
8024 ;upstream doesn't have official releases
8025 (package
8026 (name "emacs-restclient")
8027 (version (string-append revision "."
8028 (string-take commit 7)))
8029 (source (origin
8030 (method git-fetch)
8031 (uri (git-reference
8032 (url "https://github.com/pashky/restclient.el.git")
8033 (commit commit)))
8034 (sha256
8035 (base32
8036 "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))
8037 (file-name (git-file-name name version))))
8038 (build-system emacs-build-system)
8039 (propagated-inputs
8040 `(("emacs-helm" ,emacs-helm)))
8041 (home-page "https://github.com/pashky/restclient.el")
8042 (synopsis "Explore and test HTTP REST webservices")
8043 (description
8044 "This tool allows for testing and exploration of HTTP REST Web services
8045 from within Emacs. Restclient runs queries from a plan-text query sheet,
8046 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
8047 (license license:public-domain))))
8048
8049 (define-public emacs-whitespace-cleanup-mode
8050 (let ((commit "72427144b054b0238a86e1348c45d986b8830d9d")
8051 (revision "1"))
8052 (package
8053 (name "emacs-whitespace-cleanup-mode")
8054 (version (git-version "0.10" revision commit))
8055 (source (origin
8056 (method git-fetch)
8057 (uri (git-reference
8058 (url "https://github.com/purcell/whitespace-cleanup-mode")
8059 (commit commit)))
8060 (sha256
8061 (base32
8062 "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag"))
8063 (file-name (git-file-name name version))))
8064 (build-system emacs-build-system)
8065 (home-page "https://github.com/purcell/whitespace-cleanup-mode")
8066 (synopsis "Intelligently call @code{whitespace-cleanup} on save")
8067 (description
8068 "This package provides a minor mode that calls
8069 @code{whitespace-cleanup} before saving the current buffer only if the
8070 whitespace in the buffer was initially clean.")
8071 (license license:gpl3+))))
8072
8073 (define-public emacs-eimp
8074 (let ((version "1.4.0")
8075 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
8076 (revision "1"))
8077 (package
8078 (name "emacs-eimp")
8079 (version (git-version version revision commit))
8080 (source
8081 (origin
8082 (method git-fetch)
8083 (uri (git-reference
8084 (url "https://github.com/nicferrier/eimp.git")
8085 (commit commit)))
8086 (file-name (git-file-name name version))
8087 (sha256
8088 (base32
8089 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
8090 (build-system emacs-build-system)
8091 (arguments
8092 `(#:phases
8093 (modify-phases %standard-phases
8094 (add-after 'unpack 'configure
8095 (lambda* (#:key inputs #:allow-other-keys)
8096 (let ((imagemagick (assoc-ref inputs "imagemagick")))
8097 ;; eimp.el is read-only in git.
8098 (chmod "eimp.el" #o644)
8099 (emacs-substitute-variables "eimp.el"
8100 ("eimp-mogrify-program"
8101 (string-append imagemagick "/bin/mogrify"))))
8102 #t)))))
8103 (inputs
8104 `(("imagemagick" ,imagemagick)))
8105 (home-page "https://github.com/nicferrier/eimp")
8106 (synopsis "Interactive image manipulation utility for Emacs")
8107 (description "@code{emacs-eimp} allows interactive image manipulation
8108 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
8109 the actual transformations.")
8110 (license license:gpl2+))))
8111
8112 (define-public emacs-dired-hacks
8113 (let ((commit "2c1234592aee91dcd9401bcd67213e6a4a464fd9")
8114 (revision "1"))
8115 (package
8116 (name "emacs-dired-hacks")
8117 (version (string-append "0.0.1-" revision "."
8118 (string-take commit 7)))
8119 (source (origin
8120 (method git-fetch)
8121 (uri (git-reference
8122 (url "https://github.com/Fuco1/dired-hacks.git")
8123 (commit commit)))
8124 (file-name (git-file-name name version))
8125 (sha256
8126 (base32
8127 "1g7mky41cahpryzj6frdgzdymknpqq7pidzfjj9304887kijmhj3"))))
8128 (build-system emacs-build-system)
8129 (propagated-inputs
8130 `(("emacs-dash" ,emacs-dash)
8131 ("emacs-eimp" ,emacs-eimp)
8132 ("emacs-f" ,emacs-f)
8133 ("emacs-s" ,emacs-s)))
8134 (home-page "https://github.com/Fuco1/dired-hacks")
8135 (synopsis
8136 "Collection of useful dired additions")
8137 (description
8138 "Collection of Emacs dired mode additions:
8139 @itemize
8140 @item dired-avfs
8141 @item dired-columns
8142 @item dired-filter
8143 @item dired-hacks-utils
8144 @item dired-images
8145 @item dired-list
8146 @item dired-narrow
8147 @item dired-open
8148 @item dired-rainbow
8149 @item dired-ranger
8150 @item dired-subtree
8151 @item dired-tagsistant
8152 @end itemize\n")
8153 (license license:gpl3+))))
8154
8155 (define-public emacs-dired-sidebar
8156 (let ((commit "06bd0d40bab812c61a668129daf29ba359424454")
8157 (revision "0"))
8158 (package
8159 (name "emacs-dired-sidebar")
8160 (home-page "https://github.com/jojojames/dired-sidebar")
8161 (version (git-version "0.0.1" revision commit))
8162 (source (origin
8163 (method git-fetch)
8164 (uri (git-reference (url home-page) (commit commit)))
8165 (file-name (git-file-name name version))
8166 (sha256
8167 (base32
8168 "0lvwvq6sl80sha9fq5m4568sg534dhmifyjqw75bqddcbf3by84x"))))
8169 (build-system emacs-build-system)
8170 (propagated-inputs
8171 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
8172 (synopsis "Sidebar for Emacs using Dired")
8173 (description
8174 "This package provides a sidebar for Emacs similar to @code{NeoTree}
8175 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
8176 (license license:gpl3+))))
8177
8178 (define-public emacs-which-key
8179 (package
8180 (name "emacs-which-key")
8181 (version "3.3.1")
8182 (source
8183 (origin
8184 (method git-fetch)
8185 (uri (git-reference
8186 (url "https://github.com/justbur/emacs-which-key.git")
8187 (commit (string-append "v" version))))
8188 (file-name (git-file-name name version))
8189 (sha256
8190 (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
8191 (build-system emacs-build-system)
8192 (arguments
8193 `(#:tests? #t
8194 #:test-command '("emacs" "--batch"
8195 "-l" "which-key-tests.el"
8196 "-f" "ert-run-tests-batch-and-exit")))
8197 (home-page "https://github.com/justbur/emacs-which-key")
8198 (synopsis "Display available key bindings in popup")
8199 (description
8200 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
8201 bindings following your currently entered incomplete command (a prefix) in a
8202 popup. For example, after enabling the minor mode if you enter C-x and wait
8203 for the default of 1 second, the minibuffer will expand with all of the
8204 available key bindings that follow C-x (or as many as space allows given your
8205 settings).")
8206 (license license:gpl3+)))
8207
8208 (define-public emacs-ws-butler
8209 (package
8210 (name "emacs-ws-butler")
8211 (version "0.6")
8212 (source (origin
8213 (method git-fetch)
8214 (uri (git-reference
8215 (url "https://github.com/lewang/ws-butler.git")
8216 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
8217 (file-name (git-file-name name version))
8218 (sha256
8219 (base32
8220 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
8221 (build-system emacs-build-system)
8222 (native-inputs
8223 `(("ert-runner" ,emacs-ert-runner)))
8224 (arguments
8225 `(#:tests? #t
8226 #:test-command '("ert-runner" "tests")))
8227 (home-page "https://github.com/lewang/ws-butler")
8228 (synopsis "Trim spaces from end of lines")
8229 (description
8230 "This Emacs package automatically and unobtrusively trims whitespace
8231 characters from end of lines.")
8232 (license license:gpl3+)))
8233
8234 (define-public emacs-org-edit-latex
8235 (package
8236 (name "emacs-org-edit-latex")
8237 (version "0.8.0")
8238 (source
8239 (origin
8240 (method git-fetch)
8241 (uri (git-reference
8242 (url "https://github.com/et2010/org-edit-latex.git")
8243 (commit (string-append "v" version))))
8244 (file-name (git-file-name name version))
8245 (sha256
8246 (base32 "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
8247 (build-system emacs-build-system)
8248 (propagated-inputs
8249 `(("emacs-auctex" ,emacs-auctex)
8250 ;; The version of org in Emacs 25.2 is not sufficient, because the
8251 ;; `org-latex-make-preamble' function is required.
8252 ("emacs-org" ,emacs-org)))
8253 (home-page "https://github.com/et2010/org-edit-latex")
8254 (synopsis "Edit a latex fragment just like editing a src block")
8255 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
8256 It lets you edit a latex fragment in a dedicated buffer just like editing a
8257 src block.")
8258 (license license:gpl3+)))
8259
8260 (define-public emacs-emamux
8261 (package
8262 (name "emacs-emamux")
8263 (version "0.14")
8264 (source
8265 (origin
8266 (method git-fetch)
8267 (uri (git-reference
8268 (url "https://github.com/syohex/emacs-emamux.git")
8269 (commit version)))
8270 (file-name (git-file-name name version))
8271 (sha256
8272 (base32 "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b"))))
8273 (build-system emacs-build-system)
8274 (home-page "https://github.com/syohex/emacs-emamux")
8275 (synopsis "Manipulate Tmux from Emacs")
8276 (description
8277 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
8278 multiplexer.")
8279 (license license:gpl3+)))
8280
8281 (define-public emacs-rpm-spec-mode
8282 (package
8283 (name "emacs-rpm-spec-mode")
8284 (version "0.16")
8285 (source
8286 (origin
8287 (method url-fetch)
8288 ;; URI has the Fedora release number instead of the version
8289 ;; number. This will have to updated manually every new release.
8290 (uri (string-append
8291 "https://src.fedoraproject.org/cgit/rpms"
8292 "/emacs-rpm-spec-mode.git/snapshot"
8293 "/emacs-rpm-spec-mode-f26.tar.gz"))
8294 (sha256
8295 (base32
8296 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
8297 (build-system emacs-build-system)
8298 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
8299 (synopsis "Emacs major mode for editing RPM spec files")
8300 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
8301 editing RPM spec files.")
8302 (license license:gpl2+)))
8303
8304 (define-public emacs-git-messenger
8305 (package
8306 (name "emacs-git-messenger")
8307 (version "0.18")
8308 (source
8309 (origin
8310 (method git-fetch)
8311 (uri (git-reference
8312 (url "https://github.com/syohex/emacs-git-messenger.git")
8313 (commit version)))
8314 (file-name (git-file-name name version))
8315 (sha256
8316 (base32 "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"))))
8317 (build-system emacs-build-system)
8318 (propagated-inputs
8319 `(("emacs-popup" ,emacs-popup)))
8320 (arguments
8321 `(#:tests? #t
8322 #:test-command '("emacs" "--batch" "-l" "test/test.el"
8323 "-f" "ert-run-tests-batch-and-exit")))
8324 (home-page "https://github.com/syohex/emacs-git-messenger")
8325 (synopsis "Popup commit message at current line")
8326 (description "@code{emacs-git-messenger} provides
8327 @code{git-messenger:popup-message}, a function that when called, will popup
8328 the last git commit message for the current line. This uses git-blame
8329 internally.")
8330 (license license:gpl3+)))
8331
8332 (define-public emacs-gitpatch
8333 (package
8334 (name "emacs-gitpatch")
8335 (version "0.5.0")
8336 (source
8337 (origin
8338 (method git-fetch)
8339 (uri (git-reference
8340 (url "https://github.com/tumashu/gitpatch.git")
8341 (commit (string-append "v" version))))
8342 (file-name (git-file-name name version))
8343 (sha256
8344 (base32 "1jj12pjwza6cq8a3kr8nqnmm3vxs0wam8h983irry4xr4ifywsn4"))))
8345 (build-system emacs-build-system)
8346 (home-page "https://github.com/tumashu/gitpatch")
8347 (synopsis "Mail git patch from Emacs")
8348 (description "@code{emacs-gitpatch} lets users easily send git patches,
8349 created by @code{git format-patch}, from @code{magit}, @code{dired} and
8350 @code{ibuffer} buffers.")
8351 (license license:gpl3+)))
8352
8353 (define-public emacs-erc-hl-nicks
8354 (package
8355 (name "emacs-erc-hl-nicks")
8356 (version "1.3.3")
8357 (source
8358 (origin
8359 (method url-fetch)
8360 (uri (string-append "https://github.com/leathekd/erc-hl-nicks"
8361 "/archive/" version ".tar.gz"))
8362 (file-name (string-append name "-" version ".tar.gz"))
8363 (sha256
8364 (base32
8365 "1a1r2kc3688g8c2ybkpwh88kgmnqhg3h3032g2yn4zr9m0n3vpkr"))))
8366 (build-system emacs-build-system)
8367 (synopsis "Nickname highlighting for Emacs ERC")
8368 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
8369 client for Emacs. The main features are:
8370 @itemize
8371 @item Auto-colorizes nicknames without having to specify colors
8372 @item Ignores certain characters that IRC clients add to nicknames to avoid
8373 duplicates (nickname, nickname’, nickname\", etc.)
8374 @item Attempts to produce colors with a sufficient amount of contrast between
8375 the nick color and the background color
8376 @end itemize\n")
8377 (home-page "https://github.com/leathekd/erc-hl-nicks")
8378 (license license:gpl3+)))
8379
8380 (define-public emacs-engine-mode
8381 (package
8382 (name "emacs-engine-mode")
8383 (version "2.0.0")
8384 (source
8385 (origin
8386 (method git-fetch)
8387 (uri (git-reference
8388 (url "https://github.com/hrs/engine-mode.git")
8389 (commit (string-append "v" version))))
8390 (file-name (git-file-name name version))
8391 (sha256
8392 (base32 "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml"))))
8393 (build-system emacs-build-system)
8394 (synopsis "Minor mode for defining and querying search engines")
8395 (description "@code{engine-mode} is a global minor mode for Emacs. It
8396 enables you to easily define search engines, bind them to keybindings, and
8397 query them from the comfort of your editor.")
8398 (home-page "https://github.com/hrs/engine-mode")
8399 (license license:gpl3+)))
8400
8401 (define-public emacs-prop-menu
8402 (package
8403 (name "emacs-prop-menu")
8404 (version "0.1.2")
8405 (source
8406 (origin
8407 (method url-fetch)
8408 (uri (string-append
8409 "http://stable.melpa.org/packages/prop-menu-"
8410 version ".el"))
8411 (sha256
8412 (base32
8413 "01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
8414 (build-system emacs-build-system)
8415 (home-page
8416 "https://github.com/david-christiansen/prop-menu-el")
8417 (synopsis
8418 "Create and display a context menu based on text and overlay properties")
8419 (description
8420 "This is a library for computing context menus based on text
8421 properties and overlays. The intended use is to have tools that
8422 annotate source code and others that use these annotations, without
8423 requiring a direct coupling between them, but maintaining
8424 discoverability.
8425
8426 Major modes that wish to use this library should first define an
8427 appropriate value for @code{prop-menu-item-functions}. Then, they should
8428 bind @code{prop-menu-by-completing-read} to an appropriate
8429 key. Optionally, a mouse pop-up can be added by binding
8430 @code{prop-menu-show-menu} to a mouse event.")
8431 (license license:gpl3+)))
8432
8433 (define-public emacs-idris-mode
8434 (package
8435 (name "emacs-idris-mode")
8436 (version "0.9.19")
8437 (source
8438 (origin
8439 (method url-fetch)
8440 (uri (string-append
8441 "http://stable.melpa.org/packages/idris-mode-"
8442 version ".tar"))
8443 (sha256
8444 (base32
8445 "16hl2s22l3wc9drnwzw6hn7xrm49ml9lii0s6k218dgahdgsncmf"))))
8446 (build-system emacs-build-system)
8447 (propagated-inputs
8448 `(("emacs-prop-menu" ,emacs-prop-menu)))
8449 (home-page
8450 "https://github.com/idris-hackers/idris-mode")
8451 (synopsis "Major mode for editing Idris code")
8452 (description
8453 "This is an Emacs mode for editing Idris code. It requires the latest
8454 version of Idris, and some features may rely on the latest Git version of
8455 Idris.")
8456 (license license:gpl3+)))
8457
8458 (define-public emacs-browse-at-remote
8459 (package
8460 (name "emacs-browse-at-remote")
8461 (version "0.10.0")
8462 (source
8463 (origin
8464 (method git-fetch)
8465 (uri (git-reference
8466 (url "https://github.com/rmuslimov/browse-at-remote.git")
8467 (commit version)))
8468 (file-name (git-file-name name version))
8469 (sha256
8470 (base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
8471 (build-system emacs-build-system)
8472 (propagated-inputs
8473 `(("emacs-f" ,emacs-f)
8474 ("emacs-s" ,emacs-s)))
8475 (native-inputs
8476 `(("ert-runner" ,emacs-ert-runner)))
8477 (arguments
8478 `(#:tests? #t
8479 #:test-command '("ert-runner")))
8480 (home-page "https://github.com/rmuslimov/browse-at-remote")
8481 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
8482 (description
8483 "This Emacs package allows you to open a target page on
8484 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
8485 It supports dired buffers and opens them in tree mode at destination.")
8486 (license license:gpl3+)))
8487
8488 (define-public emacs-tiny
8489 (package
8490 (name "emacs-tiny")
8491 (version "0.2.1")
8492 (source
8493 (origin
8494 (method url-fetch)
8495 (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
8496 (sha256
8497 (base32
8498 "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
8499 (build-system emacs-build-system)
8500 (home-page "https://github.com/abo-abo/tiny")
8501 (synopsis "Quickly generate linear ranges in Emacs")
8502 (description
8503 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
8504 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
8505 proficiency is an advantage, since you can transform your numeric range with
8506 an elisp expression.")
8507 (license license:gpl3+)))
8508
8509 (define-public emacs-emojify
8510 (package
8511 (name "emacs-emojify")
8512 (version "0.4")
8513 (source
8514 (origin
8515 (method url-fetch)
8516 (uri (string-append "https://github.com/iqbalansari/emacs-emojify/"
8517 "releases/download/v" version "/emojify-"
8518 version ".tar"))
8519 (sha256
8520 (base32
8521 "0k84v2d2bkiwcky9fi1yyprgkj46g7wh6pyl9gzmcd7sqv051d5n"))))
8522 (build-system emacs-build-system)
8523 (arguments
8524 `(#:phases
8525 (modify-phases %standard-phases
8526 (add-after 'install 'install-data
8527 (lambda* (#:key outputs #:allow-other-keys)
8528 (copy-recursively "data"
8529 (string-append (assoc-ref outputs "out")
8530 "/share/emacs/site-lisp/guix.d/"
8531 "emojify-" ,version "/data"))
8532 #t)))))
8533 (propagated-inputs
8534 `(("emacs-ht" ,emacs-ht)))
8535 (home-page "https://github.com/iqbalansari/emacs-emojify")
8536 (synopsis "Display emojis in Emacs")
8537 (description "This package displays emojis in Emacs similar to how Github,
8538 Slack, and other websites do. It can display plain ASCII like @code{:)} as
8539 well as Github-style emojis like @code{:smile:}. It provides a minor mode
8540 @code{emojify-mode} to enable the display of emojis in a buffer.")
8541 (license license:gpl3+)))
8542
8543 (define-public emacs-websocket
8544 (package
8545 (name "emacs-websocket")
8546 (version "1.10")
8547 (source
8548 (origin
8549 (method git-fetch)
8550 (uri (git-reference
8551 (url "https://github.com/ahyatt/emacs-websocket.git")
8552 (commit version)))
8553 (file-name (git-file-name name version))
8554 (sha256
8555 (base32
8556 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
8557 (build-system emacs-build-system)
8558 (home-page "http://elpa.gnu.org/packages/websocket.html")
8559 (synopsis "Emacs WebSocket client and server")
8560 (description "This is an Elisp library for WebSocket clients to talk to
8561 WebSocket servers, and for WebSocket servers to accept connections from
8562 WebSocket clients. This library is designed to be used by other library
8563 writers, to write applications that use WebSockets, and is not useful by
8564 itself.")
8565 (license license:gpl3+)))
8566
8567 (define-public emacs-oauth2
8568 (package
8569 (name "emacs-oauth2")
8570 (version "0.11")
8571 (source
8572 (origin
8573 (method url-fetch)
8574 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
8575 version ".el"))
8576 (sha256
8577 (base32
8578 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
8579 (build-system emacs-build-system)
8580 (home-page "http://elpa.gnu.org/packages/oauth2.html")
8581 (synopsis "OAuth 2.0 authorization protocol implementation")
8582 (description
8583 "This package provides an Elisp implementation of the OAuth 2.0 draft.
8584 The main entry point is @code{oauth2-auth-and-store} which will return a token
8585 structure. This token structure can be then used with
8586 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
8587 retrieve any data that need OAuth authentication to be accessed. If the token
8588 needs to be refreshed, the code handles it automatically and stores the new
8589 value of the access token.")
8590 (license license:gpl3+)))
8591
8592 (define-public emacs-circe
8593 (package
8594 (name "emacs-circe")
8595 (version "2.10")
8596 (source
8597 (origin
8598 (method git-fetch)
8599 (uri (git-reference
8600 (url "https://github.com/jorgenschaefer/circe.git")
8601 (commit (string-append "v" version))))
8602 (file-name (git-file-name name version))
8603 (sha256
8604 (base32
8605 "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
8606 (build-system emacs-build-system)
8607 (arguments
8608 `(#:tests? #t
8609 #:test-command '("buttercup" "-L" ".")
8610 #:phases
8611 (modify-phases %standard-phases
8612 ;; The HOME environment variable should be set to an existing
8613 ;; directory for the tests to succeed.
8614 (add-before 'check 'set-home
8615 (lambda _
8616 (setenv "HOME" "/tmp")
8617 #t)))))
8618 (native-inputs
8619 `(("emacs-buttercup" ,emacs-buttercup)))
8620 ;; In order to securely connect to an IRC server using TLS, Circe requires
8621 ;; the GnuTLS binary.
8622 (propagated-inputs
8623 `(("gnutls" ,gnutls)))
8624 (home-page "https://github.com/jorgenschaefer/circe")
8625 (synopsis "Client for IRC in Emacs")
8626 (description "Circe is a Client for IRC in Emacs. It integrates well with
8627 the rest of the editor, using standard Emacs key bindings and indicating
8628 activity in channels in the status bar so it stays out of your way unless you
8629 want to use it.")
8630 (license license:gpl3+)))
8631
8632 (define-public emacs-tracking
8633 (package
8634 (inherit emacs-circe)
8635 (name "emacs-tracking")
8636 (arguments
8637 ;; "tracking.el" is a library extracted from Circe package. It requires
8638 ;; "shorten.el".
8639 `(#:include '("^shorten.el$" "^tracking.el$")
8640 ,@(package-arguments emacs-circe)))
8641 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
8642 (synopsis "Buffer tracking library")
8643 (description "@code{tracking.el} provides a way for different modes to
8644 notify the user that a buffer needs attention. The user then can cycle
8645 through them using @key{C-c C-SPC}.")
8646 (license license:gpl3+)))
8647
8648 (define-public emacs-slack
8649 (let ((commit "10fbb81f567b44647ad125a48ecd72df106fb624")
8650 (revision "6"))
8651 (package
8652 (name "emacs-slack")
8653 (version (git-version "0.0.2" revision commit))
8654 (source (origin
8655 (method git-fetch)
8656 (uri (git-reference
8657 (url "https://github.com/yuya373/emacs-slack.git")
8658 (commit commit)))
8659 (file-name (git-file-name name commit))
8660 (sha256
8661 (base32
8662 "01ln9rbalgpxw6rbr4czhy6bd8wrrpyf0qgn2chcq3zmmrn4sy1z"))))
8663 (build-system emacs-build-system)
8664 (arguments
8665 `(#:phases
8666 (modify-phases %standard-phases
8667 ;; HOME needs to exist for source compilation.
8668 (add-before 'build 'set-HOME
8669 (lambda _ (setenv "HOME" "/tmp") #t)))))
8670 (propagated-inputs
8671 `(("emacs-alert" ,emacs-alert)
8672 ("emacs-emojify" ,emacs-emojify)
8673 ("emacs-helm" ,emacs-helm)
8674 ("emacs-request" ,emacs-request)
8675 ("emacs-websocket" ,emacs-websocket)
8676 ("emacs-oauth2" ,emacs-oauth2)
8677 ("emacs-circe" ,emacs-circe)))
8678 (home-page "https://github.com/yuya373/emacs-slack")
8679 (synopsis "Slack client for Emacs")
8680 (description "This package provides an Emacs client for the Slack
8681 messaging service.")
8682 (license license:gpl3+))))
8683
8684 (define-public emacs-bash-completion
8685 (package
8686 (name "emacs-bash-completion")
8687 (version "2.1.0")
8688 (source
8689 (origin
8690 (method git-fetch)
8691 (uri (git-reference
8692 (url "https://github.com/szermatt/emacs-bash-completion.git")
8693 (commit version)))
8694 (file-name (git-file-name name version))
8695 (sha256
8696 (base32 "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"))))
8697 (inputs `(("bash" ,bash)))
8698 (build-system emacs-build-system)
8699 (arguments
8700 `(#:phases
8701 (modify-phases %standard-phases
8702 (add-after 'unpack 'make-git-checkout-writable
8703 (λ _
8704 (for-each make-file-writable (find-files "."))
8705 #t))
8706 (add-before 'install 'configure
8707 (lambda* (#:key inputs #:allow-other-keys)
8708 (let ((bash (assoc-ref inputs "bash")))
8709 (emacs-substitute-variables "bash-completion.el"
8710 ("bash-completion-prog" (string-append bash "/bin/bash"))))
8711 #t)))))
8712 (home-page "https://github.com/szermatt/emacs-bash-completion")
8713 (synopsis "Bash completion for the shell buffer")
8714 (description
8715 "@code{bash-completion} defines dynamic completion hooks for shell-mode
8716 and shell-command prompts that are based on Bash completion.")
8717 (license license:gpl2+)))
8718
8719 (define-public emacs-easy-kill
8720 (package
8721 (name "emacs-easy-kill")
8722 (version "0.9.3")
8723 (source (origin
8724 (method url-fetch)
8725 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
8726 version ".tar"))
8727 (sha256
8728 (base32
8729 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
8730 (build-system emacs-build-system)
8731 (home-page "https://github.com/leoliu/easy-kill")
8732 (synopsis "Kill and mark things easily in Emacs")
8733 (description
8734 "This package provides commands @code{easy-kill} and @code{easy-mark} to
8735 let users kill or mark things easily.")
8736 (license license:gpl3+)))
8737
8738 (define-public emacs-csv-mode
8739 (package
8740 (name "emacs-csv-mode")
8741 (version "1.7")
8742 (source
8743 (origin
8744 (method url-fetch)
8745 (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
8746 version ".el"))
8747 (sha256
8748 (base32
8749 "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
8750 (build-system emacs-build-system)
8751 (home-page
8752 "http://elpa.gnu.org/packages/csv-mode.html")
8753 (synopsis
8754 "Major mode for editing comma/char separated values")
8755 (description
8756 "This Emacs package implements CSV mode, a major mode for editing records
8757 in a generalized CSV (character-separated values) format.")
8758 (license license:gpl3+)))
8759
8760 (define-public emacs-transmission
8761 (package
8762 (name "emacs-transmission")
8763 (version "0.12.1")
8764 (source
8765 (origin
8766 (method git-fetch)
8767 (uri (git-reference
8768 (url "https://github.com/holomorph/transmission.git")
8769 (commit version)))
8770 (file-name (git-file-name name version))
8771 (sha256
8772 (base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
8773 (build-system emacs-build-system)
8774 (home-page "https://github.com/holomorph/transmission")
8775 (synopsis "Emacs interface to a Transmission session")
8776 (description "This package provides an Emacs interface to interact with a
8777 running session of the Transmission Bittorrent client.
8778
8779 Features:
8780
8781 @itemize
8782 @item List, add, start/stop, verify, remove torrents.
8783 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
8784 @item Navigate to the corresponding file list, torrent info, peer info
8785 contexts.
8786 @item Toggle downloading and set priorities for individual files.
8787 @end itemize\n")
8788 (license license:gpl3+)))
8789
8790 (define-public emacs-polymode
8791 (package
8792 (name "emacs-polymode")
8793 (version "0.1.5")
8794 (source (origin
8795 (method git-fetch)
8796 (uri (git-reference
8797 (url "https://github.com/vspinu/polymode.git")
8798 (commit (string-append "v" version))))
8799 (file-name (git-file-name name version))
8800 (sha256
8801 (base32
8802 "0wwphs54jx48a3ca6x1qaz56j3j9bg4mv8g2akkffrzbdcb8sbc7"))))
8803 (build-system emacs-build-system)
8804 (arguments
8805 `(#:include (cons* "^modes/.*\\.el$" %default-include)
8806 #:phases
8807 (modify-phases %standard-phases
8808 (add-after 'set-emacs-load-path 'add-modes-subdir-to-load-path
8809 (lambda _
8810 (setenv "EMACSLOADPATH"
8811 (string-append (getenv "EMACSLOADPATH")
8812 ":" (getcwd) "/modes" ":")))))))
8813 (home-page "https://github.com/vspinu/polymode")
8814 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
8815 (description "Polymode is an Emacs package that offers generic support
8816 for multiple major modes inside a single Emacs buffer. It is lightweight,
8817 object oriented and highly extensible. Creating a new polymode typically
8818 takes only a few lines of code. Polymode also provides extensible facilities
8819 for external literate programming tools for exporting, weaving and tangling.")
8820 (license license:gpl3+)))
8821
8822 (define-public emacs-polymode-ansible
8823 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
8824 (package
8825 (name "emacs-polymode-ansible")
8826 ;; No upstream version release yet.
8827 (version (git-version "0.1" "1" commit))
8828 (source
8829 (origin
8830 (method git-fetch)
8831 (uri (git-reference
8832 (url "https://gitlab.com/mavit/poly-ansible")
8833 (commit commit)))
8834 (file-name (git-file-name name version))
8835 (sha256
8836 (base32
8837 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
8838 (build-system emacs-build-system)
8839 (propagated-inputs
8840 `(("emacs-ansible-doc" ,emacs-ansible-doc)
8841 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
8842 ("emacs-polymode" ,emacs-polymode)
8843 ("emacs-yaml-mode" ,emacs-yaml-mode)))
8844 (properties '((upstream-name . "poly-ansible")))
8845 (home-page "https://gitlab.com/mavit/poly-ansible/")
8846 (synopsis "Polymode for Ansible - Jinja2 in YAML")
8847 (description
8848 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
8849 (license license:gpl3+))))
8850
8851 (define-public eless
8852 (package
8853 (name "eless")
8854 (version "0.3")
8855 (source
8856 (origin
8857 (method git-fetch)
8858 (uri (git-reference
8859 (url "https://github.com/kaushalmodi/eless.git")
8860 (commit (string-append "v" version))))
8861 (file-name (git-file-name name version))
8862 (sha256
8863 (base32 "0jr7vhh4vw69llhi0fh9ljscljkszkj0acdxl04da5hvqv6pnqbb"))))
8864 (build-system trivial-build-system)
8865 (inputs
8866 `(("bash" ,bash)))
8867 (arguments
8868 `(#:modules ((guix build utils))
8869 #:builder
8870 (begin
8871 (use-modules (guix build utils))
8872 (copy-recursively (assoc-ref %build-inputs "source") "source")
8873 (chdir "source")
8874 (substitute* "eless" (("/usr/bin/env bash")
8875 (string-append (assoc-ref %build-inputs "bash")
8876 "/bin/bash")))
8877 (install-file "eless" (string-append %output "/bin"))
8878 (install-file "doc/eless.info" (string-append %output "/share/info"))
8879 #t)))
8880 (home-page "https://github.com/kaushalmodi/eless")
8881 (synopsis "Use Emacs as a paginator")
8882 (description "@code{eless} provides a combination of Bash script
8883 and a minimal Emacs view-mode.
8884
8885 Feautures:
8886
8887 @itemize
8888 @item Independent of a user’s Emacs config.
8889 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
8890 @item Not require an Emacs server to be already running.
8891 @item Syntax highlighting.
8892 @item Org-mode file rendering.
8893 @item @code{man} page viewer.
8894 @item Info viewer.
8895 @item Dired, wdired, (batch edit symbolic links).
8896 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
8897 @item Filter log files lines matching a regexp.
8898 @item Auto-revert log files similar to @code{tail -f}.
8899 @item Quickly change frame and font sizes.
8900 @end itemize\n")
8901 (license license:expat)))
8902
8903 (define-public emacs-evil-matchit
8904 (package
8905 (name "emacs-evil-matchit")
8906 (version "2.2.9")
8907 (source
8908 (origin
8909 (method git-fetch)
8910 (uri (git-reference
8911 (url "https://github.com/redguardtoo/evil-matchit.git")
8912 (commit version)))
8913 (file-name (git-file-name name version))
8914 (sha256
8915 (base32 "12if45pxfndy3d7r4gd3zx4d3jk4d64fdmwkhc3y5zhqq9h9iy4c"))))
8916 (build-system emacs-build-system)
8917 (propagated-inputs
8918 `(("emacs-evil" ,emacs-evil)))
8919 (home-page "https://github.com/redguardtoo/evil-matchit")
8920 (synopsis "Vim matchit ported into Emacs")
8921 (description
8922 "@code{evil-matchit} is a minor mode for jumping between matching tags in
8923 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
8924 (license license:gpl3+)))
8925
8926 (define-public emacs-evil-smartparens
8927 (package
8928 (name "emacs-evil-smartparens")
8929 (version "0.4.0")
8930 (source
8931 (origin
8932 (method git-fetch)
8933 (uri (git-reference
8934 (url "https://github.com/expez/evil-smartparens.git")
8935 (commit version)))
8936 (file-name (git-file-name name version))
8937 (sha256
8938 (base32 "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"))))
8939 (build-system emacs-build-system)
8940 (propagated-inputs
8941 `(("emacs-evil" ,emacs-evil)
8942 ("emacs-smartparens" ,emacs-smartparens)))
8943 (home-page "https://github.com/expez/evil-smartparens")
8944 (synopsis "Emacs Evil integration for Smartparens")
8945 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
8946 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
8947 emulates Vim features and provides Vim-like key bindings.")
8948 (license license:gpl3+)))
8949
8950 (define-public emacs-evil-quickscope
8951 (package
8952 (name "emacs-evil-quickscope")
8953 (version "0.1.4")
8954 (source
8955 (origin
8956 (method git-fetch)
8957 (uri (git-reference
8958 (url "https://github.com/blorbx/evil-quickscope.git")
8959 (commit (string-append "v" version))))
8960 (file-name (git-file-name name version))
8961 (sha256
8962 (base32 "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"))))
8963 (build-system emacs-build-system)
8964 (propagated-inputs
8965 `(("emacs-evil" ,emacs-evil)))
8966 (arguments
8967 `(#:tests? #t
8968 #:test-command '("emacs" "--batch"
8969 "-l" "evil-quickscope-tests.el"
8970 "-f" "ert-run-tests-batch-and-exit")))
8971 (home-page "https://github.com/blorbx/evil-quickscope")
8972 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
8973 (description "@code{emacs-evil-quickscope} highlights targets for Evil
8974 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
8975 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
8976 features and provides Vim-like key bindings.")
8977 (license license:gpl3+)))
8978
8979 (define-public emacs-bongo
8980 (package
8981 (name "emacs-bongo")
8982 (version "1.0")
8983 (source
8984 (origin
8985 (method git-fetch)
8986 (uri (git-reference
8987 (url "https://github.com/dbrock/bongo.git")
8988 (commit version)))
8989 (file-name (git-file-name name version))
8990 (sha256
8991 (base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
8992 (build-system emacs-build-system)
8993 (home-page "https://github.com/dbrock/bongo")
8994 (synopsis "Media player for Emacs")
8995 (description
8996 "This package provides a flexible media player for Emacs. @code{Bongo}
8997 supports multiple backends such as @code{vlc}, @code{mpg123},
8998 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
8999 @code{afplay}.")
9000 (license license:gpl2+)))
9001
9002 (define-public emacs-groovy-modes
9003 (package
9004 (name "emacs-groovy-modes")
9005 (version "2.0")
9006 (source (origin
9007 (method url-fetch)
9008 (uri (string-append
9009 "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"
9010 "/archive/" version ".tar.gz"))
9011 (file-name (string-append name "-" version ".tar.gz"))
9012 (sha256
9013 (base32
9014 "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
9015 (build-system emacs-build-system)
9016 (propagated-inputs
9017 `(("emacs-s" ,emacs-s)))
9018 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
9019 (synopsis "Groovy related modes for Emacs")
9020 (description
9021 "This package provides @code{groovy-mode} for syntax highlighting in
9022 Groovy source files, REPL integration with run-groovy and Grails project
9023 navigation with the grails mode.")
9024 (license license:gpl3+)))
9025
9026 (define-public groovy-emacs-modes
9027 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
9028
9029 (define-public emacs-org-tree-slide
9030 (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
9031 (revision "0"))
9032 (package
9033 (name "emacs-org-tree-slide")
9034 (version (git-version "0.1" revision commit))
9035 (home-page "https://github.com/takaxp/org-tree-slide")
9036 (source (origin
9037 (method git-fetch)
9038 (uri (git-reference (url home-page) (commit commit)))
9039 (sha256
9040 (base32
9041 "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
9042 (file-name (git-file-name name version))))
9043 (build-system emacs-build-system)
9044 (synopsis "Presentation tool for org-mode")
9045 (description
9046 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
9047 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
9048 @kbd{C-<} to jump to the next and previous slide.")
9049 (license license:gpl3+))))
9050
9051 (define-public emacs-scratch-el
9052 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
9053 (revision "1"))
9054 (package
9055 (name "emacs-scratch-el")
9056 (version (git-version "1.2" revision commit))
9057 (source (origin
9058 (method git-fetch)
9059 (uri (git-reference
9060 (url "https://github.com/ieure/scratch-el.git")
9061 (commit commit)))
9062 (file-name (git-file-name name version))
9063 (sha256
9064 (base32
9065 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
9066 (build-system emacs-build-system)
9067 (native-inputs
9068 `(("texinfo" ,texinfo)))
9069 (arguments
9070 '(#:phases
9071 (modify-phases %standard-phases
9072 (add-after 'install 'install-doc
9073 (lambda* (#:key outputs #:allow-other-keys)
9074 (unless (invoke "makeinfo" "scratch.texi")
9075 (error "makeinfo failed"))
9076 (install-file "scratch.info"
9077 (string-append (assoc-ref outputs "out")
9078 "/share/info"))
9079 #t)))))
9080 (home-page "https://github.com/ieure/scratch-el/")
9081 (synopsis "Create scratch buffers with the same mode as current buffer")
9082 (description "Scratch is an extension to Emacs that enables one to create
9083 scratch buffers that are in the same mode as the current buffer. This is
9084 notably useful when working on code in some language; you may grab code into a
9085 scratch buffer, and, by virtue of this extension, do so using the Emacs
9086 formatting rules for that language.")
9087 (license license:bsd-2))))
9088
9089 (define-public emacs-kv
9090 (package
9091 (name "emacs-kv")
9092 (version "0.0.19")
9093 (source
9094 (origin
9095 (method git-fetch)
9096 (uri (git-reference
9097 (url "https://github.com/nicferrier/emacs-kv.git")
9098 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
9099 (file-name (git-file-name name version))
9100 (sha256
9101 (base32
9102 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
9103 (build-system emacs-build-system)
9104 (arguments
9105 `(#:tests? #t
9106 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
9107 "-f" "ert-run-tests-batch-and-exit")))
9108 (home-page "https://github.com/nicferrier/emacs-kv")
9109 (synopsis "Key/Value data structures library for Emacs Lisp")
9110 (description "@code{emacs-kv} is a collection of tools for dealing with
9111 key/value data structures such as plists, alists and hash-tables in Emacs
9112 Lisp.")
9113 (license license:gpl3+)))
9114
9115 (define-public emacs-esxml
9116 (package
9117 (name "emacs-esxml")
9118 (version "0.3.4")
9119 (source (origin
9120 (method git-fetch)
9121 (uri (git-reference
9122 (url "https://github.com/tali713/esxml.git")
9123 (commit version)))
9124 (file-name (git-file-name name version))
9125 (sha256
9126 (base32
9127 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
9128 (build-system emacs-build-system)
9129 (arguments
9130 `(#:phases
9131 (modify-phases %standard-phases
9132 (add-after 'unpack 'fix-sources
9133 (lambda _
9134 ;; See: https://github.com/tali713/esxml/pull/28.
9135 (substitute* "css-lite.el"
9136 ((";;; main interface")
9137 (string-append ";;; main interface\n"
9138 "(require 'cl-lib)"))
9139 (("mapcan")
9140 "cl-mapcan")
9141 (("',\\(cl-mapcan #'process-css-rule rules\\)")
9142 "(cl-mapcan #'process-css-rule ',rules)"))
9143 (substitute* "esxml-form.el"
9144 ((",esxml-form-field-defn")
9145 "#'esxml-form-field-defn"))
9146 ;; See: https://github.com/tali713/esxml/issues/25
9147 (delete-file "esxpath.el")
9148 #t)))))
9149 (propagated-inputs
9150 `(("emacs-kv" ,emacs-kv)))
9151 (home-page "https://github.com/tali713/esxml/")
9152 (synopsis "SXML for EmacsLisp")
9153 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
9154 Simply, this is the easiest way to write HTML or XML in Lisp. This library
9155 uses the native form of XML representation as used by many libraries already
9156 included within Emacs. See @code{esxml-to-xml} for a concise description of
9157 the format.")
9158 (license license:gpl3+)))
9159
9160 (define-public emacs-nov-el
9161 (package
9162 (name "emacs-nov-el")
9163 (version "0.2.6")
9164 (source (origin
9165 (method git-fetch)
9166 (uri (git-reference
9167 (url "https://github.com/wasamasa/nov.el.git")
9168 (commit version)))
9169 (file-name (git-file-name name version))
9170 (sha256
9171 (base32
9172 "188h5gzn1zf443g0b7q5bpmvvpr6ds5h8aci8vxc92py56rhyrvc"))))
9173 (build-system emacs-build-system)
9174 (arguments
9175 `(#:phases
9176 (modify-phases %standard-phases
9177 (add-after 'unpack 'embed-path-to-unzip
9178 (lambda _
9179 (substitute* "nov.el"
9180 (("\\(executable-find \"unzip\"\\)")
9181 (string-append "\"" (which "unzip") "\"")))
9182 #t)))))
9183 (propagated-inputs
9184 `(("emacs-dash" ,emacs-dash)
9185 ("emacs-esxml" ,emacs-esxml)))
9186 (inputs
9187 `(("unzip" ,unzip)))
9188 (home-page "https://github.com/wasamasa/nov.el/")
9189 (synopsis "Major mode for reading EPUBs in Emacs")
9190 (description "@code{nov.el} provides a major mode for reading EPUB
9191 documents.
9192
9193 Features:
9194
9195 @itemize
9196 @item Basic navigation (jump to TOC, previous/next chapter)
9197 @item Remembering and restoring the last read position
9198 @item Jump to next chapter when scrolling beyond end
9199 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
9200 @item Hyperlinks to internal and external targets
9201 @item Supports textual and image documents
9202 @item View source of document files
9203 @item Metadata display
9204 @item Image rescaling
9205 @end itemize
9206 ")
9207 (license license:gpl3+)))
9208
9209 (define-public epipe
9210 (package
9211 (name "epipe")
9212 (version "0.1.0")
9213 (source
9214 (origin
9215 (method git-fetch)
9216 (uri (git-reference
9217 (url "https://github.com/cute-jumper/epipe.git")
9218 (commit version)))
9219 (file-name (git-file-name name version))
9220 (sha256
9221 (base32 "0lkisi1s7sn12nx8zh58qmsxwnk1rjwryj18wcbr148xqz3swg57"))))
9222 (build-system trivial-build-system)
9223 (inputs
9224 `(("bash" ,bash)
9225 ("perl" ,perl)))
9226 (arguments
9227 `(#:modules
9228 ((guix build utils))
9229 #:builder
9230 (begin
9231 (use-modules (guix build utils))
9232 ;; Extract source.
9233 (copy-recursively (assoc-ref %build-inputs "source") "source")
9234 (chdir "source")
9235 ;; Patch shebangs.
9236 (substitute* "epipe"
9237 (("/usr/bin/env bash")
9238 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
9239 (patch-shebang "epipe.pl"
9240 (list (string-append (assoc-ref %build-inputs "perl")
9241 "/bin")))
9242 ;; Install.
9243 (for-each (lambda (file)
9244 (install-file file (string-append %output "/bin")))
9245 '("epipe" "epipe.pl"))
9246 #t)))
9247 (home-page "https://github.com/cute-jumper/epipe")
9248 (synopsis "Pipe to the @code{emacsclient}")
9249 (description "@code{epipe} provides an utility to use your editor in
9250 the pipeline, featuring the support for running @code{emacsclient}.")
9251 (license license:gpl3+)))
9252
9253 (define-public emacs-hcl-mode
9254 (package
9255 (name "emacs-hcl-mode")
9256 (version "0.03")
9257 (source
9258 (origin
9259 (method git-fetch)
9260 (uri (git-reference
9261 (url "https://github.com/syohex/emacs-hcl-mode.git")
9262 (commit version)))
9263 (file-name (git-file-name name version))
9264 (sha256
9265 (base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
9266 (build-system emacs-build-system)
9267 (home-page "https://github.com/syohex/emacs-hcl-mode")
9268 (synopsis "Major mode for the Hashicorp Configuration Language")
9269 (description
9270 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
9271 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
9272 highlighting and indentation support.")
9273 (license license:gpl3+)))
9274
9275 (define-public emacs-terraform-mode
9276 (package
9277 (name "emacs-terraform-mode")
9278 (version "0.06")
9279 (source
9280 (origin
9281 (method git-fetch)
9282 (uri (git-reference
9283 (url "https://github.com/syohex/emacs-terraform-mode.git")
9284 (commit version)))
9285 (file-name (git-file-name name version))
9286 (sha256
9287 (base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
9288 (build-system emacs-build-system)
9289 (propagated-inputs
9290 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
9291 (home-page "https://github.com/syohex/emacs-terraform-mode")
9292 (synopsis "Major mode for Terraform")
9293 (description
9294 "@code{emacs-terraform-mode} provides a major mode for working with
9295 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
9296 functionality is inherited from @code{hcl-mode}.")
9297 (license license:gpl3+)))
9298
9299 (define-public emacs-exec-path-from-shell
9300 (package
9301 (name "emacs-exec-path-from-shell")
9302 (version "1.12")
9303 (source
9304 (origin
9305 (method git-fetch)
9306 (uri (git-reference
9307 (url "https://github.com/purcell/exec-path-from-shell")
9308 (commit version)))
9309 (sha256
9310 (base32
9311 "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
9312 (build-system emacs-build-system)
9313 (home-page "https://github.com/purcell/exec-path-from-shell")
9314 (synopsis "Get environment variables such as @var{PATH} from the shell")
9315 (description
9316 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
9317 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
9318 the like work as expected on systems on which Emacs is not guaranteed to
9319 inherit a login shell's environment variables. It also allows other
9320 environment variables to be retrieved from the shell, so that Emacs will see
9321 the same values you get in a terminal.")
9322 (license license:gpl3+)))
9323
9324 (define-public emacs-deft
9325 (package
9326 (name "emacs-deft")
9327 (version "0.8")
9328 (source
9329 (origin
9330 (method url-fetch)
9331 (uri (string-append "https://stable.melpa.org/packages/deft-"
9332 version ".el"))
9333 (sha256
9334 (base32
9335 "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
9336 (build-system emacs-build-system)
9337 (home-page "https://jblevins.org/projects/deft/")
9338 (synopsis "Quickly browse, filter, and edit plain text notes")
9339 (description
9340 "Deft is an Emacs mode for quickly browsing, filtering, and editing
9341 directories of plain text notes, inspired by Notational Velocity.")
9342 (license license:bsd-3)))
9343
9344 (define-public emacs-anzu
9345 (package
9346 (name "emacs-anzu")
9347 (version "0.62")
9348 (source
9349 (origin
9350 (method git-fetch)
9351 (uri (git-reference
9352 (url "https://github.com/syohex/emacs-anzu.git")
9353 (commit version)))
9354 (file-name (git-file-name name version))
9355 (sha256
9356 (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
9357 (build-system emacs-build-system)
9358 (home-page "https://github.com/syohex/emacs-anzu")
9359 (synopsis "Show number of matches in mode-line while searching")
9360 (description
9361 "Anzu provides a minor mode which displays \"current match/total
9362 matches\" in the mode line in various search modes. This is an Emacs port of
9363 Anzu.zim.")
9364 (license license:gpl3+)))
9365
9366 (define-public emacs-emmet-mode
9367 (package
9368 (name "emacs-emmet-mode")
9369 (version "1.0.8")
9370 (source (origin
9371 (method git-fetch)
9372 (uri (git-reference
9373 (url "https://github.com/smihica/emmet-mode.git")
9374 (commit version)))
9375 (file-name (git-file-name name version))
9376 (sha256
9377 (base32
9378 "1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi"))))
9379 (build-system emacs-build-system)
9380 (home-page "https://github.com/smihica/emmet-mode")
9381 (synopsis "Unofficial Emmet's support for Emacs")
9382 (description
9383 "Unfold CSS-selector-like expressions to markup. It is intended to be
9384 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
9385 (license license:gpl3+)))
9386
9387 (define-public emacs-ergoemacs-mode
9388 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
9389 (revision "1"))
9390 (package
9391 (name "emacs-ergoemacs-mode")
9392 (version (git-version "5.16.10.12" revision commit))
9393 (source
9394 (origin
9395 (method git-fetch)
9396 (uri (git-reference
9397 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
9398 (commit commit)))
9399 (sha256
9400 (base32
9401 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
9402 (build-system emacs-build-system)
9403 (propagated-inputs
9404 `(("emacs-undo-tree" ,emacs-undo-tree)))
9405 (home-page "https://ergoemacs.github.io/")
9406 (synopsis "Emacs mode based on common modern interface and ergonomics")
9407 (description
9408 "This package provides an efficient Emacs keybinding set based on
9409 statistics of command frequency, and supports common shortcuts for open,
9410 close, copy, cut, paste, undo, redo.")
9411 (license license:gpl3+))))
9412
9413 (define-public emacs-password-store
9414 (package
9415 (name "emacs-password-store")
9416 (version "1.7.3")
9417 (source (origin
9418 (method url-fetch)
9419 (uri
9420 (string-append "https://git.zx2c4.com/password-store/snapshot/"
9421 "password-store-" version ".tar.xz"))
9422 (sha256
9423 (base32
9424 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
9425 (build-system emacs-build-system)
9426 (arguments
9427 `(#:phases
9428 (modify-phases %standard-phases
9429 (add-after 'unpack 'extract-el-file
9430 (lambda _
9431 (copy-file "contrib/emacs/password-store.el" "password-store.el")
9432 (delete-file-recursively "contrib")
9433 (delete-file-recursively "man")
9434 (delete-file-recursively "src")
9435 (delete-file-recursively "tests"))))))
9436 (propagated-inputs
9437 `(("emacs-f" ,emacs-f)
9438 ("emacs-s" ,emacs-s)
9439 ("emacs-with-editor" ,emacs-with-editor)
9440 ("password-store" ,password-store)))
9441 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
9442 (synopsis "Password store (pass) support for Emacs")
9443 (description
9444 "This package provides functions for working with pass (\"the
9445 standard Unix password manager\").")
9446 (license license:gpl2+)))
9447
9448 (define-public emacs-pass
9449 (package
9450 (name "emacs-pass")
9451 (version "1.8")
9452 (source
9453 (origin
9454 (method git-fetch)
9455 (uri (git-reference
9456 (url "https://github.com/NicolasPetton/pass.git")
9457 (commit version)))
9458 (file-name (git-file-name name version))
9459 (sha256
9460 (base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
9461 (build-system emacs-build-system)
9462 (propagated-inputs
9463 `(("emacs-password-store" ,emacs-password-store)
9464 ("emacs-f" ,emacs-f)))
9465 (home-page "https://github.com/NicolasPetton/pass")
9466 (synopsis "Major mode for @file{password-store.el}")
9467 (description "This is a major mode for managing password-store (pass)
9468 keychains. The keychain entries are displayed in a directory-like structure
9469 and can be consulted and modified.")
9470 (license license:gpl3+)))
9471
9472 (define-public emacs-evil-anzu
9473 (package
9474 (name "emacs-evil-anzu")
9475 (version "0.03")
9476 (source
9477 (origin
9478 (method url-fetch)
9479 (uri (string-append "https://github.com/syohex/emacs-evil-anzu"
9480 "/archive/" version ".tar.gz"))
9481 (file-name (string-append name "-" version ".tar.gz"))
9482 (sha256
9483 (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
9484 (build-system emacs-build-system)
9485 (propagated-inputs
9486 `(("emacs-evil" ,emacs-evil)
9487 ("emacs-anzu" ,emacs-anzu)))
9488 (home-page "https://github.com/syohex/emacs-evil-anzu")
9489 (synopsis "Anzu for evil-mode")
9490 (description "@code{anzu} provides a minor mode that displays the current
9491 match and total match information in the mode-line in various search modes.")
9492 (license license:gpl3+)))
9493
9494 (define-public emacs-pg
9495 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
9496 (package
9497 (name "emacs-pg")
9498 (version (git-version "0.1" "1" commit))
9499 (source (origin
9500 (method git-fetch)
9501 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
9502 (commit commit)))
9503 (file-name (git-file-name name version))
9504 (sha256
9505 (base32
9506 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
9507 (build-system emacs-build-system)
9508 (home-page "https://github.com/cbbrowne/pg.el")
9509 (synopsis "Emacs Lisp interface for PostgreSQL")
9510 (description
9511 "This package provides an Emacs Lisp interface for PostgreSQL.")
9512 (license license:gpl3+))))
9513
9514 (define-public emacs-cl-generic
9515 (package
9516 (name "emacs-cl-generic")
9517 (version "0.3")
9518 (source
9519 (origin
9520 (method url-fetch)
9521 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
9522 version ".el"))
9523 (sha256
9524 (base32
9525 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
9526 (build-system emacs-build-system)
9527 (home-page "https://elpa.gnu.org/packages/seq.html")
9528 (synopsis
9529 "Forward @code{cl-generic} compatibility for Emacs before version 25")
9530 (description "This package provides a subset of the features of the
9531 @code{cl-generic} package introduced in Emacs-25, for use on previous
9532 @code{emacsen}.")
9533 (license license:gpl3+)))
9534
9535 (define-public emacs-finalize
9536 (package
9537 (name "emacs-finalize")
9538 (version "2.0.0")
9539 (source
9540 (origin
9541 (method git-fetch)
9542 (uri (git-reference
9543 (url "https://github.com/skeeto/elisp-finalize.git")
9544 (commit version)))
9545 (file-name (git-file-name name version))
9546 (sha256
9547 (base32 "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79"))))
9548 (build-system emacs-build-system)
9549 (propagated-inputs
9550 `(("emacs-cl-generic" ,emacs-cl-generic)))
9551 (home-page "https://github.com/skeeto/elisp-finalize")
9552 (synopsis "Finalizers for Emacs Lisp")
9553 (description
9554 "This package will allows to immediately run a callback (a finalizer)
9555 after its registered lisp object has been garbage collected. This allows for
9556 extra resources, such as buffers and processes, to be cleaned up after the
9557 object has been freed.")
9558 (license license:unlicense)))
9559
9560 (define-public emacs-emacsql
9561 (package
9562 (name "emacs-emacsql")
9563 (version "3.0.0")
9564 (source (origin
9565 (method git-fetch)
9566 (uri (git-reference
9567 (url "https://github.com/skeeto/emacsql.git")
9568 (commit (string-append version))))
9569 (file-name (git-file-name name version))
9570 (sha256
9571 (base32
9572 "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
9573 (build-system emacs-build-system)
9574 (arguments
9575 `(#:modules ((guix build emacs-build-system)
9576 (guix build utils)
9577 (guix build emacs-utils)
9578 (srfi srfi-26))
9579 #:phases
9580 (modify-phases %standard-phases
9581 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
9582 (add-before 'install 'patch-elisp-shell-shebangs
9583 (lambda _
9584 (substitute* (find-files "." "\\.el")
9585 (("/bin/sh") (which "sh")))
9586 #t))
9587 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
9588 (lambda _
9589 (setenv "SHELL" "sh")))
9590 (add-after 'setenv-shell 'build-emacsql-sqlite
9591 (lambda _
9592 (invoke "make" "binary" "CC=gcc")))
9593 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
9594 ;; This build phase installs emacs-emacsql binary.
9595 (lambda* (#:key outputs #:allow-other-keys)
9596 (install-file "sqlite/emacsql-sqlite"
9597 (string-append (assoc-ref outputs "out")
9598 "/bin"))
9599 #t))
9600 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
9601 ;; This build phase removes interactive prompts
9602 ;; and makes sure Emacs look for binaries in the right places.
9603 (lambda* (#:key outputs #:allow-other-keys)
9604 (let ((file "emacsql-sqlite.el"))
9605 (chmod file #o644)
9606 (emacs-substitute-sexps file
9607 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
9608 ("(executable-find" (which "gcc"))
9609 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
9610 ;; in the right place.
9611 ("(defvar emacsql-sqlite-executable"
9612 (string-append (assoc-ref outputs "out")
9613 "/bin/emacsql-sqlite"))))))
9614 (replace 'install
9615 (lambda* (#:key outputs #:allow-other-keys)
9616 (let* ((out (assoc-ref outputs "out")))
9617 (install-file "sqlite/emacsql-sqlite"
9618 (string-append out "/bin"))
9619 (for-each (cut install-file <>
9620 (string-append out "/share/emacs/site-lisp/guix.d/"
9621 "emacsql" "-" ,version))
9622 (find-files "." "\\.elc*$")))
9623 #t)))))
9624 (inputs
9625 `(("emacs-minimal" ,emacs-minimal)
9626 ("mariadb" ,mariadb)
9627 ("postgresql" ,postgresql)))
9628 (propagated-inputs
9629 `(("emacs-finalize" ,emacs-finalize)
9630 ("emacs-pg" ,emacs-pg)))
9631 (home-page "https://github.com/skeeto/emacsql")
9632 (synopsis "Emacs high-level SQL database front-end")
9633 (description "Any readable Lisp value can be stored as a value in EmacSQL,
9634 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
9635 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
9636 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
9637 (license license:gpl3+)))
9638
9639 (define-public emacs-closql
9640 (package
9641 (name "emacs-closql")
9642 (version "1.0.0")
9643 (source
9644 (origin
9645 (method git-fetch)
9646 (uri (git-reference
9647 (url "https://github.com/emacscollective/closql.git")
9648 (commit (string-append "v" version))))
9649 (file-name (git-file-name name version))
9650 (sha256
9651 (base32
9652 "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
9653 (build-system emacs-build-system)
9654 (propagated-inputs
9655 `(("emacs-emacsql" ,emacs-emacsql)))
9656 (home-page "https://github.com/emacscollective/closql")
9657 (synopsis "Store EIEIO objects using EmacSQL")
9658 (description
9659 "This package allows to store uniform EIEIO objects in an EmacSQL
9660 database. SQLite is used as backend. This library imposes some restrictions
9661 on what kind of objects can be stored; it isn't intended to store arbitrary
9662 objects. All objects have to share a common superclass and subclasses cannot
9663 add any additional instance slots.")
9664 (license license:gpl3)))
9665
9666 (define-public emacs-epkg
9667 ;; The release version is to old for the current database scheme.
9668 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
9669 (package
9670 (name "emacs-epkg")
9671 (version (git-version "3.0.0" "1" commit))
9672 (source
9673 (origin
9674 (method git-fetch)
9675 (uri (git-reference
9676 (url "https://github.com/emacscollective/epkg.git")
9677 (commit commit)))
9678 (file-name (git-file-name name version))
9679 (sha256
9680 (base32
9681 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
9682 (build-system emacs-build-system)
9683 (propagated-inputs
9684 `(("emacs-closql" ,emacs-closql)
9685 ("emacs-dash" ,emacs-dash)))
9686 (home-page "https://emacsmirror.net")
9687 (synopsis "Browse the Emacsmirror package database")
9688 (description "This package provides access to a local copy of the
9689 Emacsmirror package database. It provides low-level functions for querying
9690 the database and a @file{package.el} user interface for browsing the database.
9691 Epkg itself is not a package manager.
9692
9693 Getting a local copy:
9694
9695 @example
9696 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
9697 cd ~/.emacs.d/epkgs
9698 git submodule init
9699 git config --global url.https://github.com/.insteadOf git@@github.com:
9700 git submodule update
9701 @end example
9702
9703 Some submodule may be missing. In this case Git will prompt for a GitHub user
9704 name and password. To skip it press a @key{Return} key.
9705
9706 You could get a Epkg package list by invoking @code{epkg-list-packages} in
9707 Emacs.")
9708 (license license:gpl3+))))
9709
9710 (define-public emacs-elisp-slime-nav
9711 (package
9712 (name "emacs-elisp-slime-nav")
9713 (version "0.9")
9714 (source
9715 (origin
9716 (method git-fetch)
9717 (uri (git-reference
9718 (url "https://github.com/purcell/elisp-slime-nav.git")
9719 (commit version)))
9720 (file-name (git-file-name name version))
9721 (sha256
9722 (base32 "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"))))
9723 (build-system emacs-build-system)
9724 (home-page "https://github.com/purcell/elisp-slime-nav")
9725 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
9726 (description
9727 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
9728 in @code{emacs-lisp-mode}, together with an elisp equivalent of
9729 @code{slime-describe-symbol}.")
9730 (license license:gpl3+)))
9731
9732 (define-public emacs-dedicated
9733 (package
9734 (name "emacs-dedicated")
9735 (version "1.0.0")
9736 (source
9737 (origin
9738 (method git-fetch)
9739 (uri (git-reference
9740 (url "https://github.com/emacsorphanage/dedicated.git")
9741 (commit version)))
9742 (file-name (git-file-name name version))
9743 (sha256
9744 (base32 "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414"))))
9745 (build-system emacs-build-system)
9746 (home-page "https://github.com/emacsorphanage/dedicated")
9747 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
9748 (description
9749 "This simple Emacs minor mode allows you to toggle a window's
9750 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
9751 files into that window. This can be quite handy since many commands will use
9752 another window to show results (compilation mode, starting info, and so on).
9753 A dedicated window won't be used for such a purpose. For details, please read
9754 the source file.")
9755 (license license:gpl2+)))
9756
9757 (define-public emacs-nnreddit
9758 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
9759 (revision "1"))
9760 (package
9761 (name "emacs-nnreddit")
9762 (version (string-append "0.0.1-" revision "."
9763 (string-take commit 7)))
9764 (source (origin
9765 (method git-fetch)
9766 (uri (git-reference
9767 (url "https://github.com/paul-issartel/nnreddit.git")
9768 (commit commit)))
9769 (file-name (git-file-name name version))
9770 (sha256
9771 (base32
9772 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
9773 (build-system emacs-build-system)
9774 (home-page "https://github.com/paul-issartel/nnreddit")
9775 (synopsis "Reddit backend for the Gnus newsreader")
9776 (description "@url{https://www.reddit.com} backend for the Gnus
9777 newsreader.")
9778 (license license:gpl3+))))
9779
9780 (define-public emacs-makey
9781 (package
9782 (name "emacs-makey")
9783 (version "0.3")
9784 (source
9785 (origin
9786 (method git-fetch)
9787 (uri (git-reference
9788 (url "https://github.com/mickeynp/makey.git")
9789 (commit version)))
9790 (file-name (git-file-name name version))
9791 (sha256
9792 (base32 "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"))))
9793 (build-system emacs-build-system)
9794 (home-page "https://github.com/mickeynp/makey")
9795 (synopsis "Emacs interactive command-line mode")
9796 (description
9797 "This package provides an Emacs interactive command-line mode.")
9798 (license license:gpl3+)))
9799
9800 (define-public emacs-outorg
9801 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
9802 (package
9803 (name "emacs-outorg")
9804 (version (git-version "2.0" "1" commit))
9805 (source
9806 (origin
9807 (method git-fetch)
9808 (uri (git-reference
9809 (url "https://github.com/alphapapa/outorg")
9810 (commit commit)))
9811 (file-name (git-file-name name version))
9812 (sha256
9813 (base32
9814 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
9815 (build-system emacs-build-system)
9816 (home-page "https://github.com/alphapapa/outorg")
9817 (synopsis "Org-style comment editing")
9818 (description "Outorg is for editing comment-sections of source-code
9819 files in temporary Org-mode buffers. It turns conventional
9820 literate-programming upside-down in that the default mode is the
9821 programming-mode, and special action has to be taken to switch to the
9822 text-mode (i.e. Org-mode).")
9823 (license license:gpl3+))))
9824
9825 (define-public emacs-outshine
9826 (let ((commit "5f1a6b70231d2811c522e4e5e8c89ff461b311d6"))
9827 (package
9828 (name "emacs-outshine")
9829 (version (git-version "2.0" "1" commit))
9830 (source (origin
9831 (method git-fetch)
9832 (uri (git-reference
9833 (url "https://github.com/alphapapa/outshine.git")
9834 (commit commit)))
9835 (file-name (git-file-name name version))
9836 (sha256
9837 (base32
9838 "1l9v1dfhgg7il11ifbhvcvrg3acfjk9sdxlc3lja1k54d7dp60jv"))))
9839 (build-system emacs-build-system)
9840 (propagated-inputs
9841 `(("emacs-outorg" ,emacs-outorg)))
9842 (home-page "https://github.com/alphapapa/outshine")
9843 (synopsis "Emacs outline with outshine")
9844 (description "Outshine attempts to bring the look and feel of
9845 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
9846 of @code{outline-minor-mode} (@code{org-mode} itself derives from
9847 outline-mode), so there is no such thing like an outshine mode, only
9848 @code{outline-minor-mode} with outshine extensions loaded.")
9849 (license license:gpl3+))))
9850
9851 (define-public emacs-parsebib
9852 (package
9853 (name "emacs-parsebib")
9854 (version "2.3.1")
9855 (source
9856 (origin
9857 (method git-fetch)
9858 (uri (git-reference
9859 (url "https://github.com/joostkremers/parsebib.git")
9860 (commit version)))
9861 (file-name (git-file-name name version))
9862 (sha256
9863 (base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh"))))
9864 (build-system emacs-build-system)
9865 (home-page "https://github.com/joostkremers/parsebib")
9866 (synopsis "Library for parsing bib files")
9867 (description
9868 "This package provides an Emacs library for parsing bib files.")
9869 (license license:gpl3+)))
9870
9871 (define-public emacs-biblio
9872 (package
9873 (name "emacs-biblio")
9874 (version "0.2")
9875 (source
9876 (origin
9877 (method git-fetch)
9878 (uri (git-reference
9879 (url "https://github.com/cpitclaudel/biblio.el.git")
9880 (commit version)))
9881 (file-name (git-file-name name version))
9882 (sha256
9883 (base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
9884 (build-system emacs-build-system)
9885 (propagated-inputs
9886 `(("emacs-seq" ,emacs-seq)
9887 ("emacs-dash" ,emacs-dash)
9888 ("emacs-let-alist" ,emacs-let-alist)))
9889 (home-page "https://github.com/cpitclaudel/biblio.el")
9890 (synopsis "Browse and import bibliographic references")
9891 (description "This package provides an extensible Emacs package for
9892 browsing and fetching references.
9893
9894 @file{biblio.el} makes it easy to browse and gather bibliographic references
9895 and publications from various sources, by keywords or by DOI. References are
9896 automatically fetched from well-curated sources, and formatted as BibTeX.")
9897 (license license:gpl3+)))
9898
9899 (define-public emacs-helm-bibtex
9900 (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
9901 (revision "1"))
9902 (package
9903 (name "emacs-helm-bibtex")
9904 (version (string-append "2.0.0" "-" revision "."
9905 (string-take commit 7)))
9906 (source
9907 (origin
9908 (method git-fetch)
9909 (uri (git-reference
9910 (url "https://github.com/tmalsburg/helm-bibtex.git")
9911 (commit commit)))
9912 (file-name (git-file-name name version))
9913 (sha256
9914 (base32
9915 "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
9916 (build-system emacs-build-system)
9917 (propagated-inputs
9918 `(("emacs-helm" ,emacs-helm)
9919 ("emacs-parsebib" ,emacs-parsebib)
9920 ("emacs-s" ,emacs-s)
9921 ("emacs-dash" ,emacs-dash)
9922 ("emacs-f" ,emacs-f)
9923 ("emacs-biblio" ,emacs-biblio)
9924 ("emacs-ivy" ,emacs-ivy)))
9925 (home-page "https://github.com/tmalsburg/helm-bibtex")
9926 (synopsis "Bibliography manager based on Helm")
9927 (description "This package provides bibliography manager for Emacs,
9928 based on Helm and the bibtex-completion backend.
9929
9930 Key features:
9931
9932 @itemize
9933 @item Quick access to your bibliography from within Emacs
9934 @item Powerful search capabilities
9935 @item Provides instant search results as you type
9936 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
9937 @item Open the PDFs, URLs, or DOIs associated with an entry
9938 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
9939 BibTeX entries, or plain text references at point, attach PDFs to emails
9940 @item Support for note taking
9941 @item Quick access to online bibliographic databases such as Pubmed,
9942 arXiv, Google Scholar, Library of Congress, etc.
9943 @item Imports BibTeX entries from CrossRef and other sources.
9944 @end itemize\n")
9945 (license license:gpl3+))))
9946
9947 (define-public emacs-ewmctrl
9948 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
9949 (package
9950 (name "emacs-ewmctrl")
9951 (version (git-version "0.0.1" "1" commit))
9952 (source
9953 (origin
9954 (method git-fetch)
9955 (uri (git-reference
9956 (url "https://github.com/flexibeast/ewmctrl.git")
9957 (commit commit)))
9958 (file-name (git-file-name name version))
9959 (sha256
9960 (base32
9961 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
9962 (build-system emacs-build-system)
9963 (arguments
9964 '(#:phases
9965 (modify-phases %standard-phases
9966 (add-after 'unpack 'patch-ewmctrl
9967 ;; This build phase makes sure ‘ewmctrl’ looks
9968 ;; for ‘wmctrl’ in the right place.
9969 (lambda _
9970 (let ((file "ewmctrl.el"))
9971 (chmod file #o644)
9972 (emacs-substitute-sexps file
9973 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
9974 (inputs
9975 `(("wmctrl" ,wmctrl)))
9976 (home-page "https://github.com/flexibeast/ewmctrl")
9977 (synopsis "Emacs interface to @code{wmctrl}")
9978 (description "@code{ewmctrl} provides an Emacs interface to
9979 @code{wmctrl} command-line window-management program.")
9980 (license license:gpl3+))))
9981
9982 (define-public emacs-erc-image
9983 (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
9984 (revision "1"))
9985 (package
9986 (name "emacs-erc-image")
9987 (version (git-version "0" revision commit))
9988 (source
9989 (origin
9990 (method git-fetch)
9991 (uri (git-reference
9992 (url "https://github.com/kidd/erc-image.el")
9993 (commit commit)))
9994 (file-name (git-file-name name version))
9995 (sha256
9996 (base32
9997 "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
9998 (build-system emacs-build-system)
9999 (home-page "https://github.com/kidd/erc-image.el")
10000 (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
10001 (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
10002 and @code{erc-send-modify-hook} to download and show images.")
10003 (license license:gpl3+))))
10004
10005 (define-public emacs-helm-gtags
10006 (package
10007 (name "emacs-helm-gtags")
10008 (version "1.5.6")
10009 (source
10010 (origin
10011 (method git-fetch)
10012 (uri (git-reference
10013 (url "https://github.com/syohex/emacs-helm-gtags.git")
10014 (commit version)))
10015 (file-name (git-file-name name version))
10016 (sha256
10017 (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
10018 (build-system emacs-build-system)
10019 (propagated-inputs
10020 `(("emacs-helm" ,emacs-helm)))
10021 (home-page "https://github.com/syohex/emacs-helm-gtags")
10022 (synopsis "Emacs Helm interface to GNU Global")
10023 (description
10024 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
10025 (license license:gpl3+)))
10026
10027 (define-public emacs-list-utils
10028 (package
10029 (name "emacs-list-utils")
10030 (version "0.4.4")
10031 (source
10032 (origin
10033 (method git-fetch)
10034 (uri (git-reference
10035 (url "https://github.com/rolandwalker/list-utils.git")
10036 (commit (string-append "v" version))))
10037 (file-name (git-file-name name version))
10038 (sha256
10039 (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
10040 (build-system emacs-build-system)
10041 (home-page "https://github.com/rolandwalker/list-utils")
10042 (synopsis "List-manipulation utility functions")
10043 (description "This package provides a list manipulation library for Emacs.")
10044 (license license:gpl3+)))
10045
10046 (define-public emacs-move-text
10047 (package
10048 (name "emacs-move-text")
10049 (version "2.0.8")
10050 (source
10051 (origin
10052 (method git-fetch)
10053 (uri (git-reference
10054 (url "https://github.com/emacsfodder/move-text.git")
10055 (commit version)))
10056 (file-name (git-file-name name version))
10057 (sha256
10058 (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"))))
10059 (build-system emacs-build-system)
10060 (home-page "https://github.com/emacsfodder/move-text")
10061 (synopsis "Move current line or region with M-up or M-down")
10062 (description "This package provide functions to move the current line
10063 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
10064 region instead.")
10065 (license license:gpl3+)))
10066
10067 (define-public emacs-validate
10068 (package
10069 (name "emacs-validate")
10070 (version "1.0.5")
10071 (source (origin
10072 (method url-fetch)
10073 (uri (string-append "https://github.com/Malabarba/validate.el"
10074 "/archive/" version ".tar.gz"))
10075 (file-name (string-append name "-" version ".tar.gz"))
10076 (sha256
10077 (base32
10078 "125mbd111f1h1baw0z3fzm48y1bvaigljyzvvnqgrn0shxbj0khg"))))
10079 (build-system emacs-build-system)
10080 (home-page "https://github.com/Malabarba/validate.el")
10081 (synopsis "Emacs library for scheme validation")
10082 (description "This Emacs library provides two functions that perform
10083 schema validation.")
10084 (license license:gpl3+)))
10085
10086 (define-public emacs-rainbow-blocks
10087 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
10088 (package
10089 (name "emacs-rainbow-blocks")
10090 (version (git-version "1.0.0" "1" commit))
10091 (source (origin
10092 (method git-fetch)
10093 (uri (git-reference
10094 (url "https://github.com/istib/rainbow-blocks.git")
10095 (commit commit)))
10096 (file-name (git-file-name name version))
10097 (sha256
10098 (base32
10099 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
10100 (build-system emacs-build-system)
10101 (home-page "https://github.com/istib/rainbow-blocks")
10102 (synopsis "Highlight sexp blocks")
10103 (description "Rainbow-blocks is an Emacs mode that highlights blocks
10104 made of parentheses, brackets, and braces according to their depth. Each
10105 successive level is highlighted in a different color. This makes it easy to
10106 orient yourself in the code, and tell which statements are at a given level.")
10107 (license license:gpl3+))))
10108
10109 (define-public emacs-hierarchy
10110 (package
10111 (name "emacs-hierarchy")
10112 (version "0.7.0")
10113 (source
10114 (origin
10115 (method git-fetch)
10116 (uri (git-reference
10117 (url "https://github.com/DamienCassou/hierarchy.git")
10118 (commit (string-append "v" version))))
10119 (file-name (git-file-name name version))
10120 (sha256
10121 (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
10122 (build-system emacs-build-system)
10123 (home-page "https://github.com/DamienCassou/hierarchy")
10124 (synopsis "Library to create and display hierarchy structures")
10125 (description "This package provides an Emacs library to create, query,
10126 navigate and display hierarchy structures.")
10127 (license license:gpl3+)))
10128
10129 (define-public emacs-tree-mode
10130 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
10131 (revision "1"))
10132 (package
10133 (name "emacs-tree-mode")
10134 (version (string-append "0.0.1" "-" revision "."
10135 (string-take commit 7)))
10136 (source
10137 (origin
10138 (method git-fetch)
10139 (uri (git-reference
10140 (url "https://github.com/emacsorphanage/tree-mode.git")
10141 (commit commit)))
10142 (file-name (git-file-name name version))
10143 (sha256
10144 (base32
10145 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
10146 (build-system emacs-build-system)
10147 (home-page "https://github.com/emacsorphanage/tree-mode")
10148 (synopsis "Emacs mode to manage tree widgets")
10149 (description
10150 "This package provides an Emacs library to manage tree widgets.")
10151 (license license:gpl3+))))
10152
10153 (define-public emacs-md4rd
10154 (let ((commit "c55512c2f7680db2a1e73db6bdf93adecaf40fec")
10155 (revision "1"))
10156 (package
10157 (name "emacs-md4rd")
10158 (version (string-append "0.0.2" "-" revision "."
10159 (string-take commit 7)))
10160 (source (origin
10161 (method git-fetch)
10162 (uri (git-reference
10163 (url "https://github.com/ahungry/md4rd.git")
10164 (commit commit)))
10165 (file-name (git-file-name name version))
10166 (sha256
10167 (base32
10168 "0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9"))))
10169 (propagated-inputs
10170 `(("emacs-hierarchy" ,emacs-hierarchy)
10171 ("emacs-request" ,emacs-request)
10172 ("emacs-dash" ,emacs-dash)
10173 ("emacs-s" ,emacs-s)
10174 ("emacs-tree-mode" ,emacs-tree-mode)))
10175 (build-system emacs-build-system)
10176 (home-page "https://github.com/ahungry/md4rd")
10177 (synopsis "Emacs Mode for Reddit")
10178 (description
10179 "This package allows to read Reddit from within Emacs interactively.")
10180 (license license:gpl3+))))
10181
10182 (define-public emacs-pulseaudio-control
10183 (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
10184 (revision "3"))
10185 (package
10186 (name "emacs-pulseaudio-control")
10187 (version (git-version "0.0.1" revision commit))
10188 (source
10189 (origin
10190 (method git-fetch)
10191 (uri (git-reference
10192 (url "https://github.com/flexibeast/pulseaudio-control.git")
10193 (commit commit)))
10194 (file-name (git-file-name name version))
10195 (sha256
10196 (base32
10197 "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
10198 (build-system emacs-build-system)
10199 (arguments
10200 '(#:phases (modify-phases %standard-phases
10201 (add-after 'unpack 'patch-file-name
10202 (lambda* (#:key inputs #:allow-other-keys)
10203 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
10204 (chmod "pulseaudio-control.el" #o600)
10205 (emacs-substitute-variables "pulseaudio-control.el"
10206 ("pulseaudio-control-pactl-path"
10207 (string-append pulseaudio "/bin/pactl")))
10208 #t))))))
10209 (inputs `(("pulseaudio" ,pulseaudio)))
10210 (home-page "https://github.com/flexibeast/pulseaudio-control")
10211 (synopsis "Control @code{pulseaudio} from Emacs")
10212 (description
10213 "This package allows to control @code{pulseaudio} from Emacs.")
10214 (license license:gpl3+))))
10215
10216 (define-public emacs-datetime
10217 (package
10218 (name "emacs-datetime")
10219 (version "0.3")
10220 (source
10221 (origin
10222 (method git-fetch)
10223 (uri (git-reference
10224 (url "https://github.com/doublep/datetime.git")
10225 (commit version)))
10226 (file-name (git-file-name name version))
10227 (sha256
10228 (base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5"))))
10229 (build-system emacs-build-system)
10230 (home-page "https://github.com/doublep/datetime/")
10231 (synopsis "Library to work with dates in Emacs")
10232 (description "Parsing, formatting, matching and recoding
10233 timestamps and date-time format strings library for Emacs.")
10234 (license license:gpl3+)))
10235
10236 (define-public emacs-org-mind-map
10237 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
10238 (revision "1"))
10239 (package
10240 (name "emacs-org-mind-map")
10241 (version (string-append "0.0.1" "-" revision "."
10242 (string-take commit 7)))
10243 (source
10244 (origin
10245 (method git-fetch)
10246 (uri (git-reference
10247 (url "https://github.com/theodorewiles/org-mind-map.git")
10248 (commit commit)))
10249 (file-name (git-file-name name version))
10250 (sha256
10251 (base32
10252 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
10253 (propagated-inputs
10254 `(("emacs-dash" ,emacs-dash)))
10255 (build-system emacs-build-system)
10256 (home-page "https://github.com/theodorewiles/org-mind-map")
10257 (synopsis "Create Graphviz directed graphs from Org files")
10258 (description
10259 "This package creates Graphviz directed graphs from Org files.")
10260 (license license:gpl3+))))
10261
10262 (define-public emacs-npm-mode
10263 (package
10264 (name "emacs-npm-mode")
10265 (version "0.6.0")
10266 (source
10267 (origin
10268 (method git-fetch)
10269 (uri (git-reference
10270 (url "https://github.com/mojochao/npm-mode.git")
10271 (commit version)))
10272 (file-name (git-file-name name version))
10273 (sha256
10274 (base32 "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"))))
10275 (build-system emacs-build-system)
10276 (home-page "https://github.com/mojochao/npm-mode")
10277 (synopsis "Minor mode for working with @code{npm} projects")
10278 (description
10279 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
10280 (license license:gpl3+)))
10281
10282 (define-public emacs-seq
10283 (package
10284 (name "emacs-seq")
10285 (version "2.20")
10286 (source
10287 (origin
10288 (method url-fetch)
10289 (uri (string-append "http://elpa.gnu.org/packages/seq-" version ".tar"))
10290 (sha256
10291 (base32
10292 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
10293 (build-system emacs-build-system)
10294 (home-page "http://elpa.gnu.org/packages/seq.html")
10295 (synopsis "Sequence manipulation functions")
10296 (description "Sequence-manipulation functions that complement basic
10297 functions provided by @file{subr.el}.")
10298 (license license:gpl3+)))
10299
10300 (define-public emacs-itail
10301 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
10302 (revision "1"))
10303 (package
10304 (name "emacs-itail")
10305 (version (string-append "0.0.1" "-" revision "."
10306 (string-take commit 7)))
10307 (source
10308 (origin
10309 (method git-fetch)
10310 (uri (git-reference
10311 (url "https://github.com/re5et/itail.git")
10312 (commit commit)))
10313 (file-name (git-file-name name version))
10314 (sha256
10315 (base32
10316 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
10317 (build-system emacs-build-system)
10318 (home-page "https://github.com/re5et/itail")
10319 (synopsis "Interactive @code{tail} Emacs mode")
10320 (description "@code{itail} provides interactive @code{tail} mode
10321 that allows you to filter the tail with unix pipes and highlight the
10322 contents of the tailed file. Works locally or on remote files using
10323 tramp.")
10324 (license license:gpl3+))))
10325
10326 (define-public emacs-loop
10327 (package
10328 (name "emacs-loop")
10329 (version "1.3")
10330 (source
10331 (origin
10332 (method git-fetch)
10333 (uri (git-reference
10334 (url "https://github.com/Wilfred/loop.el.git")
10335 (commit version)))
10336 (file-name (git-file-name name version))
10337 (sha256
10338 (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
10339 (build-system emacs-build-system)
10340 (home-page "https://github.com/Wilfred/loop.el")
10341 (synopsis "Imperative loop structures for Emacs")
10342 (description "Loop structures familiar to users of other languages. This
10343 library adds a selection of popular loop structures as well as break and
10344 continue.")
10345 (license license:gpl3+)))
10346
10347 (define-public emacs-elisp-refs
10348 (package
10349 (name "emacs-elisp-refs")
10350 (version "1.3")
10351 (source
10352 (origin
10353 (method git-fetch)
10354 (uri (git-reference
10355 (url "https://github.com/Wilfred/elisp-refs.git")
10356 (commit version)))
10357 (file-name (git-file-name name version))
10358 (sha256
10359 (base32 "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"))))
10360 (build-system emacs-build-system)
10361 (propagated-inputs
10362 `(("emacs-dash" ,emacs-dash)
10363 ("emacs-f" ,emacs-f)
10364 ("emacs-list-utils" ,emacs-list-utils)
10365 ("emacs-loop" ,emacs-loop)
10366 ("emacs-s" ,emacs-s)
10367 ("emacs-shut-up" ,emacs-shut-up)))
10368 (home-page "https://github.com/Wilfred/elisp-refs")
10369 (synopsis "Find callers of elisp functions or macros")
10370 (description "Find references to functions, macros or variables. Unlike a
10371 dumb text search, @code{elisp-refs} actually parses the code, so it's never
10372 confused by comments or @code{foo-bar} matching @code{foo}.")
10373 (license license:gpl3+)))
10374
10375 (define-public emacs-crux
10376 (let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
10377 (revision "1"))
10378 (package
10379 (name "emacs-crux")
10380 (version (string-append "0.3.0" "-" revision "."
10381 (string-take commit 7)))
10382 (source
10383 (origin
10384 (method git-fetch)
10385 (uri (git-reference
10386 (url "https://github.com/bbatsov/crux.git")
10387 (commit commit)))
10388 (file-name (git-file-name name version))
10389 (sha256
10390 (base32
10391 "1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
10392 (build-system emacs-build-system)
10393 (home-page "https://github.com/bbatsov/crux")
10394 (synopsis "Collection of useful functions for Emacs")
10395 (description
10396 "@code{crux} provides a collection of useful functions for Emacs.")
10397 (license license:gpl3+))))
10398
10399 (define-public emacs-edit-server
10400 (package
10401 (name "emacs-edit-server")
10402 (version "1.13")
10403 (source
10404 (origin
10405 (method git-fetch)
10406 (uri (git-reference
10407 (url "https://github.com/stsquad/emacs_chrome.git")
10408 (commit (string-append "v" version))))
10409 (file-name (git-file-name name version))
10410 (sha256
10411 (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
10412 (build-system emacs-build-system)
10413 (arguments
10414 `(#:phases
10415 (modify-phases %standard-phases
10416 (add-after 'unpack 'chdir-elisp
10417 ;; Elisp directory is not in root of the source.
10418 (lambda _
10419 (chdir "servers"))))))
10420 (home-page "https://github.com/stsquad/emacs_chrome")
10421 (synopsis "Server that responds to edit requests from Chromium")
10422 (description
10423 "This package provides an edit server to respond to requests from Emacs.")
10424 (license license:gpl3+)))
10425
10426 (define-public emacs-m-buffer-el
10427 (package
10428 (name "emacs-m-buffer-el")
10429 (version "0.15")
10430 (source
10431 (origin
10432 (method url-fetch)
10433 (uri (string-append "https://github.com/phillord/m-buffer-el"
10434 "/archive/" "v" version ".tar.gz"))
10435 (file-name (string-append name "-" version ".tar.gz"))
10436 (sha256
10437 (base32
10438 "17vdcc8q37q9db98jyww1c0ivinmwfcw4l04zccfacalra63a214"))))
10439 (arguments
10440 `(#:phases
10441 (modify-phases %standard-phases
10442 (add-before 'install 'check
10443 (lambda* (#:key inputs #:allow-other-keys)
10444 (invoke "emacs" "--batch" "-L" "."
10445 "-l" "test/m-buffer-test.el"
10446 "-l" "test/m-buffer-at-test.el"
10447 "-f" "ert-run-tests-batch-and-exit"))))))
10448 (build-system emacs-build-system)
10449 (home-page "https://github.com/phillord/m-buffer-el")
10450 (synopsis "List oriented buffer operations for Emacs")
10451 (description "@code{m-buffer} provides a set of list-orientated functions
10452 for operating over the contents of Emacs buffers.")
10453 (license license:gpl3+)))
10454
10455 (define-public emacs-let-alist
10456 (package
10457 (name "emacs-let-alist")
10458 (version "1.0.5")
10459 (source
10460 (origin
10461 (method url-fetch)
10462 (uri (string-append
10463 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
10464 (sha256
10465 (base32
10466 "0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw"))))
10467 (build-system emacs-build-system)
10468 (home-page "https://elpa.gnu.org/packages/let-alist.html")
10469 (synopsis "Easily let-bind values of an assoc-list by their names")
10470 (description "This package offers a single macro, @code{let-alist}. This
10471 macro takes a first argument (whose value must be an alist) and a body.")
10472 (license license:gpl3+)))
10473
10474 (define-public emacs-esup
10475 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
10476 (revision "1"))
10477 (package
10478 (name "emacs-esup")
10479 (version (string-append "0.6" "-" revision "."
10480 (string-take commit 7)))
10481 (source
10482 (origin
10483 (method git-fetch)
10484 (uri (git-reference
10485 (url "https://github.com/jschaf/esup.git")
10486 (commit commit)))
10487 (file-name (git-file-name name version))
10488 (sha256
10489 (base32
10490 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
10491 ;; TODO: Add tests
10492 (build-system emacs-build-system)
10493 (home-page "https://github.com/jschaf/esup")
10494 (synopsis "Emacs start up profiler")
10495 (description "Benchmark Emacs Startup time without ever leaving
10496 your Emacs.")
10497 (license license:gpl2+))))
10498
10499 (define-public emacs-sourcemap
10500 (package
10501 (name "emacs-sourcemap")
10502 (version "0.03")
10503 (source
10504 (origin
10505 (method git-fetch)
10506 (uri (git-reference
10507 (url "https://github.com/syohex/emacs-sourcemap.git")
10508 (commit version)))
10509 (file-name (git-file-name name version))
10510 (sha256
10511 (base32 "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"))))
10512 (build-system emacs-build-system)
10513 (home-page "https://github.com/syohex/emacs-sourcemap")
10514 (synopsis "Sourcemap parser")
10515 (description "Sourcemap parser")
10516 (license license:gpl3+)))
10517
10518 (define-public emacs-macrostep
10519 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
10520 (package
10521 (name "emacs-macrostep")
10522 (version (git-version "0.9" "1" commit))
10523 (source (origin
10524 (method git-fetch)
10525 (uri (git-reference
10526 (url "https://github.com/joddie/macrostep.git")
10527 (commit commit)))
10528 (file-name (git-file-name name version))
10529 (sha256
10530 (base32
10531 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
10532 (build-system emacs-build-system)
10533 (arguments
10534 '(#:phases
10535 (modify-phases %standard-phases
10536 (add-before 'check 'remove-test
10537 ;; Fails because of requirement ‘/bin/sh’.
10538 (lambda _
10539 (let ((file "macrostep-test.el"))
10540 (chmod file #o644)
10541 (emacs-batch-edit-file file
10542 `(progn (progn (goto-char (point-min))
10543 (re-search-forward
10544 "(ert-deftest macrostep-expand-c-macros")
10545 (beginning-of-line)
10546 (kill-sexp))
10547 (basic-save-buffer))))))
10548 (add-before 'install 'check
10549 (lambda _
10550 (invoke "emacs" "--batch" "-L" "."
10551 "-l" "macrostep-test.el"
10552 "-f" "ert-run-tests-batch-and-exit"))))))
10553 (home-page "https://github.com/joddie/macrostep")
10554 (synopsis "Interactive macro-expander for Emacs")
10555 (description "@code{macrostep} is an Emacs minor mode for interactively
10556 stepping through the expansion of macros in Emacs Lisp source code. It lets
10557 you see exactly what happens at each step of the expansion process by
10558 pretty-printing the expanded forms inline in the source buffer, which is
10559 temporarily read-only while macro expansions are visible. You can expand and
10560 collapse macro forms one step at a time, and evaluate or instrument the
10561 expansions for debugging with Edebug as normal (but see “Bugs and known
10562 limitations”, below). Single-stepping through the expansion is particularly
10563 useful for debugging macros that expand into another macro form. These can be
10564 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
10565 until the top-level form is no longer a macro call.")
10566 (license license:gpl3+))))
10567
10568 (define-public emacs-parent-mode
10569 (package
10570 (name "emacs-parent-mode")
10571 (version "2.3")
10572 (source
10573 (origin
10574 (method git-fetch)
10575 (uri (git-reference
10576 (url "https://github.com/Fanael/parent-mode.git")
10577 (commit version)))
10578 (file-name (git-file-name name version))
10579 (sha256
10580 (base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
10581 (build-system emacs-build-system)
10582 (home-page "https://github.com/Fanael/parent-mode")
10583 (synopsis "Get major mode's parent modes")
10584 (description "Get major mode's parent modes")
10585 (license license:gpl3+)))
10586
10587 (define-public emacs-lacarte
10588 (package
10589 (name "emacs-lacarte")
10590 (version "0.1")
10591 (source (origin
10592 (method url-fetch)
10593 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
10594 (sha256
10595 (base32
10596 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
10597 (build-system emacs-build-system)
10598 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
10599 (synopsis "Execute menu items as commands, with completion")
10600 (description "Execute menu items as commands, with completion.")
10601 (license license:gpl3)))
10602
10603 (define-public emacs-isearch-prop
10604 (let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
10605 (revision "1"))
10606 (package
10607 (name "emacs-isearch-prop")
10608 (version (git-version "0" revision commit))
10609 (source
10610 (origin
10611 (method git-fetch)
10612 (uri (git-reference
10613 (url "https://github.com/emacsmirror/isearch-prop.git")
10614 (commit commit)))
10615 (file-name (git-file-name name version))
10616 (sha256
10617 (base32
10618 "1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
10619 (build-system emacs-build-system)
10620 (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
10621 (synopsis "Extensions to @code{isearch.el}")
10622 (description "The Emacs library @code{isearch-prop.el} lets you search within
10623 contexts. You can limit incremental search to a set of zones of
10624 buffer text, search contexts that in effect constitute a multi-region.
10625 These zones can be defined in various ways, including some ways
10626 provided specially by this library.")
10627 (license license:gpl3+))))
10628
10629 (define-public emacs-company-lua
10630 (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4"))
10631 (package
10632 (name "emacs-company-lua")
10633 (version (git-version "0.1" "1" commit))
10634 (source
10635 (origin
10636 (method git-fetch)
10637 (uri (git-reference
10638 (url "https://github.com/ptrv/company-lua.git")
10639 (commit commit)))
10640 (file-name (git-file-name name version))
10641 (sha256
10642 (base32
10643 "1d9i165apgmwns7b2fd5wcpjpkah3dyj20v5sb8ynvz6qhhr5r9c"))))
10644 (build-system emacs-build-system)
10645 (propagated-inputs
10646 `(("emacs-company" ,emacs-company)
10647 ("emacs-s" ,emacs-s)
10648 ("emacs-f" ,emacs-f)
10649 ("emacs-lua-mode" ,emacs-lua-mode)))
10650 (home-page "https://github.com/ptrv/company-lua")
10651 (synopsis "Company backend for Lua")
10652 (description
10653 "This package provides Company backend for Lua programming language.")
10654 (license license:gpl3+))))
10655
10656 (define-public emacs-beginend
10657 (package
10658 (name "emacs-beginend")
10659 (version "2.0.0")
10660 (source
10661 (origin
10662 (method git-fetch)
10663 (uri (git-reference
10664 (url "https://github.com/DamienCassou/beginend.git")
10665 (commit (string-append "v" version))))
10666 (file-name (git-file-name name version))
10667 (sha256
10668 (base32 "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"))))
10669 ;; TODO: Run tests.
10670 (build-system emacs-build-system)
10671 (inputs
10672 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
10673 (home-page "https://github.com/DamienCassou/beginend")
10674 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
10675 (description "@code{beginend} redefines @code{M-<} and @code{M->}
10676 keybindings for Emacs modes so that point moves to meaningful
10677 locations. Redefined keys are still accessible by pressing the same
10678 key again.")
10679 (license license:gpl3+)))
10680
10681 (define-public emacs-mbsync
10682 (let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3")
10683 (revision "1"))
10684 (package
10685 (name "emacs-mbsync")
10686 (version (string-append "0.0.1" "-" revision "."
10687 (string-take commit 7)))
10688 (source
10689 (origin
10690 (method git-fetch)
10691 (uri (git-reference
10692 (url "https://github.com/dimitri/mbsync-el.git")
10693 (commit commit)))
10694 (file-name (git-file-name name version))
10695 (sha256
10696 (base32
10697 "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
10698 (build-system emacs-build-system)
10699 (home-page "https://github.com/dimitri/mbsync-el")
10700 (synopsis "Interface to mbsync for Emacs")
10701 (description "This package allows to call the @code{mbsync} from
10702 within Emacs.")
10703 (license license:gpl3+))))
10704
10705 (define-public emacs-ibuffer-projectile
10706 (let ((commit "c18ac540ee46cb759fc5df18747f6e8d23563011")
10707 (revision "1"))
10708 (package
10709 (name "emacs-ibuffer-projectile")
10710 (version (string-append "0.2" "-" revision "."
10711 (string-take commit 7)))
10712 (source
10713 (origin
10714 (method git-fetch)
10715 (uri (git-reference
10716 (url "https://github.com/purcell/ibuffer-projectile.git")
10717 (commit commit)))
10718 (file-name (git-file-name name version))
10719 (sha256
10720 (base32
10721 "1nd26cwwdpnwj0g4w393rd59klpyr6wqrnyr6scmwb5d06bsm44n"))))
10722 (build-system emacs-build-system)
10723 (propagated-inputs
10724 `(("emacs-projectile" ,emacs-projectile)))
10725 (home-page "https://github.com/purcell/ibuffer-projectile")
10726 (synopsis "Group ibuffer's list by projectile root")
10727 (description "Adds functionality to Emacs @code{ibuffer} for
10728 grouping buffers by their projectile root directory.")
10729 (license license:gpl3+))))
10730
10731 (define-public emacs-helm-mode-manager
10732 (package
10733 (name "emacs-helm-mode-manager")
10734 (version "1.0.0")
10735 (source
10736 (origin
10737 (method url-fetch)
10738 (uri (string-append "https://github.com/istib/helm-mode-manager/"
10739 "archive/" version ".tar.gz"))
10740 (file-name (string-append name "-" version ".tar.gz"))
10741 (sha256
10742 (base32
10743 "0wllj321z16hgrx0ddwzk5wz4mnnx5am7w5nclqclfc5dfdn92wm"))))
10744 (build-system emacs-build-system)
10745 (propagated-inputs
10746 `(("emacs-helm" ,emacs-helm)))
10747 (home-page "https://github.com/istib/helm-mode-manager/")
10748 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
10749 (description "This package provides a Helm interface for toggling Emacs
10750 major or minor mode.
10751
10752 @itemize
10753 @item @code{helm-switch-major-mode} list of all major modes
10754 @item @code{helm-enable-minor-mode} list of all inactive minor modes
10755 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
10756 @end itemize\n
10757
10758 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
10759 documentation.")
10760 (license license:gpl3+)))
10761
10762 (define-public emacs-hy-mode
10763 (package
10764 (name "emacs-hy-mode")
10765 (version "1.0.3")
10766 (source
10767 (origin
10768 (method git-fetch)
10769 (uri (git-reference
10770 (url "https://github.com/hylang/hy-mode.git")
10771 (commit (string-append "v" version))))
10772 (file-name (git-file-name name version))
10773 (sha256
10774 (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
10775 (build-system emacs-build-system)
10776 (propagated-inputs
10777 `(("emacs-dash" ,emacs-dash)
10778 ("emacs-s" ,emacs-s)))
10779 (home-page "https://github.com/hylang/hy-mode")
10780 (synopsis "Major mode for Hylang")
10781 (description "This package provides a major mode for Hylang.")
10782 (license license:gpl3+)))
10783
10784 (define-public emacs-web-beautify
10785 (package
10786 (name "emacs-web-beautify")
10787 (version "0.3.2")
10788 (source
10789 (origin
10790 (method git-fetch)
10791 (uri (git-reference
10792 (url "https://github.com/yasuyk/web-beautify.git")
10793 (commit version)))
10794 (file-name (git-file-name name version))
10795 (sha256
10796 (base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
10797 (build-system emacs-build-system)
10798 (home-page "https://github.com/yasuyk/web-beautify")
10799 (synopsis "Format HTML, CSS and JavaScript, JSON")
10800 (description "This package provides an Emacs functions to format HTML,
10801 CSS, JavaScript, JSON.")
10802 (license license:gpl3+)))
10803
10804 (define-public emacs-helm-shell-history
10805 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
10806 (package
10807 (name "emacs-helm-shell-history")
10808 (version (git-version "0.1" "1" commit))
10809 (source
10810 (origin
10811 (method git-fetch)
10812 (uri (git-reference
10813 (url "https://github.com/yuutayamada/helm-shell-history.git")
10814 (commit commit)))
10815 (file-name (git-file-name name version))
10816 (sha256
10817 (base32
10818 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
10819 (build-system emacs-build-system)
10820 (arguments
10821 '(#:phases
10822 (modify-phases %standard-phases
10823 (add-before 'check 'patch-helm-shell-history-file
10824 (lambda _
10825 (let ((file "helm-shell-history.el"))
10826 (chmod file #o644)
10827 (emacs-substitute-sexps file
10828 ("(defvar helm-shell-history-file"
10829 `(expand-file-name "~/.bash_history"))))
10830 #t)))))
10831 (propagated-inputs
10832 `(("emacs-helm" ,emacs-helm)))
10833 (home-page "https://github.com/yuutayamada/helm-shell-history")
10834 (synopsis "Find shell history with Emacs Helm")
10835 (description "This package provides an Emacs Helm interface to search
10836 throw a shell history.")
10837 (license license:gpl3+))))
10838
10839 (define-public emacs-discover-my-major
10840 (package
10841 (name "emacs-discover-my-major")
10842 (version "1.0")
10843 (source
10844 (origin
10845 (method url-fetch)
10846 (uri
10847 (string-append "https://github.com/steckerhalter/discover-my-major"
10848 "/archive/" version ".tar.gz"))
10849 (file-name (string-append name "-" version ".tar.gz"))
10850 (sha256
10851 (base32
10852 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
10853 (build-system emacs-build-system)
10854 (propagated-inputs
10855 `(("emacs-makey" ,emacs-makey)))
10856 (home-page "https://github.com/steckerhalter/discover-my-major")
10857 (synopsis "Discover key bindings for the current Emacs major mode")
10858 (description "This package provides allows to discover key bindings and
10859 their meaning for the current Emacs major-mode.")
10860 (license license:gpl3+)))
10861
10862 (define-public emacs-org-ref
10863 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
10864 (revision "1"))
10865 (package
10866 (name "emacs-org-ref")
10867 (version (string-append "1.1.1" "-" revision "."
10868 (string-take commit 7)))
10869 (source
10870 (origin
10871 (method git-fetch)
10872 (uri (git-reference
10873 (url "https://github.com/jkitchin/org-ref.git")
10874 (commit commit)))
10875 (file-name (git-file-name name version))
10876 (sha256
10877 (base32
10878 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
10879 (build-system emacs-build-system)
10880 (propagated-inputs
10881 `(("emacs-dash" ,emacs-dash)
10882 ("emacs-helm" ,emacs-helm)
10883 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
10884 ("emacs-ivy" ,emacs-ivy)
10885 ("emacs-hydra" ,emacs-hydra)
10886 ("emacs-key-chord" ,emacs-key-chord)
10887 ("emacs-s" ,emacs-s)
10888 ("emacs-f" ,emacs-f)
10889 ("emacs-pdf-tools" ,emacs-pdf-tools)))
10890 (home-page "https://github.com/jkitchin/org-ref")
10891 (synopsis "Citations, cross-references and bibliographies in org-mode")
10892 (description
10893 "Lisp code to setup bibliography, cite, ref and label org-mode links.
10894 Also sets up reftex and helm for org-mode citations. The links are
10895 clickable and do things that are useful.
10896
10897 The default setup uses helm-bibtex.
10898
10899 You should really read org-ref.org in this package for details.")
10900 (license license:gpl3+))))
10901
10902 ;; This project is unmaintained. Please use emacs-org-re-reveal instead.
10903 (define-public emacs-org-reveal
10904 (let ((commit "1cdd088ec5fab631c564dca7f9f74fd3e9b7d4d4"))
10905 (package
10906 (name "emacs-org-reveal")
10907 (version (git-version "0.1" "2" commit))
10908 (source (origin
10909 (method git-fetch)
10910 (uri (git-reference
10911 (url "https://github.com/yjwen/org-reveal.git")
10912 (commit commit)))
10913 (file-name (git-file-name name version))
10914 (sha256
10915 (base32
10916 "1vjxjadq2i74p96y9jxnqj1yb86fsgxzmn7bjgnb88ay6nvc1l72"))))
10917 (build-system emacs-build-system)
10918 (home-page "https://github.com/yjwen/org-reveal")
10919 (synopsis "Org and Reveal.js powered HTML presentation tool")
10920 (description "Org-Reveal is a command@{org-mode} extension that allows
10921 to create beautiful presentations (slides) with 3D effects from simple but
10922 powerful Org contents.")
10923 (license license:gpl3+))))
10924
10925 (define-public emacs-org-re-reveal
10926 (package
10927 (name "emacs-org-re-reveal")
10928 (version "1.0.3")
10929 (source (origin
10930 (method git-fetch)
10931 (uri (git-reference
10932 (url "https://gitlab.com/oer/org-re-reveal.git")
10933 (commit "50cc6574c77f12d423f6cd096d8f76feb3673abc")))
10934 (file-name (git-file-name name version))
10935 (sha256
10936 (base32
10937 "1v3z30gpimg4spf6zzqwp9b597zxk89h0vpq6xp58js4rjg4ixk8"))))
10938 (build-system emacs-build-system)
10939 (propagated-inputs
10940 `(("emacs-htmlize" ,emacs-htmlize)
10941 ("emacs-org" ,emacs-org)))
10942 (home-page "https://gitlab.com/oer/org-re-reveal")
10943 (synopsis "Build HTML presentations with reveal.js from Org source files")
10944 (description "This project started as fork of org-reveal. It provides an
10945 export back-end for HTML presentations with reveal.js from Org mode source
10946 files.")
10947 (license license:gpl3+)))
10948
10949 (define-public emacs-add-hooks
10950 (package
10951 (name "emacs-add-hooks")
10952 (version "3.1.1")
10953 (source
10954 (origin
10955 (method git-fetch)
10956 (uri (git-reference
10957 (url "https://github.com/nickmccurdy/add-hooks.git")
10958 (commit version)))
10959 (file-name (git-file-name name version))
10960 (sha256
10961 (base32 "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl"))))
10962 (build-system emacs-build-system)
10963 (home-page "https://github.com/nickmccurdy/add-hooks/")
10964 (synopsis "Emacs function for setting multiple hooks")
10965 (description "This package provides a @code{add-hooks} function tidies up
10966 duplicate hook and function names further into a single declarative call.")
10967 (license license:gpl3+)))
10968
10969 (define-public emacs-fancy-narrow
10970 (package
10971 (name "emacs-fancy-narrow")
10972 (version "0.9.5")
10973 (source
10974 (origin
10975 (method git-fetch)
10976 (uri (git-reference
10977 (url "https://github.com/Malabarba/fancy-narrow.git")
10978 (commit version)))
10979 (file-name (git-file-name name version))
10980 (sha256
10981 (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
10982 (build-system emacs-build-system)
10983 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
10984 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
10985 (description
10986 "Unlike @code{narrow-to-region}, which completely hides text outside
10987 the narrowed region, this package simply de-emphasizes the text, makes it
10988 read-only, and makes it unreachable. This leads to a much more natural
10989 feeling where the region stays static (instead of being brutally moved to a
10990 blank slate) and is clearly highlighted with respect to the rest of the
10991 buffer.")
10992 (license license:gpl2+)))
10993
10994 (define-public emacs-know-your-http-well
10995 (package
10996 (name "emacs-know-your-http-well")
10997 (version "0.5.0")
10998 (source
10999 (origin
11000 (method git-fetch)
11001 (uri (git-reference
11002 (url "https://github.com/for-GET/know-your-http-well.git")
11003 (commit (string-append "v" version))))
11004 (file-name (git-file-name name version))
11005 (sha256
11006 (base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
11007 (arguments
11008 `(#:phases
11009 (modify-phases %standard-phases
11010 (add-after 'unpack 'install-json-files
11011 (lambda* (#:key outputs #:allow-other-keys)
11012 (for-each (lambda (directory)
11013 (copy-recursively directory
11014 (string-append
11015 (assoc-ref outputs "out")
11016 directory)))
11017 '("js" "json"))))
11018 (add-after 'unpack 'chdir-elisp
11019 ;; Elisp directory is not in root of the source.
11020 (lambda _
11021 (chdir "emacs"))))))
11022 (build-system emacs-build-system)
11023 (home-page "https://github.com/for-GET/know-your-http-well")
11024 (synopsis "Meaning of HTTP headers codes")
11025 (description "Meaning of HTTP headers codes.")
11026 (license license:gpl3+)))
11027
11028 (define-public emacs-navi-mode
11029 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
11030 (package
11031 (name "emacs-navi-mode")
11032 (version (git-version "2.0" "1" commit))
11033 (source
11034 (origin
11035 (method git-fetch)
11036 (uri (git-reference
11037 (url "https://github.com/alphapapa/navi.git")
11038 (commit commit)))
11039 (file-name (git-file-name name version))
11040 (sha256
11041 (base32
11042 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
11043 (build-system emacs-build-system)
11044 (propagated-inputs
11045 `(("emacs-outshine" ,emacs-outshine)
11046 ("emacs-outorg" ,emacs-outorg)))
11047 (home-page "https://github.com/alphapapa/navi")
11048 (synopsis "Emacs major-mode for easy buffer-navigation")
11049 (description
11050 "This package provides an Emacs major-mode for easy buffer-navigation")
11051 (license license:gpl3+))))
11052
11053 (define-public emacs-download-region
11054 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
11055 (revision "1"))
11056 (package
11057 (name "emacs-download-region")
11058 (version (string-append "0.0.1" "-" revision "."
11059 (string-take commit 7)))
11060 (source
11061 (origin
11062 (method git-fetch)
11063 (uri (git-reference
11064 (url "https://github.com/zk-phi/download-region.git")
11065 (commit commit)))
11066 (file-name (git-file-name name version))
11067 (sha256
11068 (base32
11069 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
11070 (build-system emacs-build-system)
11071 (home-page "https://github.com/zk-phi/download-region")
11072 (synopsis "In buffer download manager for Emacs")
11073 (description "@code{download-region} provides in buffer
11074 downloading manager for Emacs.")
11075 (license license:gpl3+))))
11076
11077 (define-public emacs-helpful
11078 (package
11079 (name "emacs-helpful")
11080 (version "0.15")
11081 (source
11082 (origin
11083 (method git-fetch)
11084 (uri (git-reference
11085 (url "https://github.com/Wilfred/helpful.git")
11086 (commit version)))
11087 (file-name (git-file-name name version))
11088 (sha256
11089 (base32 "1rqnx7672175288yqaslw0d9vw04j6psw7mys8j9zcp2i72hlvkn"))))
11090 (build-system emacs-build-system)
11091 (propagated-inputs
11092 `(("emacs-elisp-refs" ,emacs-elisp-refs)))
11093 (home-page "https://github.com/Wilfred/helpful")
11094 (synopsis "More contextual information in Emacs help")
11095 (description "@code{helpful} is an alternative to the built-in Emacs help
11096 that provides much more contextual information.
11097
11098 @itemize
11099 @item Show the source code for interactively defined functions (unlike the
11100 built-in Help).
11101 @item Fall back to the raw sexp if no source is available.
11102 @item Show where a function is being called.
11103 @item Docstrings will Highlight the summary (the first sentence), include
11104 cross-references, hide superfluous puncuation.
11105 @item Show you the properties that have been applied to the current
11106 symbol. This provides visibility of features like edebug or byte-code
11107 optimisation.
11108 @item Provide a separate @code{helpful-command} function to view interactive
11109 functions.
11110 @item Display any keybindings that apply to interactive functions.
11111 @item Trace, disassemble functions from inside Helpful. This is discoverable
11112 and doesn't require memorisation of commands.
11113 @end itemize\n")
11114 (license license:gpl3+)))
11115
11116 (define-public emacs-logview
11117 (package
11118 (name "emacs-logview")
11119 (version "0.9")
11120 (source
11121 (origin
11122 (method git-fetch)
11123 (uri (git-reference
11124 (url "https://github.com/doublep/logview.git")
11125 (commit version)))
11126 (file-name (git-file-name name version))
11127 (sha256
11128 (base32 "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"))))
11129 (propagated-inputs
11130 `(("emacs-datetime" ,emacs-datetime)))
11131 (build-system emacs-build-system)
11132 (home-page "https://github.com/doublep/logview/")
11133 (synopsis "Emacs mode for viewing log files")
11134 (description "@code{logview} provides an Emacs mode to view log files.")
11135 (license license:gpl3+)))
11136
11137 (define-public emacs-suggest
11138 (package
11139 (name "emacs-suggest")
11140 (version "0.7")
11141 (home-page "https://github.com/Wilfred/suggest.el")
11142 (source
11143 (origin
11144 (method git-fetch)
11145 (uri (git-reference
11146 (url home-page)
11147 (commit version)))
11148 (file-name (git-file-name name version))
11149 (sha256
11150 (base32
11151 "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
11152 (build-system emacs-build-system)
11153 (propagated-inputs
11154 `(("emacs-loop" ,emacs-loop)
11155 ("emacs-dash" ,emacs-dash)
11156 ("emacs-s" ,emacs-s)
11157 ("emacs-f" ,emacs-f)
11158 ("emacs-spinner" ,emacs-spinner)
11159 ("emacs-shut-up" ,emacs-shut-up)))
11160 (synopsis "Suggest Elisp functions that give the output requested")
11161 (description "Suggest.el will find functions that give the output
11162 requested. It's a great way of exploring list, string and arithmetic
11163 functions.")
11164 (license license:gpl3+)))
11165
11166 (define-public emacs-benchmark-init
11167 (package
11168 (name "emacs-benchmark-init")
11169 (version "1.0")
11170 (source
11171 (origin
11172 (method git-fetch)
11173 (uri (git-reference
11174 (url "https://github.com/dholm/benchmark-init-el.git")
11175 (commit version)))
11176 (file-name (git-file-name name version))
11177 (sha256
11178 (base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
11179 (build-system emacs-build-system)
11180 (home-page "https://github.com/dholm/benchmark-init-el")
11181 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
11182 (description "@code{benchmark-init} provides a way to keep track of where
11183 time is being spent during Emacs startup in order to optimize startup time.")
11184 (license license:gpl3+)))
11185
11186 (define-public emacs-emms-player-simple-mpv
11187 ;; A new mpv backend is included in Emms from 5.0.
11188 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
11189
11190 (define-public emacs-magit-gerrit
11191 (let ((version "0.3")
11192 (revision "1")
11193 (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
11194 (package
11195 (name "emacs-magit-gerrit")
11196 (version (git-version version revision commit))
11197 (source (origin
11198 (method git-fetch)
11199 (uri (git-reference
11200 (url "https://github.com/terranpro/magit-gerrit.git")
11201 (commit commit)))
11202 (file-name (git-file-name name version))
11203 (sha256
11204 (base32
11205 "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
11206 (build-system emacs-build-system)
11207 (propagated-inputs
11208 `(("emacs-magit" ,emacs-magit)))
11209 (home-page "https://github.com/terranpro/magit-gerrit")
11210 (synopsis "Magit extension for Gerrit")
11211 (description "This Magit extension provides integration with Gerrit,
11212 which makes it possible to conduct Gerrit code reviews directly from within
11213 Emacs.")
11214 (license license:gpl3+))))
11215
11216 (define-public emacs-magit-org-todos-el
11217 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
11218 (package
11219 (name "emacs-magit-org-todos-el")
11220 (version (git-version "0.1.1" "1" commit))
11221 (source
11222 (origin
11223 (method git-fetch)
11224 (uri (git-reference
11225 (url "https://github.com/danielma/magit-org-todos.el.git")
11226 (commit commit)))
11227 (file-name (git-file-name name version))
11228 (sha256
11229 (base32
11230 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
11231 (propagated-inputs
11232 `(("magit" ,emacs-magit)))
11233 (build-system emacs-build-system)
11234 (home-page "https://github.com/danielma/magit-org-todos.el")
11235 (synopsis "Get todo.org into Emacs Magit status")
11236 (description "This package allows you to get @file{todo.org} into your
11237 magit status.
11238
11239 If you have a @file{todo.org} file with @code{TODO} items in the root of your
11240 repository, @code{magit-org-todos} will create a section in your Magit status
11241 buffer with each of your todos.")
11242 (license license:gpl3+))))
11243
11244 (define-public emacs-f3
11245 (package
11246 (name "emacs-f3")
11247 (version "0.1")
11248 (source
11249 (origin
11250 (method git-fetch)
11251 (uri (git-reference
11252 (url "https://github.com/cosmicexplorer/f3.git")
11253 (commit version)))
11254 (file-name (git-file-name name version))
11255 (sha256
11256 (base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
11257 (build-system emacs-build-system)
11258 (propagated-inputs
11259 `(("emacs-helm" ,emacs-helm)))
11260 (home-page "https://github.com/cosmicexplorer/f3")
11261 (synopsis "Fantastic File Finder for Emacs")
11262 (description
11263 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
11264 (license license:gpl3+)))
11265
11266 (define-public emacs-lice-el
11267 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
11268 (package
11269 (name "emacs-lice-el")
11270 (version (git-version "0.2" "1" commit))
11271 (source (origin
11272 (method git-fetch)
11273 (uri (git-reference
11274 (url "https://github.com/buzztaiki/lice-el.git")
11275 (commit commit)))
11276 (file-name (git-file-name name version))
11277 (sha256
11278 (base32
11279 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
11280 (build-system emacs-build-system)
11281 (home-page "https://github.com/buzztaiki/lice-el")
11282 (synopsis "License and header template for Emacs")
11283 (description "@code{lice.el} provides following features:
11284
11285 @itemize
11286 @item License template management.
11287 @item File header insertion.
11288 @end itemize\n")
11289 (license license:gpl3+))))
11290
11291 (define-public emacs-academic-phrases
11292 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
11293 (package
11294 (name "emacs-academic-phrases")
11295 (version (git-version "0.1" "1" commit))
11296 (source
11297 (origin
11298 (method git-fetch)
11299 (uri (git-reference
11300 (url "https://github.com/nashamri/academic-phrases.git")
11301 (commit commit)))
11302 (file-name (git-file-name name version))
11303 (sha256
11304 (base32
11305 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
11306 (build-system emacs-build-system)
11307 (propagated-inputs
11308 `(("emacs-dash" ,emacs-dash)
11309 ("emacs-s" ,emacs-s)
11310 ("emacs-ht" ,emacs-ht)))
11311 (home-page "https://github.com/nashamri/academic-phrases")
11312 (synopsis "Bypass that mental block when writing your papers")
11313 (description
11314 "When writing your academic paper, you might get stuck trying to find
11315 the right phrase that captures your intention. This package tries to
11316 alleviate that problem by presenting you with a list of phrases organized by
11317 the topic or by the paper section that you are writing. This package has
11318 around 600 phrases so far.
11319
11320 Using this package is easy, just call @code{academic-phrases} to get a list of
11321 phrases organized by topic, or call @code{academic-phrases-by-section} to
11322 browse the phrases by the paper section and fill-in the blanks if required.")
11323 (license license:gpl3+))))
11324
11325 (define-public emacs-auto-yasnippet
11326 (let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
11327 (package
11328 (name "emacs-auto-yasnippet")
11329 (version (git-version "0.3.0" "1" commit))
11330 (source (origin
11331 (method git-fetch)
11332 (uri (git-reference
11333 (url "https://github.com/abo-abo/auto-yasnippet.git")
11334 (commit commit)))
11335 (file-name (git-file-name name version))
11336 (sha256
11337 (base32
11338 "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
11339 (build-system emacs-build-system)
11340 (arguments
11341 '(#:phases
11342 (modify-phases %standard-phases
11343 (add-before 'install 'check
11344 (lambda _
11345 (invoke "emacs" "--batch"
11346 "-l" "auto-yasnippet.el"
11347 "-l" "auto-yasnippet-test.el"
11348 "-f" "ert-run-tests-batch-and-exit"))))))
11349 (propagated-inputs
11350 `(("emacs-yasnippet" ,emacs-yasnippet)))
11351 (home-page "https://github.com/abo-abo/auto-yasnippet/")
11352 (synopsis "Quickly create disposable yasnippets")
11353 (description "This package provides a hybrid of keyboard macros and
11354 yasnippet. You create the snippet on the go, usually to be used just in the
11355 one place. It's fast, because you're not leaving the current buffer, and all
11356 you do is enter the code you'd enter anyway, just placing ~ where you'd like
11357 yasnippet fields and mirrors to be.")
11358 (license license:gpl3+))))
11359
11360 (define-public emacs-highlight-numbers
11361 (package
11362 (name "emacs-highlight-numbers")
11363 (version "0.2.3")
11364 (source
11365 (origin
11366 (method git-fetch)
11367 (uri (git-reference
11368 (url "https://github.com/Fanael/highlight-numbers.git")
11369 (commit version)))
11370 (file-name (git-file-name name version))
11371 (sha256
11372 (base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
11373 (build-system emacs-build-system)
11374 (propagated-inputs
11375 `(("emacs-parent-mode" ,emacs-parent-mode)))
11376 (home-page "https://github.com/Fanael/highlight-numbers")
11377 (synopsis "Highlight numbers in source code")
11378 (description "@code{highlight-numbers-mode} provides a minor mode for
11379 syntax highlighting of numeric literals in source code.
11380
11381 It s customizable: it's easy to add or redefine what exactly consitutes a
11382 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
11383 (license license:gpl3+)))
11384
11385 (define-public emacs-darkroom
11386 (package
11387 (name "emacs-darkroom")
11388 (version "0.1")
11389 (source (origin
11390 (method url-fetch)
11391 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
11392 version ".el"))
11393 (sha256
11394 (base32
11395 "0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
11396 (build-system emacs-build-system)
11397 (home-page "https://elpa.gnu.org/packages/darkroom.html")
11398 (synopsis "Remove visual distractions and focus on writing")
11399 (description "@code{darkroom-mode} makes visual distractions disappear.
11400 The mode-line is temporarily elided, text is enlarged and margins are adjusted
11401 so that it's centered on the window.
11402
11403 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
11404 @code{darkroom-mode}, unless the current buffer lives in the sole window of
11405 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
11406 split to display more windows and more buffers, the buffer exits
11407 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
11408 @code{darkroom-mode}.")
11409 (license license:gpl3+)))
11410
11411 (define-public emacs-rsw-elisp
11412 (package
11413 (name "emacs-rsw-elisp")
11414 (version "1.0.5")
11415 (source (origin
11416 (method url-fetch)
11417 (uri (string-append "https://github.com/rswgnu/rsw-elisp"
11418 "/archive/" version ".tar.gz"))
11419 (file-name (string-append name "-" version ".tar.gz"))
11420 (sha256
11421 (base32
11422 "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps"))))
11423 (build-system emacs-build-system)
11424 (home-page "https://github.com/rswgnu/rsw-elisp")
11425 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
11426 (description "This package improves and replaces the GNU Emacs commands
11427 that interactively evaluate Emacs Lisp expressions. The new commands replace
11428 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
11429 the same way as the old commands when called non-interactively; only the
11430 interactive behavior should be different.")
11431 (license license:gpl3+)))
11432
11433 (define-public emacs-default-text-scale
11434 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
11435 (revision "1"))
11436 (package
11437 (name "emacs-default-text-scale")
11438 (version (string-append "0.1" "-" revision "."
11439 (string-take commit 7)))
11440 (source (origin
11441 (method git-fetch)
11442 (uri (git-reference
11443 (url "https://github.com/purcell/default-text-scale")
11444 (commit commit)))
11445 (file-name (git-file-name name version))
11446 (sha256
11447 (base32
11448 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
11449 (build-system emacs-build-system)
11450 (home-page "https://github.com/purcell/default-text-scale")
11451 (synopsis "Adjust the font size in all Emacs frames")
11452 (description "This package provides commands for increasing or
11453 decreasing the default font size in all GUI Emacs frames.")
11454 (license license:gpl3+))))
11455
11456 (define-public emacs-visual-regexp
11457 (package
11458 (name "emacs-visual-regexp")
11459 (version "1.1.1")
11460 (source
11461 (origin
11462 (method git-fetch)
11463 (uri (git-reference
11464 (url "https://github.com/benma/visual-regexp.el.git")
11465 (commit (string-append "v" version))))
11466 (file-name (git-file-name name version))
11467 (sha256
11468 (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
11469 (build-system emacs-build-system)
11470 (home-page "https://github.com/benma/visual-regexp.el/")
11471 (synopsis "Regexp command with interactive visual feedback")
11472 (description "This package provides an Emacs regexp command with
11473 interactive visual feedback.")
11474 (license license:gpl3+)))
11475
11476 (define-public emacs-faceup
11477 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
11478 (revision "1"))
11479 (package
11480 (name "emacs-faceup")
11481 (version (string-append "0.0.1" "-" revision "."
11482 (string-take commit 7)))
11483 (source
11484 (origin
11485 (method git-fetch)
11486 (uri (git-reference
11487 (url "https://github.com/Lindydancer/faceup.git")
11488 (commit commit)))
11489 (file-name (git-file-name name version))
11490 (sha256
11491 (base32
11492 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
11493 (build-system emacs-build-system)
11494 (home-page "https://github.com/Lindydancer/faceup")
11495 (synopsis "Markup language for faces and font-lock regression testing")
11496 (description "Emacs is capable of highlighting buffers based on
11497 language-specific @code{font-lock} rules. This package makes it possible to
11498 perform regression test for packages that provide font-lock rules.")
11499 (license license:gpl3+))))
11500
11501 (define-public emacs-racket-mode
11502 (let ((commit "b977873e6128f8399432dcd60cc39f6a6f803d9c")
11503 (revision "2"))
11504 (package
11505 (name "emacs-racket-mode")
11506 (version (string-append "0.0.2" "-" revision "."
11507 (string-take commit 7)))
11508 (source
11509 (origin
11510 (method git-fetch)
11511 (uri (git-reference
11512 (url "https://github.com/greghendershott/racket-mode")
11513 (commit commit)))
11514 (file-name (git-file-name name version))
11515 (sha256
11516 (base32
11517 "0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
11518 (build-system emacs-build-system)
11519 (arguments
11520 `(#:include '("\\.el$" "\\.rkt$")))
11521 (propagated-inputs
11522 `(("emacs-faceup" ,emacs-faceup)
11523 ("emacs-s" ,emacs-s)))
11524 (home-page "https://github.com/greghendershott/racket-mode")
11525 (synopsis "Major mode for Racket language")
11526 (description "@code{racket-mode} provides:
11527
11528 @itemize
11529 @item Focus on Racket (not various Schemes).
11530 @item Follow DrRacket concepts where applicable.
11531 @item Thorough font-lock and indent.
11532 @end itemize\n")
11533 (license license:gpl3+))))
11534
11535 (define-public emacs-grep-context
11536 (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
11537 (package
11538 (name "emacs-grep-context")
11539 (version (git-version "0.1" "1" commit))
11540 (source
11541 (origin
11542 (method git-fetch)
11543 (uri (git-reference
11544 (url "https://github.com/mkcms/grep-context.git")
11545 (commit commit)))
11546 (file-name (git-file-name name version))
11547 (sha256
11548 (base32
11549 "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
11550 (build-system emacs-build-system)
11551 (propagated-inputs
11552 `(("emacs-dash" ,emacs-dash)))
11553 (home-page "https://github.com/nashamri/academic-phrases")
11554 (synopsis "Increase context in compilation and grep buffers")
11555 (description
11556 "This package provides an Emacs package for more context in
11557 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
11558 @code{ivy}.")
11559 (license license:gpl3+))))
11560
11561 (define-public emacs-helm-firefox
11562 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
11563 (revision "1"))
11564 (package
11565 (name "emacs-helm-firefox")
11566 (version (string-append "0.0.1" "-" revision "."
11567 (string-take commit 7)))
11568 (source
11569 (origin
11570 (method git-fetch)
11571 (uri (git-reference
11572 (url "https://github.com/emacs-helm/helm-firefox.git")
11573 (commit commit)))
11574 (file-name (git-file-name name version))
11575 (sha256
11576 (base32
11577 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
11578 (propagated-inputs
11579 `(("emacs-helm" ,emacs-helm)))
11580 (build-system emacs-build-system)
11581 (home-page "https://github.com/emacs-helm/helm-firefox")
11582 (synopsis "Display firefox bookmarks with Emacs Helm interface")
11583 (description "Display firefox bookmarks with Emacs Helm interface")
11584 (license license:gpl3+))))
11585
11586 (define-public emacs-interactive-align
11587 (package
11588 (name "emacs-interactive-align")
11589 (version "0.1.0")
11590 (source
11591 (origin
11592 (method url-fetch)
11593 (uri (string-append "https://github.com/mkcms/interactive-align/"
11594 "archive/" "v" version ".tar.gz"))
11595 (file-name (string-append name "-" version ".tar.gz"))
11596 (sha256
11597 (base32
11598 "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
11599 (build-system emacs-build-system)
11600 (home-page "https://github.com/mkcms/interactive-align/")
11601 (synopsis "Interactive align-regexp command in Emacs")
11602 (description "Interactive align-regexp command in Emacs")
11603 (license license:gpl3+)))
11604
11605 (define-public emacs-shift-number
11606 (package
11607 (name "emacs-shift-number")
11608 (version "0.1")
11609 (source
11610 (origin
11611 (method url-fetch)
11612 (uri (string-append "https://github.com/alezost/shift-number.el"
11613 "/archive/" "v" version ".tar.gz"))
11614 (file-name (string-append name "-" version ".tar.gz"))
11615 (sha256
11616 (base32
11617 "1g79m0hqn9jgpm565vvh8pdfzndc4vw7xisnh5qysj55qfg8cb1x"))))
11618 (build-system emacs-build-system)
11619 (home-page "https://github.com/alezost/shift-number.el")
11620 (synopsis "Increase or decrease the number at point")
11621 (description "@code{emacs-shift-number} provides commands
11622 @code{shift-number-up} to increase and @code{shift-number-down} to
11623 decrease the number at point.")
11624 (license license:gpl3+)))
11625
11626 (define-public emacs-highlight-defined
11627 (package
11628 (name "emacs-highlight-defined")
11629 (version "0.1.5")
11630 (source
11631 (origin
11632 (method git-fetch)
11633 (uri (git-reference
11634 (url "https://github.com/Fanael/highlight-defined.git")
11635 (commit version)))
11636 (file-name (git-file-name name version))
11637 (sha256
11638 (base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
11639 (build-system emacs-build-system)
11640 (home-page "https://github.com/Fanael/highlight-defined")
11641 (synopsis "Syntax highlighting of known Elisp symbols")
11642 (description "Minor mode providing syntax highlighting of known Emacs Lisp
11643 symbols. Currently the code distinguishes Lisp functions, built-in functions,
11644 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
11645 (license license:gpl3+)))
11646
11647 (define-public emacs-parinfer-mode
11648 (package
11649 (name "emacs-parinfer-mode")
11650 (version "0.4.10")
11651 (source
11652 (origin
11653 (method git-fetch)
11654 (uri (git-reference
11655 (url "https://github.com/DogLooksGood/parinfer-mode.git")
11656 (commit (string-append "v" version))))
11657 (file-name (git-file-name name version))
11658 (sha256
11659 (base32 "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"))))
11660 (propagated-inputs
11661 `(("emacs-dash" ,emacs-dash)
11662 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
11663 ("emacs-company" ,emacs-company)))
11664 (build-system emacs-build-system)
11665 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
11666 (synopsis "Lisp structure editing mode")
11667 (description "@code{parinfer-mode} is a proof-of-concept editor
11668 mode for Lisp programming languages. It will infer some changes to
11669 keep Parens and Indentation inline with one another.")
11670 (license license:gpl3+)))
11671
11672 (define-public emacs-helm-eww
11673 (package
11674 (name "emacs-helm-eww")
11675 (version "1.2")
11676 (source (origin
11677 (method git-fetch)
11678 (uri (git-reference
11679 (url "https://github.com/emacs-helm/helm-eww.git")
11680 (commit version)))
11681 (file-name (git-file-name name version))
11682 (sha256
11683 (base32
11684 "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
11685 (propagated-inputs
11686 `(("emacs-helm" ,emacs-helm)))
11687 (build-system emacs-build-system)
11688 (home-page "https://github.com/emacs-helm/helm-eww/")
11689 (synopsis "Helm interface to EWW")
11690 (description "This package provides a Helm interface for EWW buffers,
11691 bookmarks and history.")
11692 (license license:gpl3+)))
11693
11694 (define-public emacs-stumpwm-mode
11695 (let ((commit "8fbe071d2c6c040794060a354eb377218dc10b35")
11696 (revision "1"))
11697 (package
11698 (name "emacs-stumpwm-mode")
11699 (version (string-append "0.0.1-" revision "."
11700 (string-take commit 7)))
11701 (source (origin
11702 (method git-fetch)
11703 (uri (git-reference
11704 (url "https://github.com/stumpwm/stumpwm-contrib.git")
11705 (commit commit)))
11706 (file-name (git-file-name name version))
11707 (sha256
11708 (base32
11709 "1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))
11710 (build-system emacs-build-system)
11711 (arguments
11712 `(#:phases
11713 (modify-phases %standard-phases
11714 (add-after 'unpack 'chdir-elisp
11715 ;; Elisp directory is not in root of the source.
11716 (lambda _
11717 (chdir "util/swm-emacs"))))))
11718 (home-page "https://github.com/stumpwm/stumpwm-contrib")
11719 (synopsis "Emacs minor-mode for Stumpwm")
11720 (description "Emacs minor-mode for Stumpwm")
11721 (license license:gpl3+))))
11722
11723 (define-public emacs-irfc
11724 (package
11725 (name "emacs-irfc")
11726 (version "20130824.507-1")
11727 (source
11728 (origin
11729 (method url-fetch)
11730 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
11731 (file-name (string-append "irfc-" version ".el"))
11732 (sha256
11733 (base32
11734 "0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv"))))
11735 (build-system emacs-build-system)
11736 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
11737 (synopsis "Interface for IETF RFC document")
11738 (description
11739 "This package provides an Emacs interface for IETF RFC document.")
11740 (license license:gpl3+)))
11741
11742 (define-public emacs-ido-vertical-mode
11743 (package
11744 (name "emacs-ido-vertical-mode")
11745 (version "0.1.6")
11746 (source
11747 (origin
11748 (method git-fetch)
11749 (uri (git-reference
11750 (url "https://github.com/creichert/ido-vertical-mode.el.git")
11751 (commit (string-append "v" version))))
11752 (file-name (git-file-name name version))
11753 (sha256
11754 (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"))))
11755 (build-system emacs-build-system)
11756 (home-page "https://github.com/creichert/ido-vertical-mode.el")
11757 (synopsis "Makes ido-mode display vertically")
11758 (description "Makes ido-mode display prospects vertically.")
11759 (license license:gpl3+)))
11760
11761 (define-public emacs-wordgen
11762 (package
11763 (name "emacs-wordgen")
11764 (version "0.1.4")
11765 (source
11766 (origin
11767 (method git-fetch)
11768 (uri (git-reference
11769 (url "https://github.com/Fanael/wordgen.el.git")
11770 (commit version)))
11771 (file-name (git-file-name name version))
11772 (sha256
11773 (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
11774 (build-system emacs-build-system)
11775 (home-page "https://github.com/Fanael/wordgen.el")
11776 (synopsis "Random word generator")
11777 (description "This package provides functions to generate random words
11778 using user-provided rules.")
11779 (license license:gpl3+)))
11780
11781 (define-public emacs-on-screen
11782 (package
11783 (name "emacs-on-screen")
11784 (version "1.3.2")
11785 (source
11786 (origin
11787 (method url-fetch)
11788 (uri (string-append
11789 "http://elpa.gnu.org/packages/on-screen-" version ".el"))
11790 (file-name (string-append name "-" version ".el"))
11791 (sha256
11792 (base32
11793 "15d18mjgv1pnwl6kf3pr5w64q1322p1l1qlfvnckglwmzy5sl2qv"))))
11794 (build-system emacs-build-system)
11795 (home-page
11796 "https://github.com/michael-heerdegen/on-screen.el")
11797 (synopsis "Guide your eyes while scrolling")
11798 (description
11799 "Scrolling can be distracting because your eyes may lose
11800 orientation. This library implements a minor mode that highlights
11801 the previously visible buffer part after each scroll.")
11802 (license license:gpl3+)))
11803
11804 (define-public emacs-highlight-escape-sequences
11805 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
11806 (revision "1"))
11807 (package
11808 (name "emacs-highlight-escape-sequences")
11809 (version (string-append "0.0.1" "-" revision "."
11810 (string-take commit 7)))
11811 (source
11812 (origin
11813 (method git-fetch)
11814 (uri (git-reference
11815 (url "https://github.com/dgutov/highlight-escape-sequences.git")
11816 (commit commit)))
11817 (file-name (git-file-name name version))
11818 (sha256
11819 (base32
11820 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
11821 (build-system emacs-build-system)
11822 (home-page "https://github.com/dgutov/highlight-escape-sequences")
11823 (synopsis "Highlight escape sequences in Emacs")
11824 (description "@code{highlight-escape-sequences} provides an
11825 Emacs minor mode to escape sequences in code.")
11826 (license license:gpl3+))))
11827
11828 (define-public emacs-dashboard
11829 (package
11830 (name "emacs-dashboard")
11831 (version "1.2.4")
11832 (source
11833 (origin
11834 (method git-fetch)
11835 (uri (git-reference
11836 (url "https://github.com/rakanalh/emacs-dashboard.git")
11837 (commit version)))
11838 (file-name (git-file-name name version))
11839 (sha256
11840 (base32 "1hhh1kfsz87qfmh45wjf2r93rz79rq0vbyxlfrsl02092zjbl1zr"))))
11841 (build-system emacs-build-system)
11842 (propagated-inputs
11843 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
11844 (arguments '(#:include '("\\.el$" "\\.txt$" "\\.png$")))
11845 (home-page "https://github.com/rakanalh/emacs-dashboard")
11846 (synopsis "Startup screen extracted from Spacemacs")
11847 (description "This package provides an extensible Emacs dashboard, with
11848 sections for bookmarks, projectil projects, org-agenda and more. ")
11849 (license license:gpl3+)))
11850
11851 (define-public emacs-slime-company
11852 (package
11853 (name "emacs-slime-company")
11854 (version "1.1")
11855 (source
11856 (origin
11857 (method git-fetch)
11858 (uri (git-reference
11859 (url "https://github.com/anwyn/slime-company.git")
11860 (commit (string-append "v" version))))
11861 (file-name (git-file-name name version))
11862 (sha256
11863 (base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
11864 (build-system emacs-build-system)
11865 (propagated-inputs
11866 `(("emacs-slime" ,emacs-slime)
11867 ("emacs-company" ,emacs-company)))
11868 (home-page "https://company-mode.github.io")
11869 (synopsis "SLIME completion backend for @code{company-mode}")
11870 (description
11871 "This is a backend implementation for the completion package
11872 @code{company-mode} which supports the normal and the fuzzy completion
11873 modes of SLIME.")
11874 (license license:gpl3+)))
11875
11876 (define-public emacs-sml-mode
11877 (package
11878 (name "emacs-sml-mode")
11879 (version "6.9")
11880 (source
11881 (origin
11882 (method url-fetch)
11883 (uri (string-append "http://elpa.gnu.org/packages/sml-mode-"
11884 version ".el"))
11885 (sha256
11886 (base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
11887 (build-system emacs-build-system)
11888 (home-page "http://elpa.gnu.org/packages/sml-mode.html")
11889 (synopsis "Major mode for editing (Standard) ML")
11890 (description "SML-MODE is a major Emacs mode for editing Standard ML.
11891 It provides syntax highlighting and automatic indentation and
11892 comes with sml-proc which allows interaction with an inferior SML
11893 interactive loop.")
11894 (license license:gpl3+)))
11895
11896 (define-public emacs-eros
11897 (let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
11898 (revision "1"))
11899 (package
11900 (name "emacs-eros")
11901 (version (string-append "0.0.1" "-" revision "."
11902 (string-take commit 7)))
11903 (source
11904 (origin
11905 (method git-fetch)
11906 (uri (git-reference
11907 (url "https://github.com/xiongtx/eros.git")
11908 (commit commit)))
11909 (file-name (git-file-name name version))
11910 (sha256
11911 (base32
11912 "0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
11913 (build-system emacs-build-system)
11914 (home-page "https://github.com/xiongtx/eros")
11915 (synopsis "Evaluation result overlays")
11916 (description "@code{eros} provides evaluation result overlays.")
11917 (license license:gpl3+))))
11918
11919 (define-public emacs-stickyfunc-enhance
11920 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
11921 (revision "1"))
11922 (package
11923 (name "emacs-stickyfunc-enhance")
11924 (version "0.1")
11925 (source
11926 (origin
11927 (method git-fetch)
11928 (uri (git-reference
11929 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
11930 (commit commit)))
11931 (file-name (git-file-name name version))
11932 (sha256
11933 (base32
11934 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
11935 (build-system emacs-build-system)
11936 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
11937 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
11938 (description
11939 "@code{semantic-stickyfunc-mode} shows the function point is currently
11940 in at the first line of the current buffer. This is useful when you have a
11941 very long function that spreads more than a screen, and you don't have to
11942 scroll up to read the function name and then scroll down to original position.")
11943 (license license:gpl3+))))
11944
11945 (define-public emacs-git-auto-commit-mode
11946 (package
11947 (name "emacs-git-auto-commit-mode")
11948 (version "4.4.0")
11949 (source
11950 (origin
11951 (method git-fetch)
11952 (uri (git-reference
11953 (url "https://github.com/ryuslash/git-auto-commit-mode.git")
11954 (commit version)))
11955 (file-name (git-file-name name version))
11956 (sha256
11957 (base32 "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh"))))
11958 (build-system emacs-build-system)
11959 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
11960 (synopsis "Emacs Minor mode to automatically commit and push")
11961 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
11962 tries to commit changes to a file after every save.
11963
11964 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
11965 the current upstream.")
11966 (license license:gpl3+)))
11967
11968 (define-public emacs-company-restclient
11969 (package
11970 (name "emacs-company-restclient")
11971 (version "0.1.0")
11972 (source
11973 (origin
11974 (method git-fetch)
11975 (uri (git-reference
11976 (url "https://github.com/iquiw/company-restclient.git")
11977 (commit (string-append "v" version))))
11978 (file-name (git-file-name name version))
11979 (sha256
11980 (base32 "0i1fh5lvqwlgn3g3fzh0xacxyljx6gkryipn133vfkv4jbns51n4"))))
11981 (build-system emacs-build-system)
11982 (propagated-inputs
11983 `(("emacs-company" ,emacs-company)
11984 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
11985 ("emacs-restclient" ,emacs-restclient)))
11986 (home-page "https://github.com/iquiw/company-restclient")
11987 (synopsis "Company-mode completion back-end for restclient-mode")
11988 (description "@code{company-mode} back-end for
11989 @code{restclient-mode}.
11990
11991 It provides auto-completion for HTTP methods and headers in
11992 @code{restclient-mode}. Completion source is given by
11993 @code{know-your-http-well}.")
11994 (license license:gpl3+)))
11995
11996 (define-public emacs-noflet
11997 (let ((version "20170629")
11998 (revision "1")
11999 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
12000 (package
12001 (name "emacs-noflet")
12002 (version (git-version version revision commit))
12003 (source
12004 (origin
12005 (method git-fetch)
12006 (uri (git-reference
12007 (url "https://github.com/nicferrier/emacs-noflet")
12008 (commit commit)))
12009 (file-name (git-file-name name version))
12010 (sha256
12011 (base32
12012 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
12013 (build-system emacs-build-system)
12014 (arguments
12015 `(#:phases
12016 (modify-phases %standard-phases
12017 (add-after 'unpack 'require-dash
12018 ;; noflet.el uses -map from dash, but (require 'dash) is
12019 ;; missing. So, add it.
12020 (lambda _
12021 (substitute* "noflet.el"
12022 ((";;; Code:") ";;; Code:\n(require 'dash)"))
12023 #t)))))
12024 (propagated-inputs
12025 `(("emacs-dash" ,emacs-dash)))
12026 (home-page "https://github.com/nicferrier/emacs-noflet")
12027 (synopsis "Locally override functions")
12028 (description "@code{emacs-noflet} lets you locally override functions,
12029 in the manner of @command{flet}, but with access to the original function
12030 through the symbol: @command{this-fn}.")
12031 (license license:gpl3+))))
12032
12033 (define-public emacs-dumb-jump
12034 (package
12035 (name "emacs-dumb-jump")
12036 (version "0.5.2")
12037 (source
12038 (origin
12039 (method git-fetch)
12040 (uri (git-reference
12041 (url "https://github.com/jacktasia/dumb-jump.git")
12042 (commit (string-append "v" version))))
12043 (file-name (git-file-name name version))
12044 (sha256
12045 (base32 "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin"))))
12046 (build-system emacs-build-system)
12047 (arguments
12048 `(#:tests? #f ; FIXME: Tests freeze when run.
12049 #:test-command '("ert-runner")
12050 #:phases
12051 (modify-phases %standard-phases
12052 (add-after 'unpack 'set-shell
12053 (lambda _
12054 ;; Setting the SHELL environment variable is required for the
12055 ;; tests to find sh.
12056 (setenv "SHELL" (which "sh"))
12057 #t)))))
12058 (native-inputs
12059 `(("emacs-el-mock" ,emacs-el-mock)
12060 ("emacs-noflet" ,emacs-noflet)
12061 ("emacs-undercover" ,emacs-undercover)
12062 ("ert-runner" ,emacs-ert-runner)))
12063 (propagated-inputs
12064 `(("emacs-f" ,emacs-f)
12065 ("emacs-popup" ,emacs-popup)))
12066 (home-page "https://github.com/jacktasia/dumb-jump")
12067 (synopsis "Jump to definition for multiple languages without configuration")
12068 (description "Dumb Jump is an Emacs \"jump to definition\" package with
12069 support for multiple programming languages that favors \"just working\" over
12070 speed or accuracy. This means minimal --- and ideally zero --- configuration
12071 with absolutely no stored indexes (tags) or persistent background processes.
12072 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
12073 @command{rg} installed.")
12074 (license license:gpl3+)))
12075
12076 (define-public emacs-dts-mode
12077 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
12078 (revision "1"))
12079 (package
12080 (name "emacs-dts-mode")
12081 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
12082 (source
12083 (origin
12084 (method git-fetch)
12085 (uri (git-reference
12086 (url "https://github.com/bgamari/dts-mode.git")
12087 (commit commit)))
12088 (file-name (git-file-name name version))
12089 (sha256
12090 (base32
12091 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
12092 (build-system emacs-build-system)
12093 (home-page "https://github.com/bgamari/dts-mode.git")
12094 (synopsis "Emacs minor mode for editing device tree files")
12095 (description
12096 "This package provides an Emacs minor mode for highlighting
12097 device tree files.")
12098 (license license:gpl3+))))
12099
12100 (define-public emacs-daemons
12101 (package
12102 (name "emacs-daemons")
12103 (version "2.0.0")
12104 (source
12105 (origin
12106 (method git-fetch)
12107 (uri (git-reference
12108 (url "https://github.com/cbowdon/daemons.el")
12109 (commit version)))
12110 (file-name (git-file-name name version))
12111 (sha256
12112 (base32
12113 "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
12114 (build-system emacs-build-system)
12115 (home-page "https://github.com/cbowdon/daemons.el")
12116 (synopsis "Emacs UI for managing init system services")
12117 (description
12118 "This is an Emacs mode to give you a UI for managing init system
12119 daemons (services) for those getting tired of typing out @code{sudo service
12120 my_thing reload} all the time. It offers a consistent UI over different init
12121 systems.")
12122 (license license:gpl3+)))
12123
12124 (define-public emacs-isearch+
12125 (let ((commit "95e49af9dbf0254e095a11f115e101b52659520a")
12126 (revision "1"))
12127 (package
12128 (name "emacs-isearch+")
12129 (version (git-version "0" revision commit))
12130 (source
12131 (origin
12132 (method git-fetch)
12133 (uri (git-reference
12134 (url "https://github.com/emacsmirror/isearch-plus.git")
12135 (commit commit)))
12136 (file-name (git-file-name name version))
12137 (sha256
12138 (base32
12139 "0xhd9zgknf4lvzyf4apirpd7spb1hbpzkvys00a7pkmd0vvahk0v"))))
12140 (build-system emacs-build-system)
12141 (home-page "https://www.emacswiki.org/emacs/isearch+.el")
12142 (synopsis "Extensions to @code{isearch.el}")
12143 (description "This package extends @code{isearch} with advice, dynamic
12144 filters, highlighting of regexp group levels, and more.")
12145 (license license:gpl2+))))
12146
12147 (define-public emacs-eshell-bookmark
12148 (package
12149 (name "emacs-eshell-bookmark")
12150 (version "2.0.0")
12151 (source
12152 (origin
12153 (method git-fetch)
12154 (uri (git-reference
12155 (url "https://github.com/Fuco1/eshell-bookmark")
12156 (commit version)))
12157 (file-name (git-file-name name version))
12158 (sha256
12159 (base32
12160 "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"))))
12161 (build-system emacs-build-system)
12162 (home-page "https://github.com/Fuco1/eshell-bookmark")
12163 (synopsis "Provide @file{bookmark.el} integration for @code{eshell}")
12164 (description
12165 "This package allows for bookmarking @code{eshell} buffers. Upon
12166 visiting the bookmark, a new @code{eshell} session will be opened in the
12167 appropriate directory if no @code{eshell} session is active.")
12168 (license license:gpl3+)))
12169
12170 (define-public emacs-eshell-z
12171 (package
12172 (name "emacs-eshell-z")
12173 (version "0.3.2")
12174 (source
12175 (origin
12176 (method git-fetch)
12177 (uri (git-reference
12178 (url "https://github.com/xuchunyang/eshell-z")
12179 (commit (string-append "v" version))))
12180 (file-name (git-file-name name version))
12181 (sha256
12182 (base32
12183 "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"))))
12184 (build-system emacs-build-system)
12185 (home-page "https://github.com/xuchunyang/eshell-z")
12186 (synopsis "Quick navigation to frequently visited directories")
12187 (description
12188 "This package is a port of @code{z}, and keeps track of visited directories
12189 and commands invoked within them in order to enable navigation via input of
12190 matching regexps.")
12191 (license license:gpl3+)))
12192
12193 (define-public emacs-esh-autosuggest
12194 (package
12195 (name "emacs-esh-autosuggest")
12196 (version "2.0.0")
12197 (source
12198 (origin
12199 (method git-fetch)
12200 (uri (git-reference
12201 (url "https://github.com/dieggsy/esh-autosuggest")
12202 (commit version)))
12203 (file-name (git-file-name name version))
12204 (sha256
12205 (base32
12206 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
12207 (build-system emacs-build-system)
12208 (propagated-inputs `(("emacs-company" ,emacs-company)))
12209 (home-page "https://github.com/dieggsy/esh-autosuggest")
12210 (synopsis "Fish-like autosuggestions in Eshell")
12211 (description
12212 "This package assumes you use something other than company for eshell
12213 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
12214 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
12215 for history autosuggestions.
12216
12217 Unless you're using @code{use-package}'s hook keyword, you can enable the
12218 autosuggestions with:
12219 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
12220 (license license:gpl3+)))
12221
12222 (define-public emacs-desktop-environment
12223 (package
12224 (name "emacs-desktop-environment")
12225 (version "0.2.1")
12226 (source
12227 (origin
12228 (method git-fetch)
12229 (uri (git-reference
12230 (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
12231 (commit (string-append "v" version))))
12232 (file-name (git-file-name name version))
12233 (sha256
12234 (base32
12235 "0n5sa94dwhnkfp3x42pggsbr5db38m85hl8ddb3qs7yfdi9bjm52"))))
12236 (build-system emacs-build-system)
12237 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
12238 (synopsis "Control your GNU/Linux desktop environment from Emacs")
12239 (description
12240 "This package helps you control your GNU/Linux desktop from Emacs.
12241 With @code{desktop-environment}, you can control the brightness and volume as
12242 well as take screenshots and lock your screen. The package depends on the
12243 availability of shell commands to do the hard work for us. These commands can
12244 be changed by customizing the appropriate variables.")
12245 (license license:gpl3+)))
12246
12247 (define-public emacs-org-caldav
12248 (package
12249 (name "emacs-org-caldav")
12250 (version "20180403")
12251 (source
12252 (origin
12253 (method url-fetch)
12254 (uri (string-append
12255 "https://github.com/dengste/org-caldav/raw/"
12256 "8d3492c27a09f437d2d94f2736c56d7652e87aa0"
12257 "/org-caldav.el"))
12258 (sha256
12259 (base32
12260 "1fh4gh68ddj0is99z2ccyh97v6psnyda61n2dsadzqhcxn51amlc"))))
12261 (build-system emacs-build-system)
12262 (propagated-inputs `(("emacs-org" ,emacs-org)))
12263 (home-page "https://github.com/dengste/org-caldav")
12264 (synopsis
12265 "Sync Org files with external calendars via the CalDAV protocol")
12266 (description
12267 "Synchronize between events in Org-mode files and a CalDAV calendar.
12268 This code is still alpha.")
12269 (license license:gpl3+)))
12270
12271 (define-public emacs-zotxt
12272 (package
12273 (name "emacs-zotxt")
12274 (version "20180518")
12275 (source
12276 (origin
12277 (method git-fetch)
12278 (uri (git-reference
12279 (url "https://github.com/egh/zotxt-emacs.git")
12280 (commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b")))
12281 (file-name (git-file-name name version))
12282 (sha256
12283 (base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"))))
12284 (build-system emacs-build-system)
12285 (propagated-inputs
12286 `(("emacs-deferred" ,emacs-deferred)
12287 ("emacs-request" ,emacs-request)))
12288 (home-page "https://github.com/egh/zotxt-emacs")
12289 (synopsis "Integrate Emacs with Zotero")
12290 (description "This package provides two integration features between Emacs
12291 and the Zotero research assistant: Insertion of links to Zotero items into an
12292 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
12293 (license license:gpl3+)))
12294
12295 (define-public emacs-evil-ediff
12296 ;; Evil-Ediff is included in Evil Collection from 20180617.
12297 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
12298
12299 (define-public emacs-evil-magit
12300 (let ((commit "e2fec5877994c0c19f0c25fa01f3d22cb0ab38ba"))
12301 (package
12302 (name "emacs-evil-magit")
12303 (version (git-version "0.4.2" "2" commit))
12304 (source
12305 (origin
12306 (method git-fetch)
12307 (uri (git-reference
12308 (url "https://github.com/emacs-evil/evil-magit")
12309 (commit commit)))
12310 (file-name (git-file-name name version))
12311 (sha256
12312 (base32
12313 "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
12314 (build-system emacs-build-system)
12315 (propagated-inputs
12316 `(("emacs-evil" ,emacs-evil)
12317 ("magit" ,emacs-magit)))
12318 (home-page
12319 "https://github.com/emacs-evil/evil-magit")
12320 (synopsis "Evil-based key bindings for Magit")
12321 (description
12322 "This Emacs library configures Magit and Evil to play well with each other.
12323 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
12324 See the README at @url{https://github.com/justbur/evil-magit} for a table
12325 describing the key binding changes.")
12326 (license license:gpl3+))))
12327
12328 (define-public emacs-evil-mu4e
12329 ;; Evil-mu4e is included in Evil Collection from 20180617.
12330 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
12331
12332 (define-public emacs-evil-multiedit
12333 (package
12334 (name "emacs-evil-multiedit")
12335 (version "1.3.9")
12336 (source
12337 (origin
12338 (method git-fetch)
12339 (uri (git-reference
12340 (url "https://github.com/hlissner/evil-multiedit")
12341 (commit (string-append "v" version))))
12342 (file-name (git-file-name name version))
12343 (sha256
12344 (base32
12345 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
12346 (build-system emacs-build-system)
12347 (propagated-inputs
12348 `(("emacs-evil" ,emacs-evil)
12349 ("emacs-iedit" ,emacs-iedit)))
12350 (home-page
12351 "https://github.com/hlissner/evil-multiedit")
12352 (synopsis "Multiple cursors for Evil mode")
12353 (description
12354 "This plugin was an answer to the lack of proper multiple cursor support
12355 in Emacs+Evil. It allows you to select and edit matches interactively,
12356 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
12357 defaults.")
12358 (license license:gpl3+)))
12359
12360 (define-public emacs-evil-org
12361 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
12362 (package
12363 (name "emacs-evil-org")
12364 (version (git-version "0.1.1" "1" commit))
12365 (source
12366 (origin
12367 (method git-fetch)
12368 (uri (git-reference
12369 (url "https://github.com/Somelauw/evil-org-mode")
12370 (commit commit)))
12371 (file-name (git-file-name name version))
12372 (sha256
12373 (base32
12374 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
12375 (build-system emacs-build-system)
12376 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
12377 (home-page
12378 "https://github.com/Somelauw/evil-org-mode")
12379 (synopsis "Evil keybindings for Org mode")
12380 (description
12381 "This package adds supplemental Evil mode key-bindings to Emacs
12382 Org-mode. It features:
12383 @itemize
12384 @item normal, visual and insert mode bindings;
12385 @item key bindings organised in key themes;
12386 @item operators like > and < to work on headings;
12387 @item text objects;
12388 @item table support;
12389 @item calendar (date selection) support;
12390 @item agenda support.
12391 @end itemize\n")
12392 (license license:gpl3+))))
12393
12394 (define-public emacs-debpaste
12395 (package
12396 (name "emacs-debpaste")
12397 (version "0.1.5")
12398 (home-page "https://github.com/alezost/debpaste.el")
12399 (source
12400 (origin
12401 (method git-fetch)
12402 (uri (git-reference (url home-page)
12403 (commit (string-append "v" version))))
12404 (file-name (string-append name "-" version ".tar.gz"))
12405 (sha256
12406 (base32
12407 "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
12408 (build-system emacs-build-system)
12409 (propagated-inputs
12410 `(("emacs-xml-rpc" ,emacs-xml-rpc)))
12411 (synopsis "Manipulate pastes from the Debian Pastezone")
12412 (description "Debpaste is an Emacs interface for the Debian Pastezone,
12413 allowing you to receive, post, and delete pastes. It communicates with the
12414 server using XML-RPC.")
12415 (license license:gpl3+)))
12416
12417 (define-public emacs-xml-rpc
12418 (let ((commit "8f624f8b964e9145acb504e4457c9510e87dd93c")
12419 (revision "1"))
12420 (package
12421 (name "emacs-xml-rpc")
12422 (version (git-version "1.6.12" revision commit))
12423 (source
12424 (origin
12425 (method git-fetch)
12426 (uri (git-reference
12427 (url "https://github.com/hexmode/xml-rpc-el")
12428 (commit commit)))
12429 (file-name (git-file-name name version))
12430 (sha256
12431 (base32
12432 "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"))))
12433 (build-system emacs-build-system)
12434 (home-page "https://github.com/hexmode/xml-rpc-el")
12435 (synopsis "XML-RPC client for Emacs")
12436 (description "This package provides an XML-RPC client for Emacs capable
12437 of both synchronous and asynchronous method calls using the @code{url}
12438 package's async retrieval functionality. @file{xml-rpc.el} represents XML-RPC
12439 datatypes as Lisp values, automatically converting to and from the XML
12440 datastructures as needed, both for method parameters and return values, making
12441 using XML-RPC methods fairly transparent to the Lisp code.")
12442 (license license:gpl3+))))
12443
12444 (define-public emacs-fish-completion
12445 (package
12446 (name "emacs-fish-completion")
12447 (version "1.0")
12448 (source
12449 (origin
12450 (method url-fetch)
12451 (uri (string-append
12452 "https://gitlab.com/Ambrevar/emacs-fish-completion/repository/"
12453 "archive.tar.gz?ref="
12454 version))
12455 (sha256
12456 (base32
12457 "1hpma1c5j50ja03ibr7h1xmyv7k8j3rbvqivad47kwqhlsgw0jk0"))))
12458 (build-system emacs-build-system)
12459 (inputs `(("fish" ,fish)))
12460 (arguments
12461 `(#:phases
12462 (modify-phases %standard-phases
12463 (add-after 'unpack 'configure
12464 (lambda* (#:key inputs outputs #:allow-other-keys)
12465 (let ((fish (assoc-ref inputs "fish")))
12466 ;; Specify the absolute file names of the various
12467 ;; programs so that everything works out-of-the-box.
12468 (emacs-substitute-variables
12469 "fish-completion.el"
12470 ("fish-completion-command"
12471 (string-append fish "/bin/fish")))))))))
12472 (home-page
12473 "https://gitlab.com/Ambrevar/emacs-fish-completion")
12474 (synopsis "Fish completion for Emacs pcomplete")
12475 (description
12476 "This package provides completion for the Fish shell to pcomplete (used
12477 by shell and Eshell). You can set it up globally with:
12478
12479 @example
12480 (when (and (executable-find \"fish\")
12481 (require 'fish-completion nil t))
12482 (global-fish-completion-mode))
12483 @end example
12484
12485 Alternatively, you can call the @code{fish-completion-mode} manually or in
12486 shell/Eshell mode hook.
12487
12488 The package @code{emacs-bash-completion} is an optional dependency: if available,
12489 @code{fish-completion-complete} can be configured to fall back on bash to further
12490 try completing. See @code{fish-completion-fallback-on-bash-p}.")
12491 (license license:gpl3+)))
12492
12493 (define-public emacs-gif-screencast
12494 (let ((commit "12b25442b97b84abae74ecb5190a9d14ff7cfe5a"))
12495 (package
12496 (name "emacs-gif-screencast")
12497 (version (git-version "20180616" "1" commit))
12498 (source
12499 (origin
12500 (method url-fetch)
12501 (uri (string-append
12502 "https://gitlab.com/Ambrevar/emacs-gif-screencast/"
12503 "repository/archive.tar.gz?ref="
12504 commit))
12505 (sha256
12506 (base32
12507 "0lc457i78xjkn5idr2aaiadkh76zcsksj84z0qh80a9y775syrgh"))))
12508 (build-system emacs-build-system)
12509 (inputs
12510 `(("scrot" ,scrot)
12511 ("imagemagick" ,imagemagick)
12512 ("gifsicle" ,gifsicle)))
12513 (arguments
12514 `(#:phases
12515 (modify-phases %standard-phases
12516 (add-after 'unpack 'configure
12517 (lambda* (#:key inputs outputs #:allow-other-keys)
12518 (let ((scrot (assoc-ref inputs "scrot"))
12519 (imagemagick (assoc-ref inputs "imagemagick"))
12520 (gifsicle (assoc-ref inputs "gifsicle")))
12521 ;; Specify the absolute file names of the various
12522 ;; programs so that everything works out-of-the-box.
12523 (emacs-substitute-variables
12524 "gif-screencast.el"
12525 ("gif-screencast-program"
12526 (string-append scrot "/bin/scrot"))
12527 ("gif-screencast-convert-program"
12528 (string-append imagemagick "/bin/convert"))
12529 ("gif-screencast-cropping-program"
12530 (string-append imagemagick "/bin/mogrify"))
12531 ("gif-screencast-optimize-program"
12532 (string-append imagemagick "/bin/gifsicle")))))))))
12533 (home-page
12534 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
12535 (synopsis "One-frame-per-action GIF recording")
12536 (description
12537 "Call @code{gif-screencast} to start a recording.
12538 A screenshot is taken for every user action. Call
12539 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
12540 the GIF result.")
12541 (license license:gpl3+))))
12542
12543 (define-public emacs-google-translate
12544 (package
12545 (name "emacs-google-translate")
12546 (version "0.11.17")
12547 (source
12548 (origin
12549 (method git-fetch)
12550 (uri (git-reference
12551 (url "https://github.com/atykhonov/google-translate/")
12552 (commit (string-append "v" version))))
12553 (file-name (git-file-name name version))
12554 (sha256
12555 (base32
12556 "05ljjw7kbnszygw3w085kv57swfiiqxri2b5xvsf5dw3pc3g7j3c"))))
12557 (build-system emacs-build-system)
12558 (home-page "https://github.com/atykhonov/google-translate")
12559 (synopsis "Emacs interface to Google Translate")
12560 (description
12561 "This package provides an Emacs interface to the Google Translate
12562 on-line service.")
12563 (license license:gpl3+)))
12564
12565 (define-public emacs-helm-company
12566 (let ((commit "d3fc093a0e833b4dee6561c00d6df3d62aa50f3f"))
12567 (package
12568 (name "emacs-helm-company")
12569 (version (git-version "0.2.3" "1" commit))
12570 (source
12571 (origin
12572 (method git-fetch)
12573 (uri (git-reference
12574 (url "https://github.com/Sodel-the-Vociferous/helm-company")
12575 (commit commit)))
12576 (file-name (git-file-name name version))
12577 (sha256
12578 (base32
12579 "1ciirsanhajdqm5iwl8k9ywf4jha1wdv4sc4d9kslyrfr9zn4q6k"))))
12580 (build-system emacs-build-system)
12581 (propagated-inputs
12582 `(("emacs-helm" ,emacs-helm)
12583 ("emacs-company" ,emacs-company)))
12584 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
12585 (synopsis "Helm interface for company-mode")
12586 (description
12587 "This is a Helm interface to company-mode, a text completion
12588 framework.")
12589 (license license:gpl3+))))
12590
12591 (define-public emacs-helm-descbinds
12592 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
12593 (package
12594 (name "emacs-helm-descbinds")
12595 (version (git-version "1.13" "1" commit))
12596 (source
12597 (origin
12598 (method git-fetch)
12599 (uri (git-reference
12600 (url "https://github.com/emacs-helm/helm-descbinds")
12601 (commit commit)))
12602 (file-name (git-file-name name version))
12603 (sha256
12604 (base32
12605 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
12606 (build-system emacs-build-system)
12607 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
12608 (home-page "https://github.com/emacs-helm/helm-descbinds")
12609 (synopsis "Convenient @code{describe-bindings} with Helm")
12610 (description
12611 "This package is a replacement of @code{describe-bindings} for Helm.
12612 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
12613 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
12614 @code{helm-descbinds}. The bindings are presented in a similar way as
12615 @code{describe-bindings} does, but you can use completion to find the command
12616 you searched for and execute it, or view its documentation.")
12617 (license license:gpl3+))))
12618
12619 (define-public emacs-helm-emms
12620 (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
12621 (package
12622 (name "emacs-helm-emms")
12623 (version (git-version "1.3" "2" commit))
12624 (source
12625 (origin
12626 (method git-fetch)
12627 (uri (git-reference
12628 (url "https://github.com/emacs-helm/helm-emms")
12629 (commit commit)))
12630 (file-name (git-file-name name version))
12631 (sha256
12632 (base32
12633 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
12634 (build-system emacs-build-system)
12635 (propagated-inputs
12636 `(("emacs-helm" ,emacs-helm)
12637 ("emacs-emms" ,emacs-emms)))
12638 (home-page
12639 "https://github.com/emacs-helm/helm-emms")
12640 (synopsis "Emms for Helm")
12641 (description "Helm interface for Emms to browse all tracks and all folders
12642 from @code{emms-source-file-default-directory}.")
12643 (license license:gpl3+))))
12644
12645 (define-public emacs-helm-exwm
12646 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
12647 (package
12648 (name "emacs-helm-exwm")
12649 (version (git-version "20180703" "2" commit))
12650 (source
12651 (origin
12652 (method git-fetch)
12653 (uri (git-reference
12654 (url "https://github.com/emacs-helm/helm-exwm.git")
12655 (commit commit)))
12656 (sha256
12657 (base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
12658 (build-system emacs-build-system)
12659 (propagated-inputs
12660 `(("emacs-helm" ,emacs-helm)
12661 ("emacs-exwm" ,emacs-exwm)))
12662 (home-page
12663 "https://github.com/emacs-helm/helm-exwm")
12664 (synopsis "Helm for EXWM buffers")
12665 (description
12666 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
12667 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
12668 switch between the various windows of one or several specific applications.
12669 See @code{helm-exwm-switch-browser} for an example.")
12670 (license license:gpl3+))))
12671
12672 (define-public emacs-helm-flycheck
12673 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
12674 (package
12675 (name "emacs-helm-flycheck")
12676 (version (git-version "0.4" "1" commit))
12677 (source
12678 (origin
12679 (method git-fetch)
12680 (uri (git-reference
12681 (url "https://github.com/yasuyk/helm-flycheck")
12682 (commit commit)))
12683 (file-name (git-file-name name version))
12684 (sha256
12685 (base32
12686 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
12687 (build-system emacs-build-system)
12688 (propagated-inputs
12689 `(("emacs-dash" ,emacs-dash)
12690 ("emacs-flycheck" ,emacs-flycheck)
12691 ("emacs-helm" ,emacs-helm)))
12692 (home-page "https://github.com/yasuyk/helm-flycheck")
12693 (synopsis "Show Flycheck errors with Helm")
12694 (description
12695 "This integrates Flycheck with Helm.")
12696 (license license:gpl3+))))
12697
12698 (define-public emacs-helm-ls-git
12699 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
12700 (package
12701 (name "emacs-helm-ls-git")
12702 (version (git-version "1.9.1" "1" commit))
12703 (source
12704 (origin
12705 (method git-fetch)
12706 (uri (git-reference
12707 (url "https://github.com/emacs-helm/helm-ls-git")
12708 (commit commit)))
12709 (file-name (git-file-name name version))
12710 (sha256
12711 (base32
12712 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
12713 (build-system emacs-build-system)
12714 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
12715 (home-page "https://github.com/emacs-helm/helm-ls-git")
12716 (synopsis "Helm interface for listing the files in a Git repository")
12717 (description
12718 "This package provides a Helm interface for Git files.
12719 @itemize
12720 @item Display the open buffers in project.
12721 @item Display a status source showing state of project (modified files etc.).
12722 @item Display a list of all files in project under git control.
12723 @item Quickly look at diffs of modified files.
12724 @item Allow switching to @code{git status} with your preferred frontend
12725 (vc-dir, Magit,etc.).
12726 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
12727 can use ack-grep instead of grep).
12728 @item Integrate usage of gid from id-utils.
12729 @item Full integration with @code{helm-find-files}, allow you to browse
12730 projects unrelated to current-buffer.
12731 @item In addition, all actions of type files and buffers are provided.
12732 @end itemize\n")
12733 (license license:gpl3+))))
12734
12735 (define-public emacs-helm-mu
12736 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
12737 (package
12738 (name "emacs-helm-mu")
12739 (version (git-version "20180513" "1" commit))
12740 (source
12741 (origin
12742 (method git-fetch)
12743 (uri (git-reference
12744 (url "https://github.com/emacs-helm/helm-mu.git")
12745 (commit commit)))
12746 (sha256
12747 (base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
12748 (build-system emacs-build-system)
12749 (propagated-inputs
12750 `(("emacs-helm" ,emacs-helm)
12751 ("mu" ,mu)))
12752 (home-page
12753 "https://github.com/emacs-helm/helm-mu")
12754 (synopsis
12755 "Helm sources for searching emails and contacts")
12756 (description
12757 "Helm sources for searching emails and contacts using @code{mu} and
12758 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
12759 Emacs build on top of mu. Mu is highly efficient making it possible to get
12760 instant results even for huge maildirs. It also provides search operators,
12761 e.g: @code{from:Peter to:Anne flag:attach search term}.")
12762 (license license:gpl3+))))
12763
12764 (define-public emacs-helm-pass
12765 (package
12766 (name "emacs-helm-pass")
12767 (version "0.3")
12768 (source
12769 (origin
12770 (method git-fetch)
12771 (uri (git-reference
12772 (url "https://github.com/emacs-helm/helm-pass")
12773 (commit version)))
12774 (file-name (git-file-name name version))
12775 (sha256
12776 (base32
12777 "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
12778 (build-system emacs-build-system)
12779 (propagated-inputs
12780 `(("emacs-helm" ,emacs-helm)
12781 ("emacs-password-store" ,emacs-password-store)))
12782 (home-page "https://github.com/emacs-helm/helm-pass")
12783 (synopsis "Helm interface to pass, the standard Unix password manager")
12784 (description
12785 "Users of @code{helm-pass} may also be interested in functionality
12786 provided by other Emacs packages dealing with pass:
12787 @itemize
12788 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
12789 @item @code{emacs-pass}, a major mode for @code{pass}.
12790 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
12791 @code{pass}, included in Emacs 26+).
12792 @end itemize\n")
12793 (license license:gpl3+)))
12794
12795 (define-public emacs-image+
12796 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
12797 (package
12798 (name "emacs-image+")
12799 (version (git-version "0.6.2" "1" commit))
12800 (source
12801 (origin
12802 (method git-fetch)
12803 (uri (git-reference
12804 (url "https://github.com/mhayashi1120/Emacs-imagex")
12805 (commit commit)))
12806 (file-name (git-file-name name version))
12807 (sha256
12808 (base32
12809 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
12810 (build-system emacs-build-system)
12811 (inputs `(("imagemagick" ,imagemagick)))
12812 (arguments
12813 `(#:phases
12814 (modify-phases %standard-phases
12815 (add-after 'unpack 'configure
12816 (lambda* (#:key inputs outputs #:allow-other-keys)
12817 (let ((imagemagick (assoc-ref inputs "imagemagick")))
12818 ;; Specify the absolute file names of the various
12819 ;; programs so that everything works out-of-the-box.
12820 (chmod "image+.el" #o666)
12821 (emacs-substitute-variables
12822 "image+.el"
12823 ("imagex-convert-command"
12824 (string-append imagemagick "/bin/convert"))
12825 ("imagex-identify-command"
12826 (string-append imagemagick "/bin/identify")))))))))
12827 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
12828 (synopsis "Image manipulation extensions for Emacs")
12829 (description
12830 "Image+ provides keybindings allowing you to zoom in or zoom out of an
12831 image, rotate it, save modified images, and more.")
12832 (license license:gpl3+))))
12833
12834 (define-public emacs-package-lint
12835 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
12836 (package
12837 (name "emacs-package-lint")
12838 (version (git-version "0.5" "1" commit))
12839 (source
12840 (origin
12841 (method git-fetch)
12842 (uri (git-reference
12843 (url "https://github.com/purcell/package-lint")
12844 (commit commit)))
12845 (file-name (git-file-name name version))
12846 (sha256
12847 (base32
12848 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
12849 (build-system emacs-build-system)
12850 (home-page "https://github.com/purcell/package-lint")
12851 (synopsis "Linting library for elisp package authors")
12852 (description
12853 "This provides a list of issues with the Emacs package metadata of a file,
12854 e.g. the package dependencies it requires. See function
12855 @code{package-lint-buffer}. Checks will currently be enabled only if a
12856 \"Package-Requires:\" or \"Package-Version:\" header is present in the
12857 file.")
12858 (license license:gpl3+))))
12859
12860 (define-public emacs-picpocket
12861 (let ((version "40")
12862 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
12863 (package
12864 (name "emacs-picpocket")
12865 (version version)
12866 (source
12867 (origin
12868 (method git-fetch)
12869 (uri (git-reference
12870 (url "https://github.com/johanclaesson/picpocket")
12871 (commit commit)))
12872 (file-name (git-file-name name version))
12873 (sha256
12874 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
12875 (build-system emacs-build-system)
12876 (arguments ; needed for running tests
12877 `(#:tests? #t
12878 #:emacs ,emacs
12879 #:test-command '("emacs" "--batch"
12880 "-l" "picpocket-test.el"
12881 "-f" "ert-run-tests-batch-and-exit")))
12882 (home-page "https://github.com/johanclaesson/picpocket")
12883 (synopsis "Image viewer for Emacs")
12884 (description
12885 "Picpocket is an image viewer for GNU Emacs. It has commands for:
12886
12887 @itemize
12888 @item File operations on the picture files (delete, move, copy, hardlink).
12889 @item Scale and rotate the picture.
12890 @item Associate pictures with tags which are saved to disk.
12891 @item Filter pictures according to tags.
12892 @item Customizing keystrokes for quick tagging and file operations.
12893 @item Undo and browse history of undoable commands.
12894 @end itemize")
12895 (license license:gpl3+))))
12896
12897 (define-public emacs-wgrep-helm
12898 ;; `emacs-wgrep-helm' was mistakenly added.
12899 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
12900
12901 (define-public emacs-mu4e-conversation
12902 (let ((commit "e7d4bfcb0d392b0aed1f705ccac2419a168d1f5e"))
12903 (package
12904 (name "emacs-mu4e-conversation")
12905 (version (git-version "20181126" "4" commit))
12906 (source
12907 (origin
12908 (method url-fetch)
12909 (uri (string-append
12910 "https://gitlab.com/Ambrevar/mu4e-conversation/"
12911 "repository/archive.tar.gz?ref="
12912 commit))
12913 (file-name (git-file-name name version))
12914 (sha256
12915 (base32
12916 "0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
12917 (build-system emacs-build-system)
12918 (propagated-inputs
12919 `(("mu" ,mu)))
12920 (home-page
12921 "https://gitlab.com/Ambrevar/mu4e-conversation")
12922 (synopsis
12923 "Show a complete thread in a single buffer")
12924 (description
12925 "This package offers an alternate view to mu4e's e-mail display. It
12926 shows all e-mails of a thread in a single view, where each correspondent has
12927 their own face. Threads can be displayed linearly (in which case e-mails are
12928 displayed in chronological order) or as an Org document where the node tree
12929 maps the thread tree.")
12930 (license license:gpl3+))))
12931
12932 (define-public emacs-pinentry
12933 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
12934 (revision "1"))
12935 (package
12936 (name "emacs-pinentry")
12937 (version (git-version "0.1" revision commit))
12938 (source
12939 (origin
12940 (method url-fetch)
12941 (uri (string-append
12942 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
12943 "/packages/pinentry/pinentry.el?id=" commit))
12944 (file-name (string-append "pinentry.el"))
12945 (sha256
12946 (base32
12947 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
12948 (build-system emacs-build-system)
12949 (propagated-inputs
12950 `(("gnupg" ,gnupg)))
12951 (home-page "https://elpa.gnu.org/packages/pinentry.html")
12952 (synopsis "GnuPG Pinentry server implementation")
12953 (description
12954 "This package allows GnuPG passphrase to be prompted through the
12955 minibuffer instead of graphical dialog.
12956
12957 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
12958 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
12959 server with @code{M-x pinentry-start}.")
12960 (license license:gpl3+))))
12961
12962 (define-public emacs-org-brain
12963 (package
12964 (name "emacs-org-brain")
12965 (version "0.5")
12966 (source
12967 (origin
12968 (method git-fetch)
12969 (uri (git-reference
12970 (url "https://github.com/Kungsgeten/org-brain.git")
12971 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
12972 (file-name (git-file-name name version))
12973 (sha256
12974 (base32
12975 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
12976 (build-system emacs-build-system)
12977 (home-page "https://github.com/Kungsgeten/org-brain")
12978 (synopsis "Org-mode wiki and concept-mapping for Emacs")
12979 (description "@code{emacs-org-brain} implements a variant of concept
12980 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
12981 org-mode entries, where each entry is a file or a headline, and you can get a
12982 visual overview of the relationships between the entries: parents, children,
12983 siblings and friends. This visual overview can also be used to browse your
12984 entries. You can think of entries as nodes in a mind map, or pages in a
12985 wiki.")
12986 (license license:expat)))
12987
12988 (define-public emacs-recent-addresses
12989 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
12990 (revision "1"))
12991 (package
12992 (name "emacs-recent-addresses")
12993 (home-page "http://nschum.de/src/emacs/recent-addresses/")
12994 (version (git-version "0.1" revision commit))
12995 (source (origin
12996 (method git-fetch)
12997 (uri (git-reference
12998 ;; Note: Use a branch that works with Helm. Submitted
12999 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
13000 (url "https://github.com/civodul/recent-addresses.el")
13001 (commit commit)))
13002 (sha256
13003 (base32
13004 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
13005 (file-name (git-file-name name version))))
13006 (build-system emacs-build-system)
13007 (synopsis "Record recently-used email addressed and auto-complete them")
13008 (description
13009 "@code{recent-addresses} is an Emacs package that allows you to quickly
13010 look up previously used email addresses. It can be used alongside the Gnus
13011 email client.")
13012 (license license:gpl2+))))
13013
13014 (define-public emacs-fold-dwim
13015 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
13016 (revision "0"))
13017 (package
13018 (name "emacs-fold-dwim")
13019 (version (git-version "1.2" revision commit))
13020 (home-page "https://github.com/emacsattic/fold-dwim")
13021 (source (origin
13022 (method git-fetch)
13023 (uri (git-reference (url home-page) (commit commit)))
13024 (sha256
13025 (base32
13026 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
13027 (file-name (git-file-name name version))))
13028 (build-system emacs-build-system)
13029 (synopsis "Unified user interface for Emacs folding modes")
13030 (description
13031 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
13032 can do different things depending on the context. In this package, it means
13033 that, if the cursor is in a currently hidden folded construction, we want to
13034 show it; if it's not, we want to hide whatever fold the cursor is in.")
13035 (license license:gpl2+))))
13036
13037 (define-public emacs-markup-faces
13038 (package
13039 (name "emacs-markup-faces")
13040 (version "1.0.0")
13041 (source
13042 (origin
13043 (method url-fetch)
13044 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
13045 version ".el"))
13046 (sha256
13047 (base32
13048 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
13049 (build-system emacs-build-system)
13050 (home-page "https://github.com/sensorflo/markup-faces")
13051 (synopsis "Collection of Emacs faces for markup language modes")
13052 (description "emacs-markup-faces is like font-lock-faces, but tailored for
13053 markup languages instead programming languages. The sub group markup-faces-text
13054 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
13055 common look and feel, or let's say theme, across different markup language modes
13056 and 'text viewing modes' respectively.")
13057 (license license:gpl3+)))
13058
13059 (define-public emacs-adoc-mode
13060 (package
13061 (name "emacs-adoc-mode")
13062 (version "0.6.6")
13063 (source
13064 (origin
13065 (method url-fetch)
13066 (uri (string-append "https://stable.melpa.org/packages/adoc-mode-"
13067 version ".el"))
13068 (sha256
13069 (base32
13070 "1c6hrgxxsnl2c19rgjykpm7r4xg9lp6bmk5z6bi7g8pqlrgwffcy"))))
13071 (build-system emacs-build-system)
13072 (propagated-inputs
13073 `(("emacs-markup-faces" ,emacs-markup-faces)))
13074 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
13075 (synopsis "AsciiDoc mode for Emacs")
13076 (description "This package provides an Emacs major mode for editing AsciiDoc
13077 files. It focuses on highlighting the document to improve readability.")
13078 (license license:gpl2+)))
13079
13080 (define-public emacs-rust-mode
13081 (let ((commit
13082 ;; Last release is old (2016), use more recent commit to get bug
13083 ;; fixes.
13084 "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
13085 (revision "0"))
13086 (package
13087 (name "emacs-rust-mode")
13088 (version (git-version "0.3.0" revision commit))
13089 (source (origin
13090 (method git-fetch)
13091 (uri
13092 (git-reference
13093 (url "https://github.com/rust-lang/rust-mode")
13094 (commit commit)))
13095 (file-name (git-file-name name version))
13096 (sha256
13097 (base32
13098 "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
13099 (build-system emacs-build-system)
13100 (arguments
13101 `(#:phases
13102 (modify-phases %standard-phases
13103 (replace 'check
13104 (lambda _
13105 (invoke "sh" "run_rust_emacs_tests.sh"))))))
13106 (home-page "https://github.com/rust-lang/rust-mode")
13107 (synopsis "Major Emacs mode for editing Rust source code")
13108 (description "This package provides a major Emacs mode for editing Rust
13109 source code.")
13110 (license (list license:expat
13111 license:asl2.0)))))
13112
13113 (define-public emacs-ztree
13114 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
13115 (package
13116 (name "emacs-ztree")
13117 (version (git-version "1.0.5" "1" commit))
13118 (source
13119 (origin
13120 (method git-fetch)
13121 (uri (git-reference
13122 (url "https://github.com/fourier/ztree")
13123 (commit commit)))
13124 (file-name (git-file-name name version))
13125 (sha256
13126 (base32
13127 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
13128 (build-system emacs-build-system)
13129 (home-page "https://github.com/fourier/ztree")
13130 (synopsis "Directory tree comparison mode for Emacs")
13131 (description "Ztree is a project dedicated to implementation of several
13132 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
13133 @command{ztree-diff} and @command{ztree-dir} (the basis of
13134 @command{ztree-diff}).")
13135 (license license:gpl3))))
13136
13137 (define-public emacs-helm-org-contacts
13138 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
13139 (package
13140 (name "emacs-helm-org-contacts")
13141 (version (git-version "20180707" "1" commit))
13142 (source
13143 (origin
13144 (method git-fetch)
13145 (uri (git-reference
13146 (url "https://github.com/tmalsburg/helm-org-contacts")
13147 (commit commit)))
13148 (file-name (git-file-name name version))
13149 (sha256
13150 (base32
13151 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
13152 (build-system emacs-build-system)
13153 (propagated-inputs
13154 `(("emacs-dash" ,emacs-dash)
13155 ("emacs-helm" ,emacs-helm)
13156 ("emacs-s" ,emacs-s)))
13157 (home-page "https://github.com/tmalsburg/helm-org-contacts")
13158 (synopsis "Helm source for org-contacts")
13159 (description "This Helm source can be used to search contacts stored in
13160 org-contacts format. There are actions for inserting postal addresses, email
13161 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
13162 was called.")
13163 (license license:gpl3))))
13164
13165 (define-public emacs-dired-du
13166 (package
13167 (name "emacs-dired-du")
13168 (version "0.5.1")
13169 (source
13170 (origin
13171 (method url-fetch)
13172 (uri (string-append
13173 "https://elpa.gnu.org/packages/dired-du-"
13174 version ".tar"))
13175 (sha256
13176 (base32
13177 "1091scnrjh0a4gja4z6jxic6ghy1yryv46qk9c76pmh50cpw6766"))))
13178 (build-system emacs-build-system)
13179 (home-page "http://elpa.gnu.org/packages/dired-du.html")
13180 (synopsis "Dired with recursive directory sizes")
13181 (description
13182 "Display the recursive size of directories in Dired.
13183 This file defines a minor mode @command{dired-du-mode} to show the recursive
13184 size of directories in Dired buffers. If @command{du} program is available,
13185 then the directory sizes are obtained with it. Otherwise, the directory sizes
13186 are obtained with Lisp. The former is faster and provide a more precise
13187 value. For directories where the user doesn't have read permission, the
13188 recursive size is not obtained. Once this mode is enabled, every new Dired
13189 buffer displays recursive dir sizes.")
13190 (license license:gpl3+)))
13191
13192 (define-public emacs-dired-rsync
13193 (package
13194 (name "emacs-dired-rsync")
13195 (version "0.4")
13196 (source (origin
13197 (method git-fetch)
13198 (uri (git-reference
13199 (url "https://github.com/stsquad/dired-rsync.git")
13200 (commit version)))
13201 (file-name (git-file-name name version))
13202 (sha256
13203 (base32
13204 "0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"))))
13205 (build-system emacs-build-system)
13206 (propagated-inputs
13207 `(("emacs-s" ,emacs-s)
13208 ("emacs-dash" ,emacs-dash)))
13209 (home-page "https://github.com/stsquad/dired-rsync/")
13210 (synopsis "Support for rsync from Emacs dired buffers")
13211 (description "This package adds a single command @code{dired-rsync} which
13212 allows the user to copy marked files in a dired buffer via @code{rsync}. This
13213 is useful, especially for large files, because the copy happens in the
13214 background and doesn’t lock up Emacs. It is also more efficient than using
13215 tramps own encoding methods for moving data between systems.")
13216 (license license:gpl3+)))
13217
13218 (define-public emacs-pcre2el
13219 ;; Last release is very old so we get the latest commit.
13220 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
13221 (package
13222 (name "emacs-pcre2el")
13223 (version (git-version "1.8" "1" commit))
13224 (source
13225 (origin
13226 (method git-fetch)
13227 (uri (git-reference
13228 (url "https://github.com/joddie/pcre2el")
13229 (commit commit)))
13230 (file-name (git-file-name name version))
13231 (sha256
13232 (base32
13233 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
13234 (build-system emacs-build-system)
13235 (home-page "https://github.com/joddie/pcre2el")
13236 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
13237 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
13238 Tools) is a utility for working with regular expressions in Emacs, based on a
13239 recursive-descent parser for regexp syntax. In addition to converting (a
13240 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
13241
13242 @itemize
13243 @item convert Emacs syntax to PCRE
13244 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
13245 @item untangle complex regexps by showing the parse tree in @code{rx} form and
13246 highlighting the corresponding chunks of code
13247 @item show the complete list of strings (productions) matching a regexp,
13248 provided the list is finite
13249 @item provide live font-locking of regexp syntax (so far only for Elisp
13250 buffers – other modes on the TODO list).
13251 @end itemize\n")
13252 (license license:gpl3))))
13253
13254 (define-public emacs-magit-todos
13255 (package
13256 (name "emacs-magit-todos")
13257 (version "1.1.7")
13258 (source
13259 (origin
13260 (method git-fetch)
13261 (uri (git-reference
13262 (url "https://github.com/alphapapa/magit-todos")
13263 (commit version)))
13264 (file-name (git-file-name name version))
13265 (sha256
13266 (base32
13267 "0qagdxpik64n4rw9scy451ws5sw00v64ri9g2dcw7b66bx2c6c6w"))))
13268 (build-system emacs-build-system)
13269 (propagated-inputs
13270 `(("emacs-async" ,emacs-async)
13271 ("emacs-dash" ,emacs-dash)
13272 ("emacs-f" ,emacs-f)
13273 ("emacs-hl-todo" ,emacs-hl-todo)
13274 ("magit" ,emacs-magit)
13275 ("emacs-pcre2el" ,emacs-pcre2el)
13276 ("emacs-s" ,emacs-s)))
13277 (home-page "https://github.com/alphapapa/magit-todos")
13278 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
13279 (description "This package displays keyword entries from source code
13280 comments and Org files in the Magit status buffer. Activating an item jumps
13281 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
13282 few (like NOTE).")
13283 (license license:gpl3)))
13284
13285 (define-public emacs-git-annex
13286 ;; Unreleased version has a fontification fix.
13287 (let ((commit "ebdb44aef1883f1b2b8058e05d30fb9315b03707")
13288 (revision "1"))
13289 (package
13290 (name "emacs-git-annex")
13291 (version (string-append "1.1-" revision "." (string-take commit 8)))
13292 (source
13293 (origin
13294 (method git-fetch)
13295 (uri (git-reference
13296 (url "https://github.com/jwiegley/git-annex-el")
13297 (commit commit)))
13298 (file-name (git-file-name name version))
13299 (sha256
13300 (base32
13301 "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh"))))
13302 (build-system emacs-build-system)
13303 (home-page "https://github.com/jwiegley/git-annex-el")
13304 (synopsis "Emacs integration for git-annex")
13305 (description "Enhances Dired and buffers visiting annex files with
13306 git-annex functionality. In Dired, the names of annex files are shortened by
13307 hiding the symbolic links and fontified based on whether content is present.
13308 Commands for performing some common operations (e.g., unlocking and adding
13309 files) are provided.")
13310 (license license:gpl2+))))
13311
13312 (define-public emacs-hackernews
13313 (let ((commit "916c3da8da45c757f5ec2faeed57fa370513d4ac"))
13314 (package
13315 (name "emacs-hackernews")
13316 (version (git-version "0.5.0" "1" commit))
13317 (source
13318 (origin
13319 (method git-fetch)
13320 (uri (git-reference
13321 (url "https://github.com/clarete/hackernews.el")
13322 (commit commit)))
13323 (file-name (git-file-name name version))
13324 (sha256
13325 (base32
13326 "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg"))))
13327 (build-system emacs-build-system)
13328 (home-page "https://github.com/clarete/hackernews.el")
13329 (synopsis "Hacker News client for Emacs")
13330 (description "The @command{hackernews} package is able to fetch stories
13331 from six different Hacker News feeds, namely top, new, best, ask, show and job
13332 stories. The default feed is top stories, which corresponds to the Hacker
13333 News homepage.")
13334 (license license:gpl3))))
13335
13336 (define-public emacs-youtube-dl
13337 (let ((commit "7c9d7a7d05b72a7d1b1257a36c5e2b2567b185dd"))
13338 (package
13339 (name "emacs-youtube-dl")
13340 (version (git-version "1.0" "1" commit))
13341 (source
13342 (origin
13343 (method git-fetch)
13344 (uri (git-reference
13345 (url "https://github.com/skeeto/youtube-dl-emacs/")
13346 (commit commit)))
13347 (file-name (git-file-name name version))
13348 (sha256
13349 (base32
13350 "0mh4s089a4x8s380agzb2306kdp1hl204px1n5rrrrdcls7imnh6"))))
13351 (build-system emacs-build-system)
13352 (inputs
13353 `(("youtube-dl" ,youtube-dl)))
13354 (arguments
13355 `(#:phases
13356 (modify-phases %standard-phases
13357 (add-after 'unpack 'configure
13358 (lambda* (#:key inputs #:allow-other-keys)
13359 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
13360 ;; .el is read-only in git.
13361 (chmod "youtube-dl.el" #o644)
13362 ;; Specify the absolute file names of the various
13363 ;; programs so that everything works out-of-the-box.
13364 (emacs-substitute-variables
13365 "youtube-dl.el"
13366 ("youtube-dl-program"
13367 (string-append youtube-dl "/bin/youtube-dl")))))))))
13368 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
13369 (synopsis "Emacs youtube-dl download manager")
13370 (description "This package manages a video download queue for
13371 @command{youtube-dl}, which serves as the back end. It manages a single
13372 @command{youtube-dl} subprocess, downloading one video at a time. New videos
13373 can be queued at any time.")
13374 (license license:unlicense))))
13375
13376 (define-public emacs-org-web-tools
13377 (package
13378 (name "emacs-org-web-tools")
13379 (version "1.0")
13380 (source
13381 (origin
13382 (method git-fetch)
13383 (uri (git-reference
13384 (url "https://github.com/alphapapa/org-web-tools")
13385 (commit version)))
13386 (file-name (git-file-name name version))
13387 (sha256
13388 (base32
13389 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
13390 (build-system emacs-build-system)
13391 (propagated-inputs
13392 `(("emacs-dash" ,emacs-dash)
13393 ("emacs-esxml" ,emacs-esxml)
13394 ("emacs-s" ,emacs-s)))
13395 (inputs
13396 `(("pandoc" ,ghc-pandoc)))
13397 (arguments
13398 `(#:phases
13399 (modify-phases %standard-phases
13400 (add-after 'unpack 'patch-exec-paths
13401 (lambda* (#:key inputs #:allow-other-keys)
13402 (let ((pandoc (assoc-ref inputs "pandoc")))
13403 (substitute* "org-web-tools.el"
13404 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
13405 #t))))))
13406 (home-page "https://github.com/alphapapa/org-web-tools")
13407 (synopsis "Display/Process web page as Org-mode content")
13408 (description "This package contains library functions and commands useful
13409 for retrieving web page content and processing it into Org-mode content.
13410
13411 For example, you can copy a URL to the clipboard or kill-ring, then run a
13412 command that downloads the page, isolates the “readable” content with
13413 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
13414 displays it in an Org-mode buffer. Another command does all of that but
13415 inserts it as an Org entry instead of displaying it in a new buffer.")
13416 (license license:gpl3+)))
13417
13418 (define-public emacs-blimp
13419 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
13420 (package
13421 (name "emacs-blimp")
13422 (version (git-version "0.0.0" "1" commit))
13423 (source
13424 (origin
13425 (method git-fetch)
13426 (uri (git-reference
13427 (url "https://github.com/walseb/blimp")
13428 (commit commit)))
13429 (file-name (git-file-name name version))
13430 (sha256
13431 (base32
13432 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
13433 (build-system emacs-build-system)
13434 (propagated-inputs
13435 `(("emacs-eimp" ,emacs-eimp)))
13436 (home-page "https://github.com/walseb/blimp")
13437 (synopsis "Emacs wrapper around all Imagemagick commands")
13438 (description "Blimp (Bustling Image Manipulation Package) is a complete
13439 wrapper around all Imagemagick commands with descriptions, autocompletion (for
13440 some commands) and hints displayed in prompt using @command{eimp.el} to
13441 execute its commands and resize images.")
13442 (license license:gpl3+))))
13443
13444 (define-public emacs-synosaurus
13445 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
13446 (package
13447 (name "emacs-synosaurus")
13448 (version (git-version "0.1.0" "1" commit))
13449 (source
13450 (origin
13451 (method git-fetch)
13452 (uri (git-reference
13453 (url "https://github.com/hpdeifel/synosaurus")
13454 (commit commit)))
13455 (file-name (git-file-name name version))
13456 (sha256
13457 (base32
13458 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
13459 (build-system emacs-build-system)
13460 (propagated-inputs
13461 `(("wordnet" ,wordnet)))
13462 (arguments
13463 `(#:phases
13464 (modify-phases %standard-phases
13465 (add-after 'unpack 'configure
13466 (lambda* (#:key inputs outputs #:allow-other-keys)
13467 (let ((wn (assoc-ref inputs "wordnet")))
13468 ;; .el is read-only in git.
13469 (chmod "synosaurus-wordnet.el" #o644)
13470 ;; Specify the absolute file names of the various
13471 ;; programs so that everything works out-of-the-box.
13472 (emacs-substitute-variables
13473 "synosaurus-wordnet.el"
13474 ("wordnet-command"
13475 (string-append wn "/bin/wn")))))))))
13476 (home-page "https://github.com/hpdeifel/synosaurus")
13477 (synopsis "Extensible thesaurus mode for Emacs")
13478 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
13479 backends, including the @command{wordnet} offline backend.")
13480 (license license:gpl3+))))
13481
13482 (define-public emacs-editorconfig
13483 (package
13484 (name "emacs-editorconfig")
13485 (version "0.8.0")
13486 (source
13487 (origin
13488 (method git-fetch)
13489 (uri (git-reference
13490 (url "https://github.com/editorconfig/editorconfig-emacs")
13491 (commit (string-append "v" version))))
13492 (file-name (git-file-name name version))
13493 (sha256
13494 (base32
13495 "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
13496 (build-system emacs-build-system)
13497 (home-page "https://github.com/editorconfig/editorconfig-emacs")
13498 (synopsis "Define and maintain consistent coding styles between different
13499 editors and IDEs")
13500 (description "The EditorConfig project consists of a file format for
13501 defining coding styles and a collection of text editor plugins that enable
13502 editors to read the file format and adhere to defined styles. EditorConfig
13503 files are easily readable and they work nicely with version control systems.")
13504 (license license:gpl3+)))
13505
13506 (define-public emacs-all-the-icons
13507 (package
13508 (name "emacs-all-the-icons")
13509 (version "3.2.0")
13510 (source
13511 (origin
13512 (method git-fetch)
13513 (uri (git-reference
13514 (url "https://github.com/domtronn/all-the-icons.el.git")
13515 (commit version)))
13516 (file-name (git-file-name name version))
13517 (sha256
13518 (base32
13519 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
13520 (build-system emacs-build-system)
13521 (arguments
13522 `(#:include '("\\.el$" "^data/" "^fonts/")
13523 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
13524 ;; all-the-icons--root-code". Ignoring tests.
13525 #:exclude '("^test/")
13526 #:tests? #f))
13527 (propagated-inputs
13528 `(("f" ,emacs-f)
13529 ("memoize" ,emacs-memoize)))
13530 (home-page "https://github.com/domtronn/all-the-icons.el")
13531 (synopsis "Collect icon fonts and propertize them within Emacs")
13532 (description "All-the-icons is a utility package to collect various icon
13533 fonts and propertize them within Emacs. Icon fonts allow you to propertize
13534 and format icons the same way you would normal text. This enables things such
13535 as better scaling of and anti aliasing of the icons.")
13536 ;; Package is released under Expat license. Elisp files are licensed
13537 ;; under GPL3+. Fonts come with various licenses: Expat for
13538 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
13539 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
13540 ;; "ocitcons.ttf" and "weathericons.ttf".
13541 (license
13542 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
13543
13544 (define-public emacs-powerline
13545 (package
13546 (name "emacs-powerline")
13547 (version "2.4")
13548 (source
13549 (origin
13550 (method git-fetch)
13551 (uri (git-reference
13552 (url "https://github.com/milkypostman/powerline.git")
13553 (commit version)))
13554 (file-name (git-file-name name version))
13555 (sha256
13556 (base32
13557 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
13558 (build-system emacs-build-system)
13559 (home-page "https://github.com/milkypostman/powerline/")
13560 (synopsis "Mode-line plugin for Emacs")
13561 (description "Powerline is a utility plugin which allows you to create
13562 a better-looking, more functional Emacs mode-line. A collection of predefined
13563 themes comes with the package.")
13564 (license license:gpl3+)))
13565
13566 (define-public emacs-spaceline
13567 (package
13568 (name "emacs-spaceline")
13569 (version "2.0.1")
13570 (source
13571 (origin
13572 (method git-fetch)
13573 (uri (git-reference
13574 (url "https://github.com/TheBB/spaceline.git")
13575 (commit (string-append "v" version))))
13576 (file-name (git-file-name name version))
13577 (sha256
13578 (base32
13579 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
13580 (build-system emacs-build-system)
13581 (propagated-inputs
13582 `(("dash" ,emacs-dash)
13583 ("powerline" ,emacs-powerline)
13584 ("s" ,emacs-s)))
13585 (home-page "https://github.com/TheBB/spaceline")
13586 (synopsis "Powerline theme from Spacemacs")
13587 (description "Spaceline provides Spacemacs' mode-line theme.
13588 This package provides features for three kinds of users.
13589
13590 @itemize
13591 @item You just want to use the Spacemacs mode-line theme and forget about it.
13592 @item You want to use something similar to the Spacemacs mode-line theme, but
13593 with a handful of easy tweaks.
13594 @item You want an easy-to-use library for building your own mode-line from
13595 scratch, and you think the Spacemacs theme looks good.
13596 @end itemize")
13597 (license license:gpl3+)))
13598
13599 (define-public emacs-column-marker
13600 (package
13601 (name "emacs-column-marker")
13602 (version "9")
13603 (source
13604 (origin
13605 (method url-fetch)
13606 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
13607 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
13608 (build-system emacs-build-system)
13609 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
13610 (synopsis "Emacs mode for highlighting columns")
13611 (description
13612 "With @code{column-marker.el} you can highlight any number of text columns.
13613 Three such highlight column markers are provided by default. This is
13614 especially useful for languages like COBOL or Fortran where certain columns
13615 have special meaning. It is also handy for aligning text across long vertical
13616 distances. Multi-column characters, such as @kbd{TAB} are treated
13617 correctly.")
13618 (license license:gpl2+)))
13619
13620 (define-public emacs-slime-repl-ansi-color
13621 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
13622 (package
13623 (name "emacs-slime-repl-ansi-color")
13624 (version (git-version "0.0.0" "1" commit))
13625 (source (origin
13626 (method git-fetch)
13627 (uri (git-reference
13628 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
13629 (commit commit)))
13630 (file-name (git-file-name name version))
13631 (sha256
13632 (base32
13633 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
13634 (build-system emacs-build-system)
13635 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
13636 (synopsis "Color ANSI codes in the REPL of SLIME")
13637 (description "Color ANSI codes in the REPL of SLIME")
13638 (license license:gpl2+))))
13639
13640 (define-public emacs-helm-slime
13641 (package
13642 (name "emacs-helm-slime")
13643 (version "0.3.0")
13644 (source (origin
13645 (method git-fetch)
13646 (uri (git-reference
13647 (url "https://github.com/emacs-helm/helm-slime")
13648 (commit version)))
13649 (file-name (git-file-name name version))
13650 (sha256
13651 (base32
13652 "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"))))
13653 (build-system emacs-build-system)
13654 (propagated-inputs
13655 `(("emacs-helm" ,emacs-helm)
13656 ("emacs-slime" ,emacs-slime)))
13657 (home-page "https://github.com/emacs-helm/helm-slime")
13658 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
13659 (description "Helm-SLIME defines a few new commands:
13660
13661 @itemize
13662 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
13663 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
13664 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
13665 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
13666 @end itemize\n")
13667 (license license:gpl3+)))
13668
13669 (define-public emacs-gtk-look
13670 (package
13671 (name "emacs-gtk-look")
13672 (version "29")
13673 (source (origin
13674 (method url-fetch)
13675 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
13676 (sha256
13677 (base32
13678 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
13679 (build-system emacs-build-system)
13680 (arguments
13681 `(#:phases
13682 (modify-phases %standard-phases
13683 (add-after 'unpack 'configure
13684 (lambda _
13685 ;; File is read-only.
13686 (chmod "gtk-look.el" #o644)
13687 (emacs-substitute-variables "gtk-look.el"
13688 ("gtk-lookup-devhelp-indices"
13689 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
13690 #t)))))
13691 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
13692 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
13693 (description "@command{gtk-look} finds and displays HTML documentation for
13694 GTK, GNOME and Glib functions and variables in Emacs, similar to what
13695 info-lookup-symbol does for info files (C-h S). The documentation is expected
13696 to be devhelp indexes with HTML files. The location of the indexes can be
13697 customized. In addition to C code development @command{gtk-look} is good for
13698
13699 @itemize
13700 @item @command{perl-gtk2}, recognising class funcs like
13701 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
13702 @item @command{guile-gnome}, recognising methods like @command{set-text} and
13703 classes like @command{<gtk-window>}.
13704 @end itemize\n")
13705 (license license:gpl3+)))
13706
13707 (define-public emacs-ov
13708 (package
13709 (name "emacs-ov")
13710 (version "1.0.6")
13711 (source (origin
13712 (method git-fetch)
13713 (uri (git-reference
13714 (url "https://github.com/ShingoFukuyama/ov.el.git")
13715 (commit version)))
13716 (file-name (git-file-name name version))
13717 (sha256
13718 (base32
13719 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
13720 (build-system emacs-build-system)
13721 (home-page "https://github.com/ShingoFukuyama/ov.el")
13722 (synopsis "Overlay library for Emacs Lisp")
13723 (description "@code{ov.el} provides a simple way to manipulate overlays in
13724 Emacs.")
13725 (license license:gpl3+)))
13726
13727 (define-public emacs-matrix-client
13728 (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
13729 (package
13730 (name "emacs-matrix-client")
13731 (version (git-version "0.0.0" "4" commit))
13732 (source (origin
13733 (method git-fetch)
13734 (uri (git-reference
13735 (url "https://github.com/jgkamat/matrix-client-el.git")
13736 (commit commit)))
13737 (file-name (git-file-name name version))
13738 (sha256
13739 (base32
13740 "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
13741 (build-system emacs-build-system)
13742 (arguments
13743 `(#:phases
13744 (modify-phases %standard-phases
13745 (add-after 'unpack 'add-missing-require
13746 ;; Fix a filter error at runtime due to a missing require.
13747 ;; Reported upstream:
13748 ;; <https://github.com/alphapapa/matrix-client.el/issues/76>
13749 (lambda _
13750 (substitute* "matrix-client-room.el"
13751 (("\\(require 'dash-functional\\)" all)
13752 (string-append all "\n" "(require 'anaphora)")))
13753 #t)))))
13754 (propagated-inputs
13755 `(("a" ,emacs-a)
13756 ("anaphora" ,emacs-anaphora)
13757 ("dash" ,emacs-dash)
13758 ("esxml" ,emacs-esxml)
13759 ("f" ,emacs-f)
13760 ("frame-purpose" ,emacs-frame-purpose)
13761 ("ht" ,emacs-ht)
13762 ("ov" ,emacs-ov)
13763 ("rainbow-identifiers" ,emacs-rainbow-identifiers)
13764 ("request" ,emacs-request)
13765 ("s" ,emacs-s)
13766 ("tracking" ,emacs-tracking)))
13767 (home-page "https://github.com/jgkamat/matrix-client-el")
13768 (synopsis "Matrix client for Emacs")
13769 (description "@code{matrix-client} is a simple chat UI to Matrix.org
13770 rooms. It also provides an API which allows Emacs to seamlessly create
13771 RPC channels with users and other software.")
13772 (license license:gpl3+))))
13773
13774 (define-public emacs-sesman
13775 (package
13776 (name "emacs-sesman")
13777 (version "0.3.3")
13778 (source
13779 (origin
13780 (method git-fetch)
13781 (uri (git-reference
13782 (url "https://github.com/vspinu/sesman.git")
13783 (commit (string-append "v" version))))
13784 (file-name (git-file-name name version))
13785 (sha256
13786 (base32
13787 "0r32f8ma9ddczxrrdz0nadp14j3zmk10q1ch02gb82synkx3xdra"))))
13788 (build-system emacs-build-system)
13789 (arguments
13790 `(#:tests? #t
13791 #:test-command '("make" "test")))
13792 (home-page "https://github.com/vspinu/sesman")
13793 (synopsis "Session manager for Emacs based IDEs")
13794 (description "Sesman provides facilities for session management and
13795 interactive session association with the current contexts (project, directory,
13796 buffers). While sesman can be used to manage arbitrary sessions, it primary
13797 targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
13798 (license license:gpl3+)))
13799
13800 (define-public emacs-buttercup
13801 (package
13802 (name "emacs-buttercup")
13803 (version "1.16")
13804 (source
13805 (origin
13806 (method git-fetch)
13807 (uri (git-reference
13808 (url "https://github.com/jorgenschaefer/emacs-buttercup.git")
13809 (commit (string-append "v" version))))
13810 (file-name (git-file-name name version))
13811 (sha256
13812 (base32
13813 "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"))))
13814 (build-system emacs-build-system)
13815 (arguments
13816 `(#:tests? #t
13817 #:test-command '("make" "test")
13818 #:phases
13819 (modify-phases %standard-phases
13820 (add-after 'install 'install-bin
13821 (lambda* (#:key outputs #:allow-other-keys)
13822 (install-file "bin/buttercup"
13823 (string-append (assoc-ref outputs "out") "/bin"))
13824 #t)))))
13825 (home-page "https://github.com/jorgenschaefer/emacs-buttercup")
13826 (synopsis "Behavior driven emacs lisp testing framework")
13827 (description "Buttercup is a behavior-driven development framework for
13828 testing Emacs Lisp code. It allows to group related tests so they can share
13829 common set-up and tear-down code, and allows the programmer to \"spy\" on
13830 functions to ensure they are called with the right arguments during testing.")
13831 (license license:gpl3+)))
13832
13833 (define-public emacs-wordnut
13834 (let ((commit "feac531404041855312c1a046bde7ea18c674915")
13835 (revision "0"))
13836 (package
13837 (name "emacs-wordnut")
13838 (version (git-version "0.1" revision commit))
13839 (home-page "https://github.com/gromnitsky/wordnut")
13840 (source (origin
13841 (method git-fetch)
13842 (uri (git-reference (url home-page) (commit commit)))
13843 (sha256
13844 (base32
13845 "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"))
13846 (patches
13847 (search-patches "emacs-wordnut-require-adaptive-wrap.patch"))
13848 (file-name (git-file-name name version))))
13849 (build-system emacs-build-system)
13850 (propagated-inputs
13851 `(("wordnet" ,wordnet)
13852 ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
13853 (synopsis "Major mode for WordNet")
13854 (description "This Emacs package provides an interface for
13855 @code{wordnet}. Features include completion, if the query is not found
13856 too ambiguous and navigation in the result buffer.")
13857 (license license:gpl3+))))
13858
13859 (define-public emacs-frame-purpose
13860 (package
13861 (name "emacs-frame-purpose")
13862 (version "1.0")
13863 (source (origin
13864 (method git-fetch)
13865 (uri (git-reference
13866 (url "https://github.com/alphapapa/frame-purpose.el.git")
13867 (commit version)))
13868 (sha256
13869 (base32
13870 "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"))
13871 (file-name (git-file-name name version))))
13872 (build-system emacs-build-system)
13873 (inputs
13874 `(("dash" ,emacs-dash)))
13875 (synopsis "Purpose-specific frames for Emacs")
13876 (description "@code{frame-purpose} makes it easy to open purpose-specific
13877 frames that only show certain buffers, e.g. by buffers’ major mode, their
13878 filename or directory, etc, with custom frame/X-window titles, icons, and
13879 other frame parameters.")
13880 (home-page "https://github.com/alphapapa/frame-purpose.el")
13881 (license license:gpl3+)))
13882
13883 (define-public emacs-arduino-mode
13884 (let ((commit "3e2bad4569ad26e929e6db2cbcff0d6d36812698")) ;no release yet
13885 (package
13886 (name "emacs-arduino-mode")
13887 (version (git-version "0" "0" commit))
13888 (source (origin
13889 (method git-fetch)
13890 (uri (git-reference
13891 (url "https://github.com/bookest/arduino-mode.git")
13892 (commit commit)))
13893 (sha256
13894 (base32
13895 "1yvaqjc9hadbnnay5fprnh890xsp53kidad1zpb4a5z4a5z61n3c"))
13896 (file-name (git-file-name name version))))
13897 (build-system emacs-build-system)
13898 (synopsis "Emacs major mode for editing Arduino sketches")
13899 (description "Emacs major mode for editing Arduino sketches.")
13900 (home-page "https://github.com/bookest/arduino-mode")
13901 (license license:gpl3+))))
13902
13903 (define-public emacs-general
13904 (let ((commit "675050199b5a30d54a24b58a367db32c0bdc47f5"))
13905 (package
13906 (name "emacs-general")
13907 (version (git-version "0" "0" commit))
13908 (home-page "https://github.com/noctuid/general.el")
13909 (source (origin
13910 (method git-fetch)
13911 (uri (git-reference
13912 (url (string-append home-page ".git"))
13913 (commit commit)))
13914 (sha256
13915 (base32
13916 "175yyhzk57yk1sskxh3d2jzhrh2waiibbcfsll167qxr117yji5h"))
13917 (file-name (git-file-name name version))))
13918 (build-system emacs-build-system)
13919 (synopsis "More convenient key definitions in emacs")
13920 (description "@code{general.el} provides a more convenient method for
13921 binding keys in emacs (for both evil and non-evil users). Like
13922 @code{use-package}, which provides a convenient, unified interface for
13923 managing packages, @code{general.el} is intended to provide a convenient,
13924 unified interface for key definitions. While this package does implement some
13925 completely new functionality (such as the ability to make vim-style
13926 keybindings under non-prefix keys with an optional timeout), its primary
13927 purpose is to build on existing functionality to make key definition more
13928 clear and concise. @code{general-define-key} is user-extensible and supports
13929 defining multiple keys in multiple keymaps at once, implicitly wrapping key
13930 strings with (@code{kbd ...}), using named prefix key sequences (like the
13931 leader key in vim), and much more.")
13932 (license license:gpl3+))))
13933
13934 (define-public emacs-tldr
13935 (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
13936 (package
13937 (name "emacs-tldr")
13938 (version (git-version "0" "0" commit))
13939 (home-page "https://github.com/kuanyui/tldr.el")
13940 (source (origin
13941 (method git-fetch)
13942 (uri (git-reference
13943 (url (string-append home-page ".git"))
13944 (commit commit)))
13945 (sha256
13946 (base32
13947 "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
13948 (file-name (git-file-name name version))))
13949 (build-system emacs-build-system)
13950 (synopsis "Simplified and community-driven man pages for Emacs")
13951 (description "@code{emacs-tldr} allows the user to access tldr pages
13952 from within emacs. The @code{tldr} pages are a community effort to simplify
13953 the man pages with practical examples.")
13954 (license license:wtfpl2))))
13955
13956 (define-public emacs-window-layout
13957 (package
13958 (name "emacs-window-layout")
13959 (version "1.4")
13960 (home-page "https://github.com/kiwanami/emacs-window-layout")
13961 (source (origin
13962 (method git-fetch)
13963 (uri (git-reference
13964 (url home-page)
13965 (commit (string-append "v" version))))
13966 (sha256
13967 (base32
13968 "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"))
13969 (file-name (git-file-name name version))))
13970 (build-system emacs-build-system)
13971 (synopsis "Simple window layout management framework for emacs")
13972 (description "A window-layout management library that can split a frame
13973 or a window into some windows according to a layout recipe.")
13974 (license license:gpl3+)))
13975
13976 (define-public emacs-e2wm
13977 (package
13978 (name "emacs-e2wm")
13979 (version "1.4")
13980 (home-page "https://github.com/kiwanami/emacs-window-manager")
13981 (source (origin
13982 (method git-fetch)
13983 (uri (git-reference
13984 (url home-page)
13985 (commit (string-append "v" version))))
13986 (sha256
13987 (base32
13988 "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
13989 (file-name (git-file-name name version))))
13990 (build-system emacs-build-system)
13991 (propagated-inputs
13992 `(("emacs-window-layout" ,emacs-window-layout)))
13993 (synopsis "Equilibrium Emacs Window Manager")
13994 (description "E2WM is a window manager for Emacs. It enables to
13995 customize the place of pop-up window, how the windows are split, how the
13996 buffers are located in the windows, keybinds to manipulate windows and
13997 buffers, etc. It also has plug-ins to help your Emacs life.")
13998 (license license:gpl3+)))
13999
14000 (define-public emacs-ctable
14001 (let ((commit "b8830d1ca95abb100a81bc32011bd17d5ecba000"))
14002 (package
14003 (name "emacs-ctable")
14004 (version (git-version "0.1.2" "1" commit))
14005 (home-page "https://github.com/kiwanami/emacs-ctable")
14006 (source (origin
14007 (method git-fetch)
14008 (uri (git-reference
14009 (url home-page)
14010 (commit commit)))
14011 (sha256
14012 (base32
14013 "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"))
14014 (file-name (git-file-name name version))))
14015 (build-system emacs-build-system)
14016 (synopsis "Table component for Emacs Lisp")
14017 (description "This program is a table component for Emacs Lisp. Other
14018 programs can use this table component for the application UI.")
14019 (license license:gpl3+))))
14020
14021 (define-public emacs-epc
14022 (let ((commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda"))
14023 (package
14024 (name "emacs-epc")
14025 (version (git-version "0.1.1" "1" commit))
14026 (home-page "https://github.com/kiwanami/emacs-epc")
14027 (source (origin
14028 (method git-fetch)
14029 (uri (git-reference
14030 (url home-page)
14031 (commit commit)))
14032 (sha256
14033 (base32
14034 "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"))
14035 (file-name (git-file-name name version))))
14036 (build-system emacs-build-system)
14037 (propagated-inputs
14038 `(("emacs-deferred" ,emacs-deferred)
14039 ("emacs-ctable" ,emacs-ctable)))
14040 (synopsis "RPC stack for Emacs Lisp")
14041 (description "This program is an asynchronous RPC stack for Emacs.
14042 Using this RPC stack, Emacs can communicate with the peer process
14043 smoothly. Because the protocol employs S-expression encoding and consists of
14044 asynchronous communications, the RPC response is fairly good.")
14045 (license license:gpl3+))))
14046
14047 (define-public emacs-edbi
14048 (let ((commit "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0"))
14049 (package
14050 (name "emacs-edbi")
14051 (version (git-version "0.1.3" "1" commit))
14052 (home-page "https://github.com/kiwanami/emacs-edbi")
14053 (source (origin
14054 (method git-fetch)
14055 (uri (git-reference
14056 (url home-page)
14057 (commit commit)))
14058 (sha256
14059 (base32
14060 "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"))
14061 (file-name (git-file-name name version))))
14062 (build-system emacs-build-system)
14063 (inputs
14064 `(("perl" ,perl)
14065 ("perl-rpc-epc-service" ,perl-rpc-epc-service)
14066 ("perl-dbi" ,perl-dbi)
14067 ;; TODO: Adding support for perl-dbd-mysql and others would
14068 ;; dramatically increase the closure size. Make several packages?
14069 ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
14070 (propagated-inputs
14071 `(("emacs-e2wm" ,emacs-e2wm)
14072 ("emacs-epc" ,emacs-epc)))
14073 (arguments
14074 `(#:include '("\\.el$" "\\.pl$")
14075 #:phases
14076 (modify-phases %standard-phases
14077 (add-after 'install 'patch-path
14078 (lambda* (#:key inputs outputs #:allow-other-keys)
14079 (let ((perl (assoc-ref inputs "perl"))
14080 (dir (string-append (assoc-ref outputs "out")
14081 "/share/emacs/site-lisp/guix.d/edbi-"
14082 ,version)))
14083 (substitute* (string-append dir "/edbi.el")
14084 (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
14085 (chmod (string-append dir "/edbi-bridge.pl") #o555)
14086 (wrap-program (string-append dir "/edbi-bridge.pl")
14087 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
14088 #t))))))
14089 (synopsis "Database Interface for Emacs Lisp")
14090 (description "This program connects the database server through Perl's
14091 DBI, and provides DB-accessing API and the simple management UI.")
14092 (license license:gpl3+))))
14093
14094 (define-public emacs-edbi-sqlite
14095 (let ((commit "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f"))
14096 (package
14097 (name "emacs-edbi-sqlite")
14098 (version (git-version "0.1.1" "1" commit))
14099 (home-page "https://github.com/proofit404/edbi-sqlite")
14100 (source (origin
14101 (method git-fetch)
14102 (uri (git-reference
14103 (url home-page)
14104 (commit commit)))
14105 (sha256
14106 (base32
14107 "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"))
14108 (file-name (git-file-name name version))))
14109 (build-system emacs-build-system)
14110 (propagated-inputs
14111 `(("emacs-edbi" ,emacs-edbi)))
14112 (synopsis "Open SQLite files in Emacs")
14113 (description "This package is a convenience wrapper for @command{edbi}
14114 to open SQLite databases.")
14115 (license license:gpl3+))))
14116
14117 (define-public emacs-nix-mode
14118 (package
14119 (name "emacs-nix-mode")
14120 (version "1.2.2")
14121 (source
14122 (origin
14123 (method git-fetch)
14124 (uri (git-reference
14125 (url "https://github.com/NixOS/nix-mode.git")
14126 (commit (string-append "v" version))))
14127 (file-name (git-file-name name version))
14128 (sha256
14129 (base32 "1vz3s2jx14nzy53f04d821n4f2s22ys5h9s7af6cnpynkwawyhhq"))))
14130 (build-system emacs-build-system)
14131 (inputs
14132 `(("emacs-company" ,emacs-company)
14133 ("emacs-mmm-mode" ,emacs-mmm-mode)))
14134 (home-page "https://github.com/NixOS/nix-mode")
14135 (synopsis "Emacs major mode for editing Nix expressions")
14136 (description "@code{nixos-mode} provides an Emacs major mode for editing
14137 Nix expressions. It supports syntax highlighting, indenting and refilling of
14138 comments.")
14139 (license license:lgpl2.1+)))
14140
14141 (define-public emacs-simple-mpc
14142 ;; There have been no releases.
14143 (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
14144 (revision "1"))
14145 (package
14146 (name "emacs-simple-mpc")
14147 (version (git-version "0" revision commit))
14148 (source
14149 (origin
14150 (method git-fetch)
14151 (uri (git-reference
14152 (url "https://github.com/jorenvo/simple-mpc.git")
14153 (commit commit)))
14154 (file-name (git-file-name name version))
14155 (sha256
14156 (base32
14157 "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
14158 (build-system emacs-build-system)
14159 (propagated-inputs `(("emacs-s" ,emacs-s)))
14160 (home-page "https://github.com/jorenvo/simple-mpc")
14161 (synopsis "Simple Emacs frontend to mpc")
14162 (description "This package provides an Emacs major mode which acts as a
14163 front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
14164 (license license:gpl3+))))
14165
14166 (define-public emacs-mkmcc-gnuplot-mode
14167 (package
14168 (name "emacs-mkmcc-gnuplot-mode")
14169 (version "1.2.0")
14170 (source
14171 (origin
14172 (method git-fetch)
14173 (uri (git-reference
14174 (url "https://github.com/mkmcc/gnuplot-mode")
14175 (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
14176 (file-name (git-file-name name version))
14177 (sha256
14178 (base32
14179 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
14180 (build-system emacs-build-system)
14181 (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
14182 (synopsis "Minimal emacs major mode for editing gnuplot scripts")
14183 (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
14184 mode for editing gnuplot scripts. It provides syntax highlighting,
14185 indentation and a command to plot the file.")
14186 (license license:gpl3+)))
14187
14188 (define-public emacs-dtrt-indent
14189 (package
14190 (name "emacs-dtrt-indent")
14191 (version "0.8")
14192 (source (origin
14193 (method git-fetch)
14194 (uri (git-reference
14195 (url "https://github.com/jscheid/dtrt-indent")
14196 (commit version)))
14197 (file-name (git-file-name name version))
14198 (sha256
14199 (base32
14200 "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
14201 (build-system emacs-build-system)
14202 (home-page "https://github.com/jscheid/dtrt-indent")
14203 (synopsis "Minor mode that guesses the indentation offset")
14204 (description "This package provides a minor mode that guesses the
14205 indentation offset originally used for creating source code files and
14206 transparently adjusts the corresponding settings in Emacs, making it more
14207 convenient to edit foreign files.")
14208 (license license:gpl2+)))
14209
14210 (define-public emacs-repo
14211 (package
14212 (name "emacs-repo")
14213 (version "0.1.3")
14214 (source (origin
14215 (method git-fetch)
14216 (uri (git-reference
14217 (url "https://github.com/canatella/repo-el")
14218 (commit version)))
14219 (file-name (git-file-name name version))
14220 (sha256
14221 (base32
14222 "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
14223 (build-system emacs-build-system)
14224 (native-inputs
14225 `(("emacs-el-mock" ,emacs-el-mock)
14226 ("ert-runner" ,emacs-ert-runner)))
14227 (propagated-inputs
14228 `(("emacs-f" ,emacs-f)
14229 ("magit" ,emacs-magit)))
14230 (home-page "https://github.com/canatella/repo-el")
14231 (synopsis "Emacs interface for the Google Repo tool")
14232 (description "This package provides integration of the Google Repo tool
14233 with emacs. It displays the output of the @code{repo status} command in a
14234 buffer and launches Magit from the status buffer for the project at point.")
14235 (license license:gpl3+)))
14236
14237 (define-public emacs-alect-themes
14238 (package
14239 (name "emacs-alect-themes")
14240 (version "0.9")
14241 (source (origin
14242 (method git-fetch)
14243 (uri (git-reference
14244 (url "https://github.com/alezost/alect-themes")
14245 (commit (string-append "v" version))))
14246 (file-name (git-file-name name version))
14247 (sha256
14248 (base32
14249 "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
14250 (build-system emacs-build-system)
14251 (home-page "https://github.com/alezost/alect-themes")
14252 (synopsis "Low contrast, light, dark and black color theme for Emacs")
14253 (description "@code{emacs-alect-themes} provides configurable light, dark
14254 and black color themes for Emacs. The themes are intended to be used with
14255 GUI.")
14256 (license license:gpl3+)))
14257
14258 (define-public emacs-google-c-style
14259 (let ((commit "6271f3f473ceb3a7fef99388a3040903b1a145f1")
14260 (revision "0"))
14261 (package
14262 (name "emacs-google-c-style")
14263 (version (git-version "0.1" revision commit))
14264 (source (origin
14265 (method git-fetch)
14266 (uri (git-reference
14267 (url "https://github.com/google/styleguide")
14268 (commit commit)))
14269 (file-name (git-file-name name version))
14270 (sha256
14271 (base32
14272 "1jghyyasdl15c4gaqaxmdn43am63k6bykn5ab83f1ahv9zi1krxk"))))
14273 (build-system emacs-build-system)
14274 (home-page "https://github.com/google/styleguide")
14275 (synopsis "Emacs settings file for Google C/C++ style")
14276 (description "@code{emacs-google-c-style} provides an Emacs settings
14277 file for Google C and C++ style.")
14278 (license license:gpl1+))))
14279
14280 (define-public emacs-redshank
14281 (let ((commit "f98e68f532e622bcd464292ca4a9cf5fbea14ebb")
14282 (revision "1"))
14283 (package
14284 (name "emacs-redshank")
14285 (version (git-version "0.1" revision commit))
14286 (source (origin
14287 (method git-fetch)
14288 (uri (git-reference
14289 (url "http://www.foldr.org/~michaelw/projects/redshank.git")
14290 (commit commit)))
14291 (file-name (git-file-name name version))
14292 (sha256
14293 (base32
14294 "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
14295 (build-system emacs-build-system)
14296 (propagated-inputs
14297 `(("emacs-paredit" ,emacs-paredit)))
14298 (home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
14299 (synopsis "Common Lisp Editing Extensions (for Emacs)")
14300 (description "Redshank is a collection of code-wrangling Emacs macros
14301 mostly geared towards Common Lisp, but some are useful for other Lisp
14302 dialects, too. Redshank's code transformations aim to be expression-based (as
14303 opposed to character-based).")
14304 (license license:gpl1+))))
14305
14306 (define-public emacs-disk-usage
14307 (package
14308 (name "emacs-disk-usage")
14309 (version "1.3.3")
14310 (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
14311 (source
14312 (origin
14313 (method url-fetch)
14314 (uri (string-append
14315 "https://elpa.gnu.org/packages/disk-usage-"
14316 version
14317 ".el"))
14318 (sha256
14319 (base32
14320 "0h1jwznd41gi0vg830ilfgm01q05zknikzahwasm9cizwm2wyizj"))))
14321 (build-system emacs-build-system)
14322 (synopsis "Sort and browse disk usage listings with Emacs")
14323 (description "Disk Usage is a file system analyzer: it offers a tabulated
14324 view of file listings sorted by size. Directory sizes are computed
14325 recursively. The results are cached for speed.")
14326 (license license:gpl3+)))
14327
14328 (define-public emacs-orgit
14329 (let ((commit "2456436a7e64d26bcf455b3890a586acaa3e7f93"))
14330 (package
14331 (name "emacs-orgit")
14332 (version (git-version "1.5.1" "2" commit))
14333 (home-page "https://github.com/magit/orgit")
14334 (source (origin
14335 (method git-fetch)
14336 (uri (git-reference
14337 (url home-page)
14338 (commit commit)))
14339 (file-name (git-file-name name version))
14340 (sha256
14341 (base32
14342 "1i52dq2ynddb1irgigr5mdwfbfd3bvm1f29jnzd7nlc0nk186nvh"))))
14343 (build-system emacs-build-system)
14344 (propagated-inputs
14345 `(("emacs-dash" ,emacs-dash)
14346 ("emacs-magit" ,emacs-magit)))
14347 (synopsis "Support for Org links to Magit buffers")
14348 (description "This package defines several Org link types, which can be
14349 used to link to certain Magit buffers. Use the command
14350 @command{org-store-link} while such a buffer is current to store a link.
14351 Later you can insert it into an Org buffer using the command
14352 @code{org-insert-link}.")
14353 (license license:gpl3+))))
14354
14355 (define-public emacs-amx
14356 (package
14357 (name "emacs-amx")
14358 (version "3.2")
14359 (source (origin
14360 (method git-fetch)
14361 (uri (git-reference
14362 (url "https://github.com/DarwinAwardWinner/amx")
14363 (commit (string-append "v" version))))
14364 (file-name (git-file-name name version))
14365 (sha256
14366 (base32
14367 "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"))))
14368 (build-system emacs-build-system)
14369 (propagated-inputs `(("emacs-s" ,emacs-s)))
14370 (home-page "https://github.com/DarwinAwardWinner/amx")
14371 (synopsis "Alternative interface for M-x")
14372 (description "Amx is an alternative interface for M-x in Emacs. It
14373 provides several enhancements over the ordinary
14374 @code{execute-extended-command}, such as prioritizing your most-used commands
14375 in the completion list and showing keyboard shortcuts, and it supports several
14376 completion systems for selecting commands, such as ido and ivy.")
14377 (license license:gpl3+)))
14378
14379 (define-public emacs-lorem-ipsum
14380 (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
14381 (package
14382 (name "emacs-lorem-ipsum")
14383 (version (git-version "0.2" "1" commit))
14384 (home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
14385 (source (origin
14386 (method git-fetch)
14387 (uri (git-reference
14388 (url home-page)
14389 (commit commit)))
14390 (file-name (git-file-name name version))
14391 (sha256
14392 (base32
14393 "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
14394 (build-system emacs-build-system)
14395 (synopsis "Insert dummy pseudo Latin text in Emacs")
14396 (description "This package provides convenience functions to insert
14397 dummy Latin text into a buffer. This can be useful if you need to produce
14398 paragraphs or pages of text for testing purposes.")
14399 (license license:gpl3+))))
14400
14401 (define-public emacs-lisp-extra-font-lock
14402 (let ((commit "4605eccbe1a7fcbd3cacf5b71249435413b4db4f"))
14403 (package
14404 (name "emacs-lisp-extra-font-lock")
14405 (version (git-version "0.0.6" "1" commit))
14406 (home-page "https://github.com/Lindydancer/lisp-extra-font-lock")
14407 (source (origin
14408 (method git-fetch)
14409 (uri (git-reference
14410 (url home-page)
14411 (commit commit)))
14412 (file-name (git-file-name name version))
14413 (sha256
14414 (base32
14415 "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"))))
14416 (build-system emacs-build-system)
14417 (synopsis "Highlight bound variables and quoted expressions in Emacs")
14418 (description "This package highlight the location where local variables
14419 is created (bound, for example, by let) as well as quoted and backquoted
14420 constant expressions.")
14421 (license license:gpl3+))))
14422
14423 (define-public emacs-docker-tramp
14424 (package
14425 (name "emacs-docker-tramp")
14426 (version "0.1")
14427 (source
14428 (origin
14429 (method git-fetch)
14430 (uri (git-reference
14431 (url "https://github.com/emacs-pe/docker-tramp.el")
14432 (commit (string-append "v" version))))
14433 (file-name (git-file-name name version))
14434 (sha256
14435 (base32
14436 "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
14437 (build-system emacs-build-system)
14438 (home-page "https://github.com/emacs-pe/docker-tramp.el")
14439 (synopsis "TRAMP integration for docker containers")
14440 (description
14441 "This package provides a TRAMP method for Docker containers.")
14442 (license license:gpl3+)))
14443
14444 (define-public emacs-docker
14445 (package
14446 (name "emacs-docker")
14447 (version "1.2.0")
14448 (source (origin
14449 (method git-fetch)
14450 (uri (git-reference
14451 (url "https://github.com/Silex/docker.el")
14452 (commit version)))
14453 (file-name (git-file-name name version))
14454 (sha256
14455 (base32
14456 "15kd86kaq1x6giz855q9w6zvnyc742j309j0pmm86rwx398g4rq1"))))
14457 (inputs
14458 `(("emacs-undercover" ,emacs-undercover)))
14459 (propagated-inputs
14460 `(("emacs-dash" ,emacs-dash)
14461 ("emacs-docker-tramp" ,emacs-docker-tramp)
14462 ("emacs-magit-popup" ,emacs-magit-popup)
14463 ("emacs-s" ,emacs-s)
14464 ("emacs-tablist" ,emacs-tablist)
14465 ("emacs-json-mode" ,emacs-json-mode)))
14466 (arguments
14467 `(#:phases
14468 (modify-phases %standard-phases
14469 (delete 'check)))) ;no tests
14470 (build-system emacs-build-system)
14471 (home-page "https://github.com/Silex/docker.el")
14472 (synopsis "Manage docker from Emacs")
14473 (description "This package provides an Emacs interface for Docker.")
14474 (license license:gpl3+)))
14475
14476 (define-public emacs-dockerfile-mode
14477 ;; Latest upstream release is too old.
14478 (let ((commit "7223d92718f78fa3ab15667cdb2ed90cfeb579e7"))
14479 (package
14480 (name "emacs-dockerfile-mode")
14481 (version (git-version "1.2" "1" commit))
14482 (source
14483 (origin
14484 (method git-fetch)
14485 (uri (git-reference
14486 (url "https://github.com/spotify/dockerfile-mode.git")
14487 (commit commit)))
14488 (file-name (git-file-name name version))
14489 (sha256
14490 (base32
14491 "0hmipgl4rk6aih11i8mnspwdijjiwk2y0wns6lzs8bgkvy3c064r"))))
14492 (build-system emacs-build-system)
14493 (propagated-inputs
14494 `(("emacs-s" ,emacs-s)))
14495 (home-page "https://github.com/spotify/dockerfile-mode")
14496 (synopsis "Major mode for editing Dockerfile")
14497 (description
14498 "This package provides a major mode @code{dockerfile-mode} for use with
14499 the standard @code{Dockerfile} file format.")
14500 (license license:asl2.0))))
14501
14502 (define-public emacs-lsp-mode
14503 (package
14504 (name "emacs-lsp-mode")
14505 (version "6.0")
14506 (source (origin
14507 (method git-fetch)
14508 (uri (git-reference
14509 (url "https://github.com/emacs-lsp/lsp-mode.git")
14510 (commit version)))
14511 (file-name (git-file-name name version))
14512 (sha256
14513 (base32
14514 "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl"))))
14515 (build-system emacs-build-system)
14516 (propagated-inputs
14517 `(("emacs-dash" ,emacs-dash)
14518 ("emacs-f" ,emacs-f)
14519 ("emacs-ht" ,emacs-ht)
14520 ("emacs-spinner" ,emacs-spinner)))
14521 (home-page "https://github.com/emacs-lsp/lsp-mode")
14522 (synopsis "Emacs client and library for the Language Server Protocol")
14523 (description "@code{LSP-mode} is a client and library implementation for
14524 the Language Server Protocol. This mode aims to provide an IDE-like
14525 experience by providing optional integration with other popular Emacs packages
14526 like @code{company}, @code{flycheck}, and @code{projectile}.")
14527 (license license:gpl3+)))
14528
14529 (define-public emacs-lsp-ui
14530 (package
14531 (name "emacs-lsp-ui")
14532 (version "6.0")
14533 (source (origin
14534 (method git-fetch)
14535 (uri (git-reference
14536 (url "https://github.com/emacs-lsp/lsp-ui.git")
14537 (commit version)))
14538 (file-name (git-file-name name version))
14539 (sha256
14540 (base32
14541 "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
14542 (build-system emacs-build-system)
14543 (propagated-inputs
14544 `(("emacs-dash" ,emacs-dash)
14545 ("emacs-lsp-mode" ,emacs-lsp-mode)
14546 ("emacs-markdown-mode" ,emacs-markdown-mode)
14547 ("emacs-flycheck" ,emacs-flycheck)))
14548 (home-page "https://github.com/emacs-lsp/lsp-ui")
14549 (synopsis "User interface extensions for @code{lsp-mode}")
14550 (description
14551 "@code{LSP-ui} contains several enhancements and integrations for
14552 @code{lsp-mode}, such as visual flychecking, displaying references in-line,
14553 and code peeking.")
14554 (license license:gpl3+)))
14555
14556 (define-public emacs-helm-notmuch
14557 (package
14558 (name "emacs-helm-notmuch")
14559 (version "1.2")
14560 (home-page "https://github.com/emacs-helm/helm-notmuch/")
14561 (source (origin
14562 (method git-fetch)
14563 (uri (git-reference
14564 (url home-page)
14565 (commit version)))
14566 (file-name (git-file-name name version))
14567 (sha256
14568 (base32
14569 "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
14570 (build-system emacs-build-system)
14571 (propagated-inputs
14572 `(("emacs-helm" ,emacs-helm)
14573 ("notmuch" ,notmuch)))
14574 (synopsis "Search emails with Emacs Notmuch and Helm")
14575 (description
14576 "This package can be used to search emails in Emacs, searching result
14577 displays as you type thanks to Helm, though @command{notmuch-search} does the
14578 real search.")
14579 (license license:gpl3+)))
14580
14581 (define-public emacs-elmacro
14582 (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
14583 (package
14584 (name "emacs-elmacro")
14585 (version (git-version "1.1.0" "1" commit))
14586 (home-page "https://github.com/Silex/elmacro")
14587 (source (origin
14588 (method git-fetch)
14589 (uri (git-reference
14590 (url home-page)
14591 (commit commit)))
14592 (file-name (git-file-name name version))
14593 (sha256
14594 (base32
14595 "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
14596 (build-system emacs-build-system)
14597 (propagated-inputs
14598 `(("emacs-s" ,emacs-s)
14599 ("emacs-dash" ,emacs-dash)))
14600 (synopsis "Convert keyboard macros to Emacs Lisp")
14601 (description
14602 "This package displays keyboard macros or latest interactive commands
14603 as Emacs Lisp.")
14604 (license license:gpl3+))))
14605
14606 (define-public emacs-transient
14607 ;; 0.1.0 depends on lv.el but not later versions.
14608 (let ((commit "7e45a57ec81185631fe763733f64c99021df2a06"))
14609 (package
14610 (name "emacs-transient")
14611 (version (git-version "0.1.0" "1" commit))
14612 (source (origin
14613 (method git-fetch)
14614 (uri (git-reference
14615 (url "https://github.com/magit/transient")
14616 (commit commit)))
14617 (file-name (git-file-name name version))
14618 (sha256
14619 (base32
14620 "0r6d4c1lga3bk0s7q7y4v4hbpxnd9h40cjxybqvax2z902931fz1"))))
14621 (build-system gnu-build-system)
14622 (native-inputs `(("texinfo" ,texinfo)
14623 ("emacs" ,emacs-minimal)))
14624 (propagated-inputs
14625 `(("dash" ,emacs-dash)))
14626 (arguments
14627 `(#:modules ((guix build gnu-build-system)
14628 (guix build utils)
14629 (srfi srfi-26)
14630 (guix build emacs-utils))
14631 #:imported-modules (,@%gnu-build-system-modules
14632 (guix build emacs-utils))
14633 #:tests? #f ; tests are not included in the release
14634 #:make-flags (list "lisp" "info"
14635 (string-append "LOAD_PATH=-L . -L "
14636 (assoc-ref %build-inputs "dash")
14637 "/share/emacs/site-lisp/guix.d/dash-"
14638 ,(package-version emacs-dash)))
14639 #:phases
14640 (modify-phases %standard-phases
14641 (delete 'configure)
14642 (replace 'install
14643 (lambda* (#:key inputs outputs #:allow-other-keys)
14644 (let* ((out (assoc-ref outputs "out"))
14645 (lisp (string-append out "/share/emacs/site-lisp/guix.d/"
14646 "transient" "-" ,version))
14647 (info (string-append out "/share/info")))
14648 (for-each (cut install-file <> lisp)
14649 (find-files "." "\\.elc*$"))
14650 (install-file "docs/transient.info" (string-append info)))
14651 #t)))))
14652 (home-page "https://magit.vc/manual/transient")
14653 (synopsis "Transient commands in Emacs")
14654 (description
14655 "Taking inspiration from prefix keys and prefix arguments in Emacs,
14656 Transient implements a similar abstraction involving a prefix command, infix
14657 arguments and suffix commands. We could call this abstraction a \"transient
14658 command\", but because it always involves at least two commands (a prefix and
14659 a suffix) we prefer to call it just a \"transient\".")
14660 (license license:gpl3+))))
14661
14662 (define-public emacs-undo-propose-el
14663 (let ((commit "5f1fa99a04369a959aad01b476fe4f34229f28cd")
14664 (version "1.0.0")
14665 (revision "1"))
14666 (package
14667 (name "emacs-undo-propose-el")
14668 (version (git-version version revision commit))
14669 (source
14670 (origin
14671 (method git-fetch)
14672 (uri (git-reference
14673 (url "https://github.com/jackkamm/undo-propose-el")
14674 (commit commit)))
14675 (file-name (git-file-name name version))
14676 (sha256
14677 (base32
14678 "1p9h1fqmva07mcs46rqrg9vqn537b615as84s9b7xh76k1r8h1c0"))))
14679 (build-system emacs-build-system)
14680 (home-page "https://github.com/jackkamm/undo-propose-el")
14681 (synopsis "Simple and safe navigation of @code{undo} history")
14682 (description "This package permits navigation of @code{undo} history in a
14683 temporary buffer, which is read-only save for @code{undo} commands, and
14684 subsequent committal of a chain of @code{undo} commands as a single edit in
14685 the @code{undo} history.")
14686 (license license:gpl3+))))
14687
14688 (define-public emacs-elisp-docstring-mode
14689 (let ((commit "f512e509dd690f65133e55563ebbfd2dede5034f")
14690 (version "0.0.1")
14691 (revision "1"))
14692 (package
14693 (name "emacs-elisp-docstring-mode")
14694 (version (git-version version revision commit))
14695 (source
14696 (origin
14697 (method git-fetch)
14698 (uri (git-reference
14699 (url "https://github.com/Fuco1/elisp-docstring-mode")
14700 (commit commit)))
14701 (file-name (git-file-name name version))
14702 (sha256
14703 (base32
14704 "0al8m75p359h4n82rf0dsl22qfdg9cwwywn5pn7x6gb96c7qrqaa"))))
14705 (build-system emacs-build-system)
14706 (home-page "https://github.com/Fuco1/elisp-docstring-mode")
14707 (synopsis "Major mode for editing Emacs Lisp docstrings")
14708 (description "This package provides font lock and automatic escaping and
14709 unescaping of quotes.")
14710 (license license:gpl3+))))
14711
14712 (define-public emacs-vimrc-mode
14713 (let ((commit "13bc150a870d5d4a95f1111e4740e2b22813c30e")
14714 (version "0.3.1")
14715 (revision "1"))
14716 (package
14717 (name "emacs-vimrc-mode")
14718 (version (git-version version revision commit))
14719 (source
14720 (origin
14721 (method git-fetch)
14722 (uri (git-reference
14723 (url "https://github.com/mcandre/vimrc-mode")
14724 (commit commit)))
14725 (file-name (git-file-name name version))
14726 (sha256
14727 (base32
14728 "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"))))
14729 (build-system emacs-build-system)
14730 (home-page "https://github.com/mcandre/vimrc-mode")
14731 (synopsis "Major mode for Vimscript")
14732 (description "This package provides font lock and @code{beginning-} and
14733 @code{end-of-defun} functions for Vimscript files.")
14734 (license license:gpl3+))))
14735
14736 (define-public emacs-flycheck-haskell
14737 (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
14738 (version "0.8")
14739 (revision "79"))
14740 (package
14741 (name "emacs-flycheck-haskell")
14742 (version (git-version version revision commit))
14743 (source
14744 (origin
14745 (method git-fetch)
14746 (uri (git-reference
14747 (url "https://github.com/flycheck/flycheck-haskell")
14748 (commit commit)))
14749 (file-name (git-file-name name version))
14750 (sha256
14751 (base32
14752 "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
14753 (build-system emacs-build-system)
14754 (propagated-inputs
14755 `(("emacs-dash" ,emacs-dash)
14756 ("emacs-seq" ,emacs-seq)
14757 ("emacs-flycheck" ,emacs-flycheck)
14758 ("emacs-haskell-mode" ,emacs-haskell-mode)
14759 ("emacs-let-alist" ,emacs-let-alist)))
14760 (home-page "https://github.com/flycheck/flycheck-haskell")
14761 (synopsis "Flycheck for Haskell")
14762 (description "This package configures syntax-checking for Haskell
14763 buffers.")
14764 (license license:gpl3+))))
14765
14766 (define-public emacs-js2-refactor-el
14767 (let ((commit "79124b3274c43ad1f9ec6205fa362576552db02f")
14768 (version "0.9.0")
14769 (revision "27"))
14770 (package
14771 (name "emacs-js2-refactor-el")
14772 (version (git-version version revision commit))
14773 (source
14774 (origin
14775 (method git-fetch)
14776 (uri (git-reference
14777 (url "https://github.com/magnars/js2-refactor.el")
14778 (commit commit)))
14779 (file-name (git-file-name name version))
14780 (sha256
14781 (base32
14782 "1wswhlpbd3airrhyncb9vblqigwnqg9n96z0iis8jnz37q2whica"))))
14783 (build-system emacs-build-system)
14784 (propagated-inputs
14785 `(("emacs-dash" ,emacs-dash)
14786 ("emacs-s" ,emacs-s)
14787 ("emacs-js2-mode" ,emacs-js2-mode)
14788 ("emacs-yasnippet" ,emacs-yasnippet)
14789 ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
14790 (native-inputs
14791 `(("emacs-buttercup" ,emacs-buttercup)
14792 ("emacs-espuds" ,emacs-espuds)))
14793 (home-page "https://github.com/magnars/js2-refactor.el")
14794 (synopsis "JavaScript refactoring in Emacs")
14795 (description "This package provides various refactoring functions for
14796 JavaScript.")
14797 (license license:gpl3+))))
14798
14799 (define-public emacs-prettier
14800 (let ((commit "e9b73e81d3e1642aec682195f127a42dfb0b5774")
14801 (version "0.1.0")
14802 (revision "1"))
14803 (package
14804 (name "emacs-prettier")
14805 (version (git-version version revision commit))
14806 (source
14807 (origin
14808 (method git-fetch)
14809 (uri (git-reference
14810 (url "https://github.com/prettier/prettier-emacs")
14811 (commit commit)))
14812 (file-name (git-file-name name version))
14813 (sha256
14814 (base32
14815 "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"))))
14816 (build-system emacs-build-system)
14817 (home-page "https://github.com/prettier/prettier-emacs")
14818 (synopsis "Automatic formatting of JavaScript code")
14819 (description "This package integrates Prettier with Emacs, and
14820 provides a minor mode that autoformats the buffer upon saving.")
14821 (license license:expat))))
14822
14823 (define-public emacs-fish-mode
14824 (package
14825 (name "emacs-fish-mode")
14826 (version "0.1.4")
14827 (source
14828 (origin
14829 (method git-fetch)
14830 (uri (git-reference
14831 (url "https://github.com/wwwjfy/emacs-fish")
14832 (commit version)))
14833 (file-name (git-file-name name version))
14834 (sha256
14835 (base32
14836 "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"))))
14837 (build-system emacs-build-system)
14838 (home-page "https://github.com/wwwjfy/emacs-fish")
14839 (synopsis "Major mode for Fish shell scripts")
14840 (description "This package provides syntax highlighting and indentation
14841 functions for Fish shell scripts.")
14842 (license license:gpl3+)))
14843
14844 (define-public emacs-eshell-up
14845 (let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
14846 (version "0.0.3")
14847 (revision "12"))
14848 (package
14849 (name "emacs-eshell-up")
14850 (version (git-version version revision commit))
14851 (source
14852 (origin
14853 (method git-fetch)
14854 (uri (git-reference
14855 (url "https://github.com/peterwvj/eshell-up")
14856 (commit commit)))
14857 (file-name (git-file-name name version))
14858 (sha256
14859 (base32
14860 "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
14861 (build-system emacs-build-system)
14862 (home-page "https://github.com/peterwvj/eshell-up")
14863 (synopsis "Quickly go to a parent directory in @code{Eshell}")
14864 (description "This package provides quick navigation to a specific
14865 parent directory using @code{Eshell}.")
14866 (license license:gpl3+))))
14867
14868 (define-public emacs-tco-el
14869 (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
14870 (version "0.3")
14871 (revision "1"))
14872 (package
14873 (name "emacs-tco-el")
14874 (version (git-version version revision commit))
14875 (source
14876 (origin
14877 (method git-fetch)
14878 (uri (git-reference
14879 (url "https://github.com/Wilfred/tco.el")
14880 (commit commit)))
14881 (file-name (git-file-name name version))
14882 (sha256
14883 (base32
14884 "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"))))
14885 (build-system emacs-build-system)
14886 (propagated-inputs
14887 `(("emacs-dash" ,emacs-dash)))
14888 (home-page "https://github.com/Wilfred/tco.el")
14889 (synopsis "Tail-call optimization for Emacs Lisp")
14890 (description "This package provides tail-call optimization for Emacs
14891 Lisp functions that call themselves in tail position.")
14892 (license license:gpl3+))))
14893
14894 (define-public emacs-equake
14895 (let ((commit "ed15fd55cd4f2276161a6f712ed0b83cd10a8cdc")
14896 (version "0.85")
14897 (revision "1"))
14898 (package
14899 (name "emacs-equake")
14900 (version (git-version version revision commit))
14901 (source
14902 (origin
14903 (method git-fetch)
14904 (uri (git-reference
14905 (url "https://gitlab.com/emacsomancer/equake/")
14906 (commit commit)))
14907 (file-name (git-file-name name version))
14908 (sha256
14909 (base32
14910 "04kj88rlnn22gwmmv2gly2ibi6jka6l2cd4979pi6lhlvqqgjdnj"))))
14911 (build-system emacs-build-system)
14912 (propagated-inputs
14913 `(("emacs-dash" ,emacs-dash)
14914 ("emacs-tco-el" ,emacs-tco-el)))
14915 (home-page "https://gitlab.com/emacsomancer/equake/")
14916 (synopsis "Drop-down console for @code{Eshell} and terminal emulators")
14917 (description "This package provides a Quake-style drop-down console
14918 compatible with Emacs' shell modes.")
14919 (license license:gpl3+))))
14920
14921 (define-public emacs-vdiff
14922 (let ((commit "09e15fc932bfd2febe1d4a65780a532394562b07")
14923 (version "0.2.3")
14924 (revision "1"))
14925 (package
14926 (name "emacs-vdiff")
14927 (version (git-version version revision commit))
14928 (source
14929 (origin
14930 (method git-fetch)
14931 (uri (git-reference
14932 (url "https://github.com/justbur/emacs-vdiff/")
14933 (commit commit)))
14934 (file-name (git-file-name name version))
14935 (sha256
14936 (base32
14937 "1gvqi5l4zs872nn4pmj603aza09d81qad2rgijzv268lif8z34db"))))
14938 (build-system emacs-build-system)
14939 (propagated-inputs
14940 `(("emacs-hydra" ,emacs-hydra)))
14941 (home-page "https://github.com/justbur/emacs-vdiff/")
14942 (synopsis "Frontend for diffing based on vimdiff")
14943 (description "This package permits comparisons of two or three buffers
14944 based on diff output.")
14945 (license license:gpl3+))))
14946
14947 (define-public emacs-vdiff-magit
14948 ;; Need to use a more recent commit than the latest release version because
14949 ;; of Magit and Transient
14950 (let ((commit "b100d126c69e5c26a61ae05aa1778bcc4302b597")
14951 (version "0.3.2")
14952 (revision "8"))
14953 (package
14954 (name "emacs-vdiff-magit")
14955 (version (git-version version revision commit))
14956 (source
14957 (origin
14958 (method git-fetch)
14959 (uri (git-reference
14960 (url "https://github.com/justbur/emacs-vdiff-magit/")
14961 (commit commit)))
14962 (file-name (git-file-name name version))
14963 (sha256
14964 (base32
14965 "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"))))
14966 (build-system emacs-build-system)
14967 (propagated-inputs
14968 `(("emacs-vdiff" ,emacs-vdiff)
14969 ("emacs-magit" ,emacs-magit)
14970 ("emacs-transient" ,emacs-transient)))
14971 (home-page "https://github.com/justbur/emacs-vdiff-magit/")
14972 (synopsis "Frontend for diffing based on vimdiff")
14973 (description "This package permits comparisons of two or three buffers
14974 based on diff output.")
14975 (license license:gpl3+))))
14976
14977 (define-public emacs-all-the-icons-dired
14978 (let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
14979 (version "1.0")
14980 (revision "1"))
14981 (package
14982 (name "emacs-all-the-icons-dired")
14983 (version (git-version version revision commit))
14984 (source
14985 (origin
14986 (method git-fetch)
14987 (uri (git-reference
14988 (url "https://github.com/jtbm37/all-the-icons-dired/")
14989 (commit commit)))
14990 (file-name (git-file-name name version))
14991 (sha256
14992 (base32
14993 "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
14994 (build-system emacs-build-system)
14995 (propagated-inputs
14996 `(("emacs-all-the-icons" ,emacs-all-the-icons)))
14997 (home-page "https://github.com/jtbm37/all-the-icons-dired/")
14998 (synopsis "Show icons for each file in @code{dired-mode}")
14999 (description "This package allows icons from @file{all-the-icons.el} to
15000 be used in @code{dired-mode}.")
15001 (license license:gpl3+))))
15002
15003 (define-public emacs-exwm-edit
15004 (let ((commit "961c0f3ea45766b888c73d7353da13d329538034")
15005 (version "0.0.1")
15006 (revision "1"))
15007 (package
15008 (name "emacs-exwm-edit")
15009 (version (git-version version revision commit))
15010 (source
15011 (origin
15012 (method git-fetch)
15013 (uri (git-reference
15014 (url "https://github.com/agzam/exwm-edit/")
15015 (commit commit)))
15016 (file-name (git-file-name name version))
15017 (sha256
15018 (base32
15019 "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw"))))
15020 (build-system emacs-build-system)
15021 (propagated-inputs
15022 `(("emacs-exwm" ,emacs-exwm)))
15023 (home-page "https://github.com/agzam/exwm-edit/")
15024 (synopsis "Open temp buffers for editing text from EXWM buffers")
15025 (description "This package facilitates editing text from EXWM buffers by
15026 generating a temp buffer in which any useful Emacs utilities and modes can be
15027 invoked.")
15028 (license license:gpl3+))))
15029
15030 (define-public emacs-ert-async
15031 (package
15032 (name "emacs-ert-async")
15033 (version "0.1.2")
15034 (source
15035 (origin
15036 (method git-fetch)
15037 (uri (git-reference
15038 (url "https://github.com/rejeep/ert-async.el")
15039 (commit (string-append "v" version))))
15040 (file-name (git-file-name name version))
15041 (sha256
15042 (base32
15043 "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
15044 (build-system emacs-build-system)
15045 (home-page "https://github.com/rejeep/ert-async.el")
15046 (synopsis "Async support for ERT")
15047 (description "This package allows ERT to work with asynchronous tests.")
15048 (license license:gpl3+)))
15049
15050 (define-public emacs-prodigy-el
15051 (let ((commit "701dccaa56de9e6a330c05bde33bce4f3b3d6a97")
15052 (version "0.7.0")
15053 (revision "28"))
15054 (package
15055 (name "emacs-prodigy-el")
15056 (version (git-version version revision commit))
15057 (source
15058 (origin
15059 (method git-fetch)
15060 (uri (git-reference
15061 (url "https://github.com/rejeep/prodigy.el")
15062 (commit commit)))
15063 (file-name (git-file-name name version))
15064 (sha256
15065 (base32
15066 "1vyvxawlayp2nra0q83146q2nzv8qwn5a4nj0sx1jc90a0a83vgj"))))
15067 (build-system emacs-build-system)
15068 (propagated-inputs
15069 `(("emacs-dash" ,emacs-dash)
15070 ("emacs-s" ,emacs-s)
15071 ("emacs-f" ,emacs-f)))
15072 (native-inputs
15073 `(("emacs-el-mock" ,emacs-el-mock)
15074 ("emacs-ert-async" ,emacs-ert-async)))
15075 (home-page "https://github.com/rejeep/prodigy.el")
15076 (synopsis "Manage external services from within Emacs")
15077 (description "This package provides a GUI for defining and monitoring services.")
15078 (license license:gpl3+))))
15079
15080 (define-public emacs-web-server
15081 (let ((commit "cafa5b7582c57252a0884b2c33da9b18fb678713")
15082 (version "0.1.1")
15083 (revision "1"))
15084 (package
15085 (name "emacs-web-server")
15086 (version (git-version version revision commit))
15087 (source
15088 (origin
15089 (method git-fetch)
15090 (uri (git-reference
15091 (url "https://github.com/eschulte/emacs-web-server/")
15092 (commit commit)))
15093 (file-name (git-file-name name version))
15094 (sha256
15095 (base32
15096 "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y"))))
15097 (build-system emacs-build-system)
15098 (home-page "https://github.com/eschulte/emacs-web-server/")
15099 (synopsis "Web server with handlers in Emacs Lisp")
15100 (description "This package supports HTTP GET and POST requests with
15101 url-encoded parameters, as well as web sockets.")
15102 (license license:gpl3+))))
15103
15104 (define-public emacs-markdown-preview-mode
15105 (package
15106 (name "emacs-markdown-preview-mode")
15107 (version "0.9.2")
15108 (source
15109 (origin
15110 (method git-fetch)
15111 (uri (git-reference
15112 (url "https://github.com/ancane/markdown-preview-mode")
15113 (commit (string-append "v" version))))
15114 (file-name (git-file-name name version))
15115 (sha256
15116 (base32
15117 "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"))))
15118 (build-system emacs-build-system)
15119 (propagated-inputs
15120 `(("emacs-markdown-mode" ,emacs-markdown-mode)
15121 ("emacs-websocket" ,emacs-websocket)
15122 ("emacs-web-server" ,emacs-web-server)))
15123 (arguments '(#:include '("\\.el$" "\\.html$")))
15124 (home-page "https://github.com/ancane/markdown-preview-mode")
15125 (synopsis "Live web development in Emacs")
15126 (description "This package provides a minor mode for preview of Markdown
15127 files, and sends rendered Markdown to a web browser.")
15128 (license license:gpl3+)))
15129
15130 (define-public emacs-dotenv-mode
15131 (package
15132 (name "emacs-dotenv-mode")
15133 (version "0.2.4")
15134 (source
15135 (origin
15136 (method git-fetch)
15137 (uri (git-reference
15138 (url "https://github.com/preetpalS/emacs-dotenv-mode")
15139 (commit (string-append "v" version))))
15140 (file-name (git-file-name name version))
15141 (sha256
15142 (base32
15143 "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
15144 (build-system emacs-build-system)
15145 (home-page "https://github.com/preetpalS/emacs-dotenv-mode")
15146 (synopsis "Major mode for @file{.env} files")
15147 (description "This package provides syntax highlighting for @file{.env}
15148 files.")
15149 (license license:gpl3+)))
15150
15151 (define-public emacs-add-node-modules-path
15152 (let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
15153 (version "1.2.0")
15154 (revision "10"))
15155 (package
15156 (name "emacs-add-node-modules-path")
15157 (version (git-version version revision commit))
15158 (source
15159 (origin
15160 (method git-fetch)
15161 (uri (git-reference
15162 (url "https://github.com/codesuki/add-node-modules-path")
15163 (commit commit)))
15164 (file-name (git-file-name name version))
15165 (sha256
15166 (base32
15167 "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
15168 (build-system emacs-build-system)
15169 (home-page "https://github.com/codesuki/add-node-modules-path")
15170 (synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
15171 (description "This package searches the parent directories of the
15172 current file for the project's @file{node_modules/.bin/} directory, allowing
15173 Emacs to find project-specific installations of packages.")
15174 (license license:expat))))
15175
15176 (define-public emacs-flow-minor-mode
15177 (let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
15178 (version "0.3")
15179 (revision "4"))
15180 (package
15181 (name "emacs-flow-minor-mode")
15182 (version (git-version version revision commit))
15183 (source
15184 (origin
15185 (method git-fetch)
15186 (uri (git-reference
15187 (url "https://github.com/an-sh/flow-minor-mode")
15188 (commit commit)))
15189 (file-name (git-file-name name version))
15190 (sha256
15191 (base32
15192 "169r4ib9qg9q6fm3p0p23qs1qx4pa9pg1qvyq4ysr85i7kwygppl"))))
15193 (build-system emacs-build-system)
15194 (home-page "https://github.com/an-sh/flow-minor-mode")
15195 (synopsis "Minor mode for JavaScript Flow files")
15196 (description "This package integrates Flow with Emacs, allowing for
15197 definition-jumping and type-checking on demand.")
15198 (license license:bsd-3))))
15199
15200 (define-public emacs-rjsx-mode
15201 (let ((commit "03dd8d1683501e81b58674d64c3032b7b718402c")
15202 (version "0.4.0")
15203 (revision "35"))
15204 (package
15205 (name "emacs-rjsx-mode")
15206 (version (git-version version revision commit))
15207 (source
15208 (origin
15209 (method git-fetch)
15210 (uri (git-reference
15211 (url "https://github.com/felipeochoa/rjsx-mode")
15212 (commit commit)))
15213 (file-name (git-file-name name version))
15214 (sha256
15215 (base32
15216 "1kc44g9f38klpjklmz9n50a28nqv7prz6ck6ghdr6bnj1s98pb8a"))))
15217 (build-system emacs-build-system)
15218 (propagated-inputs
15219 `(("emacs-js2-mode" ,emacs-js2-mode)))
15220 (home-page "https://github.com/felipeochoa/rjsx-mode")
15221 (synopsis "Major mode for JSX files")
15222 (description "This package extends the parser of @code{js2-mode} to
15223 support JSX syntax.")
15224 (license license:expat))))
15225
15226 (define-public emacs-origami-el
15227 (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
15228 (version "1.0")
15229 (revision "1"))
15230 (package
15231 (name "emacs-origami-el")
15232 (version (git-version version revision commit))
15233 (source
15234 (origin
15235 (method git-fetch)
15236 (uri (git-reference
15237 (url "https://github.com/gregsexton/origami.el")
15238 (commit commit)))
15239 (file-name (git-file-name name version))
15240 (sha256
15241 (base32
15242 "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
15243 (build-system emacs-build-system)
15244 (propagated-inputs
15245 `(("emacs-dash" ,emacs-dash)
15246 ("emacs-s" ,emacs-s)))
15247 (home-page "https://github.com/gregsexton/origami.el")
15248 (synopsis "Flexible text-folding")
15249 (description "This package provides a minor mode for collapsing and
15250 expanding regions of text without modifying the actual contents.")
15251 (license license:expat))))
15252
15253 (define-public emacs-peep-dired
15254 (let ((commit "c88a9a3050197840edfe145f11e0bb9488de32f4")
15255 (version "0")
15256 (revision "1"))
15257 (package
15258 (name "emacs-peep-dired")
15259 (version (git-version version revision commit))
15260 (source
15261 (origin
15262 (method git-fetch)
15263 (uri (git-reference
15264 (url "https://github.com/asok/peep-dired")
15265 (commit commit)))
15266 (file-name (git-file-name name version))
15267 (sha256
15268 (base32
15269 "1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"))))
15270 (build-system emacs-build-system)
15271 (home-page "https://github.com/asok/peep-dired")
15272 (synopsis "Preview files in another window")
15273 (description "This package provides a minor mode that allows files to be
15274 previewed by scrolling up and down within a @code{dired} buffer.")
15275 (license license:gpl3+))))
15276
15277 (define-public emacs-counsel-etags
15278 (package
15279 (name "emacs-counsel-etags")
15280 (version "1.8.3")
15281 (source
15282 (origin
15283 (method git-fetch)
15284 (uri (git-reference
15285 (url "https://github.com/redguardtoo/counsel-etags")
15286 (commit version)))
15287 (file-name (git-file-name name version))
15288 (sha256
15289 (base32
15290 "1d8nlrbsyza6q7yqm9248bxxsf49qf6hchg3zwv0l11acn3w8np5"))))
15291 (build-system emacs-build-system)
15292 (propagated-inputs
15293 `(("emacs-ivy" ,emacs-ivy)))
15294 (home-page "https://github.com/redguardtoo/counsel-etags")
15295 (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
15296 (description "This package uses @code{ivy-mode} to facilitate navigating
15297 and searching through @code{Ctags} files.")
15298 (license license:gpl3+)))
15299
15300 (define-public emacs-helm-dash
15301 (let ((commit "192b862185df661439a06de644791171e899348a")
15302 (version "1.3.0")
15303 (revision "18"))
15304 (package
15305 (name "emacs-helm-dash")
15306 (version (git-version version revision commit))
15307 (source
15308 (origin
15309 (method git-fetch)
15310 (uri (git-reference
15311 (url "https://github.com/areina/helm-dash")
15312 (commit commit)))
15313 (file-name (git-file-name name version))
15314 (sha256
15315 (base32
15316 "06am5vnr4hsxkvh2b8q8kb80y5x1h3qyv7gwggswwhfa7w2vba3w"))))
15317 (build-system emacs-build-system)
15318 (propagated-inputs
15319 `(("emacs-helm" ,emacs-helm)))
15320 (home-page "https://github.com/areina/helm-dash")
15321 (synopsis "Offline documentation browser for APIs using Dash docsets")
15322 (description "This package uses Helm to install and navigate through
15323 Dash docsets.")
15324 (license license:gpl3+))))
15325
15326 (define-public emacs-counsel-dash
15327 (let ((commit "07fa74a94ff4da5b6c8c4810f5e143e701b480d2")
15328 (version "0.1.3")
15329 (revision "3"))
15330 (package
15331 (name "emacs-counsel-dash")
15332 (version (git-version version revision commit))
15333 (source
15334 (origin
15335 (method git-fetch)
15336 (uri (git-reference
15337 (url "https://github.com/nathankot/counsel-dash")
15338 (commit commit)))
15339 (file-name (git-file-name name version))
15340 (sha256
15341 (base32
15342 "17h2m9zsadq270mkq12kmdzmpbfjiwjbg8n1rg2apqnm1ndgcwf8"))))
15343 (build-system emacs-build-system)
15344 (propagated-inputs
15345 `(("emacs-helm-dash" ,emacs-helm-dash)
15346 ("emacs-dash" ,emacs-dash)
15347 ("emacs-ivy" ,emacs-ivy)))
15348 (home-page "https://github.com/nathankot/counsel-dash")
15349 (synopsis "Offline documentation browser for APIs using Dash docsets")
15350 (description "This package uses @code{ivy-mode} to install and navigate
15351 through Dash docsets.")
15352 (license license:expat))))
15353
15354 (define-public emacs-el-patch
15355 (package
15356 (name "emacs-el-patch")
15357 (version "2.2.3")
15358 (source
15359 (origin
15360 (method git-fetch)
15361 (uri (git-reference
15362 (url "https://github.com/raxod502/el-patch")
15363 (commit version)))
15364 (file-name (git-file-name name version))
15365 (sha256
15366 (base32
15367 "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"))))
15368 (build-system emacs-build-system)
15369 (home-page "https://github.com/raxod502/el-patch")
15370 (synopsis "Future-proof your Emacs customizations")
15371 (description "This package allows for an alternate definition of an Elisp
15372 function to be specified and for any differences from the original definition
15373 to be examined using Ediff.")
15374 (license license:expat)))
15375
15376 (define-public emacs-info-plus
15377 (let ((commit "b837d710f7d58db586116cf6f75e75a9a074bc4b")
15378 (version "5101")
15379 (revision "55"))
15380 (package
15381 (name "emacs-info-plus")
15382 (version (git-version version revision commit))
15383 (source
15384 (origin
15385 (method git-fetch)
15386 (uri (git-reference
15387 (url "https://github.com/emacsmirror/info-plus")
15388 (commit commit)))
15389 (file-name (git-file-name name version))
15390 (sha256
15391 (base32
15392 "1knyjkdm4rcs3qrc51jllw46ph7ycq5zxnvl70ydchzfwava43h6"))))
15393 (build-system emacs-build-system)
15394 (home-page "https://github.com/emacsmirror/info-plus")
15395 (synopsis "Extensions to @file{info.el}")
15396 (description "This package extends Emacs' @file{info.el} by allowing
15397 outline-enabled table of contents, additional metadata association for Info
15398 nodes, and more.")
15399 (license license:gpl2+))))
15400
15401 (define-public emacs-eval-sexp-fu-el
15402 (package
15403 (name "emacs-eval-sexp-fu-el")
15404 (version "0.5.0")
15405 (source
15406 (origin
15407 (method git-fetch)
15408 (uri (git-reference
15409 (url "https://github.com/hchbaw/eval-sexp-fu.el")
15410 (commit (string-append "v" version))))
15411 (file-name (git-file-name name version))
15412 (sha256
15413 (base32
15414 "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
15415 (build-system emacs-build-system)
15416 (home-page "https://github.com/hchbaw/eval-sexp-fu.el")
15417 (synopsis "Enhancements for evaluating s-expressions")
15418 (description "This package provides provides variants of
15419 @code{eval-last-sexp} that work on the containing list or s-expression, as
15420 well as an option for visually flashing evaluated s-expressions.")
15421 (license license:gpl3+)))
15422
15423 (define-public emacs-counsel-tramp
15424 (package
15425 (name "emacs-counsel-tramp")
15426 (version "0.6.3")
15427 (source
15428 (origin
15429 (method git-fetch)
15430 (uri (git-reference
15431 (url "https://github.com/masasam/emacs-counsel-tramp")
15432 (commit version)))
15433 (file-name (git-file-name name version))
15434 (sha256
15435 (base32
15436 "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
15437 (build-system emacs-build-system)
15438 (propagated-inputs
15439 `(("emacs-ivy" ,emacs-ivy)))
15440 (home-page "https://github.com/masasam/emacs-counsel-tramp")
15441 (synopsis "Ivy interface for TRAMP")
15442 (description "This package allows @code{ivy-mode} to display and filter
15443 SSH servers.")
15444 (license license:gpl3+)))
15445
15446 (define-public emacs-eacl
15447 (package
15448 (name "emacs-eacl")
15449 (version "2.0.1")
15450 (source
15451 (origin
15452 (method git-fetch)
15453 (uri (git-reference
15454 (url "https://github.com/redguardtoo/eacl")
15455 (commit version)))
15456 (file-name (git-file-name name version))
15457 (sha256
15458 (base32
15459 "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
15460 (build-system emacs-build-system)
15461 (propagated-inputs
15462 `(("emacs-ivy" ,emacs-ivy)))
15463 (home-page "https://github.com/redguardtoo/eacl")
15464 (synopsis "Auto-complete lines by using @code{grep} on a project")
15465 (description "This package provides auto-completion cammands for single
15466 and multiple lines of code in a project.")
15467 (license license:gpl3+)))
15468
15469 (define-public emacs-semantic-refactor
15470 ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
15471 ;; commits since then.
15472 (let ((commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5"))
15473 (package
15474 (name "emacs-semantic-refactor")
15475 (version (git-version "0.5" "1" commit))
15476 (source
15477 (origin
15478 (method git-fetch)
15479 (uri (git-reference
15480 (url "https://github.com/tuhdo/semantic-refactor")
15481 (commit commit)))
15482 (file-name (git-file-name name version))
15483 (sha256
15484 (base32
15485 "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"))))
15486 (build-system emacs-build-system)
15487 (home-page "https://github.com/tuhdo/semantic-refactor")
15488 (synopsis "Refactoring tool for C/C++ and Lisp dialects")
15489 (description "This package provides a refactoring tool based on the
15490 Emacs Semantic parser framework. For C and C++ it supports operations such as:
15491
15492 @enumerate
15493 @item Generating class implementations
15494 @item Generating function prototypes
15495 @item Converting functions to function pointers
15496 @item Moving semantic units
15497 @item etc...
15498 @end enumerate
15499
15500 For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such
15501 as:
15502
15503 @enumerate
15504 @item Formatting the whole buffer
15505 @item Converting sexpressions to one or multiple lines
15506 @item etc...
15507 @end enumerate\n")
15508 (license license:gpl3+))))
15509
15510 (define-public emacs-nhexl-mode
15511 (package
15512 (name "emacs-nhexl-mode")
15513 (version "1.2")
15514 (source
15515 (origin
15516 (method url-fetch)
15517 (uri (string-append
15518 "https://elpa.gnu.org/packages/nhexl-mode-"
15519 version ".el"))
15520 (sha256
15521 (base32
15522 "031h22p564qdvr9khs05qcba06pmsk68cr7zyc7c04hfr3y3ziaf"))))
15523 (build-system emacs-build-system)
15524 (home-page "http://elpa.gnu.org/packages/nhexl-mode.html")
15525 (synopsis "Minor mode to edit files via hex-dump format")
15526 (description
15527 "This package implements NHexl mode, a minor mode for editing files
15528 in hex dump format. The mode command is called @command{nhexl-mode}.
15529
15530 This minor mode implements similar functionality to @command{hexl-mode},
15531 but using a different implementation technique, which makes it
15532 usable as a \"plain\" minor mode. It works on any buffer, and does
15533 not mess with the undo log or with the major mode.
15534
15535 It also comes with:
15536
15537 @itemize
15538 @item @command{nhexl-nibble-edit-mode}: a \"nibble editor\" minor mode, where
15539 the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys
15540 (which only work for hex-digits) will only modify the nibble under point.
15541 @item @command{nhexl-overwrite-only-mode}: a minor mode to try and avoid
15542 moving text. In this minor mode, not only self-inserting keys overwrite
15543 existing text, but commands like `yank' and @command{kill-region} as well.
15544 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
15545 C-f} to advance by #xa4 characters.
15546 @end itemize\n")
15547 (license license:gpl3+)))
15548
15549 (define-public emacs-helm-wikipedia
15550 (let ((commit "126f044e0a0e1432e0791c33ce2a41875d704a9b"))
15551 (package
15552 (name "emacs-helm-wikipedia")
15553 (version (git-version "0.0.0" "1" commit))
15554 (home-page "https://github.com/emacs-helm/helm-wikipedia/")
15555 (source
15556 (origin
15557 (method git-fetch)
15558 (uri (git-reference
15559 (url home-page)
15560 (commit commit)))
15561 (file-name (git-file-name name version))
15562 (sha256
15563 (base32
15564 "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
15565 (build-system emacs-build-system)
15566 (inputs
15567 `(("helm" ,emacs-helm)))
15568 (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
15569 (description
15570 "This package provides an Emacs Helm interface for search suggestions
15571 and article extracts for Wikipedia.")
15572 (license license:gpl3+))))
15573
15574 (define-public emacs-webfeeder
15575 (package
15576 (name "emacs-webfeeder")
15577 (version "1.0.0")
15578 (source
15579 (origin
15580 (method url-fetch)
15581 (uri (string-append
15582 "https://elpa.gnu.org/packages/webfeeder-"
15583 version
15584 ".tar"))
15585 (sha256
15586 (base32
15587 "06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
15588 (build-system emacs-build-system)
15589 (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
15590 (synopsis "Build RSS and Atom webfeeds from HTML files")
15591 (description
15592 "Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML
15593 files. The various elements of the HTML input are parsed with customizable
15594 functions (e.g. @code{webfeeder-title-function}).")
15595 (license license:gpl3+)))
15596
15597 (define-public emacs-evil-numbers
15598 (let ((commit "6ea1c8c3a9b37bed63d48f1128e9a4910e68187e"))
15599 (package
15600 (name "emacs-evil-numbers")
15601 (version (git-version "0.4" "1" commit))
15602 (source (origin
15603 (method git-fetch)
15604 (uri (git-reference
15605 (url "https://github.com/dieggsy/evil-numbers")
15606 (commit commit)))
15607 (file-name (git-file-name name version))
15608 (sha256
15609 (base32
15610 "1aq95hj8x13py0pwsnc6wvd8cc5yv5qin8ym9js42y5966vwj4np"))))
15611 (build-system emacs-build-system)
15612 (home-page "https://github.com/dieggsy/evil-numbers")
15613 (synopsis "Increment and decrement numbers in Emacs")
15614 (description "This package increments and decrements binary, octal,
15615 decimal and hex literals. It works like C-a/C-x in Vim, i.e. searches for
15616 number up to EOL and then increments or decrements and keeps zero padding up
15617 (unlike in Vim). When a region is active, as in Evil's visual mode, all the
15618 numbers within that region will be incremented/decremented (unlike in Vim).
15619
15620 It is a fork of https://github.com/cofi/evil-numbers, which is unmaintained.")
15621 (license license:gpl3+))))
15622
15623 (define-public emacs-rotate-text
15624 (package
15625 (name "emacs-rotate-text")
15626 (version "0.1")
15627 (source (origin
15628 (method git-fetch)
15629 (uri (git-reference
15630 (url "https://github.com/nschum/rotate-text.el.git")
15631 (commit version)))
15632 (file-name (git-file-name name version))
15633 (sha256
15634 (base32
15635 "1cgxv4aibkvv6lnssynn0438a615fz3zq8hg9sb0lhfgsr99pxln"))))
15636 (build-system emacs-build-system)
15637 (home-page "http://nschum.de/src/emacs/rotate-text/")
15638 (synopsis "Cycle through words, symbols and patterns in Emacs")
15639 (description "@code{rotate-text} allows you rotate to commonly
15640 interchanged text with a single keystroke. For example, you can toggle
15641 between \"frame-width\" and \"frame-height\", between \"public\",
15642 \"protected\" and \"private\" and between \"variable1\", \"variable2\" through
15643 \"variableN\".")
15644 (license license:gpl2+)))
15645
15646 (define-public emacs-ediprolog
15647 (package
15648 (name "emacs-ediprolog")
15649 (version "1.2")
15650 (source
15651 (origin
15652 (method url-fetch)
15653 (uri (string-append
15654 "https://elpa.gnu.org/packages/ediprolog-"
15655 version
15656 ".el"))
15657 (sha256
15658 (base32
15659 "039ffvp7c810mjyargmgw1i87g0z8qs8qicq826sd9aiz9hprfaz"))))
15660 (build-system emacs-build-system)
15661 (home-page "http://elpa.gnu.org/packages/ediprolog.html")
15662 (synopsis "Emacs Does Interactive Prolog")
15663 (description "This package provides a major mode that let the user
15664 interact with SWI-Prolog in all buffers. For instance, one can consult Prolog
15665 programs and evaluate embedded queries. This mode is focused on the command
15666 @code{ediprolog-dwim} (Do What I Mean) which is supposed to, depending on the
15667 context, carry out the appropriate action.")
15668 (license license:gpl3+)))
15669
15670 (define-public emacs-evil-cleverparens
15671 (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
15672 (revision "1"))
15673 (package
15674 (name "emacs-evil-cleverparens")
15675 (version (git-version "2017-07-17" revision commit))
15676 (source (origin
15677 (method git-fetch)
15678 (uri (git-reference
15679 (url "https://github.com/luxbock/evil-cleverparens.git")
15680 (commit commit)))
15681 (sha256 (base32 "0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
15682 (file-name (git-file-name name version))))
15683 (build-system emacs-build-system)
15684 (propagated-inputs
15685 `(("emacs-evil" ,emacs-evil)
15686 ("emacs-paredit" ,emacs-paredit)
15687 ("emacs-smartparens" ,emacs-smartparens)))
15688 (home-page "https://github.com/luxbock/evil-cleverparens")
15689 (synopsis "Emacs modal editing optimized for editing Lisp")
15690 (description "@code{evil-cleverparens} remaps Evil keybindings to allow
15691 modal editing with screwing up the structure of Lisp code. Alternatives for
15692 verb commands which would are normally destructive (such as deletion) are
15693 provided. Those alternative commands are and bound by default to their
15694 corresponding Evil keys.")
15695 (license license:expat))))