gnu: emacs-dired-hacks: Update to 0.0.1-1.2c12345.
[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 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 ;;;
48 ;;; This file is part of GNU Guix.
49 ;;;
50 ;;; GNU Guix is free software; you can redistribute it and/or modify it
51 ;;; under the terms of the GNU General Public License as published by
52 ;;; the Free Software Foundation; either version 3 of the License, or (at
53 ;;; your option) any later version.
54 ;;;
55 ;;; GNU Guix is distributed in the hope that it will be useful, but
56 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
57 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58 ;;; GNU General Public License for more details.
59 ;;;
60 ;;; You should have received a copy of the GNU General Public License
61 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
62
63 (define-module (gnu packages emacs-xyz)
64 #:use-module ((guix licenses) #:prefix license:)
65 #:use-module (guix packages)
66 #:use-module (guix cvs-download)
67 #:use-module (guix download)
68 #:use-module (guix git-download)
69 #:use-module (guix build-system gnu)
70 #:use-module (guix build-system cmake)
71 #:use-module (guix build-system emacs)
72 #:use-module (guix build-system glib-or-gtk)
73 #:use-module (guix build-system perl)
74 #:use-module (guix build-system trivial)
75 #:use-module (gnu packages)
76 #:use-module (gnu packages admin)
77 #:use-module (gnu packages audio)
78 #:use-module (gnu packages bash)
79 #:use-module (gnu packages cmake)
80 #:use-module (gnu packages code)
81 #:use-module (gnu packages databases)
82 #:use-module (gnu packages emacs)
83 #:use-module (gnu packages guile)
84 #:use-module (gnu packages gtk)
85 #:use-module (gnu packages gnome)
86 #:use-module (gnu packages ncurses)
87 #:use-module (gnu packages python)
88 #:use-module (gnu packages python-xyz)
89 #:use-module (gnu packages tex)
90 #:use-module (gnu packages texinfo)
91 #:use-module (gnu packages tcl)
92 #:use-module (gnu packages tls)
93 #:use-module (gnu packages pkg-config)
94 #:use-module (gnu packages xorg)
95 #:use-module (gnu packages lesstif)
96 #:use-module (gnu packages llvm)
97 #:use-module (gnu packages image)
98 #:use-module (gnu packages linux)
99 #:use-module (gnu packages libevent)
100 #:use-module (gnu packages music)
101 #:use-module (gnu packages version-control)
102 #:use-module (gnu packages imagemagick)
103 #:use-module (gnu packages w3m)
104 #:use-module (gnu packages wget)
105 #:use-module (gnu packages autotools)
106 #:use-module (gnu packages base)
107 #:use-module (gnu packages compression)
108 #:use-module (gnu packages xml)
109 #:use-module (gnu packages glib)
110 #:use-module (gnu packages acl)
111 #:use-module (gnu packages mail)
112 #:use-module (gnu packages package-management)
113 #:use-module (gnu packages perl)
114 #:use-module (gnu packages pdf)
115 #:use-module (gnu packages scheme)
116 #:use-module (gnu packages speech)
117 #:use-module (gnu packages xiph)
118 #:use-module (gnu packages mp3)
119 #:use-module (gnu packages gettext)
120 #:use-module (gnu packages fribidi)
121 #:use-module (gnu packages gd)
122 #:use-module (gnu packages fontutils)
123 #:use-module (gnu packages password-utils)
124 #:use-module (gnu packages pulseaudio)
125 #:use-module (gnu packages xdisorg)
126 #:use-module (gnu packages shells)
127 #:use-module (gnu packages sqlite)
128 #:use-module (gnu packages gnupg)
129 #:use-module (gnu packages video)
130 #:use-module (gnu packages haskell)
131 #:use-module (gnu packages wordnet)
132 #:use-module (guix utils)
133 #:use-module (srfi srfi-1)
134 #:use-module (ice-9 match))
135
136 ;;;
137 ;;; Emacs hacking.
138 ;;;
139
140 (define-public emacs-geiser
141 (package
142 (name "emacs-geiser")
143 (version "0.10")
144 (source (origin
145 (method url-fetch)
146 (uri (string-append "mirror://savannah/geiser/" version
147 "/geiser-" version ".tar.gz"))
148 (sha256
149 (base32
150 "0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))
151 (build-system gnu-build-system)
152 (arguments
153 '(#:phases
154 (modify-phases %standard-phases
155 (add-after 'install 'post-install
156 (lambda* (#:key outputs #:allow-other-keys)
157 (symlink "geiser-install.el"
158 (string-append (assoc-ref outputs "out")
159 "/share/emacs/site-lisp/"
160 "geiser-autoloads.el"))
161 #t)))))
162 (inputs `(("guile" ,guile-2.2)))
163 (native-inputs `(("emacs" ,emacs-minimal)))
164 (home-page "https://nongnu.org/geiser/")
165 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
166 (description
167 "Geiser is a collection of Emacs major and minor modes that conspire with
168 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
169 continuously running Scheme interpreter takes the center of the stage in
170 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
171 implementation, Emacs and, ultimately, the schemer, giving them access to live
172 metadata.")
173 (license license:bsd-3)))
174
175 (define-public geiser
176 (deprecated-package "geiser" emacs-geiser))
177
178 (define-public emacs-paredit
179 (package
180 (name "emacs-paredit")
181 (version "24")
182 (source (origin
183 (method url-fetch)
184 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
185 version ".el"))
186 (sha256
187 (base32
188 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
189 (build-system emacs-build-system)
190 (home-page "http://mumble.net/~campbell/emacs/paredit/")
191 (synopsis "Emacs minor mode for editing parentheses")
192 (description
193 "ParEdit (paredit.el) is a minor mode for performing structured editing
194 of S-expression data. The typical example of this would be Lisp or Scheme
195 source code.
196
197 ParEdit helps **keep parentheses balanced** and adds many keys for moving
198 S-expressions and moving around in S-expressions. Its behavior can be jarring
199 for those who may want transient periods of unbalanced parentheses, such as
200 when typing parentheses directly or commenting out code line by line.")
201 (license license:gpl3+)))
202
203 (define-public paredit
204 (deprecated-package "paredit" emacs-paredit))
205
206 (define-public git-modes
207 (package
208 (name "emacs-git-modes")
209 (version "1.2.8")
210 (source (origin
211 (method git-fetch)
212 (uri (git-reference
213 (url "https://github.com/magit/git-modes")
214 (commit version)))
215 (file-name (git-file-name name version))
216 (sha256
217 (base32
218 "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"))))
219 (build-system emacs-build-system)
220 (home-page "https://github.com/magit/git-modes")
221 (synopsis "Emacs major modes for Git configuration files")
222 (description
223 "This package provides Emacs major modes for editing various Git
224 configuration files, such as .gitattributes, .gitignore, and .git/config.")
225 (license license:gpl3+)))
226
227 (define-public git-modes/old-name
228 (deprecated-package "git-modes" git-modes))
229
230 (define-public emacs-with-editor
231 (package
232 (name "emacs-with-editor")
233 (version "2.8.0")
234 (source (origin
235 (method git-fetch)
236 (uri (git-reference
237 (url "https://github.com/magit/with-editor.git")
238 (commit (string-append "v" version))))
239 (file-name (git-file-name name version))
240 (sha256
241 (base32
242 "1bbzvxnjpxqyvi808isld025b3pcidn4r2xf8hnk9bmzcfdvdr6q"))))
243 (build-system emacs-build-system)
244 (propagated-inputs
245 `(("emacs-dash" ,emacs-dash)))
246 (home-page "https://github.com/magit/with-editor")
247 (synopsis "Emacs library for using Emacsclient as EDITOR")
248 (description
249 "This package provides an Emacs library to use the Emacsclient as
250 @code{$EDITOR} of child processes, making sure they know how to call home.
251 For remote processes a substitute is provided, which communicates with Emacs
252 on stdout instead of using a socket as the Emacsclient does.")
253 (license license:gpl3+)))
254
255 (define-public emacs-magit
256 ;; Version 2.90.1 has trouble loading the transient library,
257 ;; so we use a more recent commit that fixes it.
258 (let ((commit "b4aec016b5577afa8d889f258b499814d1bb1d94"))
259 (package
260 (name "emacs-magit")
261 (version (git-version "2.90.1" "1" commit))
262 (source (origin
263 (method git-fetch)
264 (uri (git-reference
265 (url "https://github.com/magit/magit")
266 (commit commit)))
267 (file-name (git-file-name name version))
268 (sha256
269 (base32
270 "0zl7v6z0y50pcgqsf2r8c1k3r5nwjad9ba7r6sgrnf4rc62br7jv"))))
271 (build-system gnu-build-system)
272 (native-inputs `(("texinfo" ,texinfo)
273 ("emacs" ,emacs-minimal)))
274 (inputs
275 `(("git" ,git)
276 ("perl" ,perl)))
277 (propagated-inputs
278 `(("dash" ,emacs-dash)
279 ("with-editor" ,emacs-with-editor)
280 ("transient" ,emacs-transient)))
281 (arguments
282 `(#:modules ((guix build gnu-build-system)
283 (guix build utils)
284 (guix build emacs-utils))
285 #:imported-modules (,@%gnu-build-system-modules
286 (guix build emacs-utils))
287 #:test-target "test"
288 #:tests? #f ; tests are not included in the release
289
290 #:make-flags
291 (list (string-append "PREFIX=" %output)
292 ;; Don't put .el files in a sub-directory.
293 (string-append "lispdir=" %output "/share/emacs/site-lisp")
294 (string-append "DASH_DIR="
295 (assoc-ref %build-inputs "dash")
296 "/share/emacs/site-lisp/guix.d/dash-"
297 ,(package-version emacs-dash))
298 (string-append "WITH_EDITOR_DIR="
299 (assoc-ref %build-inputs "with-editor")
300 "/share/emacs/site-lisp/guix.d/with-editor-"
301 ,(package-version emacs-with-editor))
302 (string-append "TRANSIENT_DIR="
303 (assoc-ref %build-inputs "transient")
304 "/share/emacs/site-lisp/guix.d/transient-"
305 ,(package-version emacs-transient)))
306
307 #:phases
308 (modify-phases %standard-phases
309 (delete 'configure)
310 (add-before
311 'build 'patch-exec-paths
312 (lambda* (#:key inputs #:allow-other-keys)
313 (let ((perl (assoc-ref inputs "perl")))
314 (make-file-writable "lisp/magit-sequence.el")
315 (emacs-substitute-variables "lisp/magit-sequence.el"
316 ("magit-perl-executable" (string-append perl "/bin/perl")))
317 #t))))))
318 (home-page "https://magit.vc/")
319 (synopsis "Emacs interface for the Git version control system")
320 (description
321 "With Magit, you can inspect and modify your Git repositories with Emacs.
322 You can review and commit the changes you have made to the tracked files, for
323 example, and you can browse the history of past changes. There is support for
324 cherry picking, reverting, merging, rebasing, and other common Git
325 operations.")
326 (license license:gpl3+))))
327
328 (define-public magit
329 (deprecated-package "magit" emacs-magit))
330
331 (define-public emacs-magit-svn
332 (let ((commit "9e33ceee32f665db59909e1c00a667ccdd04178f"))
333 (package
334 (name "emacs-magit-svn")
335 (version (git-version "2.2.1" "1" commit))
336 (source (origin
337 (method git-fetch)
338 (uri (git-reference
339 (url "https://github.com/magit/magit-svn")
340 (commit commit)))
341 (file-name (git-file-name name version))
342 (sha256
343 (base32
344 "1mlqz8dh6jy5rv72lgkxv253dgh73fmbaidskicypapvbl3lr6xy"))))
345 (build-system trivial-build-system)
346 (native-inputs `(("emacs" ,emacs-minimal)))
347 (propagated-inputs `(("dash" ,emacs-dash)
348 ("with-editor" ,emacs-with-editor)
349 ("magit" ,emacs-magit)
350 ("transient" ,emacs-transient)))
351 (arguments
352 `(#:modules ((guix build utils)
353 (guix build emacs-utils))
354
355 #:builder
356 (begin
357 (use-modules (guix build utils)
358 (guix build emacs-utils))
359
360 (let ((emacs (string-append (assoc-ref %build-inputs "emacs")
361 "/bin/emacs"))
362 (magit (string-append (assoc-ref %build-inputs "magit")
363 "/share/emacs/site-lisp"))
364 (transient (string-append (assoc-ref %build-inputs "transient")
365 "/share/emacs/site-lisp/guix.d/transient-"
366 ,(package-version emacs-transient)))
367 (dash (string-append (assoc-ref %build-inputs "dash")
368 "/share/emacs/site-lisp/guix.d/dash-"
369 ,(package-version emacs-dash)))
370 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
371 "/share/emacs/site-lisp/guix.d/with-editor-"
372 ,(package-version emacs-with-editor)))
373 (source (assoc-ref %build-inputs "source"))
374 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
375
376 (install-file (string-append source "/magit-svn.el")
377 lisp-dir)
378
379 (with-directory-excursion lisp-dir
380 (parameterize ((%emacs emacs))
381 (emacs-generate-autoloads ,name lisp-dir)
382 (setenv "EMACSLOADPATH"
383 (string-append ":" magit ":" transient
384 ":" dash ":" with-editor))
385 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))
386 #t))))
387 (home-page "https://github.com/magit/magit-svn")
388 (synopsis "Git-SVN extension to Magit")
389 (description
390 "This package is an extension to Magit, the Git Emacs mode, providing
391 support for Git-SVN.")
392 (license license:gpl3+))))
393
394 (define-public magit-svn
395 (deprecated-package "magit-svn" emacs-magit-svn))
396
397 (define-public emacs-magit-popup
398 (package
399 (name "emacs-magit-popup")
400 (version "2.12.5")
401 (source (origin
402 (method git-fetch)
403 (uri (git-reference
404 (url "https://github.com/magit/magit-popup.git")
405 (commit (string-append "v" version))))
406 (file-name (git-file-name name version))
407 (sha256
408 (base32
409 "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
410 (build-system emacs-build-system)
411 (arguments
412 `(#:phases
413 (modify-phases %standard-phases
414 (add-before 'install 'make-info
415 (lambda _
416 (invoke "make" "info"))))))
417 (native-inputs
418 `(("texinfo" ,texinfo)))
419 (propagated-inputs
420 `(("emacs-dash" ,emacs-dash)))
421 (home-page "https://github.com/magit/magit-popup")
422 (synopsis "Define prefix-infix-suffix command combos")
423 (description
424 "This library implements a generic interface for toggling switches and
425 setting options and then invoking an Emacs command which does something with
426 these arguments. The prototypical use is for the command to call an external
427 process, passing on the arguments as command line arguments.")
428 (license license:gpl3+)))
429
430 (define-public emacs-treepy
431 (package
432 (name "emacs-treepy")
433 (version "0.1.1")
434 (source (origin
435 (method git-fetch)
436 (uri (git-reference
437 (url "https://github.com/volrath/treepy.el.git")
438 (commit version)))
439 (file-name (git-file-name name version))
440 (sha256
441 (base32
442 "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
443 (build-system emacs-build-system)
444 (home-page
445 "https://github.com/volrath/treepy.el")
446 (synopsis "Tree traversal tools")
447 (description
448 "Generic tools for recursive and iterative tree traversal based on
449 clojure.walk and clojure.zip respectively.")
450 (license license:gpl3+)))
451
452 (define-public emacs-graphql
453 (package
454 (name "emacs-graphql")
455 (version "0.1.1")
456 (source (origin
457 (modules '((guix build utils)))
458 ;; Remove examples file with references to external packages as
459 ;; they do not exist at compilation time.
460 (snippet
461 '(begin (delete-file "examples.el")
462 #t))
463 (method git-fetch)
464 (uri (git-reference
465 (url "https://github.com/vermiculus/graphql.el.git")
466 (commit version)))
467 (file-name (git-file-name name version))
468 (sha256
469 (base32
470 "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
471 (build-system emacs-build-system)
472 (home-page
473 "https://github.com/vermiculus/graphql.el")
474 (synopsis "GraphQL utilities")
475 (description
476 "GraphQL.el provides a generally-applicable domain-specific language for
477 creating and executing GraphQL queries against your favorite web services.
478 GraphQL is a data query language and runtime designed and used to request and
479 deliver data to mobile and web apps.")
480 (license license:gpl3+)))
481
482 (define-public emacs-ghub
483 (package
484 (name "emacs-ghub")
485 (version "3.2.0")
486 (source (origin
487 (method git-fetch)
488 (uri (git-reference
489 (url "https://github.com/magit/ghub")
490 (commit (string-append "v" version))))
491 (file-name (git-file-name name version))
492 (sha256
493 (base32
494 "0lp52qygyavddl1lrgsyb6mq7hcf9h89dy2pzya3mb2va49f0vvl"))))
495 (build-system emacs-build-system)
496 (arguments
497 `(#:phases
498 (modify-phases %standard-phases
499 (add-before 'install 'make-info
500 (lambda _
501 (invoke "make" "info"))))))
502 (native-inputs
503 `(("texinfo" ,texinfo)))
504 (propagated-inputs
505 `(("dash" ,emacs-dash)
506 ("graphql" ,emacs-graphql)
507 ("treepy" ,emacs-treepy)))
508 (home-page "https://github.com/magit/ghub")
509 (synopsis "Emacs client libraries for the APIs of various Git forges")
510 (description
511 "Ghub provides basic support for using the APIs of various Git forges from
512 Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab,
513 Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a
514 handful of functions that are not resource-specific.")
515 (license license:gpl3+)))
516
517 (define-public emacs-scribble-mode
518 (let ((commit "34e9e5edb921813b6483e0fefa848efb6ee4b314")
519 (version "0.0")
520 (revision 0))
521 (package
522 (name "emacs-scribble-mode")
523 (version (if (zero? revision)
524 version
525 (string-append version "-"
526 (number->string revision)
527 "." (string-take commit 7))))
528 (source (origin
529 (method git-fetch)
530 (uri (git-reference
531 (url "https://github.com/emacs-pe/scribble-mode.git")
532 (commit commit)))
533 (sha256
534 (base32
535 "0598byqpz2q6yi2q4dwd77jj9z3n99z34d3an51s9m2za0nh1qvp"))))
536 (build-system emacs-build-system)
537 (home-page "https://github.com/emacs-pe/scribble-mode")
538 (synopsis "Emacs mode for editing the Scribble documentation syntax.")
539 (description
540 "This package provides basic syntax highlighting and editing support
541 for editing Racket's Scribble documentation syntax in Emacs.")
542 (license license:gpl3+))))
543
544 (define-public emacs-unpackaged-el
545 (let ((commit "f4df7f8dfea715e893b2223adda32545803f5cce")
546 (revision "1"))
547 (package
548 (name "emacs-unpackaged-el")
549 (version (git-version "0" revision commit))
550 (source
551 (origin
552 (method git-fetch)
553 (uri (git-reference
554 (url "https://github.com/alphapapa/unpackaged.el")
555 (commit commit)))
556 (file-name (git-file-name name version))
557 (sha256
558 (base32
559 "1yf3zrgqfhnr0az8gn1kqqwnhfi3nc0vbjkcagwcqwk3sp1jda86"))))
560 (build-system emacs-build-system)
561 (propagated-inputs
562 `(("emacs-dash" ,emacs-dash)
563 ("emacs-org" ,emacs-org)
564 ("emacs-s" ,emacs-s)
565 ("emacs-use-package" ,emacs-use-package)))
566 (home-page "https://github.com/alphapapa/unpackaged.el")
567 (synopsis "Useful snippets of Emacs Lisp code")
568 (description "This package provides Emacs Lisp utilities for a variety
569 of tasks, including version control, task management, and regex-based
570 replacement.")
571 (license license:gpl3+))))
572
573 (define-public emacs-haskell-mode
574 (package
575 (name "emacs-haskell-mode")
576 (version "16.1")
577 (source (origin
578 (method git-fetch)
579 (uri (git-reference
580 (url "https://github.com/haskell/haskell-mode")
581 (commit (string-append "v" version))))
582 (file-name (git-file-name name version))
583 (sha256
584 (base32 "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq"))
585 (patches
586 (search-patches ; backport test failure fixes
587 "haskell-mode-unused-variables.patch"
588 "haskell-mode-make-check.patch"))))
589 (inputs
590 `(("emacs-el-search" ,emacs-el-search) ; for tests
591 ("emacs-stream" ,emacs-stream))) ; for tests
592 (propagated-inputs
593 `(("emacs-dash" ,emacs-dash)))
594 (native-inputs
595 `(("emacs" ,emacs-minimal)
596 ("texinfo" ,texinfo)))
597 (build-system gnu-build-system)
598 (arguments
599 `(#:make-flags (list (string-append "EMACS="
600 (assoc-ref %build-inputs "emacs")
601 "/bin/emacs"))
602 #:modules ((ice-9 match)
603 (srfi srfi-26)
604 ,@%gnu-build-system-modules)
605 #:phases
606 (modify-phases %standard-phases
607 (delete 'configure)
608 (add-before
609 'build 'pre-build
610 (lambda* (#:key inputs #:allow-other-keys)
611 (define (el-dir store-dir)
612 (match (find-files store-dir "\\.el$")
613 ((f1 f2 ...) (dirname f1))
614 (_ "")))
615
616 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
617 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
618
619 (setenv "SHELL" "sh")
620 (setenv "EMACSLOADPATH"
621 (string-concatenate
622 (map (match-lambda
623 (((? emacs-prefix? name) . dir)
624 (string-append (el-dir dir) ":"))
625 (_ ""))
626 inputs)))
627 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
628 ;; embed filename to fix test failure
629 (let ((file "tests/haskell-cabal-tests.el"))
630 (substitute* file
631 (("\\(buffer-file-name\\)")
632 (format #f "(or (buffer-file-name) ~s)" file))))
633 #t)))
634 (replace
635 'install
636 (lambda* (#:key outputs #:allow-other-keys)
637 (let* ((out (assoc-ref outputs "out"))
638 (el-dir (string-append out "/share/emacs/site-lisp"))
639 (doc (string-append
640 out "/share/doc/haskell-mode-" ,version))
641 (info (string-append out "/share/info")))
642 (define (copy-to-dir dir files)
643 (for-each (lambda (f)
644 (install-file f dir))
645 files))
646
647 (with-directory-excursion "doc"
648 (invoke "makeinfo" "haskell-mode.texi")
649 (install-file "haskell-mode.info" info))
650 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
651 (copy-to-dir el-dir (find-files "." "\\.elc?"))
652 ;; These are part of other packages.
653 (with-directory-excursion el-dir
654 (for-each delete-file '("dash.el" "ert.el")))
655 #t))))))
656 (home-page "https://github.com/haskell/haskell-mode")
657 (synopsis "Haskell mode for Emacs")
658 (description
659 "This is an Emacs mode for editing, debugging and developing Haskell
660 programs.")
661 (license license:gpl3+)))
662
663 (define-public haskell-mode
664 (deprecated-package "haskell-mode" emacs-haskell-mode))
665
666 (define-public emacs-flycheck
667 (package
668 (name "emacs-flycheck")
669 (version "31")
670 (source (origin
671 (method url-fetch)
672 (uri (string-append
673 "https://github.com/flycheck/flycheck/releases/download/"
674 version "/flycheck-" version ".tar"))
675 (sha256
676 (base32
677 "01rnwan16m7cyyrfca3c5c60mbj2r3knkpzbhji2fczsf0wns240"))
678 (modules '((guix build utils)))
679 (snippet `(begin
680 ;; Change 'flycheck-version' so that it does not
681 ;; attempt to get its version from pkg-info.el.
682 (substitute* "flycheck.el"
683 (("\\(pkg-info-version-info 'flycheck\\)")
684 (string-append "\"" ,version "\"")))
685 #t))))
686 (build-system emacs-build-system)
687 (propagated-inputs
688 `(("emacs-dash" ,emacs-dash)))
689 (home-page "https://www.flycheck.org")
690 (synopsis "On-the-fly syntax checking")
691 (description
692 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
693 replacement for the older Flymake extension which is part of GNU Emacs, with
694 many improvements and additional features.
695
696 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
697 checking for over 30 programming and markup languages with more than 70
698 different tools. It highlights errors and warnings inline in the buffer, and
699 provides an optional IDE-like error list.")
700 (license license:gpl3+))) ;+GFDLv1.3+ for the manual
701
702 (define-public emacs-a
703 (package
704 (name "emacs-a")
705 (version "0.1.1")
706 (source (origin
707 (method git-fetch)
708 (uri (git-reference
709 (url "https://github.com/plexus/a.el.git")
710 (commit (string-append "v" version))))
711 (file-name (git-file-name name version))
712 (sha256
713 (base32
714 "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
715 (build-system emacs-build-system)
716 (home-page "https://github.com/plexus/a.el/")
717 (synopsis
718 "Emacs library for dealing with association lists and hash tables")
719 (description "@code{emacs-a} provides Emacs Lisp functions for dealing
720 with associative structures in a uniform and functional way. These functions
721 can take association lists, hash tables, and in some cases vectors (where the
722 index is considered the key).")
723 (license license:gpl3+)))
724
725 (define-public emacs-anaphora
726 (package
727 (name "emacs-anaphora")
728 (version "1.0.4")
729 (source
730 (origin
731 (method git-fetch)
732 (uri (git-reference
733 (url "https://github.com/rolandwalker/anaphora.git")
734 (commit (string-append "v" version))))
735 (file-name (git-file-name name version))
736 (sha256
737 (base32
738 "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"))))
739 (build-system emacs-build-system)
740 (home-page "https://github.com/rolandwalker/anaphora/")
741 (synopsis "Anaphoric expressions for Emacs Lisp")
742 (description "@code{emacs-anaphora} implements anaphoric expressions for
743 Emacs Lisp.
744
745 Anaphoric expressions implicitly create one or more temporary variables which
746 can be referred to during the expression. This technique can improve clarity
747 in certain cases. It also enables recursion for anonymous functions.")
748 (license license:public-domain)))
749
750 (define-public emacs-xr
751 (package
752 (name "emacs-xr")
753 (version "1.9")
754 (source
755 (origin
756 (method url-fetch)
757 (uri (string-append
758 "https://elpa.gnu.org/packages/xr-" version ".tar"))
759 (sha256
760 (base32
761 "1mcild3034f4c1x8x05w9q0ps70i1nihvih22cmh3wj4cgllg5w0"))))
762 (build-system emacs-build-system)
763 (home-page "http://elpa.gnu.org/packages/xr.html")
764 (synopsis "Convert string regexp to rx notation")
765 (description
766 "This is an inverse companion to the @code{rx} package for translating
767 regexps in string form to the @code{rx} notation. Its chief uses are:
768
769 @itemize
770 @item Migrating existing code to @code{rx} form, for better readability and
771 maintainability
772 @item Understanding complex regexp strings and finding errors in them
773 @end itemize
774
775 In addition to Emacs regexps, this package can also parse and troubleshoot
776 skip set strings, which are arguments to @code{skip-chars-forward} and
777 @code{skip-chars-backward}.")
778 (license license:gpl3+)))
779
780 (define-public emacs-relint
781 (package
782 (name "emacs-relint")
783 (version "1.5")
784 (source
785 (origin
786 (method url-fetch)
787 (uri (string-append
788 "https://elpa.gnu.org/packages/relint-" version ".el"))
789 (sha256
790 (base32
791 "0y7lki2vndpkmzg4k0yh2722hp01qr77vm337xnm8wp3bmwn8s1f"))))
792 (build-system emacs-build-system)
793 (propagated-inputs `(("emacs-xr" ,emacs-xr)))
794 (home-page "https://github.com/mattiase/relint")
795 (synopsis "Elisp regexp mistake finder")
796 (description
797 "Relint (regular expression lint) scans Elisp files for mistakes in
798 regexps, including deprecated syntax and bad practice. It also checks the
799 regexp-like arguments to @code{skip-chars-forward} and
800 @code{skip-chars-backward}.")
801 (license license:gpl3+)))
802
803 \f
804 ;;;
805 ;;; Web browsing.
806 ;;;
807
808 (define-public emacs-w3m
809 ;; Emacs-w3m follows a "rolling release" model.
810 (package
811 (name "emacs-w3m")
812 (version "2018-11-11")
813 (source (origin
814 (method cvs-fetch)
815 (uri (cvs-reference
816 (root-directory
817 ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot")
818 (module "emacs-w3m")
819 (revision version)))
820 (file-name (string-append name "-" version "-checkout"))
821 (sha256
822 (base32
823 "0nvahdbjs12zg7zsk4gql02mvnv56cf1rwj2f5p42lwp3xvswiwp"))))
824 (build-system gnu-build-system)
825 (native-inputs `(("autoconf" ,autoconf)
826 ("texinfo" ,texinfo)
827 ("emacs" ,emacs-minimal)))
828 (inputs `(("w3m" ,w3m)
829 ("imagemagick" ,imagemagick)))
830 (arguments
831 `(#:modules ((guix build gnu-build-system)
832 (guix build utils)
833 (guix build emacs-utils))
834 #:imported-modules (,@%gnu-build-system-modules
835 (guix build emacs-utils))
836 #:configure-flags
837 (let ((out (assoc-ref %outputs "out")))
838 (list (string-append "--with-lispdir="
839 out "/share/emacs/site-lisp")
840 (string-append "--with-icondir="
841 out "/share/images/emacs-w3m")
842 ;; Leave .el files uncompressed, otherwise GC can't
843 ;; identify run-time dependencies. See
844 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
845 "--without-compress-install"))
846 #:tests? #f ; no check target
847 #:phases
848 (modify-phases %standard-phases
849 (add-after 'unpack 'autoconf
850 (lambda _
851 (invoke "autoconf")))
852 (add-before 'configure 'support-emacs!
853 (lambda _
854 ;; For some reason 'AC_PATH_EMACS' thinks that 'Emacs 26' is
855 ;; unsupported.
856 (substitute* "configure"
857 (("EMACS_FLAVOR=unsupported")
858 "EMACS_FLAVOR=emacs"))
859 #t))
860 (add-before 'build 'patch-exec-paths
861 (lambda* (#:key inputs outputs #:allow-other-keys)
862 (let ((out (assoc-ref outputs "out"))
863 (w3m (assoc-ref inputs "w3m"))
864 (imagemagick (assoc-ref inputs "imagemagick"))
865 (coreutils (assoc-ref inputs "coreutils")))
866 (make-file-writable "w3m.el")
867 (emacs-substitute-variables "w3m.el"
868 ("w3m-command" (string-append w3m "/bin/w3m"))
869 ("w3m-touch-command"
870 (string-append coreutils "/bin/touch"))
871 ("w3m-icon-directory"
872 (string-append out "/share/images/emacs-w3m")))
873 (make-file-writable "w3m-image.el")
874 (emacs-substitute-variables "w3m-image.el"
875 ("w3m-imagick-convert-program"
876 (string-append imagemagick "/bin/convert"))
877 ("w3m-imagick-identify-program"
878 (string-append imagemagick "/bin/identify")))
879 #t)))
880 (replace 'install
881 (lambda* (#:key outputs #:allow-other-keys)
882 (invoke "make" "install" "install-icons")
883 (with-directory-excursion
884 (string-append (assoc-ref outputs "out")
885 "/share/emacs/site-lisp")
886 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
887 (symlink "w3m-load.el" "w3m-autoloads.el")
888 #t))))))
889 (home-page "http://emacs-w3m.namazu.org/")
890 (synopsis "Simple Web browser for Emacs based on w3m")
891 (description
892 "Emacs-w3m is an emacs interface for the w3m web browser.")
893 (license license:gpl2+)))
894
895 (define-public emacs-wget
896 (package
897 (name "emacs-wget")
898 (version "0.5.0")
899 (source (origin
900 (method url-fetch)
901 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
902 version ".orig.tar.gz"))
903 (sha256
904 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
905 (build-system gnu-build-system)
906 (inputs `(("wget" ,wget)))
907 (native-inputs `(("emacs" ,emacs-minimal)))
908 (arguments
909 `(#:modules ((guix build gnu-build-system)
910 (guix build utils)
911 (guix build emacs-utils))
912 #:imported-modules (,@%gnu-build-system-modules
913 (guix build emacs-utils))
914 #:tests? #f ; no check target
915 #:phases
916 (modify-phases %standard-phases
917 (replace 'configure
918 (lambda* (#:key outputs #:allow-other-keys)
919 (substitute* "Makefile"
920 (("/usr/local") (assoc-ref outputs "out"))
921 (("/site-lisp/emacs-wget") "/site-lisp"))
922 #t))
923 (add-before 'build 'patch-exec-paths
924 (lambda* (#:key inputs outputs #:allow-other-keys)
925 (let ((wget (assoc-ref inputs "wget")))
926 (emacs-substitute-variables "wget.el"
927 ("wget-command" (string-append wget "/bin/wget"))))
928 #t))
929 (add-after 'install 'post-install
930 (lambda* (#:key outputs #:allow-other-keys)
931 (emacs-generate-autoloads
932 "wget" (string-append (assoc-ref outputs "out")
933 "/share/emacs/site-lisp/"))
934 #t)))))
935 (home-page "http://www.emacswiki.org/emacs/EmacsWget")
936 (synopsis "Simple file downloader for Emacs based on wget")
937 (description
938 "Emacs-wget is an emacs interface for the wget file downloader.")
939 (license license:gpl2+)))
940
941 \f
942 ;;;
943 ;;; Multimedia.
944 ;;;
945
946 (define-public emacs-emms
947 (package
948 (name "emacs-emms")
949 (version "5.1")
950 (source (origin
951 (method url-fetch)
952 (uri (string-append "mirror://gnu/emms/emms-"
953 version ".tar.gz"))
954 (sha256
955 (base32
956 "149ddczyx6x10zn4mn8g0rll1rwf4yciv8x6j0qdnlbwszblx2x6"))
957 (modules '((guix build utils)))
958 (snippet
959 '(begin
960 (substitute* "Makefile"
961 (("/usr/bin/install-info")
962 ;; No need to use 'install-info' since it would create a
963 ;; useless 'dir' file.
964 "true")
965 (("^INFODIR=.*")
966 ;; Install Info files to $out/share/info, not $out/info.
967 "INFODIR := $(PREFIX)/share/info\n")
968 (("/site-lisp/emms")
969 ;; Install directly in share/emacs/site-lisp, not in a
970 ;; sub-directory.
971 "/site-lisp")
972 (("^all: (.*)\n" _ rest)
973 ;; Build 'emms-print-metadata'.
974 (string-append "all: " rest " emms-print-metadata\n")))
975 #t))))
976 (build-system gnu-build-system)
977 (arguments
978 `(#:modules ((guix build gnu-build-system)
979 (guix build utils)
980 (guix build emacs-utils)
981 (ice-9 ftw))
982 #:imported-modules (,@%gnu-build-system-modules
983 (guix build emacs-utils))
984
985 #:phases
986 (modify-phases %standard-phases
987 (replace 'configure
988 (lambda* (#:key inputs outputs #:allow-other-keys)
989 (let ((out (assoc-ref outputs "out"))
990 (flac (assoc-ref inputs "flac"))
991 (vorbis (assoc-ref inputs "vorbis-tools"))
992 (alsa (assoc-ref inputs "alsa-utils"))
993 (mpg321 (assoc-ref inputs "mpg321"))
994 (mp3info (assoc-ref inputs "mp3info"))
995 (mutagen (assoc-ref inputs "mutagen"))
996 (opus (assoc-ref inputs "opus-tools")))
997 ;; Specify the installation directory.
998 (substitute* "Makefile"
999 (("PREFIX=.*$")
1000 (string-append "PREFIX := " out "\n")))
1001
1002 (setenv "SHELL" (which "sh"))
1003 (setenv "CC" "gcc")
1004
1005 ;; Specify the absolute file names of the various
1006 ;; programs so that everything works out-of-the-box.
1007 (with-directory-excursion "lisp"
1008 (emacs-substitute-variables
1009 "emms-player-mpg321-remote.el"
1010 ("emms-player-mpg321-remote-command"
1011 (string-append mpg321 "/bin/mpg321")))
1012 (substitute* "emms-player-simple.el"
1013 (("\"ogg123\"")
1014 (string-append "\"" vorbis "/bin/ogg123\"")))
1015 (substitute* "emms-player-simple.el"
1016 (("\"mpg321\"")
1017 (string-append "\"" mpg321 "/bin/mpg321\"")))
1018 (emacs-substitute-variables "emms-info-ogginfo.el"
1019 ("emms-info-ogginfo-program-name"
1020 (string-append vorbis "/bin/ogginfo")))
1021 (emacs-substitute-variables "emms-info-opusinfo.el"
1022 ("emms-info-opusinfo-program-name"
1023 (string-append opus "/bin/opusinfo")))
1024 (emacs-substitute-variables "emms-info-libtag.el"
1025 ("emms-info-libtag-program-name"
1026 (string-append out "/bin/emms-print-metadata")))
1027 (emacs-substitute-variables "emms-info-mp3info.el"
1028 ("emms-info-mp3info-program-name"
1029 (string-append mp3info "/bin/mp3info")))
1030 (emacs-substitute-variables "emms-info-metaflac.el"
1031 ("emms-info-metaflac-program-name"
1032 (string-append flac "/bin/metaflac")))
1033 (emacs-substitute-variables "emms-source-file.el"
1034 ("emms-source-file-gnu-find" (which "find")))
1035 (substitute* "emms-volume-amixer.el"
1036 (("\"amixer\"")
1037 (string-append "\"" alsa "/bin/amixer\"")))
1038 (substitute* "emms-tag-editor.el"
1039 (("\"mid3v2\"")
1040 (string-append "\"" mutagen "/bin/mid3v2\"")))
1041 #t))))
1042 (add-before 'install 'pre-install
1043 (lambda* (#:key outputs #:allow-other-keys)
1044 ;; The 'install' rule expects the target directories to exist.
1045 (let* ((out (assoc-ref outputs "out"))
1046 (bin (string-append out "/bin"))
1047 (man1 (string-append out "/share/man/man1")))
1048 (mkdir-p bin)
1049 (mkdir-p man1)
1050
1051 ;; Ensure that files are not rejected by gzip
1052 (let ((early-1980 315619200)) ; 1980-01-02 UTC
1053 (ftw "." (lambda (file stat flag)
1054 (unless (<= early-1980 (stat:mtime stat))
1055 (utime file early-1980 early-1980))
1056 #t)))
1057 #t)))
1058 (add-after 'install 'post-install
1059 (lambda* (#:key outputs #:allow-other-keys)
1060 (let ((out (assoc-ref outputs "out")))
1061 (symlink "emms-auto.el"
1062 (string-append out "/share/emacs/site-lisp/"
1063 "emms-autoloads.el")))
1064 #t)))
1065 #:tests? #f))
1066 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
1067 ("texinfo" ,texinfo)))
1068 (inputs `(("alsa-utils" ,alsa-utils)
1069 ("flac" ,flac) ;for metaflac
1070 ("vorbis-tools" ,vorbis-tools)
1071 ("mpg321" ,mpg321)
1072 ("taglib" ,taglib)
1073 ("mp3info" ,mp3info)
1074 ("mutagen" ,python-mutagen)
1075 ("opus-tools" ,opus-tools)))
1076 (properties '((upstream-name . "emms")))
1077 (synopsis "Emacs Multimedia System")
1078 (description
1079 "EMMS is the Emacs Multimedia System. It is a small front-end which
1080 can control one of the supported external players. Thus, it supports
1081 whatever formats are supported by your music player. It also
1082 supports tagging and playlist management, all behind a clean and
1083 light user interface.")
1084 (home-page "https://www.gnu.org/software/emms/")
1085 (license license:gpl3+)))
1086
1087 (define-public emacs-emms-player-mpv
1088 ;; A new mpv backend is included in Emms from 5.0.
1089 (deprecated-package "emacs-emms-player-mpv" emacs-emms))
1090
1091 (define-public emacs-emms-mode-line-cycle
1092 (package
1093 (name "emacs-emms-mode-line-cycle")
1094 (version "0.2.5")
1095 (source
1096 (origin
1097 (method git-fetch)
1098 (uri (git-reference
1099 (url "https://github.com/momomo5717/emms-mode-line-cycle")
1100 (commit version)))
1101 (file-name (git-file-name name version))
1102 (sha256
1103 (base32
1104 "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"))))
1105 (build-system emacs-build-system)
1106 (propagated-inputs
1107 `(("emms" ,emacs-emms)))
1108 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
1109 (synopsis "Display the EMMS mode line as a ticker")
1110 (description
1111 "This is a minor mode for updating the EMMS mode-line string cyclically
1112 within a specified width. It is useful for displaying long track titles.")
1113 (license license:gpl3+)))
1114
1115 \f
1116 ;;;
1117 ;;; Miscellaneous.
1118 ;;;
1119
1120 (define-public emacs-bbdb
1121 (package
1122 (name "emacs-bbdb")
1123 (version "3.1.2")
1124 (source (origin
1125 (method url-fetch)
1126 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1127 version ".tar.gz"))
1128 (sha256
1129 (base32
1130 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1131 (modules '((guix build utils)))
1132 (snippet
1133 ;; We don't want to build and install the PDF.
1134 '(begin
1135 (substitute* "doc/Makefile.in"
1136 (("^doc_DATA = .*$")
1137 "doc_DATA =\n"))
1138 #t))))
1139 (build-system gnu-build-system)
1140 (arguments
1141 '(#:phases
1142 (modify-phases %standard-phases
1143 (add-after 'install 'post-install
1144 (lambda* (#:key outputs #:allow-other-keys)
1145 ;; Add an autoloads file with the right name for guix.el.
1146 (let* ((out (assoc-ref outputs "out"))
1147 (site (string-append out "/share/emacs/site-lisp")))
1148 (with-directory-excursion site
1149 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1150 #t)))))
1151 (native-inputs `(("emacs" ,emacs-minimal)))
1152 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1153 (synopsis "Contact management utility for Emacs")
1154 (description
1155 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1156 an address book for email and snail mail addresses, phone numbers and the
1157 like. It can be linked with various Emacs mail clients (Message and Mail
1158 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1159 (license license:gpl3+)))
1160
1161 (define-public bbdb
1162 (deprecated-package "bbdb" emacs-bbdb))
1163
1164 (define-public emacs-aggressive-indent
1165 (package
1166 (name "emacs-aggressive-indent")
1167 (version "1.8.3")
1168 (source (origin
1169 (method url-fetch)
1170 (uri (string-append "https://elpa.gnu.org/packages/"
1171 "aggressive-indent-" version ".el"))
1172 (sha256
1173 (base32
1174 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1175 (build-system emacs-build-system)
1176 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1177 (synopsis "Minor mode to aggressively keep your code always indented")
1178 (description
1179 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1180 always indented. It reindents after every change, making it more reliable
1181 than @code{electric-indent-mode}.")
1182 (license license:gpl2+)))
1183
1184 (define-public emacs-ag
1185 (package
1186 (name "emacs-ag")
1187 (version "0.47")
1188 (source (origin
1189 (method git-fetch)
1190 (uri (git-reference
1191 (url "https://github.com/Wilfred/ag.el.git")
1192 (commit version)))
1193 (file-name (git-file-name name version))
1194 (sha256
1195 (base32
1196 "15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r"))))
1197 (build-system emacs-build-system)
1198 (arguments
1199 `(#:phases
1200 (modify-phases %standard-phases
1201 (add-before 'install 'make-info
1202 (lambda _
1203 (with-directory-excursion "docs"
1204 (invoke "make" "info"))))
1205 (add-after 'install 'install-info
1206 (lambda* (#:key outputs #:allow-other-keys)
1207 (let* ((out (assoc-ref outputs "out"))
1208 (info (string-append out "/share/info")))
1209 (install-file "docs/_build/texinfo/agel.info" info)
1210 #t))))))
1211 (native-inputs
1212 `(("python-sphinx" ,python-sphinx)
1213 ("texinfo" ,texinfo)))
1214 (propagated-inputs
1215 `(("dash" ,emacs-dash)
1216 ("s" ,emacs-s)
1217 ;; We need to use 'ag' as the executable on remote systems.
1218 ("the-silver-searcher" ,the-silver-searcher)))
1219 (home-page "https://github.com/Wilfred/ag.el")
1220 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1221 (description "This package provides the ability to use the silver
1222 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1223 include version control system awareness, use of Perl compatible regular
1224 expressions, editing the search results directly and searching file names
1225 rather than the contents of files.")
1226 (license license:gpl3+)))
1227
1228 (define-public emacs-async
1229 (package
1230 (name "emacs-async")
1231 (home-page "https://github.com/jwiegley/emacs-async")
1232 (version "1.9.3")
1233 (source (origin
1234 (method git-fetch)
1235 (uri (git-reference
1236 (url home-page)
1237 (commit (string-append "v" version))))
1238 (file-name (git-file-name name version))
1239 (sha256
1240 (base32
1241 "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"))))
1242 (build-system emacs-build-system)
1243 (synopsis "Asynchronous processing in Emacs")
1244 (description
1245 "This package provides the ability to call asynchronous functions and
1246 processes. For example, it can be used to run dired commands (for copying,
1247 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1248 as a library for other Emacs packages.")
1249 (license license:gpl3+)))
1250
1251 (define-public emacs-auctex
1252 (package
1253 (name "emacs-auctex")
1254 (version "12.1.0")
1255 (source
1256 (origin
1257 (method url-fetch)
1258 (uri (string-append
1259 "https://elpa.gnu.org/packages/auctex-"
1260 version
1261 ".tar"))
1262 (sha256
1263 (base32
1264 "0iy5x61xqkxaph2hq64sg50l1c6yp6qhzppwadayxkdz00b46sas"))))
1265 (build-system emacs-build-system)
1266 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1267 ;; ('emacs-minimal' does not provide dbus).
1268 (arguments
1269 `(#:emacs ,emacs
1270 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1271 #:exclude '("^tests/" "^latex/README")))
1272 (native-inputs
1273 `(("perl" ,perl)))
1274 (home-page "https://www.gnu.org/software/auctex/")
1275 (synopsis "Integrated environment for TeX")
1276 (description
1277 "AUCTeX is a comprehensive customizable integrated environment for
1278 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1279 or XEmacs.")
1280 (license license:gpl3+)))
1281
1282 (define-public emacs-autothemer
1283 (package
1284 (name "emacs-autothemer")
1285 (version "0.2.2")
1286 (source
1287 (origin
1288 (method git-fetch)
1289 (uri (git-reference
1290 (url "https://github.com/sebastiansturm/autothemer.git")
1291 (commit version)))
1292 (file-name (git-file-name name version))
1293 (sha256
1294 (base32
1295 "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
1296 (build-system emacs-build-system)
1297 (propagated-inputs
1298 `(("emacs-dash" ,emacs-dash)))
1299 (home-page "https://github.com/sebastiansturm/autothemer")
1300 (synopsis "Conveniently create Emacs themes")
1301 (description
1302 "Autothemer provides a thin layer on top of @code{deftheme} and
1303 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1304 a set of simplified face specifications and a user-supplied color palette")
1305 (license license:gpl3+)))
1306
1307 (define-public emacs-howm
1308 (package
1309 (name "emacs-howm")
1310 (version "1.4.4")
1311 (source
1312 (origin
1313 (method url-fetch)
1314 (uri (string-append "http://howm.sourceforge.jp/a/howm-"
1315 version ".tar.gz"))
1316 (sha256
1317 (base32
1318 "0ddm91l6z58j7x59fa966j6q1rg4cinyza4r8ibg80hprn5h31qk"))))
1319 (build-system gnu-build-system)
1320 (native-inputs
1321 `(("emacs" ,emacs-minimal)))
1322 (arguments
1323 `(#:configure-flags
1324 (list (string-append "--with-howmdir=" %output
1325 "/share/emacs/site-lisp/guix.d/howm-" ,version))
1326 #:modules ((guix build gnu-build-system)
1327 ((guix build emacs-build-system) #:prefix emacs:)
1328 (guix build utils))
1329 #:imported-modules (,@%gnu-build-system-modules
1330 (guix build emacs-build-system)
1331 (guix build emacs-utils))
1332 #:phases
1333 (modify-phases %standard-phases
1334 (add-after 'install 'make-autoloads
1335 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1336 (home-page "http://howm.osdn.jp/")
1337 (synopsis "Note-taking tool for Emacs")
1338 (description "Howm is a note-taking tool for Emacs. Like
1339 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
1340 searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
1341 (license license:gpl1+)))
1342
1343 (define-public emacs-calfw
1344 (package
1345 (name "emacs-calfw")
1346 (version "1.6")
1347 (source
1348 (origin
1349 (method git-fetch)
1350 (uri (git-reference
1351 (url "https://github.com/kiwanami/emacs-calfw.git")
1352 (commit (string-append "v" version))))
1353 (file-name (git-file-name name version))
1354 (sha256
1355 (base32
1356 "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
1357 (build-system emacs-build-system)
1358 (propagated-inputs
1359 `(("emacs-howm" ,emacs-howm)))
1360 (home-page "https://github.com/kiwanami/emacs-calfw/")
1361 (synopsis "Calendar framework for Emacs")
1362 (description
1363 "This package displays a calendar view with various schedule data in the
1364 Emacs buffer.")
1365 (license license:gpl3+)))
1366
1367 (define-public emacs-direnv
1368 (package
1369 (name "emacs-direnv")
1370 (version "1.2.0")
1371 (source
1372 (origin
1373 (method git-fetch)
1374 (uri (git-reference
1375 (url "https://github.com/wbolster/emacs-direnv.git")
1376 (commit version)))
1377 (file-name (git-file-name name version))
1378 (sha256
1379 (base32
1380 "172jyl8v4zy9bbha8nndq63x8svn9xqkafkj3q17z289na8iaylh"))))
1381 (build-system emacs-build-system)
1382 (propagated-inputs
1383 `(("dash" ,emacs-dash)
1384 ("with-editor" ,emacs-with-editor)))
1385 (home-page "https://github.com/wbolster/emacs-direnv")
1386 (synopsis "Direnv integration for Emacs")
1387 (description
1388 "This package provides support for invoking direnv to get the environment
1389 for the current file and updating the environment within Emacs to match.
1390
1391 Direnv can be invoked manually, and a global minor mode is included that will
1392 update the environment when the active buffer changes.
1393
1394 Using emacs-direnv means that programs started from Emacs will use the
1395 environment set through Direnv.")
1396 (license license:gpl3+)))
1397
1398 (define-public emacs-ggtags
1399 (package
1400 (name "emacs-ggtags")
1401 (version "0.8.13")
1402 (source
1403 (origin
1404 (method url-fetch)
1405 (uri (string-append "http://elpa.gnu.org/packages/ggtags-"
1406 version ".el"))
1407 (sha256
1408 (base32
1409 "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
1410 (build-system emacs-build-system)
1411 (inputs
1412 `(("global" ,global)))
1413 (arguments
1414 `(#:phases
1415 (modify-phases %standard-phases
1416 (add-after 'unpack 'configure
1417 (lambda* (#:key inputs #:allow-other-keys)
1418 (chmod "ggtags.el" #o644)
1419 (emacs-substitute-variables "ggtags.el"
1420 ("ggtags-executable-directory"
1421 (string-append (assoc-ref inputs "global") "/bin")))
1422 #t)))))
1423 (home-page "https://github.com/leoliu/ggtags")
1424 (synopsis "Frontend to the GNU Global source code tagging system")
1425 (description "@code{ggtags} provides a frontend to the GNU Global source
1426 code tagging system.
1427
1428 Features:
1429
1430 @itemize
1431 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1432 @item Automatically update Global's tag files when needed with tuning for
1433 large source trees.
1434 @item Intuitive navigation among multiple matches with mode-line display of
1435 current match, total matches and exit status.
1436 @item Read tag with completion.
1437 @item Show definition at point.
1438 @item Jump to #include files.
1439 @item Support search history and saving a search to register/bookmark.
1440 @item Query replace.
1441 @item Manage Global's environment variables on a per-project basis.
1442 @item Highlight (definition) tag at point.
1443 @item Abbreviated display of file names.
1444 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1445 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1446 @code{pygments} backend.
1447 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1448 @code{cscope} etc.
1449 @item Support projects on remote hosts (e.g. via @code{tramp}).
1450 @item Support eldoc.
1451 @item Search @code{GTAGSLIBPATH} for references and symbols.
1452 @end itemize\n")
1453 (license license:gpl3+)))
1454
1455 (define-public emacs-go-mode
1456 (package
1457 (name "emacs-go-mode")
1458 (version "1.5.0")
1459 (source (origin
1460 (method git-fetch)
1461 (uri (git-reference
1462 (url "https://github.com/dominikh/go-mode.el.git")
1463 (commit (string-append "v" version))))
1464 (file-name (git-file-name name version))
1465 (sha256
1466 (base32
1467 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
1468 (build-system emacs-build-system)
1469 (arguments
1470 `(#:phases
1471 (modify-phases %standard-phases
1472 (add-after 'unpack 'make-writable
1473 (lambda _
1474 (for-each make-file-writable (find-files "." "\\.el$"))
1475 #t)))))
1476 (home-page "https://github.com/dominikh/go-mode.el")
1477 (synopsis "Go mode for Emacs")
1478 (description
1479 "This package provides go-mode, an Emacs mode for working with software
1480 written in the Go programming language.")
1481 (license license:bsd-3)))
1482
1483 (define-public emacs-google-maps
1484 (package
1485 (name "emacs-google-maps")
1486 (version "1.0.0")
1487 (source (origin
1488 (method git-fetch)
1489 (uri (git-reference
1490 (url "https://github.com/jd/google-maps.el.git")
1491 (commit version)))
1492 (file-name (git-file-name name version))
1493 (sha256
1494 (base32
1495 "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0"))))
1496 (build-system emacs-build-system)
1497 (home-page "https://github.com/jd/google-maps.el")
1498 (synopsis "Access Google Maps from Emacs")
1499 (description "The @code{google-maps} package allows to display Google
1500 Maps directly inside Emacs.")
1501 (license license:gpl3+)))
1502
1503 (define-public emacs-graphviz-dot-mode
1504 (let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
1505 (revision "1"))
1506 (package
1507 (name "emacs-graphviz-dot-mode")
1508 (version (string-append "0.3.11-" revision "."
1509 (string-take commit 7)))
1510 (source (origin
1511 (method git-fetch)
1512 (uri (git-reference
1513 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1514 (commit commit)))
1515 (file-name (string-append name "-" version "-checkout"))
1516 (sha256
1517 (base32
1518 "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
1519 (build-system emacs-build-system)
1520 (arguments
1521 `(#:phases
1522 (modify-phases %standard-phases
1523 (add-before 'install 'make-info
1524 (lambda* (#:key inputs #:allow-other-keys)
1525 (with-directory-excursion "texinfo"
1526 (substitute* "Makefile"
1527 (("\\/usr\\/bin\\/gzip")
1528 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1529 (invoke "make"
1530 "clean"
1531 "info"
1532 (string-append "TEXINFODIR="
1533 (assoc-ref inputs "texinfo")
1534 "/bin")))))
1535 (add-after 'install 'install-info
1536 (lambda* (#:key outputs #:allow-other-keys)
1537 (let* ((out (assoc-ref outputs "out"))
1538 (info (string-append out "/share/info")))
1539 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1540 #t))))))
1541 (native-inputs
1542 `(("texinfo" ,texinfo)
1543 ("gzip" ,gzip)))
1544 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1545 (synopsis "Major mode for editing Graphviz Dot files")
1546 (description
1547 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1548 files using the dot syntax, and use Graphviz to convert these files to
1549 diagrams.")
1550 (license license:gpl2+))))
1551
1552 (define-public emacs-mmm-mode
1553 (package
1554 (name "emacs-mmm-mode")
1555 (version "0.5.7")
1556 (source
1557 (origin
1558 (method git-fetch)
1559 (uri (git-reference
1560 (url "https://github.com/purcell/mmm-mode.git")
1561 (commit version)))
1562 (file-name (git-file-name name version))
1563 (sha256
1564 (base32
1565 "0lxd55yhz0ag7v1ydff55bg4h8snq5lbk8cjwxqpyq6gh4v7md1h"))))
1566 (build-system gnu-build-system)
1567 (native-inputs
1568 `(("autoconf" ,autoconf)
1569 ("automake" ,automake)
1570 ("emacs" ,emacs-minimal)
1571 ("texinfo" ,texinfo)))
1572 (home-page "https://github.com/purcell/mmm-mode")
1573 (synopsis "Allow multiple major modes in an Emacs buffer")
1574 (description
1575 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1576 single buffer.")
1577 (license license:gpl3+)))
1578
1579 (define-public emacs-tablist
1580 (package
1581 (name "emacs-tablist")
1582 (version "0.70")
1583 (source (origin
1584 (method git-fetch)
1585 (uri (git-reference
1586 (url "https://github.com/politza/tablist.git")
1587 (commit (string-append "v" version))))
1588 (file-name (git-file-name name version))
1589 (sha256
1590 (base32
1591 "0gy9hxm7bca0l1hfy2pzn86avpifrz3bs8xzpicj4kxw5wi4ygns"))))
1592 (build-system emacs-build-system)
1593 (home-page "https://github.com/politza/tablist")
1594 (synopsis "Extension for @code{tabulated-list-mode}")
1595 (description "Tablist is the Emacs package that provides several
1596 additional features to @code{tabulated-list-mode}: it adds marks,
1597 filters, new key bindings and faces. It can be enabled by
1598 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1599 (license license:gpl3+)))
1600
1601 (define-public emacs-pdf-tools
1602 (package
1603 (name "emacs-pdf-tools")
1604 (version "0.90")
1605 (home-page "https://github.com/politza/pdf-tools")
1606 (source (origin
1607 (method git-fetch)
1608 (uri (git-reference (url home-page)
1609 (commit (string-append "v" version))))
1610 (file-name (git-file-name name version))
1611 (sha256
1612 (base32
1613 "0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"))))
1614 (build-system gnu-build-system)
1615 (arguments
1616 `(#:tests? #f ; there are no tests
1617 #:modules ((guix build gnu-build-system)
1618 ((guix build emacs-build-system) #:prefix emacs:)
1619 (guix build utils)
1620 (guix build emacs-utils))
1621 #:imported-modules (,@%gnu-build-system-modules
1622 (guix build emacs-build-system)
1623 (guix build emacs-utils))
1624 #:phases
1625 (modify-phases %standard-phases
1626 ;; Build server side using 'gnu-build-system'.
1627 (add-after 'unpack 'enter-server-dir
1628 (lambda _ (chdir "server") #t))
1629 (add-after 'enter-server-dir 'autogen
1630 (lambda _
1631 (invoke "bash" "autogen.sh")))
1632
1633 ;; Build emacs side using 'emacs-build-system'.
1634 (add-after 'compress-documentation 'enter-lisp-dir
1635 (lambda _ (chdir "../lisp") #t))
1636 (add-after 'enter-lisp-dir 'emacs-patch-variables
1637 (lambda* (#:key outputs #:allow-other-keys)
1638 (for-each make-file-writable (find-files "."))
1639
1640 ;; Set path to epdfinfo program.
1641 (emacs-substitute-variables "pdf-info.el"
1642 ("pdf-info-epdfinfo-program"
1643 (string-append (assoc-ref outputs "out")
1644 "/bin/epdfinfo")))
1645 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
1646 ;; upgrading" that pdf-tools tries to perform.
1647 (emacs-substitute-variables "pdf-tools.el"
1648 ("pdf-tools-handle-upgrades" '()))))
1649 (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
1650 (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
1651 (add-after 'emacs-set-emacs-load-path 'emacs-install
1652 (assoc-ref emacs:%standard-phases 'install))
1653 (add-after 'emacs-install 'emacs-build
1654 (assoc-ref emacs:%standard-phases 'build))
1655 (add-after 'emacs-install 'emacs-make-autoloads
1656 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1657 (native-inputs `(("autoconf" ,autoconf)
1658 ("automake" ,automake)
1659 ("pkg-config" ,pkg-config)
1660 ("emacs" ,emacs-minimal)))
1661 (inputs `(("poppler" ,poppler)
1662 ("cairo" ,cairo)
1663 ("glib" ,glib)
1664 ("libpng" ,libpng)
1665 ("zlib" ,zlib)))
1666 (propagated-inputs `(("tablist" ,emacs-tablist)))
1667 (synopsis "Emacs support library for PDF files")
1668 (description
1669 "PDF Tools is, among other things, a replacement of DocView for PDF
1670 files. The key difference is that pages are not pre-rendered by
1671 e.g. ghostscript and stored in the file-system, but rather created on-demand
1672 and stored in memory.")
1673 (license license:gpl3+)))
1674
1675 (define-public emacs-dash
1676 (package
1677 (name "emacs-dash")
1678 (version "2.15.0")
1679 (source (origin
1680 (method git-fetch)
1681 (uri (git-reference
1682 (url "https://github.com/magnars/dash.el.git")
1683 (commit version)))
1684 (file-name (git-file-name name version))
1685 (sha256
1686 (base32
1687 "0dx8q3jr8fh73cfl7mqi5dq0012ambpvc74d2c71fsv9rfw85693"))))
1688 (build-system emacs-build-system)
1689 (arguments
1690 `(#:tests? #t
1691 #:test-command '("./run-tests.sh")))
1692 (home-page "https://github.com/magnars/dash.el")
1693 (synopsis "Modern list library for Emacs")
1694 (description "This package provides a modern list API library for Emacs.")
1695 (license license:gpl3+)))
1696
1697 (define-public emacs-bui
1698 (package
1699 (name "emacs-bui")
1700 (version "1.2.1")
1701 (source (origin
1702 (method git-fetch)
1703 (uri (git-reference
1704 (url "https://notabug.org/alezost/emacs-bui.git")
1705 (commit (string-append "v" version))))
1706 (file-name (string-append name "-" version "-checkout"))
1707 (sha256
1708 (base32
1709 "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"))))
1710 (build-system emacs-build-system)
1711 (propagated-inputs
1712 `(("dash" ,emacs-dash)))
1713 (home-page "https://notabug.org/alezost/emacs-bui")
1714 (synopsis "Buffer interface library for Emacs")
1715 (description
1716 "BUI (Buffer User Interface) is a library for making @code{list} and
1717 @code{info} interfaces to display an arbitrary data of the same
1718 type, for example: packages, buffers, files, etc.")
1719 (license license:gpl3+)))
1720
1721 (define-public emacs-guix
1722 (package
1723 (name "emacs-guix")
1724 (version "0.5.1.1")
1725 (source (origin
1726 (method url-fetch)
1727 (uri (string-append "https://emacs-guix.gitlab.io/website/"
1728 "releases/emacs-guix-" version ".tar.gz"))
1729 (sha256
1730 (base32
1731 "1gxg7lan3njc2yg2d02b2zij0d2cm2pv2q08nqz86s85jk3b6m03"))))
1732 (build-system gnu-build-system)
1733 (arguments
1734 `(#:configure-flags
1735 (let ((guix (assoc-ref %build-inputs "guix"))
1736 (gcrypt (assoc-ref %build-inputs "guile-gcrypt"))
1737 (geiser (assoc-ref %build-inputs "geiser"))
1738 (dash (assoc-ref %build-inputs "dash"))
1739 (bui (assoc-ref %build-inputs "bui"))
1740 (magit-popup (assoc-ref %build-inputs "magit-popup"))
1741 (edit-indirect (assoc-ref %build-inputs "edit-indirect"))
1742 (site-lisp "/share/emacs/site-lisp")
1743 (site-scm "/share/guile/site")
1744 (site-go "/lib/guile")
1745 (guile-dir (lambda (dir)
1746 (car (find-files dir
1747 (lambda (file stat)
1748 (string-prefix?
1749 "2." (basename file)))
1750 #:directories? #t)))))
1751 (list (string-append "--with-guix-site-dir="
1752 (guile-dir (string-append guix site-scm)))
1753 (string-append "--with-guix-site-ccache-dir="
1754 (guile-dir (string-append guix site-go))
1755 "/site-ccache")
1756 (string-append "--with-guile-gcrypt-site-dir="
1757 (guile-dir (string-append gcrypt site-scm)))
1758 (string-append "--with-guile-gcrypt-site-ccache-dir="
1759 (guile-dir (string-append gcrypt site-go))
1760 "/site-ccache")
1761 (string-append "--with-geiser-lispdir=" geiser site-lisp)
1762 (string-append "--with-dash-lispdir="
1763 dash site-lisp "/guix.d/dash-"
1764 ,(package-version emacs-dash))
1765 (string-append "--with-bui-lispdir="
1766 bui site-lisp "/guix.d/bui-"
1767 ,(package-version emacs-bui))
1768 (string-append "--with-editindirect-lispdir="
1769 edit-indirect site-lisp "/guix.d/edit-indirect-"
1770 ,(package-version emacs-edit-indirect))
1771 (string-append "--with-popup-lispdir="
1772 magit-popup site-lisp "/guix.d/magit-popup-"
1773 ,(package-version emacs-magit-popup))))))
1774 (native-inputs
1775 `(("pkg-config" ,pkg-config)
1776 ("emacs" ,emacs-minimal)))
1777 (inputs
1778 `(("guile" ,guile-2.2)
1779 ("guix" ,guix)))
1780 (propagated-inputs
1781 `(("geiser" ,emacs-geiser)
1782 ("guile-gcrypt" ,guile-gcrypt)
1783 ("dash" ,emacs-dash)
1784 ("bui" ,emacs-bui)
1785 ("edit-indirect" ,emacs-edit-indirect)
1786 ("magit-popup" ,emacs-magit-popup)))
1787 (home-page "https://emacs-guix.gitlab.io/website/")
1788 (synopsis "Emacs interface for GNU Guix")
1789 (description
1790 "Emacs-Guix provides a visual interface, tools and features for the GNU
1791 Guix package manager. Particularly, it allows you to do various package
1792 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
1793 @code{M-x guix-help} command.")
1794 (license license:gpl3+)))
1795
1796 (define-public emacs-build-farm
1797 (package
1798 (name "emacs-build-farm")
1799 (version "0.2.2")
1800 (source (origin
1801 (method git-fetch)
1802 (uri (git-reference
1803 (url "https://notabug.org/alezost/emacs-build-farm.git")
1804 (commit (string-append "v" version))))
1805 (file-name (string-append name "-" version "-checkout"))
1806 (sha256
1807 (base32
1808 "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"))))
1809 (build-system emacs-build-system)
1810 (propagated-inputs
1811 `(("bui" ,emacs-bui)
1812 ("magit-popup" ,emacs-magit-popup)))
1813 (home-page "https://notabug.org/alezost/emacs-build-farm")
1814 (synopsis "Emacs interface for Hydra and Cuirass build farms")
1815 (description
1816 "This Emacs package provides an interface for Hydra and
1817 Cuirass (build farms used by Nix and Guix). It allows you to look at
1818 various data related to the build farm projects, jobsets, builds and
1819 evaluations. The entry point is @code{M-x build-farm} command.")
1820 (license license:gpl3+)))
1821
1822 (define-public emacs-d-mode
1823 (package
1824 (name "emacs-d-mode")
1825 (version "2.0.9")
1826 (source (origin
1827 (method url-fetch)
1828 (uri (string-append
1829 "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/"
1830 "archive/" version ".tar.gz"))
1831 (file-name (string-append name "-" version ".tar.gz"))
1832 (sha256
1833 (base32
1834 "127aa77ix3p7w4g339bx026df9y649dahlr3v359z0hs40zjz3kd"))))
1835 (build-system emacs-build-system)
1836 (propagated-inputs
1837 `(("emacs-undercover" ,emacs-undercover)))
1838 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
1839 (synopsis "Emacs major mode for editing D code")
1840 (description "This package provides an Emacs major mode for highlighting
1841 code written in the D programming language. This mode is currently known to
1842 work with Emacs 24 and 25.")
1843 (license license:gpl2+)))
1844
1845 (define-public emacs-keyfreq
1846 (package
1847 (name "emacs-keyfreq")
1848 (version "20160516.716")
1849 (source
1850 (origin
1851 (method url-fetch)
1852 (uri (string-append "http://melpa.org/packages/keyfreq-"
1853 version ".el"))
1854 (sha256
1855 (base32
1856 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
1857 (build-system emacs-build-system)
1858 (home-page "https://github.com/dacap/keyfreq")
1859 (synopsis "Track Emacs command frequencies")
1860 (description "@code{emacs-keyfeq} tracks and shows how many times you used
1861 a command.")
1862 (license license:gpl3+)))
1863
1864 (define-public emacs-olivetti
1865 (package
1866 (name "emacs-olivetti")
1867 (version "1.5.7")
1868 (source (origin
1869 (method url-fetch)
1870 (uri (string-append
1871 "https://stable.melpa.org/packages/olivetti-"
1872 version ".el"))
1873 (sha256
1874 (base32
1875 "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
1876 (build-system emacs-build-system)
1877 (home-page "https://github.com/rnkn/olivetti")
1878 (synopsis "Emacs minor mode for a nice writing environment")
1879 (description "This package provides an Emacs minor mode that puts writing
1880 in the center.")
1881 (license license:gpl3+)))
1882
1883 (define-public emacs-undo-tree
1884 (package
1885 (name "emacs-undo-tree")
1886 (version "0.6.6")
1887 (source (origin
1888 (method git-fetch)
1889 (uri (git-reference
1890 (url "http://dr-qubit.org/git/undo-tree.git")
1891 (commit (string-append "release/" version))))
1892 (file-name (string-append name "-" version "-checkout"))
1893 (sha256
1894 (base32
1895 "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
1896 (build-system emacs-build-system)
1897 (home-page "http://www.dr-qubit.org/emacs.php")
1898 (synopsis "Treat undo history as a tree")
1899 (description "Tree-like interface to Emacs undo system, providing
1900 graphical tree presentation of all previous states of buffer that
1901 allows easily move between them.")
1902 (license license:gpl3+)))
1903
1904 (define-public emacs-s
1905 (package
1906 (name "emacs-s")
1907 (version "1.12.0")
1908 (source (origin
1909 (method url-fetch)
1910 (uri (string-append
1911 "https://github.com/magnars/s.el/archive/"
1912 version ".tar.gz"))
1913 (file-name (string-append name "-" version ".tar.gz"))
1914 (sha256
1915 (base32
1916 "0xbl75863pcm806zg0x1lw7qznzjq2c8320k8js7apyag8q4srvh"))))
1917 (build-system emacs-build-system)
1918 (arguments
1919 `(#:tests? #t
1920 #:emacs ,emacs ; FIXME: tests fail with emacs-minimal
1921 #:test-command '("./run-tests.sh")))
1922 (home-page "https://github.com/magnars/s.el")
1923 (synopsis "Emacs string manipulation library")
1924 (description "This package provides an Emacs library for manipulating
1925 strings.")
1926 (license license:gpl3+)))
1927
1928 (define-public emacs-symon
1929 (package
1930 (name "emacs-symon")
1931 (version "20160630")
1932 (source
1933 (origin
1934 (method url-fetch)
1935 (uri (string-append "https://github.com/zk-phi/symon/archive/"
1936 version ".tar.gz"))
1937 (file-name (string-append name "-" version ".tar.gz"))
1938 (sha256
1939 (base32
1940 "0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
1941 (build-system emacs-build-system)
1942 (home-page "https://github.com/zk-phi/symon")
1943 (synopsis "Tiny graphical system monitor")
1944 (description
1945 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
1946 (license license:gpl2+)))
1947
1948 (define-public emacs-sx
1949 (let ((version "20180212")
1950 (revision "1")
1951 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
1952 (package
1953 (name "emacs-sx")
1954 (version (git-version version revision commit))
1955 (source
1956 (origin
1957 (method git-fetch)
1958 (uri (git-reference
1959 (url "https://github.com/vermiculus/sx.el")
1960 (commit commit)))
1961 (file-name (git-file-name name version))
1962 (sha256
1963 (base32
1964 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
1965 (build-system emacs-build-system)
1966 (propagated-inputs
1967 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
1968 (home-page "https://github.com/vermiculus/sx.el")
1969 (synopsis "Emacs StackExchange client")
1970 (description
1971 "Emacs StackExchange client. Ask and answer questions on
1972 Stack Overflow, Super User, and other StackExchange sites.")
1973 (license license:gpl3+))))
1974
1975 (define-public emacs-f
1976 (package
1977 (name "emacs-f")
1978 (version "0.20.0")
1979 (source (origin
1980 (method git-fetch)
1981 (uri (git-reference
1982 (url "https://github.com/rejeep/f.el.git")
1983 (commit (string-append "v" version))))
1984 (file-name (git-file-name name version))
1985 (sha256
1986 (base32
1987 "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
1988 (build-system emacs-build-system)
1989 (propagated-inputs
1990 `(("emacs-s" ,emacs-s)
1991 ("emacs-dash" ,emacs-dash)))
1992 (home-page "https://github.com/rejeep/f.el")
1993 (synopsis "Emacs API for working with files and directories")
1994 (description "This package provides an Emacs library for working with
1995 files and directories.")
1996 (license license:gpl3+)))
1997
1998 (define-public emacs-git-gutter
1999 (package
2000 (name "emacs-git-gutter")
2001 (version "0.90")
2002 (source (origin
2003 (method url-fetch)
2004 (uri (string-append
2005 "https://github.com/syohex/" name "/archive/"
2006 version ".tar.gz"))
2007 (file-name (string-append name "-" version ".tar.gz"))
2008 (sha256
2009 (base32
2010 "1nmhvhpq1l56mj2yq3ag23rw3x4xgnsy8szp30s26l0yjnkhc4qg"))))
2011 (build-system emacs-build-system)
2012 (home-page "https://github.com/syohex/emacs-git-gutter")
2013 (synopsis "See and manage hunks of text in a version control system")
2014 (description
2015 "This package is an Emacs minor mode for displaying and interacting with
2016 hunks of text managed in a version control system. Added modified and deleted
2017 areas can be indicated with symbols on the edge of the buffer, and commands
2018 can be used to move between and perform actions on these hunks.
2019
2020 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
2021 display and behaviour is easily customisable.")
2022 (license license:gpl3+)))
2023
2024 (define-public emacs-git-timemachine
2025 (package
2026 (name "emacs-git-timemachine")
2027 (version "4.5")
2028 (source
2029 (origin
2030 (method url-fetch)
2031 (uri (string-append "https://gitlab.com/pidu/git-timemachine"
2032 "/-/archive/" version
2033 "/git-timemachine-" version ".tar.gz"))
2034 (file-name (string-append name "-" version ".tar.gz"))
2035 (sha256
2036 (base32
2037 "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
2038 (build-system emacs-build-system)
2039 (home-page "https://gitlab.com/pidu/git-timemachine")
2040 (synopsis "Step through historic versions of Git-controlled files")
2041 (description "This package enables you to step through historic versions
2042 of files under Git version control from within Emacs.")
2043 (license license:gpl3+)))
2044
2045 (define-public emacs-minitest
2046 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
2047 (revision "1"))
2048 (package
2049 (name "emacs-minitest")
2050 (version (git-version "0.8.0" revision commit))
2051 (source (origin
2052 (method git-fetch)
2053 (uri (git-reference
2054 (url "https://github.com/arthurnn/minitest-emacs")
2055 (commit commit)))
2056 (file-name (git-file-name name commit))
2057 (sha256
2058 (base32
2059 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
2060 (build-system emacs-build-system)
2061 (arguments
2062 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
2063 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
2064 (propagated-inputs
2065 `(("emacs-dash" ,emacs-dash)
2066 ("emacs-f" ,emacs-f)))
2067 (home-page "https://github.com/arthurnn/minitest-emacs")
2068 (synopsis "Emacs minitest mode")
2069 (description
2070 "The minitest mode provides commands to run the tests for the current
2071 file or line, as well as rerunning the previous tests, or all the tests for a
2072 project.
2073
2074 This package also includes relevant snippets for yasnippet.")
2075 (license license:expat))))
2076
2077 (define-public emacs-el-mock
2078 (package
2079 (name "emacs-el-mock")
2080 (version "1.25.1")
2081 (source
2082 (origin
2083 (method url-fetch)
2084 (uri (string-append "https://github.com/rejeep/el-mock.el/"
2085 "archive/v" version ".tar.gz"))
2086 (file-name (string-append name "-" version ".tar.gz"))
2087 (sha256
2088 (base32
2089 "16xw94n58xxn3zvgyj72bmzs0k5lkvswjmzs79ws9n7rzdivb38b"))))
2090 (build-system emacs-build-system)
2091 (home-page "https://github.com/rejeep/el-mock.el")
2092 (synopsis "Tiny mock and stub framework in Emacs Lisp")
2093 (description
2094 "Emacs Lisp Mock is a library for mocking and stubbing using readable
2095 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
2096 Expectations, but it can be used in other contexts.")
2097 (license license:gpl3+)))
2098
2099 (define-public emacs-espuds
2100 (package
2101 (name "emacs-espuds")
2102 (version "0.3.3")
2103 (source
2104 (origin
2105 (method url-fetch)
2106 (uri (string-append "https://github.com/ecukes/espuds/"
2107 "archive/v" version ".tar.gz"))
2108 (file-name (string-append name "-" version ".tar.gz"))
2109 (sha256
2110 (base32
2111 "0xv551376pbmh735a3zjwc9z4qdx6ngj1vpq3xqjpn0a1rwjyn4k"))))
2112 (build-system emacs-build-system)
2113 (propagated-inputs
2114 `(("emacs-s" ,emacs-s)
2115 ("emacs-dash" ,emacs-dash)
2116 ("emacs-f" ,emacs-f)))
2117 (home-page "https://github.com/ecukes/espuds")
2118 (synopsis "Common step definitions for Ecukes")
2119 (description "Espuds is a collection of the most commonly used step
2120 definitions for testing with the Ecukes framework.")
2121 (license license:gpl3+)))
2122
2123 (define-public emacs-spark
2124 (let ((version "20160503") ; no proper tag, use date of commit
2125 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
2126 (revision "1"))
2127 (package
2128 (name "emacs-spark")
2129 (version (git-version version revision commit))
2130 (source
2131 (origin
2132 (method git-fetch)
2133 (uri (git-reference
2134 (url "https://github.com/alvinfrancis/spark.git")
2135 (commit commit)))
2136 (file-name (git-file-name name version))
2137 (sha256
2138 (base32
2139 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
2140 (build-system emacs-build-system)
2141 (home-page "https://github.com/alvinfrancis/spark")
2142 (synopsis "Sparkline generation library for Emacs Lisp")
2143 (description "@code{emacs-spark} is a sparkline generation library for
2144 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
2145 port of @code{cl-spark} to Emacs Lisp.")
2146 (license license:expat))))
2147
2148 (define-public emacs-es-mode
2149 (package
2150 (name "emacs-es-mode")
2151 (version "4.3.0")
2152 (source (origin
2153 (method url-fetch)
2154 (uri (string-append
2155 "https://github.com/dakrone/es-mode/archive/"
2156 version ".tar.gz"))
2157 (file-name (string-append name "-" version ".tar.gz"))
2158 (sha256
2159 (base32
2160 "0y86qdcb3g7fkcb4pzsjh3syzql6w3314hg1wqxq4a8bbk3y0cgr"))))
2161 (build-system emacs-build-system)
2162 (propagated-inputs
2163 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
2164 ;; to be rendered incorrectly
2165 `(("emacs-dash" ,emacs-dash)
2166 ("emacs-org" ,emacs-org)
2167 ("emacs-spark" ,emacs-spark)))
2168 (home-page "https://github.com/dakrone/es-mode")
2169 (synopsis "Major mode for editing Elasticsearch queries")
2170 (description "@code{es-mode} includes highlighting, completion and
2171 indentation support for Elasticsearch queries. Also supported are
2172 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
2173 be processed through @code{jq}, or in the case of aggregations, can be
2174 rendered in to a table. In addition, there is an @code{es-command-center}
2175 mode, which displays information about Elasticsearch clusters.")
2176 (license license:gpl3+)))
2177
2178 (define-public emacs-expand-region
2179 (package
2180 (name "emacs-expand-region")
2181 (version "0.11.0")
2182 (source
2183 (origin
2184 (method url-fetch)
2185 (uri (string-append "https://github.com/magnars/expand-region.el"
2186 "/archive/" version ".tar.gz"))
2187 (file-name (string-append name "-" version ".tar.gz"))
2188 (sha256
2189 (base32
2190 "08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
2191 (build-system emacs-build-system)
2192 (home-page "https://github.com/magnars/expand-region.el")
2193 (synopsis "Increase selected region by semantic units")
2194 (description
2195 "Expand region increases the selected region by semantic units. Just
2196 keep pressing the key until it selects what you want. There's also
2197 @code{er/contract-region} if you expand too far.")
2198 (license license:gpl3+)))
2199
2200 (define-public emacs-fill-column-indicator
2201 (package
2202 (name "emacs-fill-column-indicator")
2203 (version "1.89")
2204 (source
2205 (origin
2206 (method url-fetch)
2207 (uri (string-append "https://github.com/alpaker/Fill-Column-Indicator"
2208 "/archive/v" version ".tar.gz"))
2209 (file-name (string-append name "-" version ".tar.gz"))
2210 (sha256
2211 (base32
2212 "09ab01np14bdcsr38xf95kpnvxzqr46mdjmphg3pigwnx39a3jvg"))))
2213 (build-system emacs-build-system)
2214 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2215 (synopsis "Graphically indicate the fill column")
2216 (description
2217 "Fill-column-indicator graphically indicates the location of the fill
2218 column by drawing a thin line down the length of the editing window.")
2219 (license license:gpl3+)))
2220
2221 (define-public emacs-grep-a-lot
2222 (package
2223 (name "emacs-grep-a-lot")
2224 (version "1.0.7")
2225 (source (origin
2226 (method git-fetch)
2227 (uri (git-reference
2228 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2229 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2230 (file-name (string-append name "-" version "-checkout"))
2231 (sha256
2232 (base32
2233 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2234 (build-system emacs-build-system)
2235 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2236 (synopsis "Enables multiple grep buffers in Emacs")
2237 (description
2238 "This Emacs package allows managing multiple grep buffers.")
2239 (license license:gpl3+)))
2240
2241 (define-public emacs-inf-ruby
2242 (package
2243 (name "emacs-inf-ruby")
2244 (version "2.5.1")
2245 (source
2246 (origin
2247 (method url-fetch)
2248 (uri (string-append "https://github.com/nonsequitur/inf-ruby/"
2249 "archive/" version ".tar.gz"))
2250 (file-name (string-append name "-" version ".tar.gz"))
2251 (sha256
2252 (base32
2253 "0m7323k649ckxql1grsdnf71bjhys7l4qb8wbpphb1mr1q8i4066"))))
2254 (build-system emacs-build-system)
2255 (home-page "https://github.com/nonsequitur/inf-ruby")
2256 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2257 (description
2258 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2259 for easy interaction with a ruby subprocess. Features include support for
2260 detecting specific uses of Ruby, e.g. when using rails, and using a
2261 appropriate console.")
2262 (license license:gpl3+)))
2263
2264 (define-public emacs-znc
2265 (package
2266 (name "emacs-znc")
2267 (version "0.0.2")
2268 (source
2269 (origin
2270 (method url-fetch)
2271 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2272 version ".el"))
2273 (sha256
2274 (base32
2275 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2276 (build-system emacs-build-system)
2277 (home-page "https://github.com/sshirokov/ZNC.el")
2278 (synopsis "Make ERC and ZNC get along better")
2279 (description
2280 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2281 IRC bouncer with ERC.")
2282 (license license:expat)))
2283
2284 (define-public emacs-shut-up
2285 (package
2286 (name "emacs-shut-up")
2287 (version "0.3.2")
2288 (source
2289 (origin
2290 (method url-fetch)
2291 (uri (string-append "https://github.com/cask/shut-up/"
2292 "archive/v" version ".tar.gz"))
2293 (file-name (string-append name "-" version ".tar.gz"))
2294 (sha256
2295 (base32
2296 "09kzrjdkb569iviyg7ydwq44yh84m3f9hkl7jizfrlk0w4gz67d1"))))
2297 (build-system emacs-build-system)
2298 (home-page "https://github.com/cask/shut-up")
2299 (synopsis "Silence Emacs")
2300 (description "This package silences most output of Emacs when running an
2301 Emacs shell script.")
2302 (license license:expat)))
2303
2304 (define-public emacs-undercover
2305 (package
2306 (name "emacs-undercover")
2307 (version "0.6.0")
2308 (source
2309 (origin
2310 (method url-fetch)
2311 (uri (string-append "https://github.com/sviridov/undercover.el/"
2312 "archive/v" version ".tar.gz"))
2313 (file-name (string-append name "-" version ".tar.gz"))
2314 (sha256
2315 (base32
2316 "0f48fi0xnbsqs382rgh85m9mq1wdnr0yib7as9xhwzvq0hsr5m0a"))))
2317 (build-system emacs-build-system)
2318 (propagated-inputs
2319 `(("emacs-dash" ,emacs-dash)
2320 ("emacs-shut-up" ,emacs-shut-up)))
2321 (home-page "https://github.com/sviridov/undercover.el")
2322 (synopsis "Test coverage library for Emacs Lisp")
2323 (description
2324 "Undercover is a test coverage library for software written in Emacs
2325 Lisp.")
2326 (license license:expat)))
2327
2328 (define-public emacs-paren-face
2329 (package
2330 (name "emacs-paren-face")
2331 (version "1.0.0")
2332 (source
2333 (origin
2334 (method url-fetch)
2335 (uri (string-append "https://github.com/tarsius/paren-face/archive/"
2336 version ".tar.gz"))
2337 (file-name (string-append name "-" version ".tar.gz"))
2338 (sha256
2339 (base32
2340 "0y4qrhxa9332vsvr999jg7qj1ymnfgwpf591yi4a4jgg90pm7qnn"))))
2341 (build-system emacs-build-system)
2342 (home-page "https://github.com/tarsius/paren-face")
2343 (synopsis "Face for parentheses in lisp modes")
2344 (description
2345 "This library defines a face named @code{parenthesis} used just for
2346 parentheses. The intended purpose of this face is to make parentheses less
2347 visible in Lisp code by dimming them. Lispers probably don't need to be
2348 constantly made aware of the existence of the parentheses. Dimming them might
2349 be even more useful for people new to lisp who have not yet learned to
2350 subconsciously blend out the parentheses.")
2351 (license license:gpl3+)))
2352
2353 (define-public emacs-page-break-lines
2354 (package
2355 (name "emacs-page-break-lines")
2356 (version "0.11")
2357 (source
2358 (origin
2359 (method url-fetch)
2360 (uri (string-append "https://github.com/purcell/page-break-lines/"
2361 "archive/" version ".tar.gz"))
2362 (file-name (string-append name "-" version ".tar.gz"))
2363 (sha256
2364 (base32
2365 "1zzhziq5kbrm9rxk30kx2glz455fp1blqxg8cpcf6l8xl3w8z4pg"))))
2366 (build-system emacs-build-system)
2367 (home-page "https://github.com/purcell/page-break-lines")
2368 (synopsis "Display page breaks as tidy horizontal lines")
2369 (description
2370 "This library provides a global mode which displays form feed characters
2371 as horizontal rules.")
2372 (license license:gpl3+)))
2373
2374 (define-public emacs-simple-httpd
2375 (package
2376 (name "emacs-simple-httpd")
2377 (version "1.4.6")
2378 (source
2379 (origin
2380 (method url-fetch)
2381 (uri (string-append "https://github.com/skeeto/emacs-web-server/"
2382 "archive/" version ".tar.gz"))
2383 (file-name (string-append name "-" version ".tar.gz"))
2384 (sha256
2385 (base32
2386 "01r7h3imnj4qx1m53a2wjafvbylcyz5f9r2rg2cs7ky3chlg220r"))))
2387 (build-system emacs-build-system)
2388 (home-page "https://github.com/skeeto/emacs-http-server")
2389 (synopsis "HTTP server in pure Emacs Lisp")
2390 (description
2391 "This package provides a simple HTTP server written in Emacs Lisp to
2392 serve files and directory listings.")
2393 (license license:unlicense)))
2394
2395 (define-public emacs-skewer-mode
2396 (package
2397 (name "emacs-skewer-mode")
2398 (version "1.6.2")
2399 (source
2400 (origin
2401 (method url-fetch)
2402 (uri (string-append "https://github.com/skeeto/skewer-mode/archive/"
2403 version ".tar.gz"))
2404 (file-name (string-append name "-" version ".tar.gz"))
2405 (sha256
2406 (base32
2407 "07jpz374j0j964szy3zznrkyja2kpdl3xa87wh7349mzxivqxdx0"))))
2408 (build-system emacs-build-system)
2409 (propagated-inputs
2410 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2411 ("emacs-js2-mode" ,emacs-js2-mode)))
2412 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2413 (home-page "https://github.com/skeeto/skewer-mode")
2414 (synopsis "Live web development in Emacs")
2415 (description
2416 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2417 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2418 evaluated in the browser, just like Emacs does with an inferior Lisp process
2419 in Lisp modes.")
2420 (license license:unlicense)))
2421
2422 (define-public emacs-string-inflection
2423 (package
2424 (name "emacs-string-inflection")
2425 (version "1.0.6")
2426 (source (origin
2427 (method git-fetch)
2428 (uri (git-reference
2429 (url "https://github.com/akicho8/string-inflection")
2430 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2431 (file-name (string-append name "-" version "-checkout"))
2432 (sha256
2433 (base32
2434 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2435 (build-system emacs-build-system)
2436 (native-inputs
2437 `(("ert-runner" ,emacs-ert-runner)))
2438 (arguments
2439 `(#:tests? #t
2440 #:test-command '("ert-runner")))
2441 (home-page "https://github.com/akicho8/string-inflection")
2442 (synopsis "Convert symbol names between different naming conventions")
2443 (description
2444 "This Emacs package provides convenient methods for manipulating the
2445 naming style of a symbol. It supports different naming conventions such as:
2446
2447 @enumerate
2448 @item camel case
2449 @item Pascal case
2450 @item all upper case
2451 @item lower case separated by underscore
2452 @item etc...
2453 @end enumerate\n")
2454 (license license:gpl2+)))
2455
2456 (define-public emacs-stripe-buffer
2457 (package
2458 (name "emacs-stripe-buffer")
2459 (version "0.2.5")
2460 (source
2461 (origin
2462 (method url-fetch)
2463 (uri (string-append "https://github.com/sabof/stripe-buffer/"
2464 "archive/" version ".tar.gz"))
2465 (file-name (string-append name "-" version ".tar.gz"))
2466 (sha256
2467 (base32
2468 "1p515dq7raly5hw94kiwm3vzsfih0d8af622q4ipvvljsm98aiik"))))
2469 (build-system emacs-build-system)
2470 (home-page "https://github.com/sabof/stripe-buffer/")
2471 (synopsis "Add stripes to list buffers")
2472 (description
2473 "This Emacs package adds faces to add stripes to list buffers and org
2474 tables.")
2475 (license license:gpl2+)))
2476
2477 (define-public emacs-rich-minority
2478 (package
2479 (name "emacs-rich-minority")
2480 (version "1.0.1")
2481 (source
2482 (origin
2483 (method url-fetch)
2484 (uri (string-append "https://github.com/Malabarba/rich-minority/"
2485 "archive/" version ".tar.gz"))
2486 (file-name (string-append name "-" version ".tar.gz"))
2487 (sha256
2488 (base32
2489 "1l0cb0q7kyi88nwfqd542psnkgwnjklpzc5rx32gzd3lkwkrbr8v"))))
2490 (build-system emacs-build-system)
2491 (home-page "https://github.com/Malabarba/rich-minority")
2492 (synopsis "Clean-up and beautify the list of minor modes")
2493 (description
2494 "This Emacs package hides and/or highlights minor modes in the
2495 mode-line.")
2496 (license license:gpl2+)))
2497
2498 (define-public emacs-robe
2499 (package
2500 (name "emacs-robe")
2501 (version "0.8.1")
2502 (source
2503 (origin
2504 (method url-fetch)
2505 (uri (string-append "https://github.com/dgutov/robe/"
2506 "archive/" version ".tar.gz"))
2507 (file-name (string-append name "-" version ".tar.gz"))
2508 (sha256
2509 (base32
2510 "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
2511 (build-system emacs-build-system)
2512 (arguments
2513 '(#:include (cons "^lib\\/" %default-include)))
2514 (propagated-inputs
2515 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
2516 (home-page "https://github.com/dgutov/robe")
2517 (synopsis "Ruby code assistance tool for Emacs")
2518 (description
2519 "Robe can provide information on loaded classes and modules in Ruby code,
2520 as well as where methods are defined. This allows the user to jump to method
2521 definitions, modules and classes, display method documentation and provide
2522 method and constant name completion.")
2523 (license license:gpl3+)))
2524
2525 (define-public emacs-rspec
2526 (package
2527 (name "emacs-rspec")
2528 (version "1.11")
2529 (source
2530 (origin
2531 (method url-fetch)
2532 (uri (string-append "https://github.com/pezra/rspec-mode/"
2533 "archive/v" version ".tar.gz"))
2534 (file-name (string-append name "-" version ".tar.gz"))
2535 (sha256
2536 (base32
2537 "1j0a7ms5516nlg60qfyn730pfxys6acm0rgyxh5xfkpi6jafgpvw"))))
2538 (build-system emacs-build-system)
2539 (home-page "https://github.com/pezra/rspec-mode")
2540 (synopsis "Provides a rspec mode for working with RSpec")
2541 (description
2542 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
2543 verify the spec associated with the current buffer, or entire project, as well
2544 as moving between the spec files, and coresponding code files.
2545
2546 Also included are keybindings for spec files and Dired buffers, as well as
2547 snippets for yasnippet.")
2548 (license license:gpl3+)))
2549
2550 (define-public emacs-smart-mode-line
2551 (package
2552 (name "emacs-smart-mode-line")
2553 (version "2.12.0")
2554 (source
2555 (origin
2556 (method url-fetch)
2557 (uri (string-append "https://github.com/Malabarba/smart-mode-line/"
2558 "archive/" version ".tar.gz"))
2559 (file-name (string-append name "-" version ".tar.gz"))
2560 (sha256
2561 (base32
2562 "1hn8s6laijmg7w1bgwdfrki6h9vxkbgr8rmmssvd5yqyad5w2sba"))))
2563 (build-system emacs-build-system)
2564 (propagated-inputs
2565 `(("emacs-rich-minority" ,emacs-rich-minority)))
2566 (home-page "https://github.com/Malabarba/smart-mode-line")
2567 (synopsis "Color-coded smart mode-line")
2568 (description
2569 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
2570 read from small to large monitors by using colors, a prefix feature, and smart
2571 truncation.")
2572 (license license:gpl2+)))
2573
2574 (define-public emacs-sr-speedbar
2575 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
2576 (revision "0"))
2577 (package
2578 (name "emacs-sr-speedbar")
2579 (version (git-version "20161025" revision commit))
2580 (source
2581 (origin
2582 (method git-fetch)
2583 (uri (git-reference
2584 (url "https://github.com/emacsorphanage/sr-speedbar.git")
2585 (commit commit)))
2586 (file-name (git-file-name name version))
2587 (sha256
2588 (base32
2589 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
2590 (build-system emacs-build-system)
2591 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
2592 (synopsis "Same frame Emacs @code{speedbar}")
2593 (description
2594 "This Emacs package allows you to show @code{M-x speedbar} in the
2595 same frame (in an extra window). You can customize the initial width of
2596 the speedbar window.")
2597 (license license:gpl3+))))
2598
2599 (define-public emacs-shell-switcher
2600 (package
2601 (name "emacs-shell-switcher")
2602 (version "1.0.1")
2603 (source
2604 (origin
2605 (method url-fetch)
2606 (uri (string-append "https://github.com/DamienCassou/shell-switcher"
2607 "/archive/v" version ".tar.gz"))
2608 (file-name (string-append name "-" version ".tar.gz"))
2609 (sha256
2610 (base32
2611 "1c23mfkdqz2g9rixd9smm323vzlvhzz3ng34ambcqjfq309qb2nz"))))
2612 (build-system emacs-build-system)
2613 (home-page "https://github.com/DamienCassou/shell-switcher")
2614 (synopsis "Provide fast switching between shell buffers")
2615 (description
2616 "This package provides commands to quickly switch between shell buffers.")
2617 (license license:gpl3+)))
2618
2619 (define-public emacs-ob-ipython
2620 (package
2621 (name "emacs-ob-ipython")
2622 (version "20150704.8807064693")
2623 (source (origin
2624 (method git-fetch)
2625 (uri (git-reference
2626 (commit "880706469338ab59b5bb7dbe8460016f89755364")
2627 (url "https://github.com/gregsexton/ob-ipython.git")))
2628 (file-name (string-append name "-" version "-checkout"))
2629 (sha256
2630 (base32
2631 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
2632 (build-system emacs-build-system)
2633 (propagated-inputs
2634 `(("emacs-f" ,emacs-f)))
2635 (home-page "http://www.gregsexton.org")
2636 (synopsis "Org-Babel functions for IPython evaluation")
2637 (description "This package adds support to Org-Babel for evaluating Python
2638 source code using IPython.")
2639 (license license:gpl3+)))
2640
2641 (define-public emacs-debbugs
2642 (package
2643 (name "emacs-debbugs")
2644 (version "0.17")
2645 (source (origin
2646 (method url-fetch)
2647 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
2648 version ".tar"))
2649 (sha256
2650 (base32
2651 "0zclh2nxj5p10n214sxyxy3ca07l5s9p5spk0xp1smr6nzn0w7gb"))))
2652 (build-system emacs-build-system)
2653 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
2654 (propagated-inputs
2655 `(("emacs-async" ,emacs-async)))
2656 (home-page "https://elpa.gnu.org/packages/debbugs.html")
2657 (synopsis "Access the Debbugs bug tracker in Emacs")
2658 (description
2659 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
2660 Tracker} from within Emacs.
2661
2662 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
2663 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
2664 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
2665 @code{M-x debbugs-org} and related commands.
2666
2667 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
2668 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
2669 (license license:gpl3+)))
2670
2671 (define-public emacs-ert-expectations
2672 (package
2673 (name "emacs-ert-expectations")
2674 (version "0.2")
2675 (source
2676 (origin
2677 (method url-fetch)
2678 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
2679 (sha256
2680 (base32
2681 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
2682 (build-system emacs-build-system)
2683 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
2684 (synopsis "Simple unit test framework for Emacs Lisp")
2685 (description "@code{emacs-ert-expectations} is a simple unit test
2686 framework for Emacs Lisp to be used with @code{ert}.")
2687 (license license:gpl3+)))
2688
2689 (define-public emacs-deferred
2690 (package
2691 (name "emacs-deferred")
2692 (version "0.5.1")
2693 (home-page "https://github.com/kiwanami/emacs-deferred")
2694 (source (origin
2695 (method git-fetch)
2696 (uri (git-reference
2697 (url home-page)
2698 (commit (string-append "v" version))))
2699 (sha256
2700 (base32
2701 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))
2702 (file-name (string-append name "-" version))))
2703 (build-system emacs-build-system)
2704 (arguments
2705 `(#:phases
2706 (modify-phases %standard-phases
2707 (add-after 'unpack 'set-shell
2708 ;; Setting the SHELL environment variable is required for the tests
2709 ;; to find sh.
2710 (lambda _
2711 (setenv "SHELL" (which "sh"))
2712 #t))
2713 (add-before 'check 'fix-makefile
2714 (lambda _
2715 (substitute* "Makefile"
2716 (("\\$\\(CASK\\) exec ") ""))
2717 #t)))
2718 #:tests? #t
2719 #:test-command '("make" "test")))
2720 (native-inputs
2721 `(("emacs-ert-expectations" ,emacs-ert-expectations)
2722 ("emacs-undercover" ,emacs-undercover)
2723 ("ert-runner" ,emacs-ert-runner)))
2724 (synopsis "Simple asynchronous functions for Emacs Lisp")
2725 (description
2726 "The @code{deferred.el} library provides support for asynchronous tasks.
2727 The API is almost the same as that of
2728 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
2729 for asynchronous tasks.")
2730 (license license:gpl3+)))
2731
2732 (define-public emacs-butler
2733 (package
2734 (name "emacs-butler")
2735 (version "0.2.4")
2736 (home-page "https://github.com/AshtonKem/Butler")
2737 (source (origin
2738 (method git-fetch)
2739 (uri (git-reference
2740 (url home-page)
2741 (commit version)))
2742 (sha256
2743 (base32
2744 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))
2745 (file-name (string-append name "-" version))))
2746 (build-system emacs-build-system)
2747 (propagated-inputs
2748 `(("emacs-deferred" ,emacs-deferred)))
2749 (synopsis "Emacs client for Jenkins")
2750 (description
2751 "Butler provides an interface to connect to Jenkins continuous
2752 integration servers. Users can specify a list of server in the
2753 @code{butler-server-list} variable and then use @code{M-x butler-status} to
2754 view the build status of those servers' build jobs, and possibly to trigger
2755 build jobs.")
2756 (license license:gpl3+)))
2757
2758 (define-public emacs-company
2759 (package
2760 (name "emacs-company")
2761 (version "0.9.7")
2762 (source
2763 (origin
2764 (method url-fetch)
2765 (uri (string-append "https://github.com/company-mode/company-mode/archive/"
2766 version ".tar.gz"))
2767 (file-name (string-append name "-" version ".tar.gz"))
2768 (sha256
2769 (base32
2770 "19flv38f2qhxda8lbk2ckywvibd72vbzmn4hchqz6d8acsknh4sb"))))
2771 (build-system emacs-build-system)
2772 (arguments
2773 `(#:phases
2774 (modify-phases %standard-phases
2775 (add-before 'check 'fix-bin-dir
2776 (lambda _
2777 ;; The company-files-candidates-normal-root test looks
2778 ;; for the /bin directory, but the build environment has
2779 ;; no /bin directory. Modify the test to look for the
2780 ;; /tmp directory.
2781 (substitute* "test/files-tests.el"
2782 (("/bin/") "/tmp/"))
2783 #t)))
2784 #:tests? #t
2785 #:test-command '("make" "test-batch")))
2786 (home-page "http://company-mode.github.io/")
2787 (synopsis "Modular text completion framework")
2788 (description
2789 "Company is a modular completion mechanism. Modules for retrieving
2790 completion candidates are called back-ends, modules for displaying them are
2791 front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
2792 These are distributed in separate files and can be used individually.")
2793 (license license:gpl3+)))
2794
2795 (define-public emacs-irony-mode
2796 (package
2797 (name "emacs-irony-mode")
2798 (version "1.2.0")
2799 (home-page "https://github.com/Sarcasm/irony-mode")
2800 (source (origin
2801 (method git-fetch)
2802 (uri (git-reference
2803 (url (string-append home-page ".git"))
2804 (commit (string-append "v" version))))
2805 (sha256
2806 (base32
2807 "0nhjrnlmss535jbshjjd30vydbr8py21vkx4p294w6d8vg2rssf8"))
2808 (file-name (string-append name "-" version ".tar.gz"))))
2809 (build-system emacs-build-system)
2810 (inputs `(("server" ,emacs-irony-mode-server)))
2811 (arguments `(#:phases
2812 (modify-phases %standard-phases
2813 (add-after 'unpack 'configure
2814 (lambda* (#:key inputs #:allow-other-keys)
2815 (chmod "irony.el" #o644)
2816 (emacs-substitute-variables "irony.el"
2817 ("irony-server-install-prefix"
2818 (assoc-ref inputs "server")))
2819 #t)))))
2820 (synopsis "C/C++/ObjC Code completion and syntax checks for Emacs")
2821 (description "Irony-mode provides Clang-assisted syntax checking and
2822 completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
2823 provide syntax checking and autocompletion on compiler level which is very
2824 resistent against false positives. It also integrates well with other
2825 packages like @code{eldoc-mode} and especially @code{company-mode} as
2826 described on the homepage.")
2827 (license license:gpl3+)))
2828
2829 (define-public emacs-irony-mode-server
2830 (package (inherit emacs-irony-mode)
2831 (name "emacs-irony-mode-server")
2832 (inputs
2833 `(("clang" ,clang)))
2834 (arguments
2835 `(#:phases
2836 (modify-phases %standard-phases
2837 (replace 'configure
2838 (lambda* (#:key outputs #:allow-other-keys)
2839 (let ((out (assoc-ref outputs "out")))
2840 (invoke "cmake"
2841 "server"
2842 (string-append "-DCMAKE_INSTALL_PREFIX=" out)) #t))))))
2843 (build-system cmake-build-system)
2844 (synopsis "Server for the Emacs @dfn{irony mode}")))
2845
2846 (define-public emacs-company-irony
2847 (package
2848 (name "emacs-company-irony")
2849 (version "1.1.0")
2850 (source (origin
2851 (method git-fetch)
2852 (uri (git-reference
2853 (url "https://github.com/Sarcasm/company-irony.git")
2854 (commit (string-append "v" version))))
2855 (sha256 (base32
2856 "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"))
2857 (file-name (git-file-name name version))))
2858 (build-system emacs-build-system)
2859 (inputs
2860 `(("emacs-irony-mode" ,emacs-irony-mode)
2861 ("emacs-company" ,emacs-company)))
2862 (synopsis "C++ completion backend for Company using irony-mode")
2863 (description "This backend for company-mode allows for C++ code completion
2864 with irony-mode using clang-tooling.")
2865 (home-page "https://github.com/Sarcasm/company-irony")
2866 (license license:gpl3+)))
2867
2868 (define-public emacs-flycheck-irony
2869 (package
2870 (name "emacs-flycheck-irony")
2871 (version "0.1.0")
2872 (source (origin
2873 (method git-fetch)
2874 (uri (git-reference
2875 (url "https://github.com/Sarcasm/flycheck-irony.git")
2876 (commit (string-append "v" version))))
2877 (sha256
2878 (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))
2879 (file-name (string-append name "-" version))))
2880 (build-system emacs-build-system)
2881 (inputs
2882 `(("irony-mode" ,emacs-irony-mode)
2883 ("flycheck-mode" ,emacs-flycheck)
2884 ("emacs-company" ,emacs-company)))
2885 (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
2886 (description "This package provides a frontend for Flycheck that lets
2887 irony-mode do the syntax checking.")
2888 (home-page "https://github.com/Sarcasm/flycheck-irony")
2889 (license license:gpl3+)))
2890
2891 (define-public emacs-irony-eldoc
2892 (package
2893 (name "emacs-irony-eldoc")
2894 (version (package-version emacs-irony-mode))
2895 (source
2896 (origin
2897 (method git-fetch)
2898 (uri (git-reference
2899 (url "https://github.com/ikirill/irony-eldoc.git")
2900 (commit "0df5831eaae264a25422b061eb2792aadde8b3f2")))
2901 (sha256 (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))
2902 (file-name (string-append name "-" version))))
2903 (build-system emacs-build-system)
2904 (inputs
2905 `(("irony-mode" ,emacs-irony-mode)))
2906 (synopsis "Eldoc integration for irony-mode")
2907 (description "Irony-eldoc is an eldoc extension that shows documentation
2908 for the current function or variable in the minibuffer.")
2909 (home-page "https://github.com/ikirill/irony-eldoc")
2910 (license license:gpl3+)))
2911
2912 (define-public emacs-company-quickhelp
2913 (package
2914 (name "emacs-company-quickhelp")
2915 (version "2.3.0")
2916 (source
2917 (origin
2918 (method url-fetch)
2919 (uri (string-append
2920 "https://github.com/expez/company-quickhelp/archive/"
2921 version ".tar.gz"))
2922 (file-name (string-append name "-" version ".tar.gz"))
2923 (sha256
2924 (base32
2925 "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
2926 (build-system emacs-build-system)
2927 (propagated-inputs
2928 `(("emacs-pos-tip" ,emacs-pos-tip)
2929 ("emacs-company" ,emacs-company)))
2930 (home-page "https://github.com/expez/company-quickhelp")
2931 (synopsis "Popup documentation for completion candidates")
2932 (description "@code{company-quickhelp} shows documentation for the
2933 completion candidate when using the Company text completion framework.")
2934 (license license:gpl3+)))
2935
2936 (define-public emacs-multiple-cursors
2937 (package
2938 (name "emacs-multiple-cursors")
2939 (version "1.4.0")
2940 (source
2941 (origin
2942 (method url-fetch)
2943 (uri (string-append "https://github.com/magnars/multiple-cursors.el/"
2944 "archive/" version ".tar.gz"))
2945 (file-name (string-append name "-" version ".tar.gz"))
2946 (sha256
2947 (base32
2948 "0hihihlvcvzayg5fnqzcg45fhvlmq6xlq58syy00rjwbry9w389k"))))
2949 (build-system emacs-build-system)
2950 (home-page "https://github.com/magnars/multiple-cursors.el")
2951 (synopsis "Multiple cursors for Emacs")
2952 (description
2953 "This package adds support to Emacs for editing text with multiple
2954 simultaneous cursors.")
2955 (license license:gpl3+)))
2956
2957 (define-public emacs-typo
2958 (package
2959 (name "emacs-typo")
2960 (version "1.1")
2961 (home-page "https://github.com/jorgenschaefer/typoel")
2962 (source (origin
2963 (method git-fetch)
2964 (uri (git-reference
2965 (url home-page)
2966 (commit (string-append "v" version))))
2967 (sha256
2968 (base32
2969 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
2970 (file-name (string-append name "-" version))))
2971 (build-system emacs-build-system)
2972 (synopsis "Minor mode for typographic editing")
2973 (description
2974 "This package provides two Emacs modes, @code{typo-mode} and
2975 @code{typo-global-mode}. These modes automatically insert Unicode characters
2976 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
2977 automatically inserts a Unicode opening or closing quotation mark, depending
2978 on context.")
2979 (license license:gpl3+)))
2980
2981 (define-public emacs-company-lsp
2982 (package
2983 (name "emacs-company-lsp")
2984 (version "2.1.0")
2985 (source (origin
2986 (method git-fetch)
2987 (uri (git-reference
2988 (url "https://github.com/tigersoldier/company-lsp.git")
2989 (commit version)))
2990 (file-name (git-file-name name version))
2991 (sha256
2992 (base32
2993 "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"))))
2994 (build-system emacs-build-system)
2995 (propagated-inputs
2996 `(("emacs-dash" ,emacs-dash)
2997 ("emacs-lsp-mode" ,emacs-lsp-mode)
2998 ("emacs-company" ,emacs-company)
2999 ("emacs-s" ,emacs-s)
3000 ("emacs-dash" ,emacs-dash)))
3001 (home-page "https://github.com/tigersoldier/company-lsp")
3002 (synopsis "Completion for @code{lsp-mode}")
3003 (description
3004 "This package provides completion features that are not possible with
3005 @code{lsp-mode} and @code{company-capf} alone, including support for trigger
3006 characters and asynchronous fetching of completion candidates.")
3007 (license license:gpl3+)))
3008
3009 (define-public emacs-scheme-complete
3010 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
3011 (package
3012 (name "emacs-scheme-complete")
3013 (version (string-append "20151223." (string-take commit 8)))
3014 (source
3015 (origin
3016 (file-name (string-append name "-" version))
3017 (method git-fetch)
3018 (uri (git-reference
3019 (url "https://github.com/ashinn/scheme-complete.git")
3020 (commit commit)))
3021 (sha256
3022 (base32
3023 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
3024 (patches
3025 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
3026 (build-system emacs-build-system)
3027 (home-page "https://github.com/ashinn/scheme-complete")
3028 (synopsis "Smart tab completion for Scheme in Emacs")
3029 (description
3030 "This file provides a single function, @code{scheme-smart-complete},
3031 which you can use for intelligent, context-sensitive completion for any Scheme
3032 implementation in Emacs. To use it just load this file and bind that function
3033 to a key in your preferred mode.")
3034 (license license:public-domain))))
3035
3036 (define-public emacs-scel
3037 (let ((version "20170629")
3038 (revision "1")
3039 (commit "aeea3ad4be9306d14c3a734a4ff54fee10ac135b"))
3040 (package
3041 (name "emacs-scel")
3042 (version (git-version version revision commit))
3043 (source
3044 (origin
3045 (method git-fetch)
3046 (uri (git-reference
3047 (url "https://github.com/supercollider/scel.git")
3048 (commit commit)))
3049 (file-name (string-append name "-" version "-checkout"))
3050 (sha256
3051 (base32
3052 "0jvmzs1lsjyndqshhii2y4mnr3wghai26i3p75453zrpxpg0zvvw"))))
3053 (build-system emacs-build-system)
3054 (arguments
3055 `(#:modules ((guix build emacs-build-system)
3056 ((guix build cmake-build-system) #:prefix cmake:)
3057 (guix build utils))
3058 #:imported-modules (,@%emacs-build-system-modules
3059 (guix build cmake-build-system))
3060 #:phases
3061 (modify-phases %standard-phases
3062 (add-after 'unpack 'configure
3063 (lambda* (#:key outputs #:allow-other-keys)
3064 (substitute* "el/CMakeLists.txt"
3065 (("share/emacs/site-lisp/SuperCollider")
3066 (string-append
3067 "share/emacs/site-lisp/guix.d/scel-" ,version)))
3068 ((assoc-ref cmake:%standard-phases 'configure)
3069 #:outputs outputs
3070 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
3071 (add-after 'set-emacs-load-path 'add-el-dir-to-emacs-load-path
3072 (lambda _
3073 (setenv "EMACSLOADPATH"
3074 (string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
3075 #t))
3076 (replace 'install (assoc-ref cmake:%standard-phases 'install)))))
3077 (inputs
3078 `(("supercollider" ,supercollider)))
3079 (native-inputs
3080 `(("cmake" ,cmake)))
3081 (home-page "https://github.com/supercollider/scel")
3082 (synopsis "SuperCollider Emacs interface")
3083 (description "@code{emacs-scel} is an Emacs interface to SuperCollider.
3084 SuperCollider is a platform for audio synthesis and algorithmic composition.")
3085 (license license:gpl2+))))
3086
3087 (define-public emacs-company-auctex
3088 (let ((commit "48c42c58ce2f0e693301b0cb2d085055410c1b25")
3089 (revision "1"))
3090 (package
3091 (name "emacs-company-auctex")
3092 (version (git-version "0" revision commit))
3093 (source (origin
3094 (method git-fetch)
3095 (uri (git-reference
3096 (url "https://github.com/alexeyr/company-auctex")
3097 (commit commit)))
3098 (file-name (git-file-name name version))
3099 (sha256
3100 (base32
3101 "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"))))
3102 (build-system emacs-build-system)
3103 (propagated-inputs
3104 `(("emacs-yasnippet" ,emacs-yasnippet)
3105 ("emacs-auctex" ,emacs-auctex)
3106 ("emacs-company" ,emacs-company)))
3107 (home-page "https://github.com/alexeyr/company-auctex/")
3108 (synopsis "Completion for @code{AUCTeX}")
3109 (description
3110 "This package provides a group of backends permitting auto-completion
3111 for @code{AUCTeX}.")
3112 (license license:gpl3+))))
3113
3114 (define-public emacs-mit-scheme-doc
3115 (package
3116 (name "emacs-mit-scheme-doc")
3117 (version "20140203")
3118 (source
3119 (origin
3120 (modules '((guix build utils)))
3121 (snippet
3122 ;; keep only file of interest
3123 '(begin
3124 (for-each delete-file '("dot-emacs.el" "Makefile"))
3125 (install-file "6.945-config/mit-scheme-doc.el" ".")
3126 (delete-file-recursively "6.945-config")
3127 #t))
3128 (file-name (string-append name "-" version ".tar.bz2"))
3129 (method url-fetch)
3130 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
3131 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
3132 (sha256
3133 (base32
3134 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
3135 (build-system emacs-build-system)
3136 (inputs `(("mit-scheme" ,mit-scheme)))
3137 (arguments
3138 `(#:phases
3139 (modify-phases %standard-phases
3140 (add-after 'unpack 'configure-doc
3141 (lambda* (#:key inputs #:allow-other-keys)
3142 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
3143 (doc-dir (string-append mit-scheme-dir "/share/doc/"
3144 "mit-scheme-"
3145 ,(package-version mit-scheme))))
3146 (substitute* "mit-scheme-doc.el"
3147 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
3148 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
3149 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
3150 (synopsis "MIT-Scheme documentation lookup for Emacs")
3151 (description
3152 "This package provides a set of Emacs functions to search definitions of
3153 identifiers in the MIT-Scheme documentation.")
3154 (license license:gpl2+)))
3155
3156 (define-public emacs-constants
3157 (package
3158 (name "emacs-constants")
3159 (version "2.6")
3160 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
3161 (source
3162 (origin
3163 (file-name (string-append name "-" version ".tar.gz"))
3164 (method url-fetch)
3165 (uri (string-append "https://github.com/fedeinthemix/emacs-constants"
3166 "/archive/v" version ".tar.gz"))
3167 (sha256
3168 (base32
3169 "0pnrpmmxq8mh5h2hbrp5vcym0j0fh6dv3s7c5ccn18wllhzg9g7n"))))
3170 (build-system emacs-build-system)
3171 (synopsis "Enter definition of constants into an Emacs buffer")
3172 (description
3173 "This package provides functions for inserting the definition of natural
3174 constants and units into an Emacs buffer.")
3175 (license license:gpl2+)))
3176
3177 (define-public emacs-tagedit
3178 (package
3179 (name "emacs-tagedit")
3180 (version "1.4.0")
3181 (source
3182 (origin
3183 (method url-fetch)
3184 (uri (string-append "https://github.com/magnars/tagedit/"
3185 "archive/" version ".tar.gz"))
3186 (file-name (string-append name "-" version ".tar.gz"))
3187 (sha256
3188 (base32
3189 "1apfnann4qklfdsmdi7icjsj18x7gwx8d83iqr4z25clszz95xfq"))))
3190 (build-system emacs-build-system)
3191 (propagated-inputs
3192 `(("emacs-s" ,emacs-s)
3193 ("emacs-dash" ,emacs-dash)))
3194 (home-page "https://github.com/magnars/tagedit")
3195 (synopsis "Some paredit-like features for html-mode")
3196 (description
3197 "This package provides a collection of paredit-like functions for editing
3198 in @code{html-mode}.")
3199 (license license:gpl3+)))
3200
3201 (define-public emacs-slime
3202 (package
3203 (name "emacs-slime")
3204 (version "2.23")
3205 (source
3206 (origin
3207 (file-name (string-append name "-" version ".tar.gz"))
3208 (method url-fetch)
3209 (uri (string-append
3210 "https://github.com/slime/slime/archive/v"
3211 version ".tar.gz"))
3212 (sha256
3213 (base32
3214 "01gkrqfpifcx1vipwrbhns2r4s8izp3z1w4p41azc943s1a2d5nc"))))
3215 (build-system emacs-build-system)
3216 (native-inputs
3217 `(("texinfo" ,texinfo)))
3218 (arguments
3219 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
3220 #:exclude '("^slime-tests.el" "^contrib/test/"
3221 "^contrib/Makefile$" "^contrib/README.md$")
3222 #:phases
3223 (modify-phases %standard-phases
3224 (add-before 'install 'configure
3225 (lambda* _
3226 (emacs-substitute-variables "slime.el"
3227 ("inferior-lisp-program" "sbcl"))
3228 #t))
3229 (add-before 'install 'install-doc
3230 (lambda* (#:key outputs #:allow-other-keys)
3231 (let* ((out (assoc-ref outputs "out"))
3232 (info-dir (string-append out "/share/info"))
3233 (doc-dir (string-append out "/share/doc/"
3234 ,name "-" ,version))
3235 (doc-files '("doc/slime-refcard.pdf"
3236 "README.md" "NEWS" "PROBLEMS"
3237 "CONTRIBUTING.md")))
3238 (with-directory-excursion "doc"
3239 (substitute* "Makefile"
3240 (("infodir=/usr/local/info")
3241 (string-append "infodir=" info-dir)))
3242 (invoke "make" "html/index.html")
3243 (invoke "make" "slime.info")
3244 (install-file "slime.info" info-dir)
3245 (copy-recursively "html" (string-append doc-dir "/html")))
3246 (for-each (lambda (f)
3247 (install-file f doc-dir)
3248 (delete-file f))
3249 doc-files)
3250 (delete-file-recursively "doc")
3251 #t))))))
3252 (home-page "https://github.com/slime/slime")
3253 (synopsis "Superior Lisp Interaction Mode for Emacs")
3254 (description
3255 "SLIME extends Emacs with support for interactive programming in
3256 Common Lisp. The features are centered around @command{slime-mode},
3257 an Emacs minor mode that complements the standard @command{lisp-mode}.
3258 While lisp-mode supports editing Lisp source files, @command{slime-mode}
3259 adds support for interacting with a running Common Lisp process
3260 for compilation, debugging, documentation lookup, and so on.")
3261 (license (list license:gpl2+ license:public-domain))))
3262
3263 (define-public emacs-popup
3264 (package
3265 (name "emacs-popup")
3266 (version "0.5.3")
3267 (source (origin
3268 (method url-fetch)
3269 (uri (string-append
3270 "https://github.com/auto-complete/popup-el/archive/v"
3271 version ".tar.gz"))
3272 (file-name (string-append name "-" version ".tar.gz"))
3273 (sha256
3274 (base32
3275 "1yrgfj8y69xmcb6kwgplhq68ndm9410qwh7sd2knnd1gchpphdc0"))))
3276 (build-system emacs-build-system)
3277 (home-page "https://github.com/auto-complete/popup-el")
3278 (synopsis "Visual Popup User Interface for Emacs")
3279 (description
3280 "Popup.el is a visual popup user interface library for Emacs.
3281 This provides a basic API and common UI widgets such as popup tooltips
3282 and popup menus.")
3283 (license license:gpl3+)))
3284
3285 (define-public emacs-python-environment
3286 (package
3287 (name "emacs-python-environment")
3288 (version "0.0.2")
3289 (source (origin
3290 (method git-fetch)
3291 (uri (git-reference
3292 (url "https://github.com/tkf/emacs-python-environment/")
3293 (commit version)))
3294 (file-name (git-file-name name version))
3295 (sha256
3296 (base32
3297 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
3298 (build-system emacs-build-system)
3299 (propagated-inputs
3300 `(("emacs-deferred" ,emacs-deferred)))
3301 (home-page "https://github.com/tkf/emacs-python-environment")
3302 (synopsis "Provides a @code{virtualenv} API in Emacs Lisp")
3303 (description
3304 "This package permits automated installation of tools written in Python.")
3305 (license license:gpl3+)))
3306
3307 (define-public emacs-jedi
3308 (package
3309 (name "emacs-jedi")
3310 (version "0.2.7")
3311 (source (origin
3312 (method git-fetch)
3313 (uri (git-reference
3314 (url "https://github.com/tkf/emacs-jedi/")
3315 (commit (string-append "v" version))))
3316 (file-name (git-file-name name version))
3317 (sha256
3318 (base32
3319 "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"))))
3320 (build-system emacs-build-system)
3321 (native-inputs
3322 `(("emacs-mocker" ,emacs-mocker)))
3323 (propagated-inputs
3324 `(("emacs-auto-complete" ,emacs-auto-complete)
3325 ("emacs-python-environment" ,emacs-python-environment)
3326 ("emacs-epc" ,emacs-epc)))
3327 (home-page "https://github.com/tkf/emacs-jedi")
3328 (synopsis "Provides Python completion in Emacs")
3329 (description
3330 "This package provides completion in Python buffers and also helps find
3331 the locations of docstrings, arguments, and functions.")
3332 (license license:gpl3+)))
3333
3334 (define-public emacs-company-jedi
3335 (package
3336 (name "emacs-company-jedi")
3337 (version "0.04")
3338 (source (origin
3339 (method git-fetch)
3340 (uri (git-reference
3341 (url "https://github.com/syohex/emacs-company-jedi")
3342 (commit version)))
3343 (file-name (git-file-name name version))
3344 (sha256
3345 (base32
3346 "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
3347 (build-system emacs-build-system)
3348 (propagated-inputs
3349 `(("emacs-jedi" ,emacs-jedi)
3350 ("emacs-company" ,emacs-company)))
3351 (home-page "https://github.com/syohex/emacs-company-jedi")
3352 (synopsis "Provides Python completion in @code{company-mode}")
3353 (description
3354 "This package provides a Company backend for Python.")
3355 (license license:gpl3+)))
3356
3357 (define-public emacs-puppet-mode
3358 (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
3359 (revision "1"))
3360 (package
3361 (name "emacs-puppet-mode")
3362 ;; The last release, 0.3 was several years ago, and there have been many
3363 ;; commits since
3364 (version (git-version "0.3" revision commit))
3365 (source
3366 (origin
3367 (method url-fetch)
3368 (uri (string-append
3369 "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
3370 commit "/puppet-mode.el"))
3371 (sha256
3372 (base32
3373 "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
3374 (build-system emacs-build-system)
3375 (home-page "https://github.com/voxpupuli/puppet-mode")
3376 (synopsis "Emacs major mode for the Puppet configuration language")
3377 (description
3378 "This package provides support for the Puppet configuration language,
3379 including syntax highlighting, indentation of expressions and statements,
3380 linting of manifests and integration with Puppet Debugger.")
3381 ;; Also incorporates work covered by the Apache License, Version 2.0
3382 (license license:gpl3+))))
3383
3384 (define-public emacs-god-mode
3385 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
3386 (revision "1"))
3387 (package
3388 (name "emacs-god-mode")
3389 (version (string-append "20151005.925."
3390 revision "-" (string-take commit 9)))
3391 (source
3392 (origin
3393 (method git-fetch)
3394 (uri (git-reference
3395 (url "https://github.com/chrisdone/god-mode.git")
3396 (commit commit)))
3397 (file-name (string-append name "-" version "-checkout"))
3398 (sha256
3399 (base32
3400 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
3401 (build-system emacs-build-system)
3402 (home-page "https://github.com/chrisdone/god-mode")
3403 (synopsis "Minor mode for entering commands without modifier keys")
3404 (description
3405 "This package provides a global minor mode for entering Emacs commands
3406 without modifier keys. It's similar to Vim's separation of commands and
3407 insertion mode. When enabled all keys are implicitly prefixed with
3408 @samp{C-} (among other helpful shortcuts).")
3409 (license license:gpl3+))))
3410
3411 (define-public emacs-jinja2-mode
3412 (package
3413 (name "emacs-jinja2-mode")
3414 (version "0.2")
3415 (source
3416 (origin
3417 (method url-fetch)
3418 (uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
3419 "archive/v" version ".tar.gz"))
3420 (file-name (string-append name "-" version ".tar.gz"))
3421 (sha256
3422 (base32
3423 "0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
3424 (build-system emacs-build-system)
3425 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
3426 (synopsis "Major mode for jinja2")
3427 (description
3428 "Emacs major mode for jinja2 with: syntax highlighting,
3429 sgml/html integration, and indentation (working with sgml).")
3430 (license license:gpl3+)))
3431
3432 (define-public emacs-company-cabal
3433 ;; The latest version is 0.3.0, but no release has been provided after 0.2.1.
3434 (let ((commit "62112a7259e24bd6c08885629a185afe512b7d3d")
3435 (revision "1"))
3436 (package
3437 (name "emacs-company-cabal")
3438 (version (git-version "0.3.0" revision commit))
3439 (source (origin
3440 (method git-fetch)
3441 (uri (git-reference
3442 (url "https://github.com/iquiw/company-cabal/")
3443 (commit commit)))
3444 (file-name (git-file-name name version))
3445 (sha256
3446 (base32
3447 "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"))))
3448 (build-system emacs-build-system)
3449 (propagated-inputs
3450 `(("emacs-company" ,emacs-company)))
3451 (home-page "https://github.com/iquiw/company-cabal/")
3452 (synopsis "Company completion for Haskell Cabal files")
3453 (description
3454 "This package allows for completion of field names, section names,
3455 field values, and more within @code{haskell-cabal-mode}.")
3456 (license license:gpl3+))))
3457
3458 (define-public emacs-rfcview
3459 (package
3460 (name "emacs-rfcview")
3461 (version "0.13")
3462 (home-page "http://www.loveshack.ukfsn.org/emacs")
3463 (source (origin
3464 (method url-fetch)
3465 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
3466 (sha256
3467 (base32
3468 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
3469 (build-system emacs-build-system)
3470 (synopsis "Prettify Request for Comments (RFC) documents")
3471 (description "The Internet Engineering Task Force (IETF) and the Internet
3472 Society (ISOC) publish various Internet-related protocols and specifications
3473 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
3474 documents. RFCs and STDs are published in a simple text form. This package
3475 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
3476 read these documents in Emacs. It prettifies the text and adds
3477 hyperlinks/menus for easier navigation. It also provides functions for
3478 browsing the index of RFC documents and fetching them from remote servers or
3479 local directories.")
3480 (license license:gpl3+)))
3481
3482 (define-public emacs-ffap-rfc-space
3483 (package
3484 (name "emacs-ffap-rfc-space")
3485 (version "12")
3486 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
3487 (source (origin
3488 (method url-fetch)
3489 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
3490 (sha256
3491 (base32
3492 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
3493 (build-system emacs-build-system)
3494 (synopsis "Make ffap recognize an RFC with a space before its number")
3495 (description "The Internet Engineering Task Force (IETF) and the
3496 Internet Society (ISOC) publish various Internet-related protocols and
3497 specifications as \"Request for Comments\" (RFC) documents. The
3498 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
3499 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
3500 and load the appropriate RFC from a remote server. However, it fails
3501 to recognize a name like \"RFC 1234\". This package enhances ffap so
3502 that it correctly finds RFCs even when a space appears before the
3503 number.")
3504 (license license:gpl3+)))
3505
3506 (define-public emacs-org-bullets
3507 (package
3508 (name "emacs-org-bullets")
3509 (version "0.2.4")
3510 (source
3511 (origin
3512 (method url-fetch)
3513 (uri (string-append "https://github.com/sabof/org-bullets/archive/"
3514 version ".tar.gz"))
3515 (file-name (string-append name "-" version ".tar.gz"))
3516 (sha256
3517 (base32
3518 "1dyxvpb73vj80v8br2q9rf255hfphrgaw91fbvwdcd735np9pcnh"))))
3519 (build-system emacs-build-system)
3520 (home-page "https://github.com/sabof/org-bullets")
3521 (synopsis "Show bullets in org-mode as UTF-8 characters")
3522 (description
3523 "This package provides an Emacs minor mode causing bullets in
3524 @code{org-mode} to be rendered as UTF-8 characters.")
3525 (license license:gpl3+)))
3526
3527 (define-public emacs-org-pomodoro
3528 (package
3529 (name "emacs-org-pomodoro")
3530 (version "2.1.0")
3531 (source
3532 (origin
3533 (method url-fetch)
3534 (uri (string-append
3535 "https://github.com/lolownia/org-pomodoro/archive/"
3536 version ".tar.gz"))
3537 (file-name (string-append name "-" version ".tar.gz"))
3538 (sha256
3539 (base32
3540 "1jalsggw3q5kvj353f84x4nl04a5vmq07h75ggppy1627lb31zm4"))))
3541 (build-system emacs-build-system)
3542 (propagated-inputs
3543 `(("emacs-alert" ,emacs-alert)))
3544 (home-page "https://github.com/lolownia/org-pomodoro")
3545 (synopsis "Pomodoro technique for org-mode")
3546 (description "@code{emacs-org-pomodoro} adds very basic support for
3547 Pomodoro technique in Emacs org-mode.
3548
3549 Run @code{M-x org-pomodoro} for the task at point or select one of the
3550 last tasks that you clocked time for. Each clocked-in pomodoro starts
3551 a timer of 25 minutes and after each pomodoro a break timer of 5
3552 minutes is started automatically. Every 4 breaks a long break is
3553 started with 20 minutes. All values are customizable.")
3554 (license license:gpl3+)))
3555
3556 (define-public emacs-org-trello
3557 (package
3558 (name "emacs-org-trello")
3559 (version "0.8.0")
3560 (source (origin
3561 (method url-fetch)
3562 (uri (string-append
3563 "https://github.com/org-trello/org-trello/archive/"
3564 version ".tar.gz"))
3565 (file-name (string-append name "-" version ".tar.gz"))
3566 (sha256
3567 (base32
3568 "0549mnf5cgwn8b8jbl38fljbaxmh1605sv9j8f3lsa95jhs1zpa0"))))
3569 (build-system emacs-build-system)
3570 (propagated-inputs
3571 `(("emacs-dash" ,emacs-dash)
3572 ("emacs-deferred" ,emacs-deferred)
3573 ("emacs-f" ,emacs-f)
3574 ("emacs-helm" ,emacs-helm)
3575 ("emacs-request" ,emacs-request)
3576 ("emacs-s" ,emacs-s)))
3577 (home-page "https://org-trello.github.io")
3578 (synopsis "Emacs minor mode for interacting with Trello")
3579 (description "This package provides an Emacs minor mode to extend
3580 @code{org-mode} with Trello abilities. Trello is an online project
3581 organizer.")
3582 (license license:gpl3+)))
3583
3584 (define-public emacs-company-flow
3585 (let ((commit "76ef585c70d2a3206c2eadf24ba61e59124c3a16")
3586 (revision "1"))
3587 (package
3588 (name "emacs-company-flow")
3589 (version (git-version "0.1.0" revision commit))
3590 (source (origin
3591 (method git-fetch)
3592 (uri (git-reference
3593 (url "https://github.com/aaronjensen/company-flow/")
3594 (commit commit)))
3595 (file-name (git-file-name name version))
3596 (sha256
3597 (base32
3598 "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
3599 (build-system emacs-build-system)
3600 (propagated-inputs
3601 `(("emacs-company" ,emacs-company)
3602 ("emacs-dash" ,emacs-dash)))
3603 (home-page "https://github.com/aaronjensen/company-flow/")
3604 (synopsis "Flow backend for @code{company-mode}")
3605 (description
3606 "This package provides completion for JavaScript files utilizing Flow.")
3607 (license license:gpl3+))))
3608
3609 (define-public emacs-atom-one-dark-theme
3610 (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
3611 (revision "0"))
3612 (package
3613 (name "emacs-atom-one-dark-theme")
3614 (version (git-version "0.4.0" revision commit))
3615 (source (origin
3616 (method git-fetch)
3617 (uri (git-reference
3618 (url "https://github.com/jonathanchu/atom-one-dark-theme.git")
3619 (commit commit)))
3620 (sha256
3621 (base32
3622 "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
3623 (file-name (git-file-name name version))))
3624 (build-system emacs-build-system)
3625 (home-page "https://github.com/jonathanchu/atom-one-dark-theme")
3626 (synopsis "Atom One Dark color theme for Emacs")
3627 (description "An Emacs port of the Atom One Dark theme from Atom.io.")
3628 (license license:gpl3+))))
3629
3630 (define-public emacs-zenburn-theme
3631 (package
3632 (name "emacs-zenburn-theme")
3633 (version "2.6")
3634 (source (origin
3635 (method url-fetch)
3636 (uri (string-append
3637 "https://github.com/bbatsov/zenburn-emacs/archive/v"
3638 version ".tar.gz"))
3639 (file-name (string-append name "-" version ".tar.gz"))
3640 (sha256
3641 (base32
3642 "0qc9d1rwq55yzh8shbppyd6izy1grpyr8kqh5zdgm7c5jccngpr4"))))
3643 (build-system emacs-build-system)
3644 (home-page "https://github.com/bbatsov/zenburn-emacs")
3645 (synopsis "Low contrast color theme for Emacs")
3646 (description
3647 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
3648 It is built on top of the custom theme support in Emacs 24 or later.")
3649 (license license:gpl3+)))
3650
3651 (define-public emacs-solarized-theme
3652 (package
3653 (name "emacs-solarized-theme")
3654 (version "1.2.2")
3655 (source (origin
3656 (method url-fetch)
3657 (uri (string-append "https://github.com/bbatsov/solarized-emacs/"
3658 "archive/v" version ".tar.gz"))
3659 (file-name (string-append name "-" version ".tar.gz"))
3660 (sha256
3661 (base32
3662 "1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
3663 (build-system emacs-build-system)
3664 (propagated-inputs
3665 `(("emacs-dash" ,emacs-dash)))
3666 (home-page "https://github.com/bbatsov/solarized-emacs")
3667 (synopsis "Port of the Solarized theme for Emacs")
3668 (description
3669 "Solarized for Emacs is a port of the Solarized theme for Vim. This
3670 package provides a light and a dark variant.")
3671 (license license:gpl3+)))
3672
3673 (define-public emacs-ahungry-theme
3674 (package
3675 (name "emacs-ahungry-theme")
3676 (version "1.10.0")
3677 (source
3678 (origin (method url-fetch)
3679 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
3680 version ".tar"))
3681 (sha256
3682 (base32
3683 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
3684 (build-system emacs-build-system)
3685 (home-page "https://github.com/ahungry/color-theme-ahungry")
3686 (synopsis "Ahungry color theme for Emacs")
3687 (description "Ahungry theme for Emacs provides bright and bold colors.
3688 If you load it from a terminal, you will be able to make use of the
3689 transparent background. If you load it from a GUI, it will default to a
3690 dark background.")
3691 (license license:gpl3+)))
3692
3693 (define-public emacs-2048-game
3694 (package
3695 (name "emacs-2048-game")
3696 (version "20151026.1233")
3697 (source
3698 (origin
3699 (method url-fetch)
3700 (uri (string-append "https://melpa.org/packages/2048-game-"
3701 version ".el"))
3702 (sha256
3703 (base32
3704 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
3705 (build-system emacs-build-system)
3706 (home-page "https://bitbucket.org/zck/2048.el")
3707 (synopsis "Implementation of the game 2048 in Emacs Lisp")
3708 (description
3709 "This program is an implementation of 2048 for Emacs.
3710 The goal of this game is to create a tile with value 2048. The size of the
3711 board and goal value can be customized.")
3712 (license license:gpl3+)))
3713
3714 (define-public emacs-base16-theme
3715 (package
3716 (name "emacs-base16-theme")
3717 (version "2.1")
3718 (source
3719 (origin
3720 (method url-fetch)
3721 (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
3722 version ".tar"))
3723 (sha256
3724 (base32
3725 "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
3726 (build-system emacs-build-system)
3727 (home-page "https://github.com/belak/base16-emacs")
3728 (synopsis "Base16 color themes for Emacs")
3729 (description
3730 "Base16 provides carefully chosen syntax highlighting and a default set
3731 of sixteen colors suitable for a wide range of applications. Base16 is not a
3732 single theme but a set of guidelines with numerous implementations.")
3733 (license license:expat)))
3734
3735 (define-public emacs-prescient
3736 (package
3737 (name "emacs-prescient")
3738 (version "2.2.2")
3739 (source (origin
3740 (method git-fetch)
3741 (uri (git-reference
3742 (url "https://github.com/raxod502/prescient.el/")
3743 (commit (string-append "v" version))))
3744 (file-name (git-file-name name version))
3745 (sha256
3746 (base32
3747 "1ncplx5p3cffyzg9ygzqqxj0vpvwrz9rp2n4z6c375a78fyydrk0"))))
3748 (build-system emacs-build-system)
3749 (propagated-inputs
3750 `(("emacs-company" ,emacs-company)
3751 ("emacs-ivy" ,emacs-ivy)))
3752 (home-page "https://github.com/raxod502/prescient.el/")
3753 (synopsis "Library that sorts and filters lists of candidates")
3754 (description
3755 "This package provides a library for sorting and filtering, as well as
3756 extensions for @code{ivy-mode} and @code{company-mode} that make use of the
3757 library.")
3758 (license license:gpl3+)))
3759
3760 (define-public emacs-smartparens
3761 (package
3762 (name "emacs-smartparens")
3763 (version "1.11.0")
3764 (source (origin
3765 (method url-fetch)
3766 (uri (string-append
3767 "https://github.com/Fuco1/smartparens/archive/"
3768 version ".tar.gz"))
3769 (file-name (string-append name "-" version ".tar.gz"))
3770 (sha256
3771 (base32
3772 "0q5as813xs8y29i3v2rm97phd6m7xsmmw6hwbvx57gwmi8i1c409"))))
3773 (build-system emacs-build-system)
3774 (propagated-inputs
3775 `(("emacs-dash" ,emacs-dash)
3776 ("emacs-markdown-mode" ,emacs-markdown-mode)))
3777 (home-page "https://github.com/Fuco1/smartparens")
3778 (synopsis "Paredit-like insertion, wrapping and navigation with user
3779 defined pairs")
3780 (description
3781 "Smartparens is a minor mode for Emacs that deals with parens pairs
3782 and tries to be smart about it. It started as a unification effort to
3783 combine functionality of several existing packages in a single,
3784 compatible and extensible way to deal with parentheses, delimiters, tags
3785 and the like. Some of these packages include autopair, textmate,
3786 wrap-region, electric-pair-mode, paredit and others. With the basic
3787 features found in other packages it also brings many improvements as
3788 well as completely new features.")
3789 (license license:gpl3+)))
3790
3791 (define-public emacs-highlight-symbol
3792 (package
3793 (name "emacs-highlight-symbol")
3794 (version "1.3")
3795 (source (origin
3796 (method url-fetch)
3797 (uri (string-append
3798 "https://github.com/nschum/highlight-symbol.el/archive/"
3799 version ".tar.gz"))
3800 (file-name (string-append name "-" version ".tar.gz"))
3801 (sha256
3802 (base32
3803 "1n7k1qns0fn0jsyc0hrjac5nzk21xw48yc30vyrhwvc51h0b9g90"))))
3804 (build-system emacs-build-system)
3805 (home-page "https://nschum.de/src/emacs/highlight-symbol")
3806 (synopsis "Automatic and manual symbol highlighting for Emacs")
3807 (description
3808 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
3809 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
3810 the symbol at point highlighted.
3811
3812 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
3813 @code{highlight-symbol-next-in-defun} and
3814 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
3815 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
3816 bindings @code{M-p} and @code{M-p} for navigation. When
3817 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
3818 regardless of @code{highlight-symbol-idle-delay}.
3819
3820 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
3821 (license license:gpl2+)))
3822
3823 (define-public emacs-hl-todo
3824 (package
3825 (name "emacs-hl-todo")
3826 (version "1.9.0")
3827 (source (origin
3828 (method url-fetch)
3829 (uri (string-append
3830 "https://raw.githubusercontent.com/tarsius/hl-todo/"
3831 version "/hl-todo.el"))
3832 (file-name (string-append "hl-todo-" version ".el"))
3833 (sha256
3834 (base32
3835 "0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr"))))
3836 (build-system emacs-build-system)
3837 (home-page "https://github.com/tarsius/hl-todo")
3838 (synopsis "Emacs mode to highlight TODO and similar keywords")
3839 (description
3840 "This package provides an Emacs mode to highlight TODO and similar
3841 keywords in comments and strings. This package also provides commands for
3842 moving to the next or previous keyword and to invoke @code{occur} with a
3843 regexp that matches all known keywords.")
3844 (license license:gpl3+)))
3845
3846 (define-public emacs-perspective
3847 (package
3848 (name "emacs-perspective")
3849 (version "1.12")
3850 (source
3851 (origin
3852 (method url-fetch)
3853 (uri (string-append "https://github.com/nex3/perspective-el/"
3854 "archive/" version ".tar.gz"))
3855 (file-name (string-append name "-" version ".tar.gz"))
3856 (sha256
3857 (base32
3858 "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
3859 (build-system emacs-build-system)
3860 (home-page "https://github.com/nex3/perspective-el")
3861 (synopsis "Switch between named \"perspectives\"")
3862 (description
3863 "This package provides tagged workspaces in Emacs, similar to workspaces in
3864 windows managers such as Awesome and XMonad. @code{perspective.el} provides
3865 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
3866 perspective is composed of a window configuration and a set of buffers.
3867 Switching to a perspective activates its window configuration, and when in a
3868 perspective only its buffers are available by default.")
3869 ;; This package is released under the same license as Emacs (GPLv3+) or
3870 ;; the Expat license.
3871 (license license:gpl3+)))
3872
3873 (define-public emacs-test-simple
3874 (package
3875 (name "emacs-test-simple")
3876 (version "1.3.0")
3877 (source
3878 (origin
3879 (method url-fetch)
3880 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
3881 version ".el"))
3882 (sha256
3883 (base32
3884 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
3885 (build-system emacs-build-system)
3886 (home-page "https://github.com/rocky/emacs-test-simple")
3887 (synopsis "Simple unit test framework for Emacs Lisp")
3888 (description
3889 "Test Simple is a simple unit test framework for Emacs Lisp. It
3890 alleviates the need for context macros, enclosing specifications or required
3891 test tags. It supports both interactive and non-interactive use.")
3892 (license license:gpl3+)))
3893
3894 (define-public emacs-load-relative
3895 (package
3896 (name "emacs-load-relative")
3897 (version "1.3")
3898 (source
3899 (origin
3900 (method url-fetch)
3901 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
3902 version ".el"))
3903 (sha256
3904 (base32
3905 "1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
3906 (build-system emacs-build-system)
3907 (home-page "http://github.com/rocky/emacs-load-relative")
3908 (synopsis "Emacs Lisp relative file loading related functions")
3909 (description
3910 "Provides functions which facilitate writing multi-file Emacs packages
3911 and running from the source tree without having to \"install\" code or fiddle
3912 with @{load-path}.
3913
3914 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
3915 another (presumably currently running) Emacs Lisp file.")
3916 (license license:gpl3+)))
3917
3918 (define-public emacs-loc-changes
3919 (package
3920 (name "emacs-loc-changes")
3921 (version "1.2")
3922 (source
3923 (origin
3924 (method url-fetch)
3925 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
3926 version ".el"))
3927 (sha256
3928 (base32
3929 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
3930 (build-system emacs-build-system)
3931 (home-page "https://github.com/rocky/emacs-loc-changes")
3932 (synopsis "Keeps track of positions even after buffer changes")
3933 (description
3934 "This Emacs package provides a mean to track important buffer positions
3935 after buffer changes.")
3936 (license license:gpl3+)))
3937
3938 (define-public emacs-realgud
3939 (package
3940 (name "emacs-realgud")
3941 (version "1.4.5")
3942 (source
3943 (origin
3944 (method url-fetch)
3945 (uri (string-append "https://elpa.gnu.org/packages/realgud-"
3946 version ".tar"))
3947 (sha256
3948 (base32
3949 "108wgxg7fb4byaiasgvbxv2hq7b00biq9f0mh9hy6vw4160y5w24"))
3950 (patches
3951 ;; Patch awaiting inclusion upstream (see:
3952 ;; https://github.com/realgud/realgud/pull/226).
3953 (search-patches "emacs-realgud-fix-configure-ac.patch"))))
3954 (build-system emacs-build-system)
3955 (arguments
3956 `(#:tests? #t
3957 #:phases
3958 (modify-phases %standard-phases
3959 (add-after 'set-emacs-load-path 'fix-autogen-script
3960 (lambda _
3961 (substitute* "autogen.sh"
3962 (("./configure") "sh configure"))))
3963 (add-after 'fix-autogen-script 'autogen
3964 (lambda _
3965 (setenv "CONFIG_SHELL" "sh")
3966 (invoke "sh" "autogen.sh")))
3967 (add-after 'fix-autogen-script 'set-home
3968 (lambda _
3969 (setenv "HOME" (getenv "TMPDIR"))))
3970 (add-before 'patch-el-files 'remove-realgud-pkg.el
3971 (lambda _
3972 ;; XXX: This file is auto-generated at some point and causes
3973 ;; substitute* to crash during the `patch-el-files' phase with:
3974 ;; ERROR: In procedure stat: No such file or directory:
3975 ;; "./realgud-pkg.el"
3976 (delete-file "./realgud-pkg.el")
3977 ;; FIXME: `patch-el-files' crashes on this file with error:
3978 ;; unable to locate "bashdb".
3979 (delete-file "./test/test-regexp-bashdb.el"))))
3980 #:include (cons* ".*\\.el$" %default-include)))
3981 (native-inputs
3982 `(("autoconf" ,autoconf)
3983 ("automake" ,automake)
3984 ("emacs-test-simple" ,emacs-test-simple)))
3985 (propagated-inputs
3986 `(("emacs-load-relative" ,emacs-load-relative)
3987 ("emacs-loc-changes" ,emacs-loc-changes)))
3988 (home-page "https://github.com/realgud/realgud/")
3989 (synopsis
3990 "Modular front-end for interacting with external debuggers")
3991 (description
3992 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
3993 with external debuggers. It integrates various debuggers such as gdb, pdb,
3994 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
3995 sources. Unlike GUD, it also supports running multiple debug sessions in
3996 parallel.")
3997 (license license:gpl3+)))
3998
3999 (define-public emacs-request
4000 (package
4001 (name "emacs-request")
4002 (version "0.3.0")
4003 (source (origin
4004 (method git-fetch)
4005 (uri (git-reference
4006 (url "https://github.com/tkf/emacs-request.git")
4007 (commit (string-append "v" version))))
4008 (file-name (string-append name "-" version "-checkout"))
4009 (sha256
4010 (base32
4011 "0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
4012 (build-system emacs-build-system)
4013 (propagated-inputs
4014 `(("emacs-deferred" ,emacs-deferred)))
4015 (home-page "https://github.com/tkf/emacs-request")
4016 (synopsis "Package for speaking HTTP in Emacs Lisp")
4017 (description "This package provides a HTTP request library with multiple
4018 backends. It supports url.el which is shipped with Emacs and the curl command
4019 line program.")
4020 (license license:gpl3+)))
4021
4022 (define-public emacs-rudel
4023 (package
4024 (name "emacs-rudel")
4025 (version "0.3.1")
4026 (source
4027 (origin
4028 (method url-fetch)
4029 (uri (string-append "http://elpa.gnu.org/packages/rudel-"
4030 version ".tar"))
4031 (sha256
4032 (base32
4033 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
4034 (build-system emacs-build-system)
4035 (home-page "http://rudel.sourceforge.net/")
4036 (synopsis "Collaborative editing framework")
4037 (description
4038 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
4039 is to share buffers with other users in order to edit the contents of those
4040 buffers collaboratively. Rudel supports multiple backends to enable
4041 communication with other collaborative editors using different protocols,
4042 though currently Obby (for use with the Gobby editor) is the only
4043 fully-functional one.")
4044 (license license:gpl3+)))
4045
4046 (define-public emacs-hydra
4047 (package
4048 (name "emacs-hydra")
4049 (version "0.14.0")
4050 (source
4051 (origin
4052 (method git-fetch)
4053 (uri (git-reference
4054 (url "https://github.com/abo-abo/hydra")
4055 (commit version)))
4056 (file-name (git-file-name name version))
4057 (sha256
4058 (base32
4059 "0ln4z2796ycy33g5jcxkqvm7638qxy4sipsab7d2864hh700cikg"))))
4060 (build-system emacs-build-system)
4061 (home-page "https://github.com/abo-abo/hydra")
4062 (synopsis "Make Emacs bindings that stick around")
4063 (description
4064 "This package can be used to tie related commands into a family of short
4065 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
4066 the prefixed binding), all the heads can be called in succession with only a
4067 short extension. Any binding that isn't the Hydra's head vanquishes the
4068 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
4069 serve its original purpose, calling the command assigned to it. This makes
4070 the Hydra very seamless; it's like a minor mode that disables itself
4071 automatically.")
4072 (license license:gpl3+)))
4073
4074 (define-public emacs-ivy
4075 (package
4076 (name "emacs-ivy")
4077 (version "0.11.0")
4078 (source
4079 (origin
4080 (method git-fetch)
4081 (uri (git-reference
4082 (url "https://github.com/abo-abo/swiper.git")
4083 (commit version)))
4084 (file-name (string-append name "-" version "-checkout"))
4085 (sha256
4086 (base32
4087 "009n8zjycs62cv4i1k9adbb284wz2w3r13xki2740sj34k683v13"))))
4088 (build-system emacs-build-system)
4089 (arguments
4090 `(#:phases
4091 (modify-phases %standard-phases
4092 (add-after 'install 'install-doc
4093 (lambda* (#:key outputs #:allow-other-keys)
4094 (let* ((out (assoc-ref outputs "out"))
4095 (info (string-append out "/share/info")))
4096 (with-directory-excursion "doc"
4097 (invoke "makeinfo" "ivy.texi")
4098 (install-file "ivy.info" info)
4099 #t)))))))
4100 (propagated-inputs
4101 `(("emacs-hydra" ,emacs-hydra)))
4102 (native-inputs
4103 `(("texinfo" ,texinfo)))
4104 (home-page "http://oremacs.com/swiper/")
4105 (synopsis "Incremental vertical completion for Emacs")
4106 (description
4107 "This package provides @code{ivy-read} as an alternative to
4108 @code{completing-read} and similar functions. No attempt is made to determine
4109 the best candidate. Instead, the user can navigate candidates with
4110 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
4111 splitting the input text by spaces and re-building it into a regular
4112 expression.")
4113 (license license:gpl3+)))
4114
4115 (define-public emacs-ivy-yasnippet
4116 (let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
4117 (revision "2"))
4118 (package
4119 (name "emacs-ivy-yasnippet")
4120 (version (git-version "0.1" revision commit))
4121 (source
4122 (origin
4123 (method git-fetch)
4124 (uri (git-reference
4125 (url "https://github.com/mkcms/ivy-yasnippet.git")
4126 (commit commit)))
4127 (file-name (git-file-name name version))
4128 (sha256
4129 (base32
4130 "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
4131 (build-system emacs-build-system)
4132 (propagated-inputs
4133 `(("emacs-ivy" ,emacs-ivy)
4134 ("emacs-yasnippet" ,emacs-yasnippet)
4135 ("emacs-dash" ,emacs-dash)))
4136 (home-page "https://github.com/mkcms/ivy-yasnippet")
4137 (synopsis "Preview @code{yasnippets} with @code{ivy}")
4138 (description "This package allows you to select @code{yasnippet}
4139 snippets using @code{ivy} completion. When current selection changes in the
4140 minibuffer, the snippet contents are temporarily expanded in the buffer. To
4141 use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
4142 @code{yas-minor-mode} first).")
4143 (license license:gpl3+))))
4144
4145 (define-public emacs-ivy-rich
4146 (package
4147 (name "emacs-ivy-rich")
4148 (version "0.1.0")
4149 (source
4150 (origin
4151 (method url-fetch)
4152 (uri (string-append "https://github.com/Yevgnen/ivy-rich/archive/"
4153 version ".tar.gz"))
4154 (file-name (string-append name "-" version ".tar.gz"))
4155 (sha256
4156 (base32
4157 "14r3mx5rkd4wz0ls5pv5w6c7la3z9iy93d3jfind3xyg4kywy95c"))))
4158 (build-system emacs-build-system)
4159 (propagated-inputs
4160 `(("emacs-ivy" ,emacs-ivy)))
4161 (home-page "https://github.com/Yevgnen/ivy-rich")
4162 (synopsis "More friendly interface for @code{ivy}")
4163 (description
4164 "This package extends @code{ivy} by showing more information in the
4165 minibuffer for each candidate. It adds columns showing buffer modes, file
4166 sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
4167 show icons as well.")
4168 (license license:gpl3+)))
4169
4170 (define-public emacs-avy
4171 (package
4172 (name "emacs-avy")
4173 (version "0.4.0")
4174 (source
4175 (origin
4176 (method url-fetch)
4177 (uri (string-append "https://github.com/abo-abo/avy/archive/"
4178 version ".tar.gz"))
4179 (file-name (string-append name "-" version ".tar.gz"))
4180 (sha256
4181 (base32
4182 "1wdrq512h25ymzjbf2kbsdymvd2ryfwzb6bh5bc3yv7q203im796"))))
4183 (build-system emacs-build-system)
4184 (home-page "https://github.com/abo-abo/avy")
4185 (synopsis "Tree-based completion for Emacs")
4186 (description
4187 "This package provides a generic completion method based on building a
4188 balanced decision tree with each candidate being a leaf. To traverse the tree
4189 from the root to a desired leaf, typically a sequence of @code{read-key} can
4190 be used.
4191
4192 In order for @code{read-key} to make sense, the tree needs to be visualized
4193 appropriately, with a character at each branch node. So this completion
4194 method works only for things that you can see on your screen, all at once,
4195 such as the positions of characters, words, line beginnings, links, or
4196 windows.")
4197 (license license:gpl3+)))
4198
4199 (define-public emacs-ace-window
4200 (package
4201 (name "emacs-ace-window")
4202 (version "0.9.0")
4203 (source
4204 (origin
4205 (method url-fetch)
4206 (uri (string-append "https://github.com/abo-abo/ace-window/archive/"
4207 version ".tar.gz"))
4208 (file-name (string-append name "-" version ".tar.gz"))
4209 (sha256
4210 (base32
4211 "1p2sgfl5dml4zbd6ldql6lm2m9vmd236ah996ni32x254s48j5pn"))))
4212 (build-system emacs-build-system)
4213 (propagated-inputs
4214 `(("emacs-avy" ,emacs-avy)))
4215 (home-page "https://github.com/abo-abo/ace-window")
4216 (synopsis "Quickly switch windows in Emacs")
4217 (description
4218 "@code{ace-window} is meant to replace @code{other-window}.
4219 In fact, when there are only two windows present, @code{other-window} is
4220 called. If there are more, each window will have its first character
4221 highlighted. Pressing that character will switch to that window.")
4222 (license license:gpl3+)))
4223
4224 (define-public emacs-iedit
4225 (package
4226 (name "emacs-iedit")
4227 (version "0.9.9.9")
4228 (source
4229 (origin
4230 (method url-fetch)
4231 (uri (string-append "https://github.com/victorhge/iedit/archive/v"
4232 version ".tar.gz"))
4233 (file-name (string-append name "-" version ".tar.gz"))
4234 (sha256
4235 (base32
4236 "1hv8q6pr85ss9g3158l1fqv3m62vsq8rslsi86jicr2dcxyascr0"))))
4237 (build-system emacs-build-system)
4238 (home-page "http://www.emacswiki.org/emacs/Iedit")
4239 (synopsis "Edit multiple regions in the same way simultaneously")
4240 (description
4241 "This package is an Emacs minor mode and allows you to edit one
4242 occurrence of some text in a buffer (possibly narrowed) or region, and
4243 simultaneously have other occurrences edited in the same way.
4244
4245 You can also use Iedit mode as a quick way to temporarily show only the buffer
4246 lines that match the current text being edited. This gives you the effect of
4247 a temporary @code{keep-lines} or @code{occur}.")
4248 (license license:gpl3+)))
4249
4250 (define-public emacs-zoutline
4251 (let ((commit "b3ee0f0e0b916838c2d2c249beba74ffdb8d5699")
4252 (revision "0"))
4253 (package
4254 (name "emacs-zoutline")
4255 (version (git-version "0.1" revision commit))
4256 (home-page "https://github.com/abo-abo/zoutline")
4257 (source (origin
4258 (method git-fetch)
4259 (uri (git-reference (url home-page) (commit commit)))
4260 (sha256
4261 (base32
4262 "0sd0017piw0dis6dhpq5dkqd3acisxqgipl7dj8gmc1vnswhdwr8"))
4263 (file-name (git-file-name name version))))
4264 (build-system emacs-build-system)
4265 (synopsis "Simple outline library")
4266 (description
4267 "This library provides helpers for outlines. Outlines allow users to
4268 navigate code in a tree-like fashion.")
4269 (license license:gpl3+))))
4270
4271 (define-public emacs-lispy
4272 ;; Release 0.26.0 was almost 3 years ago, and there have been ~772 commits
4273 ;; since.
4274 (let ((commit "f94cfc6b8f9c3afe7d028c366928049c011023de")
4275 (revision "1"))
4276 (package
4277 (name "emacs-lispy")
4278 (version (git-version "0.26.0" revision commit))
4279 (home-page "https://github.com/abo-abo/lispy")
4280 (source (origin
4281 (method git-fetch)
4282 (uri (git-reference (url home-page) (commit commit)))
4283 (sha256
4284 (base32
4285 "1bm2cpwizg1qfpm377gpx1af1hm5maw69if1csnk5vwaphmv8c4g"))
4286 (file-name (git-file-name name version))))
4287 (build-system emacs-build-system)
4288 (propagated-inputs
4289 `(("emacs-ace-window" ,emacs-ace-window)
4290 ("emacs-iedit" ,emacs-iedit)
4291 ("emacs-ivy" ,emacs-ivy)
4292 ("emacs-hydra" ,emacs-hydra)
4293 ("emacs-zoutline" ,emacs-zoutline)))
4294 (synopsis "Modal S-expression editing")
4295 (description
4296 "Due to the structure of Lisp syntax it's very rare for the programmer
4297 to want to insert characters right before \"(\" or right after \")\". Thus
4298 unprefixed printable characters can be used to call commands when the point is
4299 at one of these special locations. Lispy provides unprefixed keybindings for
4300 S-expression editing when point is at the beginning or end of an
4301 S-expression.")
4302 (license license:gpl3+))))
4303
4304 (define-public emacs-lispyville
4305 (let ((commit "d28b937f0cabd8ce61e2020fe9a733ca80d82c74")
4306 (revision "1"))
4307 (package
4308 (name "emacs-lispyville")
4309 (version (git-version "0.1" revision commit))
4310 (home-page "https://github.com/noctuid/lispyville")
4311 (source (origin
4312 (method git-fetch)
4313 (uri (git-reference (url home-page) (commit commit)))
4314 (sha256
4315 (base32
4316 "0f6srwj1qqkfkbmp5n5pjvi6gm7b7xav05p5hrs2i83rjrakzzqx"))
4317 (file-name (git-file-name name version))))
4318 (propagated-inputs
4319 `(("emacs-evil" ,emacs-evil)
4320 ("emacs-lispy" ,emacs-lispy)))
4321 (build-system emacs-build-system)
4322 (synopsis "Minor mode for integrating Evil with lispy")
4323 (description
4324 "LispyVille's main purpose is to provide a Lisp editing environment
4325 suited towards Evil users. It can serve as a minimal layer on top of lispy
4326 for better integration with Evil, but it does not require the use of lispy’s
4327 keybinding style. The provided commands allow for editing Lisp in normal
4328 state and will work even without lispy being enabled.")
4329 (license license:gpl3+))))
4330
4331 (define-public emacs-clojure-mode
4332 (package
4333 (name "emacs-clojure-mode")
4334 (version "5.6.1")
4335 (source (origin
4336 (method url-fetch)
4337 (uri (string-append
4338 "https://github.com/clojure-emacs/clojure-mode/archive/"
4339 version ".tar.gz"))
4340 (file-name (string-append name "-" version ".tar.gz"))
4341 (sha256
4342 (base32
4343 "1f4k1hncy5ygh4izn7mqfp744nnisrp9ywn2njknbjxx34ai1q88"))))
4344 (build-system emacs-build-system)
4345 (native-inputs
4346 `(("emacs-dash" ,emacs-dash)
4347 ("emacs-s" ,emacs-s)
4348 ("ert-runner" ,emacs-ert-runner)))
4349 (arguments
4350 `(#:tests? #t
4351 #:test-command '("ert-runner")))
4352 (home-page "https://github.com/clojure-emacs/clojure-mode")
4353 (synopsis "Major mode for Clojure code")
4354 (description
4355 "This Emacs package provides font-lock, indentation, navigation and basic
4356 refactoring for the @uref{http://clojure.org, Clojure programming language}.
4357 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
4358 (license license:gpl3+)))
4359
4360 (define-public emacs-epl
4361 (package
4362 (name "emacs-epl")
4363 (version "0.8")
4364 (source (origin
4365 (method url-fetch)
4366 (uri (string-append
4367 "https://github.com/cask/epl/archive/"
4368 version ".tar.gz"))
4369 (file-name (string-append name "-" version ".tar.gz"))
4370 (sha256
4371 (base32
4372 "1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
4373 (build-system emacs-build-system)
4374 (home-page "https://github.com/cask/epl")
4375 (synopsis "Emacs Package Library")
4376 (description
4377 "A package management library for Emacs, based on @code{package.el}.
4378
4379 The purpose of this library is to wrap all the quirks and hassle of
4380 @code{package.el} into a sane API.")
4381 (license license:gpl3+)))
4382
4383 (define-public emacs-queue
4384 (package
4385 (name "emacs-queue")
4386 (version "0.2")
4387 (source (origin
4388 (method url-fetch)
4389 (uri (string-append "https://elpa.gnu.org/packages/queue-"
4390 version ".el"))
4391 (sha256
4392 (base32
4393 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
4394 (build-system emacs-build-system)
4395 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
4396 (synopsis "Queue data structure for Emacs")
4397 (description
4398 "This Emacs library provides queue data structure. These queues can be
4399 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
4400 stack, i.e. elements can be added to the front or back of the queue, and can
4401 be removed from the front. This type of data structure is sometimes called an
4402 \"output-restricted deque\".")
4403 (license license:gpl3+)))
4404
4405 (define-public emacs-pkg-info
4406 (package
4407 (name "emacs-pkg-info")
4408 (version "0.6")
4409 (source (origin
4410 (method url-fetch)
4411 (uri (string-append
4412 "https://github.com/lunaryorn/pkg-info.el/archive/"
4413 version ".tar.gz"))
4414 (file-name (string-append name "-" version ".tar.gz"))
4415 (sha256
4416 (base32
4417 "1gy1jks5mmm02gg1c8gcyr4f8a9s5ggzhk56gv33b9mzjqzi5rd5"))))
4418 (build-system emacs-build-system)
4419 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
4420 (home-page "https://github.com/lunaryorn/pkg-info.el")
4421 (synopsis "Information about Emacs packages")
4422 (description
4423 "This library extracts information from the installed Emacs packages.")
4424 (license license:gpl3+)))
4425
4426 (define-public emacs-spinner
4427 (package
4428 (name "emacs-spinner")
4429 (version "1.7.3")
4430 (source (origin
4431 (method url-fetch)
4432 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
4433 version ".el"))
4434 (sha256
4435 (base32
4436 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
4437 (build-system emacs-build-system)
4438 (home-page "https://github.com/Malabarba/spinner.el")
4439 (synopsis "Emacs mode-line spinner for operations in progress")
4440 (description
4441 "This Emacs package adds spinners and progress-bars to the mode-line for
4442 ongoing operations.")
4443 (license license:gpl3+)))
4444
4445 (define-public emacs-sparql-mode
4446 (package
4447 (name "emacs-sparql-mode")
4448 (version "2.0.1")
4449 (source (origin
4450 (method url-fetch)
4451 (uri (string-append "https://github.com/ljos/sparql-mode/archive/"
4452 "v" version ".tar.gz"))
4453 (file-name (string-append name "-" version ".tar.gz"))
4454 (sha256
4455 (base32
4456 "1s93mkllxnhy7fw616cnnc2danacdlarys0g3cn89drh0llh53cv"))))
4457 (build-system emacs-build-system)
4458 (home-page "https://github.com/ljos/sparql-mode")
4459 (synopsis "SPARQL mode for Emacs")
4460 (description "This package provides a major mode for Emacs that provides
4461 syntax highlighting for SPARQL. It also provides a way to execute queries
4462 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
4463 possible to query other endpoints like DBPedia.")
4464 (license license:gpl3+)))
4465
4466 (define-public emacs-better-defaults
4467 (package
4468 (name "emacs-better-defaults")
4469 (version "0.1.3")
4470 (source
4471 (origin
4472 (method url-fetch)
4473 (uri (string-append "https://github.com/technomancy/better-defaults"
4474 "/archive/" version ".tar.gz"))
4475 (file-name (string-append name "-" version ".tar.gz"))
4476 (sha256
4477 (base32
4478 "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
4479 (build-system emacs-build-system)
4480 (home-page "https://github.com/technomancy/better-defaults")
4481 (synopsis "Better defaults for Emacs")
4482 (description
4483 "Better defaults attempts to address the most obvious deficiencies of the
4484 Emacs default configuration in uncontroversial ways that nearly everyone can
4485 agree upon.")
4486 (license license:gpl3+)))
4487
4488 (define-public emacs-eprime
4489 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
4490 (package
4491 (name "emacs-eprime")
4492 (version (string-append "20140513-" (string-take commit 7)))
4493 (source (origin
4494 (method url-fetch)
4495 (uri (string-append "https://raw.githubusercontent.com"
4496 "/AndrewHynes/eprime-mode/"
4497 commit "/eprime-mode.el"))
4498 (file-name (string-append "eprime-" version ".el"))
4499 (sha256
4500 (base32
4501 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
4502 (build-system emacs-build-system)
4503 (home-page "https://github.com/AndrewHynes/eprime-mode")
4504 (synopsis "E-prime checking mode for Emacs")
4505 (description "This package provides an E-prime checking mode for Emacs
4506 that highlights non-conforming text. The subset of the English language called
4507 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
4508 (license license:gpl3+))))
4509
4510 (define-public emacs-julia-mode
4511 ;; XXX: Upstream version remained stuck at 0.3. See
4512 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
4513 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
4514 (revision "1"))
4515 (package
4516 (name "emacs-julia-mode")
4517 (version (string-append "0.3-" revision "." (string-take commit 8)))
4518 (source
4519 (origin
4520 (method git-fetch)
4521 (uri (git-reference
4522 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
4523 (commit commit)))
4524 (file-name (string-append name "-" version "-checkout"))
4525 (sha256
4526 (base32
4527 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
4528 (build-system emacs-build-system)
4529 (arguments
4530 `(#:tests? #t
4531 #:test-command '("emacs" "--batch"
4532 "-l" "julia-mode-tests.el"
4533 "-f" "ert-run-tests-batch-and-exit")))
4534 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
4535 (synopsis "Major mode for Julia")
4536 (description "This Emacs package provides a mode for the Julia
4537 programming language.")
4538 (license license:expat))))
4539
4540 (define-public emacs-smex
4541 (package
4542 (name "emacs-smex")
4543 (version "3.0")
4544 (source (origin
4545 (method url-fetch)
4546 (uri (string-append "https://raw.githubusercontent.com"
4547 "/nonsequitur/smex/" version "/smex.el"))
4548 (file-name (string-append "smex-" version ".el"))
4549 (sha256
4550 (base32
4551 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
4552 (build-system emacs-build-system)
4553 (home-page "https://github.com/nonsequitur/smex/")
4554 (synopsis "M-x interface with Ido-style fuzzy matching")
4555 (description
4556 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
4557 convenient interface to your recently and most frequently used commands. And
4558 to all the other commands, too.")
4559 (license license:gpl3+)))
4560
4561 (define-public emacs-js2-mode
4562 (package
4563 (name "emacs-js2-mode")
4564 (version "20180301")
4565 (source (origin
4566 (method url-fetch)
4567 (uri (string-append "https://github.com/mooz/js2-mode/archive/"
4568 version ".tar.gz"))
4569 (file-name (string-append name "-" version ".tar.gz"))
4570 (sha256
4571 (base32
4572 "13aghgwaqrmbf3pbifcry52kya454wnh1gbdh5805n1n6xgjm5w3"))))
4573 (build-system emacs-build-system)
4574 (home-page "https://github.com/mooz/js2-mode/")
4575 (synopsis "Improved JavaScript editing mode for Emacs")
4576 (description
4577 "Js2-mode provides a JavaScript major mode for Emacs that is more
4578 advanced than the built-in javascript-mode. Features include accurate syntax
4579 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
4580 errors and strict-mode warnings, smart line-wrapping within comments and
4581 strings, and code folding.")
4582 (license license:gpl3+)))
4583
4584 (define-public emacs-nodejs-repl
4585 (package
4586 (name "emacs-nodejs-repl")
4587 (version "0.2.0")
4588 (source (origin
4589 (method url-fetch)
4590 (uri (string-append "https://github.com/abicky/nodejs-repl.el"
4591 "/archive/" version ".tar.gz"))
4592 (sha256
4593 (base32
4594 "0hq2cqdq2668yf48g7qnkci90nhih1gnhacsgz355jnib56lhmkz"))
4595 (file-name (string-append name "-" version ".tar.gz"))))
4596 (build-system emacs-build-system)
4597 (home-page "https://github.com/abicky/nodejs-repl.el")
4598 (synopsis "Node.js REPL inside Emacs")
4599 (description
4600 "This program is derived from comint-mode and provides the following
4601 features:
4602
4603 @itemize
4604 @item TAB completion same as Node.js REPL
4605 @item file name completion in string
4606 @item incremental history search
4607 @end itemize")
4608 (license license:gpl3+)))
4609
4610 (define-public emacs-typescript-mode
4611 (package
4612 (name "emacs-typescript-mode")
4613 (version "0.3")
4614 (source (origin
4615 (method url-fetch)
4616 (uri (string-append
4617 "https://github.com/ananthakumaran/typescript.el"
4618 "/archive/v" version ".tar.gz"))
4619 (sha256
4620 (base32
4621 "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))
4622 (file-name (string-append name "-" version ".tar.gz"))))
4623 (build-system emacs-build-system)
4624 (home-page "https://github.com/ananthakumaran/typescript.el")
4625 (synopsis "Emacs major mode for editing Typescript code")
4626 (description
4627 "This is based on Karl Landstrom's barebones @code{typescript-mode}.
4628 This is much more robust and works with @code{cc-mode}'s comment
4629 filling (mostly). The modifications to the original @code{javascript.el} mode
4630 mainly consisted in replacing \"javascript\" with \"typescript\"
4631
4632 The main features of this Typescript mode are syntactic highlighting (enabled
4633 with @code{font-lock-mode} or @code{global-font-lock-mode}), automatic
4634 indentation and filling of comments and C preprocessor fontification.")
4635 (license license:gpl3+)))
4636
4637 (define-public emacs-tide
4638 (package
4639 (name "emacs-tide")
4640 (version "3.2.3")
4641 (source (origin
4642 (method url-fetch)
4643 (uri (string-append "https://github.com/ananthakumaran/tide"
4644 "/archive/v" version ".tar.gz"))
4645 (sha256
4646 (base32
4647 "1c600myr2yqbkmy9lify38lz0zzjdqk1733db5n7vsay16vn6fzi"))
4648 (file-name (string-append name "-" version ".tar.gz"))))
4649 (build-system emacs-build-system)
4650 (propagated-inputs
4651 `(("emacs-dash" ,emacs-dash)
4652 ("emacs-s" ,emacs-s)
4653 ("emacs-flycheck" ,emacs-flycheck)
4654 ("emacs-typescript-mode" ,emacs-typescript-mode)))
4655 (home-page "https://github.com/ananthakumaran/tide")
4656 (synopsis "Typescript IDE for Emacs")
4657 (description
4658 "Tide is an Interactive Development Environment (IDE) for Emacs which
4659 provides the following features:
4660
4661 @itemize
4662 @item ElDoc
4663 @item Auto complete
4664 @item Flycheck
4665 @item Jump to definition, Jump to type definition
4666 @item Find occurrences
4667 @item Rename symbol
4668 @item Imenu
4669 @item Compile On Save
4670 @item Highlight Identifiers
4671 @item Code Fixes
4672 @item Code Refactor
4673 @item Organize Imports
4674 @end itemize")
4675 (license license:gpl3+)))
4676
4677 (define-public emacs-markdown-mode
4678 (package
4679 (name "emacs-markdown-mode")
4680 (version "2.3")
4681 (source (origin
4682 (method url-fetch)
4683 (uri (string-append "https://raw.githubusercontent.com/jrblevin"
4684 "/markdown-mode/v" version
4685 "/markdown-mode.el"))
4686 (file-name (string-append "markdown-mode-" version ".el"))
4687 (sha256
4688 (base32
4689 "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
4690 (build-system emacs-build-system)
4691 (home-page "http://jblevins.org/projects/markdown-mode/")
4692 (synopsis "Emacs Major mode for Markdown files")
4693 (description
4694 "Markdown-mode is a major mode for editing Markdown-formatted text files
4695 in Emacs.")
4696 (license license:gpl3+)))
4697
4698 (define-public emacs-edit-indirect
4699 (package
4700 (name "emacs-edit-indirect")
4701 (version "0.1.5")
4702 (source
4703 (origin
4704 (method git-fetch)
4705 (uri (git-reference
4706 (url "https://github.com/Fanael/edit-indirect")
4707 (commit version)))
4708 (file-name (git-file-name name version))
4709 (sha256
4710 (base32
4711 "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
4712 (build-system emacs-build-system)
4713 (home-page "https://github.com/Fanael/edit-indirect")
4714 (synopsis "Edit regions in separate buffers")
4715 (description "This package allows you to edit regions in separate buffers,
4716 like @code{org-edit-src-code} but for arbitrary regions.")
4717 (license license:gpl3+)))
4718
4719 (define-public emacs-projectile
4720 (package
4721 (name "emacs-projectile")
4722 (version "2.0.0")
4723 (source (origin
4724 (method url-fetch)
4725 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
4726 "/projectile/v" version "/projectile.el"))
4727 (file-name (string-append "projectile-" version ".el"))
4728 (sha256
4729 (base32
4730 "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
4731 (build-system emacs-build-system)
4732 (propagated-inputs
4733 `(("emacs-dash" ,emacs-dash)
4734 ("emacs-pkg-info" ,emacs-pkg-info)))
4735 (home-page "https://github.com/bbatsov/projectile")
4736 (synopsis "Manage and navigate projects in Emacs easily")
4737 (description
4738 "This library provides easy project management and navigation. The
4739 concept of a project is pretty basic - just a folder containing special file.
4740 Currently git, mercurial and bazaar repos are considered projects by default.
4741 If you want to mark a folder manually as a project just create an empty
4742 .projectile file in it.")
4743 (license license:gpl3+)))
4744
4745 (define-public emacs-elfeed
4746 (package
4747 (name "emacs-elfeed")
4748 (version "3.0.0")
4749 (source (origin
4750 (method url-fetch)
4751 (uri (string-append "https://github.com/skeeto/elfeed/archive/"
4752 version ".tar.gz"))
4753 (file-name (string-append name "-" version ".tar.gz"))
4754 (sha256
4755 (base32
4756 "1wkdrxr6zzqb48czqqv34l87bx8aqjk1739ddqg933aqh241kfvn"))))
4757 (build-system emacs-build-system)
4758 (arguments
4759 `(#:tests? #t
4760 #:test-command '("make" "test")))
4761 (home-page "https://github.com/skeeto/elfeed")
4762 (synopsis "Atom/RSS feed reader for Emacs")
4763 (description
4764 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
4765 and RSS, with a user interface inspired by notmuch.")
4766 (license license:gpl3+)))
4767
4768 (define-public emacs-el-x
4769 (package
4770 (name "emacs-el-x")
4771 (version "0.3.1")
4772 (source (origin
4773 (method git-fetch)
4774 (uri (git-reference
4775 (url "https://github.com/sigma/el-x.git")
4776 (commit (string-append "v" version))))
4777 (file-name (string-append name "-" version "-checkout"))
4778 (sha256
4779 (base32
4780 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
4781 (build-system emacs-build-system)
4782 (arguments
4783 `(#:phases
4784 (modify-phases %standard-phases
4785 ;; Move the source files to the top level, which is included in
4786 ;; the EMACSLOADPATH.
4787 (add-after 'unpack 'move-source-files
4788 (lambda _
4789 (let ((el-files (find-files "./lisp" ".*\\.el$")))
4790 (for-each (lambda (f)
4791 (rename-file f (basename f)))
4792 el-files))
4793 #t)))))
4794 (home-page "https://github.com/sigma/el-x")
4795 (synopsis "Emacs Lisp extensions")
4796 (description "command@{emacs-el-x} defines the @code{dflet} macro to
4797 provide the historic behavior of @code{flet}, as well as
4798 @code{declare-function} stub for older Emacs.")
4799 (license license:gpl2+)))
4800
4801 (define-public emacs-mocker
4802 (package
4803 (name "emacs-mocker")
4804 (version "0.3.1")
4805 (source (origin
4806 (method git-fetch)
4807 (uri (git-reference
4808 (url "https://github.com/sigma/mocker.el.git")
4809 (commit (string-append "v" version))))
4810 (file-name (string-append name "-" version "-checkout"))
4811 (sha256
4812 (base32
4813 "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
4814 (build-system emacs-build-system)
4815 (arguments
4816 `(#:tests? #t
4817 #:test-command '("ert-runner")))
4818 (native-inputs
4819 `(("ert-runner" ,emacs-ert-runner)))
4820 (propagated-inputs
4821 `(("emacs-el-x" ,emacs-el-x)))
4822 (home-page "https://github.com/sigma/mocker.el")
4823 (synopsis "Mocking framework for Emacs Lisp")
4824 (description "Mocker.el is a framework for writing tests in Emacs Lisp.
4825 It uses regular Lisp rather than a domain specific language (DSL), which
4826 maximizes flexibility (at the expense of conciseness).")
4827 (license license:gpl2+)))
4828
4829 (define-public emacs-find-file-in-project
4830 (package
4831 (name "emacs-find-file-in-project")
4832 (version "5.4.7")
4833 (source (origin
4834 (method git-fetch)
4835 (uri (git-reference
4836 (url "https://github.com/technomancy/find-file-in-project.git")
4837 (commit version)))
4838 (file-name (string-append name "-" version "-checkout"))
4839 (sha256
4840 (base32
4841 "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
4842 (build-system emacs-build-system)
4843 (arguments
4844 `(#:phases
4845 (modify-phases %standard-phases
4846 (add-before 'check 'set-shell
4847 ;; Otherwise Emacs shell-file-name is set to "/bin/sh", which doesn't
4848 ;; work.
4849 (lambda _
4850 (setenv "SHELL" (which "sh"))
4851 #t)))
4852 #:tests? #t
4853 #:test-command '("./tests/test.sh")))
4854 (home-page "https://github.com/technomancy/find-file-in-project")
4855 (synopsis "File/directory finder for Emacs")
4856 (description "@code{find-file-in-project} allows to find files or
4857 directories quickly in the current project. The project root is detected
4858 automatically when Git, Subversion or Mercurial are used. It also provides
4859 functions to assist in reviewing changes on files.")
4860 (license license:gpl3+)))
4861
4862 (define-public emacs-pyvenv
4863 (package
4864 (name "emacs-pyvenv")
4865 (version "1.20")
4866 (source (origin
4867 (method git-fetch)
4868 (uri (git-reference
4869 (url "https://github.com/jorgenschaefer/pyvenv.git")
4870 (commit (string-append "v" version))))
4871 (file-name (string-append name "-" version "-checkout"))
4872 (sha256
4873 (base32
4874 "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
4875 (build-system emacs-build-system)
4876 (arguments
4877 `(#:phases
4878 (modify-phases %standard-phases
4879 ;; This phase incorrectly attempts to substitute "activate" and fails
4880 ;; doing so.
4881 (delete 'patch-el-files))
4882 #:tests? #t
4883 #:test-command '("ert-runner")))
4884 (native-inputs
4885 `(("ert-runner" ,emacs-ert-runner)
4886 ("emacs-mocker" ,emacs-mocker)))
4887 (home-page "https://github.com/jorgenschaefer/pyvenv")
4888 (synopsis "Python virtual environment interface for Emacs")
4889 (description "pyvenv.el is a minor mode to support using Python virtual
4890 environments (virtualenv) inside Emacs.")
4891 (license license:gpl3+)))
4892
4893 (define-public emacs-highlight-indentation
4894 (package
4895 (name "emacs-highlight-indentation")
4896 (version "0.7.0")
4897 (source (origin
4898 (method git-fetch)
4899 (uri (git-reference
4900 (url "https://github.com/antonj/Highlight-Indentation-for-Emacs.git")
4901 (commit (string-append "v" version))))
4902 (file-name (string-append name "-" version "-checkout"))
4903 (sha256
4904 (base32
4905 "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k"))))
4906 (build-system emacs-build-system)
4907 (home-page "https://github.com/antonj/Highlight-Indentation-for-Emacs/")
4908 (synopsis "Highlighting indentation for Emacs")
4909 (description "Provides two minor modes to highlight indentation guides in Emacs:
4910 @enumerate
4911 @item @code{highlight-indentation-mode}, which displays guidelines
4912 indentation (space indentation only).
4913 @item @code{highlight-indentation-current-column-mode}, which displays guidelines for the current-point indentation (space indentation only).
4914 @end enumerate")
4915 (license license:gpl2+)))
4916
4917 (define-public emacs-elpy
4918 (package
4919 (name "emacs-elpy")
4920 (version "1.28.0")
4921 (source (origin
4922 (method git-fetch)
4923 (uri (git-reference
4924 (url "https://github.com/jorgenschaefer/elpy.git")
4925 (commit version)))
4926 (file-name (string-append name "-" version "-checkout"))
4927 (sha256
4928 (base32
4929 "073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis"))))
4930 (build-system emacs-build-system)
4931 (arguments
4932 `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
4933 #:phases
4934 ;; TODO: Make `elpy-config' display Guix commands :)
4935 (modify-phases %standard-phases
4936 ;; One elpy test depends on being run inside a Python virtual
4937 ;; environment to pass. We have nothing to gain from doing so here,
4938 ;; so we just trick Elpy into thinking we are (see:
4939 ;; https://github.com/jorgenschaefer/elpy/pull/1293).
4940 (add-before 'check 'fake-virtualenv
4941 (lambda _
4942 (setenv "VIRTUAL_ENV" "/tmp")
4943 #t))
4944 (add-before 'check 'build-doc
4945 (lambda _
4946 (with-directory-excursion "docs"
4947 (invoke "make" "info" "man"))
4948 ;; Move .info file at the root so that it can installed by the
4949 ;; 'move-doc phase.
4950 (rename-file "docs/_build/texinfo/Elpy.info" "Elpy.info")
4951 #t))
4952 (add-after 'build-doc 'install-manpage
4953 (lambda* (#:key outputs #:allow-other-keys)
4954 (let* ((out (assoc-ref outputs "out"))
4955 (man1 (string-append out "/share/man/man1")))
4956 (mkdir-p man1)
4957 (copy-file "docs/_build/man/elpy.1"
4958 (string-append man1 "/elpy.1")))
4959 #t)))
4960 #:tests? #t
4961 #:test-command '("ert-runner")))
4962 (propagated-inputs
4963 `(("emacs-company" ,emacs-company)
4964 ("emacs-find-file-in-project" ,emacs-find-file-in-project)
4965 ("emacs-highlight-indentation" ,emacs-highlight-indentation)
4966 ("emacs-yasnippet" ,emacs-yasnippet)
4967 ("pyvenv" ,emacs-pyvenv)
4968 ("s" ,emacs-s)))
4969 (native-inputs
4970 `(("ert-runner" ,emacs-ert-runner)
4971 ("emacs-f" ,emacs-f)
4972 ("python" ,python-wrapper)
4973 ("python-autopep8" ,python-autopep8)
4974 ("python-black" ,python-black)
4975 ("python-flake8" ,python-flake8)
4976 ("python-jedi" ,python-jedi)
4977 ("python-yapf" ,python-yapf)
4978 ;; For documentation.
4979 ("python-sphinx" ,python-sphinx)
4980 ("texinfo" ,texinfo)))
4981 (home-page "https://github.com/jorgenschaefer/elpy")
4982 (synopsis "Python development environment for Emacs")
4983 (description "Elpy brings powerful Python editing to Emacs. It combines
4984 and configures a number of other packages written in Emacs Lisp as well as
4985 Python, together offering features such as navigation, documentation,
4986 completion, interactive development and more.")
4987 (license license:gpl3+)))
4988
4989 (define-public emacs-rainbow-delimiters
4990 (package
4991 (name "emacs-rainbow-delimiters")
4992 (version "2.1.3")
4993 (source (origin
4994 (method url-fetch)
4995 (uri (string-append "https://raw.githubusercontent.com/Fanael"
4996 "/rainbow-delimiters/" version
4997 "/rainbow-delimiters.el"))
4998 (file-name (string-append "rainbow-delimiters-" version ".el"))
4999 (sha256
5000 (base32
5001 "1b3kampwsjabhcqdp0khgff13wc5jqhy3rbvaa12vnv7qy22l9ck"))))
5002 (build-system emacs-build-system)
5003 (home-page "https://github.com/Fanael/rainbow-delimiters")
5004 (synopsis "Highlight brackets according to their depth")
5005 (description
5006 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
5007 highlights parentheses, brackets, and braces according to their depth. Each
5008 successive level is highlighted in a different color, making it easy to spot
5009 matching delimiters, orient yourself in the code, and tell which statements
5010 are at a given level.")
5011 (license license:gpl3+)))
5012
5013 (define-public emacs-rainbow-identifiers
5014 (package
5015 (name "emacs-rainbow-identifiers")
5016 (version "0.2.2")
5017 (source (origin
5018 (method url-fetch)
5019 (uri (string-append "https://raw.githubusercontent.com/Fanael"
5020 "/rainbow-identifiers/" version
5021 "/rainbow-identifiers.el"))
5022 (file-name (string-append "rainbow-identifiers-" version ".el"))
5023 (sha256
5024 (base32
5025 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
5026 (build-system emacs-build-system)
5027 (home-page "https://github.com/Fanael/rainbow-identifiers")
5028 (synopsis "Highlight identifiers in source code")
5029 (description
5030 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
5031 identifiers based on their names. Each identifier gets a color based on a hash
5032 of its name.")
5033 (license license:bsd-2)))
5034
5035 (define-public emacs-rainbow-mode
5036 (package
5037 (name "emacs-rainbow-mode")
5038 (version "1.0.1")
5039 (source (origin
5040 (method url-fetch)
5041 (uri (string-append
5042 "http://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
5043 (sha256
5044 (base32
5045 "0cpga4ax635rfpj7y2vmh7ank0yw00dcy20gjg1mj74r97by8csf"))))
5046 (build-system emacs-build-system)
5047 (home-page "http://elpa.gnu.org/packages/rainbow-mode.html")
5048 (synopsis "Colorize color names in buffers")
5049 (description
5050 "This minor mode sets background color to strings that match color
5051 names, e.g. #0000ff is displayed in white with a blue background.")
5052 (license license:gpl3+)))
5053
5054 (define-public emacs-visual-fill-column
5055 (package
5056 (name "emacs-visual-fill-column")
5057 (version "1.11")
5058 (source (origin
5059 (method url-fetch)
5060 (uri (string-append "https://codeload.github.com/joostkremers/"
5061 "visual-fill-column/tar.gz/" version))
5062 (file-name (string-append name "-" version ".tar.gz"))
5063 (sha256
5064 (base32
5065 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
5066 (build-system emacs-build-system)
5067 (home-page "https://github.com/joostkremers/visual-fill-column")
5068 (synopsis "Fill-column for visual-line-mode")
5069 (description
5070 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
5071 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
5072 wrapping lines at the window edge, which is the standard behaviour of
5073 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
5074 @code{fill-column} is too large for the window, the text is wrapped at the
5075 window edge.")
5076 (license license:gpl3+)))
5077
5078 (define-public emacs-writeroom
5079 (package
5080 (name "emacs-writeroom")
5081 (version "3.7")
5082 (source (origin
5083 (method url-fetch)
5084 (uri (string-append
5085 "https://github.com/joostkremers/writeroom-mode/archive/"
5086 version ".tar.gz"))
5087 (file-name (string-append name "-" version ".tar.gz"))
5088 (sha256
5089 (base32
5090 "0yqgp5h3kvvpgva4azakb2wnjl7gsyh45glf75crspv3xyq57f2r"))))
5091 (build-system emacs-build-system)
5092 (propagated-inputs
5093 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
5094 (home-page "https://github.com/joostkremers/writeroom-mode")
5095 (synopsis "Distraction-free writing for Emacs")
5096 (description
5097 "This package defines a minor mode for distraction-free writing. Some of
5098 the default effects include entering fullscreen, deleting other windows of the
5099 current frame, disabling the mode line, and adding margins to the buffer that
5100 restrict the text width to 80 characters.")
5101 (license license:bsd-3)))
5102
5103 (define-public emacs-ido-completing-read+
5104 (package
5105 (name "emacs-ido-completing-read+")
5106 (version "3.12")
5107 (source (origin
5108 (method url-fetch)
5109 (uri (string-append "https://raw.githubusercontent.com"
5110 "/DarwinAwardWinner/ido-ubiquitous/v"
5111 version "/ido-completing-read+.el"))
5112 (file-name (string-append "ido-completing-read+-" version ".el"))
5113 (sha256
5114 (base32
5115 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
5116 (build-system emacs-build-system)
5117 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5118 (synopsis "Replacement for completing-read using ido")
5119 (description
5120 "The ido-completing-read+ function is a wrapper for ido-completing-read.
5121 Importantly, it detects edge cases that ordinary ido cannot handle and either
5122 adjusts them so ido can handle them, or else simply falls back to the standard
5123 Emacs completion function instead.")
5124 (license license:gpl3+)))
5125
5126 (define-public emacs-ido-ubiquitous
5127 (package
5128 (name "emacs-ido-ubiquitous")
5129 (version "3.12")
5130 (source (origin
5131 (method url-fetch)
5132 (uri (string-append "https://raw.githubusercontent.com"
5133 "/DarwinAwardWinner/ido-ubiquitous/v"
5134 version "/ido-ubiquitous.el"))
5135 (file-name (string-append "ido-ubiquitous-" version ".el"))
5136 (sha256
5137 (base32
5138 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
5139 (build-system emacs-build-system)
5140 (propagated-inputs
5141 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
5142 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5143 (synopsis "Use ido (nearly) everywhere")
5144 (description
5145 "Ido-ubiquitous enables ido-style completion for almost every function
5146 that uses the standard completion function completing-read.")
5147 (license license:gpl3+)))
5148
5149 (define-public emacs-yaml-mode
5150 (package
5151 (name "emacs-yaml-mode")
5152 (version "0.0.13")
5153 (source (origin
5154 (method url-fetch)
5155 (uri (string-append "https://raw.githubusercontent.com/yoshiki"
5156 "/yaml-mode/v" version "/yaml-mode.el"))
5157 (file-name (string-append "yaml-mode-" version ".el"))
5158 (sha256
5159 (base32
5160 "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
5161 (build-system emacs-build-system)
5162 (home-page "https://github.com/yoshiki/yaml-mode")
5163 (synopsis "Major mode for editing YAML files")
5164 (description
5165 "Yaml-mode is an Emacs major mode for editing files in the YAML data
5166 serialization format. It was initially developed by Yoshiki Kurihara and many
5167 features were added by Marshall Vandegrift. As YAML and Python share the fact
5168 that indentation determines structure, this mode provides indentation and
5169 indentation command behavior very similar to that of python-mode.")
5170 (license license:gpl3+)))
5171
5172 (define-public emacs-web-mode
5173 (package
5174 (name "emacs-web-mode")
5175 (version "16")
5176 (source (origin
5177 (method url-fetch)
5178 (uri (string-append "https://raw.githubusercontent.com/fxbois"
5179 "/web-mode/v" version "/web-mode.el"))
5180 (file-name (string-append "web-mode-" version ".el"))
5181 (sha256
5182 (base32
5183 "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw"))))
5184 (build-system emacs-build-system)
5185 (synopsis "Major mode for editing web templates")
5186 (description "Web-mode is an Emacs major mode for editing web templates
5187 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
5188 client/server side engines). Web-mode is compatible with many template
5189 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
5190 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
5191 Dust.js, React/JSX, Angularjs, ejs, etc.")
5192 (home-page "http://web-mode.org/")
5193 (license license:gpl3+)))
5194
5195 (define-public emacs-wgrep
5196 (let ((commit "414be70bd313e482cd9f0b70fd2daad4ee23497c"))
5197 ;; Late commit fixes compatibility issue with Emacs 26+.
5198 (package
5199 (name "emacs-wgrep")
5200 (version (git-version "2.1.10" "1" commit))
5201 (source (origin
5202 (method git-fetch)
5203 (uri (git-reference
5204 (url "https://github.com/mhayashi1120/Emacs-wgrep")
5205 (commit commit)))
5206 (file-name (git-file-name name version))
5207 (sha256
5208 (base32
5209 "1sdhd587q3pg92lhiayph87azhalmf1gzrnsprkmqvnphv7mvks9"))))
5210 (build-system emacs-build-system)
5211 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
5212 (synopsis "Edit a grep buffer and apply those changes to the files")
5213 (description
5214 "Emacs wgrep allows you to edit a grep buffer and apply those changes
5215 to the file buffer. Several backends are supported beside the classic grep:
5216 ack, ag, helm and pt.")
5217 (license license:gpl3+))))
5218
5219 (define-public emacs-helm
5220 (package
5221 (name "emacs-helm")
5222 (version "3.1")
5223 (source (origin
5224 (method url-fetch)
5225 (uri (string-append
5226 "https://github.com/" name "/helm/archive/v"
5227 version ".tar.gz"))
5228 (file-name (string-append name "-" version ".tar.gz"))
5229 (sha256
5230 (base32
5231 "0ymykcsbcgq2kskqc0ddigg0kfznxx3j02mkd5r3c3n8gn3kgz84"))))
5232 (build-system emacs-build-system)
5233 (propagated-inputs
5234 `(("emacs-async" ,emacs-async)
5235 ("emacs-popup" ,emacs-popup)))
5236 (home-page "https://emacs-helm.github.io/helm/")
5237 (synopsis "Incremental completion and selection narrowing
5238 framework for Emacs")
5239 (description "Helm is incremental completion and selection narrowing
5240 framework for Emacs. It will help steer you in the right direction when
5241 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
5242 of @code{anything.el} originally written by Tamas Patrovic and can be
5243 considered to be its successor. Helm sets out to clean up the legacy code in
5244 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
5245 not tied in the trap of backward compatibility.")
5246 (license license:gpl3+)))
5247
5248 (define-public emacs-helm-swoop
5249 (package
5250 (name "emacs-helm-swoop")
5251 (version "1.7.4")
5252 (source (origin
5253 (method url-fetch)
5254 (uri (string-append
5255 "https://github.com/ShingoFukuyama/helm-swoop/archive/"
5256 version
5257 ".tar.gz"))
5258 (file-name (string-append name "-" version ".tar.gz"))
5259 (sha256
5260 (base32
5261 "1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
5262 (build-system emacs-build-system)
5263 (propagated-inputs
5264 `(("emacs-helm" ,emacs-helm)))
5265 (home-page "https://github.com/ShingoFukuyama/helm-swoop")
5266 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
5267 (description
5268 "This package builds on the Helm interface to provide several commands
5269 for search-based navigation of buffers.")
5270 (license license:gpl2+)))
5271
5272 (define-public emacs-helm-projectile
5273 (package
5274 (name "emacs-helm-projectile")
5275 (version "0.14.0")
5276 (source (origin
5277 (method url-fetch)
5278 (uri (string-append
5279 "https://github.com/bbatsov/helm-projectile/archive/v"
5280 version
5281 ".tar.gz"))
5282 (file-name (string-append name "-" version ".tar.gz"))
5283 (sha256
5284 (base32
5285 "19cfmilqh8kbab3b2hmx6lyrj73q6vfmn3p730x95g23iz16mnd5"))))
5286 (build-system emacs-build-system)
5287 (propagated-inputs
5288 `(("emacs-dash" ,emacs-dash)
5289 ("emacs-helm" ,emacs-helm)
5290 ("emacs-projectile" ,emacs-projectile)))
5291 (home-page "https://github.com/bbatsov/helm-projectile")
5292 (synopsis "Helm integration for Projectile")
5293 (description
5294 "This Emacs library provides a Helm interface for Projectile.")
5295 (license license:gpl3+)))
5296
5297 (define-public emacs-helm-make
5298 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
5299 (revision "1"))
5300 (package
5301 (name "emacs-helm-make")
5302 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
5303 (source
5304 (origin
5305 (method git-fetch)
5306 (uri (git-reference
5307 (url "https://github.com/abo-abo/helm-make.git")
5308 (commit commit)))
5309 (file-name (string-append name "-" version "-checkout"))
5310 (sha256
5311 (base32
5312 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
5313 (build-system emacs-build-system)
5314 (propagated-inputs
5315 `(("emacs-helm" ,emacs-helm)
5316 ("emacs-projectile" ,emacs-projectile)))
5317 (home-page "https://github.com/abo-abo/helm-make")
5318 (synopsis "Select a Makefile target with helm")
5319 (description "@code{helm-make} or @code{helm-make-projectile} will give
5320 you a @code{helm} selection of directory Makefile's targets. Selecting a
5321 target will call @code{compile} on it.")
5322 (license license:gpl3+))))
5323
5324 (define-public emacs-cider
5325 (package
5326 (name "emacs-cider")
5327 (version "0.20.0")
5328 (source
5329 (origin
5330 (method git-fetch)
5331 (uri (git-reference
5332 (url "https://github.com/clojure-emacs/cider.git")
5333 (commit (string-append "v" version))))
5334 (file-name (git-file-name name version))
5335 (sha256
5336 (base32
5337 "0lfhzg9c931jbx27hpshk3l76gwbp6ggf668sqa77xrvymwdlsnw"))))
5338 (build-system emacs-build-system)
5339 (arguments
5340 '(#:exclude ; Don't exclude 'cider-test.el'.
5341 '("^\\.dir-locals\\.el$" "^test/")))
5342 (propagated-inputs
5343 `(("emacs-clojure-mode" ,emacs-clojure-mode)
5344 ("emacs-sesman" ,emacs-sesman)
5345 ("emacs-spinner" ,emacs-spinner)
5346 ("emacs-pkg-info" ,emacs-pkg-info)
5347 ("emacs-queue" ,emacs-queue)))
5348 (home-page "https://cider.readthedocs.io/")
5349 (synopsis "Clojure development environment for Emacs")
5350 (description
5351 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
5352 provide an interactive development experience similar to the one you'd get
5353 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
5354 Geiser) and Smalltalk.
5355
5356 CIDER is the successor to the now deprecated combination of using SLIME +
5357 swank-clojure for Clojure development.
5358
5359 There are plenty of differences between CIDER and SLIME, but the core ideas
5360 are pretty much the same (and SLIME served as the principle inspiration for
5361 CIDER).")
5362 (license license:gpl3+)))
5363
5364 ;; There hasn't been a tag or release since 2015, so we take the latest
5365 ;; commit.
5366 (define-public emacs-sly
5367 (let ((commit "486bfbe95612bcdc0960c490207970a188e0fbb9")
5368 (revision "1"))
5369 (package
5370 (name "emacs-sly")
5371 (version (string-append "1.0.0-" revision "." (string-take commit 9)))
5372 (source
5373 (origin
5374 (method git-fetch)
5375 (uri (git-reference
5376 (url "https://github.com/joaotavora/sly.git")
5377 (commit commit)))
5378 (file-name (git-file-name name version))
5379 (sha256
5380 (base32
5381 "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))
5382 (build-system emacs-build-system)
5383 (arguments
5384 `(#:include (cons "^lib\\/" %default-include)
5385 #:phases
5386 ;; The package provides autoloads.
5387 (modify-phases %standard-phases
5388 (delete 'make-autoloads))))
5389 (home-page "https://github.com/joaotavora/sly")
5390 (synopsis "Sylvester the Cat's Common Lisp IDE")
5391 (description
5392 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
5393 contains the following improvements over it:
5394
5395 @enumerate
5396 @item Completely redesigned REPL based on Emacs's own full-featured
5397 @code{comint.el}
5398 @item Live code annotations via a new @code{sly-stickers} contrib
5399 @item Consistent interactive button interface. Everything can be copied to
5400 the REPL.
5401 @item Multiple inspectors with independent history
5402 @item Regexp-capable @code{M-x sly-apropos}
5403 @item Contribs are first class SLY citizens and enabled by default
5404 @item Use ASDF to loads contribs on demand.
5405 @end enumerate
5406
5407 SLY tracks SLIME's bugfixes and all its familar features (debugger, inspector,
5408 xref, etc...) are still available, but with better integration.")
5409 (license license:gpl3+))))
5410
5411 (define-public emacs-lua-mode
5412 (let ((commit "652e299cb967fccca827dda381d61a9c144d97de")
5413 (revision "1"))
5414 (package
5415 (name "emacs-lua-mode")
5416 (version (string-append "20151025." revision "-" (string-take commit 9)))
5417 (home-page "https://github.com/immerrr/lua-mode/")
5418 (source (origin
5419 (method git-fetch)
5420 (uri (git-reference
5421 (url home-page)
5422 (commit commit)))
5423 (file-name (string-append name "-" version ".checkout"))
5424 (sha256
5425 (base32
5426 "053025k930wh0lak6rc1973ynfrmm8zsyzfqhhd39x7abkl41hc9"))))
5427 (build-system emacs-build-system)
5428 (synopsis "Major mode for lua")
5429 (description
5430 "This Emacs package provides a mode for @uref{https://www.lua.org/,
5431 Lua programing language}.")
5432 (license license:gpl2+))))
5433
5434 (define-public emacs-ebuild-mode
5435 (package
5436 (name "emacs-ebuild-mode")
5437 (version "1.37")
5438 (source (origin
5439 (method url-fetch)
5440 (uri (string-append
5441 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
5442 "-" version ".tar.xz"))
5443 (file-name (string-append name "-" version ".tar.xz"))
5444 (sha256
5445 (base32
5446 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
5447 (build-system emacs-build-system)
5448 (home-page "https://devmanual.gentoo.org")
5449 (synopsis "Major modes for Gentoo package files")
5450 (description
5451 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
5452 news items, openrc and runscripts.")
5453 (license license:gpl2+)))
5454
5455 (define-public emacs-evil
5456 (package
5457 (name "emacs-evil")
5458 (version "1.2.14")
5459 (source
5460 (origin
5461 (method git-fetch)
5462 (uri (git-reference
5463 (url "https://github.com/emacs-evil/evil")
5464 (commit version)))
5465 (file-name (string-append name "-" version "-checkout"))
5466 (sha256
5467 (base32
5468 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
5469 (build-system emacs-build-system)
5470 (propagated-inputs
5471 `(("emacs-undo-tree" ,emacs-undo-tree)
5472 ("emacs-goto-chg" ,emacs-goto-chg)))
5473 (home-page "https://github.com/emacs-evil/evil")
5474 (synopsis "Extensible Vi layer for Emacs")
5475 (description
5476 "Evil is an extensible vi layer for Emacs. It emulates the
5477 main features of Vim, and provides facilities for writing custom
5478 extensions.")
5479 (license license:gpl3+)))
5480
5481 (define-public emacs-evil-collection
5482 (let ((commit "baa9c6880779d416a91bf5bde3589673a7403612")
5483 (revision "8"))
5484 (package
5485 (name "emacs-evil-collection")
5486 (version (git-version "0.0.1" revision commit))
5487 (source (origin
5488 (method git-fetch)
5489 (uri (git-reference
5490 (url "https://github.com/emacs-evil/evil-collection")
5491 (commit commit)))
5492 (file-name (string-append name "-" version "-checkout"))
5493 (sha256
5494 (base32
5495 "09v97nk7qawphfijzqxzi2y63ydmfq7hsgpljjxwkykrc5h0kdlj"))))
5496 (build-system emacs-build-system)
5497 (propagated-inputs
5498 `(("emacs-evil" ,emacs-evil)))
5499 (home-page "https://github.com/emacs-evil/evil-collection")
5500 (synopsis "Collection of Evil bindings for many major and minor modes")
5501 (description "This is a collection of Evil bindings for the parts of
5502 Emacs that Evil does not cover properly by default, such as @code{help-mode},
5503 @code{M-x calendar}, Eshell and more.")
5504 (license license:gpl3+))))
5505
5506 (define-public emacs-goto-chg
5507 (package
5508 (name "emacs-goto-chg")
5509 (version "1.6")
5510 (source
5511 (origin
5512 (method url-fetch)
5513 ;; There is no versioned source.
5514 (uri "https://www.emacswiki.org/emacs/download/goto-chg.el")
5515 (file-name (string-append "goto-chg-" version ".el"))
5516 (sha256
5517 (base32
5518 "078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij"))))
5519 (build-system emacs-build-system)
5520 ;; There is no other home page.
5521 (home-page "https://www.emacswiki.org/emacs/goto-chg.el")
5522 (synopsis "Go to the last change in the Emacs buffer")
5523 (description
5524 "This package provides @code{M-x goto-last-change} command that goes to
5525 the point of the most recent edit in the current Emacs buffer. When repeated,
5526 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
5527 used for reverse direction.")
5528 (license license:gpl2+)))
5529
5530 (define-public emacs-monroe
5531 (package
5532 (name "emacs-monroe")
5533 (version "0.3.1")
5534 (source
5535 (origin
5536 (method url-fetch)
5537 (uri (string-append "https://github.com/sanel/monroe/archive/"
5538 version ".tar.gz"))
5539 (file-name (string-append name "-" version ".tar.gz"))
5540 (sha256
5541 (base32
5542 "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
5543 (build-system emacs-build-system)
5544 (home-page "https://github.com/sanel/monroe")
5545 (synopsis "Clojure nREPL client for Emacs")
5546 (description
5547 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
5548 distribution, primarily targeting Clojure users")
5549 (license license:gpl3+)))
5550
5551 (define-public emacs-orgalist
5552 (package
5553 (name "emacs-orgalist")
5554 (version "1.9")
5555 (source
5556 (origin
5557 (method url-fetch)
5558 (uri (string-append "https://elpa.gnu.org/packages/"
5559 "orgalist-" version ".el"))
5560 (sha256
5561 (base32
5562 "1rmmcyiiqkq54hn74nhzxzl4nvd902hv6gq341jwhrm7yiagffi6"))))
5563 (build-system emacs-build-system)
5564 (home-page "http://elpa.gnu.org/packages/orgalist.html")
5565 (synopsis "Manage Org-like lists in non-Org buffers")
5566 (description "Write Org mode's plain lists in non-Org buffers. More
5567 specifically, Orgalist supports the syntax of Org mode for numbered,
5568 unnumbered, description items, checkboxes, and counter cookies.
5569
5570 The library also implements radio lists, i.e., lists written in Org
5571 syntax later translated into the host format, e.g., LaTeX or HTML.")
5572 (license license:gpl3+)))
5573
5574 (define-public emacs-writegood-mode
5575 (package
5576 (name "emacs-writegood-mode")
5577 (version "2.0.2")
5578 (home-page "https://github.com/bnbeckwith/writegood-mode")
5579 (source (origin
5580 (method git-fetch)
5581 (uri (git-reference
5582 (url home-page)
5583 (commit (string-append "v" version))))
5584 (sha256
5585 (base32
5586 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
5587 (file-name (string-append name "-checkout"))))
5588 (build-system emacs-build-system)
5589 (synopsis "Polish up poor writing on the fly")
5590 (description
5591 "This minor mode tries to find and highlight problems with your writing
5592 in English as you type. It primarily detects \"weasel words\" and abuse of
5593 passive voice.")
5594 (license license:gpl3+)))
5595
5596 (define-public emacs-neotree
5597 (package
5598 (name "emacs-neotree")
5599 (version "0.5.2")
5600 (home-page "https://github.com/jaypei/emacs-neotree")
5601 (source (origin
5602 (method url-fetch)
5603 (uri (string-append
5604 "https://github.com/jaypei/" name
5605 "/archive/" version ".tar.gz"))
5606 (sha256
5607 (base32
5608 "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
5609 (file-name (string-append name "-" version ".tar.gz"))))
5610 (build-system emacs-build-system)
5611 (synopsis "Folder tree view for Emacs")
5612 (description "This Emacs package provides a folder tree view.")
5613 (license license:gpl3+)))
5614
5615 (define-public emacs-org
5616 (package
5617 (name "emacs-org")
5618 ;; emacs-org-contrib inherits from this package. Please update its sha256
5619 ;; checksum as well.
5620 (version "9.2.2")
5621 (source (origin
5622 (method url-fetch)
5623 (uri (string-append "http://elpa.gnu.org/packages/org-"
5624 version ".tar"))
5625 (sha256
5626 (base32
5627 "02fq3x4haady2vagg9b363ynsrxzpijfp420qhciy7x8y7m89abw"))))
5628 (build-system emacs-build-system)
5629 (home-page "https://orgmode.org/")
5630 (synopsis "Outline-based notes management and organizer")
5631 (description "Org is an Emacs mode for keeping notes, maintaining TODO
5632 lists, and project planning with a fast and effective lightweight markup
5633 language. It also is an authoring system with unique support for literate
5634 programming and reproducible research.")
5635 (license license:gpl3+)))
5636
5637 (define-public emacs-org-contrib
5638 (package
5639 (inherit emacs-org)
5640 (name "emacs-org-contrib")
5641 (version "20190311")
5642 (source (origin
5643 (method url-fetch)
5644 (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
5645 version ".tar"))
5646 (sha256
5647 (base32
5648 "189p0f70j7z3hh72ay8cxa9n8xkcj06dlw765fwnqd2mm72vx0nb"))))
5649 (arguments
5650 `(#:modules ((guix build emacs-build-system)
5651 (guix build utils)
5652 (guix build emacs-utils)
5653 (ice-9 ftw)
5654 (srfi srfi-1))
5655 #:phases
5656 (modify-phases %standard-phases
5657 (add-after 'install 'delete-org-files
5658 (lambda* (#:key inputs outputs #:allow-other-keys)
5659 (let* ((out (assoc-ref outputs "out"))
5660 (org (assoc-ref inputs "org"))
5661 (contrib-files
5662 (map basename (find-files out)))
5663 (org+contrib-files
5664 (map basename (find-files org)))
5665 (duplicates (lset-intersection
5666 string=? contrib-files org+contrib-files)))
5667 (with-directory-excursion
5668 (string-append
5669 out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version)
5670 (for-each delete-file duplicates))
5671 #t))))))
5672 (propagated-inputs
5673 `(("arduino-mode" ,emacs-arduino-mode)
5674 ("cider" ,emacs-cider)
5675 ("org" ,emacs-org)
5676 ("scel" ,emacs-scel)))
5677 (synopsis "Contributed packages to Org mode")
5678 (description "Org is an Emacs mode for keeping notes, maintaining TODO
5679 lists, and project planning with a fast and effective plain-text system.
5680
5681 This package is equivalent to org-plus-contrib, but only includes additional
5682 files that you would find in @file{contrib/} from the git repository.")))
5683
5684 (define-public emacs-flx
5685 (package
5686 (name "emacs-flx")
5687 (version "0.6.1")
5688 (source
5689 (origin
5690 (method url-fetch)
5691 (uri (string-append "https://github.com/lewang/"
5692 "flx/archive/v" version ".tar.gz"))
5693 (sha256
5694 (base32
5695 "0bkcpnf1j4i2fcc2rllwbz62l00sw2mcia6rm5amgwvlkqavmkv6"))
5696 (file-name (string-append name "-" version ".tar.gz"))))
5697 (build-system emacs-build-system)
5698 (home-page "https://github.com/lewang/flx")
5699 (synopsis "Fuzzy matching for Emacs")
5700 (description
5701 "Flx provides fuzzy matching for emacs a la sublime text.
5702 The sorting algorithm is a balance between word beginnings (abbreviation)
5703 and contiguous matches (substring). The longer the substring match,
5704 the higher it scores. This maps well to how we think about matching.
5705 Flx has support for ido (interactively do things) through flx-ido.")
5706 (license license:gpl3+)))
5707
5708 (define-public emacs-cyberpunk-theme
5709 (package
5710 (name "emacs-cyberpunk-theme")
5711 (version "1.19")
5712 (source
5713 (origin
5714 (method url-fetch)
5715 (uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
5716 "archive/" version ".tar.gz"))
5717 (sha256
5718 (base32
5719 "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
5720 (file-name (string-append name "-" version ".tar.gz"))))
5721 (build-system emacs-build-system)
5722 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
5723 (synopsis "Cyberpunk theme for emacs built-in color theme support")
5724 (description
5725 "Cyberpunk color theme for the emacs 24+ built-in color theme support
5726 known loosely as deftheme. Many mode-specific customizations are included.")
5727 (license license:gpl3+)))
5728
5729 (define-public emacs-danneskjold-theme
5730 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
5731 (revision "1"))
5732 (package
5733 (name "emacs-danneskjold-theme")
5734 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
5735 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
5736 (source
5737 (origin
5738 (method git-fetch)
5739 (uri (git-reference
5740 (url home-page)
5741 (commit commit)))
5742 (file-name (string-append name "-" version "-checkout"))
5743 (sha256
5744 (base32
5745 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
5746 (build-system emacs-build-system)
5747 (arguments
5748 `(#:phases
5749 (modify-phases %standard-phases
5750 (add-after 'unpack 'delete-screenshots
5751 (lambda _
5752 (delete-file-recursively "screenshots") #t)))))
5753 (synopsis "High-contrast Emacs theme")
5754 (description
5755 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
5756 (license license:gpl3+))))
5757
5758 (define-public emacs-dream-theme
5759 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
5760 (revision "1"))
5761 (package
5762 (name "emacs-dream-theme")
5763 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
5764 (source
5765 (origin
5766 (method git-fetch)
5767 (uri (git-reference
5768 (url "https://github.com/djcb/dream-theme")
5769 (commit commit)))
5770 (file-name (string-append name "-" version "-checkout"))
5771 (sha256
5772 (base32
5773 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
5774 (build-system emacs-build-system)
5775 (home-page "https://github.com/djcb/dream-theme")
5776 (synopsis "High-contrast Emacs theme")
5777 (description
5778 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
5779 by zenburn, sinburn and similar themes, but slowly diverging from them.")
5780 (license license:gpl3+))))
5781
5782 (define-public emacs-auto-complete
5783 (package
5784 (name "emacs-auto-complete")
5785 (version "1.5.1")
5786 (source
5787 (origin
5788 (method url-fetch)
5789 (uri (string-append "https://github.com/auto-complete/"
5790 "auto-complete/archive/v" version ".tar.gz"))
5791 (sha256
5792 (base32
5793 "1jvq4lj00hwml75lpmlciazy8f3bbg13gffsfnl835p4qd8l7yqv"))
5794 (file-name (string-append name "-" version ".tar.gz"))))
5795 (build-system emacs-build-system)
5796 (propagated-inputs
5797 `(("emacs-popup" ,emacs-popup)))
5798 (home-page "https://github.com/auto-complete/auto-complete")
5799 (synopsis "Intelligent auto-completion extension for Emacs")
5800 (description
5801 "Auto-Complete is an intelligent auto-completion extension for Emacs.
5802 It extends the standard Emacs completion interface and provides an environment
5803 that allows users to concentrate more on their own work. Its features are:
5804 a visual interface, reduce overhead of completion by using statistic method,
5805 extensibility.")
5806 (license license:gpl3+)))
5807
5808 (define-public emacs-nginx-mode
5809 (package
5810 (name "emacs-nginx-mode")
5811 (version "1.1.9")
5812 (source
5813 (origin
5814 (method url-fetch)
5815 (uri (string-append
5816 "https://github.com/ajc/nginx-mode/archive/v"
5817 version ".tar.gz"))
5818 (file-name (string-append name "-" version ".tar.gz"))
5819 (sha256
5820 (base32
5821 "0bzyrj6zz1hm67bkhw23bam7qc869s3zg7m1rb1c3aa4n0aw90cq"))))
5822 (build-system emacs-build-system)
5823 (home-page "https://github.com/ajc/nginx-mode")
5824 (synopsis "Emacs major mode for editing nginx config files")
5825 (description "This package provides an Emacs major mode for
5826 editing nginx config files.")
5827 (license license:gpl2+)))
5828
5829 (define-public emacs-stream
5830 (package
5831 (name "emacs-stream")
5832 (version "2.2.0")
5833 (home-page "https://github.com/NicolasPetton/stream")
5834 (source
5835 (origin
5836 (method url-fetch)
5837 (file-name (string-append name "-" version ".tar.gz"))
5838 (uri (string-append home-page "/archive/"version ".tar.gz"))
5839 (sha256
5840 (base32 "03ql4nqfz5pn55mjly6clhvc3g7x2d28kj7mrlqmigvjbql39xxc"))))
5841 (build-system emacs-build-system)
5842 (synopsis "Implementation of streams for Emacs")
5843 (description "This library provides an implementation of streams for Emacs.
5844 Streams are implemented as delayed evaluation of cons cells.")
5845 (license license:gpl3+)))
5846
5847 (define-public emacs-el-search
5848 (let ((commit "f26277bfbb3fc3fc74beea6592f294c439796bd4")
5849 (revision "1"))
5850 (package
5851 (name "emacs-el-search")
5852 ;; No ufficial release.
5853 (version (string-append "0.0-" revision "." (string-take commit 7)))
5854 (home-page "https://github.com/emacsmirror/el-search")
5855 (source
5856 (origin
5857 (method git-fetch)
5858 (file-name (string-append name "-" version ".tar.gz"))
5859 (uri (git-reference
5860 (commit commit)
5861 (url (string-append home-page ".git"))))
5862 (sha256
5863 (base32 "12xf40h9sb7xxg2r97gsia94q02543mgiiiw46fzh1ac7b7993g6"))))
5864 (build-system emacs-build-system)
5865 (inputs `(("emacs-stream" ,emacs-stream)))
5866 (synopsis "Expression based interactive search for emacs-lisp-mode")
5867 (description "This package provides expression based interactive search
5868 procedures for emacs-lisp-mode.")
5869 (license license:gpl3+))))
5870
5871 (define-public emacs-ht
5872 (package
5873 (name "emacs-ht")
5874 (version "2.2")
5875 (source
5876 (origin
5877 (method url-fetch)
5878 (uri (string-append
5879 "https://github.com/Wilfred/ht.el/archive/"
5880 version ".tar.gz"))
5881 (file-name (string-append name "-" version ".tar.gz"))
5882 (sha256
5883 (base32
5884 "0fsi27gdrh2dgwdbq43vnw5sz25war6shlxaclr60fl7krpxjkzf"))))
5885 (build-system emacs-build-system)
5886 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
5887 (home-page "https://github.com/Wilfred/ht.el")
5888 (synopsis "Hash table library for Emacs")
5889 (description
5890 "This package simplifies the use of hash tables in elisp. It also
5891 provides functions to convert hash tables from and to alists and plists.")
5892 (license license:gpl3+)))
5893
5894 (define-public emacs-log4e
5895 (package
5896 (name "emacs-log4e")
5897 (version "0.3.0")
5898 (source
5899 (origin
5900 (method url-fetch)
5901 (uri (string-append
5902 "https://github.com/aki2o/log4e/archive/v"
5903 version ".tar.gz"))
5904 (file-name (string-append name "-" version ".tar.gz"))
5905 (sha256
5906 (base32
5907 "0nbdpbw353snda3v19l9hsm6gimppwnpxj18amm350bm81lyim2g"))))
5908 (build-system emacs-build-system)
5909 (arguments
5910 `(#:phases
5911 (modify-phases %standard-phases
5912 (add-after 'unpack 'remove-tests
5913 ;; Guile builder complains about null characters in some
5914 ;; strings of test files. Remove "test" directory (it is not
5915 ;; needed anyway).
5916 (lambda _
5917 (delete-file-recursively "test"))))))
5918 (home-page "https://github.com/aki2o/log4e")
5919 (synopsis "Logging framework for elisp")
5920 (description
5921 "This package provides a logging framework for elisp. It allows
5922 you to deal with multiple log levels.")
5923 (license license:gpl3+)))
5924
5925 (define-public emacs-gntp
5926 (package
5927 (name "emacs-gntp")
5928 (version "0.1")
5929 (source
5930 (origin
5931 (method url-fetch)
5932 (uri (string-append
5933 "https://github.com/tekai/gntp.el/archive/v"
5934 version ".tar.gz"))
5935 (file-name (string-append name "-" version ".tar.gz"))
5936 (sha256
5937 (base32
5938 "16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
5939 (build-system emacs-build-system)
5940 (home-page "https://github.com/tekai/gntp.el")
5941 (synopsis "Growl Notification Protocol for Emacs")
5942 (description
5943 "This package implements the Growl Notification Protocol GNTP
5944 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
5945 It is incomplete as it only lets you send but not receive
5946 notifications.")
5947 (license license:bsd-3)))
5948
5949 (define-public emacs-alert
5950 (package
5951 (name "emacs-alert")
5952 (version "1.2")
5953 (source
5954 (origin
5955 (method url-fetch)
5956 (uri (string-append
5957 "https://github.com/jwiegley/alert/archive/v"
5958 version ".tar.gz"))
5959 (file-name (string-append name "-" version ".tar.gz"))
5960 (sha256
5961 (base32
5962 "1693kck3k2iz5zhpmxwqyafxm68hr6gzs60lkxd3j1wlp2c9fwyr"))))
5963 (build-system emacs-build-system)
5964 (propagated-inputs
5965 `(("emacs-gntp" ,emacs-gntp)
5966 ("emacs-log4e" ,emacs-log4e)))
5967 (home-page "https://github.com/jwiegley/alert")
5968 (synopsis "Growl-style notification system for Emacs")
5969 (description
5970 "Alert is a Growl-workalike for Emacs which uses a common notification
5971 interface and multiple, selectable \"styles\", whose use is fully
5972 customizable by the user.")
5973 (license license:gpl2+)))
5974
5975 (define-public emacs-zones
5976 (let ((commit "353fc38a6544eb59887bee045e373406f1d038a5")
5977 (revision "1"))
5978 (package
5979 (name "emacs-zones")
5980 (version (git-version "0" revision commit))
5981 (source
5982 (origin
5983 (method git-fetch)
5984 (uri (git-reference
5985 (url "https://github.com/emacsmirror/zones.git")
5986 (commit commit)))
5987 (file-name (git-file-name name version))
5988 (sha256
5989 (base32
5990 "0gwnw2giii2a14nlh62xp45f47cw6ikqphhzpmcw6c7mn9x5z2ar"))))
5991 (build-system emacs-build-system)
5992 (home-page "https://www.emacswiki.org/emacs/Zones")
5993 (synopsis "Define and act on multiple zones of buffer text")
5994 (description "Library @file{zones.el} lets you easily define and
5995 subsequently act on multiple zones of buffer text. You can think of this as
5996 enlarging the notion of region. In effect, it can remove the requirement of
5997 target text being a contiguous sequence of characters. A set of buffer zones
5998 is, in effect, a (typically) noncontiguous set of text.")
5999 (license license:gpl3+))))
6000
6001 (define-public emacs-mu4e-alert
6002 (package
6003 (name "emacs-mu4e-alert")
6004 (version "1.0")
6005 (source
6006 (origin
6007 (method url-fetch)
6008 (uri (string-append
6009 "https://github.com/iqbalansari/mu4e-alert/archive/v"
6010 version ".tar.gz"))
6011 (file-name (string-append name "-" version ".tar.gz"))
6012 (sha256
6013 (base32
6014 "07qc834qnxn8xi4bw5nawj8g91bmkzw0r0vahkgysp7r9xrf57gj"))))
6015 (build-system emacs-build-system)
6016 (propagated-inputs
6017 `(("emacs-alert" ,emacs-alert)
6018 ("emacs-s" ,emacs-s)
6019 ("emacs-ht" ,emacs-ht)
6020 ("mu" ,mu)))
6021 (home-page "https://github.com/iqbalansari/mu4e-alert")
6022 (synopsis "Desktop notification for mu4e")
6023 (description
6024 "This package provides desktop notifications for mu4e.
6025 Additionally it can display the number of unread emails in the
6026 mode-line.")
6027 (license license:gpl3+)))
6028
6029 (define-public emacs-pretty-mode
6030 (package
6031 (name "emacs-pretty-mode")
6032 (version "2.0.3")
6033 (source
6034 (origin
6035 (method url-fetch)
6036 (uri (string-append "https://github.com/akatov/pretty-mode/"
6037 "archive/" version ".tar.gz"))
6038 (file-name (string-append name "-" version ".tar.gz"))
6039 (sha256
6040 (base32
6041 "1fan7m4vnqs8kpg7r54kx3g7faadkpkf9kzarfv8n57kq8w157pl"))))
6042 (build-system emacs-build-system)
6043 (home-page "https://github.com/akatov/pretty-mode")
6044 (synopsis "Redisplay parts of the buffer as Unicode symbols")
6045 (description
6046 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
6047 (license license:gpl3+)))
6048
6049 (define-public emacs-yasnippet
6050 (package
6051 (name "emacs-yasnippet")
6052 (version "0.13.0")
6053 (source (origin
6054 (method url-fetch)
6055 (uri (string-append "https://github.com/joaotavora/yasnippet/"
6056 "archive/" version ".tar.gz"))
6057 (file-name (string-append name "-" version ".tar.gz"))
6058 (sha256
6059 (base32
6060 "12ls2x17agzbrj1xynjbmfa11igqxia4hj4fv6fpr66yci2r1plc"))
6061 (modules '((guix build utils)))
6062 (snippet
6063 '(begin
6064 ;; YASnippet expects a "snippets" subdirectory in the same
6065 ;; directory as yasnippet.el, but we don't install it
6066 ;; because it's a git submodule pointing to an external
6067 ;; repository. Adjust `yas-snippet-dirs' to prevent
6068 ;; warnings about a missing directory.
6069 (substitute* "yasnippet.el"
6070 (("^ +'yas-installed-snippets-dir\\)\\)\n")
6071 "))\n"))
6072 #t))))
6073 (build-system emacs-build-system)
6074 (home-page "https://github.com/joaotavora/yasnippet")
6075 (synopsis "Yet another snippet extension for Emacs")
6076 (description
6077 "YASnippet is a template system for Emacs. It allows you to type an
6078 abbreviation and automatically expand it into function templates.")
6079 (license license:gpl3+)))
6080
6081 (define-public emacs-yasnippet-snippets
6082 (let ((commit "885050d34737e2fb36a3e7759d60c09347bd4ce0")
6083 (revision "1"))
6084 (package
6085 (name "emacs-yasnippet-snippets")
6086 (version (string-append "1-" revision "." (string-take commit 8)))
6087 (source
6088 (origin
6089 (method git-fetch)
6090 (uri (git-reference
6091 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
6092 (commit commit)))
6093 (file-name (string-append name "-" version "-checkout"))
6094 (sha256
6095 (base32
6096 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9"))))
6097 (build-system trivial-build-system)
6098 (arguments
6099 `(#:modules ((ice-9 ftw)
6100 (ice-9 regex)
6101 (guix build utils))
6102 #:builder
6103 (begin
6104 (use-modules (ice-9 ftw)
6105 (ice-9 regex)
6106 (guix build utils))
6107 (with-directory-excursion (assoc-ref %build-inputs "source")
6108 (for-each (lambda (dir)
6109 (copy-recursively
6110 dir
6111 (string-append %output
6112 "/share/emacs/yasnippet-snippets/"
6113 dir)))
6114 (scandir "." (lambda (fname)
6115 (and (string-match "-mode$" fname)
6116 (directory-exists? fname))))))
6117 #t)))
6118 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
6119 (synopsis "Collection of YASnippet snippets for many languages")
6120 (description
6121 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
6122 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
6123 To make YASnippet aware of these snippets, add the above directory to
6124 @code{yas-snippet-dirs}.")
6125 (license license:expat))))
6126
6127 (define-public emacs-helm-c-yasnippet
6128 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
6129 (revision "1"))
6130 (package
6131 (name "emacs-helm-c-yasnippet")
6132 (version (string-append "0.6.7" "-" revision "."
6133 (string-take commit 7)))
6134 (source (origin
6135 (method git-fetch)
6136 (uri (git-reference
6137 (url "https://github.com/emacs-jp/helm-c-yasnippet")
6138 (commit commit)))
6139 (file-name (string-append name "-" version "-checkout"))
6140 (sha256
6141 (base32
6142 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
6143 (build-system emacs-build-system)
6144 (propagated-inputs
6145 `(("emacs-helm" ,emacs-helm)
6146 ("emacs-yasnippet" ,emacs-yasnippet)))
6147 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
6148 (synopsis "Helm integration for Yasnippet")
6149 (description "This Emacs library provides Helm interface for
6150 Yasnippet.")
6151 (license license:gpl2+))))
6152
6153 (define-public emacs-helm-system-packages
6154 ;; There won't be a new release after 1.10.1 until
6155 ;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
6156 ;; and latest commits fix import issues with Guix.
6157 (let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
6158 (package
6159 (name "emacs-helm-system-packages")
6160 (version (git-version "1.10.1" "1" commit))
6161 (source (origin
6162 (method git-fetch)
6163 (uri (git-reference
6164 (url "https://github.com/emacs-helm/helm-system-packages")
6165 (commit commit)))
6166 (file-name (git-file-name name version))
6167 (sha256
6168 (base32
6169 "0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
6170 (build-system emacs-build-system)
6171 (inputs
6172 `(("recutils" ,recutils)))
6173 (propagated-inputs
6174 `(("emacs-helm" ,emacs-helm)))
6175 (arguments
6176 `(#:phases
6177 (modify-phases %standard-phases
6178 (add-after 'unpack 'configure
6179 (lambda* (#:key inputs outputs #:allow-other-keys)
6180 (let ((recutils (assoc-ref inputs "recutils")))
6181 ;; Specify the absolute file names of the various
6182 ;; programs so that everything works out-of-the-box.
6183 (substitute* "helm-system-packages-guix.el"
6184 (("recsel") (string-append recutils "/bin/recsel")))))))))
6185 (home-page "https://github.com/emacs-helm/helm-system-packages")
6186 (synopsis "Helm System Packages is an interface to your package manager")
6187 (description "List all available packages in Helm (with installed
6188 packages displayed in their own respective face). Fuzzy-search, mark and
6189 execute the desired action over any selections of packages: Install,
6190 uninstall, display packages details (in Org Mode) or insert details at point,
6191 find files owned by packages... And much more, including performing all the
6192 above over the network.")
6193 (license license:gpl3+))))
6194
6195 (define-public emacs-memoize
6196 (package
6197 (name "emacs-memoize")
6198 (version "1.1")
6199 (source
6200 (origin
6201 (method url-fetch)
6202 (uri (string-append
6203 "https://github.com/skeeto/emacs-memoize/archive/"
6204 version ".tar.gz"))
6205 (file-name (string-append name "-" version ".tar.gz"))
6206 (sha256
6207 (base32
6208 "05ijgwi4ymxx31vpjm2pn356j85cykknajn14lrzz8pn5sh0vrg4"))))
6209 (build-system emacs-build-system)
6210 (arguments
6211 `(#:tests? #t
6212 #:test-command '("emacs" "--batch"
6213 "-l" "memoize-test.el"
6214 "-f" "ert-run-tests-batch-and-exit")))
6215 (home-page "https://github.com/skeeto/emacs-memoize")
6216 (synopsis "Emacs lisp memoization library")
6217 (description "@code{emacs-memoize} is an Emacs library for
6218 memoizing functions.")
6219 (license license:unlicense)))
6220
6221 (define-public emacs-linum-relative
6222 (package
6223 (name "emacs-linum-relative")
6224 (version "0.5")
6225 (source
6226 (origin
6227 (method url-fetch)
6228 (uri (string-append
6229 "https://github.com/coldnew/linum-relative/archive/"
6230 version ".tar.gz"))
6231 (file-name (string-append name "-" version ".tar.gz"))
6232 (sha256
6233 (base32
6234 "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
6235 (build-system emacs-build-system)
6236 (home-page "https://github.com/coldnew/linum-relative")
6237 (synopsis "Relative line numbering for Emacs")
6238 (description "@code{emacs-linum-relative} displays the relative line
6239 number on the left margin in Emacs.")
6240 (license license:gpl2+)))
6241
6242 (define-public emacs-idle-highlight
6243 (package
6244 (name "emacs-idle-highlight")
6245 (version "1.1.3")
6246 (source
6247 (origin
6248 (method url-fetch)
6249 (uri (string-append
6250 "https://github.com/nonsequitur/idle-highlight-mode/archive/"
6251 version ".tar.gz"))
6252 (file-name (string-append name "-" version ".tar.gz"))
6253 (sha256
6254 (base32
6255 "0kdv10hrgqpskjh0zvpnzwlkn5bccnqxas62gkws6njln57bf8nl"))))
6256 (build-system emacs-build-system)
6257 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
6258 (synopsis "Highlights all occurrences of the word the point is on")
6259 (description
6260 "This Emacs package provides @code{idle-highlight-mode} that sets
6261 an idle timer to highlight all occurrences in the buffer of the word under
6262 the point.")
6263 (license license:gpl3+)))
6264
6265 (define-public emacs-ox-twbs
6266 (package
6267 (name "emacs-ox-twbs")
6268 (version "1.1.1")
6269 (source
6270 (origin
6271 (method url-fetch)
6272 (uri (string-append
6273 "https://github.com/marsmining/ox-twbs/archive/v"
6274 version ".tar.gz"))
6275 (file-name (string-append name "-" version ".tar.gz"))
6276 (sha256
6277 (base32
6278 "1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
6279 (build-system emacs-build-system)
6280 (home-page "https://github.com/marsmining/ox-twbs")
6281 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
6282 (description
6283 "This Emacs package outputs your org-mode docs with a simple, clean and
6284 modern look. It implements a new HTML back-end for exporting org-mode docs as
6285 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
6286 jQuery and Bootstrap resources included via osscdn.")
6287 (license license:gpl3+)))
6288
6289 (define-public emacs-highlight-sexp
6290 (package
6291 (name "emacs-highlight-sexp")
6292 (version "1.0")
6293 (source
6294 (origin
6295 (method url-fetch)
6296 (uri (string-append
6297 "https://github.com/daimrod/highlight-sexp/archive/v"
6298 version ".tar.gz"))
6299 (file-name (string-append name "-" version ".tar.gz"))
6300 (sha256
6301 (base32
6302 "0jwx87qkln1rg9wmv4qkgkml935fh2pkgrg5x4ca6n5dgb4q6rj1"))))
6303 (build-system emacs-build-system)
6304 (home-page "https://github.com/daimrod/highlight-sexp")
6305 (synopsis "Minor mode that highlights the s-exp at the current position")
6306 (description
6307 "This Emacs package highlights the s-exp at the current position.")
6308 (license license:gpl3+)))
6309
6310 (define-public emacs-highlight-stages
6311 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
6312 (revision "1"))
6313 (package
6314 (name "emacs-highlight-stages")
6315 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
6316 (source
6317 (origin
6318 (method git-fetch)
6319 (uri (git-reference
6320 (url "https://github.com/zk-phi/highlight-stages.git")
6321 (commit commit)))
6322 (file-name (string-append name "-" version "-checkout"))
6323 (sha256
6324 (base32
6325 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
6326 (patches
6327 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
6328 (build-system emacs-build-system)
6329 (home-page "https://github.com/wigust/highlight-stages")
6330 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
6331 (description "@code{highlight-stages} provides an Emacs minor mode that
6332 highlights quasi-quoted expressions.")
6333 (license license:gpl3+))))
6334
6335 (define-public emacspeak
6336 (package
6337 (name "emacspeak")
6338 (version "49.0")
6339 (source
6340 (origin
6341 (method url-fetch)
6342 (uri (string-append
6343 "https://github.com/tvraman/emacspeak/releases/download/"
6344 version "/emacspeak-" version ".tar.bz2"))
6345 (sha256
6346 (base32
6347 "1smf26m7201z0bk49lzbw9zhbjfi6wylidfjixb8ylp6g0wnh8dx"))))
6348 (build-system gnu-build-system)
6349 (arguments
6350 '(#:make-flags (list (string-append "prefix="
6351 (assoc-ref %outputs "out")))
6352 #:phases
6353 (modify-phases %standard-phases
6354 (replace 'configure
6355 (lambda* (#:key outputs #:allow-other-keys)
6356 (let* ((out (assoc-ref outputs "out"))
6357 (lisp (string-append out
6358 "/share/emacs/site-lisp/emacspeak")))
6359 (setenv "SHELL" (which "sh"))
6360 ;; Configure Emacspeak according to etc/install.org.
6361 (invoke "make" "config"))))
6362 (add-after 'build 'build-espeak
6363 (lambda _
6364 (invoke "make" "espeak")))
6365 (replace 'install
6366 (lambda* (#:key inputs outputs #:allow-other-keys)
6367 (let* ((out (assoc-ref outputs "out"))
6368 (bin (string-append out "/bin"))
6369 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
6370 (info (string-append out "/share/info"))
6371 (emacs (string-append (assoc-ref inputs "emacs")
6372 "/bin/emacs")))
6373 ;; According to etc/install.org, the Emacspeak directory should
6374 ;; be copied to its installation destination.
6375 (for-each
6376 (lambda (file)
6377 (copy-recursively file (string-append lisp "/" file)))
6378 '("etc" "info" "js" "lisp" "media" "scapes" "servers" "sounds"
6379 "stumpwm" "xsl"))
6380 ;; Make sure emacspeak is loaded from the correct directory.
6381 (substitute* "etc/emacspeak.sh"
6382 (("/lisp/emacspeak-setup.el")
6383 (string-append lisp "/lisp/emacspeak-setup.el")))
6384 ;; Install the convenient startup script.
6385 (mkdir-p bin)
6386 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
6387 #t))
6388 (add-after 'install 'wrap-program
6389 (lambda* (#:key inputs outputs #:allow-other-keys)
6390 (let* ((out (assoc-ref outputs "out"))
6391 (emacspeak (string-append out "/bin/emacspeak"))
6392 (espeak (string-append (assoc-ref inputs "espeak")
6393 "/bin/espeak")))
6394 ;; The environment variable DTK_PROGRAM tells emacspeak what
6395 ;; program to use for speech.
6396 (wrap-program emacspeak
6397 `("DTK_PROGRAM" ":" prefix (,espeak)))
6398 #t))))
6399 #:tests? #f)) ; no check target
6400 (inputs
6401 `(("emacs" ,emacs)
6402 ("espeak" ,espeak)
6403 ("perl" ,perl)
6404 ("tcl" ,tcl)
6405 ("tclx" ,tclx)))
6406 (home-page "http://emacspeak.sourceforge.net")
6407 (synopsis "Audio desktop interface for Emacs")
6408 (description
6409 "Emacspeak is a speech interface that allows visually impaired users to
6410 interact independently and efficiently with the computer. Audio formatting
6411 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
6412 allows Emacspeak to produce rich aural presentations of electronic information.
6413 By seamlessly blending all aspects of the Internet such as Web-surfing and
6414 messaging, Emacspeak speech-enables local and remote information via a
6415 consistent and well-integrated user interface.")
6416 (license license:gpl2+)))
6417
6418 (define-public emacs-adaptive-wrap
6419 (package
6420 (name "emacs-adaptive-wrap")
6421 (version "0.5.1")
6422 (source (origin
6423 (method url-fetch)
6424 (uri (string-append
6425 "http://elpa.gnu.org/packages/adaptive-wrap-"
6426 version ".el"))
6427 (sha256
6428 (base32
6429 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
6430 (build-system emacs-build-system)
6431 (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html")
6432 (synopsis "Smart line-wrapping with wrap-prefix")
6433 (description
6434 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
6435 minor mode which sets the wrap-prefix property on the fly so that
6436 single-long-line paragraphs get word-wrapped in a way similar to what
6437 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
6438 actually changing the buffer's text.")
6439 (license license:gpl3+)))
6440
6441 (define-public emacs-diff-hl
6442 (package
6443 (name "emacs-diff-hl")
6444 (version "1.8.5")
6445 (source
6446 (origin
6447 (method url-fetch)
6448 (uri (string-append "https://elpa.gnu.org/packages/diff-hl-"
6449 version ".tar"))
6450 (sha256
6451 (base32
6452 "1vxc7z7c2qs0mx7l5sa4sybi5qbzv0s79flj74p1ynw8dl3qxg3d"))))
6453 (build-system emacs-build-system)
6454 (home-page "https://github.com/dgutov/diff-hl")
6455 (synopsis
6456 "Highlight uncommitted changes using VC")
6457 (description
6458 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
6459 window (using the fringe, by default), allows you to jump between
6460 the hunks and revert them selectively.")
6461 (license license:gpl3+)))
6462
6463 (define-public emacs-diminish
6464 (package
6465 (name "emacs-diminish")
6466 (version "0.45")
6467 (source
6468 (origin
6469 (method url-fetch)
6470 (uri (string-append
6471 "https://github.com/myrjola/diminish.el/archive/v"
6472 version ".tar.gz"))
6473 (file-name (string-append name "-" version ".tar.gz"))
6474 (sha256
6475 (base32
6476 "0i3629sv5cfrrb00hcnmaqzgs8mk36yasc1ax3ry1ga09nr6rkj9"))))
6477 (build-system emacs-build-system)
6478 (home-page "https://github.com/myrjola/diminish.el")
6479 (synopsis "Diminish minor modes with no modeline display")
6480 (description "@code{emacs-diminish} implements hiding or
6481 abbreviation of the mode line displays (lighters) of minor modes.")
6482 (license license:gpl2+)))
6483
6484 (define-public emacs-use-package
6485 (let ((commit "da8c9e2840343906e732f9699e43d35a1f06481d")
6486 (revision "1"))
6487 (package
6488 (name "emacs-use-package")
6489 (version (git-version "2.3" revision commit))
6490 (source (origin
6491 (method git-fetch)
6492 (uri (git-reference
6493 (url "https://github.com/jwiegley/use-package")
6494 (commit commit)))
6495 (file-name (git-file-name name version))
6496 (sha256
6497 (base32
6498 "0jz38pbq1p9h85i6qcsh3sfzkd103y6mw3rg5zd14dxigp8ir3xz"))))
6499 (build-system emacs-build-system)
6500 (propagated-inputs
6501 `(("emacs-diminish" ,emacs-diminish)))
6502 (arguments
6503 `(#:tests? #t
6504 #:test-command '("emacs" "--batch"
6505 "-l" "use-package-tests.el"
6506 "-f" "ert-run-tests-batch-and-exit")))
6507 (home-page "https://github.com/jwiegley/use-package")
6508 (synopsis "Declaration for simplifying your .emacs")
6509 (description "The use-package macro allows you to isolate package
6510 configuration in your @file{.emacs} file in a way that is both
6511 performance-oriented and tidy.")
6512 (license license:gpl2+))))
6513
6514 (define-public emacs-strace-mode
6515 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
6516 (revision "1"))
6517 (package
6518 (name "emacs-strace-mode")
6519 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
6520 (source (origin
6521 (method git-fetch)
6522 (uri (git-reference
6523 (url "https://github.com/pkmoore/strace-mode")
6524 (commit commit)))
6525 (file-name (string-append name "-" version "-checkout"))
6526 (sha256
6527 (base32
6528 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
6529 (build-system emacs-build-system)
6530 (home-page "https://github.com/pkmoore/strace-mode")
6531 (synopsis "Emacs major mode to highlight strace outputs")
6532 (description "@code{emacs-strace-mode} provides an Emacs major mode
6533 highlighting strace outputs.")
6534 (license license:gpl3+))))
6535
6536 (define-public emacs-default-encrypt
6537 (package
6538 (name "emacs-default-encrypt")
6539 (version "4.3")
6540 (source
6541 (origin
6542 (method url-fetch)
6543 (uri (string-append
6544 "https://www.informationelle-selbstbestimmung-im-internet.de"
6545 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
6546 (file-name (string-append "jl-encrypt-" version ".el"))
6547 (sha256
6548 (base32
6549 "16i3rlfp3jxlqvndn8idylhmczync3gwmy8a019v29vyr48rnnr0"))))
6550 (build-system emacs-build-system)
6551 (home-page "https://www.informationelle-selbstbestimmung-im-internet.de/Emacs.html")
6552 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
6553 (description
6554 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
6555 automatically encrypts messages that you send (e.g., email) when public keys
6556 for all recipients are available, and it protects you from accidentally
6557 sending un-encrypted messages. It can also be configured to automatically
6558 sign messages that you send. For details and instructions on how to use
6559 DefaultEncrypt, please refer to the home page or read the comments in the
6560 source file, @file{jl-encrypt.el}.")
6561 (license license:gpl3+)))
6562
6563 (define-public emacs-htmlize
6564 (package
6565 (name "emacs-htmlize")
6566 (version "1.53")
6567 (source
6568 (origin
6569 (method url-fetch)
6570 (uri (string-append
6571 "https://github.com/hniksic/emacs-htmlize/archive/release/"
6572 version ".tar.gz"))
6573 (file-name (string-append name "-" version ".tar.gz"))
6574 (sha256
6575 (base32
6576 "1lzaf9m1qr9dhw4nn53g6wszk2vqw95gpsbrc3y85bams4cn24ga"))))
6577 (build-system emacs-build-system)
6578 (home-page "https://github.com/hniksic/emacs-htmlize")
6579 (synopsis "Convert buffer text and decorations to HTML")
6580 (description "@code{emacs-htmlize} converts the buffer text and
6581 the associated decorations to HTML. Output to CSS, inline CSS and
6582 fonts is supported.")
6583 (license license:gpl2+)))
6584
6585 (define-public emacs-xmlgen
6586 (package
6587 (name "emacs-xmlgen")
6588 (version "0.5")
6589 (source
6590 (origin
6591 (method url-fetch)
6592 (uri (string-append
6593 "https://github.com/philjackson/xmlgen/archive/"
6594 version ".tar.gz"))
6595 (file-name (string-append name "-" version ".tar.gz"))
6596 (sha256
6597 (base32
6598 "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
6599 (build-system emacs-build-system)
6600 (arguments
6601 `(#:tests? #t
6602 #:test-command '("emacs" "--batch"
6603 "-l" "xmlgen-test.el"
6604 "-f" "ert-run-tests-batch-and-exit")))
6605 (home-page "https://github.com/philjackson/xmlgen")
6606 (synopsis "S-expression to XML domain specific language (DSL) in
6607 Emacs Lisp")
6608 (description "@code{emacs-xmlgen} provides S-expression to XML
6609 conversion for Emacs Lisp.")
6610 (license license:gpl2+)))
6611
6612 (define-public emacs-cdlatex
6613 (package
6614 (name "emacs-cdlatex")
6615 (version "4.7")
6616 (source
6617 (origin
6618 (method url-fetch)
6619 (uri (string-append
6620 "https://github.com/cdominik/cdlatex/archive/"
6621 version ".tar.gz"))
6622 (file-name (string-append name "-" version ".tar.gz"))
6623 (sha256
6624 (base32
6625 "0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
6626 (build-system emacs-build-system)
6627 (propagated-inputs
6628 `(("emacs-auctex" ,emacs-auctex)))
6629 (home-page "https://github.com/cdominik/cdlatex")
6630 (synopsis "Fast Emacs input methods for LaTeX environments and
6631 math")
6632 (description "CDLaTeX is an Emacs minor mode supporting fast
6633 insertion of environment templates and math in LaTeX. Similar
6634 commands are also offered as part of the AUCTeX package, but it is not
6635 the same - CDLaTeX focuses on speediness for inserting LaTeX
6636 constructs.")
6637 (license license:gpl3+)))
6638
6639 (define-public emacs-cnfonts
6640 (package
6641 (name "emacs-cnfonts")
6642 (version "0.9.1")
6643 (source (origin
6644 (method url-fetch)
6645 (uri (string-append
6646 "https://github.com/tumashu/cnfonts/archive/v"
6647 version ".tar.gz"))
6648 (file-name (string-append name "-" version ".tar.gz"))
6649 (sha256
6650 (base32
6651 "1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
6652 (build-system emacs-build-system)
6653 (home-page "https://github.com/tumashu/cnfonts")
6654 (synopsis "Emacs Chinese fonts setup tool")
6655 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
6656 configuration of Chinese fonts.")
6657 (license license:gpl2+)))
6658
6659 (define-public emacs-php-mode
6660 (package
6661 (name "emacs-php-mode")
6662 (version "20171225.342")
6663 (source (origin
6664 (method url-fetch)
6665 (uri (string-append
6666 "https://melpa.org/packages/php-mode-"
6667 version ".tar"))
6668 (sha256
6669 (base32
6670 "1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
6671 (build-system emacs-build-system)
6672 (home-page "https://github.com/ejmr/php-mode")
6673 (synopsis "Major mode for editing PHP code")
6674 (description "@code{php-mode} is a major mode for editing PHP source
6675 code. It's an extension of C mode; thus it inherits all C mode's navigation
6676 functionality. But it colors according to the PHP grammar and indents
6677 according to the PEAR coding guidelines. It also includes a couple handy
6678 IDE-type features such as documentation search and a source and class
6679 browser.")
6680 (license license:gpl3+)))
6681
6682 (define-public emacs-pos-tip
6683 (package
6684 (name "emacs-pos-tip")
6685 (version "0.4.6")
6686 (source (origin
6687 (method url-fetch)
6688 (uri (string-append
6689 "https://github.com/pitkali/pos-tip/archive/"
6690 version ".tar.gz"))
6691 (file-name (string-append name "-" version ".tar.gz"))
6692 (sha256
6693 (base32
6694 "12jqfy26vjk7lq0aa8yn8zqj8c85fkvx7y9prj0pcn4wqiz2ad2r"))))
6695 (build-system emacs-build-system)
6696 ;; The following functions and variables needed by emacs-pos-tip are
6697 ;; not included in emacs-minimal:
6698 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
6699 (arguments `(#:emacs ,emacs))
6700 (home-page "https://github.com/pitkali/pos-tip")
6701 (synopsis "Show tooltip at point")
6702 (description "The standard library tooltip.el provides a function for
6703 displaying a tooltip at the mouse position. However, locating a tooltip at an
6704 arbitrary buffer position in a window is not easy. Pos-tip provides such a
6705 function to be used by other frontend programs.")
6706 (license license:gpl2+)))
6707
6708 (define-public emacs-pyim-basedict
6709 (package
6710 (name "emacs-pyim-basedict")
6711 (version "0.3.1")
6712 (source (origin
6713 (method url-fetch)
6714 (uri (string-append
6715 "https://github.com/tumashu/pyim-basedict/archive/v"
6716 version ".tar.gz"))
6717 (file-name (string-append name "-" version ".tar.gz"))
6718 (sha256
6719 (base32
6720 "0nfgxviavkgrpyfsw60xsws4fk51fcmgl8fp6zf4ibqjjbp53n3n"))))
6721 (build-system emacs-build-system)
6722 (home-page "https://github.com/tumashu/pyim-basedict")
6723 (synopsis "Input method dictionary of pyim")
6724 (description "Pyim-basedict is the default pinyin input method dictionary,
6725 containing words from the rime project.")
6726 (license license:gpl2+)))
6727
6728 (define-public emacs-pyim
6729 (package
6730 (name "emacs-pyim")
6731 (version "1.8")
6732 (source
6733 (origin
6734 (method git-fetch)
6735 (uri (git-reference
6736 (url "https://github.com/tumashu/pyim")
6737 (commit (string-append "v" version))))
6738 (file-name (git-file-name name version))
6739 (sha256
6740 (base32
6741 "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
6742 (build-system emacs-build-system)
6743 (propagated-inputs
6744 `(("emacs-async" ,emacs-async)
6745 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
6746 ("emacs-popup" ,emacs-popup)
6747 ("emacs-posframe" ,emacs-posframe)))
6748 (home-page "https://github.com/tumashu/pyim")
6749 (synopsis "Chinese input method")
6750 (description "Chinese input method which supports quanpin, shuangpin, wubi
6751 and cangjie.")
6752 (license license:gpl2+)))
6753
6754 (define-public emacs-posframe
6755 (package
6756 (name "emacs-posframe")
6757 (version "0.4.2")
6758 (source
6759 (origin
6760 (method url-fetch)
6761 (uri (string-append
6762 "https://elpa.gnu.org/packages/posframe-" version ".el"))
6763 (sha256
6764 (base32
6765 "1h8vvxvsg41vc1nnglqjs2q0k1yzfsn72skga9s76qa3zxmx6kds"))))
6766 (build-system emacs-build-system)
6767 ;; emacs-minimal does not include the function font-info
6768 (arguments `(#:emacs ,emacs))
6769 (home-page "https://github.com/tumashu/posframe")
6770 (synopsis "Pop a posframe (a child frame) at point")
6771 (description "@code{emacs-posframe} can pop a posframe at point. A
6772 posframe is a child frame displayed within its root window's buffer.
6773 @code{emacs-posframe} is fast and works well with CJK languages.")
6774 (license license:gpl3+)))
6775
6776 (define-public emacs-el2org
6777 (package
6778 (name "emacs-el2org")
6779 (version "0.6.0")
6780 (source (origin
6781 (method url-fetch)
6782 (uri (string-append
6783 "https://github.com/tumashu/el2org/archive/v"
6784 version ".tar.gz"))
6785 (file-name (string-append name "-" version ".tar.gz"))
6786 (sha256
6787 (base32
6788 "0gd3km1swwvg2w0kdi7370f54wgrflxn63gjgssfjc1iyc9sbqwq"))))
6789 (build-system emacs-build-system)
6790 (home-page "https://github.com/tumashu/el2org")
6791 (synopsis "Convert Emacs-lisp file to org file")
6792 (description "El2org is a simple tool, which can convert Emacs-lisp file
6793 to org file, you can use this tool to write orgify commentary.")
6794 (license license:gpl2+)))
6795
6796 (define-public emacs-mustache
6797 (package
6798 (name "emacs-mustache")
6799 (version "0.23")
6800 (source (origin
6801 (method url-fetch)
6802 (uri (string-append
6803 "https://github.com/Wilfred/mustache.el/archive/"
6804 version ".tar.gz"))
6805 (file-name (string-append name "-" version ".tar.gz"))
6806 (sha256
6807 (base32
6808 "0k9lcgil7kykkv1ylrgwy1g13ldjjmgi2cwmysgyb2vlj3jbwpdj"))))
6809 (build-system emacs-build-system)
6810 (propagated-inputs
6811 `(("emacs-dash" ,emacs-dash)
6812 ("emacs-ht" ,emacs-ht)
6813 ("emacs-s" ,emacs-s)))
6814 (home-page "https://github.com/Wilfred/mustache.el")
6815 (synopsis "Mustache templating library for Emacs")
6816 (description "Mustache templating library for Emacs, mustache is
6817 a simple web template system, which is described as a logic-less system
6818 because it lacks any explicit control flow statements, both looping and
6819 conditional evaluation can be achieved using section tags processing lists
6820 and lambdas.")
6821 (license license:gpl3+)))
6822
6823 (define-public emacs-org2web
6824 (package
6825 (name "emacs-org2web")
6826 (version "0.9.1")
6827 (source (origin
6828 (method url-fetch)
6829 (uri (string-append
6830 "https://github.com/tumashu/org2web/archive/v"
6831 version ".tar.gz"))
6832 (file-name (string-append name "-" version ".tar.gz"))
6833 (sha256
6834 (base32
6835 "1c0ixcphlhp4c4qdiwq40bc3yp1gp1llp8pxrk4s7ny9n68s52zp"))))
6836 (build-system emacs-build-system)
6837 (propagated-inputs
6838 `(("emacs-dash" ,emacs-dash)
6839 ("emacs-el2org" ,emacs-el2org)
6840 ("emacs-ht" ,emacs-ht)
6841 ("emacs-mustache" ,emacs-mustache)
6842 ("emacs-simple-httpd" ,emacs-simple-httpd)))
6843 (home-page "https://github.com/tumashu/org2web")
6844 (synopsis "Static site generator based on org-mode ")
6845 (description "Org2web is a static site generator based on org-mode,
6846 which code derived from Kelvin H's org-page.")
6847 (license license:gpl2+)))
6848
6849 (define-public emacs-xelb
6850 (package
6851 (name "emacs-xelb")
6852 (version "0.17")
6853 (source (origin
6854 (method url-fetch)
6855 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
6856 version ".tar"))
6857 (sha256
6858 (base32
6859 "0k98580vq253fjdgklgqlwl450saninfw39fbq8lv3xsnp3dcgml"))))
6860 (build-system emacs-build-system)
6861 ;; The following functions and variables needed by emacs-xelb are
6862 ;; not included in emacs-minimal:
6863 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
6864 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
6865 ;; x-display-pixel-width, x-display-pixel-height
6866 (arguments
6867 `(#:emacs ,emacs
6868 #:phases
6869 (modify-phases %standard-phases
6870 (add-after 'unpack 'regenerate-el-files
6871 (lambda* (#:key inputs #:allow-other-keys)
6872 (invoke "make"
6873 (string-append "PROTO_PATH="
6874 (assoc-ref inputs "xcb-proto")
6875 "/share/xcb")
6876 (string-append "EMACS_BIN="
6877 (assoc-ref inputs "emacs")
6878 "/bin/emacs -Q")))))))
6879 (native-inputs `(("xcb-proto" ,xcb-proto)))
6880 (home-page "https://github.com/ch11ng/xelb")
6881 (synopsis "X protocol Emacs Lisp binding")
6882 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
6883 X11 protocol based on the XML description files from the XCB project. It
6884 features an object-oriented API and permits a certain degree of concurrency.
6885 It should enable you to implement low-level X11 applications.")
6886 (license license:gpl3+)))
6887
6888 (define-public emacs-exwm
6889 (package
6890 (name "emacs-exwm")
6891 (version "0.22")
6892 (synopsis "Emacs X window manager")
6893 (source (origin
6894 (method url-fetch)
6895 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
6896 version ".tar"))
6897 (sha256
6898 (base32
6899 "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
6900 (build-system emacs-build-system)
6901 (propagated-inputs
6902 `(("emacs-xelb" ,emacs-xelb)))
6903 (inputs
6904 `(("xhost" ,xhost)
6905 ("dbus" ,dbus)))
6906 ;; The following functions and variables needed by emacs-exwm are
6907 ;; not included in emacs-minimal:
6908 ;; scroll-bar-mode, fringe-mode
6909 ;; x-display-pixel-width, x-display-pixel-height
6910 (arguments
6911 `(#:emacs ,emacs
6912 #:phases
6913 (modify-phases %standard-phases
6914 (add-after 'build 'install-xsession
6915 (lambda* (#:key inputs outputs #:allow-other-keys)
6916 (let* ((out (assoc-ref outputs "out"))
6917 (xsessions (string-append out "/share/xsessions"))
6918 (bin (string-append out "/bin"))
6919 (exwm-executable (string-append bin "/exwm")))
6920 ;; Add a .desktop file to xsessions
6921 (mkdir-p xsessions)
6922 (mkdir-p bin)
6923 (with-output-to-file
6924 (string-append xsessions "/exwm.desktop")
6925 (lambda _
6926 (format #t "[Desktop Entry]~@
6927 Name=~a~@
6928 Comment=~a~@
6929 Exec=~a~@
6930 TryExec=~@*~a~@
6931 Type=Application~%" ,name ,synopsis exwm-executable)))
6932 ;; Add a shell wrapper to bin
6933 (with-output-to-file exwm-executable
6934 (lambda _
6935 (format #t "#!~a ~@
6936 ~a +SI:localuser:$USER ~@
6937 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
6938 (string-append (assoc-ref inputs "bash") "/bin/sh")
6939 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
6940 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
6941 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
6942 '(cond
6943 ((file-exists-p "~/.exwm")
6944 (load-file "~/.exwm"))
6945 ((not (featurep 'exwm))
6946 (require 'exwm)
6947 (require 'exwm-config)
6948 (exwm-config-default)
6949 (message (concat "exwm configuration not found. "
6950 "Falling back to default configuration...")))))))
6951 (chmod exwm-executable #o555)
6952 #t))))))
6953 (home-page "https://github.com/ch11ng/exwm")
6954 (description "EXWM is a full-featured tiling X window manager for Emacs
6955 built on top of XELB.")
6956 (license license:gpl3+)))
6957
6958 (define-public emacs-switch-window
6959 (package
6960 (name "emacs-switch-window")
6961 (version "1.6.2")
6962 (source
6963 (origin
6964 (method git-fetch)
6965 (uri (git-reference
6966 (url "https://github.com/dimitri/switch-window")
6967 (commit (string-append "v" version))))
6968 (file-name (git-file-name name version))
6969 (sha256
6970 (base32
6971 "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
6972 (build-system emacs-build-system)
6973 (home-page "https://github.com/dimitri/switch-window")
6974 (synopsis "Emacs window switch tool")
6975 (description "Switch-window is an emacs window switch tool, which
6976 offer a visual way to choose a window to switch to, delete, split or
6977 other operations.")
6978 (license license:wtfpl2)))
6979
6980 (define-public emacs-exwm-x
6981 (package
6982 (name "emacs-exwm-x")
6983 (version "1.9.0")
6984 (synopsis "Derivative window manager based on EXWM")
6985 (source
6986 (origin
6987 (method git-fetch)
6988 (uri (git-reference
6989 (url "https://github.com/tumashu/exwm-x")
6990 (commit (string-append "v" version))))
6991 (file-name (git-file-name name version))
6992 (sha256
6993 (base32
6994 "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
6995 (build-system emacs-build-system)
6996 (propagated-inputs
6997 `(("emacs-exwm" ,emacs-exwm)
6998 ("emacs-switch-window" ,emacs-switch-window)
6999 ("emacs-ivy" ,emacs-ivy)
7000 ("emacs-use-package" ,emacs-use-package)))
7001 (inputs
7002 `(("xhost" ,xhost)
7003 ("dbus" ,dbus)))
7004 ;; Need emacs instead of emacs-minimal,
7005 ;; for emacs's bin path will be inserted into bin/exwm-x file.
7006 (arguments
7007 `(#:emacs ,emacs
7008 #:phases
7009 (modify-phases %standard-phases
7010 (add-after 'build 'install-xsession
7011 (lambda* (#:key inputs outputs #:allow-other-keys)
7012 (let* ((out (assoc-ref outputs "out"))
7013 (xsessions (string-append out "/share/xsessions"))
7014 (bin (string-append out "/bin"))
7015 (exwm-executable (string-append bin "/exwm-x")))
7016 ;; Add a .desktop file to xsessions
7017 (mkdir-p xsessions)
7018 (mkdir-p bin)
7019 (with-output-to-file
7020 (string-append xsessions "/exwm-x.desktop")
7021 (lambda _
7022 (format #t "[Desktop Entry]~@
7023 Name=~a~@
7024 Comment=~a~@
7025 Exec=~a~@
7026 TryExec=~@*~a~@
7027 Type=Application~%" ,name ,synopsis exwm-executable)))
7028 ;; Add a shell wrapper to bin
7029 (with-output-to-file exwm-executable
7030 (lambda _
7031 (format #t "#!~a ~@
7032 ~a +SI:localuser:$USER ~@
7033 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
7034 (string-append (assoc-ref inputs "bash") "/bin/sh")
7035 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
7036 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
7037 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
7038 '(require 'exwmx-loader))))
7039 (chmod exwm-executable #o555)
7040 #t))))))
7041 (home-page "https://github.com/tumashu/exwm-x")
7042 (description "EXWM-X is a derivative window manager based on EXWM, with focus
7043 on mouse-control.")
7044 (license license:gpl3+)))
7045
7046 (define-public emacs-gnuplot
7047 (package
7048 (name "emacs-gnuplot")
7049 (version "0.7.0")
7050 (source
7051 (origin
7052 (method url-fetch)
7053 (uri (string-append
7054 "https://github.com/bruceravel/gnuplot-mode/archive/"
7055 version ".tar.gz"))
7056 (file-name (string-append name "-" version ".tar.gz"))
7057 (sha256
7058 (base32
7059 "0glzymrn138lwig7p4cj17x4if5jisr6l4g6wcbxisqkqgc1h01i"))))
7060 (build-system gnu-build-system)
7061 (native-inputs `(("emacs" ,emacs-minimal)))
7062 (arguments
7063 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
7064 "/gnuplot-" version)))
7065 `(#:modules ((guix build gnu-build-system)
7066 (guix build utils)
7067 (guix build emacs-utils))
7068 #:imported-modules (,@%gnu-build-system-modules
7069 (guix build emacs-utils))
7070 #:configure-flags
7071 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
7072 "/bin/emacs")
7073 (string-append "--with-lispdir=" %output ,elisp-dir))
7074 #:phases
7075 (modify-phases %standard-phases
7076 (add-after 'install 'generate-autoloads
7077 (lambda* (#:key outputs #:allow-other-keys)
7078 (emacs-generate-autoloads
7079 "gnuplot"
7080 (string-append (assoc-ref outputs "out") ,elisp-dir))
7081 #t))))))
7082 (home-page "https://github.com/bruceravel/gnuplot-mode")
7083 (synopsis "Emacs major mode for interacting with gnuplot")
7084 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
7085 with gnuplot.")
7086 (license license:gpl2+)))
7087
7088 (define-public emacs-transpose-frame
7089 (package
7090 (name "emacs-transpose-frame")
7091 (version "0.1.0")
7092 (source
7093 (origin
7094 (method url-fetch)
7095 (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
7096 (file-name (string-append "transpose-frame-" version ".el"))
7097 (sha256
7098 (base32
7099 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
7100 (build-system emacs-build-system)
7101 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
7102 (synopsis "Transpose window arrangement in current frame")
7103 (description "@code{emacs-transpose-frame} provides some interactive
7104 functions which allows users to transpose windows arrangement in currently
7105 selected frame.")
7106 (license license:bsd-2)))
7107
7108 (define-public emacs-key-chord
7109 (package
7110 (name "emacs-key-chord")
7111 (version "0.6")
7112 (source
7113 (origin
7114 (method url-fetch)
7115 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
7116 (file-name (string-append "key-chord-" version ".el"))
7117 (sha256
7118 (base32
7119 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
7120 (build-system emacs-build-system)
7121 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
7122 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
7123 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
7124 mode for binding key chords to commands. A key chord is defined as two keys
7125 pressed simultaneously or a single key quickly pressed twice.")
7126 (license license:gpl2+)))
7127
7128 (define-public emacs-evil-surround
7129 (package
7130 (name "emacs-evil-surround")
7131 (version "1.0.0")
7132 (source
7133 (origin
7134 (method url-fetch)
7135 (uri (string-append
7136 "https://github.com/timcharper/evil-surround/archive/v"
7137 version ".tar.gz"))
7138 (file-name (string-append name "-" version ".tar.gz"))
7139 (sha256
7140 (base32
7141 "0p572jgic3q1ia1nz37kclir729ay6i2f4sa7wnaapyxly2lwb3r"))))
7142 (build-system emacs-build-system)
7143 (propagated-inputs
7144 `(("emacs-evil" ,emacs-evil)))
7145 (home-page "https://github.com/timcharper/evil-surround")
7146 (synopsis "Easily modify surrounding parantheses and quotes")
7147 (description "@code{emacs-evil-surround} allows easy deletion, change and
7148 addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
7149 (license license:gpl3+)))
7150
7151 (define-public emacs-evil-commentary
7152 (package
7153 (name "emacs-evil-commentary")
7154 (version "2.1.1")
7155 (source
7156 (origin
7157 (method url-fetch)
7158 (uri (string-append
7159 "https://github.com/linktohack/evil-commentary/archive/v"
7160 version ".tar.gz"))
7161 (file-name (string-append name "-" version ".tar.gz"))
7162 (sha256
7163 (base32
7164 "1jdya0i921nwskwrzdsj0vrr3m7gm49dy6f6pk9p5nxaarfxk230"))))
7165 (build-system emacs-build-system)
7166 (propagated-inputs
7167 `(("emacs-evil" ,emacs-evil)))
7168 (home-page "https://github.com/linktohack/evil-commentary")
7169 (synopsis "Comment out code in evil mode")
7170 (description "@code{emacs-evil-commentary} adds keybindings to easily
7171 comment out lines of code in evil mode. It provides @code{gcc} to comment out
7172 lines, and @code{gc} to comment out the target of a motion.")
7173 (license license:gpl3+)))
7174
7175 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
7176 ;; therefore cannot be run
7177 (define-public emacs-ansi
7178 (package
7179 (name "emacs-ansi")
7180 (version "0.4.1")
7181 (source
7182 (origin
7183 (method url-fetch)
7184 (uri (string-append "https://github.com/rejeep/ansi.el/archive/v"
7185 version ".tar.gz"))
7186 (file-name (string-append name "-" version ".tar.gz"))
7187 (sha256
7188 (base32
7189 "13jj4vbi98j3p17hs99bmy7g21jd5h4v3wpxk4pkvhylm3bfwjw8"))))
7190 (build-system emacs-build-system)
7191 (propagated-inputs
7192 `(("emacs-dash" ,emacs-dash)
7193 ("emacs-s" ,emacs-s)))
7194 (home-page "https://github.com/rejeep/ansi.el")
7195 (synopsis "Convert strings to ANSI")
7196 (description "@code{emacs-ansi} defines functions that turns simple
7197 strings to ANSI strings. Turning a string into an ANSI string can be to add
7198 color to a text, add color in the background of a text or adding a style, such
7199 as bold, underscore or italic.")
7200 (license license:gpl3+)))
7201
7202 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
7203 ;; therefore cannot be run
7204 (define-public emacs-commander
7205 (package
7206 (name "emacs-commander")
7207 (version "0.7.0")
7208 (source
7209 (origin
7210 (method url-fetch)
7211 (uri (string-append "https://github.com/rejeep/commander.el/archive/v"
7212 version ".tar.gz"))
7213 (file-name (string-append name "-" version ".tar.gz"))
7214 (sha256
7215 (base32
7216 "196s2i15z7gwxa97l1wkxvjnfmj5n38wwm6d3g4zz15l2vqggc2y"))))
7217 (build-system emacs-build-system)
7218 (propagated-inputs
7219 `(("emacs-dash" ,emacs-dash)
7220 ("emacs-f" ,emacs-f)
7221 ("emacs-s" ,emacs-s)))
7222 (home-page "https://github.com/rejeep/commander.el")
7223 (synopsis "Emacs command line parser")
7224 (description "@code{emacs-commander} provides command line parsing for
7225 Emacs.")
7226 (license license:gpl3+)))
7227
7228 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
7229 ;; cannot be run
7230 (define-public emacs-ert-runner
7231 (let ((version "0.7.0")
7232 (revision "1")
7233 (commit "90b8fdd5970ef76a4649be60003b37f82cdc1a65"))
7234 (package
7235 (name "emacs-ert-runner")
7236 (version (git-version "0.7.0" revision commit))
7237 (source
7238 (origin
7239 (method git-fetch)
7240 (uri (git-reference
7241 (url "https://github.com/rejeep/ert-runner.el.git")
7242 (commit commit)))
7243 (file-name (git-file-name name version))
7244 (sha256
7245 (base32
7246 "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"))))
7247 (build-system emacs-build-system)
7248 (inputs
7249 `(("emacs-ansi" ,emacs-ansi)
7250 ("emacs-commander" ,emacs-commander)
7251 ("emacs-dash" ,emacs-dash)
7252 ("emacs-f" ,emacs-f)
7253 ("emacs-s" ,emacs-s)
7254 ("emacs-shut-up" ,emacs-shut-up)))
7255 (arguments
7256 `(#:phases
7257 (modify-phases %standard-phases
7258 (add-after 'install 'install-executable
7259 (lambda* (#:key inputs outputs #:allow-other-keys)
7260 (let ((out (assoc-ref outputs "out"))
7261 (source-directory (string-append
7262 (getenv "TMPDIR") "/source")))
7263 (substitute* "bin/ert-runner"
7264 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
7265 (string-append "ERT_RUNNER=\"" out
7266 "/share/emacs/site-lisp/guix.d/ert-runner-"
7267 ,version)))
7268 (install-file "bin/ert-runner" (string-append out "/bin"))
7269 (wrap-program (string-append out "/bin/ert-runner")
7270 (list "EMACSLOADPATH" ":" 'prefix
7271 ;; Do not capture the transient source directory in
7272 ;; the wrapper.
7273 (delete source-directory
7274 (string-split (getenv "EMACSLOADPATH") #\:))))
7275 #t))))
7276 #:include (cons* "^reporters/.*\\.el$" %default-include)))
7277 (home-page "https://github.com/rejeep/ert-runner.el")
7278 (synopsis "Opinionated Ert testing workflow")
7279 (description "@code{ert-runner} is a tool for Emacs projects tested
7280 using ERT. It assumes a certain test structure setup and can therefore make
7281 running tests easier.")
7282 (license license:gpl3+))))
7283
7284 (define-public ert-runner
7285 (deprecated-package "ert-runner" emacs-ert-runner))
7286
7287 (define-public emacs-disable-mouse
7288 (package
7289 (name "emacs-disable-mouse")
7290 (version "0.2")
7291 (source
7292 (origin
7293 (method url-fetch)
7294 (uri (string-append
7295 "https://github.com/purcell/disable-mouse/archive/"
7296 version ".tar.gz"))
7297 (file-name (string-append name "-" version ".tar.gz"))
7298 (sha256
7299 (base32
7300 "0haqpq23r1wx04lsqrrg3p5visg9hx5i36dg55ab003wfsrlrzbc"))))
7301 (build-system emacs-build-system)
7302 (home-page "https://github.com/purcell/disable-mouse")
7303 (synopsis "Disable mouse commands globally")
7304 (description
7305 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
7306 pair of minor modes which suppress all mouse events by intercepting them and
7307 running a customisable handler command (@code{ignore} by default). ")
7308 (license license:gpl3+)))
7309
7310 (define-public emacs-json-reformat
7311 (package
7312 (name "emacs-json-reformat")
7313 (version "0.0.6")
7314 (source
7315 (origin
7316 (method url-fetch)
7317 (uri (string-append "https://github.com/gongo/json-reformat/archive/"
7318 version ".tar.gz"))
7319 (file-name (string-append name "-" version ".tar.gz"))
7320 (sha256
7321 (base32
7322 "11fbq4scrgr7m0iwnzcrn2g7xvqwm2gf82sa7zy1l0nil7265p28"))
7323 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
7324 (build-system emacs-build-system)
7325 (propagated-inputs
7326 `(("emacs-undercover" ,emacs-undercover)))
7327 (native-inputs
7328 `(("emacs-dash" ,emacs-dash)
7329 ("emacs-shut-up" ,emacs-shut-up)
7330 ("ert-runner" ,emacs-ert-runner)))
7331 (arguments
7332 `(#:tests? #t
7333 #:test-command '("ert-runner")
7334 #:phases
7335 (modify-phases %standard-phases
7336 (add-before 'check 'delete-json-objects-order-test
7337 (lambda _
7338 (emacs-batch-edit-file "test/json-reformat-test.el"
7339 `(progn (progn (goto-char (point-min))
7340 (re-search-forward
7341 "ert-deftest json-reformat-test:json-reformat-region")
7342 (beginning-of-line)
7343 (kill-sexp))
7344 (basic-save-buffer)))
7345 #t)))))
7346 (home-page "https://github.com/gongo/json-reformat")
7347 (synopsis "Reformatting tool for JSON")
7348 (description "@code{json-reformat} provides a reformatting tool for
7349 @url{http://json.org/, JSON}.")
7350 (license license:gpl3+)))
7351
7352 (define-public emacs-json-snatcher
7353 (package
7354 (name "emacs-json-snatcher")
7355 (version "1.0.0")
7356 (source
7357 (origin
7358 (method url-fetch)
7359 (uri (string-append "https://github.com/Sterlingg/json-snatcher/archive/"
7360 version ".tar.gz"))
7361 (file-name (string-append name "-" version ".tar.gz"))
7362 (sha256
7363 (base32
7364 "1nfiwsifpdiz0lbrqa77nl0crnfrv5h85ans9b0g5rggnmyshcfb"))))
7365 (build-system emacs-build-system)
7366 (home-page "https://github.com/sterlingg/json-snatcher")
7367 (synopsis "Grabs the path to JSON values in a JSON file")
7368 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
7369 a @url{http://json.org/, JSON} file.")
7370 (license license:gpl3+)))
7371
7372 (define-public emacs-json-mode
7373 (package
7374 (name "emacs-json-mode")
7375 (version "1.7.0")
7376 (source
7377 (origin
7378 (method url-fetch)
7379 (uri (string-append "https://github.com/joshwnj/json-mode/archive/"
7380 "v" version ".tar.gz"))
7381 (file-name (string-append name "-" version ".tar.gz"))
7382 (sha256
7383 (base32
7384 "06h45p4cn767pk9sqi2zb1c65wy5gyyijqxzpglp80zwxhvajdz5"))))
7385 (build-system emacs-build-system)
7386 (propagated-inputs
7387 `(("emacs-json-reformat" ,emacs-json-reformat)
7388 ("emacs-json-snatcher" ,emacs-json-snatcher)))
7389 (home-page "https://github.com/joshwnj/json-mode")
7390 (synopsis "Major mode for editing JSON files")
7391 (description "@code{json-mode} extends the builtin js-mode syntax
7392 highlighting.")
7393 (license license:gpl3+)))
7394
7395 (define-public emacs-restclient
7396 (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
7397 (revision "1")) ;Guix package revision,
7398 ;upstream doesn't have official releases
7399 (package
7400 (name "emacs-restclient")
7401 (version (string-append revision "."
7402 (string-take commit 7)))
7403 (source (origin
7404 (method git-fetch)
7405 (uri (git-reference
7406 (url "https://github.com/pashky/restclient.el.git")
7407 (commit commit)))
7408 (sha256
7409 (base32
7410 "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))
7411 (file-name (git-file-name name version))))
7412 (build-system emacs-build-system)
7413 (propagated-inputs
7414 `(("emacs-helm" ,emacs-helm)))
7415 (home-page "https://github.com/pashky/restclient.el")
7416 (synopsis "Explore and test HTTP REST webservices")
7417 (description
7418 "This tool allows for testing and exploration of HTTP REST Web services
7419 from within Emacs. Restclient runs queries from a plan-text query sheet,
7420 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
7421 (license license:public-domain))))
7422
7423 (define-public emacs-eimp
7424 (let ((version "1.4.0")
7425 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
7426 (revision "1"))
7427 (package
7428 (name "emacs-eimp")
7429 (version (git-version version revision commit))
7430 (source
7431 (origin
7432 (method git-fetch)
7433 (uri (git-reference
7434 (url "https://github.com/nicferrier/eimp.git")
7435 (commit commit)))
7436 (file-name (git-file-name name version))
7437 (sha256
7438 (base32
7439 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
7440 (build-system emacs-build-system)
7441 (arguments
7442 `(#:phases
7443 (modify-phases %standard-phases
7444 (add-after 'unpack 'configure
7445 (lambda* (#:key inputs #:allow-other-keys)
7446 (let ((imagemagick (assoc-ref inputs "imagemagick")))
7447 ;; eimp.el is read-only in git.
7448 (chmod "eimp.el" #o644)
7449 (emacs-substitute-variables "eimp.el"
7450 ("eimp-mogrify-program"
7451 (string-append imagemagick "/bin/mogrify"))))
7452 #t)))))
7453 (inputs
7454 `(("imagemagick" ,imagemagick)))
7455 (home-page "https://github.com/nicferrier/eimp")
7456 (synopsis "Interactive image manipulation utility for Emacs")
7457 (description "@code{emacs-eimp} allows interactive image manipulation
7458 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
7459 the actual transformations.")
7460 (license license:gpl2+))))
7461
7462 (define-public emacs-dired-hacks
7463 (let ((commit "2c1234592aee91dcd9401bcd67213e6a4a464fd9")
7464 (revision "1"))
7465 (package
7466 (name "emacs-dired-hacks")
7467 (version (string-append "0.0.1-" revision "."
7468 (string-take commit 7)))
7469 (source (origin
7470 (method git-fetch)
7471 (uri (git-reference
7472 (url "https://github.com/Fuco1/dired-hacks.git")
7473 (commit commit)))
7474 (file-name (string-append name "-" version "-checkout"))
7475 (sha256
7476 (base32
7477 "1g7mky41cahpryzj6frdgzdymknpqq7pidzfjj9304887kijmhj3"))))
7478 (build-system emacs-build-system)
7479 (propagated-inputs
7480 `(("emacs-dash" ,emacs-dash)
7481 ("emacs-eimp" ,emacs-eimp)
7482 ("emacs-f" ,emacs-f)
7483 ("emacs-s" ,emacs-s)))
7484 (home-page "https://github.com/Fuco1/dired-hacks")
7485 (synopsis
7486 "Collection of useful dired additions")
7487 (description
7488 "Collection of Emacs dired mode additions:
7489 @itemize
7490 @item dired-avfs
7491 @item dired-columns
7492 @item dired-filter
7493 @item dired-hacks-utils
7494 @item dired-images
7495 @item dired-list
7496 @item dired-narrow
7497 @item dired-open
7498 @item dired-rainbow
7499 @item dired-ranger
7500 @item dired-subtree
7501 @item dired-tagsistant
7502 @end itemize\n")
7503 (license license:gpl3+))))
7504
7505 (define-public emacs-dired-sidebar
7506 (let ((commit "06bd0d40bab812c61a668129daf29ba359424454")
7507 (revision "0"))
7508 (package
7509 (name "emacs-dired-sidebar")
7510 (home-page "https://github.com/jojojames/dired-sidebar")
7511 (version (git-version "0.0.1" revision commit))
7512 (source (origin
7513 (method git-fetch)
7514 (uri (git-reference (url home-page) (commit commit)))
7515 (sha256
7516 (base32
7517 "0lvwvq6sl80sha9fq5m4568sg534dhmifyjqw75bqddcbf3by84x"))))
7518 (build-system emacs-build-system)
7519 (propagated-inputs
7520 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
7521 (synopsis "Sidebar for Emacs using Dired")
7522 (description
7523 "This package provides a sidebar for Emacs similar to @code{NeoTree}
7524 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
7525 (license license:gpl3+))))
7526
7527 (define-public emacs-which-key
7528 (package
7529 (name "emacs-which-key")
7530 (version "3.3.1")
7531 (source
7532 (origin
7533 (method url-fetch)
7534 (uri (string-append
7535 "https://github.com/justbur/emacs-which-key/archive/v"
7536 version ".tar.gz"))
7537 (sha256
7538 (base32
7539 "1g8k0js21bc8mlw6hvmg93zgfjhil77c30cv1hf85y4qb9ldvika"))
7540 (file-name (string-append name "-" version ".tar.gz"))))
7541 (build-system emacs-build-system)
7542 (arguments
7543 `(#:tests? #t
7544 #:test-command '("emacs" "--batch"
7545 "-l" "which-key-tests.el"
7546 "-f" "ert-run-tests-batch-and-exit")))
7547 (home-page "https://github.com/justbur/emacs-which-key")
7548 (synopsis "Display available key bindings in popup")
7549 (description
7550 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
7551 bindings following your currently entered incomplete command (a prefix) in a
7552 popup. For example, after enabling the minor mode if you enter C-x and wait
7553 for the default of 1 second, the minibuffer will expand with all of the
7554 available key bindings that follow C-x (or as many as space allows given your
7555 settings).")
7556 (license license:gpl3+)))
7557
7558 (define-public emacs-ws-butler
7559 (package
7560 (name "emacs-ws-butler")
7561 (version "0.6")
7562 (source (origin
7563 (method git-fetch)
7564 (uri (git-reference
7565 (url "https://github.com/lewang/ws-butler.git")
7566 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
7567 (file-name (string-append name "-" version "-checkout"))
7568 (sha256
7569 (base32
7570 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
7571 (build-system emacs-build-system)
7572 (native-inputs
7573 `(("ert-runner" ,emacs-ert-runner)))
7574 (arguments
7575 `(#:tests? #t
7576 #:test-command '("ert-runner" "tests")))
7577 (home-page "https://github.com/lewang/ws-butler")
7578 (synopsis "Trim spaces from end of lines")
7579 (description
7580 "This Emacs package automatically and unobtrusively trims whitespace
7581 characters from end of lines.")
7582 (license license:gpl3+)))
7583
7584 (define-public emacs-org-edit-latex
7585 (package
7586 (name "emacs-org-edit-latex")
7587 (version "0.8.0")
7588 (source
7589 (origin
7590 (method url-fetch)
7591 (uri (string-append
7592 "https://github.com/et2010/org-edit-latex/archive/v"
7593 version ".tar.gz"))
7594 (file-name (string-append name "-" version ".tar.gz"))
7595 (sha256
7596 (base32
7597 "1y4h6wrs8286h9pbsv4d8fr67a885vz8b2k80qgv5qddipi2i78p"))))
7598 (build-system emacs-build-system)
7599 (propagated-inputs
7600 `(("emacs-auctex" ,emacs-auctex)
7601 ;; The version of org in Emacs 25.2 is not sufficient, because the
7602 ;; `org-latex-make-preamble' function is required.
7603 ("emacs-org" ,emacs-org)))
7604 (home-page "https://github.com/et2010/org-edit-latex")
7605 (synopsis "Edit a latex fragment just like editing a src block")
7606 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
7607 It lets you edit a latex fragment in a dedicated buffer just like editing a
7608 src block.")
7609 (license license:gpl3+)))
7610
7611 (define-public emacs-emamux
7612 (package
7613 (name "emacs-emamux")
7614 (version "0.14")
7615 (source (origin
7616 (method url-fetch)
7617 (uri (string-append
7618 "https://github.com/syohex/emacs-emamux/archive/"
7619 version ".tar.gz"))
7620 (file-name (string-append name "-" version ".tar.gz"))
7621 (sha256
7622 (base32
7623 "0wlqg4icy037bj70b0qmhvwvmiwhagpnx6pnxhq6gzy1hvwlilkx"))))
7624 (build-system emacs-build-system)
7625 (home-page "https://github.com/syohex/emacs-emamux")
7626 (synopsis "Manipulate Tmux from Emacs")
7627 (description
7628 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
7629 multiplexer.")
7630 (license license:gpl3+)))
7631
7632 (define-public emacs-rpm-spec-mode
7633 (package
7634 (name "emacs-rpm-spec-mode")
7635 (version "0.16")
7636 (source
7637 (origin
7638 (method url-fetch)
7639 ;; URI has the Fedora release number instead of the version
7640 ;; number. This will have to updated manually every new release.
7641 (uri (string-append
7642 "https://src.fedoraproject.org/cgit/rpms"
7643 "/emacs-rpm-spec-mode.git/snapshot"
7644 "/emacs-rpm-spec-mode-f26.tar.gz"))
7645 (sha256
7646 (base32
7647 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
7648 (build-system emacs-build-system)
7649 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
7650 (synopsis "Emacs major mode for editing RPM spec files")
7651 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
7652 editing RPM spec files.")
7653 (license license:gpl2+)))
7654
7655 (define-public emacs-git-messenger
7656 (package
7657 (name "emacs-git-messenger")
7658 (version "0.18")
7659 (source
7660 (origin
7661 (method url-fetch)
7662 (uri (string-append
7663 "https://github.com/syohex/emacs-git-messenger/archive/"
7664 version ".tar.gz"))
7665 (file-name (string-append name "-" version ".tar.gz"))
7666 (sha256
7667 (base32
7668 "17mqki6g0wx46fn7dcbcc2pjxik7vvrcb1j9jzxim8b9psbsbnp9"))))
7669 (build-system emacs-build-system)
7670 (propagated-inputs
7671 `(("emacs-popup" ,emacs-popup)))
7672 (arguments
7673 `(#:tests? #t
7674 #:test-command '("emacs" "--batch" "-l" "test/test.el"
7675 "-f" "ert-run-tests-batch-and-exit")))
7676 (home-page "https://github.com/syohex/emacs-git-messenger")
7677 (synopsis "Popup commit message at current line")
7678 (description "@code{emacs-git-messenger} provides
7679 @code{git-messenger:popup-message}, a function that when called, will popup
7680 the last git commit message for the current line. This uses git-blame
7681 internally.")
7682 (license license:gpl3+)))
7683
7684 (define-public emacs-gitpatch
7685 (package
7686 (name "emacs-gitpatch")
7687 (version "0.5.0")
7688 (source
7689 (origin
7690 (method url-fetch)
7691 (uri (string-append "https://github.com/tumashu/gitpatch/archive/"
7692 "v" version ".tar.gz"))
7693 (file-name (string-append name "-" version ".tar.gz"))
7694 (sha256
7695 (base32
7696 "1yj6pmic541lcnscjin300k380qp9xdfprs55xg1q57jrkq6f6k7"))))
7697 (build-system emacs-build-system)
7698 (home-page "https://github.com/tumashu/gitpatch")
7699 (synopsis "Mail git patch from Emacs")
7700 (description "@code{emacs-gitpatch} lets users easily send git patches,
7701 created by @code{git format-patch}, from @code{magit}, @code{dired} and
7702 @code{ibuffer} buffers.")
7703 (license license:gpl3+)))
7704
7705 (define-public emacs-erc-hl-nicks
7706 (package
7707 (name "emacs-erc-hl-nicks")
7708 (version "1.3.3")
7709 (source
7710 (origin
7711 (method url-fetch)
7712 (uri (string-append "https://github.com/leathekd/erc-hl-nicks"
7713 "/archive/" version ".tar.gz"))
7714 (file-name (string-append name "-" version ".tar.gz"))
7715 (sha256
7716 (base32
7717 "1a1r2kc3688g8c2ybkpwh88kgmnqhg3h3032g2yn4zr9m0n3vpkr"))))
7718 (build-system emacs-build-system)
7719 (synopsis "Nickname highlighting for Emacs ERC")
7720 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
7721 client for Emacs. The main features are:
7722 @itemize
7723 @item Auto-colorizes nicknames without having to specify colors
7724 @item Ignores certain characters that IRC clients add to nicknames to avoid
7725 duplicates (nickname, nickname’, nickname\", etc.)
7726 @item Attempts to produce colors with a sufficient amount of contrast between
7727 the nick color and the background color
7728 @end itemize\n")
7729 (home-page "https://github.com/leathekd/erc-hl-nicks")
7730 (license license:gpl3+)))
7731
7732 (define-public emacs-engine-mode
7733 (package
7734 (name "emacs-engine-mode")
7735 (version "2.0.0")
7736 (source
7737 (origin
7738 (method url-fetch)
7739 (uri (string-append "https://github.com/hrs/engine-mode/archive/"
7740 "v" version ".tar.gz"))
7741 (file-name (string-append name "-" version ".tar.gz"))
7742 (sha256
7743 (base32
7744 "1vm4p7pcp1vnwwxvps1bhm7i7hkabqqxl898knxf2hqvxys76684"))))
7745 (build-system emacs-build-system)
7746 (synopsis "Minor mode for defining and querying search engines")
7747 (description "@code{engine-mode} is a global minor mode for Emacs. It
7748 enables you to easily define search engines, bind them to keybindings, and
7749 query them from the comfort of your editor.")
7750 (home-page "https://github.com/hrs/engine-mode")
7751 (license license:gpl3+)))
7752
7753 (define-public emacs-prop-menu
7754 (package
7755 (name "emacs-prop-menu")
7756 (version "0.1.2")
7757 (source
7758 (origin
7759 (method url-fetch)
7760 (uri (string-append
7761 "http://stable.melpa.org/packages/prop-menu-"
7762 version ".el"))
7763 (sha256
7764 (base32
7765 "01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
7766 (build-system emacs-build-system)
7767 (home-page
7768 "https://github.com/david-christiansen/prop-menu-el")
7769 (synopsis
7770 "Create and display a context menu based on text and overlay properties")
7771 (description
7772 "This is a library for computing context menus based on text
7773 properties and overlays. The intended use is to have tools that
7774 annotate source code and others that use these annotations, without
7775 requiring a direct coupling between them, but maintaining
7776 discoverability.
7777
7778 Major modes that wish to use this library should first define an
7779 appropriate value for @code{prop-menu-item-functions}. Then, they should
7780 bind @code{prop-menu-by-completing-read} to an appropriate
7781 key. Optionally, a mouse pop-up can be added by binding
7782 @code{prop-menu-show-menu} to a mouse event.")
7783 (license license:gpl3+)))
7784
7785 (define-public emacs-idris-mode
7786 (package
7787 (name "emacs-idris-mode")
7788 (version "0.9.19")
7789 (source
7790 (origin
7791 (method url-fetch)
7792 (uri (string-append
7793 "http://stable.melpa.org/packages/idris-mode-"
7794 version ".tar"))
7795 (sha256
7796 (base32
7797 "02r1qqsxi6qk7q4cj6a6pygbj856dcw9vcmhfh0ib92j41v77q6y"))))
7798 (build-system emacs-build-system)
7799 (propagated-inputs
7800 `(("emacs-prop-menu" ,emacs-prop-menu)))
7801 (home-page
7802 "https://github.com/idris-hackers/idris-mode")
7803 (synopsis "Major mode for editing Idris code")
7804 (description
7805 "This is an Emacs mode for editing Idris code. It requires the latest
7806 version of Idris, and some features may rely on the latest Git version of
7807 Idris.")
7808 (license license:gpl3+)))
7809
7810 (define-public emacs-browse-at-remote
7811 (package
7812 (name "emacs-browse-at-remote")
7813 (version "0.10.0")
7814 (source
7815 (origin
7816 (method url-fetch)
7817 (uri (string-append
7818 "https://github.com/rmuslimov/browse-at-remote/archive/"
7819 version ".tar.gz"))
7820 (file-name (string-append name "-" version ".tar.gz"))
7821 (sha256
7822 (base32
7823 "0ymslsp6i1naw25zckv25bf4aaq6qwkbkn95qyzlwg869l802686"))))
7824 (build-system emacs-build-system)
7825 (propagated-inputs
7826 `(("emacs-f" ,emacs-f)
7827 ("emacs-s" ,emacs-s)))
7828 (native-inputs
7829 `(("ert-runner" ,emacs-ert-runner)))
7830 (arguments
7831 `(#:tests? #t
7832 #:test-command '("ert-runner")))
7833 (home-page "https://github.com/rmuslimov/browse-at-remote")
7834 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
7835 (description
7836 "This Emacs package allows you to open a target page on
7837 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
7838 It supports dired buffers and opens them in tree mode at destination.")
7839 (license license:gpl3+)))
7840
7841 (define-public emacs-tiny
7842 (package
7843 (name "emacs-tiny")
7844 (version "0.2.1")
7845 (source
7846 (origin
7847 (method url-fetch)
7848 (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
7849 (sha256
7850 (base32
7851 "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
7852 (build-system emacs-build-system)
7853 (home-page "https://github.com/abo-abo/tiny")
7854 (synopsis "Quickly generate linear ranges in Emacs")
7855 (description
7856 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
7857 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
7858 proficiency is an advantage, since you can transform your numeric range with
7859 an elisp expression.")
7860 (license license:gpl3+)))
7861
7862 (define-public emacs-emojify
7863 (package
7864 (name "emacs-emojify")
7865 (version "0.4")
7866 (source
7867 (origin
7868 (method url-fetch)
7869 (uri (string-append "https://github.com/iqbalansari/emacs-emojify/"
7870 "releases/download/v" version "/emojify-"
7871 version ".tar"))
7872 (sha256
7873 (base32
7874 "0k84v2d2bkiwcky9fi1yyprgkj46g7wh6pyl9gzmcd7sqv051d5n"))))
7875 (build-system emacs-build-system)
7876 (arguments
7877 `(#:phases
7878 (modify-phases %standard-phases
7879 (add-after 'install 'install-data
7880 (lambda* (#:key outputs #:allow-other-keys)
7881 (copy-recursively "data"
7882 (string-append (assoc-ref outputs "out")
7883 "/share/emacs/site-lisp/guix.d/"
7884 "emojify-" ,version "/data"))
7885 #t)))))
7886 (propagated-inputs
7887 `(("emacs-ht" ,emacs-ht)))
7888 (home-page "https://github.com/iqbalansari/emacs-emojify")
7889 (synopsis "Display emojis in Emacs")
7890 (description "This package displays emojis in Emacs similar to how Github,
7891 Slack, and other websites do. It can display plain ASCII like @code{:)} as
7892 well as Github-style emojis like @code{:smile:}. It provides a minor mode
7893 @code{emojify-mode} to enable the display of emojis in a buffer.")
7894 (license license:gpl3+)))
7895
7896 (define-public emacs-websocket
7897 (package
7898 (name "emacs-websocket")
7899 (version "1.10")
7900 (source
7901 (origin
7902 (method git-fetch)
7903 (uri (git-reference
7904 (url "https://github.com/ahyatt/emacs-websocket.git")
7905 (commit version)))
7906 (file-name (string-append name "-" version "-checkout"))
7907 (sha256
7908 (base32
7909 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
7910 (build-system emacs-build-system)
7911 (home-page "http://elpa.gnu.org/packages/websocket.html")
7912 (synopsis "Emacs WebSocket client and server")
7913 (description "This is an Elisp library for WebSocket clients to talk to
7914 WebSocket servers, and for WebSocket servers to accept connections from
7915 WebSocket clients. This library is designed to be used by other library
7916 writers, to write applications that use WebSockets, and is not useful by
7917 itself.")
7918 (license license:gpl3+)))
7919
7920 (define-public emacs-oauth2
7921 (package
7922 (name "emacs-oauth2")
7923 (version "0.11")
7924 (source
7925 (origin
7926 (method url-fetch)
7927 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
7928 version ".el"))
7929 (sha256
7930 (base32
7931 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
7932 (build-system emacs-build-system)
7933 (home-page "http://elpa.gnu.org/packages/oauth2.html")
7934 (synopsis "OAuth 2.0 authorization protocol implementation")
7935 (description
7936 "This package provides an Elisp implementation of the OAuth 2.0 draft.
7937 The main entry point is @code{oauth2-auth-and-store} which will return a token
7938 structure. This token structure can be then used with
7939 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
7940 retrieve any data that need OAuth authentication to be accessed. If the token
7941 needs to be refreshed, the code handles it automatically and stores the new
7942 value of the access token.")
7943 (license license:gpl3+)))
7944
7945 (define-public emacs-circe
7946 (package
7947 (name "emacs-circe")
7948 (version "2.10")
7949 (source
7950 (origin
7951 (method git-fetch)
7952 (uri (git-reference
7953 (url "https://github.com/jorgenschaefer/circe.git")
7954 (commit (string-append "v" version))))
7955 (file-name (git-file-name name version))
7956 (sha256
7957 (base32
7958 "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
7959 (build-system emacs-build-system)
7960 (arguments
7961 `(#:tests? #t
7962 #:test-command '("buttercup" "-L" ".")
7963 #:phases
7964 (modify-phases %standard-phases
7965 ;; The HOME environment variable should be set to an existing
7966 ;; directory for the tests to succeed.
7967 (add-before 'check 'set-home
7968 (lambda _
7969 (setenv "HOME" "/tmp")
7970 #t)))))
7971 (native-inputs
7972 `(("emacs-buttercup" ,emacs-buttercup)))
7973 ;; In order to securely connect to an IRC server using TLS, Circe requires
7974 ;; the GnuTLS binary.
7975 (propagated-inputs
7976 `(("gnutls" ,gnutls)))
7977 (home-page "https://github.com/jorgenschaefer/circe")
7978 (synopsis "Client for IRC in Emacs")
7979 (description "Circe is a Client for IRC in Emacs. It integrates well with
7980 the rest of the editor, using standard Emacs key bindings and indicating
7981 activity in channels in the status bar so it stays out of your way unless you
7982 want to use it.")
7983 (license license:gpl3+)))
7984
7985 (define-public emacs-tracking
7986 (package
7987 (inherit emacs-circe)
7988 (name "emacs-tracking")
7989 (arguments
7990 ;; "tracking.el" is a library extracted from Circe package. It requires
7991 ;; "shorten.el".
7992 `(#:include '("^shorten.el$" "^tracking.el$")
7993 ,@(package-arguments emacs-circe)))
7994 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
7995 (synopsis "Buffer tracking library")
7996 (description "@code{tracking.el} provides a way for different modes to
7997 notify the user that a buffer needs attention. The user then can cycle
7998 through them using @key{C-c C-SPC}.")
7999 (license license:gpl3+)))
8000
8001 (define-public emacs-slack
8002 (let ((commit "99a57501629a0329a9ca090c1ea1296462eda02d")
8003 (revision "5"))
8004 (package
8005 (name "emacs-slack")
8006 (version (git-version "0.0.2" revision commit))
8007 (source (origin
8008 (method git-fetch)
8009 (uri (git-reference
8010 (url "https://github.com/yuya373/emacs-slack.git")
8011 (commit commit)))
8012 (file-name (git-file-name name commit))
8013 (sha256
8014 (base32
8015 "0jw1diypfw8pmzkq0napgxmfc0gqka7zcccgnw359604lr30k2z2"))))
8016 (build-system emacs-build-system)
8017 (propagated-inputs
8018 `(("emacs-alert" ,emacs-alert)
8019 ("emacs-emojify" ,emacs-emojify)
8020 ("emacs-helm" ,emacs-helm)
8021 ("emacs-request" ,emacs-request)
8022 ("emacs-websocket" ,emacs-websocket)
8023 ("emacs-oauth2" ,emacs-oauth2)
8024 ("emacs-circe" ,emacs-circe)))
8025 (home-page "https://github.com/yuya373/emacs-slack")
8026 (synopsis "Slack client for Emacs")
8027 (description "This package provides an Emacs client for the Slack
8028 messaging service.")
8029 (license license:gpl3+))))
8030
8031 (define-public emacs-bash-completion
8032 (package
8033 (name "emacs-bash-completion")
8034 (version "2.1.0")
8035 (source
8036 (origin
8037 (method url-fetch)
8038 (uri (string-append
8039 "https://github.com/szermatt/emacs-bash-completion/archive/v"
8040 version ".tar.gz"))
8041 (file-name (string-append name "-" version ".tar.gz"))
8042 (sha256
8043 (base32
8044 "1z0qck3v3ra6ivacn8n04w1v33a4xn01xx860761q31qzsv3sksq"))))
8045 (inputs `(("bash" ,bash)))
8046 (build-system emacs-build-system)
8047 (arguments
8048 `(#:phases
8049 (modify-phases %standard-phases
8050 (add-before 'install 'configure
8051 (lambda* (#:key inputs #:allow-other-keys)
8052 (let ((bash (assoc-ref inputs "bash")))
8053 (emacs-substitute-variables "bash-completion.el"
8054 ("bash-completion-prog" (string-append bash "/bin/bash"))))
8055 #t)))))
8056 (home-page "https://github.com/szermatt/emacs-bash-completion")
8057 (synopsis "Bash completion for the shell buffer")
8058 (description
8059 "@code{bash-completion} defines dynamic completion hooks for shell-mode
8060 and shell-command prompts that are based on Bash completion.")
8061 (license license:gpl2+)))
8062
8063 (define-public emacs-easy-kill
8064 (package
8065 (name "emacs-easy-kill")
8066 (version "0.9.3")
8067 (source (origin
8068 (method url-fetch)
8069 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
8070 version ".tar"))
8071 (sha256
8072 (base32
8073 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
8074 (build-system emacs-build-system)
8075 (home-page "https://github.com/leoliu/easy-kill")
8076 (synopsis "Kill and mark things easily in Emacs")
8077 (description
8078 "This package provides commands @code{easy-kill} and @code{easy-mark} to
8079 let users kill or mark things easily.")
8080 (license license:gpl3+)))
8081
8082 (define-public emacs-csv-mode
8083 (package
8084 (name "emacs-csv-mode")
8085 (version "1.7")
8086 (source
8087 (origin
8088 (method url-fetch)
8089 (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
8090 version ".el"))
8091 (sha256
8092 (base32
8093 "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
8094 (build-system emacs-build-system)
8095 (home-page
8096 "http://elpa.gnu.org/packages/csv-mode.html")
8097 (synopsis
8098 "Major mode for editing comma/char separated values")
8099 (description
8100 "This Emacs package implements CSV mode, a major mode for editing records
8101 in a generalized CSV (character-separated values) format.")
8102 (license license:gpl3+)))
8103
8104 (define-public emacs-transmission
8105 (package
8106 (name "emacs-transmission")
8107 (version "0.12.1")
8108 (source (origin
8109 (method url-fetch)
8110 (uri (string-append
8111 "https://github.com/holomorph/transmission/archive/"
8112 version ".tar.gz"))
8113 (file-name (string-append name "-" version ".tar.gz"))
8114 (sha256
8115 (base32
8116 "1rrlgn96gi1ljfwbwvlyyxbq75xzamlbdhq1bpyadxxmxcvlmk3n"))))
8117 (build-system emacs-build-system)
8118 (home-page "https://github.com/holomorph/transmission")
8119 (synopsis "Emacs interface to a Transmission session")
8120 (description "This package provides an Emacs interface to interact with a
8121 running session of the Transmission Bittorrent client.
8122
8123 Features:
8124
8125 @itemize
8126 @item List, add, start/stop, verify, remove torrents.
8127 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
8128 @item Navigate to the corresponding file list, torrent info, peer info
8129 contexts.
8130 @item Toggle downloading and set priorities for individual files.
8131 @end itemize\n")
8132 (license license:gpl3+)))
8133
8134 (define-public emacs-polymode
8135 (package
8136 (name "emacs-polymode")
8137 (version "0.1.5")
8138 (source (origin
8139 (method git-fetch)
8140 (uri (git-reference
8141 (url "https://github.com/vspinu/polymode.git")
8142 (commit (string-append "v" version))))
8143 (file-name (git-file-name name version))
8144 (sha256
8145 (base32
8146 "0wwphs54jx48a3ca6x1qaz56j3j9bg4mv8g2akkffrzbdcb8sbc7"))))
8147 (build-system emacs-build-system)
8148 (arguments
8149 `(#:include (cons* "^modes/.*\\.el$" %default-include)
8150 #:phases
8151 (modify-phases %standard-phases
8152 (add-after 'set-emacs-load-path 'add-modes-subdir-to-load-path
8153 (lambda _
8154 (setenv "EMACSLOADPATH"
8155 (string-append (getenv "EMACSLOADPATH")
8156 ":" (getcwd) "/modes" ":")))))))
8157 (home-page "https://github.com/vspinu/polymode")
8158 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
8159 (description "Polymode is an Emacs package that offers generic support
8160 for multiple major modes inside a single Emacs buffer. It is lightweight,
8161 object oriented and highly extensible. Creating a new polymode typically
8162 takes only a few lines of code. Polymode also provides extensible facilities
8163 for external literate programming tools for exporting, weaving and tangling.")
8164 (license license:gpl3+)))
8165
8166 (define-public emacs-polymode-ansible
8167 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
8168 (package
8169 (name "emacs-polymode-ansible")
8170 ;; No upstream version release yet.
8171 (version (git-version "0.1" "1" commit))
8172 (source
8173 (origin
8174 (method git-fetch)
8175 (uri (git-reference
8176 (url "https://gitlab.com/mavit/poly-ansible")
8177 (commit commit)))
8178 (file-name (git-file-name name version))
8179 (sha256
8180 (base32
8181 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
8182 (build-system emacs-build-system)
8183 (propagated-inputs
8184 `(("emacs-ansible-doc" ,emacs-ansible-doc)
8185 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
8186 ("emacs-polymode" ,emacs-polymode)
8187 ("emacs-yaml-mode" ,emacs-yaml-mode)))
8188 (properties '((upstream-name . "poly-ansible")))
8189 (home-page "https://gitlab.com/mavit/poly-ansible/")
8190 (synopsis "Polymode for Ansible - Jinja2 in YAML")
8191 (description
8192 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
8193 (license license:gpl3+))))
8194
8195 (define-public eless
8196 (package
8197 (name "eless")
8198 (version "0.3")
8199 (source (origin
8200 (method url-fetch)
8201 (uri (string-append
8202 "https://github.com/kaushalmodi/eless/archive/"
8203 "v" version ".tar.gz"))
8204 (file-name (string-append name "-" version ".tar.gz"))
8205 (sha256
8206 (base32
8207 "0gjnnhgw5xs1w3qfnkvwa2nv44gnxr8pkhx3c7qig45p8nh1461h"))))
8208 (build-system trivial-build-system)
8209 (inputs
8210 `(("bash" ,bash)))
8211 (native-inputs
8212 `(("tar" ,tar)
8213 ("gzip" ,gzip)))
8214 (arguments
8215 `(#:modules ((guix build utils))
8216 #:builder
8217 (begin
8218 (use-modules (guix build utils))
8219 (setenv "PATH" (string-append
8220 (assoc-ref %build-inputs "tar") "/bin" ":"
8221 (assoc-ref %build-inputs "gzip") "/bin"))
8222 (invoke "tar" "xvf" (assoc-ref %build-inputs "source"))
8223 (chdir (string-append "eless" "-" ,version))
8224 (substitute* "eless" (("/usr/bin/env bash")
8225 (string-append (assoc-ref %build-inputs "bash")
8226 "/bin/bash")))
8227 (install-file "eless" (string-append %output "/bin"))
8228 (install-file "doc/eless.info" (string-append %output "/share/info"))
8229 #t)))
8230 (home-page "https://github.com/kaushalmodi/eless")
8231 (synopsis "Use Emacs as a paginator")
8232 (description "@code{eless} provides a combination of Bash script
8233 and a minimal Emacs view-mode.
8234
8235 Feautures:
8236
8237 @itemize
8238 @item Independent of a user’s Emacs config.
8239 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
8240 @item Not require an Emacs server to be already running.
8241 @item Syntax highlighting.
8242 @item Org-mode file rendering.
8243 @item @code{man} page viewer.
8244 @item Info viewer.
8245 @item Dired, wdired, (batch edit symbolic links).
8246 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
8247 @item Filter log files lines matching a regexp.
8248 @item Auto-revert log files similar to @code{tail -f}.
8249 @item Quickly change frame and font sizes.
8250 @end itemize\n")
8251 (license license:expat)))
8252
8253 (define-public emacs-evil-matchit
8254 (package
8255 (name "emacs-evil-matchit")
8256 (version "2.2.6")
8257 (source
8258 (origin
8259 (method url-fetch)
8260 (uri (string-append
8261 "https://github.com/redguardtoo/evil-matchit/archive/"
8262 version ".tar.gz"))
8263 (file-name (string-append name "-" version ".tar.gz"))
8264 (sha256
8265 (base32
8266 "1yp9sl6542317mn1060ri90zyf6bs6qylagndhqy02p368q31rhi"))))
8267 (build-system emacs-build-system)
8268 (propagated-inputs
8269 `(("emacs-evil" ,emacs-evil)))
8270 (home-page "https://github.com/redguardtoo/evil-matchit")
8271 (synopsis "Vim matchit ported into Emacs")
8272 (description
8273 "@code{evil-matchit} is a minor mode for jumping between matching tags in
8274 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
8275 (license license:gpl3+)))
8276
8277 (define-public emacs-evil-smartparens
8278 (package
8279 (name "emacs-evil-smartparens")
8280 (version "0.4.0")
8281 (source
8282 (origin
8283 (method url-fetch)
8284 (uri (string-append
8285 "https://github.com/expez/evil-smartparens/archive/"
8286 version ".tar.gz"))
8287 (file-name (string-append name "-" version ".tar.gz"))
8288 (sha256
8289 (base32
8290 "1bwzdd3054d407d5j4m3njsbvmc9r8zzp33m32pj3b3irxrl68q0"))))
8291 (build-system emacs-build-system)
8292 (propagated-inputs
8293 `(("emacs-evil" ,emacs-evil)
8294 ("emacs-smartparens" ,emacs-smartparens)))
8295 (home-page "https://github.com/expez/evil-smartparens")
8296 (synopsis "Emacs Evil integration for Smartparens")
8297 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
8298 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
8299 emulates Vim features and provides Vim-like key bindings.")
8300 (license license:gpl3+)))
8301
8302 (define-public emacs-evil-quickscope
8303 (package
8304 (name "emacs-evil-quickscope")
8305 (version "0.1.4")
8306 (source
8307 (origin
8308 (method url-fetch)
8309 (uri (string-append "https://github.com/blorbx/evil-quickscope/archive/v"
8310 version ".tar.gz"))
8311 (file-name (string-append name "-" version ".tar.gz"))
8312 (sha256
8313 (base32
8314 "1r26a412mmar7vbf89zcifswiwpdg30mjzj32xdyqss57aqi83ma"))))
8315 (build-system emacs-build-system)
8316 (propagated-inputs
8317 `(("emacs-evil" ,emacs-evil)))
8318 (arguments
8319 `(#:tests? #t
8320 #:test-command '("emacs" "--batch"
8321 "-l" "evil-quickscope-tests.el"
8322 "-f" "ert-run-tests-batch-and-exit")))
8323 (home-page "https://github.com/blorbx/evil-quickscope")
8324 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
8325 (description "@code{emacs-evil-quickscope} highlights targets for Evil
8326 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
8327 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
8328 features and provides Vim-like key bindings.")
8329 (license license:gpl3+)))
8330
8331 (define-public emacs-bongo
8332 (package
8333 (name "emacs-bongo")
8334 (version "1.0")
8335 (source
8336 (origin
8337 (method url-fetch)
8338 (uri (string-append
8339 "https://github.com/dbrock/bongo/archive/"
8340 version ".tar.gz"))
8341 (file-name (string-append name "-" version ".tar.gz"))
8342 (sha256
8343 (base32
8344 "1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
8345 (build-system emacs-build-system)
8346 (home-page "https://github.com/dbrock/bongo")
8347 (synopsis "Media player for Emacs")
8348 (description
8349 "This package provides a flexible media player for Emacs. @code{Bongo}
8350 supports multiple backends such as @code{vlc}, @code{mpg123},
8351 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
8352 @code{afplay}.")
8353 (license license:gpl2+)))
8354
8355 (define-public emacs-groovy-modes
8356 (package
8357 (name "emacs-groovy-modes")
8358 (version "2.0")
8359 (source (origin
8360 (method url-fetch)
8361 (uri (string-append
8362 "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"
8363 "/archive/" version ".tar.gz"))
8364 (file-name (string-append name "-" version ".tar.gz"))
8365 (sha256
8366 (base32
8367 "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
8368 (build-system emacs-build-system)
8369 (propagated-inputs
8370 `(("emacs-s" ,emacs-s)))
8371 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
8372 (synopsis "Groovy related modes for Emacs")
8373 (description
8374 "This package provides @code{groovy-mode} for syntax highlighing in
8375 Groovy source files, REPL integration with run-groovy and Grails project
8376 navigation with the grails mode.")
8377 (license license:gpl3+)))
8378
8379 (define-public groovy-emacs-modes
8380 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
8381
8382 (define-public emacs-org-tree-slide
8383 (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
8384 (revision "0"))
8385 (package
8386 (name "emacs-org-tree-slide")
8387 (version (git-version "0.1" revision commit))
8388 (home-page "https://github.com/takaxp/org-tree-slide")
8389 (source (origin
8390 (method git-fetch)
8391 (uri (git-reference (url home-page) (commit commit)))
8392 (sha256
8393 (base32
8394 "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
8395 (file-name (git-file-name name version))))
8396 (build-system emacs-build-system)
8397 (synopsis "Presentation tool for org-mode")
8398 (description
8399 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
8400 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
8401 @kbd{C-<} to jump to the next and previous slide.")
8402 (license license:gpl3+))))
8403
8404 (define-public emacs-scratch-el
8405 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
8406 (revision "1"))
8407 (package
8408 (name "emacs-scratch-el")
8409 (version (git-version "1.2" revision commit))
8410 (source (origin
8411 (method git-fetch)
8412 (uri (git-reference
8413 (url "https://github.com/ieure/scratch-el.git")
8414 (commit commit)))
8415 (file-name (git-file-name name version))
8416 (sha256
8417 (base32
8418 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
8419 (build-system emacs-build-system)
8420 (native-inputs
8421 `(("texinfo" ,texinfo)))
8422 (arguments
8423 '(#:phases
8424 (modify-phases %standard-phases
8425 (add-after 'install 'install-doc
8426 (lambda* (#:key outputs #:allow-other-keys)
8427 (unless (invoke "makeinfo" "scratch.texi")
8428 (error "makeinfo failed"))
8429 (install-file "scratch.info"
8430 (string-append (assoc-ref outputs "out")
8431 "/share/info"))
8432 #t)))))
8433 (home-page "https://github.com/ieure/scratch-el/")
8434 (synopsis "Create scratch buffers with the same mode as current buffer")
8435 (description "Scratch is an extension to Emacs that enables one to create
8436 scratch buffers that are in the same mode as the current buffer. This is
8437 notably useful when working on code in some language; you may grab code into a
8438 scratch buffer, and, by virtue of this extension, do so using the Emacs
8439 formatting rules for that language.")
8440 (license license:bsd-2))))
8441
8442 (define-public emacs-kv
8443 (package
8444 (name "emacs-kv")
8445 (version "0.0.19")
8446 (source
8447 (origin
8448 (method git-fetch)
8449 (uri (git-reference
8450 (url "https://github.com/nicferrier/emacs-kv.git")
8451 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
8452 (file-name (string-append name "-" version "-checkout"))
8453 (sha256
8454 (base32
8455 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
8456 (build-system emacs-build-system)
8457 (arguments
8458 `(#:tests? #t
8459 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
8460 "-f" "ert-run-tests-batch-and-exit")))
8461 (home-page "https://github.com/nicferrier/emacs-kv")
8462 (synopsis "Key/Value data structures library for Emacs Lisp")
8463 (description "@code{emacs-kv} is a collection of tools for dealing with
8464 key/value data structures such as plists, alists and hash-tables in Emacs
8465 Lisp.")
8466 (license license:gpl3+)))
8467
8468 (define-public emacs-esxml
8469 (package
8470 (name "emacs-esxml")
8471 (version "0.3.4")
8472 (source (origin
8473 (method git-fetch)
8474 (uri (git-reference
8475 (url "https://github.com/tali713/esxml.git")
8476 (commit version)))
8477 (file-name (git-file-name name version))
8478 (sha256
8479 (base32
8480 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
8481 (build-system emacs-build-system)
8482 (arguments
8483 `(#:phases
8484 (modify-phases %standard-phases
8485 (add-after 'unpack 'fix-sources
8486 (lambda _
8487 ;; See: https://github.com/tali713/esxml/pull/28.
8488 (substitute* "css-lite.el"
8489 ((";;; main interface")
8490 (string-append ";;; main interface\n"
8491 "(require 'cl-lib)"))
8492 (("mapcan")
8493 "cl-mapcan")
8494 (("',\\(cl-mapcan #'process-css-rule rules\\)")
8495 "(cl-mapcan #'process-css-rule ',rules)"))
8496 (substitute* "esxml-form.el"
8497 ((",esxml-form-field-defn")
8498 "#'esxml-form-field-defn"))
8499 ;; See: https://github.com/tali713/esxml/issues/25
8500 (delete-file "esxpath.el")
8501 #t)))))
8502 (propagated-inputs
8503 `(("emacs-kv" ,emacs-kv)))
8504 (home-page "https://github.com/tali713/esxml/")
8505 (synopsis "SXML for EmacsLisp")
8506 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
8507 Simply, this is the easiest way to write HTML or XML in Lisp. This library
8508 uses the native form of XML representation as used by many libraries already
8509 included within Emacs. See @code{esxml-to-xml} for a concise description of
8510 the format.")
8511 (license license:gpl3+)))
8512
8513 (define-public emacs-nov-el
8514 (package
8515 (name "emacs-nov-el")
8516 (version "0.2.6")
8517 (source (origin
8518 (method git-fetch)
8519 (uri (git-reference
8520 (url "https://github.com/wasamasa/nov.el.git")
8521 (commit version)))
8522 (file-name (git-file-name name version))
8523 (sha256
8524 (base32
8525 "188h5gzn1zf443g0b7q5bpmvvpr6ds5h8aci8vxc92py56rhyrvc"))))
8526 (build-system emacs-build-system)
8527 (arguments
8528 `(#:phases
8529 (modify-phases %standard-phases
8530 (add-after 'unpack 'embed-path-to-unzip
8531 (lambda _
8532 (substitute* "nov.el"
8533 (("\\(executable-find \"unzip\"\\)")
8534 (string-append "\"" (which "unzip") "\"")))
8535 #t)))))
8536 (propagated-inputs
8537 `(("emacs-dash" ,emacs-dash)
8538 ("emacs-esxml" ,emacs-esxml)))
8539 (inputs
8540 `(("unzip" ,unzip)))
8541 (home-page "https://github.com/wasamasa/nov.el/")
8542 (synopsis "Major mode for reading EPUBs in Emacs")
8543 (description "@code{nov.el} provides a major mode for reading EPUB
8544 documents.
8545
8546 Features:
8547
8548 @itemize
8549 @item Basic navigation (jump to TOC, previous/next chapter)
8550 @item Remembering and restoring the last read position
8551 @item Jump to next chapter when scrolling beyond end
8552 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
8553 @item Hyperlinks to internal and external targets
8554 @item Supports textual and image documents
8555 @item View source of document files
8556 @item Metadata display
8557 @item Image rescaling
8558 @end itemize
8559 ")
8560 (license license:gpl3+)))
8561
8562 (define-public epipe
8563 (package
8564 (name "epipe")
8565 (version "0.1.0")
8566 (source
8567 (origin
8568 (method url-fetch)
8569 (uri (string-append "https://github.com/cute-jumper/epipe/archive/"
8570 version ".tar.gz"))
8571 (file-name (string-append name "-" version ".tar.gz"))
8572 (sha256
8573 (base32
8574 "05a036852g4j63k1mhvyfrcsgkl9lczayi7x61570ysw3cli5wp5"))))
8575 (build-system trivial-build-system)
8576 (inputs
8577 `(("bash" ,bash)
8578 ("perl" ,perl)))
8579 (native-inputs
8580 `(("tar" ,tar)
8581 ("gzip" ,gzip)))
8582 (arguments
8583 `(#:modules
8584 ((guix build utils))
8585 #:builder
8586 (begin
8587 (use-modules (guix build utils))
8588 ;; Extract source
8589 (setenv "PATH" (string-append
8590 (assoc-ref %build-inputs "tar") "/bin" ":"
8591 (assoc-ref %build-inputs "gzip") "/bin"))
8592 (invoke "tar" "xvf" (assoc-ref %build-inputs "source"))
8593 (chdir (string-append ,name "-" ,version))
8594 ;; Patch shebangs
8595 (substitute* "epipe"
8596 (("/usr/bin/env bash")
8597 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
8598 (patch-shebang "epipe.pl"
8599 (list (string-append (assoc-ref %build-inputs "perl")
8600 "/bin")))
8601 ;; Installation
8602 (for-each (lambda (file)
8603 (install-file file (string-append %output "/bin")))
8604 '("epipe" "epipe.pl"))
8605 #t)))
8606 (home-page "https://github.com/cute-jumper/epipe")
8607 (synopsis "Pipe to the @code{emacsclient}")
8608 (description "@code{epipe} provides an utility to use your editor in
8609 the pipeline, featuring the support for running @code{emacsclient}.")
8610 (license license:gpl3+)))
8611
8612 (define-public emacs-hcl-mode
8613 (package
8614 (name "emacs-hcl-mode")
8615 (version "0.03")
8616 (source
8617 (origin
8618 (method url-fetch)
8619 (uri (string-append
8620 "https://github.com/syohex/emacs-hcl-mode/archive/"
8621 version ".tar.gz"))
8622 (file-name (string-append name "-" version ".tar.gz"))
8623 (sha256
8624 (base32
8625 "0pvw74qpwh0znqzp6syp4wxjqs7dp1hbn5h7xfk97mff9l5d8k6x"))))
8626 (build-system emacs-build-system)
8627 (home-page "https://github.com/syohex/emacs-hcl-mode")
8628 (synopsis "Major mode for the Hashicorp Configuration Language")
8629 (description
8630 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
8631 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
8632 highlighting and indentation support.")
8633 (license license:gpl3+)))
8634
8635 (define-public emacs-terraform-mode
8636 (package
8637 (name "emacs-terraform-mode")
8638 (version "0.06")
8639 (source
8640 (origin
8641 (method url-fetch)
8642 (uri (string-append
8643 "https://github.com/syohex/emacs-terraform-mode/archive/"
8644 version ".tar.gz"))
8645 (file-name (string-append name "-" version ".tar.gz"))
8646 (sha256
8647 (base32
8648 "0h9267ifdjmcin4sj8slxydbacx4bqicbvg8pa1qq2l72h9m5381"))))
8649 (build-system emacs-build-system)
8650 (propagated-inputs
8651 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
8652 (home-page "https://github.com/syohex/emacs-terraform-mode")
8653 (synopsis "Major mode for Terraform")
8654 (description
8655 "@code{emacs-terraform-mode} provides a major mode for working with
8656 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
8657 functionality is inherited from @code{hcl-mode}.")
8658 (license license:gpl3+)))
8659
8660 (define-public emacs-exec-path-from-shell
8661 (package
8662 (name "emacs-exec-path-from-shell")
8663 (version "1.11")
8664 (source
8665 (origin
8666 (method url-fetch)
8667 (uri (string-append
8668 "https://stable.melpa.org/packages/exec-path-from-shell-"
8669 version ".el"))
8670 (sha256
8671 (base32
8672 "03qjgb81cq1l3j54lvlf98r75vmmgd06mj6qh5wa6mz4xzp4w26r"))))
8673 (build-system emacs-build-system)
8674 (home-page "https://github.com/purcell/exec-path-from-shell")
8675 (synopsis "Get environment variables such as @var{PATH} from the shell")
8676 (description
8677 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
8678 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
8679 the like work as expected on systems on which Emacs is not guaranteed to
8680 inherit a login shell's environment variables. It also allows other
8681 environment variables to be retrieved from the shell, so that Emacs will see
8682 the same values you get in a terminal.")
8683 (license license:gpl3+)))
8684
8685 (define-public emacs-deft
8686 (package
8687 (name "emacs-deft")
8688 (version "0.8")
8689 (source
8690 (origin
8691 (method url-fetch)
8692 (uri (string-append "https://stable.melpa.org/packages/deft-"
8693 version ".el"))
8694 (sha256
8695 (base32
8696 "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
8697 (build-system emacs-build-system)
8698 (home-page "https://jblevins.org/projects/deft/")
8699 (synopsis "Quickly browse, filter, and edit plain text notes")
8700 (description
8701 "Deft is an Emacs mode for quickly browsing, filtering, and editing
8702 directories of plain text notes, inspired by Notational Velocity.")
8703 (license license:bsd-3)))
8704
8705 (define-public emacs-anzu
8706 (package
8707 (name "emacs-anzu")
8708 (version "0.62")
8709 (source
8710 (origin
8711 (method url-fetch)
8712 (uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
8713 version ".tar.gz"))
8714 (file-name (string-append name "-" version ".tar.gz"))
8715 (sha256
8716 (base32
8717 "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
8718 (build-system emacs-build-system)
8719 (home-page "https://github.com/syohex/emacs-anzu")
8720 (synopsis "Show number of matches in mode-line while searching")
8721 (description
8722 "Anzu provides a minor mode which displays \"current match/total
8723 matches\" in the mode line in various search modes. This is an Emacs port of
8724 Anzu.zim.")
8725 (license license:gpl3+)))
8726
8727 (define-public emacs-emmet-mode
8728 (package
8729 (name "emacs-emmet-mode")
8730 (version "1.0.8")
8731 (source (origin
8732 (method git-fetch)
8733 (uri (git-reference
8734 (url "https://github.com/smihica/emmet-mode.git")
8735 (commit version)))
8736 (file-name (git-file-name name version))
8737 (sha256
8738 (base32
8739 "1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi"))))
8740 (build-system emacs-build-system)
8741 (home-page "https://github.com/smihica/emmet-mode")
8742 (synopsis "Unofficial Emmet's support for Emacs")
8743 (description
8744 "Unfold CSS-selector-like expressions to markup. It is intended to be
8745 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
8746 (license license:gpl3+)))
8747
8748 (define-public emacs-ergoemacs-mode
8749 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
8750 (revision "1"))
8751 (package
8752 (name "emacs-ergoemacs-mode")
8753 (version (git-version "5.16.10.12" revision commit))
8754 (source
8755 (origin
8756 (method git-fetch)
8757 (uri (git-reference
8758 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
8759 (commit commit)))
8760 (sha256
8761 (base32
8762 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
8763 (build-system emacs-build-system)
8764 (propagated-inputs
8765 `(("emacs-undo-tree" ,emacs-undo-tree)))
8766 (home-page "https://ergoemacs.github.io/")
8767 (synopsis "Emacs mode based on common modern interface and ergonomics")
8768 (description
8769 "This package provides an efficient Emacs keybinding set based on
8770 statistics of command frequency, and supports common shortcuts for open,
8771 close, copy, cut, paste, undo, redo.")
8772 (license license:gpl3+))))
8773
8774 (define-public emacs-password-store
8775 (package
8776 (name "emacs-password-store")
8777 (version "1.7.3")
8778 (source (origin
8779 (method url-fetch)
8780 (uri
8781 (string-append "https://git.zx2c4.com/password-store/snapshot/"
8782 "password-store-" version ".tar.xz"))
8783 (sha256
8784 (base32
8785 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
8786 (build-system emacs-build-system)
8787 (arguments
8788 `(#:phases
8789 (modify-phases %standard-phases
8790 (add-after 'unpack 'extract-el-file
8791 (lambda _
8792 (copy-file "contrib/emacs/password-store.el" "password-store.el")
8793 (delete-file-recursively "contrib")
8794 (delete-file-recursively "man")
8795 (delete-file-recursively "src")
8796 (delete-file-recursively "tests"))))))
8797 (propagated-inputs
8798 `(("emacs-f" ,emacs-f)
8799 ("emacs-s" ,emacs-s)
8800 ("emacs-with-editor" ,emacs-with-editor)
8801 ("password-store" ,password-store)))
8802 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
8803 (synopsis "Password store (pass) support for Emacs")
8804 (description
8805 "This package provides functions for working with pass (\"the
8806 standard Unix password manager\").")
8807 (license license:gpl2+)))
8808
8809 (define-public emacs-pass
8810 (package
8811 (name "emacs-pass")
8812 (version "1.8")
8813 (source (origin
8814 (method url-fetch)
8815 (uri (string-append
8816 "https://github.com/NicolasPetton/pass/archive/"
8817 version ".tar.gz"))
8818 (sha256
8819 (base32
8820 "0aiz90gklk0cb8n4v1s3l0mx6pp2b7f4k2c0fjpihwmga13yklwn"))
8821 (file-name (string-append name "-" version ".tar.gz"))))
8822 (build-system emacs-build-system)
8823 (propagated-inputs
8824 `(("emacs-password-store" ,emacs-password-store)
8825 ("emacs-f" ,emacs-f)))
8826 (home-page "https://github.com/NicolasPetton/pass")
8827 (synopsis "Major mode for @file{password-store.el}")
8828 (description "This is a major mode for managing password-store (pass)
8829 keychains. The keychain entries are displayed in a directory-like structure
8830 and can be consulted and modified.")
8831 (license license:gpl3+)))
8832
8833 (define-public emacs-evil-anzu
8834 (package
8835 (name "emacs-evil-anzu")
8836 (version "0.03")
8837 (source
8838 (origin
8839 (method url-fetch)
8840 (uri (string-append "https://github.com/syohex/emacs-evil-anzu"
8841 "/archive/" version ".tar.gz"))
8842 (file-name (string-append name "-" version ".tar.gz"))
8843 (sha256
8844 (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
8845 (build-system emacs-build-system)
8846 (propagated-inputs
8847 `(("emacs-evil" ,emacs-evil)
8848 ("emacs-anzu" ,emacs-anzu)))
8849 (home-page "https://github.com/syohex/emacs-evil-anzu")
8850 (synopsis "Anzu for evil-mode")
8851 (description "@code{anzu} provides a minor mode that displays the current
8852 match and total match information in the mode-line in various search modes.")
8853 (license license:gpl3+)))
8854
8855 (define-public emacs-pg
8856 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
8857 (package
8858 (name "emacs-pg")
8859 (version (git-version "0.1" "1" commit))
8860 (source (origin
8861 (method git-fetch)
8862 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
8863 (commit commit)))
8864 (file-name (git-file-name name version))
8865 (sha256
8866 (base32
8867 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
8868 (build-system emacs-build-system)
8869 (home-page "https://github.com/cbbrowne/pg.el")
8870 (synopsis "Emacs Lisp interface for PostgreSQL")
8871 (description
8872 "This package provides an Emacs Lisp interface for PostgreSQL.")
8873 (license license:gpl3+))))
8874
8875 (define-public emacs-cl-generic
8876 (package
8877 (name "emacs-cl-generic")
8878 (version "0.3")
8879 (source
8880 (origin
8881 (method url-fetch)
8882 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
8883 version ".el"))
8884 (sha256
8885 (base32
8886 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
8887 (build-system emacs-build-system)
8888 (home-page "https://elpa.gnu.org/packages/seq.html")
8889 (synopsis
8890 "Forward @code{cl-generic} compatibility for Emacs before version 25")
8891 (description "This package provides a subset of the features of the
8892 @code{cl-generic} package introduced in Emacs-25, for use on previous
8893 @code{emacsen}.")
8894 (license license:gpl3+)))
8895
8896 (define-public emacs-finalize
8897 (package
8898 (name "emacs-finalize")
8899 (version "2.0.0")
8900 (source
8901 (origin
8902 (method url-fetch)
8903 (uri (string-append "https://github.com/skeeto/elisp-finalize/archive/"
8904 version ".tar.gz"))
8905 (file-name (string-append name "-" version ".tar.gz"))
8906 (sha256
8907 (base32
8908 "077fycy3i5f0kjw5z3rhf4kld5lbk2idz690nkwhkz04vppk4q4x"))))
8909 (build-system emacs-build-system)
8910 (propagated-inputs
8911 `(("emacs-cl-generic" ,emacs-cl-generic)))
8912 (home-page "https://github.com/skeeto/elisp-finalize")
8913 (synopsis "Finalizers for Emacs Lisp")
8914 (description
8915 "This package will allows to immediately run a callback (a finalizer)
8916 after its registered lisp object has been garbage collected. This allows for
8917 extra resources, such as buffers and processes, to be cleaned up after the
8918 object has been freed.")
8919 (license license:unlicense)))
8920
8921 (define-public emacs-emacsql
8922 (package
8923 (name "emacs-emacsql")
8924 (version "3.0.0")
8925 (source (origin
8926 (method git-fetch)
8927 (uri (git-reference
8928 (url "https://github.com/skeeto/emacsql.git")
8929 (commit (string-append version))))
8930 (file-name (git-file-name name version))
8931 (sha256
8932 (base32
8933 "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
8934 (build-system emacs-build-system)
8935 (arguments
8936 `(#:modules ((guix build emacs-build-system)
8937 (guix build utils)
8938 (guix build emacs-utils)
8939 (srfi srfi-26))
8940 #:phases
8941 (modify-phases %standard-phases
8942 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
8943 (add-before 'install 'patch-elisp-shell-shebangs
8944 (lambda _
8945 (substitute* (find-files "." "\\.el")
8946 (("/bin/sh") (which "sh")))
8947 #t))
8948 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
8949 (lambda _
8950 (setenv "SHELL" "sh")))
8951 (add-after 'setenv-shell 'build-emacsql-sqlite
8952 (lambda _
8953 (invoke "make" "binary" "CC=gcc")))
8954 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
8955 ;; This build phase installs emacs-emacsql binary.
8956 (lambda* (#:key outputs #:allow-other-keys)
8957 (install-file "sqlite/emacsql-sqlite"
8958 (string-append (assoc-ref outputs "out")
8959 "/bin"))
8960 #t))
8961 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
8962 ;; This build phase removes interactive prompts
8963 ;; and makes sure Emacs look for binaries in the right places.
8964 (lambda* (#:key outputs #:allow-other-keys)
8965 (let ((file "emacsql-sqlite.el"))
8966 (chmod file #o644)
8967 (emacs-substitute-sexps file
8968 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
8969 ("(executable-find" (which "gcc"))
8970 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
8971 ;; in the right place.
8972 ("(defvar emacsql-sqlite-executable"
8973 (string-append (assoc-ref outputs "out")
8974 "/bin/emacsql-sqlite"))))))
8975 (replace 'install
8976 (lambda* (#:key outputs #:allow-other-keys)
8977 (let* ((out (assoc-ref outputs "out")))
8978 (install-file "sqlite/emacsql-sqlite"
8979 (string-append out "/bin"))
8980 (for-each (cut install-file <>
8981 (string-append out "/share/emacs/site-lisp/guix.d/"
8982 "emacsql" "-" ,version))
8983 (find-files "." "\\.elc*$")))
8984 #t)))))
8985 (inputs
8986 `(("emacs-minimal" ,emacs-minimal)
8987 ("mariadb" ,mariadb)
8988 ("postgresql" ,postgresql)))
8989 (propagated-inputs
8990 `(("emacs-finalize" ,emacs-finalize)
8991 ("emacs-pg" ,emacs-pg)))
8992 (home-page "https://github.com/skeeto/emacsql")
8993 (synopsis "Emacs high-level SQL database front-end")
8994 (description "Any readable Lisp value can be stored as a value in EmacSQL,
8995 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
8996 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
8997 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
8998 (license license:gpl3+)))
8999
9000 (define-public emacs-closql
9001 (package
9002 (name "emacs-closql")
9003 (version "1.0.0")
9004 (source
9005 (origin
9006 (method git-fetch)
9007 (uri (git-reference
9008 (url "https://github.com/emacscollective/closql.git")
9009 (commit (string-append "v" version))))
9010 (file-name (git-file-name name version))
9011 (sha256
9012 (base32
9013 "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
9014 (build-system emacs-build-system)
9015 (propagated-inputs
9016 `(("emacs-emacsql" ,emacs-emacsql)))
9017 (home-page "https://github.com/emacscollective/closql")
9018 (synopsis "Store EIEIO objects using EmacSQL")
9019 (description
9020 "This package allows to store uniform EIEIO objects in an EmacSQL
9021 database. SQLite is used as backend. This library imposes some restrictions
9022 on what kind of objects can be stored; it isn't intended to store arbitrary
9023 objects. All objects have to share a common superclass and subclasses cannot
9024 add any additional instance slots.")
9025 (license license:gpl3)))
9026
9027 (define-public emacs-epkg
9028 ;; The release version is to old for the current database scheme.
9029 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
9030 (package
9031 (name "emacs-epkg")
9032 (version (git-version "3.0.0" "1" commit))
9033 (source
9034 (origin
9035 (method git-fetch)
9036 (uri (git-reference
9037 (url "https://github.com/emacscollective/epkg.git")
9038 (commit commit)))
9039 (file-name (git-file-name name version))
9040 (sha256
9041 (base32
9042 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
9043 (build-system emacs-build-system)
9044 (propagated-inputs
9045 `(("emacs-closql" ,emacs-closql)
9046 ("emacs-dash" ,emacs-dash)))
9047 (home-page "https://emacsmirror.net")
9048 (synopsis "Browse the Emacsmirror package database")
9049 (description "This package provides access to a local copy of the
9050 Emacsmirror package database. It provides low-level functions for querying
9051 the database and a @file{package.el} user interface for browsing the database.
9052 Epkg itself is not a package manager.
9053
9054 Getting a local copy:
9055
9056 @example
9057 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
9058 cd ~/.emacs.d/epkgs
9059 git submodule init
9060 git config --global url.https://github.com/.insteadOf git@@github.com:
9061 git submodule update
9062 @end example
9063
9064 Some submodule may be missing. In this case Git will prompt for a GitHub user
9065 name and password. To skip it press a @key{Return} key.
9066
9067 You could get a Epkg package list by invoking @code{epkg-list-packages} in
9068 Emacs.")
9069 (license license:gpl3+))))
9070
9071 (define-public emacs-elisp-slime-nav
9072 (package
9073 (name "emacs-elisp-slime-nav")
9074 (version "0.9")
9075 (source
9076 (origin
9077 (method url-fetch)
9078 (uri (string-append "https://github.com/purcell/elisp-slime-nav/archive/"
9079 version ".tar.gz"))
9080 (file-name (string-append name "-" version ".tar.gz"))
9081 (sha256
9082 (base32
9083 "1vq7ym1q47p97gxrv45c9gm96d23xbp237vkmakikj6grngxjfb2"))))
9084 (build-system emacs-build-system)
9085 (home-page "https://github.com/purcell/elisp-slime-nav")
9086 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
9087 (description
9088 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
9089 in @code{emacs-lisp-mode}, together with an elisp equivalent of
9090 @code{slime-describe-symbol}.")
9091 (license license:gpl3+)))
9092
9093 (define-public emacs-dedicated
9094 (package
9095 (name "emacs-dedicated")
9096 (version "1.0.0")
9097 (source (origin
9098 (method url-fetch)
9099 (uri (string-append
9100 "https://github.com/emacsorphanage/dedicated/archive/"
9101 version
9102 ".tar.gz"))
9103 (sha256
9104 (base32
9105 "0nhbkp278cvcznb5rp3jp9ii3mjgb79zx8iwfrw7zfk3yg8688ni"))
9106 (file-name (string-append name "-" version ".tar.gz"))))
9107 (build-system emacs-build-system)
9108 (home-page "https://github.com/emacsorphanage/dedicated")
9109 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
9110 (description
9111 "This simple Emacs minor mode allows you to toggle a window's
9112 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
9113 files into that window. This can be quite handy since many commands will use
9114 another window to show results (compilation mode, starting info, and so on).
9115 A dedicated window won't be used for such a purpose. For details, please read
9116 the source file.")
9117 (license license:gpl2+)))
9118
9119 (define-public emacs-nnreddit
9120 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
9121 (revision "1"))
9122 (package
9123 (name "emacs-nnreddit")
9124 (version (string-append "0.0.1-" revision "."
9125 (string-take commit 7)))
9126 (source (origin
9127 (method git-fetch)
9128 (uri (git-reference
9129 (url "https://github.com/paul-issartel/nnreddit.git")
9130 (commit commit)))
9131 (file-name (string-append name "-" version "-checkout"))
9132 (sha256
9133 (base32
9134 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
9135 (build-system emacs-build-system)
9136 (home-page "https://github.com/paul-issartel/nnreddit")
9137 (synopsis "Reddit backend for the Gnus newsreader")
9138 (description "@url{https://www.reddit.com} backend for the Gnus
9139 newsreader.")
9140 (license license:gpl3+))))
9141
9142 (define-public emacs-makey
9143 (package
9144 (name "emacs-makey")
9145 (version "0.3")
9146 (source
9147 (origin
9148 (method url-fetch)
9149 (uri (string-append "https://github.com/mickeynp/makey/archive/"
9150 version ".tar.gz"))
9151 (file-name (string-append name "-" version ".tar.gz"))
9152 (sha256
9153 (base32
9154 "0kzl4q1wf2zhkx9nrymxa67n99iq0bj7zqhpaz4byksna1hsxfmv"))))
9155 (build-system emacs-build-system)
9156 (home-page "https://github.com/mickeynp/makey")
9157 (synopsis "Emacs interactive command-line mode")
9158 (description
9159 "This package provides an Emacs interactive command-line mode.")
9160 (license license:gpl3+)))
9161
9162 (define-public emacs-outorg
9163 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
9164 (package
9165 (name "emacs-outorg")
9166 (version (git-version "2.0" "1" commit))
9167 (source
9168 (origin
9169 (method git-fetch)
9170 (uri (git-reference
9171 (url "https://github.com/alphapapa/outorg")
9172 (commit commit)))
9173 (file-name (git-file-name name version))
9174 (sha256
9175 (base32
9176 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
9177 (build-system emacs-build-system)
9178 (home-page "https://github.com/alphapapa/outorg")
9179 (synopsis "Org-style comment editing")
9180 (description "Outorg is for editing comment-sections of source-code
9181 files in temporary Org-mode buffers. It turns conventional
9182 literate-programming upside-down in that the default mode is the
9183 programming-mode, and special action has to be taken to switch to the
9184 text-mode (i.e. Org-mode).")
9185 (license license:gpl3+))))
9186
9187 (define-public emacs-outshine
9188 (let ((commit "5f1a6b70231d2811c522e4e5e8c89ff461b311d6"))
9189 (package
9190 (name "emacs-outshine")
9191 (version (git-version "2.0" "1" commit))
9192 (source (origin
9193 (method git-fetch)
9194 (uri (git-reference
9195 (url "https://github.com/alphapapa/outshine.git")
9196 (commit commit)))
9197 (file-name (git-file-name name version))
9198 (sha256
9199 (base32
9200 "1l9v1dfhgg7il11ifbhvcvrg3acfjk9sdxlc3lja1k54d7dp60jv"))))
9201 (build-system emacs-build-system)
9202 (propagated-inputs
9203 `(("emacs-outorg" ,emacs-outorg)))
9204 (home-page "https://github.com/alphapapa/outshine")
9205 (synopsis "Emacs outline with outshine")
9206 (description "Outshine attempts to bring the look and feel of
9207 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
9208 of @code{outline-minor-mode} (@code{org-mode} itself derives from
9209 outline-mode), so there is no such thing like an outshine mode, only
9210 @code{outline-minor-mode} with outshine extensions loaded.")
9211 (license license:gpl3+))))
9212
9213 (define-public emacs-parsebib
9214 (package
9215 (name "emacs-parsebib")
9216 (version "2.3.1")
9217 (source
9218 (origin
9219 (method url-fetch)
9220 (uri (string-append "https://github.com/joostkremers/parsebib/archive/"
9221 version ".tar.gz"))
9222 (file-name (string-append name "-" version ".tar.gz"))
9223 (sha256
9224 (base32
9225 "0cxagnmc5ab6idmb26axpizhr4sqglkncc59768yavn3p04jyq63"))))
9226 (build-system emacs-build-system)
9227 (home-page "https://github.com/joostkremers/parsebib")
9228 (synopsis "Library for parsing bib files")
9229 (description
9230 "This package provides an Emacs library for parsing bib files.")
9231 (license license:gpl3+)))
9232
9233 (define-public emacs-biblio
9234 (package
9235 (name "emacs-biblio")
9236 (version "0.2")
9237 (source
9238 (origin
9239 (method url-fetch)
9240 (uri (string-append "https://github.com/cpitclaudel/biblio.el/archive/"
9241 version ".tar.gz"))
9242 (file-name (string-append name "-" version ".tar.gz"))
9243 (sha256
9244 (base32
9245 "0vwrljmab8m1z83048gxx5mryml9f5pb3h0jpwkvqcl0ra152lzx"))))
9246 (build-system emacs-build-system)
9247 (propagated-inputs
9248 `(("emacs-seq" ,emacs-seq)
9249 ("emacs-dash" ,emacs-dash)
9250 ("emacs-let-alist" ,emacs-let-alist)))
9251 (home-page "https://github.com/cpitclaudel/biblio.el")
9252 (synopsis "Browse and import bibliographic references")
9253 (description "This package provides an extensible Emacs package for
9254 browsing and fetching references.
9255
9256 @file{biblio.el} makes it easy to browse and gather bibliographic references
9257 and publications from various sources, by keywords or by DOI. References are
9258 automatically fetched from well-curated sources, and formatted as BibTeX.")
9259 (license license:gpl3+)))
9260
9261 (define-public emacs-helm-bibtex
9262 (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
9263 (revision "1"))
9264 (package
9265 (name "emacs-helm-bibtex")
9266 (version (string-append "2.0.0" "-" revision "."
9267 (string-take commit 7)))
9268 (source
9269 (origin
9270 (method git-fetch)
9271 (uri (git-reference
9272 (url "https://github.com/tmalsburg/helm-bibtex.git")
9273 (commit commit)))
9274 (file-name (string-append name "-" version "-checkout"))
9275 (sha256
9276 (base32
9277 "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
9278 (build-system emacs-build-system)
9279 (propagated-inputs
9280 `(("emacs-helm" ,emacs-helm)
9281 ("emacs-parsebib" ,emacs-parsebib)
9282 ("emacs-s" ,emacs-s)
9283 ("emacs-dash" ,emacs-dash)
9284 ("emacs-f" ,emacs-f)
9285 ("emacs-biblio" ,emacs-biblio)
9286 ("emacs-ivy" ,emacs-ivy)))
9287 (home-page "https://github.com/tmalsburg/helm-bibtex")
9288 (synopsis "Bibliography manager based on Helm")
9289 (description "This package provides bibliography manager for Emacs,
9290 based on Helm and the bibtex-completion backend.
9291
9292 Key features:
9293
9294 @itemize
9295 @item Quick access to your bibliography from within Emacs
9296 @item Powerful search capabilities
9297 @item Provides instant search results as you type
9298 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
9299 @item Open the PDFs, URLs, or DOIs associated with an entry
9300 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
9301 BibTeX entries, or plain text references at point, attach PDFs to emails
9302 @item Support for note taking
9303 @item Quick access to online bibliographic databases such as Pubmed,
9304 arXiv, Google Scholar, Library of Congress, etc.
9305 @item Imports BibTeX entries from CrossRef and other sources.
9306 @end itemize\n")
9307 (license license:gpl3+))))
9308
9309 (define-public emacs-ewmctrl
9310 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
9311 (package
9312 (name "emacs-ewmctrl")
9313 (version (git-version "0.0.1" "1" commit))
9314 (source
9315 (origin
9316 (method git-fetch)
9317 (uri (git-reference
9318 (url "https://github.com/flexibeast/ewmctrl.git")
9319 (commit commit)))
9320 (file-name (git-file-name name version))
9321 (sha256
9322 (base32
9323 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
9324 (build-system emacs-build-system)
9325 (arguments
9326 '(#:phases
9327 (modify-phases %standard-phases
9328 (add-after 'unpack 'patch-ewmctrl
9329 ;; This build phase makes sure ‘ewmctrl’ looks
9330 ;; for ‘wmctrl’ in the right place.
9331 (lambda _
9332 (let ((file "ewmctrl.el"))
9333 (chmod file #o644)
9334 (emacs-substitute-sexps file
9335 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
9336 (inputs
9337 `(("wmctrl" ,wmctrl)))
9338 (home-page "https://github.com/flexibeast/ewmctrl")
9339 (synopsis "Emacs interface to @code{wmctrl}")
9340 (description "@code{ewmctrl} provides an Emacs interface to
9341 @code{wmctrl} command-line window-management program.")
9342 (license license:gpl3+))))
9343
9344 (define-public emacs-erc-image
9345 (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
9346 (revision "1"))
9347 (package
9348 (name "emacs-erc-image")
9349 (version (git-version "0" revision commit))
9350 (source
9351 (origin
9352 (method git-fetch)
9353 (uri (git-reference
9354 (url "https://github.com/kidd/erc-image.el")
9355 (commit commit)))
9356 (file-name (git-file-name name version))
9357 (sha256
9358 (base32
9359 "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
9360 (build-system emacs-build-system)
9361 (home-page "https://github.com/kidd/erc-image.el")
9362 (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
9363 (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
9364 and @code{erc-send-modify-hook} to download and show images.")
9365 (license license:gpl3+))))
9366
9367 (define-public emacs-helm-gtags
9368 (package
9369 (name "emacs-helm-gtags")
9370 (version "1.5.6")
9371 (source (origin
9372 (method url-fetch)
9373 (uri (string-append
9374 "https://github.com/syohex/emacs-helm-gtags/archive/"
9375 version ".tar.gz"))
9376 (file-name (string-append name "-" version ".tar.gz"))
9377 (sha256
9378 (base32
9379 "1a10snhg6nnnan6w9a7mcziy26vxbsr3c35i0gcarnkdp2yqng36"))))
9380 (build-system emacs-build-system)
9381 (propagated-inputs
9382 `(("emacs-helm" ,emacs-helm)))
9383 (home-page "https://github.com/syohex/emacs-helm-gtags")
9384 (synopsis "Emacs Helm interface to GNU Global")
9385 (description
9386 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
9387 (license license:gpl3+)))
9388
9389 (define-public emacs-list-utils
9390 (package
9391 (name "emacs-list-utils")
9392 (version "0.4.4")
9393 (source
9394 (origin
9395 (method url-fetch)
9396 (uri (string-append "https://github.com/rolandwalker/list-utils/archive/"
9397 "v" version ".tar.gz"))
9398 (file-name (string-append name "-" version ".tar.gz"))
9399 (sha256
9400 (base32
9401 "1xc1xh8c82h5gdjbgpdsdclgwxkxbb7h3x3a2bscpm41g8pnan4p"))))
9402 (build-system emacs-build-system)
9403 (home-page "https://github.com/rolandwalker/list-utils")
9404 (synopsis "List-manipulation utility functions")
9405 (description "This package provides a list manipulation library for Emacs.")
9406 (license license:gpl3+)))
9407
9408 (define-public emacs-move-text
9409 (package
9410 (name "emacs-move-text")
9411 (version "2.0.8")
9412 (source
9413 (origin
9414 (method url-fetch)
9415 (uri (string-append "https://github.com/emacsfodder/move-text/archive/"
9416 version ".tar.gz"))
9417 (file-name (string-append name "-" version ".tar.gz"))
9418 (sha256
9419 (base32
9420 "1sjfja9r25692pgcldgnjzkapzy970m14jh9l4pajysiqcdk72g0"))))
9421 (build-system emacs-build-system)
9422 (home-page "https://github.com/emacsfodder/move-text")
9423 (synopsis "Move current line or region with M-up or M-down")
9424 (description "This package provide functions to move the current line
9425 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
9426 region instead.")
9427 (license license:gpl3+)))
9428
9429 (define-public emacs-validate
9430 (package
9431 (name "emacs-validate")
9432 (version "1.0.5")
9433 (source (origin
9434 (method url-fetch)
9435 (uri (string-append "https://github.com/Malabarba/validate.el"
9436 "/archive/" version ".tar.gz"))
9437 (file-name (string-append name "-" version ".tar.gz"))
9438 (sha256
9439 (base32
9440 "125mbd111f1h1baw0z3fzm48y1bvaigljyzvvnqgrn0shxbj0khg"))))
9441 (build-system emacs-build-system)
9442 (home-page "https://github.com/Malabarba/validate.el")
9443 (synopsis "Emacs library for scheme validation")
9444 (description "This Emacs library provides two functions that perform
9445 schema validation.")
9446 (license license:gpl3+)))
9447
9448 (define-public emacs-rainbow-blocks
9449 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
9450 (package
9451 (name "emacs-rainbow-blocks")
9452 (version (git-version "1.0.0" "1" commit))
9453 (source (origin
9454 (method git-fetch)
9455 (uri (git-reference
9456 (url "https://github.com/istib/rainbow-blocks.git")
9457 (commit commit)))
9458 (file-name (git-file-name name version))
9459 (sha256
9460 (base32
9461 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
9462 (build-system emacs-build-system)
9463 (home-page "https://github.com/istib/rainbow-blocks")
9464 (synopsis "Highlight sexp blocks")
9465 (description "Rainbow-blocks is an Emacs mode that highlights blocks
9466 made of parentheses, brackets, and braces according to their depth. Each
9467 successive level is highlighted in a different color. This makes it easy to
9468 orient yourself in the code, and tell which statements are at a given level.")
9469 (license license:gpl3+))))
9470
9471 (define-public emacs-hierarchy
9472 (package
9473 (name "emacs-hierarchy")
9474 (version "0.7.0")
9475 (source
9476 (origin
9477 (method url-fetch)
9478 (uri (string-append
9479 "https://github.com/DamienCassou/hierarchy/archive/"
9480 "v" version ".tar.gz"))
9481 (file-name (string-append name "-" version ".tar.gz"))
9482 (sha256
9483 (base32
9484 "1a463v5zk6zis2p8cs4mads3iyxh266yahi6j6y0paggfl2yhkc8"))))
9485 (build-system emacs-build-system)
9486 (home-page "https://github.com/DamienCassou/hierarchy")
9487 (synopsis "Library to create and display hierarchy structures")
9488 (description "This package provides an Emacs library to create, query,
9489 navigate and display hierarchy structures.")
9490 (license license:gpl3+)))
9491
9492 (define-public emacs-tree-mode
9493 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
9494 (revision "1"))
9495 (package
9496 (name "emacs-tree-mode")
9497 (version (string-append "0.0.1" "-" revision "."
9498 (string-take commit 7)))
9499 (source
9500 (origin
9501 (method git-fetch)
9502 (uri (git-reference
9503 (url "https://github.com/emacsorphanage/tree-mode.git")
9504 (commit commit)))
9505 (file-name (string-append name "-" version "-checkout"))
9506 (sha256
9507 (base32
9508 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
9509 (build-system emacs-build-system)
9510 (home-page "https://github.com/emacsorphanage/tree-mode")
9511 (synopsis "Emacs mode to manage tree widgets")
9512 (description
9513 "This package provides an Emacs library to manage tree widgets.")
9514 (license license:gpl3+))))
9515
9516 (define-public emacs-md4rd
9517 (let ((commit "c55512c2f7680db2a1e73db6bdf93adecaf40fec")
9518 (revision "1"))
9519 (package
9520 (name "emacs-md4rd")
9521 (version (string-append "0.0.2" "-" revision "."
9522 (string-take commit 7)))
9523 (source (origin
9524 (method git-fetch)
9525 (uri (git-reference
9526 (url "https://github.com/ahungry/md4rd.git")
9527 (commit commit)))
9528 (file-name (string-append name "-" version "-checkout"))
9529 (sha256
9530 (base32
9531 "0mvv1mvsrpkrmikcpfqf2zbawnzgq33j6zjdrlv48mcw57xb2ak9"))))
9532 (propagated-inputs
9533 `(("emacs-hierarchy" ,emacs-hierarchy)
9534 ("emacs-request" ,emacs-request)
9535 ("emacs-dash" ,emacs-dash)
9536 ("emacs-s" ,emacs-s)
9537 ("emacs-tree-mode" ,emacs-tree-mode)))
9538 (build-system emacs-build-system)
9539 (home-page "https://github.com/ahungry/md4rd")
9540 (synopsis "Emacs Mode for Reddit")
9541 (description
9542 "This package allows to read Reddit from within Emacs interactively.")
9543 (license license:gpl3+))))
9544
9545 (define-public emacs-pulseaudio-control
9546 (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
9547 (revision "3"))
9548 (package
9549 (name "emacs-pulseaudio-control")
9550 (version (git-version "0.0.1" revision commit))
9551 (source
9552 (origin
9553 (method git-fetch)
9554 (uri (git-reference
9555 (url "https://github.com/flexibeast/pulseaudio-control.git")
9556 (commit commit)))
9557 (file-name (git-file-name name version))
9558 (sha256
9559 (base32
9560 "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
9561 (build-system emacs-build-system)
9562 (arguments
9563 '(#:phases (modify-phases %standard-phases
9564 (add-after 'unpack 'patch-file-name
9565 (lambda* (#:key inputs #:allow-other-keys)
9566 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
9567 (chmod "pulseaudio-control.el" #o600)
9568 (emacs-substitute-variables "pulseaudio-control.el"
9569 ("pulseaudio-control-pactl-path"
9570 (string-append pulseaudio "/bin/pactl")))
9571 #t))))))
9572 (inputs `(("pulseaudio" ,pulseaudio)))
9573 (home-page "https://github.com/flexibeast/pulseaudio-control")
9574 (synopsis "Control @code{pulseaudio} from Emacs")
9575 (description
9576 "This package allows to control @code{pulseaudio} from Emacs.")
9577 (license license:gpl3+))))
9578
9579 (define-public emacs-datetime
9580 (package
9581 (name "emacs-datetime")
9582 (version "0.3")
9583 (source (origin
9584 (method url-fetch)
9585 (uri (string-append
9586 "https://github.com/doublep/datetime/archive/"
9587 version ".tar.gz"))
9588 (file-name (string-append name "-" version ".tar.gz"))
9589 (sha256
9590 (base32
9591 "12wqpj67rjij2ki7nmw38rz3k2bsq68pk6zswknlcn9qhp1zd9w9"))))
9592 (build-system emacs-build-system)
9593 (home-page "https://github.com/doublep/datetime/")
9594 (synopsis "Library to work with dates in Emacs")
9595 (description "Parsing, formatting, matching and recoding
9596 timestamps and date-time format strings library for Emacs.")
9597 (license license:gpl3+)))
9598
9599 (define-public emacs-org-mind-map
9600 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
9601 (revision "1"))
9602 (package
9603 (name "emacs-org-mind-map")
9604 (version (string-append "0.0.1" "-" revision "."
9605 (string-take commit 7)))
9606 (source
9607 (origin
9608 (method git-fetch)
9609 (uri (git-reference
9610 (url "https://github.com/theodorewiles/org-mind-map.git")
9611 (commit commit)))
9612 (file-name (string-append name "-" version "-checkout"))
9613 (sha256
9614 (base32
9615 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
9616 (propagated-inputs
9617 `(("emacs-dash" ,emacs-dash)))
9618 (build-system emacs-build-system)
9619 (home-page "https://github.com/theodorewiles/org-mind-map")
9620 (synopsis "Create Graphviz directed graphs from Org files")
9621 (description
9622 "This package creates Graphviz directed graphs from Org files.")
9623 (license license:gpl3+))))
9624
9625 (define-public emacs-npm-mode
9626 (package
9627 (name "emacs-npm-mode")
9628 (version "0.6.0")
9629 (source
9630 (origin
9631 (method url-fetch)
9632 (uri (string-append "https://github.com/mojochao/npm-mode/archive/"
9633 version ".tar.gz"))
9634 (file-name (string-append name "-" version ".tar.gz"))
9635 (sha256
9636 (base32
9637 "1kq1ww22dwf8c2i2b4z2ldbbmnihj65kb7n5vzvwkch9h4hxpqh5"))))
9638 (build-system emacs-build-system)
9639 (home-page "https://github.com/mojochao/npm-mode")
9640 (synopsis "Minor mode for working with @code{npm} projects")
9641 (description
9642 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
9643 (license license:gpl3+)))
9644
9645 (define-public emacs-seq
9646 (package
9647 (name "emacs-seq")
9648 (version "2.20")
9649 (source
9650 (origin
9651 (method url-fetch)
9652 (uri (string-append "http://elpa.gnu.org/packages/seq-" version ".tar"))
9653 (sha256
9654 (base32
9655 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
9656 (build-system emacs-build-system)
9657 (home-page "http://elpa.gnu.org/packages/seq.html")
9658 (synopsis "Sequence manipulation functions")
9659 (description "Sequence-manipulation functions that complement basic
9660 functions provided by @file{subr.el}.")
9661 (license license:gpl3+)))
9662
9663 (define-public emacs-itail
9664 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
9665 (revision "1"))
9666 (package
9667 (name "emacs-itail")
9668 (version (string-append "0.0.1" "-" revision "."
9669 (string-take commit 7)))
9670 (source
9671 (origin
9672 (method git-fetch)
9673 (uri (git-reference
9674 (url "https://github.com/re5et/itail.git")
9675 (commit commit)))
9676 (file-name (string-append name "-" version "-checkout"))
9677 (sha256
9678 (base32
9679 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
9680 (build-system emacs-build-system)
9681 (home-page "https://github.com/re5et/itail")
9682 (synopsis "Interactive @code{tail} Emacs mode")
9683 (description "@code{itail} provides interactive @code{tail} mode
9684 that allows you to filter the tail with unix pipes and highlight the
9685 contents of the tailed file. Works locally or on remote files using
9686 tramp.")
9687 (license license:gpl3+))))
9688
9689 (define-public emacs-loop
9690 (package
9691 (name "emacs-loop")
9692 (version "1.3")
9693 (source
9694 (origin
9695 (method url-fetch)
9696 (uri (string-append "https://github.com/Wilfred/loop.el/archive/"
9697 version ".tar.gz"))
9698 (file-name (string-append name "-" version ".tar.gz"))
9699 (sha256
9700 (base32
9701 "1z3rhh3zyjabz36410yz0lp4a0qwwj0387as662wvx3z9y54jia9"))))
9702 (build-system emacs-build-system)
9703 (home-page "https://github.com/Wilfred/loop.el")
9704 (synopsis "Imperative loop structures for Emacs")
9705 (description "Loop structures familiar to users of other languages. This
9706 library adds a selection of popular loop structures as well as break and
9707 continue.")
9708 (license license:gpl3+)))
9709
9710 (define-public emacs-elisp-refs
9711 (package
9712 (name "emacs-elisp-refs")
9713 (version "1.3")
9714 (source
9715 (origin
9716 (method url-fetch)
9717 (uri (string-append "https://github.com/Wilfred/elisp-refs/archive/"
9718 version ".tar.gz"))
9719 (file-name (string-append name "-" version ".tar.gz"))
9720 (sha256
9721 (base32
9722 "02nzcn3v14n7mp7q32j5r4wdlpsw3zixzh6cf0cdyarfir6dly3p"))))
9723 (build-system emacs-build-system)
9724 (propagated-inputs
9725 `(("emacs-dash" ,emacs-dash)
9726 ("emacs-f" ,emacs-f)
9727 ("emacs-list-utils" ,emacs-list-utils)
9728 ("emacs-loop" ,emacs-loop)
9729 ("emacs-s" ,emacs-s)
9730 ("emacs-shut-up" ,emacs-shut-up)))
9731 (home-page "https://github.com/Wilfred/elisp-refs")
9732 (synopsis "Find callers of elisp functions or macros")
9733 (description "Find references to functions, macros or variables. Unlike a
9734 dumb text search, @code{elisp-refs} actually parses the code, so it's never
9735 confused by comments or @code{foo-bar} matching @code{foo}.")
9736 (license license:gpl3+)))
9737
9738 (define-public emacs-crux
9739 (let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
9740 (revision "1"))
9741 (package
9742 (name "emacs-crux")
9743 (version (string-append "0.3.0" "-" revision "."
9744 (string-take commit 7)))
9745 (source
9746 (origin
9747 (method git-fetch)
9748 (uri (git-reference
9749 (url "https://github.com/bbatsov/crux.git")
9750 (commit commit)))
9751 (file-name (string-append name "-" version "-checkout"))
9752 (sha256
9753 (base32
9754 "1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
9755 (build-system emacs-build-system)
9756 (home-page "https://github.com/bbatsov/crux")
9757 (synopsis "Collection of useful functions for Emacs")
9758 (description
9759 "@code{crux} provides a collection of useful functions for Emacs.")
9760 (license license:gpl3+))))
9761
9762 (define-public emacs-edit-server
9763 (package
9764 (name "emacs-edit-server")
9765 (version "1.13")
9766 (source
9767 (origin
9768 (method url-fetch)
9769 (uri (string-append "https://github.com/stsquad/emacs_chrome/archive/"
9770 "v" version ".tar.gz"))
9771 (file-name (string-append name "-" version ".tar.gz"))
9772 (sha256
9773 (base32
9774 "1r92kqggslqasza718z4ka883mqfbnibdm43f0j9gaipk0msm2wf"))))
9775 (build-system emacs-build-system)
9776 (arguments
9777 `(#:phases
9778 (modify-phases %standard-phases
9779 (add-after 'unpack 'chdir-elisp
9780 ;; Elisp directory is not in root of the source.
9781 (lambda _
9782 (chdir "servers"))))))
9783 (home-page "https://github.com/stsquad/emacs_chrome")
9784 (synopsis "Server that responds to edit requests from Chromium")
9785 (description
9786 "This package provides an edit server to respond to requests from Emacs.")
9787 (license license:gpl3+)))
9788
9789 (define-public emacs-m-buffer-el
9790 (package
9791 (name "emacs-m-buffer-el")
9792 (version "0.15")
9793 (source
9794 (origin
9795 (method url-fetch)
9796 (uri (string-append "https://github.com/phillord/m-buffer-el"
9797 "/archive/" "v" version ".tar.gz"))
9798 (file-name (string-append name "-" version ".tar.gz"))
9799 (sha256
9800 (base32
9801 "17vdcc8q37q9db98jyww1c0ivinmwfcw4l04zccfacalra63a214"))))
9802 (arguments
9803 `(#:phases
9804 (modify-phases %standard-phases
9805 (add-before 'install 'check
9806 (lambda* (#:key inputs #:allow-other-keys)
9807 (invoke "emacs" "--batch" "-L" "."
9808 "-l" "test/m-buffer-test.el"
9809 "-l" "test/m-buffer-at-test.el"
9810 "-f" "ert-run-tests-batch-and-exit"))))))
9811 (build-system emacs-build-system)
9812 (home-page "https://github.com/phillord/m-buffer-el")
9813 (synopsis "List oriented buffer operations for Emacs")
9814 (description "@code{m-buffer} provides a set of list-orientated functions
9815 for operating over the contents of Emacs buffers.")
9816 (license license:gpl3+)))
9817
9818 (define-public emacs-let-alist
9819 (package
9820 (name "emacs-let-alist")
9821 (version "1.0.5")
9822 (source
9823 (origin
9824 (method url-fetch)
9825 (uri (string-append
9826 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
9827 (sha256
9828 (base32
9829 "0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw"))))
9830 (build-system emacs-build-system)
9831 (home-page "https://elpa.gnu.org/packages/let-alist.html")
9832 (synopsis "Easily let-bind values of an assoc-list by their names")
9833 (description "This package offers a single macro, @code{let-alist}. This
9834 macro takes a first argument (whose value must be an alist) and a body.")
9835 (license license:gpl3+)))
9836
9837 (define-public emacs-esup
9838 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
9839 (revision "1"))
9840 (package
9841 (name "emacs-esup")
9842 (version (string-append "0.6" "-" revision "."
9843 (string-take commit 7)))
9844 (source
9845 (origin
9846 (method git-fetch)
9847 (uri (git-reference
9848 (url "https://github.com/jschaf/esup.git")
9849 (commit commit)))
9850 (file-name (string-append name "-" version "-checkout"))
9851 (sha256
9852 (base32
9853 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
9854 ;; TODO: Add tests
9855 (build-system emacs-build-system)
9856 (home-page "https://github.com/jschaf/esup")
9857 (synopsis "Emacs start up profiler")
9858 (description "Benchmark Emacs Startup time without ever leaving
9859 your Emacs.")
9860 (license license:gpl2+))))
9861
9862 (define-public emacs-sourcemap
9863 (package
9864 (name "emacs-sourcemap")
9865 (version "0.03")
9866 (source
9867 (origin
9868 (method url-fetch)
9869 (uri (string-append "https://github.com/syohex/emacs-sourcemap/archive/"
9870 version ".tar.gz"))
9871 (file-name (string-append name "-" version ".tar.gz"))
9872 (sha256
9873 (base32
9874 "0bmd5l3cx2iyl7vxn84xdhs80b07kpdpfwki28lh5d0kmm5qs6m6"))))
9875 (build-system emacs-build-system)
9876 (home-page "https://github.com/syohex/emacs-sourcemap")
9877 (synopsis "Sourcemap parser")
9878 (description "Sourcemap parser")
9879 (license license:gpl3+)))
9880
9881 (define-public emacs-macrostep
9882 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
9883 (package
9884 (name "emacs-macrostep")
9885 (version (git-version "0.9" "1" commit))
9886 (source (origin
9887 (method git-fetch)
9888 (uri (git-reference
9889 (url "https://github.com/joddie/macrostep.git")
9890 (commit commit)))
9891 (file-name (string-append name "-" version "-checkout"))
9892 (sha256
9893 (base32
9894 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
9895 (build-system emacs-build-system)
9896 (arguments
9897 '(#:phases
9898 (modify-phases %standard-phases
9899 (add-before 'check 'remove-test
9900 ;; Fails because of requirement ‘/bin/sh’.
9901 (lambda _
9902 (let ((file "macrostep-test.el"))
9903 (chmod file #o644)
9904 (emacs-batch-edit-file file
9905 `(progn (progn (goto-char (point-min))
9906 (re-search-forward
9907 "(ert-deftest macrostep-expand-c-macros")
9908 (beginning-of-line)
9909 (kill-sexp))
9910 (basic-save-buffer))))))
9911 (add-before 'install 'check
9912 (lambda _
9913 (invoke "emacs" "--batch" "-L" "."
9914 "-l" "macrostep-test.el"
9915 "-f" "ert-run-tests-batch-and-exit"))))))
9916 (home-page "https://github.com/joddie/macrostep")
9917 (synopsis "Interactive macro-expander for Emacs")
9918 (description "@code{macrostep} is an Emacs minor mode for interactively
9919 stepping through the expansion of macros in Emacs Lisp source code. It lets
9920 you see exactly what happens at each step of the expansion process by
9921 pretty-printing the expanded forms inline in the source buffer, which is
9922 temporarily read-only while macro expansions are visible. You can expand and
9923 collapse macro forms one step at a time, and evaluate or instrument the
9924 expansions for debugging with Edebug as normal (but see “Bugs and known
9925 limitations”, below). Single-stepping through the expansion is particularly
9926 useful for debugging macros that expand into another macro form. These can be
9927 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
9928 until the top-level form is no longer a macro call.")
9929 (license license:gpl3+))))
9930
9931 (define-public emacs-parent-mode
9932 (package
9933 (name "emacs-parent-mode")
9934 (version "2.3")
9935 (source
9936 (origin
9937 (method url-fetch)
9938 (uri (string-append "https://github.com/Fanael/parent-mode/archive/"
9939 version ".tar.gz"))
9940 (file-name (string-append name "-" version ".tar.gz"))
9941 (sha256
9942 (base32
9943 "0gxbl5s1w96v6v55b7aaansgw4sxhzfx9nrsvpk3pfhsibs6yqjd"))))
9944 (build-system emacs-build-system)
9945 (home-page "https://github.com/Fanael/parent-mode")
9946 (synopsis "Get major mode's parent modes")
9947 (description "Get major mode's parent modes")
9948 (license license:gpl3+)))
9949
9950 (define-public emacs-lacarte
9951 (package
9952 (name "emacs-lacarte")
9953 (version "0.1")
9954 (source (origin
9955 (method url-fetch)
9956 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
9957 (sha256
9958 (base32
9959 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
9960 (build-system emacs-build-system)
9961 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
9962 (synopsis "Execute menu items as commands, with completion")
9963 (description "Execute menu items as commands, with completion.")
9964 (license license:gpl3)))
9965
9966 (define-public emacs-isearch-prop
9967 (let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
9968 (revision "1"))
9969 (package
9970 (name "emacs-isearch-prop")
9971 (version (git-version "0" revision commit))
9972 (source
9973 (origin
9974 (method git-fetch)
9975 (uri (git-reference
9976 (url "https://github.com/emacsmirror/isearch-prop.git")
9977 (commit commit)))
9978 (file-name (git-file-name name version))
9979 (sha256
9980 (base32
9981 "1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
9982 (build-system emacs-build-system)
9983 (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
9984 (synopsis "Extensions to @code{isearch.el}")
9985 (description "The Emacs library @code{isearch-prop.el} lets you search within
9986 contexts. You can limit incremental search to a set of zones of
9987 buffer text, search contexts that in effect constitute a multi-region.
9988 These zones can be defined in various ways, including some ways
9989 provided specially by this library.")
9990 (license license:gpl3+))))
9991
9992 (define-public emacs-company-lua
9993 (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4"))
9994 (package
9995 (name "emacs-company-lua")
9996 (version (git-version "0.1" "1" commit))
9997 (source
9998 (origin
9999 (method git-fetch)
10000 (uri (git-reference
10001 (url "https://github.com/ptrv/company-lua.git")
10002 (commit commit)))
10003 (file-name (git-file-name name version))
10004 (sha256
10005 (base32
10006 "1d9i165apgmwns7b2fd5wcpjpkah3dyj20v5sb8ynvz6qhhr5r9c"))))
10007 (build-system emacs-build-system)
10008 (propagated-inputs
10009 `(("emacs-company" ,emacs-company)
10010 ("emacs-s" ,emacs-s)
10011 ("emacs-f" ,emacs-f)
10012 ("emacs-lua-mode" ,emacs-lua-mode)))
10013 (home-page "https://github.com/ptrv/company-lua")
10014 (synopsis "Company backend for Lua")
10015 (description
10016 "This package provides Company backend for Lua programming language.")
10017 (license license:gpl3+))))
10018
10019 (define-public emacs-beginend
10020 (package
10021 (name "emacs-beginend")
10022 (version "2.0.0")
10023 (source
10024 (origin
10025 (method url-fetch)
10026 (uri (string-append "https://github.com/DamienCassou/beginend/archive/"
10027 "v" version ".tar.gz"))
10028 (file-name (string-append name "-" version ".tar.gz"))
10029 (sha256
10030 (base32
10031 "0z4rbwffh9vxfvcrlvym4p73z7gf72q0b5iv33llbpcpbijknnrq"))))
10032 ;; TODO: Run tests.
10033 (build-system emacs-build-system)
10034 (inputs
10035 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
10036 (home-page "https://github.com/DamienCassou/beginend")
10037 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
10038 (description "@code{beginend} redefines @code{M-<} and @code{M->}
10039 keybindings for Emacs modes so that point moves to meaningful
10040 locations. Redefined keys are still accessible by pressing the same
10041 key again.")
10042 (license license:gpl3+)))
10043
10044 (define-public emacs-mbsync
10045 (let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3")
10046 (revision "1"))
10047 (package
10048 (name "emacs-mbsync")
10049 (version (string-append "0.0.1" "-" revision "."
10050 (string-take commit 7)))
10051 (source
10052 (origin
10053 (method git-fetch)
10054 (uri (git-reference
10055 (url "https://github.com/dimitri/mbsync-el.git")
10056 (commit commit)))
10057 (file-name (string-append name "-" version "-checkout"))
10058 (sha256
10059 (base32
10060 "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
10061 (build-system emacs-build-system)
10062 (home-page "https://github.com/dimitri/mbsync-el")
10063 (synopsis "Interface to mbsync for Emacs")
10064 (description "This package allows to call the @code{mbsync} from
10065 within Emacs.")
10066 (license license:gpl3+))))
10067
10068 (define-public emacs-ibuffer-projectile
10069 (let ((commit "c18ac540ee46cb759fc5df18747f6e8d23563011")
10070 (revision "1"))
10071 (package
10072 (name "emacs-ibuffer-projectile")
10073 (version (string-append "0.2" "-" revision "."
10074 (string-take commit 7)))
10075 (source
10076 (origin
10077 (method git-fetch)
10078 (uri (git-reference
10079 (url "https://github.com/purcell/ibuffer-projectile.git")
10080 (commit commit)))
10081 (file-name (string-append name "-" version "-checkout"))
10082 (sha256
10083 (base32
10084 "1nd26cwwdpnwj0g4w393rd59klpyr6wqrnyr6scmwb5d06bsm44n"))))
10085 (build-system emacs-build-system)
10086 (propagated-inputs
10087 `(("emacs-projectile" ,emacs-projectile)))
10088 (home-page "https://github.com/purcell/ibuffer-projectile")
10089 (synopsis "Group ibuffer's list by projectile root")
10090 (description "Adds functionality to Emacs @code{ibuffer} for
10091 grouping buffers by their projectile root directory.")
10092 (license license:gpl3+))))
10093
10094 (define-public emacs-helm-mode-manager
10095 (package
10096 (name "emacs-helm-mode-manager")
10097 (version "1.0.0")
10098 (source
10099 (origin
10100 (method url-fetch)
10101 (uri (string-append "https://github.com/istib/helm-mode-manager/"
10102 "archive/" version ".tar.gz"))
10103 (file-name (string-append name "-" version ".tar.gz"))
10104 (sha256
10105 (base32
10106 "0wllj321z16hgrx0ddwzk5wz4mnnx5am7w5nclqclfc5dfdn92wm"))))
10107 (build-system emacs-build-system)
10108 (propagated-inputs
10109 `(("emacs-helm" ,emacs-helm)))
10110 (home-page "https://github.com/istib/helm-mode-manager/")
10111 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
10112 (description "This package provides a Helm interface for toggling Emacs
10113 major or minor mode.
10114
10115 @itemize
10116 @item @code{helm-switch-major-mode} list of all major modes
10117 @item @code{helm-enable-minor-mode} list of all inactive minor modes
10118 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
10119 @end itemize\n
10120
10121 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
10122 documentation.")
10123 (license license:gpl3+)))
10124
10125 (define-public emacs-hy-mode
10126 (package
10127 (name "emacs-hy-mode")
10128 (version "1.0.3")
10129 (source
10130 (origin
10131 (method url-fetch)
10132 (uri (string-append "https://github.com/hylang/hy-mode/archive/"
10133 "v" version ".tar.gz"))
10134 (file-name (string-append name "-" version ".tar.gz"))
10135 (sha256
10136 (base32
10137 "0b4pvbr2hf77bq2vsyfsv653q0dab7qzq85wc7kdziw7687jdf2z"))))
10138 (build-system emacs-build-system)
10139 (propagated-inputs
10140 `(("emacs-dash" ,emacs-dash)
10141 ("emacs-s" ,emacs-s)))
10142 (home-page "https://github.com/hylang/hy-mode")
10143 (synopsis "Major mode for Hylang")
10144 (description "This package provides a major mode for Hylang.")
10145 (license license:gpl3+)))
10146
10147 (define-public emacs-web-beautify
10148 (package
10149 (name "emacs-web-beautify")
10150 (version "0.3.2")
10151 (source
10152 (origin
10153 (method url-fetch)
10154 (uri (string-append "https://github.com/yasuyk/web-beautify/archive/"
10155 version ".tar.gz"))
10156 (file-name (string-append name "-" version ".tar.gz"))
10157 (sha256
10158 (base32
10159 "1j57hwid74id4swkx2g0iljfawx0k9c7qjrwqc0mv657x9p78hcs"))))
10160 (build-system emacs-build-system)
10161 (home-page "https://github.com/yasuyk/web-beautify")
10162 (synopsis "Format HTML, CSS and JavaScript, JSON")
10163 (description "This package provides an Emacs functions to format HTML,
10164 CSS, JavaScript, JSON.")
10165 (license license:gpl3+)))
10166
10167 (define-public emacs-helm-shell-history
10168 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
10169 (package
10170 (name "emacs-helm-shell-history")
10171 (version (git-version "0.1" "1" commit))
10172 (source
10173 (origin
10174 (method git-fetch)
10175 (uri (git-reference
10176 (url "https://github.com/yuutayamada/helm-shell-history.git")
10177 (commit commit)))
10178 (file-name (git-file-name name version))
10179 (sha256
10180 (base32
10181 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
10182 (build-system emacs-build-system)
10183 (arguments
10184 '(#:phases
10185 (modify-phases %standard-phases
10186 (add-before 'check 'patch-helm-shell-history-file
10187 (lambda _
10188 (let ((file "helm-shell-history.el"))
10189 (chmod file #o644)
10190 (emacs-substitute-sexps file
10191 ("(defvar helm-shell-history-file"
10192 `(expand-file-name "~/.bash_history"))))
10193 #t)))))
10194 (propagated-inputs
10195 `(("emacs-helm" ,emacs-helm)))
10196 (home-page "https://github.com/yuutayamada/helm-shell-history")
10197 (synopsis "Find shell history with Emacs Helm")
10198 (description "This package provides an Emacs Helm interface to search
10199 throw a shell history.")
10200 (license license:gpl3+))))
10201
10202 (define-public emacs-discover-my-major
10203 (package
10204 (name "emacs-discover-my-major")
10205 (version "1.0")
10206 (source
10207 (origin
10208 (method url-fetch)
10209 (uri
10210 (string-append "https://github.com/steckerhalter/discover-my-major"
10211 "/archive/" version ".tar.gz"))
10212 (file-name (string-append name "-" version ".tar.gz"))
10213 (sha256
10214 (base32
10215 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
10216 (build-system emacs-build-system)
10217 (propagated-inputs
10218 `(("emacs-makey" ,emacs-makey)))
10219 (home-page "https://github.com/steckerhalter/discover-my-major")
10220 (synopsis "Discover key bindings for the current Emacs major mode")
10221 (description "This package provides allows to discover key bindings and
10222 their meaning for the current Emacs major-mode.")
10223 (license license:gpl3+)))
10224
10225 (define-public emacs-org-ref
10226 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
10227 (revision "1"))
10228 (package
10229 (name "emacs-org-ref")
10230 (version (string-append "1.1.1" "-" revision "."
10231 (string-take commit 7)))
10232 (source
10233 (origin
10234 (method git-fetch)
10235 (uri (git-reference
10236 (url "https://github.com/jkitchin/org-ref.git")
10237 (commit commit)))
10238 (file-name (string-append name "-" version "-checkout"))
10239 (sha256
10240 (base32
10241 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
10242 (build-system emacs-build-system)
10243 (propagated-inputs
10244 `(("emacs-dash" ,emacs-dash)
10245 ("emacs-helm" ,emacs-helm)
10246 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
10247 ("emacs-ivy" ,emacs-ivy)
10248 ("emacs-hydra" ,emacs-hydra)
10249 ("emacs-key-chord" ,emacs-key-chord)
10250 ("emacs-s" ,emacs-s)
10251 ("emacs-f" ,emacs-f)
10252 ("emacs-pdf-tools" ,emacs-pdf-tools)))
10253 (home-page "https://github.com/jkitchin/org-ref")
10254 (synopsis "Citations, cross-references and bibliographies in org-mode")
10255 (description
10256 "Lisp code to setup bibliography, cite, ref and label org-mode links.
10257 Also sets up reftex and helm for org-mode citations. The links are
10258 clickable and do things that are useful.
10259
10260 The default setup uses helm-bibtex.
10261
10262 You should really read org-ref.org in this package for details.")
10263 (license license:gpl3+))))
10264
10265 ;; This project is unmaintained. Please use emacs-org-re-reveal instead.
10266 (define-public emacs-org-reveal
10267 (let ((commit "1cdd088ec5fab631c564dca7f9f74fd3e9b7d4d4"))
10268 (package
10269 (name "emacs-org-reveal")
10270 (version (git-version "0.1" "2" commit))
10271 (source (origin
10272 (method git-fetch)
10273 (uri (git-reference
10274 (url "https://github.com/yjwen/org-reveal.git")
10275 (commit commit)))
10276 (file-name (git-file-name name version))
10277 (sha256
10278 (base32
10279 "1vjxjadq2i74p96y9jxnqj1yb86fsgxzmn7bjgnb88ay6nvc1l72"))))
10280 (build-system emacs-build-system)
10281 (home-page "https://github.com/yjwen/org-reveal")
10282 (synopsis "Org and Reveal.js powered HTML presentation tool")
10283 (description "Org-Reveal is a command@{org-mode} extension that allows
10284 to create beautiful presentations (slides) with 3D effects from simple but
10285 powerful Org contents.")
10286 (license license:gpl3+))))
10287
10288 (define-public emacs-org-re-reveal
10289 (package
10290 (name "emacs-org-re-reveal")
10291 (version "1.0.3")
10292 (source (origin
10293 (method git-fetch)
10294 (uri (git-reference
10295 (url "https://gitlab.com/oer/org-re-reveal.git")
10296 (commit "50cc6574c77f12d423f6cd096d8f76feb3673abc")))
10297 (file-name (git-file-name name version))
10298 (sha256
10299 (base32
10300 "1v3z30gpimg4spf6zzqwp9b597zxk89h0vpq6xp58js4rjg4ixk8"))))
10301 (build-system emacs-build-system)
10302 (propagated-inputs
10303 `(("emacs-htmlize" ,emacs-htmlize)
10304 ("emacs-org" ,emacs-org)))
10305 (home-page "https://gitlab.com/oer/org-re-reveal")
10306 (synopsis "Build HTML presentations with reveal.js from Org source files")
10307 (description "This project started as fork of org-reveal. It provides an
10308 export back-end for HTML presentations with reveal.js from Org mode source
10309 files.")
10310 (license license:gpl3+)))
10311
10312 (define-public emacs-add-hooks
10313 (package
10314 (name "emacs-add-hooks")
10315 (version "3.1.1")
10316 (source (origin
10317 (method url-fetch)
10318 (uri (string-append
10319 "https://github.com/nickmccurdy/add-hooks/archive/"
10320 version ".tar.gz"))
10321 (file-name (string-append name "-" version ".tar.gz"))
10322 (sha256
10323 (base32
10324 "03a28gb3298g7pc2qji9hi44p4d99ljp5mpi9cmg42ldv8fl6549"))))
10325 (build-system emacs-build-system)
10326 (home-page "https://github.com/nickmccurdy/add-hooks/")
10327 (synopsis "Emacs function for setting multiple hooks")
10328 (description "This package provides a @code{add-hooks} function tidies up
10329 duplicate hook and function names further into a single declarative call.")
10330 (license license:gpl3+)))
10331
10332 (define-public emacs-fancy-narrow
10333 (package
10334 (name "emacs-fancy-narrow")
10335 (version "0.9.5")
10336 (source
10337 (origin
10338 (method url-fetch)
10339 (uri (string-append "https://github.com/Malabarba/fancy-narrow/archive/"
10340 version ".tar.gz"))
10341 (file-name (string-append name "-" version ".tar.gz"))
10342 (sha256
10343 (base32
10344 "0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n"))))
10345 (build-system emacs-build-system)
10346 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
10347 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
10348 (description
10349 "Unlike @code{narrow-to-region}, which completely hides text outside
10350 the narrowed region, this package simply de-emphasizes the text, makes it
10351 read-only, and makes it unreachable. This leads to a much more natural
10352 feeling where the region stays static (instead of being brutally moved to a
10353 blank slate) and is clearly highlighted with respect to the rest of the
10354 buffer.")
10355 (license license:gpl2+)))
10356
10357 (define-public emacs-know-your-http-well
10358 (package
10359 (name "emacs-know-your-http-well")
10360 (version "0.5.0")
10361 (source
10362 (origin
10363 (method url-fetch)
10364 (uri (string-append
10365 "https://github.com/for-GET/know-your-http-well/archive/"
10366 "v" version ".tar.gz"))
10367 (file-name (string-append name "-" version ".tar.gz"))
10368 (sha256
10369 (base32
10370 "1y3kwz88awcgwaivlswq0q4g2i02762r23lpwg61bfqy5lrjjqnj"))))
10371 (arguments
10372 `(#:phases
10373 (modify-phases %standard-phases
10374 (add-after 'unpack 'install-json-files
10375 (lambda* (#:key outputs #:allow-other-keys)
10376 (for-each (lambda (directory)
10377 (copy-recursively directory
10378 (string-append
10379 (assoc-ref outputs "out")
10380 directory)))
10381 '("js" "json"))))
10382 (add-after 'unpack 'chdir-elisp
10383 ;; Elisp directory is not in root of the source.
10384 (lambda _
10385 (chdir "emacs"))))))
10386 (build-system emacs-build-system)
10387 (home-page "https://github.com/for-GET/know-your-http-well")
10388 (synopsis "Meaning of HTTP headers codes")
10389 (description "Meaning of HTTP headers codes.")
10390 (license license:gpl3+)))
10391
10392 (define-public emacs-navi-mode
10393 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
10394 (package
10395 (name "emacs-navi-mode")
10396 (version (git-version "2.0" "1" commit))
10397 (source
10398 (origin
10399 (method git-fetch)
10400 (uri (git-reference
10401 (url "https://github.com/alphapapa/navi.git")
10402 (commit commit)))
10403 (file-name (git-file-name name version))
10404 (sha256
10405 (base32
10406 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
10407 (build-system emacs-build-system)
10408 (propagated-inputs
10409 `(("emacs-outshine" ,emacs-outshine)
10410 ("emacs-outorg" ,emacs-outorg)))
10411 (home-page "https://github.com/alphapapa/navi")
10412 (synopsis "Emacs major-mode for easy buffer-navigation")
10413 (description
10414 "This package provides an Emacs major-mode for easy buffer-navigation")
10415 (license license:gpl3+))))
10416
10417 (define-public emacs-download-region
10418 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
10419 (revision "1"))
10420 (package
10421 (name "emacs-download-region")
10422 (version (string-append "0.0.1" "-" revision "."
10423 (string-take commit 7)))
10424 (source
10425 (origin
10426 (method git-fetch)
10427 (uri (git-reference
10428 (url "https://github.com/zk-phi/download-region.git")
10429 (commit commit)))
10430 (file-name (string-append name "-" version "-checkout"))
10431 (sha256
10432 (base32
10433 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
10434 (build-system emacs-build-system)
10435 (home-page "https://github.com/zk-phi/download-region")
10436 (synopsis "In buffer download manager for Emacs")
10437 (description "@code{download-region} provides in buffer
10438 downloading manager for Emacs.")
10439 (license license:gpl3+))))
10440
10441 (define-public emacs-helpful
10442 (package
10443 (name "emacs-helpful")
10444 (version "0.15")
10445 (source (origin
10446 (method url-fetch)
10447 (uri (string-append
10448 "https://github.com/Wilfred/helpful/archive/"
10449 version ".tar.gz"))
10450 (file-name (string-append name "-" version ".tar.gz"))
10451 (sha256
10452 (base32
10453 "1xmvhphzb4hbg647dz4lafy6hd19b7bk3lxni6irqrzdsrclhzn6"))))
10454 (build-system emacs-build-system)
10455 (propagated-inputs
10456 `(("emacs-elisp-refs" ,emacs-elisp-refs)))
10457 (home-page "https://github.com/Wilfred/helpful")
10458 (synopsis "More contextual information in Emacs help")
10459 (description "@code{helpful} is an alternative to the built-in Emacs help
10460 that provides much more contextual information.
10461
10462 @itemize
10463 @item Show the source code for interactively defined functions (unlike the
10464 built-in Help).
10465 @item Fall back to the raw sexp if no source is available.
10466 @item Show where a function is being called.
10467 @item Docstrings will Highlight the summary (the first sentence), include
10468 cross-references, hide superfluous puncuation.
10469 @item Show you the properties that have been applied to the current
10470 symbol. This provides visibility of features like edebug or byte-code
10471 optimisation.
10472 @item Provide a separate @code{helpful-command} function to view interactive
10473 functions.
10474 @item Display any keybindings that apply to interactive functions.
10475 @item Trace, disassemble functions from inside Helpful. This is discoverable
10476 and doesn't require memorisation of commands.
10477 @end itemize\n")
10478 (license license:gpl3+)))
10479
10480 (define-public emacs-logview
10481 (package
10482 (name "emacs-logview")
10483 (version "0.9")
10484 (source (origin
10485 (method url-fetch)
10486 (uri (string-append
10487 "https://github.com/doublep/logview/archive/"
10488 version ".tar.gz"))
10489 (file-name (string-append name "-" version ".tar.gz"))
10490 (sha256
10491 (base32
10492 "1vd11ppm46ldqsiwhqgw91p34gbjh1y82r9mxcn9r2gj65nvhxcp"))))
10493 (propagated-inputs
10494 `(("emacs-datetime" ,emacs-datetime)))
10495 (build-system emacs-build-system)
10496 (home-page "https://github.com/doublep/logview/")
10497 (synopsis "Emacs mode for viewing log files")
10498 (description "@code{logview} provides an Emacs mode to view log files.")
10499 (license license:gpl3+)))
10500
10501 (define-public emacs-suggest
10502 (package
10503 (name "emacs-suggest")
10504 (version "0.7")
10505 (home-page "https://github.com/Wilfred/suggest.el")
10506 (source
10507 (origin
10508 (method git-fetch)
10509 (uri (git-reference
10510 (url home-page)
10511 (commit version)))
10512 (file-name (git-file-name name version))
10513 (sha256
10514 (base32
10515 "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
10516 (build-system emacs-build-system)
10517 (propagated-inputs
10518 `(("emacs-loop" ,emacs-loop)
10519 ("emacs-dash" ,emacs-dash)
10520 ("emacs-s" ,emacs-s)
10521 ("emacs-f" ,emacs-f)
10522 ("emacs-spinner" ,emacs-spinner)
10523 ("emacs-shut-up" ,emacs-shut-up)))
10524 (synopsis "Suggest Elisp functions that give the output requested")
10525 (description "Suggest.el will find functions that give the output
10526 requested. It's a great way of exploring list, string and arithmetic
10527 functions.")
10528 (license license:gpl3+)))
10529
10530 (define-public emacs-benchmark-init
10531 (package
10532 (name "emacs-benchmark-init")
10533 (version "1.0")
10534 (source (origin
10535 (method url-fetch)
10536 (uri (string-append
10537 "https://github.com/dholm/benchmark-init-el/archive/"
10538 version ".tar.gz"))
10539 (file-name (string-append name "-" version ".tar.gz"))
10540 (sha256
10541 (base32
10542 "0szyqr4nncwz4vd5gww1vz31kf9r2lx25p4d0d09pm35974x53kz"))))
10543 (build-system emacs-build-system)
10544 (home-page "https://github.com/dholm/benchmark-init-el")
10545 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
10546 (description "@code{benchmark-init} provides a way to keep track of where
10547 time is being spent during Emacs startup in order to optimize startup time.")
10548 (license license:gpl3+)))
10549
10550 (define-public emacs-emms-player-simple-mpv
10551 ;; A new mpv backend is included in Emms from 5.0.
10552 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
10553
10554 (define-public emacs-magit-gerrit
10555 (let ((version "0.3")
10556 (revision "1")
10557 (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
10558 (package
10559 (name "emacs-magit-gerrit")
10560 (version (git-version version revision commit))
10561 (source (origin
10562 (method git-fetch)
10563 (uri (git-reference
10564 (url "https://github.com/terranpro/magit-gerrit.git")
10565 (commit commit)))
10566 (file-name (git-file-name name version))
10567 (sha256
10568 (base32
10569 "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
10570 (build-system emacs-build-system)
10571 (propagated-inputs
10572 `(("emacs-magit" ,emacs-magit)))
10573 (home-page "https://github.com/terranpro/magit-gerrit")
10574 (synopsis "Magit extension for Gerrit")
10575 (description "This Magit extension provides integration with Gerrit,
10576 which makes it possible to conduct Gerrit code reviews directly from within
10577 Emacs.")
10578 (license license:gpl3+))))
10579
10580 (define-public emacs-magit-org-todos-el
10581 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
10582 (package
10583 (name "emacs-magit-org-todos-el")
10584 (version (git-version "0.1.1" "1" commit))
10585 (source
10586 (origin
10587 (method git-fetch)
10588 (uri (git-reference
10589 (url "https://github.com/danielma/magit-org-todos.el.git")
10590 (commit commit)))
10591 (file-name (git-file-name name version))
10592 (sha256
10593 (base32
10594 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
10595 (propagated-inputs
10596 `(("magit" ,emacs-magit)))
10597 (build-system emacs-build-system)
10598 (home-page "https://github.com/danielma/magit-org-todos.el")
10599 (synopsis "Get todo.org into Emacs Magit status")
10600 (description "This package allows you to get @file{todo.org} into your
10601 magit status.
10602
10603 If you have a @file{todo.org} file with @code{TODO} items in the root of your
10604 repository, @code{magit-org-todos} will create a section in your Magit status
10605 buffer with each of your todos.")
10606 (license license:gpl3+))))
10607
10608 (define-public emacs-f3
10609 (package
10610 (name "emacs-f3")
10611 (version "0.1")
10612 (source
10613 (origin
10614 (method url-fetch)
10615 (uri (string-append "https://github.com/cosmicexplorer/f3/archive/"
10616 version ".tar.gz"))
10617 (file-name (string-append name "-" version ".tar.gz"))
10618 (sha256
10619 (base32
10620 "06b8i1jvklm5k3k90n65f197l1miq1xlxqkqpbppw4h3rhl4y98h"))))
10621 (build-system emacs-build-system)
10622 (propagated-inputs
10623 `(("emacs-helm" ,emacs-helm)))
10624 (home-page "https://github.com/cosmicexplorer/f3")
10625 (synopsis "Fantastic File Finder for Emacs")
10626 (description
10627 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
10628 (license license:gpl3+)))
10629
10630 (define-public emacs-lice-el
10631 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
10632 (package
10633 (name "emacs-lice-el")
10634 (version (git-version "0.2" "1" commit))
10635 (source (origin
10636 (method git-fetch)
10637 (uri (git-reference
10638 (url "https://github.com/buzztaiki/lice-el.git")
10639 (commit commit)))
10640 (file-name (git-file-name name version))
10641 (sha256
10642 (base32
10643 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
10644 (build-system emacs-build-system)
10645 (home-page "https://github.com/buzztaiki/lice-el")
10646 (synopsis "License and header template for Emacs")
10647 (description "@code{lice.el} provides following features:
10648
10649 @itemize
10650 @item License template management.
10651 @item File header insertion.
10652 @end itemize\n")
10653 (license license:gpl3+))))
10654
10655 (define-public emacs-academic-phrases
10656 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
10657 (package
10658 (name "emacs-academic-phrases")
10659 (version (git-version "0.1" "1" commit))
10660 (source
10661 (origin
10662 (method git-fetch)
10663 (uri (git-reference
10664 (url "https://github.com/nashamri/academic-phrases.git")
10665 (commit commit)))
10666 (file-name (string-append name "-" version "-checkout"))
10667 (sha256
10668 (base32
10669 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
10670 (build-system emacs-build-system)
10671 (propagated-inputs
10672 `(("emacs-dash" ,emacs-dash)
10673 ("emacs-s" ,emacs-s)
10674 ("emacs-ht" ,emacs-ht)))
10675 (home-page "https://github.com/nashamri/academic-phrases")
10676 (synopsis "Bypass that mental block when writing your papers")
10677 (description
10678 "When writing your academic paper, you might get stuck trying to find
10679 the right phrase that captures your intention. This package tries to
10680 alleviate that problem by presenting you with a list of phrases organized by
10681 the topic or by the paper section that you are writing. This package has
10682 around 600 phrases so far.
10683
10684 Using this package is easy, just call @code{academic-phrases} to get a list of
10685 phrases organized by topic, or call @code{academic-phrases-by-section} to
10686 browse the phrases by the paper section and fill-in the blanks if required.")
10687 (license license:gpl3+))))
10688
10689 (define-public emacs-auto-yasnippet
10690 (let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
10691 (package
10692 (name "emacs-auto-yasnippet")
10693 (version (git-version "0.3.0" "1" commit))
10694 (source (origin
10695 (method git-fetch)
10696 (uri (git-reference
10697 (url "https://github.com/abo-abo/auto-yasnippet.git")
10698 (commit commit)))
10699 (file-name (string-append name "-" version "-checkout"))
10700 (sha256
10701 (base32
10702 "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
10703 (build-system emacs-build-system)
10704 (arguments
10705 '(#:phases
10706 (modify-phases %standard-phases
10707 (add-before 'install 'check
10708 (lambda _
10709 (invoke "emacs" "--batch"
10710 "-l" "auto-yasnippet.el"
10711 "-l" "auto-yasnippet-test.el"
10712 "-f" "ert-run-tests-batch-and-exit"))))))
10713 (propagated-inputs
10714 `(("emacs-yasnippet" ,emacs-yasnippet)))
10715 (home-page "https://github.com/abo-abo/auto-yasnippet/")
10716 (synopsis "Quickly create disposable yasnippets")
10717 (description "This package provides a hybrid of keyboard macros and
10718 yasnippet. You create the snippet on the go, usually to be used just in the
10719 one place. It's fast, because you're not leaving the current buffer, and all
10720 you do is enter the code you'd enter anyway, just placing ~ where you'd like
10721 yasnippet fields and mirrors to be.")
10722 (license license:gpl3+))))
10723
10724 (define-public emacs-highlight-numbers
10725 (package
10726 (name "emacs-highlight-numbers")
10727 (version "0.2.3")
10728 (source
10729 (origin
10730 (method url-fetch)
10731 (uri (string-append
10732 "https://github.com/Fanael/highlight-numbers/archive/"
10733 version ".tar.gz"))
10734 (file-name (string-append name "-" version ".tar.gz"))
10735 (sha256
10736 (base32
10737 "030v5p11d4n0581ncv499l1fqrmfziy756q6378x2bv22ixghqqp"))))
10738 (build-system emacs-build-system)
10739 (propagated-inputs
10740 `(("emacs-parent-mode" ,emacs-parent-mode)))
10741 (home-page "https://github.com/Fanael/highlight-numbers")
10742 (synopsis "Highlight numbers in source code")
10743 (description "@code{highlight-numbers-mode} provides a minor mode for
10744 syntax highlighting of numeric literals in source code.
10745
10746 It s customizable: it's easy to add or redefine what exactly consitutes a
10747 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
10748 (license license:gpl3+)))
10749
10750 (define-public emacs-darkroom
10751 (package
10752 (name "emacs-darkroom")
10753 (version "0.1")
10754 (source (origin
10755 (method url-fetch)
10756 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
10757 version ".el"))
10758 (sha256
10759 (base32
10760 "0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
10761 (build-system emacs-build-system)
10762 (home-page "https://elpa.gnu.org/packages/darkroom.html")
10763 (synopsis "Remove visual distractions and focus on writing")
10764 (description "@code{darkroom-mode} makes visual distractions disappear.
10765 The mode-line is temporarily elided, text is enlarged and margins are adjusted
10766 so that it's centered on the window.
10767
10768 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
10769 @code{darkroom-mode}, unless the current buffer lives in the sole window of
10770 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
10771 split to display more windows and more buffers, the buffer exits
10772 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
10773 @code{darkroom-mode}.")
10774 (license license:gpl3+)))
10775
10776 (define-public emacs-rsw-elisp
10777 (package
10778 (name "emacs-rsw-elisp")
10779 (version "1.0.5")
10780 (source (origin
10781 (method url-fetch)
10782 (uri (string-append "https://github.com/rswgnu/rsw-elisp"
10783 "/archive/" version ".tar.gz"))
10784 (file-name (string-append name "-" version ".tar.gz"))
10785 (sha256
10786 (base32
10787 "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps"))))
10788 (build-system emacs-build-system)
10789 (home-page "https://github.com/rswgnu/rsw-elisp")
10790 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
10791 (description "This package improves and replaces the GNU Emacs commands
10792 that interactively evaluate Emacs Lisp expressions. The new commands replace
10793 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
10794 the same way as the old commands when called non-interactively; only the
10795 interactive behavior should be different.")
10796 (license license:gpl3+)))
10797
10798 (define-public emacs-default-text-scale
10799 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
10800 (revision "1"))
10801 (package
10802 (name "emacs-default-text-scale")
10803 (version (string-append "0.1" "-" revision "."
10804 (string-take commit 7)))
10805 (source (origin
10806 (method git-fetch)
10807 (uri (git-reference
10808 (url "https://github.com/purcell/default-text-scale")
10809 (commit commit)))
10810 (file-name (string-append name "-" version "-checkout"))
10811 (sha256
10812 (base32
10813 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
10814 (build-system emacs-build-system)
10815 (home-page "https://github.com/purcell/default-text-scale")
10816 (synopsis "Adjust the font size in all Emacs frames")
10817 (description "This package provides commands for increasing or
10818 decreasing the default font size in all GUI Emacs frames.")
10819 (license license:gpl3+))))
10820
10821 (define-public emacs-visual-regexp
10822 (package
10823 (name "emacs-visual-regexp")
10824 (version "1.1.1")
10825 (source
10826 (origin
10827 (method url-fetch)
10828 (uri (string-append "https://github.com/benma/visual-regexp.el/archive/"
10829 "v" version ".tar.gz"))
10830 (file-name (string-append name "-" version ".tar.gz"))
10831 (sha256
10832 (base32
10833 "1czmhvcivlcdyz7rfm0vd4a3xsgmy4qbvbl6yjxc217wrxqflr92"))))
10834 (build-system emacs-build-system)
10835 (home-page "https://github.com/benma/visual-regexp.el/")
10836 (synopsis "Regexp command with interactive visual feedback")
10837 (description "This package provides an Emacs regexp command with
10838 interactive visual feedback.")
10839 (license license:gpl3+)))
10840
10841 (define-public emacs-faceup
10842 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
10843 (revision "1"))
10844 (package
10845 (name "emacs-faceup")
10846 (version (string-append "0.0.1" "-" revision "."
10847 (string-take commit 7)))
10848 (source
10849 (origin
10850 (method git-fetch)
10851 (uri (git-reference
10852 (url "https://github.com/Lindydancer/faceup.git")
10853 (commit commit)))
10854 (file-name (string-append name "-" version "-checkout"))
10855 (sha256
10856 (base32
10857 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
10858 (build-system emacs-build-system)
10859 (home-page "https://github.com/Lindydancer/faceup")
10860 (synopsis "Markup language for faces and font-lock regression testing")
10861 (description "Emacs is capable of highlighting buffers based on
10862 language-specific @code{font-lock} rules. This package makes it possible to
10863 perform regression test for packages that provide font-lock rules.")
10864 (license license:gpl3+))))
10865
10866 (define-public emacs-racket-mode
10867 (let ((commit "b977873e6128f8399432dcd60cc39f6a6f803d9c")
10868 (revision "2"))
10869 (package
10870 (name "emacs-racket-mode")
10871 (version (string-append "0.0.2" "-" revision "."
10872 (string-take commit 7)))
10873 (source
10874 (origin
10875 (method git-fetch)
10876 (uri (git-reference
10877 (url "https://github.com/greghendershott/racket-mode")
10878 (commit commit)))
10879 (file-name (string-append name "-" version "-checkout"))
10880 (sha256
10881 (base32
10882 "0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
10883 (build-system emacs-build-system)
10884 (arguments
10885 `(#:include '("\\.el$" "\\.rkt$")))
10886 (propagated-inputs
10887 `(("emacs-faceup" ,emacs-faceup)
10888 ("emacs-s" ,emacs-s)))
10889 (home-page "https://github.com/greghendershott/racket-mode")
10890 (synopsis "Major mode for Racket language")
10891 (description "@code{racket-mode} provides:
10892
10893 @itemize
10894 @item Focus on Racket (not various Schemes).
10895 @item Follow DrRacket concepts where applicable.
10896 @item Thorough font-lock and indent.
10897 @end itemize\n")
10898 (license license:gpl3+))))
10899
10900 (define-public emacs-grep-context
10901 (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
10902 (package
10903 (name "emacs-grep-context")
10904 (version (git-version "0.1" "1" commit))
10905 (source
10906 (origin
10907 (method git-fetch)
10908 (uri (git-reference
10909 (url "https://github.com/mkcms/grep-context.git")
10910 (commit commit)))
10911 (file-name (string-append name "-" version "-checkout"))
10912 (sha256
10913 (base32
10914 "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
10915 (build-system emacs-build-system)
10916 (propagated-inputs
10917 `(("emacs-dash" ,emacs-dash)))
10918 (home-page "https://github.com/nashamri/academic-phrases")
10919 (synopsis "Increase context in compilation and grep buffers")
10920 (description
10921 "This package provides an Emacs package for more context in
10922 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
10923 @code{ivy}.")
10924 (license license:gpl3+))))
10925
10926 (define-public emacs-helm-firefox
10927 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
10928 (revision "1"))
10929 (package
10930 (name "emacs-helm-firefox")
10931 (version (string-append "0.0.1" "-" revision "."
10932 (string-take commit 7)))
10933 (source
10934 (origin
10935 (method git-fetch)
10936 (uri (git-reference
10937 (url "https://github.com/emacs-helm/helm-firefox.git")
10938 (commit commit)))
10939 (file-name (string-append name "-" version "-checkout"))
10940 (sha256
10941 (base32
10942 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
10943 (propagated-inputs
10944 `(("emacs-helm" ,emacs-helm)))
10945 (build-system emacs-build-system)
10946 (home-page "https://github.com/emacs-helm/helm-firefox")
10947 (synopsis "Display firefox bookmarks with Emacs Helm interface")
10948 (description "Display firefox bookmarks with Emacs Helm interface")
10949 (license license:gpl3+))))
10950
10951 (define-public emacs-interactive-align
10952 (package
10953 (name "emacs-interactive-align")
10954 (version "0.1.0")
10955 (source
10956 (origin
10957 (method url-fetch)
10958 (uri (string-append "https://github.com/mkcms/interactive-align/"
10959 "archive/" "v" version ".tar.gz"))
10960 (file-name (string-append name "-" version ".tar.gz"))
10961 (sha256
10962 (base32
10963 "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
10964 (build-system emacs-build-system)
10965 (home-page "https://github.com/mkcms/interactive-align/")
10966 (synopsis "Interactive align-regexp command in Emacs")
10967 (description "Interactive align-regexp command in Emacs")
10968 (license license:gpl3+)))
10969
10970 (define-public emacs-shift-number
10971 (package
10972 (name "emacs-shift-number")
10973 (version "0.1")
10974 (source
10975 (origin
10976 (method url-fetch)
10977 (uri (string-append "https://github.com/alezost/shift-number.el"
10978 "/archive/" "v" version ".tar.gz"))
10979 (file-name (string-append name "-" version ".tar.gz"))
10980 (sha256
10981 (base32
10982 "1g79m0hqn9jgpm565vvh8pdfzndc4vw7xisnh5qysj55qfg8cb1x"))))
10983 (build-system emacs-build-system)
10984 (home-page "https://github.com/alezost/shift-number.el")
10985 (synopsis "Increase or decrease the number at point")
10986 (description "@code{emacs-shift-number} provides commands
10987 @code{shift-number-up} to increase and @code{shift-number-down} to
10988 decrease the number at point.")
10989 (license license:gpl3+)))
10990
10991 (define-public emacs-highlight-defined
10992 (package
10993 (name "emacs-highlight-defined")
10994 (version "0.1.5")
10995 (source
10996 (origin
10997 (method url-fetch)
10998 (uri (string-append
10999 "https://github.com/Fanael/highlight-defined/archive/"
11000 version ".tar.gz"))
11001 (file-name (string-append name "-" version ".tar.gz"))
11002 (sha256
11003 (base32
11004 "1ryd66989b5byqdw8jmjrjf0c78iiz72wibld750skcnj5h5h506"))))
11005 (build-system emacs-build-system)
11006 (home-page "https://github.com/Fanael/highlight-defined")
11007 (synopsis "Syntax highlighting of known Elisp symbols")
11008 (description "Minor mode providing syntax highlighting of known Emacs Lisp
11009 symbols. Currently the code distinguishes Lisp functions, built-in functions,
11010 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
11011 (license license:gpl3+)))
11012
11013 (define-public emacs-parinfer-mode
11014 (package
11015 (name "emacs-parinfer-mode")
11016 (version "0.4.10")
11017 (source
11018 (origin
11019 (method url-fetch)
11020 (uri (string-append "https://github.com/DogLooksGood/parinfer-mode/archive/"
11021 "v" version ".tar.gz"))
11022 (file-name (string-append name "-" version ".tar.gz"))
11023 (sha256
11024 (base32
11025 "06ba9qi59sm9ih9m38fbr8kj4qkvrm58n0c0ngfjz60gnr9x9pcv"))))
11026 (propagated-inputs
11027 `(("emacs-dash" ,emacs-dash)
11028 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
11029 ("emacs-company" ,emacs-company)))
11030 (build-system emacs-build-system)
11031 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
11032 (synopsis "Lisp structure editing mode")
11033 (description "@code{parinfer-mode} is a proof-of-concept editor
11034 mode for Lisp programming languages. It will infer some changes to
11035 keep Parens and Indentation inline with one another.")
11036 (license license:gpl3+)))
11037
11038 (define-public emacs-helm-eww
11039 (package
11040 (name "emacs-helm-eww")
11041 (version "1.2")
11042 (source (origin
11043 (method git-fetch)
11044 (uri (git-reference
11045 (url "https://github.com/emacs-helm/helm-eww.git")
11046 (commit version)))
11047 (file-name (string-append name "-" version "-checkout"))
11048 (sha256
11049 (base32
11050 "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
11051 (propagated-inputs
11052 `(("emacs-helm" ,emacs-helm)))
11053 (build-system emacs-build-system)
11054 (home-page "https://github.com/emacs-helm/helm-eww/")
11055 (synopsis "Helm interface to EWW")
11056 (description "This package provides a Helm interface for EWW buffers,
11057 bookmarks and history.")
11058 (license license:gpl3+)))
11059
11060 (define-public emacs-stumpwm-mode
11061 (let ((commit "8fbe071d2c6c040794060a354eb377218dc10b35")
11062 (revision "1"))
11063 (package
11064 (name "emacs-stumpwm-mode")
11065 (version (string-append "0.0.1-" revision "."
11066 (string-take commit 7)))
11067 (source (origin
11068 (method git-fetch)
11069 (uri (git-reference
11070 (url "https://github.com/stumpwm/stumpwm-contrib.git")
11071 (commit commit)))
11072 (file-name (string-append name "-" version "-checkout"))
11073 (sha256
11074 (base32
11075 "1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))
11076 (build-system emacs-build-system)
11077 (arguments
11078 `(#:phases
11079 (modify-phases %standard-phases
11080 (add-after 'unpack 'chdir-elisp
11081 ;; Elisp directory is not in root of the source.
11082 (lambda _
11083 (chdir "util/swm-emacs"))))))
11084 (home-page "https://github.com/stumpwm/stumpwm-contrib")
11085 (synopsis "Emacs minor-mode for Stumpwm")
11086 (description "Emacs minor-mode for Stumpwm")
11087 (license license:gpl3+))))
11088
11089 (define-public emacs-irfc
11090 (package
11091 (name "emacs-irfc")
11092 (version "20130824.507")
11093 (source
11094 (origin
11095 (method url-fetch)
11096 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
11097 (file-name (string-append "irfc-" version ".el"))
11098 (sha256
11099 (base32
11100 "197ybqwbj8qjh2p9pkf5mvqnrkpcgmv8c5s2gvl6msyrabk0mnca"))))
11101 (build-system emacs-build-system)
11102 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
11103 (synopsis "Interface for IETF RFC document")
11104 (description
11105 "This package provides an Emacs interface for IETF RFC document.")
11106 (license license:gpl3+)))
11107
11108 (define-public emacs-ido-vertical-mode
11109 (package
11110 (name "emacs-ido-vertical-mode")
11111 (version "0.1.6")
11112 (source
11113 (origin
11114 (method url-fetch)
11115 (uri (string-append
11116 "https://github.com/creichert/ido-vertical-mode.el/archive/"
11117 "v" version ".tar.gz"))
11118 (file-name (string-append name "-" version ".tar.gz"))
11119 (sha256
11120 (base32
11121 "0dprdxq8wvqd45dinwj92k0kixr07c8xvspa6i613mjcpxgwjg53"))))
11122 (build-system emacs-build-system)
11123 (home-page "https://github.com/creichert/ido-vertical-mode.el")
11124 (synopsis "Makes ido-mode display vertically")
11125 (description "Makes ido-mode display prospects vertically.")
11126 (license license:gpl3+)))
11127
11128 (define-public emacs-wordgen
11129 (package
11130 (name "emacs-wordgen")
11131 (version "0.1.4")
11132 (source
11133 (origin
11134 (method url-fetch)
11135 (uri (string-append "https://github.com/Fanael/wordgen.el/archive/"
11136 version ".tar.gz"))
11137 (file-name (string-append name "-" version ".tar.gz"))
11138 (sha256
11139 (base32
11140 "1h2iyixdm49h53pwj9ics9gb9h3g6wa4hainpnjg6mfarf49jkmg"))))
11141 (build-system emacs-build-system)
11142 (home-page "https://github.com/Fanael/wordgen.el")
11143 (synopsis "Random word generator")
11144 (description "This package provides functions to generate random words
11145 using user-provided rules.")
11146 (license license:gpl3+)))
11147
11148 (define-public emacs-on-screen
11149 (package
11150 (name "emacs-on-screen")
11151 (version "1.3.2")
11152 (source
11153 (origin
11154 (method url-fetch)
11155 (uri (string-append
11156 "http://elpa.gnu.org/packages/on-screen-" version ".el"))
11157 (file-name (string-append name "-" version ".el"))
11158 (sha256
11159 (base32
11160 "15d18mjgv1pnwl6kf3pr5w64q1322p1l1qlfvnckglwmzy5sl2qv"))))
11161 (build-system emacs-build-system)
11162 (home-page
11163 "https://github.com/michael-heerdegen/on-screen.el")
11164 (synopsis "Guide your eyes while scrolling")
11165 (description
11166 "Scrolling can be distracting because your eyes may lose
11167 orientation. This library implements a minor mode that highlights
11168 the previously visible buffer part after each scroll.")
11169 (license license:gpl3+)))
11170
11171 (define-public emacs-highlight-escape-sequences
11172 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
11173 (revision "1"))
11174 (package
11175 (name "emacs-highlight-escape-sequences")
11176 (version (string-append "0.0.1" "-" revision "."
11177 (string-take commit 7)))
11178 (source
11179 (origin
11180 (method git-fetch)
11181 (uri (git-reference
11182 (url "https://github.com/dgutov/highlight-escape-sequences.git")
11183 (commit commit)))
11184 (file-name (string-append name "-" version "-checkout"))
11185 (sha256
11186 (base32
11187 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
11188 (build-system emacs-build-system)
11189 (home-page "https://github.com/dgutov/highlight-escape-sequences")
11190 (synopsis "Highlight escape sequences in Emacs")
11191 (description "@code{highlight-escape-sequences} provides an
11192 Emacs minor mode to escape sequences in code.")
11193 (license license:gpl3+))))
11194
11195 (define-public emacs-dashboard
11196 (package
11197 (name "emacs-dashboard")
11198 (version "1.2.4")
11199 (source
11200 (origin
11201 (method url-fetch)
11202 (uri (string-append
11203 "https://github.com/rakanalh/emacs-dashboard/archive/"
11204 version ".tar.gz"))
11205 (file-name (string-append name "-" version ".tar.gz"))
11206 (sha256
11207 (base32
11208 "1738lmbgq6gk24hcwic0qjyajr21l5xzhya4pv58dw1bhd6vxv9g"))))
11209 (build-system emacs-build-system)
11210 (propagated-inputs
11211 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
11212 (arguments '(#:include '("\\.el$" "\\.txt$" "\\.png$")))
11213 (home-page "https://github.com/rakanalh/emacs-dashboard")
11214 (synopsis "Startup screen extracted from Spacemacs")
11215 (description "This package provides an extensible Emacs dashboard, with
11216 sections for bookmarks, projectil projects, org-agenda and more. ")
11217 (license license:gpl3+)))
11218
11219 (define-public emacs-slime-company
11220 (package
11221 (name "emacs-slime-company")
11222 (version "1.1")
11223 (source
11224 (origin
11225 (method url-fetch)
11226 (uri (string-append "https://github.com/anwyn/slime-company/archive/"
11227 "v" version ".tar.gz"))
11228 (sha256
11229 (base32
11230 "1myl79pxj501xfr5qc5a24qddsn2l5iaamg7rf7fpny7mr9v70ar"))
11231 (file-name (string-append name "-" version ".tar.gz"))))
11232 (build-system emacs-build-system)
11233 (propagated-inputs
11234 `(("emacs-slime" ,emacs-slime)
11235 ("emacs-company" ,emacs-company)))
11236 (home-page "https://company-mode.github.io")
11237 (synopsis "SLIME completion backend for @code{company-mode}")
11238 (description
11239 "This is a backend implementation for the completion package
11240 @code{company-mode} which supports the normal and the fuzzy completion
11241 modes of SLIME.")
11242 (license license:gpl3+)))
11243
11244 (define-public emacs-sml-mode
11245 (package
11246 (name "emacs-sml-mode")
11247 (version "6.8")
11248 (source
11249 (origin
11250 (method url-fetch)
11251 (uri (string-append "http://elpa.gnu.org/packages/sml-mode-"
11252 version ".el"))
11253 (sha256
11254 (base32
11255 "105fcrz5qp95f2n3fdm3awr6z58sbrjihjss6qnrg4lz2ggbc328"))))
11256 (build-system emacs-build-system)
11257 (home-page "http://elpa.gnu.org/packages/sml-mode.html")
11258 (synopsis "Major mode for editing (Standard) ML")
11259 (description "SML-MODE is a major Emacs mode for editing Standard ML.
11260 It provides syntax highlighting and automatic indentation and
11261 comes with sml-proc which allows interaction with an inferior SML
11262 interactive loop.")
11263 (license license:gpl3+)))
11264
11265 (define-public emacs-eros
11266 (let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
11267 (revision "1"))
11268 (package
11269 (name "emacs-eros")
11270 (version (string-append "0.0.1" "-" revision "."
11271 (string-take commit 7)))
11272 (source
11273 (origin
11274 (method git-fetch)
11275 (uri (git-reference
11276 (url "https://github.com/xiongtx/eros.git")
11277 (commit commit)))
11278 (file-name (string-append name "-" version "-checkout"))
11279 (sha256
11280 (base32
11281 "0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
11282 (build-system emacs-build-system)
11283 (home-page "https://github.com/xiongtx/eros")
11284 (synopsis "Evaluation result overlays")
11285 (description "@code{eros} provides evaluation result overlays.")
11286 (license license:gpl3+))))
11287
11288 (define-public emacs-stickyfunc-enhance
11289 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
11290 (revision "1"))
11291 (package
11292 (name "emacs-stickyfunc-enhance")
11293 (version "0.1")
11294 (source
11295 (origin
11296 (method git-fetch)
11297 (uri (git-reference
11298 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
11299 (commit commit)))
11300 (file-name (string-append name "-" version "-checkout"))
11301 (sha256
11302 (base32
11303 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
11304 (build-system emacs-build-system)
11305 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
11306 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
11307 (description
11308 "@code{semantic-stickyfunc-mode} shows the function point is currently
11309 in at the first line of the current buffer. This is useful when you have a
11310 very long function that spreads more than a screen, and you don't have to
11311 scroll up to read the function name and then scroll down to original position.")
11312 (license license:gpl3+))))
11313
11314 (define-public emacs-git-auto-commit-mode
11315 (package
11316 (name "emacs-git-auto-commit-mode")
11317 (version "4.4.0")
11318 (source
11319 (origin
11320 (method url-fetch)
11321 (uri (string-append
11322 "https://github.com/ryuslash/git-auto-commit-mode/archive/"
11323 version ".tar.gz"))
11324 (file-name (string-append name "-" version ".tar.gz"))
11325 (sha256
11326 (base32
11327 "04avxmalsl3b7zi2vipfw9rb4wrwysnipsbch96skviql9axk870"))))
11328 (build-system emacs-build-system)
11329 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
11330 (synopsis "Emacs Minor mode to automatically commit and push")
11331 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
11332 tries to commit changes to a file after every save.
11333
11334 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
11335 the current upstream.")
11336 (license license:gpl3+)))
11337
11338 (define-public emacs-company-restclient
11339 (package
11340 (name "emacs-company-restclient")
11341 (version "0.1.0")
11342 (source
11343 (origin
11344 (method url-fetch)
11345 (uri (string-append
11346 "https://github.com/iquiw/company-restclient/archive/"
11347 "v" version ".tar.gz"))
11348 (file-name (string-append name "-" version ".tar.gz"))
11349 (sha256
11350 (base32
11351 "1kr3f0wgqlk7r171bvb2kinv7fanwj2md01wdpx04qkgwcr1as00"))))
11352 (build-system emacs-build-system)
11353 (propagated-inputs
11354 `(("emacs-company" ,emacs-company)
11355 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
11356 ("emacs-restclient" ,emacs-restclient)))
11357 (home-page "https://github.com/iquiw/company-restclient")
11358 (synopsis "Company-mode completion back-end for restclient-mode")
11359 (description "@code{company-mode} back-end for
11360 @code{restclient-mode}.
11361
11362 It provides auto-completion for HTTP methods and headers in
11363 @code{restclient-mode}. Completion source is given by
11364 @code{know-your-http-well}.")
11365 (license license:gpl3+)))
11366
11367 (define-public emacs-noflet
11368 (let ((version "20170629")
11369 (revision "1")
11370 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
11371 (package
11372 (name "emacs-noflet")
11373 (version (git-version version revision commit))
11374 (source
11375 (origin
11376 (method git-fetch)
11377 (uri (git-reference
11378 (url "https://github.com/nicferrier/emacs-noflet")
11379 (commit commit)))
11380 (file-name (string-append name "-" version "-checkout"))
11381 (sha256
11382 (base32
11383 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
11384 (build-system emacs-build-system)
11385 (arguments
11386 `(#:phases
11387 (modify-phases %standard-phases
11388 (add-after 'unpack 'require-dash
11389 ;; noflet.el uses -map from dash, but (require 'dash) is
11390 ;; missing. So, add it.
11391 (lambda _
11392 (substitute* "noflet.el"
11393 ((";;; Code:") ";;; Code:\n(require 'dash)"))
11394 #t)))))
11395 (propagated-inputs
11396 `(("emacs-dash" ,emacs-dash)))
11397 (home-page "https://github.com/nicferrier/emacs-noflet")
11398 (synopsis "Locally override functions")
11399 (description "@code{emacs-noflet} let's you locally override functions,
11400 in the manner of @command{flet}, but with access to the original function
11401 through the symbol: @command{this-fn}.")
11402 (license license:gpl3+))))
11403
11404 (define-public emacs-dumb-jump
11405 (package
11406 (name "emacs-dumb-jump")
11407 (version "0.5.2")
11408 (source
11409 (origin
11410 (method url-fetch)
11411 (uri (string-append
11412 "https://github.com/jacktasia/dumb-jump/archive/v"
11413 version ".tar.gz"))
11414 (file-name (string-append name "-" version ".tar.gz"))
11415 (sha256
11416 (base32
11417 "07n0xjgpxjpf3vp9gxchkjpydyj0zm166930as0kwiwkhjlsirsf"))))
11418 (build-system emacs-build-system)
11419 (arguments
11420 `(#:tests? #f ; FIXME: Tests freeze when run.
11421 #:test-command '("ert-runner")
11422 #:phases
11423 (modify-phases %standard-phases
11424 (add-after 'unpack 'set-shell
11425 (lambda _
11426 ;; Setting the SHELL environment variable is required for the
11427 ;; tests to find sh.
11428 (setenv "SHELL" (which "sh"))
11429 #t)))))
11430 (native-inputs
11431 `(("emacs-el-mock" ,emacs-el-mock)
11432 ("emacs-noflet" ,emacs-noflet)
11433 ("emacs-undercover" ,emacs-undercover)
11434 ("ert-runner" ,emacs-ert-runner)))
11435 (propagated-inputs
11436 `(("emacs-f" ,emacs-f)
11437 ("emacs-popup" ,emacs-popup)))
11438 (home-page "https://github.com/jacktasia/dumb-jump")
11439 (synopsis "Jump to definition for multiple languages without configuration")
11440 (description "Dumb Jump is an Emacs \"jump to definition\" package with
11441 support for multiple programming languages that favors \"just working\" over
11442 speed or accuracy. This means minimal --- and ideally zero --- configuration
11443 with absolutely no stored indexes (tags) or persistent background processes.
11444 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
11445 @command{rg} installed.")
11446 (license license:gpl3+)))
11447
11448 (define-public emacs-dts-mode
11449 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
11450 (revision "1"))
11451 (package
11452 (name "emacs-dts-mode")
11453 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
11454 (source
11455 (origin
11456 (method git-fetch)
11457 (uri (git-reference
11458 (url "https://github.com/bgamari/dts-mode.git")
11459 (commit commit)))
11460 (file-name (string-append name "-" version "-checkout"))
11461 (sha256
11462 (base32
11463 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
11464 (build-system emacs-build-system)
11465 (home-page "https://github.com/bgamari/dts-mode.git")
11466 (synopsis "Emacs minor mode for editing device tree files")
11467 (description
11468 "This package provides an Emacs minor mode for highlighting
11469 device tree files.")
11470 (license license:gpl3+))))
11471
11472 (define-public emacs-daemons
11473 (package
11474 (name "emacs-daemons")
11475 (version "2.0.0")
11476 (source
11477 (origin
11478 (method git-fetch)
11479 (uri (git-reference
11480 (url "https://github.com/cbowdon/daemons.el")
11481 (commit version)))
11482 (file-name (string-append name "-" version "-checkout"))
11483 (sha256
11484 (base32
11485 "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
11486 (build-system emacs-build-system)
11487 (home-page "https://github.com/cbowdon/daemons.el")
11488 (synopsis "Emacs UI for managing init system services")
11489 (description
11490 "This is an Emacs mode to give you a UI for managing init system
11491 daemons (services) for those getting tired of typing out @code{sudo service
11492 my_thing reload} all the time. It offers a consistent UI over different init
11493 systems.")
11494 (license license:gpl3+)))
11495
11496 (define-public emacs-isearch+
11497 (let ((commit "95e49af9dbf0254e095a11f115e101b52659520a")
11498 (revision "1"))
11499 (package
11500 (name "emacs-isearch+")
11501 (version (git-version "0" revision commit))
11502 (source
11503 (origin
11504 (method git-fetch)
11505 (uri (git-reference
11506 (url "https://github.com/emacsmirror/isearch-plus.git")
11507 (commit commit)))
11508 (file-name (git-file-name name version))
11509 (sha256
11510 (base32
11511 "0xhd9zgknf4lvzyf4apirpd7spb1hbpzkvys00a7pkmd0vvahk0v"))))
11512 (build-system emacs-build-system)
11513 (home-page "https://www.emacswiki.org/emacs/isearch+.el")
11514 (synopsis "Extensions to @code{isearch.el}")
11515 (description "This package extends @code{isearch} with advice, dynamic
11516 filters, highlighting of regexp group levels, and more.")
11517 (license license:gpl2+))))
11518
11519 (define-public emacs-eshell-bookmark
11520 (package
11521 (name "emacs-eshell-bookmark")
11522 (version "2.0.0")
11523 (source
11524 (origin
11525 (method git-fetch)
11526 (uri (git-reference
11527 (url "https://github.com/Fuco1/eshell-bookmark")
11528 (commit version)))
11529 (file-name (git-file-name name version))
11530 (sha256
11531 (base32
11532 "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"))))
11533 (build-system emacs-build-system)
11534 (home-page "https://github.com/Fuco1/eshell-bookmark")
11535 (synopsis "Provide @file{bookmark.el} integration for @code{eshell}")
11536 (description
11537 "This package allows for bookmarking @code{eshell} buffers. Upon
11538 visiting the bookmark, a new @code{eshell} session will be opened in the
11539 appropriate directory if no @code{eshell} session is active.")
11540 (license license:gpl3+)))
11541
11542 (define-public emacs-eshell-z
11543 (package
11544 (name "emacs-eshell-z")
11545 (version "0.3.2")
11546 (source
11547 (origin
11548 (method git-fetch)
11549 (uri (git-reference
11550 (url "https://github.com/xuchunyang/eshell-z")
11551 (commit (string-append "v" version))))
11552 (file-name (git-file-name name version))
11553 (sha256
11554 (base32
11555 "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"))))
11556 (build-system emacs-build-system)
11557 (home-page "https://github.com/xuchunyang/eshell-z")
11558 (synopsis "Quick navigation to frequently visited directories")
11559 (description
11560 "This package is a port of @code{z}, and keeps track of visited directories
11561 and commands invoked within them in order to enable navigation via input of
11562 matching regexps.")
11563 (license license:gpl3+)))
11564
11565 (define-public emacs-esh-autosuggest
11566 (package
11567 (name "emacs-esh-autosuggest")
11568 (version "2.0.0")
11569 (source
11570 (origin
11571 (method git-fetch)
11572 (uri (git-reference
11573 (url "https://github.com/dieggsy/esh-autosuggest")
11574 (commit version)))
11575 (file-name (string-append name "-" version "-checkout"))
11576 (sha256
11577 (base32
11578 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
11579 (build-system emacs-build-system)
11580 (propagated-inputs `(("emacs-company" ,emacs-company)))
11581 (home-page "https://github.com/dieggsy/esh-autosuggest")
11582 (synopsis "Fish-like autosuggestions in Eshell")
11583 (description
11584 "This package assumes you use something other than company for eshell
11585 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
11586 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
11587 for history autosuggestions.
11588
11589 Unless you're using @code{use-package}'s hook keyword, you can enable the
11590 autosuggestions with:
11591 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
11592 (license license:gpl3+)))
11593
11594 (define-public emacs-desktop-environment
11595 (let ((commit "a9eba14f2b5b8070f78dca839ca8259736e346a6"))
11596 (package
11597 (name "emacs-desktop-environment")
11598 (version (git-version "0.2.0" "1" commit))
11599 (source
11600 (origin
11601 (method git-fetch)
11602 (uri (git-reference
11603 (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
11604 (commit commit)))
11605 (file-name (string-append name "-" version "-checkout"))
11606 (sha256
11607 (base32
11608 "0x73x5hy7w55jrzy3xvqhk90rrsznmxjqvsvwhh21qznv5w269xz"))))
11609 (build-system emacs-build-system)
11610 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
11611 (synopsis "Control your GNU/Linux desktop environment from Emacs")
11612 (description
11613 "This package helps you control your GNU/Linux desktop from Emacs.
11614 With @code{desktop-environment}, you can control the brightness and volume as
11615 well as take screenshots and lock your screen. The package depends on the
11616 availability of shell commands to do the hard work for us. These commands can
11617 be changed by customizing the appropriate variables.")
11618 (license license:gpl3+))))
11619
11620 (define-public emacs-org-caldav
11621 (package
11622 (name "emacs-org-caldav")
11623 (version "20180403")
11624 (source
11625 (origin
11626 (method url-fetch)
11627 (uri (string-append
11628 "https://github.com/dengste/org-caldav/raw/"
11629 "8d3492c27a09f437d2d94f2736c56d7652e87aa0"
11630 "/org-caldav.el"))
11631 (sha256
11632 (base32
11633 "1fh4gh68ddj0is99z2ccyh97v6psnyda61n2dsadzqhcxn51amlc"))))
11634 (build-system emacs-build-system)
11635 (propagated-inputs `(("emacs-org" ,emacs-org)))
11636 (home-page "https://github.com/dengste/org-caldav")
11637 (synopsis
11638 "Sync Org files with external calendars via the CalDAV protocol")
11639 (description
11640 "Synchronize between events in Org-mode files and a CalDAV calendar.
11641 This code is still alpha.")
11642 (license license:gpl3+)))
11643
11644 (define-public emacs-zotxt
11645 (package
11646 (name "emacs-zotxt")
11647 (version "20180518")
11648 (source
11649 (origin
11650 (method url-fetch)
11651 (uri (string-append
11652 "https://github.com/egh/zotxt-emacs/archive/"
11653 "23a4a9f74a658222027d53a9a83cd4bcc583ca8b"
11654 ".tar.gz"))
11655 (sha256
11656 (base32
11657 "1qlibaciqgsva6fc7vv9krssjq00bi880396jk7llbi3c52q9n1y"))))
11658 (build-system emacs-build-system)
11659 (propagated-inputs
11660 `(("emacs-deferred" ,emacs-deferred)
11661 ("emacs-request" ,emacs-request)))
11662 (home-page "https://github.com/egh/zotxt-emacs")
11663 (synopsis "Integrate Emacs with Zotero")
11664 (description "This package provides two integration features between Emacs
11665 and the Zotero research assistant: Insertion of links to Zotero items into an
11666 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
11667 (license license:gpl3+)))
11668
11669 (define-public emacs-evil-ediff
11670 ;; Evil-Ediff is included in Evil Collection from 20180617.
11671 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
11672
11673 (define-public emacs-evil-magit
11674 (let ((commit "e2fec5877994c0c19f0c25fa01f3d22cb0ab38ba"))
11675 (package
11676 (name "emacs-evil-magit")
11677 (version (git-version "0.4.2" "2" commit))
11678 (source
11679 (origin
11680 (method git-fetch)
11681 (uri (git-reference
11682 (url "https://github.com/emacs-evil/evil-magit")
11683 (commit commit)))
11684 (file-name (string-append name "-" version "-checkout"))
11685 (sha256
11686 (base32
11687 "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
11688 (build-system emacs-build-system)
11689 (propagated-inputs
11690 `(("emacs-evil" ,emacs-evil)
11691 ("magit" ,emacs-magit)))
11692 (home-page
11693 "https://github.com/emacs-evil/evil-magit")
11694 (synopsis "Evil-based key bindings for Magit")
11695 (description
11696 "This Emacs library configures Magit and Evil to play well with each other.
11697 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
11698 See the README at @url{https://github.com/justbur/evil-magit} for a table
11699 describing the key binding changes.")
11700 (license license:gpl3+))))
11701
11702 (define-public emacs-evil-mu4e
11703 ;; Evil-mu4e is included in Evil Collection from 20180617.
11704 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
11705
11706 (define-public emacs-evil-multiedit
11707 (package
11708 (name "emacs-evil-multiedit")
11709 (version "1.3.9")
11710 (source
11711 (origin
11712 (method git-fetch)
11713 (uri (git-reference
11714 (url "https://github.com/hlissner/evil-multiedit")
11715 (commit (string-append "v" version))))
11716 (file-name (string-append name "-" version "-checkout"))
11717 (sha256
11718 (base32
11719 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
11720 (build-system emacs-build-system)
11721 (propagated-inputs
11722 `(("emacs-evil" ,emacs-evil)
11723 ("emacs-iedit" ,emacs-iedit)))
11724 (home-page
11725 "https://github.com/hlissner/evil-multiedit")
11726 (synopsis "Multiple cursors for Evil mode")
11727 (description
11728 "This plugin was an answer to the lack of proper multiple cursor support
11729 in Emacs+Evil. It allows you to select and edit matches interactively,
11730 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
11731 defaults.")
11732 (license license:gpl3+)))
11733
11734 (define-public emacs-evil-org
11735 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
11736 (package
11737 (name "emacs-evil-org")
11738 (version (git-version "0.1.1" "1" commit))
11739 (source
11740 (origin
11741 (method git-fetch)
11742 (uri (git-reference
11743 (url "https://github.com/Somelauw/evil-org-mode")
11744 (commit commit)))
11745 (file-name (string-append name "-" version "-checkout"))
11746 (sha256
11747 (base32
11748 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
11749 (build-system emacs-build-system)
11750 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
11751 (home-page
11752 "https://github.com/Somelauw/evil-org-mode")
11753 (synopsis "Evil keybindings for Org mode")
11754 (description
11755 "This package adds supplemental Evil mode key-bindings to Emacs
11756 Org-mode. It features:
11757 @itemize
11758 @item normal, visual and insert mode bindings;
11759 @item key bindings organised in key themes;
11760 @item operators like > and < to work on headings;
11761 @item text objects;
11762 @item table support;
11763 @item calendar (date selection) support;
11764 @item agenda support.
11765 @end itemize\n")
11766 (license license:gpl3+))))
11767
11768 (define-public emacs-debpaste
11769 (package
11770 (name "emacs-debpaste")
11771 (version "0.1.5")
11772 (home-page "https://github.com/alezost/debpaste.el")
11773 (source
11774 (origin
11775 (method git-fetch)
11776 (uri (git-reference (url home-page)
11777 (commit (string-append "v" version))))
11778 (file-name (string-append name "-" version ".tar.gz"))
11779 (sha256
11780 (base32
11781 "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
11782 (build-system emacs-build-system)
11783 (propagated-inputs
11784 `(("emacs-xml-rpc" ,emacs-xml-rpc)))
11785 (synopsis "Manipulate pastes from the Debian Pastezone")
11786 (description "Debpaste is an Emacs interface for the Debian Pastezone,
11787 allowing you to receive, post, and delete pastes. It communicates with the
11788 server using XML-RPC.")
11789 (license license:gpl3+)))
11790
11791 (define-public emacs-xml-rpc
11792 (let ((commit "8f624f8b964e9145acb504e4457c9510e87dd93c")
11793 (revision "1"))
11794 (package
11795 (name "emacs-xml-rpc")
11796 (version (git-version "1.6.12" revision commit))
11797 (source
11798 (origin
11799 (method git-fetch)
11800 (uri (git-reference
11801 (url "https://github.com/hexmode/xml-rpc-el")
11802 (commit commit)))
11803 (file-name (git-file-name name version))
11804 (sha256
11805 (base32
11806 "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"))))
11807 (build-system emacs-build-system)
11808 (home-page "https://github.com/hexmode/xml-rpc-el")
11809 (synopsis "XML-RPC client for Emacs")
11810 (description "This package provides an XML-RPC client for Emacs capable
11811 of both synchronous and asynchronous method calls using the @code{url}
11812 package's async retrieval functionality. @file{xml-rpc.el} represents XML-RPC
11813 datatypes as Lisp values, automatically converting to and from the XML
11814 datastructures as needed, both for method parameters and return values, making
11815 using XML-RPC methods fairly transparent to the Lisp code.")
11816 (license license:gpl3+))))
11817
11818 (define-public emacs-fish-completion
11819 (package
11820 (name "emacs-fish-completion")
11821 (version "1.0")
11822 (source
11823 (origin
11824 (method url-fetch)
11825 (uri (string-append
11826 "https://gitlab.com/Ambrevar/emacs-fish-completion/repository/"
11827 "archive.tar.gz?ref="
11828 version))
11829 (sha256
11830 (base32
11831 "1hpma1c5j50ja03ibr7h1xmyv7k8j3rbvqivad47kwqhlsgw0jk0"))))
11832 (build-system emacs-build-system)
11833 (inputs `(("fish" ,fish)))
11834 (arguments
11835 `(#:phases
11836 (modify-phases %standard-phases
11837 (add-after 'unpack 'configure
11838 (lambda* (#:key inputs outputs #:allow-other-keys)
11839 (let ((fish (assoc-ref inputs "fish")))
11840 ;; Specify the absolute file names of the various
11841 ;; programs so that everything works out-of-the-box.
11842 (emacs-substitute-variables
11843 "fish-completion.el"
11844 ("fish-completion-command"
11845 (string-append fish "/bin/fish")))))))))
11846 (home-page
11847 "https://gitlab.com/Ambrevar/emacs-fish-completion")
11848 (synopsis "Fish completion for Emacs pcomplete")
11849 (description
11850 "This package provides completion for the Fish shell to pcomplete (used
11851 by shell and Eshell). You can set it up globally with:
11852
11853 @example
11854 (when (and (executable-find \"fish\")
11855 (require 'fish-completion nil t))
11856 (global-fish-completion-mode))
11857 @end example
11858
11859 Alternatively, you can call the @code{fish-completion-mode} manually or in
11860 shell/Eshell mode hook.
11861
11862 The package @code{emacs-bash-completion} is an optional dependency: if available,
11863 @code{fish-completion-complete} can be configured to fall back on bash to further
11864 try completing. See @code{fish-completion-fallback-on-bash-p}.")
11865 (license license:gpl3+)))
11866
11867 (define-public emacs-gif-screencast
11868 (let ((commit "12b25442b97b84abae74ecb5190a9d14ff7cfe5a"))
11869 (package
11870 (name "emacs-gif-screencast")
11871 (version (git-version "20180616" "1" commit))
11872 (source
11873 (origin
11874 (method url-fetch)
11875 (uri (string-append
11876 "https://gitlab.com/Ambrevar/emacs-gif-screencast/"
11877 "repository/archive.tar.gz?ref="
11878 commit))
11879 (sha256
11880 (base32
11881 "0lc457i78xjkn5idr2aaiadkh76zcsksj84z0qh80a9y775syrgh"))))
11882 (build-system emacs-build-system)
11883 (inputs
11884 `(("scrot" ,scrot)
11885 ("imagemagick" ,imagemagick)
11886 ("gifsicle" ,gifsicle)))
11887 (arguments
11888 `(#:phases
11889 (modify-phases %standard-phases
11890 (add-after 'unpack 'configure
11891 (lambda* (#:key inputs outputs #:allow-other-keys)
11892 (let ((scrot (assoc-ref inputs "scrot"))
11893 (imagemagick (assoc-ref inputs "imagemagick"))
11894 (gifsicle (assoc-ref inputs "gifsicle")))
11895 ;; Specify the absolute file names of the various
11896 ;; programs so that everything works out-of-the-box.
11897 (emacs-substitute-variables
11898 "gif-screencast.el"
11899 ("gif-screencast-program"
11900 (string-append scrot "/bin/scrot"))
11901 ("gif-screencast-convert-program"
11902 (string-append imagemagick "/bin/convert"))
11903 ("gif-screencast-cropping-program"
11904 (string-append imagemagick "/bin/mogrify"))
11905 ("gif-screencast-optimize-program"
11906 (string-append imagemagick "/bin/gifsicle")))))))))
11907 (home-page
11908 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
11909 (synopsis "One-frame-per-action GIF recording")
11910 (description
11911 "Call @code{gif-screencast} to start a recording.
11912 A screenshot is taken for every user action. Call
11913 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
11914 the GIF result.")
11915 (license license:gpl3+))))
11916
11917 (define-public emacs-google-translate
11918 (package
11919 (name "emacs-google-translate")
11920 (version "0.11.16")
11921 (source
11922 (origin
11923 (method url-fetch)
11924 (uri (string-append "https://github.com/atykhonov/google-translate/"
11925 "archive/v" version ".tar.gz"))
11926 (file-name (string-append name "-" version ".tar.gz"))
11927 (sha256
11928 (base32
11929 "01n9spj1d0gjfj39x526rl3m9c28wnx9afipmf5s8y77cx3mfwhl"))))
11930 (build-system emacs-build-system)
11931 (home-page "https://github.com/atykhonov/google-translate")
11932 (synopsis "Emacs interface to Google Translate")
11933 (description
11934 "This packages provides an Emacs interface to the Google Translate
11935 on-line service.")
11936 (license license:gpl3+)))
11937
11938 (define-public emacs-helm-company
11939 (let ((commit "d3fc093a0e833b4dee6561c00d6df3d62aa50f3f"))
11940 (package
11941 (name "emacs-helm-company")
11942 (version (git-version "0.2.3" "1" commit))
11943 (source
11944 (origin
11945 (method git-fetch)
11946 (uri (git-reference
11947 (url "https://github.com/Sodel-the-Vociferous/helm-company")
11948 (commit commit)))
11949 (file-name (string-append name "-" version "-checkout"))
11950 (sha256
11951 (base32
11952 "1ciirsanhajdqm5iwl8k9ywf4jha1wdv4sc4d9kslyrfr9zn4q6k"))))
11953 (build-system emacs-build-system)
11954 (propagated-inputs
11955 `(("emacs-helm" ,emacs-helm)
11956 ("emacs-company" ,emacs-company)))
11957 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
11958 (synopsis "Helm interface for company-mode")
11959 (description
11960 "This is a Helm interface to company-mode, a text completion
11961 framework.")
11962 (license license:gpl3+))))
11963
11964 (define-public emacs-helm-descbinds
11965 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
11966 (package
11967 (name "emacs-helm-descbinds")
11968 (version (git-version "1.13" "1" commit))
11969 (source
11970 (origin
11971 (method git-fetch)
11972 (uri (git-reference
11973 (url "https://github.com/emacs-helm/helm-descbinds")
11974 (commit commit)))
11975 (file-name (string-append name "-" version "-checkout"))
11976 (sha256
11977 (base32
11978 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
11979 (build-system emacs-build-system)
11980 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
11981 (home-page "https://github.com/emacs-helm/helm-descbinds")
11982 (synopsis "Convenient @code{describe-bindings} with Helm")
11983 (description
11984 "This package is a replacement of @code{describe-bindings} for Helm.
11985 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
11986 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
11987 @code{helm-descbinds}. The bindings are presented in a similar way as
11988 @code{describe-bindings} does, but you can use completion to find the command
11989 you searched for and execute it, or view its documentation.")
11990 (license license:gpl3+))))
11991
11992 (define-public emacs-helm-emms
11993 (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
11994 (package
11995 (name "emacs-helm-emms")
11996 (version (git-version "1.3" "2" commit))
11997 (source
11998 (origin
11999 (method git-fetch)
12000 (uri (git-reference
12001 (url "https://github.com/emacs-helm/helm-emms")
12002 (commit commit)))
12003 (file-name (string-append name "-" version "-checkout"))
12004 (sha256
12005 (base32
12006 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
12007 (build-system emacs-build-system)
12008 (propagated-inputs
12009 `(("emacs-helm" ,emacs-helm)
12010 ("emacs-emms" ,emacs-emms)))
12011 (home-page
12012 "https://github.com/emacs-helm/helm-emms")
12013 (synopsis "Emms for Helm")
12014 (description "Helm interface for Emms to browse all tracks and all folders
12015 from @code{emms-source-file-default-directory}.")
12016 (license license:gpl3+))))
12017
12018 (define-public emacs-helm-exwm
12019 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
12020 (package
12021 (name "emacs-helm-exwm")
12022 (version (git-version "20180703" "2" commit))
12023 (source
12024 (origin
12025 (method url-fetch)
12026 (uri (string-append
12027 "https://github.com/emacs-helm/helm-exwm/archive/"
12028 commit
12029 ".tar.gz"))
12030 (sha256
12031 (base32
12032 "0n7hdiajw5vxl8ha2r9r4cl4i7crza25348825wb6acwhhzijxcj"))))
12033 (build-system emacs-build-system)
12034 (propagated-inputs
12035 `(("emacs-helm" ,emacs-helm)
12036 ("emacs-exwm" ,emacs-exwm)))
12037 (home-page
12038 "https://github.com/emacs-helm/helm-exwm")
12039 (synopsis "Helm for EXWM buffers")
12040 (description
12041 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
12042 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
12043 switch between the various windows of one or several specific applications.
12044 See @code{helm-exwm-switch-browser} for an example.")
12045 (license license:gpl3+))))
12046
12047 (define-public emacs-helm-flycheck
12048 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
12049 (package
12050 (name "emacs-helm-flycheck")
12051 (version (git-version "0.4" "1" commit))
12052 (source
12053 (origin
12054 (method git-fetch)
12055 (uri (git-reference
12056 (url "https://github.com/yasuyk/helm-flycheck")
12057 (commit commit)))
12058 (file-name (string-append name "-" version "-checkout"))
12059 (sha256
12060 (base32
12061 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
12062 (build-system emacs-build-system)
12063 (propagated-inputs
12064 `(("emacs-dash" ,emacs-dash)
12065 ("emacs-flycheck" ,emacs-flycheck)
12066 ("emacs-helm" ,emacs-helm)))
12067 (home-page "https://github.com/yasuyk/helm-flycheck")
12068 (synopsis "Show Flycheck errors with Helm")
12069 (description
12070 "This integrates Flycheck with Helm.")
12071 (license license:gpl3+))))
12072
12073 (define-public emacs-helm-ls-git
12074 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
12075 (package
12076 (name "emacs-helm-ls-git")
12077 (version (git-version "1.9.1" "1" commit))
12078 (source
12079 (origin
12080 (method git-fetch)
12081 (uri (git-reference
12082 (url "https://github.com/emacs-helm/helm-ls-git")
12083 (commit commit)))
12084 (file-name (string-append name "-" version "-checkout"))
12085 (sha256
12086 (base32
12087 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
12088 (build-system emacs-build-system)
12089 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
12090 (home-page "https://github.com/emacs-helm/helm-ls-git")
12091 (synopsis "Helm interface for listing the files in a Git repository")
12092 (description
12093 "This package provides a Helm interface for Git files.
12094 @itemize
12095 @item Display the open buffers in project.
12096 @item Display a status source showing state of project (modified files etc.).
12097 @item Display a list of all files in project under git control.
12098 @item Quickly look at diffs of modified files.
12099 @item Allow switching to @code{git status} with your preferred frontend
12100 (vc-dir, Magit,etc.).
12101 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
12102 can use ack-grep instead of grep).
12103 @item Integrate usage of gid from id-utils.
12104 @item Full integration with @code{helm-find-files}, allow you to browse
12105 projects unrelated to current-buffer.
12106 @item In addition, all actions of type files and buffers are provided.
12107 @end itemize\n")
12108 (license license:gpl3+))))
12109
12110 (define-public emacs-helm-mu
12111 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
12112 (package
12113 (name "emacs-helm-mu")
12114 (version (git-version "20180513" "1" commit))
12115 (source
12116 (origin
12117 (method url-fetch)
12118 (uri (string-append
12119 "https://github.com/emacs-helm/helm-mu/archive/"
12120 commit
12121 ".tar.gz"))
12122 (sha256
12123 (base32
12124 "0qm4xi3i957scm50nar398pv4x8y03si10l77jb9ckjaviyq2hj9"))))
12125 (build-system emacs-build-system)
12126 (propagated-inputs
12127 `(("emacs-helm" ,emacs-helm)
12128 ("mu" ,mu)))
12129 (home-page
12130 "https://github.com/emacs-helm/helm-mu")
12131 (synopsis
12132 "Helm sources for searching emails and contacts")
12133 (description
12134 "Helm sources for searching emails and contacts using @code{mu} and
12135 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
12136 Emacs build on top of mu. Mu is highly efficient making it possible to get
12137 instant results even for huge maildirs. It also provides search operators,
12138 e.g: @code{from:Peter to:Anne flag:attach search term}.")
12139 (license license:gpl3+))))
12140
12141 (define-public emacs-helm-pass
12142 (package
12143 (name "emacs-helm-pass")
12144 (version "0.3")
12145 (source
12146 (origin
12147 (method git-fetch)
12148 (uri (git-reference
12149 (url "https://github.com/emacs-helm/helm-pass")
12150 (commit version)))
12151 (sha256
12152 (base32
12153 "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
12154 (build-system emacs-build-system)
12155 (propagated-inputs
12156 `(("emacs-helm" ,emacs-helm)
12157 ("emacs-password-store" ,emacs-password-store)))
12158 (home-page "https://github.com/emacs-helm/helm-pass")
12159 (synopsis "Helm interface to pass, the standard Unix password manager")
12160 (description
12161 "Users of @code{helm-pass} may also be interested in functionality
12162 provided by other Emacs packages dealing with pass:
12163 @itemize
12164 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
12165 @item @code{emacs-pass}, a major mode for @code{pass}.
12166 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
12167 @code{pass}, included in Emacs 26+).
12168 @end itemize\n")
12169 (license license:gpl3+)))
12170
12171 (define-public emacs-image+
12172 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
12173 (package
12174 (name "emacs-image+")
12175 (version (git-version "0.6.2" "1" commit))
12176 (source
12177 (origin
12178 (method git-fetch)
12179 (uri (git-reference
12180 (url "https://github.com/mhayashi1120/Emacs-imagex")
12181 (commit commit)))
12182 (file-name (string-append name "-" version "-checkout"))
12183 (sha256
12184 (base32
12185 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
12186 (build-system emacs-build-system)
12187 (inputs `(("imagemagick" ,imagemagick)))
12188 (arguments
12189 `(#:phases
12190 (modify-phases %standard-phases
12191 (add-after 'unpack 'configure
12192 (lambda* (#:key inputs outputs #:allow-other-keys)
12193 (let ((imagemagick (assoc-ref inputs "imagemagick")))
12194 ;; Specify the absolute file names of the various
12195 ;; programs so that everything works out-of-the-box.
12196 (chmod "image+.el" #o666)
12197 (emacs-substitute-variables
12198 "image+.el"
12199 ("imagex-convert-command"
12200 (string-append imagemagick "/bin/convert"))
12201 ("imagex-identify-command"
12202 (string-append imagemagick "/bin/identify")))))))))
12203 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
12204 (synopsis "Image manipulation extensions for Emacs")
12205 (description
12206 "Image+ provides keybindings allowing you to zoom in or zoom out of an
12207 image, rotate it, save modified images, and more.")
12208 (license license:gpl3+))))
12209
12210 (define-public emacs-package-lint
12211 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
12212 (package
12213 (name "emacs-package-lint")
12214 (version (git-version "0.5" "1" commit))
12215 (source
12216 (origin
12217 (method git-fetch)
12218 (uri (git-reference
12219 (url "https://github.com/purcell/package-lint")
12220 (commit commit)))
12221 (file-name (string-append name "-" version "-checkout"))
12222 (sha256
12223 (base32
12224 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
12225 (build-system emacs-build-system)
12226 (home-page "https://github.com/purcell/package-lint")
12227 (synopsis "Linting library for elisp package authors")
12228 (description
12229 "This provides a list of issues with the Emacs package metadata of a file,
12230 e.g. the package dependencies it requires. See function
12231 @code{package-lint-buffer}. Checks will currently be enabled only if a
12232 \"Package-Requires:\" or \"Package-Version:\" header is present in the
12233 file.")
12234 (license license:gpl3+))))
12235
12236 (define-public emacs-picpocket
12237 (let ((version "40")
12238 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
12239 (package
12240 (name "emacs-picpocket")
12241 (version version)
12242 (source
12243 (origin
12244 (method git-fetch)
12245 (uri (git-reference
12246 (url "https://github.com/johanclaesson/picpocket")
12247 (commit commit)))
12248 (file-name (git-file-name name version))
12249 (sha256
12250 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
12251 (build-system emacs-build-system)
12252 (arguments ; needed for running tests
12253 `(#:tests? #t
12254 #:emacs ,emacs
12255 #:test-command '("emacs" "--batch"
12256 "-l" "picpocket-test.el"
12257 "-f" "ert-run-tests-batch-and-exit")))
12258 (home-page "https://github.com/johanclaesson/picpocket")
12259 (synopsis "Image viewer for Emacs")
12260 (description
12261 "Picpocket is an image viewer for GNU Emacs. It has commands for:
12262
12263 @itemize
12264 @item File operations on the picture files (delete, move, copy, hardlink).
12265 @item Scale and rotate the picture.
12266 @item Associate pictures with tags which are saved to disk.
12267 @item Filter pictures according to tags.
12268 @item Customizing keystrokes for quick tagging and file operations.
12269 @item Undo and browse history of undoable commands.
12270 @end itemize")
12271 (license license:gpl3+))))
12272
12273 (define-public emacs-wgrep-helm
12274 ;; `emacs-wgrep-helm' was mistakenly added.
12275 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
12276
12277 (define-public emacs-mu4e-conversation
12278 (let ((commit "e7d4bfcb0d392b0aed1f705ccac2419a168d1f5e"))
12279 (package
12280 (name "emacs-mu4e-conversation")
12281 (version (git-version "20181126" "4" commit))
12282 (source
12283 (origin
12284 (method url-fetch)
12285 (uri (string-append
12286 "https://gitlab.com/Ambrevar/mu4e-conversation/"
12287 "repository/archive.tar.gz?ref="
12288 commit))
12289 (file-name (string-append name "-" version "-checkout"))
12290 (sha256
12291 (base32
12292 "0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
12293 (build-system emacs-build-system)
12294 (propagated-inputs
12295 `(("mu" ,mu)))
12296 (home-page
12297 "https://gitlab.com/Ambrevar/mu4e-conversation")
12298 (synopsis
12299 "Show a complete thread in a single buffer")
12300 (description
12301 "This package offers an alternate view to mu4e's e-mail display. It
12302 shows all e-mails of a thread in a single view, where each correspondent has
12303 their own face. Threads can be displayed linearly (in which case e-mails are
12304 displayed in chronological order) or as an Org document where the node tree
12305 maps the thread tree.")
12306 (license license:gpl3+))))
12307
12308 (define-public emacs-pinentry
12309 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
12310 (revision "1"))
12311 (package
12312 (name "emacs-pinentry")
12313 (version (git-version "0.1" revision commit))
12314 (source
12315 (origin
12316 (method url-fetch)
12317 (uri (string-append
12318 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
12319 "/packages/pinentry/pinentry.el?id=" commit))
12320 (file-name (string-append "pinentry.el"))
12321 (sha256
12322 (base32
12323 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
12324 (build-system emacs-build-system)
12325 (propagated-inputs
12326 `(("gnupg" ,gnupg)))
12327 (home-page "https://elpa.gnu.org/packages/pinentry.html")
12328 (synopsis "GnuPG Pinentry server implementation")
12329 (description
12330 "This package allows GnuPG passphrase to be prompted through the
12331 minibuffer instead of graphical dialog.
12332
12333 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
12334 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
12335 server with @code{M-x pinentry-start}.")
12336 (license license:gpl3+))))
12337
12338 (define-public emacs-org-brain
12339 (package
12340 (name "emacs-org-brain")
12341 (version "0.5")
12342 (source
12343 (origin
12344 (method git-fetch)
12345 (uri (git-reference
12346 (url "https://github.com/Kungsgeten/org-brain.git")
12347 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
12348 (file-name (git-file-name name version))
12349 (sha256
12350 (base32
12351 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
12352 (build-system emacs-build-system)
12353 (home-page "https://github.com/Kungsgeten/org-brain")
12354 (synopsis "Org-mode wiki and concept-mapping for Emacs")
12355 (description "@code{emacs-org-brain} implements a variant of concept
12356 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
12357 org-mode entries, where each entry is a file or a headline, and you can get a
12358 visual overview of the relationships between the entries: parents, children,
12359 siblings and friends. This visual overview can also be used to browse your
12360 entries. You can think of entries as nodes in a mind map, or pages in a
12361 wiki.")
12362 (license license:expat)))
12363
12364 (define-public emacs-recent-addresses
12365 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
12366 (revision "1"))
12367 (package
12368 (name "emacs-recent-addresses")
12369 (home-page "http://nschum.de/src/emacs/recent-addresses/")
12370 (version (git-version "0.1" revision commit))
12371 (source (origin
12372 (method git-fetch)
12373 (uri (git-reference
12374 ;; Note: Use a branch that works with Helm. Submitted
12375 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
12376 (url "https://github.com/civodul/recent-addresses.el")
12377 (commit commit)))
12378 (sha256
12379 (base32
12380 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
12381 (file-name (git-file-name name version))))
12382 (build-system emacs-build-system)
12383 (synopsis "Record recently-used email addressed and auto-complete them")
12384 (description
12385 "@code{recent-addresses} is an Emacs package that allows you to quickly
12386 look up previously used email addresses. It can be used alongside the Gnus
12387 email client.")
12388 (license license:gpl2+))))
12389
12390 (define-public emacs-fold-dwim
12391 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
12392 (revision "0"))
12393 (package
12394 (name "emacs-fold-dwim")
12395 (version (git-version "1.2" revision commit))
12396 (home-page "https://github.com/emacsattic/fold-dwim")
12397 (source (origin
12398 (method git-fetch)
12399 (uri (git-reference (url home-page) (commit commit)))
12400 (sha256
12401 (base32
12402 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
12403 (file-name (git-file-name name version))))
12404 (build-system emacs-build-system)
12405 (synopsis "Unified user interface for Emacs folding modes")
12406 (description
12407 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
12408 can do different things depending on the context. In this package, it means
12409 that, if the cursor is in a currently hidden folded construction, we want to
12410 show it; if it's not, we want to hide whatever fold the cursor is in.")
12411 (license license:gpl2+))))
12412
12413 (define-public emacs-markup-faces
12414 (package
12415 (name "emacs-markup-faces")
12416 (version "1.0.0")
12417 (source
12418 (origin
12419 (method url-fetch)
12420 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
12421 version ".el"))
12422 (sha256
12423 (base32
12424 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
12425 (build-system emacs-build-system)
12426 (home-page "https://github.com/sensorflo/markup-faces")
12427 (synopsis "Collection of Emacs faces for markup language modes")
12428 (description "emacs-markup-faces is like font-lock-faces, but tailored for
12429 markup languages instead programming languages. The sub group markup-faces-text
12430 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
12431 common look and feel, or let's say theme, across different markup language modes
12432 and 'text viewing modes' respectively.")
12433 (license license:gpl3+)))
12434
12435 (define-public emacs-adoc-mode
12436 (package
12437 (name "emacs-adoc-mode")
12438 (version "0.6.6")
12439 (source
12440 (origin
12441 (method url-fetch)
12442 (uri (string-append "https://stable.melpa.org/packages/adoc-mode-"
12443 version ".el"))
12444 (sha256
12445 (base32
12446 "1c6hrgxxsnl2c19rgjykpm7r4xg9lp6bmk5z6bi7g8pqlrgwffcy"))))
12447 (build-system emacs-build-system)
12448 (propagated-inputs
12449 `(("emacs-markup-faces" ,emacs-markup-faces)))
12450 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
12451 (synopsis "AsciiDoc mode for Emacs")
12452 (description "This package provides an Emacs major mode for editing AsciiDoc
12453 files. It focuses on highlighting the document to improve readability.")
12454 (license license:gpl2+)))
12455
12456 (define-public emacs-rust-mode
12457 (let ((commit
12458 ;; Last release is old (2016), use more recent commit to get bug
12459 ;; fixes.
12460 "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
12461 (revision "0"))
12462 (package
12463 (name "emacs-rust-mode")
12464 (version (git-version "0.3.0" revision commit))
12465 (source (origin
12466 (method git-fetch)
12467 (uri
12468 (git-reference
12469 (url "https://github.com/rust-lang/rust-mode")
12470 (commit commit)))
12471 (file-name (git-file-name name version))
12472 (sha256
12473 (base32
12474 "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
12475 (build-system emacs-build-system)
12476 (arguments
12477 `(#:phases
12478 (modify-phases %standard-phases
12479 (replace 'check
12480 (lambda _
12481 (invoke "sh" "run_rust_emacs_tests.sh"))))))
12482 (home-page "https://github.com/rust-lang/rust-mode")
12483 (synopsis "Major Emacs mode for editing Rust source code")
12484 (description "This package provides a major Emacs mode for editing Rust
12485 source code.")
12486 (license (list license:expat
12487 license:asl2.0)))))
12488
12489 (define-public emacs-ztree
12490 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
12491 (package
12492 (name "emacs-ztree")
12493 (version (git-version "1.0.5" "1" commit))
12494 (source
12495 (origin
12496 (method git-fetch)
12497 (uri (git-reference
12498 (url "https://github.com/fourier/ztree")
12499 (commit commit)))
12500 (file-name (git-file-name name version))
12501 (sha256
12502 (base32
12503 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
12504 (build-system emacs-build-system)
12505 (home-page "https://github.com/fourier/ztree")
12506 (synopsis "Directory tree comparison mode for Emacs")
12507 (description "Ztree is a project dedicated to implementation of several
12508 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
12509 @command{ztree-diff} and @command{ztree-dir} (the basis of
12510 @command{ztree-diff}).")
12511 (license license:gpl3))))
12512
12513 (define-public emacs-helm-org-contacts
12514 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
12515 (package
12516 (name "emacs-helm-org-contacts")
12517 (version (git-version "20180707" "1" commit))
12518 (source
12519 (origin
12520 (method git-fetch)
12521 (uri (git-reference
12522 (url "https://github.com/tmalsburg/helm-org-contacts")
12523 (commit commit)))
12524 (file-name (git-file-name name version))
12525 (sha256
12526 (base32
12527 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
12528 (build-system emacs-build-system)
12529 (propagated-inputs
12530 `(("emacs-dash" ,emacs-dash)
12531 ("emacs-helm" ,emacs-helm)
12532 ("emacs-s" ,emacs-s)))
12533 (home-page "https://github.com/tmalsburg/helm-org-contacts")
12534 (synopsis "Helm source for org-contacts")
12535 (description "This Helm source can be used to search contacts stored in
12536 org-contacts format. There are actions for inserting postal addresses, email
12537 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
12538 was called.")
12539 (license license:gpl3))))
12540
12541 (define-public emacs-dired-du
12542 (package
12543 (name "emacs-dired-du")
12544 (version "0.5.1")
12545 (source
12546 (origin
12547 (method url-fetch)
12548 (uri (string-append
12549 "https://elpa.gnu.org/packages/dired-du-"
12550 version ".tar"))
12551 (sha256
12552 (base32
12553 "1091scnrjh0a4gja4z6jxic6ghy1yryv46qk9c76pmh50cpw6766"))))
12554 (build-system emacs-build-system)
12555 (home-page "http://elpa.gnu.org/packages/dired-du.html")
12556 (synopsis "Dired with recursive directory sizes")
12557 (description
12558 "Display the recursive size of directories in Dired.
12559 This file defines a minor mode @command{dired-du-mode} to show the recursive
12560 size of directories in Dired buffers. If @command{du} program is available,
12561 then the directory sizes are obtained with it. Otherwise, the directory sizes
12562 are obtained with Lisp. The former is faster and provide a more precise
12563 value. For directories where the user doesn't have read permission, the
12564 recursive size is not obtained. Once this mode is enabled, every new Dired
12565 buffer displays recursive dir sizes.")
12566 (license license:gpl3+)))
12567
12568 (define-public emacs-pcre2el
12569 ;; Last release is very old so we get the latest commit.
12570 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
12571 (package
12572 (name "emacs-pcre2el")
12573 (version (git-version "1.8" "1" commit))
12574 (source
12575 (origin
12576 (method git-fetch)
12577 (uri (git-reference
12578 (url "https://github.com/joddie/pcre2el")
12579 (commit commit)))
12580 (file-name (git-file-name name version))
12581 (sha256
12582 (base32
12583 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
12584 (build-system emacs-build-system)
12585 (home-page "https://github.com/joddie/pcre2el")
12586 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
12587 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
12588 Tools) is a utility for working with regular expressions in Emacs, based on a
12589 recursive-descent parser for regexp syntax. In addition to converting (a
12590 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
12591
12592 @itemize
12593 @item convert Emacs syntax to PCRE
12594 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
12595 @item untangle complex regexps by showing the parse tree in @code{rx} form and
12596 highlighting the corresponding chunks of code
12597 @item show the complete list of strings (productions) matching a regexp,
12598 provided the list is finite
12599 @item provide live font-locking of regexp syntax (so far only for Elisp
12600 buffers – other modes on the TODO list).
12601 @end itemize\n")
12602 (license license:gpl3))))
12603
12604 (define-public emacs-magit-todos
12605 (package
12606 (name "emacs-magit-todos")
12607 (version "1.1.7")
12608 (source
12609 (origin
12610 (method git-fetch)
12611 (uri (git-reference
12612 (url "https://github.com/alphapapa/magit-todos")
12613 (commit version)))
12614 (file-name (git-file-name name version))
12615 (sha256
12616 (base32
12617 "0qagdxpik64n4rw9scy451ws5sw00v64ri9g2dcw7b66bx2c6c6w"))))
12618 (build-system emacs-build-system)
12619 (propagated-inputs
12620 `(("emacs-async" ,emacs-async)
12621 ("emacs-dash" ,emacs-dash)
12622 ("emacs-f" ,emacs-f)
12623 ("emacs-hl-todo" ,emacs-hl-todo)
12624 ("magit" ,emacs-magit)
12625 ("emacs-pcre2el" ,emacs-pcre2el)
12626 ("emacs-s" ,emacs-s)))
12627 (home-page "https://github.com/alphapapa/magit-todos")
12628 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
12629 (description "This package displays keyword entries from source code
12630 comments and Org files in the Magit status buffer. Activating an item jumps
12631 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
12632 few (like NOTE).")
12633 (license license:gpl3)))
12634
12635 (define-public emacs-git-annex
12636 ;; Unreleased version has a fontification fix.
12637 (let ((commit "ebdb44aef1883f1b2b8058e05d30fb9315b03707")
12638 (revision "1"))
12639 (package
12640 (name "emacs-git-annex")
12641 (version (string-append "1.1-" revision "." (string-take commit 8)))
12642 (source
12643 (origin
12644 (method git-fetch)
12645 (uri (git-reference
12646 (url "https://github.com/jwiegley/git-annex-el")
12647 (commit commit)))
12648 (file-name (string-append name "-" version "-checkout"))
12649 (sha256
12650 (base32
12651 "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh"))))
12652 (build-system emacs-build-system)
12653 (home-page "https://github.com/jwiegley/git-annex-el")
12654 (synopsis "Emacs integration for git-annex")
12655 (description "Enhances Dired and buffers visiting annex files with
12656 git-annex functionality. In Dired, the names of annex files are shortened by
12657 hiding the symbolic links and fontified based on whether content is present.
12658 Commands for performing some common operations (e.g., unlocking and adding
12659 files) are provided.")
12660 (license license:gpl2+))))
12661
12662 (define-public emacs-hackernews
12663 (let ((commit "916c3da8da45c757f5ec2faeed57fa370513d4ac"))
12664 (package
12665 (name "emacs-hackernews")
12666 (version (git-version "0.5.0" "1" commit))
12667 (source
12668 (origin
12669 (method git-fetch)
12670 (uri (git-reference
12671 (url "https://github.com/clarete/hackernews.el")
12672 (commit commit)))
12673 (file-name (git-file-name name version))
12674 (sha256
12675 (base32
12676 "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg"))))
12677 (build-system emacs-build-system)
12678 (home-page "https://github.com/clarete/hackernews.el")
12679 (synopsis "Hacker News client for Emacs")
12680 (description "The @command{hackernews} package is able to fetch stories
12681 from six different Hacker News feeds, namely top, new, best, ask, show and job
12682 stories. The default feed is top stories, which corresponds to the Hacker
12683 News homepage.")
12684 (license license:gpl3))))
12685
12686 (define-public emacs-youtube-dl
12687 (let ((commit "7c9d7a7d05b72a7d1b1257a36c5e2b2567b185dd"))
12688 (package
12689 (name "emacs-youtube-dl")
12690 (version (git-version "1.0" "1" commit))
12691 (source
12692 (origin
12693 (method git-fetch)
12694 (uri (git-reference
12695 (url "https://github.com/skeeto/youtube-dl-emacs/")
12696 (commit commit)))
12697 (file-name (git-file-name name version))
12698 (sha256
12699 (base32
12700 "0mh4s089a4x8s380agzb2306kdp1hl204px1n5rrrrdcls7imnh6"))))
12701 (build-system emacs-build-system)
12702 (inputs
12703 `(("youtube-dl" ,youtube-dl)))
12704 (arguments
12705 `(#:phases
12706 (modify-phases %standard-phases
12707 (add-after 'unpack 'configure
12708 (lambda* (#:key inputs #:allow-other-keys)
12709 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
12710 ;; .el is read-only in git.
12711 (chmod "youtube-dl.el" #o644)
12712 ;; Specify the absolute file names of the various
12713 ;; programs so that everything works out-of-the-box.
12714 (emacs-substitute-variables
12715 "youtube-dl.el"
12716 ("youtube-dl-program"
12717 (string-append youtube-dl "/bin/youtube-dl")))))))))
12718 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
12719 (synopsis "Emacs youtube-dl download manager")
12720 (description "This package manages a video download queue for
12721 @command{youtube-dl}, which serves as the back end. It manages a single
12722 @command{youtube-dl} subprocess, downloading one video at a time. New videos
12723 can be queued at any time.")
12724 (license license:unlicense))))
12725
12726 (define-public emacs-org-web-tools
12727 (package
12728 (name "emacs-org-web-tools")
12729 (version "1.0")
12730 (source
12731 (origin
12732 (method git-fetch)
12733 (uri (git-reference
12734 (url "https://github.com/alphapapa/org-web-tools")
12735 (commit version)))
12736 (file-name (git-file-name name version))
12737 (sha256
12738 (base32
12739 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
12740 (build-system emacs-build-system)
12741 (propagated-inputs
12742 `(("emacs-dash" ,emacs-dash)
12743 ("emacs-esxml" ,emacs-esxml)
12744 ("emacs-s" ,emacs-s)))
12745 (inputs
12746 `(("pandoc" ,ghc-pandoc)))
12747 (arguments
12748 `(#:phases
12749 (modify-phases %standard-phases
12750 (add-after 'unpack 'patch-exec-paths
12751 (lambda* (#:key inputs #:allow-other-keys)
12752 (let ((pandoc (assoc-ref inputs "pandoc")))
12753 (substitute* "org-web-tools.el"
12754 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
12755 #t))))))
12756 (home-page "https://github.com/alphapapa/org-web-tools")
12757 (synopsis "Display/Process web page as Org-mode content")
12758 (description "This package contains library functions and commands useful
12759 for retrieving web page content and processing it into Org-mode content.
12760
12761 For example, you can copy a URL to the clipboard or kill-ring, then run a
12762 command that downloads the page, isolates the “readable” content with
12763 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
12764 displays it in an Org-mode buffer. Another command does all of that but
12765 inserts it as an Org entry instead of displaying it in a new buffer.")
12766 (license license:gpl3+)))
12767
12768 (define-public emacs-blimp
12769 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
12770 (package
12771 (name "emacs-blimp")
12772 (version (git-version "0.0.0" "1" commit))
12773 (source
12774 (origin
12775 (method git-fetch)
12776 (uri (git-reference
12777 (url "https://github.com/walseb/blimp")
12778 (commit commit)))
12779 (file-name (git-file-name name version))
12780 (sha256
12781 (base32
12782 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
12783 (build-system emacs-build-system)
12784 (propagated-inputs
12785 `(("emacs-eimp" ,emacs-eimp)))
12786 (home-page "https://github.com/walseb/blimp")
12787 (synopsis "Emacs wrapper around all Imagemagick commands")
12788 (description "Blimp (Bustling Image Manipulation Package) is a complete
12789 wrapper around all Imagemagick commands with descriptions, autocompletion (for
12790 some commands) and hints displayed in prompt using @command{eimp.el} to
12791 execute its commands and resize images.")
12792 (license license:gpl3+))))
12793
12794 (define-public emacs-synosaurus
12795 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
12796 (package
12797 (name "emacs-synosaurus")
12798 (version (git-version "0.1.0" "1" commit))
12799 (source
12800 (origin
12801 (method git-fetch)
12802 (uri (git-reference
12803 (url "https://github.com/hpdeifel/synosaurus")
12804 (commit commit)))
12805 (file-name (git-file-name name version))
12806 (sha256
12807 (base32
12808 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
12809 (build-system emacs-build-system)
12810 (propagated-inputs
12811 `(("wordnet" ,wordnet)))
12812 (arguments
12813 `(#:phases
12814 (modify-phases %standard-phases
12815 (add-after 'unpack 'configure
12816 (lambda* (#:key inputs outputs #:allow-other-keys)
12817 (let ((wn (assoc-ref inputs "wordnet")))
12818 ;; .el is read-only in git.
12819 (chmod "synosaurus-wordnet.el" #o644)
12820 ;; Specify the absolute file names of the various
12821 ;; programs so that everything works out-of-the-box.
12822 (emacs-substitute-variables
12823 "synosaurus-wordnet.el"
12824 ("wordnet-command"
12825 (string-append wn "/bin/wn")))))))))
12826 (home-page "https://github.com/hpdeifel/synosaurus")
12827 (synopsis "Extensible thesaurus mode for Emacs")
12828 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
12829 backends, including the @command{wordnet} offline backend.")
12830 (license license:gpl3+))))
12831
12832 (define-public emacs-editorconfig
12833 (package
12834 (name "emacs-editorconfig")
12835 (version "0.7.14")
12836 (source
12837 (origin
12838 (method git-fetch)
12839 (uri (git-reference
12840 (url "https://github.com/editorconfig/editorconfig-emacs")
12841 (commit (string-append "v" version))))
12842 (file-name (git-file-name name version))
12843 (sha256
12844 (base32
12845 "19j2428ij7sqvrqs7rqg1mcnv9109y6drqba40dkv3vrkk5d2yia"))))
12846 (build-system emacs-build-system)
12847 (home-page "https://github.com/editorconfig/editorconfig-emacs")
12848 (synopsis "Define and maintain consistent coding styles between different
12849 editors and IDEs")
12850 (description "The EditorConfig project consists of a file format for
12851 defining coding styles and a collection of text editor plugins that enable
12852 editors to read the file format and adhere to defined styles. EditorConfig
12853 files are easily readable and they work nicely with version control systems.")
12854 (license license:gpl3+)))
12855
12856 (define-public emacs-all-the-icons
12857 (package
12858 (name "emacs-all-the-icons")
12859 (version "3.2.0")
12860 (source
12861 (origin
12862 (method git-fetch)
12863 (uri (git-reference
12864 (url "https://github.com/domtronn/all-the-icons.el.git")
12865 (commit version)))
12866 (file-name (git-file-name name version))
12867 (sha256
12868 (base32
12869 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
12870 (build-system emacs-build-system)
12871 (arguments
12872 `(#:include '("\\.el$" "^data/" "^fonts/")
12873 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
12874 ;; all-the-icons--root-code". Ignoring tests.
12875 #:exclude '("^test/")
12876 #:tests? #f))
12877 (propagated-inputs
12878 `(("f" ,emacs-f)
12879 ("memoize" ,emacs-memoize)))
12880 (home-page "https://github.com/domtronn/all-the-icons.el")
12881 (synopsis "Collect icon fonts and propertize them within Emacs")
12882 (description "All-the-icons is a utility package to collect various icon
12883 fonts and propertize them within Emacs. Icon fonts allow you to propertize
12884 and format icons the same way you would normal text. This enables things such
12885 as better scaling of and anti aliasing of the icons.")
12886 ;; Package is released under Expat license. Elisp files are licensed
12887 ;; under GPL3+. Fonts come with various licenses: Expat for
12888 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
12889 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
12890 ;; "ocitcons.ttf" and "weathericons.ttf".
12891 (license
12892 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
12893
12894 (define-public emacs-powerline
12895 (package
12896 (name "emacs-powerline")
12897 (version "2.4")
12898 (source
12899 (origin
12900 (method git-fetch)
12901 (uri (git-reference
12902 (url "https://github.com/milkypostman/powerline.git")
12903 (commit version)))
12904 (file-name (git-file-name name version))
12905 (sha256
12906 (base32
12907 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
12908 (build-system emacs-build-system)
12909 (home-page "https://github.com/milkypostman/powerline/")
12910 (synopsis "Mode-line plugin for Emacs")
12911 (description "Powerline is a utility plugin which allows you to create
12912 a better-looking, more functional Emacs mode-line. A collection of predefined
12913 themes comes with the package.")
12914 (license license:gpl3+)))
12915
12916 (define-public emacs-spaceline
12917 (package
12918 (name "emacs-spaceline")
12919 (version "2.0.1")
12920 (source
12921 (origin
12922 (method git-fetch)
12923 (uri (git-reference
12924 (url "https://github.com/TheBB/spaceline.git")
12925 (commit (string-append "v" version))))
12926 (file-name (git-file-name name version))
12927 (sha256
12928 (base32
12929 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
12930 (build-system emacs-build-system)
12931 (propagated-inputs
12932 `(("dash" ,emacs-dash)
12933 ("powerline" ,emacs-powerline)
12934 ("s" ,emacs-s)))
12935 (home-page "https://github.com/TheBB/spaceline")
12936 (synopsis "Powerline theme from Spacemacs")
12937 (description "Spaceline provides Spacemacs' mode-line theme.
12938 This package provides features for three kinds of users.
12939
12940 @itemize
12941 @item You just want to use the Spacemacs mode-line theme and forget about it.
12942 @item You want to use something similar to the Spacemacs mode-line theme, but
12943 with a handful of easy tweaks.
12944 @item You want an easy-to-use library for building your own mode-line from
12945 scratch, and you think the Spacemacs theme looks good.
12946 @end itemize")
12947 (license license:gpl3+)))
12948
12949 (define-public emacs-column-marker
12950 (package
12951 (name "emacs-column-marker")
12952 (version "9")
12953 (source
12954 (origin
12955 (method url-fetch)
12956 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
12957 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
12958 (build-system emacs-build-system)
12959 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
12960 (synopsis "Emacs mode for highlighting columns")
12961 (description
12962 "With @code{column-marker.el} you can highlight any number of text columns.
12963 Three such highlight column markers are provided by default. This is
12964 especially useful for languages like COBOL or Fortran where certain columns
12965 have special meaning. It is also handy for aligning text across long vertical
12966 distances. Multi-column characters, such as @kbd{TAB} are treated
12967 correctly.")
12968 (license license:gpl2+)))
12969
12970 (define-public emacs-slime-repl-ansi-color
12971 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
12972 (package
12973 (name "emacs-slime-repl-ansi-color")
12974 (version (git-version "0.0.0" "1" commit))
12975 (source (origin
12976 (method git-fetch)
12977 (uri (git-reference
12978 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
12979 (commit commit)))
12980 (file-name (git-file-name name version))
12981 (sha256
12982 (base32
12983 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
12984 (build-system emacs-build-system)
12985 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
12986 (synopsis "Color ANSI codes in the REPL of SLIME")
12987 (description "Color ANSI codes in the REPL of SLIME")
12988 (license license:gpl2+))))
12989
12990 (define-public emacs-helm-slime
12991 (package
12992 (name "emacs-helm-slime")
12993 (version "0.3.0")
12994 (source (origin
12995 (method git-fetch)
12996 (uri (git-reference
12997 (url "https://github.com/emacs-helm/helm-slime")
12998 (commit version)))
12999 (file-name (git-file-name name version))
13000 (sha256
13001 (base32
13002 "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"))))
13003 (build-system emacs-build-system)
13004 (propagated-inputs
13005 `(("emacs-helm" ,emacs-helm)
13006 ("emacs-slime" ,emacs-slime)))
13007 (home-page "https://github.com/emacs-helm/helm-slime")
13008 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
13009 (description "Helm-SLIME defines a few new commands:
13010
13011 @itemize
13012 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
13013 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
13014 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
13015 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
13016 @end itemize\n")
13017 (license license:gpl3+)))
13018
13019 (define-public emacs-gtk-look
13020 (package
13021 (name "emacs-gtk-look")
13022 (version "29")
13023 (source (origin
13024 (method url-fetch)
13025 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
13026 (sha256
13027 (base32
13028 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
13029 (build-system emacs-build-system)
13030 (arguments
13031 `(#:phases
13032 (modify-phases %standard-phases
13033 (add-after 'unpack 'configure
13034 (lambda _
13035 ;; File is read-only.
13036 (chmod "gtk-look.el" #o644)
13037 (emacs-substitute-variables "gtk-look.el"
13038 ("gtk-lookup-devhelp-indices"
13039 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
13040 #t)))))
13041 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
13042 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
13043 (description "@command{gtk-look} finds and displays HTML documentation for
13044 GTK, GNOME and Glib functions and variables in Emacs, similar to what
13045 info-lookup-symbol does for info files (C-h S). The documentation is expected
13046 to be devhelp indexes with HTML files. The location of the indexes can be
13047 customized. In addition to C code development @command{gtk-look} is good for
13048
13049 @itemize
13050 @item @command{perl-gtk2}, recognising class funcs like
13051 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
13052 @item @command{guile-gnome}, recognising methods like @command{set-text} and
13053 classes like @command{<gtk-window>}.
13054 @end itemize\n")
13055 (license license:gpl3+)))
13056
13057 (define-public emacs-ov
13058 (package
13059 (name "emacs-ov")
13060 (version "1.0.6")
13061 (source (origin
13062 (method git-fetch)
13063 (uri (git-reference
13064 (url "https://github.com/ShingoFukuyama/ov.el.git")
13065 (commit version)))
13066 (file-name (git-file-name name version))
13067 (sha256
13068 (base32
13069 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
13070 (build-system emacs-build-system)
13071 (home-page "https://github.com/ShingoFukuyama/ov.el")
13072 (synopsis "Overlay library for Emacs Lisp")
13073 (description "@code{ov.el} provides a simple way to manipulate overlays in
13074 Emacs.")
13075 (license license:gpl3+)))
13076
13077 (define-public emacs-matrix-client
13078 (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
13079 (package
13080 (name "emacs-matrix-client")
13081 (version (git-version "0.0.0" "3" commit))
13082 (source (origin
13083 (method git-fetch)
13084 (uri (git-reference
13085 (url "https://github.com/jgkamat/matrix-client-el.git")
13086 (commit commit)))
13087 (file-name (git-file-name name version))
13088 (sha256
13089 (base32
13090 "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
13091 (build-system emacs-build-system)
13092 (propagated-inputs
13093 `(("a" ,emacs-a)
13094 ("anaphora" ,emacs-anaphora)
13095 ("dash" ,emacs-dash)
13096 ("esxml" ,emacs-esxml)
13097 ("f" ,emacs-f)
13098 ("frame-purpose" ,emacs-frame-purpose)
13099 ("ht" ,emacs-ht)
13100 ("ov" ,emacs-ov)
13101 ("rainbow-identifiers" ,emacs-rainbow-identifiers)
13102 ("request" ,emacs-request)
13103 ("s" ,emacs-s)
13104 ("tracking" ,emacs-tracking)))
13105 (home-page "https://github.com/jgkamat/matrix-client-el")
13106 (synopsis "Matrix client for Emacs")
13107 (description "@code{matrix-client} is a simple chat UI to Matrix.org
13108 rooms. It also provides an API which allows Emacs to seamlessly create
13109 RPC channels with users and other software.")
13110 (license license:gpl3+))))
13111
13112 (define-public emacs-sesman
13113 (package
13114 (name "emacs-sesman")
13115 (version "0.3.3")
13116 (source
13117 (origin
13118 (method git-fetch)
13119 (uri (git-reference
13120 (url "https://github.com/vspinu/sesman.git")
13121 (commit (string-append "v" version))))
13122 (file-name (git-file-name name version))
13123 (sha256
13124 (base32
13125 "0r32f8ma9ddczxrrdz0nadp14j3zmk10q1ch02gb82synkx3xdra"))))
13126 (build-system emacs-build-system)
13127 (arguments
13128 `(#:tests? #t
13129 #:test-command '("make" "test")))
13130 (home-page "https://github.com/vspinu/sesman")
13131 (synopsis "Session manager for Emacs based IDEs")
13132 (description "Sesman provides facilities for session management and
13133 interactive session association with the current contexts (project, directory,
13134 buffers). While sesman can be used to manage arbitrary sessions, it primary
13135 targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
13136 (license license:gpl3+)))
13137
13138 (define-public emacs-buttercup
13139 (package
13140 (name "emacs-buttercup")
13141 (version "1.16")
13142 (source
13143 (origin
13144 (method git-fetch)
13145 (uri (git-reference
13146 (url "https://github.com/jorgenschaefer/emacs-buttercup.git")
13147 (commit (string-append "v" version))))
13148 (file-name (git-file-name name version))
13149 (sha256
13150 (base32
13151 "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"))))
13152 (build-system emacs-build-system)
13153 (arguments
13154 `(#:tests? #t
13155 #:test-command '("make" "test")
13156 #:phases
13157 (modify-phases %standard-phases
13158 (add-after 'install 'install-bin
13159 (lambda* (#:key outputs #:allow-other-keys)
13160 (install-file "bin/buttercup"
13161 (string-append (assoc-ref outputs "out") "/bin"))
13162 #t)))))
13163 (home-page "https://github.com/jorgenschaefer/emacs-buttercup")
13164 (synopsis "Behavior driven emacs lisp testing framework")
13165 (description "Buttercup is a behavior-driven development framework for
13166 testing Emacs Lisp code. It allows to group related tests so they can share
13167 common set-up and tear-down code, and allows the programmer to \"spy\" on
13168 functions to ensure they are called with the right arguments during testing.")
13169 (license license:gpl3+)))
13170
13171 (define-public emacs-wordnut
13172 (let ((commit "feac531404041855312c1a046bde7ea18c674915")
13173 (revision "0"))
13174 (package
13175 (name "emacs-wordnut")
13176 (version (git-version "0.1" revision commit))
13177 (home-page "https://github.com/gromnitsky/wordnut")
13178 (source (origin
13179 (method git-fetch)
13180 (uri (git-reference (url home-page) (commit commit)))
13181 (sha256
13182 (base32
13183 "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"))
13184 (patches
13185 (search-patches "emacs-wordnut-require-adaptive-wrap.patch"))
13186 (file-name (git-file-name name version))))
13187 (build-system emacs-build-system)
13188 (propagated-inputs
13189 `(("wordnet" ,wordnet)
13190 ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
13191 (synopsis "Major mode for WordNet")
13192 (description "This Emacs package provides an interface for
13193 @code{wordnet}. Features include completion, if the query is not found
13194 too ambiguous and navigation in the result buffer.")
13195 (license license:gpl3+))))
13196
13197 (define-public emacs-frame-purpose
13198 (package
13199 (name "emacs-frame-purpose")
13200 (version "1.0")
13201 (source (origin
13202 (method git-fetch)
13203 (uri (git-reference
13204 (url "https://github.com/alphapapa/frame-purpose.el.git")
13205 (commit version)))
13206 (sha256
13207 (base32
13208 "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"))
13209 (file-name (git-file-name name version))))
13210 (build-system emacs-build-system)
13211 (inputs
13212 `(("dash" ,emacs-dash)))
13213 (synopsis "Purpose-specific frames for Emacs")
13214 (description "@code{frame-purpose} makes it easy to open purpose-specific
13215 frames that only show certain buffers, e.g. by buffers’ major mode, their
13216 filename or directory, etc, with custom frame/X-window titles, icons, and
13217 other frame parameters.")
13218 (home-page "https://github.com/alphapapa/frame-purpose.el")
13219 (license license:gpl3+)))
13220
13221 (define-public emacs-arduino-mode
13222 (let ((commit "3e2bad4569ad26e929e6db2cbcff0d6d36812698")) ;no release yet
13223 (package
13224 (name "emacs-arduino-mode")
13225 (version (git-version "0" "0" commit))
13226 (source (origin
13227 (method git-fetch)
13228 (uri (git-reference
13229 (url "https://github.com/bookest/arduino-mode.git")
13230 (commit commit)))
13231 (sha256
13232 (base32
13233 "1yvaqjc9hadbnnay5fprnh890xsp53kidad1zpb4a5z4a5z61n3c"))
13234 (file-name (git-file-name name version))))
13235 (build-system emacs-build-system)
13236 (synopsis "Emacs major mode for editing Arduino sketches")
13237 (description "Emacs major mode for editing Arduino sketches.")
13238 (home-page "https://github.com/bookest/arduino-mode")
13239 (license license:gpl3+))))
13240
13241 (define-public emacs-general
13242 (let ((commit "675050199b5a30d54a24b58a367db32c0bdc47f5"))
13243 (package
13244 (name "emacs-general")
13245 (version (git-version "0" "0" commit))
13246 (home-page "https://github.com/noctuid/general.el")
13247 (source (origin
13248 (method git-fetch)
13249 (uri (git-reference
13250 (url (string-append home-page ".git"))
13251 (commit commit)))
13252 (sha256
13253 (base32
13254 "175yyhzk57yk1sskxh3d2jzhrh2waiibbcfsll167qxr117yji5h"))
13255 (file-name (git-file-name name version))))
13256 (build-system emacs-build-system)
13257 (synopsis "More convenient key definitions in emacs")
13258 (description "@code{general.el} provides a more convenient method for
13259 binding keys in emacs (for both evil and non-evil users). Like
13260 @code{use-package}, which provides a convenient, unified interface for
13261 managing packages, @code{general.el} is intended to provide a convenient,
13262 unified interface for key definitions. While this package does implement some
13263 completely new functionality (such as the ability to make vim-style
13264 keybindings under non-prefix keys with an optional timeout), its primary
13265 purpose is to build on existing functionality to make key definition more
13266 clear and concise. @code{general-define-key} is user-extensible and supports
13267 defining multiple keys in multiple keymaps at once, implicitly wrapping key
13268 strings with (@code{kbd ...}), using named prefix key sequences (like the
13269 leader key in vim), and much more.")
13270 (license license:gpl3+))))
13271
13272 (define-public emacs-tldr
13273 (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
13274 (package
13275 (name "emacs-tldr")
13276 (version (git-version "0" "0" commit))
13277 (home-page "https://github.com/kuanyui/tldr.el")
13278 (source (origin
13279 (method git-fetch)
13280 (uri (git-reference
13281 (url (string-append home-page ".git"))
13282 (commit commit)))
13283 (sha256
13284 (base32
13285 "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
13286 (file-name (git-file-name name version))))
13287 (build-system emacs-build-system)
13288 (synopsis "Simplified and community-driven man pages for Emacs")
13289 (description "@code{emacs-tldr} allows the user to access tldr pages
13290 from within emacs. The @code{tldr} pages are a community effort to simplify
13291 the man pages with practical examples.")
13292 (license license:wtfpl2))))
13293
13294 (define-public emacs-window-layout
13295 (package
13296 (name "emacs-window-layout")
13297 (version "1.4")
13298 (home-page "https://github.com/kiwanami/emacs-window-layout")
13299 (source (origin
13300 (method git-fetch)
13301 (uri (git-reference
13302 (url home-page)
13303 (commit (string-append "v" version))))
13304 (sha256
13305 (base32
13306 "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"))
13307 (file-name (git-file-name name version))))
13308 (build-system emacs-build-system)
13309 (synopsis "Simple window layout management framework for emacs")
13310 (description "A window-layout management library that can split a frame
13311 or a window into some windows according to a layout recipe.")
13312 (license license:gpl3+)))
13313
13314 (define-public emacs-e2wm
13315 (package
13316 (name "emacs-e2wm")
13317 (version "1.4")
13318 (home-page "https://github.com/kiwanami/emacs-window-manager")
13319 (source (origin
13320 (method git-fetch)
13321 (uri (git-reference
13322 (url home-page)
13323 (commit (string-append "v" version))))
13324 (sha256
13325 (base32
13326 "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
13327 (file-name (git-file-name name version))))
13328 (build-system emacs-build-system)
13329 (propagated-inputs
13330 `(("emacs-window-layout" ,emacs-window-layout)))
13331 (synopsis "Equilibrium Emacs Window Manager")
13332 (description "E2WM is a window manager for Emacs. It enables to
13333 customize the place of pop-up window, how the windows are split, how the
13334 buffers are located in the windows, keybinds to manipulate windows and
13335 buffers, etc. It also has plug-ins to help your Emacs life.")
13336 (license license:gpl3+)))
13337
13338 (define-public emacs-ctable
13339 (let ((commit "b8830d1ca95abb100a81bc32011bd17d5ecba000"))
13340 (package
13341 (name "emacs-ctable")
13342 (version (git-version "0.1.2" "1" commit))
13343 (home-page "https://github.com/kiwanami/emacs-ctable")
13344 (source (origin
13345 (method git-fetch)
13346 (uri (git-reference
13347 (url home-page)
13348 (commit commit)))
13349 (sha256
13350 (base32
13351 "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"))
13352 (file-name (git-file-name name version))))
13353 (build-system emacs-build-system)
13354 (synopsis "Table component for Emacs Lisp")
13355 (description "This program is a table component for Emacs Lisp. Other
13356 programs can use this table component for the application UI.")
13357 (license license:gpl3+))))
13358
13359 (define-public emacs-epc
13360 (let ((commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda"))
13361 (package
13362 (name "emacs-epc")
13363 (version (git-version "0.1.1" "1" commit))
13364 (home-page "https://github.com/kiwanami/emacs-epc")
13365 (source (origin
13366 (method git-fetch)
13367 (uri (git-reference
13368 (url home-page)
13369 (commit commit)))
13370 (sha256
13371 (base32
13372 "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"))
13373 (file-name (git-file-name name version))))
13374 (build-system emacs-build-system)
13375 (propagated-inputs
13376 `(("emacs-deferred" ,emacs-deferred)
13377 ("emacs-ctable" ,emacs-ctable)))
13378 (synopsis "RPC stack for Emacs Lisp")
13379 (description "This program is an asynchronous RPC stack for Emacs.
13380 Using this RPC stack, Emacs can communicate with the peer process
13381 smoothly. Because the protocol employs S-expression encoding and consists of
13382 asynchronous communications, the RPC response is fairly good.")
13383 (license license:gpl3+))))
13384
13385 (define-public emacs-edbi
13386 (let ((commit "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0"))
13387 (package
13388 (name "emacs-edbi")
13389 (version (git-version "0.1.3" "1" commit))
13390 (home-page "https://github.com/kiwanami/emacs-edbi")
13391 (source (origin
13392 (method git-fetch)
13393 (uri (git-reference
13394 (url home-page)
13395 (commit commit)))
13396 (sha256
13397 (base32
13398 "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"))
13399 (file-name (git-file-name name version))))
13400 (build-system emacs-build-system)
13401 (inputs
13402 `(("perl" ,perl)
13403 ("perl-rpc-epc-service" ,perl-rpc-epc-service)
13404 ("perl-dbi" ,perl-dbi)
13405 ;; TODO: Adding support for perl-dbd-mysql and others would
13406 ;; dramatically increase the closure size. Make several packages?
13407 ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
13408 (propagated-inputs
13409 `(("emacs-e2wm" ,emacs-e2wm)
13410 ("emacs-epc" ,emacs-epc)))
13411 (arguments
13412 `(#:include '("\\.el$" "\\.pl$")
13413 #:phases
13414 (modify-phases %standard-phases
13415 (add-after 'install 'patch-path
13416 (lambda* (#:key inputs outputs #:allow-other-keys)
13417 (let ((perl (assoc-ref inputs "perl"))
13418 (dir (string-append (assoc-ref outputs "out")
13419 "/share/emacs/site-lisp/guix.d/edbi-"
13420 ,version)))
13421 (substitute* (string-append dir "/edbi.el")
13422 (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
13423 (chmod (string-append dir "/edbi-bridge.pl") #o555)
13424 (wrap-program (string-append dir "/edbi-bridge.pl")
13425 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
13426 #t))))))
13427 (synopsis "Database Interface for Emacs Lisp")
13428 (description "This program connects the database server through Perl's
13429 DBI, and provides DB-accessing API and the simple management UI.")
13430 (license license:gpl3+))))
13431
13432 (define-public emacs-edbi-sqlite
13433 (let ((commit "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f"))
13434 (package
13435 (name "emacs-edbi-sqlite")
13436 (version (git-version "0.1.1" "1" commit))
13437 (home-page "https://github.com/proofit404/edbi-sqlite")
13438 (source (origin
13439 (method git-fetch)
13440 (uri (git-reference
13441 (url home-page)
13442 (commit commit)))
13443 (sha256
13444 (base32
13445 "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"))
13446 (file-name (git-file-name name version))))
13447 (build-system emacs-build-system)
13448 (propagated-inputs
13449 `(("emacs-edbi" ,emacs-edbi)))
13450 (synopsis "Open SQLite files in Emacs")
13451 (description "This package is a convenience wrapper for @command{edbi}
13452 to open SQLite databases.")
13453 (license license:gpl3+))))
13454
13455 (define-public emacs-nix-mode
13456 (package
13457 (name "emacs-nix-mode")
13458 (version "1.2.2")
13459 (source
13460 (origin
13461 (method url-fetch)
13462 (uri (string-append "https://github.com/NixOS/nix-mode/archive/v"
13463 version ".tar.gz"))
13464 (file-name (string-append name "-" version ".tar.gz"))
13465 (sha256
13466 (base32
13467 "06aqz0czznsj8835jqnk794sy2p6pa8kxfqwh0nl5d5vxivria6z"))))
13468 (build-system emacs-build-system)
13469 (inputs
13470 `(("emacs-company" ,emacs-company)
13471 ("emacs-mmm-mode" ,emacs-mmm-mode)))
13472 (home-page "https://github.com/NixOS/nix-mode")
13473 (synopsis "Emacs major mode for editing Nix expressions")
13474 (description "@code{nixos-mode} provides an Emacs major mode for editing
13475 Nix expressions. It supports syntax highlighting, indenting and refilling of
13476 comments.")
13477 (license license:lgpl2.1+)))
13478
13479 (define-public emacs-simple-mpc
13480 ;; There have been no releases.
13481 (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
13482 (revision "1"))
13483 (package
13484 (name "emacs-simple-mpc")
13485 (version (git-version "0" revision commit))
13486 (source
13487 (origin
13488 (method git-fetch)
13489 (uri (git-reference
13490 (url "https://github.com/jorenvo/simple-mpc.git")
13491 (commit commit)))
13492 (file-name (git-file-name name version))
13493 (sha256
13494 (base32
13495 "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
13496 (build-system emacs-build-system)
13497 (propagated-inputs `(("emacs-s" ,emacs-s)))
13498 (home-page "https://github.com/jorenvo/simple-mpc")
13499 (synopsis "Simple Emacs frontend to mpc")
13500 (description "This package provides an Emacs major mode which acts as a
13501 front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
13502 (license license:gpl3+))))
13503
13504 (define-public emacs-mkmcc-gnuplot-mode
13505 (package
13506 (name "emacs-mkmcc-gnuplot-mode")
13507 (version "1.2.0")
13508 (source
13509 (origin
13510 (method git-fetch)
13511 (uri (git-reference
13512 (url "https://github.com/mkmcc/gnuplot-mode")
13513 (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
13514 (file-name (string-append name "-" version "-checkout"))
13515 (sha256
13516 (base32
13517 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
13518 (build-system emacs-build-system)
13519 (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
13520 (synopsis "Minimal emacs major mode for editing gnuplot scripts")
13521 (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
13522 mode for editing gnuplot scripts. It provides syntax highlighting,
13523 indentation and a command to plot the file.")
13524 (license license:gpl3+)))
13525
13526 (define-public emacs-dtrt-indent
13527 (package
13528 (name "emacs-dtrt-indent")
13529 (version "0.8")
13530 (source (origin
13531 (method git-fetch)
13532 (uri (git-reference
13533 (url "https://github.com/jscheid/dtrt-indent")
13534 (commit version)))
13535 (file-name (git-file-name name version))
13536 (sha256
13537 (base32
13538 "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
13539 (build-system emacs-build-system)
13540 (home-page "https://github.com/jscheid/dtrt-indent")
13541 (synopsis "Minor mode that guesses the indentation offset")
13542 (description "This package provides a minor mode that guesses the
13543 indentation offset originally used for creating source code files and
13544 transparently adjusts the corresponding settings in Emacs, making it more
13545 convenient to edit foreign files.")
13546 (license license:gpl2+)))
13547
13548 (define-public emacs-repo
13549 (package
13550 (name "emacs-repo")
13551 (version "0.1.3")
13552 (source (origin
13553 (method git-fetch)
13554 (uri (git-reference
13555 (url "https://github.com/canatella/repo-el")
13556 (commit version)))
13557 (file-name (git-file-name name version))
13558 (sha256
13559 (base32
13560 "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
13561 (build-system emacs-build-system)
13562 (native-inputs
13563 `(("emacs-el-mock" ,emacs-el-mock)
13564 ("ert-runner" ,emacs-ert-runner)))
13565 (propagated-inputs
13566 `(("emacs-f" ,emacs-f)
13567 ("magit" ,emacs-magit)))
13568 (home-page "https://github.com/canatella/repo-el")
13569 (synopsis "Emacs interface for the Google Repo tool")
13570 (description "This package provides integration of the Google Repo tool
13571 with emacs. It displays the output of the @code{repo status} command in a
13572 buffer and launches Magit from the status buffer for the project at point.")
13573 (license license:gpl3+)))
13574
13575 (define-public emacs-alect-themes
13576 (package
13577 (name "emacs-alect-themes")
13578 (version "0.9")
13579 (source (origin
13580 (method git-fetch)
13581 (uri (git-reference
13582 (url "https://github.com/alezost/alect-themes")
13583 (commit (string-append "v" version))))
13584 (file-name (git-file-name name version))
13585 (sha256
13586 (base32
13587 "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
13588 (build-system emacs-build-system)
13589 (home-page "https://github.com/alezost/alect-themes")
13590 (synopsis "Low contrast, light, dark and black color theme for Emacs")
13591 (description "@code{emacs-alect-themes} provides configurable light, dark
13592 and black color themes for Emacs. The themes are intended to be used with
13593 GUI.")
13594 (license license:gpl3+)))
13595
13596 (define-public emacs-google-c-style
13597 (let ((commit "6271f3f473ceb3a7fef99388a3040903b1a145f1")
13598 (revision "0"))
13599 (package
13600 (name "emacs-google-c-style")
13601 (version (git-version "0.1" revision commit))
13602 (source (origin
13603 (method git-fetch)
13604 (uri (git-reference
13605 (url "https://github.com/google/styleguide")
13606 (commit commit)))
13607 (file-name (git-file-name name version))
13608 (sha256
13609 (base32
13610 "1jghyyasdl15c4gaqaxmdn43am63k6bykn5ab83f1ahv9zi1krxk"))))
13611 (build-system emacs-build-system)
13612 (home-page "https://github.com/google/styleguide")
13613 (synopsis "Emacs settings file for Google C/C++ style")
13614 (description "@code{emacs-google-c-style} provides an Emacs settings
13615 file for Google C and C++ style.")
13616 (license license:gpl1+))))
13617
13618 (define-public emacs-redshank
13619 (let ((commit "f98e68f532e622bcd464292ca4a9cf5fbea14ebb")
13620 (revision "1"))
13621 (package
13622 (name "emacs-redshank")
13623 (version (git-version "0.1" revision commit))
13624 (source (origin
13625 (method git-fetch)
13626 (uri (git-reference
13627 (url "http://www.foldr.org/~michaelw/projects/redshank.git")
13628 (commit commit)))
13629 (file-name (git-file-name name version))
13630 (sha256
13631 (base32
13632 "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
13633 (build-system emacs-build-system)
13634 (propagated-inputs
13635 `(("emacs-paredit" ,emacs-paredit)))
13636 (home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
13637 (synopsis "Common Lisp Editing Extensions (for Emacs)")
13638 (description "Redshank is a collection of code-wrangling Emacs macros
13639 mostly geared towards Common Lisp, but some are useful for other Lisp
13640 dialects, too. Redshank's code transformations aim to be expression-based (as
13641 opposed to character-based).")
13642 (license license:gpl1+))))
13643
13644 (define-public emacs-disk-usage
13645 (package
13646 (name "emacs-disk-usage")
13647 (version "1.3.0")
13648 (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
13649 (source
13650 (origin
13651 (method url-fetch)
13652 (uri (string-append
13653 "https://elpa.gnu.org/packages/disk-usage-"
13654 version
13655 ".el"))
13656 (sha256
13657 (base32
13658 "0ky6c34z7c6hd4yvcrcsidkfk2kvffkg63v02vch2i6hg1n6n028"))))
13659 (build-system emacs-build-system)
13660 (synopsis "Sort and browse disk usage listings with Emacs")
13661 (description "Disk Usage is a file system analyzer: it offers a tabulated
13662 view of file listings sorted by size. Directory sizes are computed
13663 recursively. The results are cached for speed.")
13664 (license license:gpl3+)))
13665
13666 (define-public emacs-orgit
13667 (let ((commit "2456436a7e64d26bcf455b3890a586acaa3e7f93"))
13668 (package
13669 (name "emacs-orgit")
13670 (version (git-version "1.5.1" "2" commit))
13671 (home-page "https://github.com/magit/orgit")
13672 (source (origin
13673 (method git-fetch)
13674 (uri (git-reference
13675 (url home-page)
13676 (commit commit)))
13677 (file-name (git-file-name name version))
13678 (sha256
13679 (base32
13680 "1i52dq2ynddb1irgigr5mdwfbfd3bvm1f29jnzd7nlc0nk186nvh"))))
13681 (build-system emacs-build-system)
13682 (propagated-inputs
13683 `(("emacs-dash" ,emacs-dash)
13684 ("emacs-magit" ,emacs-magit)))
13685 (synopsis "Support for Org links to Magit buffers")
13686 (description "This package defines several Org link types, which can be
13687 used to link to certain Magit buffers. Use the command
13688 @command{org-store-link} while such a buffer is current to store a link.
13689 Later you can insert it into an Org buffer using the command
13690 @code{org-insert-link}.")
13691 (license license:gpl3+))))
13692
13693 (define-public emacs-amx
13694 (package
13695 (name "emacs-amx")
13696 (version "3.2")
13697 (source (origin
13698 (method git-fetch)
13699 (uri (git-reference
13700 (url "https://github.com/DarwinAwardWinner/amx")
13701 (commit (string-append "v" version))))
13702 (file-name (git-file-name name version))
13703 (sha256
13704 (base32
13705 "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"))))
13706 (build-system emacs-build-system)
13707 (propagated-inputs `(("emacs-s" ,emacs-s)))
13708 (home-page "https://github.com/DarwinAwardWinner/amx")
13709 (synopsis "Alternative interface for M-x")
13710 (description "Amx is an alternative interface for M-x in Emacs. It
13711 provides several enhancements over the ordinary
13712 @code{execute-extended-command}, such as prioritizing your most-used commands
13713 in the completion list and showing keyboard shortcuts, and it supports several
13714 completion systems for selecting commands, such as ido and ivy.")
13715 (license license:gpl3+)))
13716
13717 (define-public emacs-lorem-ipsum
13718 (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
13719 (package
13720 (name "emacs-lorem-ipsum")
13721 (version (git-version "0.2" "1" commit))
13722 (home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
13723 (source (origin
13724 (method git-fetch)
13725 (uri (git-reference
13726 (url home-page)
13727 (commit commit)))
13728 (file-name (git-file-name name version))
13729 (sha256
13730 (base32
13731 "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
13732 (build-system emacs-build-system)
13733 (synopsis "Insert dummy pseudo Latin text in Emacs")
13734 (description "This package provides convenience functions to insert
13735 dummy Latin text into a buffer. This can be useful if you need to produce
13736 paragraphs or pages of text for testing purposes.")
13737 (license license:gpl3+))))
13738
13739 (define-public emacs-lisp-extra-font-lock
13740 (let ((commit "4605eccbe1a7fcbd3cacf5b71249435413b4db4f"))
13741 (package
13742 (name "emacs-lisp-extra-font-lock")
13743 (version (git-version "0.0.6" "1" commit))
13744 (home-page "https://github.com/Lindydancer/lisp-extra-font-lock")
13745 (source (origin
13746 (method git-fetch)
13747 (uri (git-reference
13748 (url home-page)
13749 (commit commit)))
13750 (file-name (git-file-name name version))
13751 (sha256
13752 (base32
13753 "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"))))
13754 (build-system emacs-build-system)
13755 (synopsis "Highlight bound variables and quoted expressions in Emacs")
13756 (description "This package highlight the location where local variables
13757 is created (bound, for example, by let) as well as quoted and backquoted
13758 constant expressions.")
13759 (license license:gpl3+))))
13760
13761 (define-public emacs-docker-tramp
13762 (package
13763 (name "emacs-docker-tramp")
13764 (version "0.1")
13765 (source
13766 (origin
13767 (method git-fetch)
13768 (uri (git-reference
13769 (url "https://github.com/emacs-pe/docker-tramp.el")
13770 (commit (string-append "v" version))))
13771 (file-name (git-file-name name version))
13772 (sha256
13773 (base32
13774 "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
13775 (build-system emacs-build-system)
13776 (home-page "https://github.com/emacs-pe/docker-tramp.el")
13777 (synopsis "TRAMP integration for docker containers")
13778 (description
13779 "This package provides a TRAMP method for Docker containers.")
13780 (license license:gpl3+)))
13781
13782 (define-public emacs-docker
13783 (package
13784 (name "emacs-docker")
13785 (version "1.2.0")
13786 (source (origin
13787 (method git-fetch)
13788 (uri (git-reference
13789 (url "https://github.com/Silex/docker.el")
13790 (commit version)))
13791 (file-name (git-file-name name version))
13792 (sha256
13793 (base32
13794 "15kd86kaq1x6giz855q9w6zvnyc742j309j0pmm86rwx398g4rq1"))))
13795 (inputs
13796 `(("emacs-undercover" ,emacs-undercover)))
13797 (propagated-inputs
13798 `(("emacs-dash" ,emacs-dash)
13799 ("emacs-docker-tramp" ,emacs-docker-tramp)
13800 ("emacs-magit-popup" ,emacs-magit-popup)
13801 ("emacs-s" ,emacs-s)
13802 ("emacs-tablist" ,emacs-tablist)
13803 ("emacs-json-mode" ,emacs-json-mode)))
13804 (arguments
13805 `(#:phases
13806 (modify-phases %standard-phases
13807 (delete 'check)))) ;no tests
13808 (build-system emacs-build-system)
13809 (home-page "https://github.com/Silex/docker.el")
13810 (synopsis "Manage docker from Emacs")
13811 (description "This package provides an Emacs interface for Docker.")
13812 (license license:gpl3+)))
13813
13814 (define-public emacs-dockerfile-mode
13815 ;; Latest upstream release is too old.
13816 (let ((commit "7223d92718f78fa3ab15667cdb2ed90cfeb579e7"))
13817 (package
13818 (name "emacs-dockerfile-mode")
13819 (version (git-version "1.2" "1" commit))
13820 (source
13821 (origin
13822 (method git-fetch)
13823 (uri (git-reference
13824 (url "https://github.com/spotify/dockerfile-mode.git")
13825 (commit commit)))
13826 (file-name (git-file-name name version))
13827 (sha256
13828 (base32
13829 "0hmipgl4rk6aih11i8mnspwdijjiwk2y0wns6lzs8bgkvy3c064r"))))
13830 (build-system emacs-build-system)
13831 (propagated-inputs
13832 `(("emacs-s" ,emacs-s)))
13833 (home-page "https://github.com/spotify/dockerfile-mode")
13834 (synopsis "Major mode for editing Dockerfile")
13835 (description
13836 "This package provides a major mode @code{dockerfile-mode} for use with
13837 the standard @code{Dockerfile} file format.")
13838 (license license:asl2.0))))
13839
13840 (define-public emacs-lsp-mode
13841 (package
13842 (name "emacs-lsp-mode")
13843 (version "6.0")
13844 (source (origin
13845 (method git-fetch)
13846 (uri (git-reference
13847 (url "https://github.com/emacs-lsp/lsp-mode.git")
13848 (commit version)))
13849 (file-name (git-file-name name version))
13850 (sha256
13851 (base32
13852 "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl"))))
13853 (build-system emacs-build-system)
13854 (propagated-inputs
13855 `(("emacs-dash" ,emacs-dash)
13856 ("emacs-f" ,emacs-f)
13857 ("emacs-ht" ,emacs-ht)
13858 ("emacs-spinner" ,emacs-spinner)))
13859 (home-page "https://github.com/emacs-lsp/lsp-mode")
13860 (synopsis "Emacs client and library for the Language Server Protocol")
13861 (description "@code{LSP-mode} is a client and library implmentation for
13862 the Language Server Protocol. This mode aims to provide an IDE-like
13863 experience by providing optional integration with other popular Emacs packages
13864 like @code{company}, @code{flycheck}, and @code{projectile}.")
13865 (license license:gpl3+)))
13866
13867 (define-public emacs-lsp-ui
13868 (package
13869 (name "emacs-lsp-ui")
13870 (version "6.0")
13871 (source (origin
13872 (method git-fetch)
13873 (uri (git-reference
13874 (url "https://github.com/emacs-lsp/lsp-ui.git")
13875 (commit version)))
13876 (file-name (git-file-name name version))
13877 (sha256
13878 (base32
13879 "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
13880 (build-system emacs-build-system)
13881 (propagated-inputs
13882 `(("emacs-dash" ,emacs-dash)
13883 ("emacs-lsp-mode" ,emacs-lsp-mode)
13884 ("emacs-markdown-mode" ,emacs-markdown-mode)
13885 ("emacs-flycheck" ,emacs-flycheck)))
13886 (home-page "https://github.com/emacs-lsp/lsp-ui")
13887 (synopsis "User interface extensions for @code{lsp-mode}")
13888 (description
13889 "@code{LSP-ui} contains several enhancements and integrations for
13890 @code{lsp-mode}, such as visual flychecking, displaying references in-line,
13891 and code peeking.")
13892 (license license:gpl3+)))
13893
13894 (define-public emacs-helm-notmuch
13895 (package
13896 (name "emacs-helm-notmuch")
13897 (version "1.2")
13898 (home-page "https://github.com/emacs-helm/helm-notmuch/")
13899 (source (origin
13900 (method git-fetch)
13901 (uri (git-reference
13902 (url home-page)
13903 (commit version)))
13904 (file-name (git-file-name name version))
13905 (sha256
13906 (base32
13907 "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
13908 (build-system emacs-build-system)
13909 (propagated-inputs
13910 `(("emacs-helm" ,emacs-helm)
13911 ("notmuch" ,notmuch)))
13912 (synopsis "Search emails with Emacs Notmuch and Helm")
13913 (description
13914 "This package can be used to search emails in Emacs, searching result
13915 displays as you type thanks to Helm, though @command{notmuch-search} does the
13916 real search.")
13917 (license license:gpl3+)))
13918
13919 (define-public emacs-elmacro
13920 (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
13921 (package
13922 (name "emacs-elmacro")
13923 (version (git-version "1.1.0" "1" commit))
13924 (home-page "https://github.com/Silex/elmacro")
13925 (source (origin
13926 (method git-fetch)
13927 (uri (git-reference
13928 (url home-page)
13929 (commit commit)))
13930 (file-name (git-file-name name version))
13931 (sha256
13932 (base32
13933 "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
13934 (build-system emacs-build-system)
13935 (propagated-inputs
13936 `(("emacs-s" ,emacs-s)
13937 ("emacs-dash" ,emacs-dash)))
13938 (synopsis "Convert keyboard macros to Emacs Lisp")
13939 (description
13940 "This package displays keyboard macros or latest interactive commands
13941 as Emacs Lisp.")
13942 (license license:gpl3+))))
13943
13944 (define-public emacs-transient
13945 ;; 0.1.0 depends on lv.el but not later versions.
13946 (let ((commit "7e45a57ec81185631fe763733f64c99021df2a06"))
13947 (package
13948 (name "emacs-transient")
13949 (version (git-version "0.1.0" "1" commit))
13950 (source (origin
13951 (method git-fetch)
13952 (uri (git-reference
13953 (url "https://github.com/magit/transient")
13954 (commit commit)))
13955 (file-name (git-file-name name version))
13956 (sha256
13957 (base32
13958 "0r6d4c1lga3bk0s7q7y4v4hbpxnd9h40cjxybqvax2z902931fz1"))))
13959 (build-system gnu-build-system)
13960 (native-inputs `(("texinfo" ,texinfo)
13961 ("emacs" ,emacs-minimal)))
13962 (propagated-inputs
13963 `(("dash" ,emacs-dash)))
13964 (arguments
13965 `(#:modules ((guix build gnu-build-system)
13966 (guix build utils)
13967 (srfi srfi-26)
13968 (guix build emacs-utils))
13969 #:imported-modules (,@%gnu-build-system-modules
13970 (guix build emacs-utils))
13971 #:tests? #f ; tests are not included in the release
13972 #:make-flags (list "lisp" "info"
13973 (string-append "LOAD_PATH=-L . -L "
13974 (assoc-ref %build-inputs "dash")
13975 "/share/emacs/site-lisp/guix.d/dash-"
13976 ,(package-version emacs-dash)))
13977 #:phases
13978 (modify-phases %standard-phases
13979 (delete 'configure)
13980 (replace 'install
13981 (lambda* (#:key inputs outputs #:allow-other-keys)
13982 (let* ((out (assoc-ref outputs "out"))
13983 (lisp (string-append out "/share/emacs/site-lisp/guix.d/"
13984 "transient" "-" ,version))
13985 (info (string-append out "/share/info")))
13986 (for-each (cut install-file <> lisp)
13987 (find-files "." "\\.elc*$"))
13988 (install-file "docs/transient.info" (string-append info)))
13989 #t)))))
13990 (home-page "https://magit.vc/manual/transient")
13991 (synopsis "Transient commands in Emacs")
13992 (description
13993 "Taking inspiration from prefix keys and prefix arguments in Emacs,
13994 Transient implements a similar abstraction involving a prefix command, infix
13995 arguments and suffix commands. We could call this abstraction a \"transient
13996 command\", but because it always involves at least two commands (a prefix and
13997 a suffix) we prefer to call it just a \"transient\".")
13998 (license license:gpl3+))))
13999
14000 (define-public emacs-semantic-refactor
14001 ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
14002 ;; commits since then.
14003 (let ((commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5"))
14004 (package
14005 (name "emacs-semantic-refactor")
14006 (version (git-version "0.5" "1" commit))
14007 (source
14008 (origin
14009 (method git-fetch)
14010 (uri (git-reference
14011 (url "https://github.com/tuhdo/semantic-refactor")
14012 (commit commit)))
14013 (file-name (git-file-name name version))
14014 (sha256
14015 (base32
14016 "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"))))
14017 (build-system emacs-build-system)
14018 (home-page "https://github.com/tuhdo/semantic-refactor")
14019 (synopsis "Refactoring tool for C/C++ and Lisp dialects")
14020 (description "This package provides a refactoring tool based on the
14021 Emacs Semantic parser framework. For C and C++ it supports operations such as:
14022
14023 @enumerate
14024 @item Generating class implementations
14025 @item Generating function prototypes
14026 @item Converting functions to function pointers
14027 @item Moving semantic units
14028 @item etc...
14029 @end enumerate
14030
14031 For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such
14032 as:
14033
14034 @enumerate
14035 @item Formatting the whole buffer
14036 @item Converting sexpressions to one or multiple lines
14037 @item etc...
14038 @end enumerate\n")
14039 (license license:gpl3+))))
14040
14041 (define-public emacs-nhexl-mode
14042 (package
14043 (name "emacs-nhexl-mode")
14044 (version "1.2")
14045 (source
14046 (origin
14047 (method url-fetch)
14048 (uri (string-append
14049 "https://elpa.gnu.org/packages/nhexl-mode-"
14050 version ".el"))
14051 (sha256
14052 (base32
14053 "031h22p564qdvr9khs05qcba06pmsk68cr7zyc7c04hfr3y3ziaf"))))
14054 (build-system emacs-build-system)
14055 (home-page "http://elpa.gnu.org/packages/nhexl-mode.html")
14056 (synopsis "Minor mode to edit files via hex-dump format")
14057 (description
14058 "This package implements NHexl mode, a minor mode for editing files
14059 in hex dump format. The mode command is called @command{nhexl-mode}.
14060
14061 This minor mode implements similar functionality to @command{hexl-mode},
14062 but using a different implementation technique, which makes it
14063 usable as a \"plain\" minor mode. It works on any buffer, and does
14064 not mess with the undo log or with the major mode.
14065
14066 It also comes with:
14067
14068 @itemize
14069 @item @command{nhexl-nibble-edit-mode}: a \"nibble editor\" minor mode, where
14070 the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys
14071 (which only work for hex-digits) will only modify the nibble under point.
14072 @item @command{nhexl-overwrite-only-mode}: a minor mode to try and avoid
14073 moving text. In this minor mode, not only self-inserting keys overwrite
14074 existing text, but commands like `yank' and @command{kill-region} as well.
14075 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
14076 C-f} to advance by #xa4 characters.
14077 @end itemize\n")
14078 (license license:gpl3+)))
14079
14080 (define-public emacs-helm-wikipedia
14081 (let ((commit "126f044e0a0e1432e0791c33ce2a41875d704a9b"))
14082 (package
14083 (name "emacs-helm-wikipedia")
14084 (version (git-version "0.0.0" "1" commit))
14085 (home-page "https://github.com/emacs-helm/helm-wikipedia/")
14086 (source
14087 (origin
14088 (method git-fetch)
14089 (uri (git-reference
14090 (url home-page)
14091 (commit commit)))
14092 (file-name (git-file-name name version))
14093 (sha256
14094 (base32
14095 "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
14096 (build-system emacs-build-system)
14097 (inputs
14098 `(("helm" ,emacs-helm)))
14099 (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
14100 (description
14101 "This package provides an Emacs Helm interface for search suggestions
14102 and article extracts for Wikipedia.")
14103 (license license:gpl3+))))
14104
14105 (define-public emacs-webfeeder
14106 (package
14107 (name "emacs-webfeeder")
14108 (version "1.0.0")
14109 (source
14110 (origin
14111 (method url-fetch)
14112 (uri (string-append
14113 "https://elpa.gnu.org/packages/webfeeder-"
14114 version
14115 ".tar"))
14116 (sha256
14117 (base32
14118 "06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
14119 (build-system emacs-build-system)
14120 (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
14121 (synopsis "Build RSS and Atom webfeeds from HTML files")
14122 (description
14123 "Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML
14124 files. The various elements of the HTML input are parsed with customizable
14125 functions (e.g. @code{webfeeder-title-function}).")
14126 (license license:gpl3+)))