gnu: Add emacs-company-math.
[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, 2019 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, 2019 Alex Griffin <a@ajgrf.com>
17 ;;; Copyright © 2016, 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
18 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
19 ;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
20 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
21 ;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <m.othacehe@gmail.com>
22 ;;; Copyright © 2017, 2018, 2019 Clément Lassieur <clement@lassieur.org>
23 ;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
24 ;;; Copyright © 2017, 2018 Kyle Meyer <kyle@kyleam.com>
25 ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
26 ;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
27 ;;; Copyright © 2017, 2018 Feng Shu <tumashu@163.com>
28 ;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
29 ;;; Copyright © 2017, 2018, 2019 Oleg Pykhalov <go.wigust@gmail.com>
30 ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
31 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
32 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
33 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
34 ;;; Copyright © 2017, 2018, 2019 Maxim Cournoyer <maxim.cournoyer@gmail.com>
35 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
36 ;;; Copyright © 2018, 2019 Mathieu Lirzin <mthl@gnu.org>
37 ;;; Copyright © 2018, 2019 Pierre Neidhardt <mail@ambrevar.xyz>
38 ;;; Copyright © 2018, 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
39 ;;; Copyright © 2018, 2019 Jack Hill <jackhill@jackhill.us>
40 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
41 ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
42 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
43 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
44 ;;; Copyright © 2018, 2019 Brett Gilio <brettg@posteo.net>
45 ;;; Copyright © 2019 Dimakakos Dimos <bendersteed@teknik.io>
46 ;;; Copyright © 2019 Brian Leung <bkleung89@gmail.com>
47 ;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
48 ;;; Copyright © 2019 Gabriel Hondet <gabrielhondet@gmail.com>
49 ;;; Copyright © 2019 LaFreniere, Joseph <joseph@lafreniere.xyz>
50 ;;; Copyright © 2019 Amar Singh <nly@disroot.org>
51 ;;; Copyright © 2019 Baptiste Strazzulla <bstrazzull@hotmail.fr>
52 ;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autitici.org>
53 ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
54 ;;;
55 ;;; This file is part of GNU Guix.
56 ;;;
57 ;;; GNU Guix is free software; you can redistribute it and/or modify it
58 ;;; under the terms of the GNU General Public License as published by
59 ;;; the Free Software Foundation; either version 3 of the License, or (at
60 ;;; your option) any later version.
61 ;;;
62 ;;; GNU Guix is distributed in the hope that it will be useful, but
63 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
64 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
65 ;;; GNU General Public License for more details.
66 ;;;
67 ;;; You should have received a copy of the GNU General Public License
68 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
69
70 (define-module (gnu packages emacs-xyz)
71 #:use-module ((guix licenses) #:prefix license:)
72 #:use-module (guix packages)
73 #:use-module (guix cvs-download)
74 #:use-module (guix download)
75 #:use-module (guix git-download)
76 #:use-module (guix build-system gnu)
77 #:use-module (guix build-system cmake)
78 #:use-module (guix build-system emacs)
79 #:use-module (guix build-system glib-or-gtk)
80 #:use-module (guix build-system perl)
81 #:use-module (guix build-system trivial)
82 #:use-module (gnu packages)
83 #:use-module (gnu packages admin)
84 #:use-module (gnu packages audio)
85 #:use-module (gnu packages bash)
86 #:use-module (gnu packages cmake)
87 #:use-module (gnu packages code)
88 #:use-module (gnu packages databases)
89 #:use-module (gnu packages emacs)
90 #:use-module (gnu packages guile)
91 #:use-module (gnu packages gtk)
92 #:use-module (gnu packages gnome)
93 #:use-module (gnu packages ncurses)
94 #:use-module (gnu packages python)
95 #:use-module (gnu packages python-xyz)
96 #:use-module (gnu packages tex)
97 #:use-module (gnu packages texinfo)
98 #:use-module (gnu packages tcl)
99 #:use-module (gnu packages tls)
100 #:use-module (gnu packages pkg-config)
101 #:use-module (gnu packages xorg)
102 #:use-module (gnu packages lesstif)
103 #:use-module (gnu packages llvm)
104 #:use-module (gnu packages image)
105 #:use-module (gnu packages linux)
106 #:use-module (gnu packages libevent)
107 #:use-module (gnu packages music)
108 #:use-module (gnu packages version-control)
109 #:use-module (gnu packages imagemagick)
110 #:use-module (gnu packages w3m)
111 #:use-module (gnu packages wget)
112 #:use-module (gnu packages autotools)
113 #:use-module (gnu packages base)
114 #:use-module (gnu packages compression)
115 #:use-module (gnu packages xml)
116 #:use-module (gnu packages glib)
117 #:use-module (gnu packages acl)
118 #:use-module (gnu packages mail)
119 #:use-module (gnu packages package-management)
120 #:use-module (gnu packages perl)
121 #:use-module (gnu packages pdf)
122 #:use-module (gnu packages scheme)
123 #:use-module (gnu packages speech)
124 #:use-module (gnu packages xiph)
125 #:use-module (gnu packages mp3)
126 #:use-module (gnu packages gettext)
127 #:use-module (gnu packages fribidi)
128 #:use-module (gnu packages gd)
129 #:use-module (gnu packages fontutils)
130 #:use-module (gnu packages password-utils)
131 #:use-module (gnu packages pulseaudio)
132 #:use-module (gnu packages sphinx)
133 #:use-module (gnu packages xdisorg)
134 #:use-module (gnu packages shells)
135 #:use-module (gnu packages sqlite)
136 #:use-module (gnu packages gnupg)
137 #:use-module (gnu packages video)
138 #:use-module (gnu packages haskell)
139 #:use-module (gnu packages wordnet)
140 #:use-module (guix utils)
141 #:use-module (srfi srfi-1)
142 #:use-module (ice-9 match))
143
144 ;;;
145 ;;; Emacs hacking.
146 ;;;
147
148 (define-public emacs-geiser
149 (package
150 (name "emacs-geiser")
151 (version "0.10")
152 (source (origin
153 (method url-fetch)
154 (uri (string-append "mirror://savannah/geiser/" version
155 "/geiser-" version ".tar.gz"))
156 (sha256
157 (base32
158 "0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))
159 (build-system gnu-build-system)
160 (arguments
161 '(#:phases
162 (modify-phases %standard-phases
163 (add-after 'install 'post-install
164 (lambda* (#:key outputs #:allow-other-keys)
165 (symlink "geiser-install.el"
166 (string-append (assoc-ref outputs "out")
167 "/share/emacs/site-lisp/"
168 "geiser-autoloads.el"))
169 #t)))))
170 (inputs `(("guile" ,guile-2.2)))
171 (native-inputs `(("emacs" ,emacs-minimal)))
172 (home-page "https://nongnu.org/geiser/")
173 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
174 (description
175 "Geiser is a collection of Emacs major and minor modes that conspire with
176 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
177 continuously running Scheme interpreter takes the center of the stage in
178 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
179 implementation, Emacs and, ultimately, the schemer, giving them access to live
180 metadata.")
181 (license license:bsd-3)))
182
183 (define-public geiser
184 (deprecated-package "geiser" emacs-geiser))
185
186 (define-public emacs-paredit
187 (package
188 (name "emacs-paredit")
189 (version "24")
190 (source (origin
191 (method url-fetch)
192 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
193 version ".el"))
194 (sha256
195 (base32
196 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
197 (build-system emacs-build-system)
198 (home-page "http://mumble.net/~campbell/emacs/paredit/")
199 (synopsis "Emacs minor mode for editing parentheses")
200 (description
201 "ParEdit (paredit.el) is a minor mode for performing structured editing
202 of S-expression data. The typical example of this would be Lisp or Scheme
203 source code.
204
205 ParEdit helps **keep parentheses balanced** and adds many keys for moving
206 S-expressions and moving around in S-expressions. Its behavior can be jarring
207 for those who may want transient periods of unbalanced parentheses, such as
208 when typing parentheses directly or commenting out code line by line.")
209 (license license:gpl3+)))
210
211 (define-public paredit
212 (deprecated-package "paredit" emacs-paredit))
213
214 (define-public git-modes
215 (package
216 (name "emacs-git-modes")
217 (version "1.2.8")
218 (source (origin
219 (method git-fetch)
220 (uri (git-reference
221 (url "https://github.com/magit/git-modes")
222 (commit version)))
223 (file-name (git-file-name name version))
224 (sha256
225 (base32
226 "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"))))
227 (build-system emacs-build-system)
228 (home-page "https://github.com/magit/git-modes")
229 (synopsis "Emacs major modes for Git configuration files")
230 (description
231 "This package provides Emacs major modes for editing various Git
232 configuration files, such as .gitattributes, .gitignore, and .git/config.")
233 (license license:gpl3+)))
234
235 (define-public git-modes/old-name
236 (deprecated-package "git-modes" git-modes))
237
238 (define-public emacs-with-editor
239 (package
240 (name "emacs-with-editor")
241 (version "2.8.3")
242 (source (origin
243 (method git-fetch)
244 (uri (git-reference
245 (url "https://github.com/magit/with-editor.git")
246 (commit (string-append "v" version))))
247 (file-name (git-file-name name version))
248 (sha256
249 (base32
250 "1z2h9casyw1b93ikq2mf9xixyvbl90zddf0s66lqfiyj2y376pq3"))))
251 (build-system emacs-build-system)
252 (propagated-inputs
253 `(("emacs-dash" ,emacs-dash)))
254 (home-page "https://github.com/magit/with-editor")
255 (synopsis "Emacs library for using Emacsclient as EDITOR")
256 (description
257 "This package provides an Emacs library to use the Emacsclient as
258 @code{$EDITOR} of child processes, making sure they know how to call home.
259 For remote processes a substitute is provided, which communicates with Emacs
260 on stdout instead of using a socket as the Emacsclient does.")
261 (license license:gpl3+)))
262
263 (define-public emacs-magit
264 ;; Version 2.90.1 has trouble loading the transient library,
265 ;; so we use a more recent commit that fixes it.
266 (let ((commit "b4aec016b5577afa8d889f258b499814d1bb1d94"))
267 (package
268 (name "emacs-magit")
269 (version (git-version "2.90.1" "1" commit))
270 (source (origin
271 (method git-fetch)
272 (uri (git-reference
273 (url "https://github.com/magit/magit")
274 (commit commit)))
275 (file-name (git-file-name name version))
276 (sha256
277 (base32
278 "0zl7v6z0y50pcgqsf2r8c1k3r5nwjad9ba7r6sgrnf4rc62br7jv"))))
279 (build-system gnu-build-system)
280 (native-inputs `(("texinfo" ,texinfo)
281 ("emacs" ,emacs-minimal)))
282 (inputs
283 `(("git" ,git)
284 ("perl" ,perl)))
285 (propagated-inputs
286 `(("dash" ,emacs-dash)
287 ("with-editor" ,emacs-with-editor)
288 ("transient" ,emacs-transient)))
289 (arguments
290 `(#:modules ((guix build gnu-build-system)
291 (guix build utils)
292 (guix build emacs-utils))
293 #:imported-modules (,@%gnu-build-system-modules
294 (guix build emacs-utils))
295 #:test-target "test"
296 #:tests? #f ; tests are not included in the release
297
298 #:make-flags
299 (list (string-append "PREFIX=" %output)
300 ;; Don't put .el files in a sub-directory.
301 (string-append "lispdir=" %output "/share/emacs/site-lisp")
302 (string-append "DASH_DIR="
303 (assoc-ref %build-inputs "dash")
304 "/share/emacs/site-lisp/guix.d/dash-"
305 ,(package-version emacs-dash))
306 (string-append "WITH_EDITOR_DIR="
307 (assoc-ref %build-inputs "with-editor")
308 "/share/emacs/site-lisp/guix.d/with-editor-"
309 ,(package-version emacs-with-editor))
310 (string-append "TRANSIENT_DIR="
311 (assoc-ref %build-inputs "transient")
312 "/share/emacs/site-lisp/guix.d/transient-"
313 ,(package-version emacs-transient)))
314
315 #:phases
316 (modify-phases %standard-phases
317 (delete 'configure)
318 (add-before
319 'build 'patch-exec-paths
320 (lambda* (#:key inputs #:allow-other-keys)
321 (let ((perl (assoc-ref inputs "perl")))
322 (make-file-writable "lisp/magit-sequence.el")
323 (emacs-substitute-variables "lisp/magit-sequence.el"
324 ("magit-perl-executable" (string-append perl "/bin/perl")))
325 #t))))))
326 (home-page "https://magit.vc/")
327 (synopsis "Emacs interface for the Git version control system")
328 (description
329 "With Magit, you can inspect and modify your Git repositories with Emacs.
330 You can review and commit the changes you have made to the tracked files, for
331 example, and you can browse the history of past changes. There is support for
332 cherry picking, reverting, merging, rebasing, and other common Git
333 operations.")
334 (license license:gpl3+))))
335
336 (define-public magit
337 (deprecated-package "magit" emacs-magit))
338
339 (define-public emacs-magit-svn
340 (let ((commit "9e33ceee32f665db59909e1c00a667ccdd04178f"))
341 (package
342 (name "emacs-magit-svn")
343 (version (git-version "2.2.1" "1" commit))
344 (source (origin
345 (method git-fetch)
346 (uri (git-reference
347 (url "https://github.com/magit/magit-svn")
348 (commit commit)))
349 (file-name (git-file-name name version))
350 (sha256
351 (base32
352 "1mlqz8dh6jy5rv72lgkxv253dgh73fmbaidskicypapvbl3lr6xy"))))
353 (build-system trivial-build-system)
354 (native-inputs `(("emacs" ,emacs-minimal)))
355 (propagated-inputs `(("dash" ,emacs-dash)
356 ("with-editor" ,emacs-with-editor)
357 ("magit" ,emacs-magit)
358 ("transient" ,emacs-transient)))
359 (arguments
360 `(#:modules ((guix build utils)
361 (guix build emacs-utils))
362
363 #:builder
364 (begin
365 (use-modules (guix build utils)
366 (guix build emacs-utils))
367
368 (let ((emacs (string-append (assoc-ref %build-inputs "emacs")
369 "/bin/emacs"))
370 (magit (string-append (assoc-ref %build-inputs "magit")
371 "/share/emacs/site-lisp"))
372 (transient (string-append (assoc-ref %build-inputs "transient")
373 "/share/emacs/site-lisp/guix.d/transient-"
374 ,(package-version emacs-transient)))
375 (dash (string-append (assoc-ref %build-inputs "dash")
376 "/share/emacs/site-lisp/guix.d/dash-"
377 ,(package-version emacs-dash)))
378 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
379 "/share/emacs/site-lisp/guix.d/with-editor-"
380 ,(package-version emacs-with-editor)))
381 (source (assoc-ref %build-inputs "source"))
382 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
383
384 (install-file (string-append source "/magit-svn.el")
385 lisp-dir)
386
387 (with-directory-excursion lisp-dir
388 (parameterize ((%emacs emacs))
389 (emacs-generate-autoloads ,name lisp-dir)
390 (setenv "EMACSLOADPATH"
391 (string-append ":" magit ":" transient
392 ":" dash ":" with-editor))
393 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))
394 #t))))
395 (home-page "https://github.com/magit/magit-svn")
396 (synopsis "Git-SVN extension to Magit")
397 (description
398 "This package is an extension to Magit, the Git Emacs mode, providing
399 support for Git-SVN.")
400 (license license:gpl3+))))
401
402 (define-public magit-svn
403 (deprecated-package "magit-svn" emacs-magit-svn))
404
405 (define-public emacs-magit-popup
406 (package
407 (name "emacs-magit-popup")
408 (version "2.12.5")
409 (source (origin
410 (method git-fetch)
411 (uri (git-reference
412 (url "https://github.com/magit/magit-popup.git")
413 (commit (string-append "v" version))))
414 (file-name (git-file-name name version))
415 (sha256
416 (base32
417 "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
418 (build-system emacs-build-system)
419 (arguments
420 `(#:phases
421 (modify-phases %standard-phases
422 (add-before 'install 'make-info
423 (lambda _
424 (invoke "make" "info"))))))
425 (native-inputs
426 `(("texinfo" ,texinfo)))
427 (propagated-inputs
428 `(("emacs-dash" ,emacs-dash)))
429 (home-page "https://github.com/magit/magit-popup")
430 (synopsis "Define prefix-infix-suffix command combos")
431 (description
432 "This library implements a generic interface for toggling switches and
433 setting options and then invoking an Emacs command which does something with
434 these arguments. The prototypical use is for the command to call an external
435 process, passing on the arguments as command line arguments.")
436 (license license:gpl3+)))
437
438 (define-public emacs-minions
439 (package
440 (name "emacs-minions")
441 (version "0.3.1")
442 (source (origin
443 (method git-fetch)
444 (uri (git-reference
445 (url "https://github.com/tarsius/minions.git")
446 (commit (string-append "v" version))))
447 (file-name (git-file-name name version))
448 (sha256
449 (base32
450 "0q2y37zfxlbfvgdn70ikg3abp8vljna4ir9nyqlz1awmz5i1c43s"))))
451 (build-system emacs-build-system)
452 (propagated-inputs
453 `(("emacs-dash" ,emacs-dash)))
454 (home-page "https://github.com/tarsius/minions")
455 (synopsis "Minor-mode menu for the mode line")
456 (description
457 "This package implements a menu that lists enabled minor-modes, as well
458 as commonly but not currently enabled minor-modes. It can be used to toggle
459 local and global minor-modes, to access mode-specific menus, and to get help
460 about modes.
461
462 This menu is intended as a replacement for the incomplete yet wide list of
463 enabled minor-modes that is displayed in the mode line by default. To use the
464 menu like this, enable Minions mode.
465
466 Alternatively the menu can be bound globally, for example:
467 @code{(global-set-key [S-down-mouse-3] 'minions-minor-modes-menu)}.")
468 (license license:gpl3+)))
469
470 (define-public emacs-treepy
471 (package
472 (name "emacs-treepy")
473 (version "0.1.1")
474 (source (origin
475 (method git-fetch)
476 (uri (git-reference
477 (url "https://github.com/volrath/treepy.el.git")
478 (commit version)))
479 (file-name (git-file-name name version))
480 (sha256
481 (base32
482 "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
483 (build-system emacs-build-system)
484 (home-page
485 "https://github.com/volrath/treepy.el")
486 (synopsis "Tree traversal tools")
487 (description
488 "Generic tools for recursive and iterative tree traversal based on
489 clojure.walk and clojure.zip respectively.")
490 (license license:gpl3+)))
491
492 (define-public emacs-graphql
493 (package
494 (name "emacs-graphql")
495 (version "0.1.1")
496 (source (origin
497 (modules '((guix build utils)))
498 ;; Remove examples file with references to external packages as
499 ;; they do not exist at compilation time.
500 (snippet
501 '(begin (delete-file "examples.el")
502 #t))
503 (method git-fetch)
504 (uri (git-reference
505 (url "https://github.com/vermiculus/graphql.el.git")
506 (commit version)))
507 (file-name (git-file-name name version))
508 (sha256
509 (base32
510 "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
511 (build-system emacs-build-system)
512 (home-page
513 "https://github.com/vermiculus/graphql.el")
514 (synopsis "GraphQL utilities")
515 (description
516 "GraphQL.el provides a generally-applicable domain-specific language for
517 creating and executing GraphQL queries against your favorite web services.
518 GraphQL is a data query language and runtime designed and used to request and
519 deliver data to mobile and web apps.")
520 (license license:gpl3+)))
521
522 (define-public emacs-ghub
523 (package
524 (name "emacs-ghub")
525 (version "3.2.0")
526 (source (origin
527 (method git-fetch)
528 (uri (git-reference
529 (url "https://github.com/magit/ghub")
530 (commit (string-append "v" version))))
531 (file-name (git-file-name name version))
532 (sha256
533 (base32
534 "0lp52qygyavddl1lrgsyb6mq7hcf9h89dy2pzya3mb2va49f0vvl"))))
535 (build-system emacs-build-system)
536 (arguments
537 `(#:phases
538 (modify-phases %standard-phases
539 (add-before 'install 'make-info
540 (lambda _
541 (invoke "make" "info"))))))
542 (native-inputs
543 `(("texinfo" ,texinfo)))
544 (propagated-inputs
545 `(("dash" ,emacs-dash)
546 ("graphql" ,emacs-graphql)
547 ("treepy" ,emacs-treepy)))
548 (home-page "https://github.com/magit/ghub")
549 (synopsis "Emacs client libraries for the APIs of various Git forges")
550 (description
551 "Ghub provides basic support for using the APIs of various Git forges from
552 Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab,
553 Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a
554 handful of functions that are not resource-specific.")
555 (license license:gpl3+)))
556
557 (define-public emacs-scribble-mode
558 (let ((commit "34e9e5edb921813b6483e0fefa848efb6ee4b314")
559 (version "0.0")
560 (revision 0))
561 (package
562 (name "emacs-scribble-mode")
563 (version (if (zero? revision)
564 version
565 (string-append version "-"
566 (number->string revision)
567 "." (string-take commit 7))))
568 (source (origin
569 (method git-fetch)
570 (uri (git-reference
571 (url "https://github.com/emacs-pe/scribble-mode.git")
572 (commit commit)))
573 (sha256
574 (base32
575 "0598byqpz2q6yi2q4dwd77jj9z3n99z34d3an51s9m2za0nh1qvp"))))
576 (build-system emacs-build-system)
577 (home-page "https://github.com/emacs-pe/scribble-mode")
578 (synopsis "Emacs mode for editing the Scribble documentation syntax.")
579 (description
580 "This package provides basic syntax highlighting and editing support
581 for editing Racket's Scribble documentation syntax in Emacs.")
582 (license license:gpl3+))))
583
584 (define-public emacs-shroud
585 (package
586 (name "emacs-shroud")
587 (version "1.83.4")
588 (source
589 (origin
590 (method git-fetch)
591 (uri (git-reference
592 (url "https://github.com/o-nly/emacs-shroud.git")
593 (commit version)))
594 (file-name (git-file-name name version))
595 (sha256
596 (base32 "1yvdjx0kp4y8w5yz2cbqq9n6xl5splvmsyyx8ld1xv0q1c9872nf"))))
597 (build-system emacs-build-system)
598 (propagated-inputs
599 `(("emacs-bui" ,emacs-bui)
600 ("emacs-dash" ,emacs-dash)
601 ("emacs-f" ,emacs-f)
602 ("emacs-s" ,emacs-s)
603 ("gnupg" ,gnupg)
604 ("shroud" ,shroud)))
605 (home-page "https://github.com/o-nly/emacs-shroud")
606 (synopsis "Emacs interface to the Shroud password manager")
607 (description
608 "This package provides an Emacs interface to the Shroud password manager,
609 using the Buffers User Interface library. You can view, copy, and edit secrets
610 from within Emacs.")
611 (license license:gpl3+)))
612
613 (define-public emacs-unpackaged-el
614 (let ((commit "f4df7f8dfea715e893b2223adda32545803f5cce")
615 (revision "1"))
616 (package
617 (name "emacs-unpackaged-el")
618 (version (git-version "0" revision commit))
619 (source
620 (origin
621 (method git-fetch)
622 (uri (git-reference
623 (url "https://github.com/alphapapa/unpackaged.el")
624 (commit commit)))
625 (file-name (git-file-name name version))
626 (sha256
627 (base32
628 "1yf3zrgqfhnr0az8gn1kqqwnhfi3nc0vbjkcagwcqwk3sp1jda86"))
629 (patches
630 (search-patches "emacs-unpackaged-req.patch"))))
631 (build-system emacs-build-system)
632 (propagated-inputs
633 `(("emacs-dash" ,emacs-dash)
634 ("emacs-org" ,emacs-org)
635 ("emacs-s" ,emacs-s)
636 ("emacs-hydra" ,emacs-hydra)
637 ("emacs-use-package" ,emacs-use-package)))
638 (home-page "https://github.com/alphapapa/unpackaged.el")
639 (synopsis "Useful snippets of Emacs Lisp code")
640 (description "This package provides Emacs Lisp utilities for a variety
641 of tasks, including version control, task management, and regex-based
642 replacement.")
643 (license license:gpl3+))))
644
645 (define-public emacs-haskell-mode
646 (package
647 (name "emacs-haskell-mode")
648 (version "16.1")
649 (source (origin
650 (method git-fetch)
651 (uri (git-reference
652 (url "https://github.com/haskell/haskell-mode")
653 (commit (string-append "v" version))))
654 (file-name (git-file-name name version))
655 (sha256
656 (base32 "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq"))
657 (patches
658 (search-patches ; backport test failure fixes
659 "haskell-mode-unused-variables.patch"
660 "haskell-mode-make-check.patch"))))
661 (inputs
662 `(("emacs-el-search" ,emacs-el-search) ; for tests
663 ("emacs-stream" ,emacs-stream))) ; for tests
664 (propagated-inputs
665 `(("emacs-dash" ,emacs-dash)))
666 (native-inputs
667 `(("emacs" ,emacs-minimal)
668 ("texinfo" ,texinfo)))
669 (build-system gnu-build-system)
670 (arguments
671 `(#:make-flags (list (string-append "EMACS="
672 (assoc-ref %build-inputs "emacs")
673 "/bin/emacs"))
674 #:modules ((ice-9 match)
675 (srfi srfi-26)
676 ,@%gnu-build-system-modules)
677 #:phases
678 (modify-phases %standard-phases
679 (delete 'configure)
680 (add-before
681 'build 'pre-build
682 (lambda* (#:key inputs #:allow-other-keys)
683 (define (el-dir store-dir)
684 (match (find-files store-dir "\\.el$")
685 ((f1 f2 ...) (dirname f1))
686 (_ "")))
687
688 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
689 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
690
691 (setenv "SHELL" "sh")
692 (setenv "EMACSLOADPATH"
693 (string-concatenate
694 (map (match-lambda
695 (((? emacs-prefix? name) . dir)
696 (string-append (el-dir dir) ":"))
697 (_ ""))
698 inputs)))
699 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
700 ;; embed filename to fix test failure
701 (let ((file "tests/haskell-cabal-tests.el"))
702 (substitute* file
703 (("\\(buffer-file-name\\)")
704 (format #f "(or (buffer-file-name) ~s)" file))))
705 #t)))
706 (replace
707 'install
708 (lambda* (#:key outputs #:allow-other-keys)
709 (let* ((out (assoc-ref outputs "out"))
710 (el-dir (string-append out "/share/emacs/site-lisp"))
711 (doc (string-append
712 out "/share/doc/haskell-mode-" ,version))
713 (info (string-append out "/share/info")))
714 (define (copy-to-dir dir files)
715 (for-each (lambda (f)
716 (install-file f dir))
717 files))
718
719 (with-directory-excursion "doc"
720 (invoke "makeinfo" "haskell-mode.texi")
721 (install-file "haskell-mode.info" info))
722 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
723 (copy-to-dir el-dir (find-files "." "\\.elc?"))
724 ;; These are part of other packages.
725 (with-directory-excursion el-dir
726 (for-each delete-file '("dash.el" "ert.el")))
727 #t))))))
728 (home-page "https://github.com/haskell/haskell-mode")
729 (synopsis "Haskell mode for Emacs")
730 (description
731 "This is an Emacs mode for editing, debugging and developing Haskell
732 programs.")
733 (license license:gpl3+)))
734
735 (define-public haskell-mode
736 (deprecated-package "haskell-mode" emacs-haskell-mode))
737
738 (define-public emacs-dante
739 (let ((commit "149dded24ca9cdff09a3d859e4b62638db4aadda")
740 (revision "1"))
741 (package
742 (name "emacs-dante")
743 (version (git-version "1.5" revision commit))
744 (source (origin
745 (method git-fetch)
746 (uri (git-reference
747 (url "https://github.com/jyp/dante")
748 (commit commit)))
749 (sha256
750 (base32
751 "0i7kj3d6pfys6si9va5f36qzifyac9mahdl0qh40rya9m0syrkla"))
752 (file-name (git-file-name name version))))
753 (build-system emacs-build-system)
754 (propagated-inputs
755 `(("emacs-dash" ,emacs-dash)
756 ("emacs-f" ,emacs-f)
757 ("emacs-flycheck" ,emacs-flycheck)
758 ("emacs-haskell-mode" ,emacs-haskell-mode)
759 ("emacs-s" ,emacs-s)
760 ("emacs-company" ,emacs-company)
761 ("emacs-lcr" ,emacs-lcr)))
762 (home-page "https://github.com/jyp/dante")
763 (synopsis "Minor mode for interactive Haskell")
764 (description
765 "This package provides a minor mode for Haskell development that
766 supports type hints, definition-jumping, completion, and more.")
767 (license license:gpl3+))))
768
769 (define-public emacs-flycheck
770 (package
771 (name "emacs-flycheck")
772 (version "31")
773 (source (origin
774 (method url-fetch)
775 (uri (string-append
776 "https://github.com/flycheck/flycheck/releases/download/"
777 version "/flycheck-" version ".tar"))
778 (sha256
779 (base32
780 "01rnwan16m7cyyrfca3c5c60mbj2r3knkpzbhji2fczsf0wns240"))
781 (modules '((guix build utils)))
782 (snippet `(begin
783 ;; Change 'flycheck-version' so that it does not
784 ;; attempt to get its version from pkg-info.el.
785 (substitute* "flycheck.el"
786 (("\\(pkg-info-version-info 'flycheck\\)")
787 (string-append "\"" ,version "\"")))
788 #t))))
789 (build-system emacs-build-system)
790 (propagated-inputs
791 `(("emacs-dash" ,emacs-dash)))
792 (home-page "https://www.flycheck.org")
793 (synopsis "On-the-fly syntax checking")
794 (description
795 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
796 replacement for the older Flymake extension which is part of GNU Emacs, with
797 many improvements and additional features.
798
799 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
800 checking for over 30 programming and markup languages with more than 70
801 different tools. It highlights errors and warnings inline in the buffer, and
802 provides an optional IDE-like error list.")
803 (license license:gpl3+))) ;+GFDLv1.3+ for the manual
804
805 (define-public emacs-a
806 (package
807 (name "emacs-a")
808 (version "0.1.1")
809 (source (origin
810 (method git-fetch)
811 (uri (git-reference
812 (url "https://github.com/plexus/a.el.git")
813 (commit (string-append "v" version))))
814 (file-name (git-file-name name version))
815 (sha256
816 (base32
817 "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
818 (build-system emacs-build-system)
819 (home-page "https://github.com/plexus/a.el/")
820 (synopsis
821 "Emacs library for dealing with association lists and hash tables")
822 (description "@code{emacs-a} provides Emacs Lisp functions for dealing
823 with associative structures in a uniform and functional way. These functions
824 can take association lists, hash tables, and in some cases vectors (where the
825 index is considered the key).")
826 (license license:gpl3+)))
827
828 (define-public emacs-ace-jump-mode
829 (package
830 (name "emacs-ace-jump-mode")
831 (version "2.0")
832 (home-page "https://github.com/winterTTr/ace-jump-mode")
833 (source (origin
834 (method git-fetch)
835 (uri (git-reference
836 (url home-page)
837 (commit (string-append "v" version))))
838 (sha256
839 (base32
840 "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))
841 (file-name (git-file-name name version))))
842 (build-system emacs-build-system)
843 (synopsis "Cursor location minor mode for fast navigation")
844 (description "Ace-jump-mode is a fast/direct cursor location minor
845 mode. It creates an N-Branch search tree internally and marks all
846 the possible position with predefined keys in within the whole Emacs
847 view. This allows you to move to the character, word, or line almost
848 directly.")
849 (license license:gpl3+)))
850
851 (define-public emacs-anaphora
852 (package
853 (name "emacs-anaphora")
854 (version "1.0.4")
855 (source
856 (origin
857 (method git-fetch)
858 (uri (git-reference
859 (url "https://github.com/rolandwalker/anaphora.git")
860 (commit (string-append "v" version))))
861 (file-name (git-file-name name version))
862 (sha256
863 (base32
864 "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"))))
865 (build-system emacs-build-system)
866 (home-page "https://github.com/rolandwalker/anaphora/")
867 (synopsis "Anaphoric expressions for Emacs Lisp")
868 (description "@code{emacs-anaphora} implements anaphoric expressions for
869 Emacs Lisp.
870
871 Anaphoric expressions implicitly create one or more temporary variables which
872 can be referred to during the expression. This technique can improve clarity
873 in certain cases. It also enables recursion for anonymous functions.")
874 (license license:public-domain)))
875
876 (define-public emacs-xr
877 (package
878 (name "emacs-xr")
879 (version "1.12")
880 (source
881 (origin
882 (method url-fetch)
883 (uri (string-append
884 "https://elpa.gnu.org/packages/xr-" version ".tar"))
885 (sha256
886 (base32
887 "1vv87h0h8ldc1mbsn45w5z1m6jq8j2js4xz23a9ixdby06g60y3g"))))
888 (build-system emacs-build-system)
889 (home-page "http://elpa.gnu.org/packages/xr.html")
890 (synopsis "Convert string regexp to rx notation")
891 (description
892 "This is an inverse companion to the @code{rx} package for translating
893 regexps in string form to the @code{rx} notation. Its chief uses are:
894
895 @itemize
896 @item Migrating existing code to @code{rx} form, for better readability and
897 maintainability
898 @item Understanding complex regexp strings and finding errors in them
899 @end itemize
900
901 In addition to Emacs regexps, this package can also parse and troubleshoot
902 skip set strings, which are arguments to @code{skip-chars-forward} and
903 @code{skip-chars-backward}.")
904 (license license:gpl3+)))
905
906 (define-public emacs-reformatter
907 (package
908 (name "emacs-reformatter")
909 (version "0.4")
910 (source
911 (origin
912 (method git-fetch)
913 (uri (git-reference
914 (url "https://github.com/purcell/reformatter.el.git")
915 (commit version)))
916 (file-name (git-file-name name version))
917 (sha256
918 (base32
919 "0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
920 (build-system emacs-build-system)
921 (home-page "https://github.com/purcell/reformatter.el")
922 (synopsis "Define commands which run reformatters on the current buffer")
923 (description
924 "This library lets elisp authors easily define an idiomatic command to
925 reformat the current buffer using a command-line program, together with an
926 optional minor mode which can apply this command automatically on save.")
927 (license license:gpl3+)))
928
929 (define-public emacs-relint
930 (package
931 (name "emacs-relint")
932 (version "1.8")
933 (source
934 (origin
935 (method url-fetch)
936 (uri (string-append
937 "https://elpa.gnu.org/packages/relint-" version ".el"))
938 (sha256
939 (base32
940 "1bl6m2h7131acbmr0kqfnjjpv2syiv2mxfnm61g874ynnvkmmkm3"))))
941 (build-system emacs-build-system)
942 (propagated-inputs `(("emacs-xr" ,emacs-xr)))
943 (home-page "https://github.com/mattiase/relint")
944 (synopsis "Elisp regexp mistake finder")
945 (description
946 "Relint (regular expression lint) scans Elisp files for mistakes in
947 regexps, including deprecated syntax and bad practice. It also checks the
948 regexp-like arguments to @code{skip-chars-forward} and
949 @code{skip-chars-backward}.")
950 (license license:gpl3+)))
951
952 (define-public emacs-bug-hunter
953 (let ((commit "b88d981afa9154b236c5a3a83b50d5889d46c6a7")
954 (revision "1"))
955 (package
956 (name "emacs-bug-hunter")
957 (version (git-version "1.3.1" revision commit))
958 (source
959 (origin
960 (method git-fetch)
961 (uri (git-reference
962 (url "https://github.com/Malabarba/elisp-bug-hunter.git")
963 (commit commit)))
964 (file-name (git-file-name name commit))
965 (sha256
966 (base32
967 "134fj493sdn93pyyac8rpz1fzahzmayvphsrmqp3wvgysmfqm38l"))))
968 (build-system emacs-build-system)
969 (propagated-inputs
970 `(("emacs-seq" ,emacs-seq)))
971 (home-page "https://github.com/Malabarba/elisp-bug-hunter")
972 (synopsis "Hunt down errors by bisecting elisp files")
973 (description
974 "The Bug Hunter is an Emacs library that finds the source of an error
975 or unexpected behavior inside an elisp configuration file (typically
976 @file{init.el} or @file{.emacs}).")
977 (license license:gpl3+))))
978
979 \f
980 ;;;
981 ;;; Web browsing.
982 ;;;
983
984 (define-public emacs-w3m
985 ;; Emacs-w3m follows a "rolling release" model.
986 (package
987 (name "emacs-w3m")
988 (version "2018-11-11")
989 (source (origin
990 (method cvs-fetch)
991 (uri (cvs-reference
992 (root-directory
993 ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot")
994 (module "emacs-w3m")
995 (revision version)))
996 (file-name (string-append name "-" version "-checkout"))
997 (sha256
998 (base32
999 "0nvahdbjs12zg7zsk4gql02mvnv56cf1rwj2f5p42lwp3xvswiwp"))))
1000 (build-system gnu-build-system)
1001 (native-inputs `(("autoconf" ,autoconf)
1002 ("texinfo" ,texinfo)
1003 ("emacs" ,emacs-minimal)))
1004 (inputs `(("w3m" ,w3m)
1005 ("imagemagick" ,imagemagick)))
1006 (arguments
1007 `(#:modules ((guix build gnu-build-system)
1008 (guix build utils)
1009 (guix build emacs-utils))
1010 #:imported-modules (,@%gnu-build-system-modules
1011 (guix build emacs-utils))
1012 #:configure-flags
1013 (let ((out (assoc-ref %outputs "out")))
1014 (list (string-append "--with-lispdir="
1015 out "/share/emacs/site-lisp")
1016 (string-append "--with-icondir="
1017 out "/share/images/emacs-w3m")
1018 ;; Leave .el files uncompressed, otherwise GC can't
1019 ;; identify run-time dependencies. See
1020 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
1021 "--without-compress-install"))
1022 #:tests? #f ; no check target
1023 #:phases
1024 (modify-phases %standard-phases
1025 (add-after 'unpack 'autoconf
1026 (lambda _
1027 (invoke "autoconf")))
1028 (add-before 'configure 'support-emacs!
1029 (lambda _
1030 ;; For some reason 'AC_PATH_EMACS' thinks that 'Emacs 26' is
1031 ;; unsupported.
1032 (substitute* "configure"
1033 (("EMACS_FLAVOR=unsupported")
1034 "EMACS_FLAVOR=emacs"))
1035 #t))
1036 (add-before 'build 'patch-exec-paths
1037 (lambda* (#:key inputs outputs #:allow-other-keys)
1038 (let ((out (assoc-ref outputs "out"))
1039 (w3m (assoc-ref inputs "w3m"))
1040 (imagemagick (assoc-ref inputs "imagemagick"))
1041 (coreutils (assoc-ref inputs "coreutils")))
1042 (make-file-writable "w3m.el")
1043 (emacs-substitute-variables "w3m.el"
1044 ("w3m-command" (string-append w3m "/bin/w3m"))
1045 ("w3m-touch-command"
1046 (string-append coreutils "/bin/touch"))
1047 ("w3m-icon-directory"
1048 (string-append out "/share/images/emacs-w3m")))
1049 (make-file-writable "w3m-image.el")
1050 (emacs-substitute-variables "w3m-image.el"
1051 ("w3m-imagick-convert-program"
1052 (string-append imagemagick "/bin/convert"))
1053 ("w3m-imagick-identify-program"
1054 (string-append imagemagick "/bin/identify")))
1055 #t)))
1056 (replace 'install
1057 (lambda* (#:key outputs #:allow-other-keys)
1058 (invoke "make" "install" "install-icons")
1059 (with-directory-excursion
1060 (string-append (assoc-ref outputs "out")
1061 "/share/emacs/site-lisp")
1062 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
1063 (symlink "w3m-load.el" "w3m-autoloads.el")
1064 #t))))))
1065 (home-page "http://emacs-w3m.namazu.org/")
1066 (synopsis "Simple Web browser for Emacs based on w3m")
1067 (description
1068 "Emacs-w3m is an emacs interface for the w3m web browser.")
1069 (license license:gpl2+)))
1070
1071 (define-public emacs-wget
1072 (package
1073 (name "emacs-wget")
1074 (version "0.5.0")
1075 (source (origin
1076 (method url-fetch)
1077 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
1078 version ".orig.tar.gz"))
1079 (sha256
1080 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
1081 (build-system gnu-build-system)
1082 (inputs `(("wget" ,wget)))
1083 (native-inputs `(("emacs" ,emacs-minimal)))
1084 (arguments
1085 `(#:modules ((guix build gnu-build-system)
1086 (guix build utils)
1087 (guix build emacs-utils))
1088 #:imported-modules (,@%gnu-build-system-modules
1089 (guix build emacs-utils))
1090 #:tests? #f ; no check target
1091 #:phases
1092 (modify-phases %standard-phases
1093 (replace 'configure
1094 (lambda* (#:key outputs #:allow-other-keys)
1095 (substitute* "Makefile"
1096 (("/usr/local") (assoc-ref outputs "out"))
1097 (("/site-lisp/emacs-wget") "/site-lisp"))
1098 #t))
1099 (add-before 'build 'patch-exec-paths
1100 (lambda* (#:key inputs outputs #:allow-other-keys)
1101 (let ((wget (assoc-ref inputs "wget")))
1102 (emacs-substitute-variables "wget.el"
1103 ("wget-command" (string-append wget "/bin/wget"))))
1104 #t))
1105 (add-after 'install 'post-install
1106 (lambda* (#:key outputs #:allow-other-keys)
1107 (emacs-generate-autoloads
1108 "wget" (string-append (assoc-ref outputs "out")
1109 "/share/emacs/site-lisp/"))
1110 #t)))))
1111 (home-page "http://www.emacswiki.org/emacs/EmacsWget")
1112 (synopsis "Simple file downloader for Emacs based on wget")
1113 (description
1114 "Emacs-wget is an emacs interface for the wget file downloader.")
1115 (license license:gpl2+)))
1116
1117 \f
1118 ;;;
1119 ;;; Multimedia.
1120 ;;;
1121
1122 (define-public emacs-emms
1123 (package
1124 (name "emacs-emms")
1125 (version "5.2")
1126 (source (origin
1127 (method url-fetch)
1128 (uri (string-append "mirror://gnu/emms/emms-"
1129 version ".tar.gz"))
1130 (sha256
1131 (base32
1132 "0cvpfdkagkpi8g02w8f7wzrpdk2ihas0mn5m9fr882xjdfshl21z"))
1133 (modules '((guix build utils)))
1134 (snippet
1135 '(begin
1136 (substitute* "Makefile"
1137 (("/usr/bin/install-info")
1138 ;; No need to use 'install-info' since it would create a
1139 ;; useless 'dir' file.
1140 "true")
1141 (("^INFODIR=.*")
1142 ;; Install Info files to $out/share/info, not $out/info.
1143 "INFODIR := $(PREFIX)/share/info\n")
1144 (("/site-lisp/emms")
1145 ;; Install directly in share/emacs/site-lisp, not in a
1146 ;; sub-directory.
1147 "/site-lisp")
1148 (("^all: (.*)\n" _ rest)
1149 ;; Build 'emms-print-metadata'.
1150 (string-append "all: " rest " emms-print-metadata\n")))
1151 #t))))
1152 (build-system gnu-build-system)
1153 (arguments
1154 `(#:modules ((guix build gnu-build-system)
1155 (guix build utils)
1156 (guix build emacs-utils)
1157 (ice-9 ftw))
1158 #:imported-modules (,@%gnu-build-system-modules
1159 (guix build emacs-utils))
1160
1161 #:phases
1162 (modify-phases %standard-phases
1163 (replace 'configure
1164 (lambda* (#:key inputs outputs #:allow-other-keys)
1165 (let ((out (assoc-ref outputs "out"))
1166 (flac (assoc-ref inputs "flac"))
1167 (vorbis (assoc-ref inputs "vorbis-tools"))
1168 (alsa (assoc-ref inputs "alsa-utils"))
1169 (mpg321 (assoc-ref inputs "mpg321"))
1170 (mp3info (assoc-ref inputs "mp3info"))
1171 (mutagen (assoc-ref inputs "mutagen"))
1172 (opus (assoc-ref inputs "opus-tools")))
1173 ;; Specify the installation directory.
1174 (substitute* "Makefile"
1175 (("PREFIX=.*$")
1176 (string-append "PREFIX := " out "\n")))
1177
1178 (setenv "SHELL" (which "sh"))
1179 (setenv "CC" "gcc")
1180
1181 ;; Specify the absolute file names of the various
1182 ;; programs so that everything works out-of-the-box.
1183 (with-directory-excursion "lisp"
1184 (emacs-substitute-variables
1185 "emms-player-mpg321-remote.el"
1186 ("emms-player-mpg321-remote-command"
1187 (string-append mpg321 "/bin/mpg321")))
1188 (substitute* "emms-player-simple.el"
1189 (("\"ogg123\"")
1190 (string-append "\"" vorbis "/bin/ogg123\"")))
1191 (substitute* "emms-player-simple.el"
1192 (("\"mpg321\"")
1193 (string-append "\"" mpg321 "/bin/mpg321\"")))
1194 (emacs-substitute-variables "emms-info-ogginfo.el"
1195 ("emms-info-ogginfo-program-name"
1196 (string-append vorbis "/bin/ogginfo")))
1197 (emacs-substitute-variables "emms-info-opusinfo.el"
1198 ("emms-info-opusinfo-program-name"
1199 (string-append opus "/bin/opusinfo")))
1200 (emacs-substitute-variables "emms-info-libtag.el"
1201 ("emms-info-libtag-program-name"
1202 (string-append out "/bin/emms-print-metadata")))
1203 (emacs-substitute-variables "emms-info-mp3info.el"
1204 ("emms-info-mp3info-program-name"
1205 (string-append mp3info "/bin/mp3info")))
1206 (emacs-substitute-variables "emms-info-metaflac.el"
1207 ("emms-info-metaflac-program-name"
1208 (string-append flac "/bin/metaflac")))
1209 (emacs-substitute-variables "emms-source-file.el"
1210 ("emms-source-file-gnu-find" (which "find")))
1211 (substitute* "emms-volume-amixer.el"
1212 (("\"amixer\"")
1213 (string-append "\"" alsa "/bin/amixer\"")))
1214 (substitute* "emms-tag-editor.el"
1215 (("\"mid3v2\"")
1216 (string-append "\"" mutagen "/bin/mid3v2\"")))
1217 #t))))
1218 (add-before 'install 'pre-install
1219 (lambda* (#:key outputs #:allow-other-keys)
1220 ;; The 'install' rule expects the target directories to exist.
1221 (let* ((out (assoc-ref outputs "out"))
1222 (bin (string-append out "/bin"))
1223 (man1 (string-append out "/share/man/man1")))
1224 (mkdir-p bin)
1225 (mkdir-p man1)
1226
1227 ;; Ensure that files are not rejected by gzip
1228 (let ((early-1980 315619200)) ; 1980-01-02 UTC
1229 (ftw "." (lambda (file stat flag)
1230 (unless (<= early-1980 (stat:mtime stat))
1231 (utime file early-1980 early-1980))
1232 #t)))
1233 #t)))
1234 (add-after 'install 'post-install
1235 (lambda* (#:key outputs #:allow-other-keys)
1236 (let ((out (assoc-ref outputs "out")))
1237 (symlink "emms-auto.el"
1238 (string-append out "/share/emacs/site-lisp/"
1239 "emms-autoloads.el")))
1240 #t)))
1241 #:tests? #f))
1242 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
1243 ("texinfo" ,texinfo)))
1244 (inputs `(("alsa-utils" ,alsa-utils)
1245 ("flac" ,flac) ;for metaflac
1246 ("vorbis-tools" ,vorbis-tools)
1247 ("mpg321" ,mpg321)
1248 ("taglib" ,taglib)
1249 ("mp3info" ,mp3info)
1250 ("mutagen" ,python-mutagen)
1251 ("opus-tools" ,opus-tools)))
1252 (properties '((upstream-name . "emms")))
1253 (synopsis "Emacs Multimedia System")
1254 (description
1255 "EMMS is the Emacs Multimedia System. It is a small front-end which
1256 can control one of the supported external players. Thus, it supports
1257 whatever formats are supported by your music player. It also
1258 supports tagging and playlist management, all behind a clean and
1259 light user interface.")
1260 (home-page "https://www.gnu.org/software/emms/")
1261 (license license:gpl3+)))
1262
1263 (define-public emacs-emms-player-mpv
1264 ;; A new mpv backend is included in Emms from 5.0.
1265 (deprecated-package "emacs-emms-player-mpv" emacs-emms))
1266
1267 (define-public emacs-emms-mode-line-cycle
1268 (package
1269 (name "emacs-emms-mode-line-cycle")
1270 (version "0.2.5")
1271 (source
1272 (origin
1273 (method git-fetch)
1274 (uri (git-reference
1275 (url "https://github.com/momomo5717/emms-mode-line-cycle")
1276 (commit version)))
1277 (file-name (git-file-name name version))
1278 (sha256
1279 (base32
1280 "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"))))
1281 (build-system emacs-build-system)
1282 (propagated-inputs
1283 `(("emms" ,emacs-emms)))
1284 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
1285 (synopsis "Display the EMMS mode line as a ticker")
1286 (description
1287 "This is a minor mode for updating the EMMS mode-line string cyclically
1288 within a specified width. It is useful for displaying long track titles.")
1289 (license license:gpl3+)))
1290
1291 \f
1292 ;;;
1293 ;;; Miscellaneous.
1294 ;;;
1295
1296 (define-public emacs-ace-link
1297 (package
1298 (name "emacs-ace-link")
1299 (version "0.5.0")
1300 (source
1301 (origin
1302 (method git-fetch)
1303 (uri (git-reference
1304 (url "https://github.com/abo-abo/ace-link.git")
1305 (commit version)))
1306 (file-name (git-file-name name version))
1307 (sha256
1308 (base32
1309 "147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk"))))
1310 (build-system emacs-build-system)
1311 (propagated-inputs
1312 `(("emacs-avy" ,emacs-avy)))
1313 (home-page "https://github.com/abo-abo/ace-link")
1314 (synopsis "Quickly follow links in Emacs")
1315 (description
1316 "Currently, to jump to a link in a @code{Info-mode}, @code{help-mode},
1317 @code{woman-mode}, @code{org-mode}, @code{eww-mode}, @code{compilation-mode},
1318 @code{goto-address-mode} buffer, you can tab through the links to select the
1319 one you want. This is an O(N) operation, where the N is the amount of links.
1320 This package turns this into an O(1) operation. It does so by assigning a
1321 letter to each link using avy.")
1322 (license license:gpl3+)))
1323
1324 (define-public emacs-bbdb
1325 (package
1326 (name "emacs-bbdb")
1327 (version "3.1.2")
1328 (source (origin
1329 (method url-fetch)
1330 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1331 version ".tar.gz"))
1332 (sha256
1333 (base32
1334 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1335 (modules '((guix build utils)))
1336 (snippet
1337 ;; We don't want to build and install the PDF.
1338 '(begin
1339 (substitute* "doc/Makefile.in"
1340 (("^doc_DATA = .*$")
1341 "doc_DATA =\n"))
1342 #t))))
1343 (build-system gnu-build-system)
1344 (arguments
1345 '(#:phases
1346 (modify-phases %standard-phases
1347 (add-after 'install 'post-install
1348 (lambda* (#:key outputs #:allow-other-keys)
1349 ;; Add an autoloads file with the right name for guix.el.
1350 (let* ((out (assoc-ref outputs "out"))
1351 (site (string-append out "/share/emacs/site-lisp")))
1352 (with-directory-excursion site
1353 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1354 #t)))))
1355 (native-inputs `(("emacs" ,emacs-minimal)))
1356 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1357 (synopsis "Contact management utility for Emacs")
1358 (description
1359 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1360 an address book for email and snail mail addresses, phone numbers and the
1361 like. It can be linked with various Emacs mail clients (Message and Mail
1362 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1363 (license license:gpl3+)))
1364
1365 (define-public bbdb
1366 (deprecated-package "bbdb" emacs-bbdb))
1367
1368 (define-public emacs-aggressive-indent
1369 (package
1370 (name "emacs-aggressive-indent")
1371 (version "1.8.3")
1372 (source (origin
1373 (method url-fetch)
1374 (uri (string-append "https://elpa.gnu.org/packages/"
1375 "aggressive-indent-" version ".el"))
1376 (sha256
1377 (base32
1378 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1379 (build-system emacs-build-system)
1380 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1381 (synopsis "Minor mode to aggressively keep your code always indented")
1382 (description
1383 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1384 always indented. It reindents after every change, making it more reliable
1385 than @code{electric-indent-mode}.")
1386 (license license:gpl2+)))
1387
1388 (define-public emacs-link-hint
1389 ;; Last release was in 2015.
1390 (let ((commit "d74a483652486260c052941fedeadddb1ea71f88")
1391 (revision "1"))
1392 (package
1393 (name "emacs-link-hint")
1394 (version (git-version "0.1" revision commit))
1395 (source
1396 (origin
1397 (method git-fetch)
1398 (uri (git-reference
1399 (url "https://github.com/noctuid/link-hint.el")
1400 (commit commit)))
1401 (file-name (git-file-name name version))
1402 (sha256
1403 (base32
1404 "0dghxd165fbds6czy9bfwpid3i4irgp3q08n9mg57sfifi0cmij0"))))
1405 (build-system emacs-build-system)
1406 (propagated-inputs
1407 `(("emacs-avy" ,emacs-avy)))
1408 (home-page "https://github.com/noctuid/link-hint.el")
1409 (synopsis "Vimperator-style link-hinting in Emacs")
1410 (description "This package provides commands for visiting and acting on
1411 links.")
1412 (license license:gpl3+))))
1413
1414 (define-public emacs-ag
1415 (package
1416 (name "emacs-ag")
1417 (version "0.47")
1418 (source (origin
1419 (method git-fetch)
1420 (uri (git-reference
1421 (url "https://github.com/Wilfred/ag.el.git")
1422 (commit version)))
1423 (file-name (git-file-name name version))
1424 (sha256
1425 (base32
1426 "15kp99vwyi7hb1jkq3lwvqzw3v62ycixsq6y4pd1x0nn2v5p5m5r"))))
1427 (build-system emacs-build-system)
1428 (arguments
1429 `(#:phases
1430 (modify-phases %standard-phases
1431 (add-before 'install 'make-info
1432 (lambda _
1433 (with-directory-excursion "docs"
1434 (invoke "make" "info"))))
1435 (add-after 'install 'install-info
1436 (lambda* (#:key outputs #:allow-other-keys)
1437 (let* ((out (assoc-ref outputs "out"))
1438 (info (string-append out "/share/info")))
1439 (install-file "docs/_build/texinfo/agel.info" info)
1440 #t))))))
1441 (native-inputs
1442 `(("python-sphinx" ,python-sphinx)
1443 ("texinfo" ,texinfo)))
1444 (propagated-inputs
1445 `(("dash" ,emacs-dash)
1446 ("s" ,emacs-s)
1447 ;; We need to use 'ag' as the executable on remote systems.
1448 ("the-silver-searcher" ,the-silver-searcher)))
1449 (home-page "https://github.com/Wilfred/ag.el")
1450 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1451 (description "This package provides the ability to use the silver
1452 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1453 include version control system awareness, use of Perl compatible regular
1454 expressions, editing the search results directly and searching file names
1455 rather than the contents of files.")
1456 (license license:gpl3+)))
1457
1458 (define-public emacs-async
1459 (package
1460 (name "emacs-async")
1461 (home-page "https://github.com/jwiegley/emacs-async")
1462 (version "1.9.3")
1463 (source (origin
1464 (method git-fetch)
1465 (uri (git-reference
1466 (url home-page)
1467 (commit (string-append "v" version))))
1468 (file-name (git-file-name name version))
1469 (sha256
1470 (base32
1471 "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"))))
1472 (build-system emacs-build-system)
1473 (synopsis "Asynchronous processing in Emacs")
1474 (description
1475 "This package provides the ability to call asynchronous functions and
1476 processes. For example, it can be used to run dired commands (for copying,
1477 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1478 as a library for other Emacs packages.")
1479 (license license:gpl3+)))
1480
1481 (define-public emacs-auctex
1482 (package
1483 (name "emacs-auctex")
1484 (version "12.1.2")
1485 (source
1486 (origin
1487 (method url-fetch)
1488 (uri (string-append
1489 "https://elpa.gnu.org/packages/auctex-"
1490 version
1491 ".tar"))
1492 (sha256
1493 (base32
1494 "1yibg2anpmyr2a27wm4xqjsvsi9km2jzb56bf7cwyj8dnjfsd11n"))))
1495 (build-system emacs-build-system)
1496 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1497 ;; ('emacs-minimal' does not provide dbus).
1498 (arguments
1499 `(#:emacs ,emacs
1500 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1501 #:exclude '("^tests/" "^latex/README")))
1502 (native-inputs
1503 `(("perl" ,perl)))
1504 (home-page "https://www.gnu.org/software/auctex/")
1505 (synopsis "Integrated environment for TeX")
1506 (description
1507 "AUCTeX is a comprehensive customizable integrated environment for
1508 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1509 or XEmacs.")
1510 (license license:gpl3+)))
1511
1512 (define-public emacs-autothemer
1513 (package
1514 (name "emacs-autothemer")
1515 (version "0.2.2")
1516 (source
1517 (origin
1518 (method git-fetch)
1519 (uri (git-reference
1520 (url "https://github.com/sebastiansturm/autothemer.git")
1521 (commit version)))
1522 (file-name (git-file-name name version))
1523 (sha256
1524 (base32
1525 "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
1526 (build-system emacs-build-system)
1527 (propagated-inputs
1528 `(("emacs-dash" ,emacs-dash)))
1529 (home-page "https://github.com/sebastiansturm/autothemer")
1530 (synopsis "Conveniently create Emacs themes")
1531 (description
1532 "Autothemer provides a thin layer on top of @code{deftheme} and
1533 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1534 a set of simplified face specifications and a user-supplied color palette")
1535 (license license:gpl3+)))
1536
1537 (define-public emacs-howm
1538 (package
1539 (name "emacs-howm")
1540 (version "1.4.4")
1541 (source
1542 (origin
1543 (method url-fetch)
1544 (uri (string-append "http://howm.sourceforge.jp/a/howm-"
1545 version ".tar.gz"))
1546 (sha256
1547 (base32
1548 "0ddm91l6z58j7x59fa966j6q1rg4cinyza4r8ibg80hprn5h31qk"))))
1549 (build-system gnu-build-system)
1550 (native-inputs
1551 `(("emacs" ,emacs-minimal)))
1552 (arguments
1553 `(#:configure-flags
1554 (list (string-append "--with-howmdir=" %output
1555 "/share/emacs/site-lisp/guix.d/howm-" ,version))
1556 #:modules ((guix build gnu-build-system)
1557 ((guix build emacs-build-system) #:prefix emacs:)
1558 (guix build utils))
1559 #:imported-modules (,@%gnu-build-system-modules
1560 (guix build emacs-build-system)
1561 (guix build emacs-utils))
1562 #:phases
1563 (modify-phases %standard-phases
1564 (add-after 'install 'make-autoloads
1565 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1566 (home-page "http://howm.osdn.jp/")
1567 (synopsis "Note-taking tool for Emacs")
1568 (description "Howm is a note-taking tool for Emacs. Like
1569 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
1570 searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
1571 (license license:gpl1+)))
1572
1573 (define-public emacs-calfw
1574 (package
1575 (name "emacs-calfw")
1576 (version "1.6")
1577 (source
1578 (origin
1579 (method git-fetch)
1580 (uri (git-reference
1581 (url "https://github.com/kiwanami/emacs-calfw.git")
1582 (commit (string-append "v" version))))
1583 (file-name (git-file-name name version))
1584 (sha256
1585 (base32
1586 "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
1587 (build-system emacs-build-system)
1588 (propagated-inputs
1589 `(("emacs-howm" ,emacs-howm)))
1590 (home-page "https://github.com/kiwanami/emacs-calfw/")
1591 (synopsis "Calendar framework for Emacs")
1592 (description
1593 "This package displays a calendar view with various schedule data in the
1594 Emacs buffer.")
1595 (license license:gpl3+)))
1596
1597 (define-public emacs-direnv
1598 (package
1599 (name "emacs-direnv")
1600 (version "1.5.0")
1601 (source
1602 (origin
1603 (method git-fetch)
1604 (uri (git-reference
1605 (url "https://github.com/wbolster/emacs-direnv.git")
1606 (commit version)))
1607 (file-name (git-file-name name version))
1608 (sha256
1609 (base32
1610 "02blhinkkfh3iai6j1k5swplf5mkwijy3p7wy38rnd1gnyj2z4la"))))
1611 (build-system emacs-build-system)
1612 (propagated-inputs
1613 `(("dash" ,emacs-dash)
1614 ("with-editor" ,emacs-with-editor)))
1615 (home-page "https://github.com/wbolster/emacs-direnv")
1616 (synopsis "Direnv integration for Emacs")
1617 (description
1618 "This package provides support for invoking direnv to get the environment
1619 for the current file and updating the environment within Emacs to match.
1620
1621 Direnv can be invoked manually, and a global minor mode is included that will
1622 update the environment when the active buffer changes.
1623
1624 Using emacs-direnv means that programs started from Emacs will use the
1625 environment set through Direnv.")
1626 (license license:gpl3+)))
1627
1628 (define-public emacs-ggtags
1629 (package
1630 (name "emacs-ggtags")
1631 (version "0.8.13")
1632 (source
1633 (origin
1634 (method url-fetch)
1635 (uri (string-append "http://elpa.gnu.org/packages/ggtags-"
1636 version ".el"))
1637 (sha256
1638 (base32
1639 "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
1640 (build-system emacs-build-system)
1641 (inputs
1642 `(("global" ,global)))
1643 (arguments
1644 `(#:phases
1645 (modify-phases %standard-phases
1646 (add-after 'unpack 'configure
1647 (lambda* (#:key inputs #:allow-other-keys)
1648 (chmod "ggtags.el" #o644)
1649 (emacs-substitute-variables "ggtags.el"
1650 ("ggtags-executable-directory"
1651 (string-append (assoc-ref inputs "global") "/bin")))
1652 #t)))))
1653 (home-page "https://github.com/leoliu/ggtags")
1654 (synopsis "Frontend to the GNU Global source code tagging system")
1655 (description "@code{ggtags} provides a frontend to the GNU Global source
1656 code tagging system.
1657
1658 Features:
1659
1660 @itemize
1661 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1662 @item Automatically update Global's tag files when needed with tuning for
1663 large source trees.
1664 @item Intuitive navigation among multiple matches with mode-line display of
1665 current match, total matches and exit status.
1666 @item Read tag with completion.
1667 @item Show definition at point.
1668 @item Jump to #include files.
1669 @item Support search history and saving a search to register/bookmark.
1670 @item Query replace.
1671 @item Manage Global's environment variables on a per-project basis.
1672 @item Highlight (definition) tag at point.
1673 @item Abbreviated display of file names.
1674 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1675 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1676 @code{pygments} backend.
1677 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1678 @code{cscope} etc.
1679 @item Support projects on remote hosts (e.g. via @code{tramp}).
1680 @item Support eldoc.
1681 @item Search @code{GTAGSLIBPATH} for references and symbols.
1682 @end itemize\n")
1683 (license license:gpl3+)))
1684
1685 (define-public emacs-go-mode
1686 (package
1687 (name "emacs-go-mode")
1688 (version "1.5.0")
1689 (source (origin
1690 (method git-fetch)
1691 (uri (git-reference
1692 (url "https://github.com/dominikh/go-mode.el.git")
1693 (commit (string-append "v" version))))
1694 (file-name (git-file-name name version))
1695 (sha256
1696 (base32
1697 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
1698 (build-system emacs-build-system)
1699 (arguments
1700 `(#:phases
1701 (modify-phases %standard-phases
1702 (add-after 'unpack 'make-writable
1703 (lambda _
1704 (for-each make-file-writable (find-files "." "\\.el$"))
1705 #t)))))
1706 (home-page "https://github.com/dominikh/go-mode.el")
1707 (synopsis "Go mode for Emacs")
1708 (description
1709 "This package provides go-mode, an Emacs mode for working with software
1710 written in the Go programming language.")
1711 (license license:bsd-3)))
1712
1713 (define-public emacs-google-maps
1714 (package
1715 (name "emacs-google-maps")
1716 (version "1.0.0")
1717 (source (origin
1718 (method git-fetch)
1719 (uri (git-reference
1720 (url "https://github.com/jd/google-maps.el.git")
1721 (commit version)))
1722 (file-name (git-file-name name version))
1723 (sha256
1724 (base32
1725 "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0"))))
1726 (build-system emacs-build-system)
1727 (home-page "https://github.com/jd/google-maps.el")
1728 (synopsis "Access Google Maps from Emacs")
1729 (description "The @code{google-maps} package allows to display Google
1730 Maps directly inside Emacs.")
1731 (license license:gpl3+)))
1732
1733 (define-public emacs-graphviz-dot-mode
1734 (let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
1735 (revision "1"))
1736 (package
1737 (name "emacs-graphviz-dot-mode")
1738 (version (string-append "0.3.11-" revision "."
1739 (string-take commit 7)))
1740 (source (origin
1741 (method git-fetch)
1742 (uri (git-reference
1743 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1744 (commit commit)))
1745 (file-name (git-file-name name version))
1746 (sha256
1747 (base32
1748 "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
1749 (build-system emacs-build-system)
1750 (arguments
1751 `(#:phases
1752 (modify-phases %standard-phases
1753 (add-before 'install 'make-info
1754 (lambda* (#:key inputs #:allow-other-keys)
1755 (with-directory-excursion "texinfo"
1756 (substitute* "Makefile"
1757 (("\\/usr\\/bin\\/gzip")
1758 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1759 (invoke "make"
1760 "clean"
1761 "info"
1762 (string-append "TEXINFODIR="
1763 (assoc-ref inputs "texinfo")
1764 "/bin")))))
1765 (add-after 'install 'install-info
1766 (lambda* (#:key outputs #:allow-other-keys)
1767 (let* ((out (assoc-ref outputs "out"))
1768 (info (string-append out "/share/info")))
1769 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1770 #t))))))
1771 (native-inputs
1772 `(("texinfo" ,texinfo)
1773 ("gzip" ,gzip)))
1774 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1775 (synopsis "Major mode for editing Graphviz Dot files")
1776 (description
1777 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1778 files using the dot syntax, and use Graphviz to convert these files to
1779 diagrams.")
1780 (license license:gpl2+))))
1781
1782 (define-public emacs-mmm-mode
1783 (package
1784 (name "emacs-mmm-mode")
1785 (version "0.5.7")
1786 (source
1787 (origin
1788 (method git-fetch)
1789 (uri (git-reference
1790 (url "https://github.com/purcell/mmm-mode.git")
1791 (commit version)))
1792 (file-name (git-file-name name version))
1793 (sha256
1794 (base32
1795 "0lxd55yhz0ag7v1ydff55bg4h8snq5lbk8cjwxqpyq6gh4v7md1h"))))
1796 (build-system gnu-build-system)
1797 (native-inputs
1798 `(("autoconf" ,autoconf)
1799 ("automake" ,automake)
1800 ("emacs" ,emacs-minimal)
1801 ("texinfo" ,texinfo)))
1802 (home-page "https://github.com/purcell/mmm-mode")
1803 (synopsis "Allow multiple major modes in an Emacs buffer")
1804 (description
1805 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1806 single buffer.")
1807 (license license:gpl3+)))
1808
1809 (define-public emacs-tablist
1810 (package
1811 (name "emacs-tablist")
1812 (version "0.70")
1813 (source (origin
1814 (method git-fetch)
1815 (uri (git-reference
1816 (url "https://github.com/politza/tablist.git")
1817 (commit (string-append "v" version))))
1818 (file-name (git-file-name name version))
1819 (sha256
1820 (base32
1821 "0gy9hxm7bca0l1hfy2pzn86avpifrz3bs8xzpicj4kxw5wi4ygns"))))
1822 (build-system emacs-build-system)
1823 (home-page "https://github.com/politza/tablist")
1824 (synopsis "Extension for @code{tabulated-list-mode}")
1825 (description "Tablist is the Emacs package that provides several
1826 additional features to @code{tabulated-list-mode}: it adds marks,
1827 filters, new key bindings and faces. It can be enabled by
1828 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1829 (license license:gpl3+)))
1830
1831 (define-public emacs-pdf-tools
1832 (package
1833 (name "emacs-pdf-tools")
1834 (version "0.90")
1835 (home-page "https://github.com/politza/pdf-tools")
1836 (source (origin
1837 (method git-fetch)
1838 (uri (git-reference (url home-page)
1839 (commit (string-append "v" version))))
1840 (file-name (git-file-name name version))
1841 (sha256
1842 (base32
1843 "0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"))))
1844 (build-system gnu-build-system)
1845 (arguments
1846 `(#:tests? #f ; there are no tests
1847 #:modules ((guix build gnu-build-system)
1848 ((guix build emacs-build-system) #:prefix emacs:)
1849 (guix build utils)
1850 (guix build emacs-utils))
1851 #:imported-modules (,@%gnu-build-system-modules
1852 (guix build emacs-build-system)
1853 (guix build emacs-utils))
1854 #:phases
1855 (modify-phases %standard-phases
1856 ;; Build server side using 'gnu-build-system'.
1857 (add-after 'unpack 'enter-server-dir
1858 (lambda _ (chdir "server") #t))
1859 (add-after 'enter-server-dir 'autogen
1860 (lambda _
1861 (invoke "bash" "autogen.sh")))
1862
1863 ;; Build emacs side using 'emacs-build-system'.
1864 (add-after 'compress-documentation 'enter-lisp-dir
1865 (lambda _ (chdir "../lisp") #t))
1866 (add-after 'enter-lisp-dir 'emacs-patch-variables
1867 (lambda* (#:key outputs #:allow-other-keys)
1868 (for-each make-file-writable (find-files "."))
1869
1870 ;; Set path to epdfinfo program.
1871 (emacs-substitute-variables "pdf-info.el"
1872 ("pdf-info-epdfinfo-program"
1873 (string-append (assoc-ref outputs "out")
1874 "/bin/epdfinfo")))
1875 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
1876 ;; upgrading" that pdf-tools tries to perform.
1877 (emacs-substitute-variables "pdf-tools.el"
1878 ("pdf-tools-handle-upgrades" '()))))
1879 (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
1880 (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
1881 (add-after 'emacs-set-emacs-load-path 'emacs-install
1882 (assoc-ref emacs:%standard-phases 'install))
1883 (add-after 'emacs-install 'emacs-build
1884 (assoc-ref emacs:%standard-phases 'build))
1885 (add-after 'emacs-install 'emacs-make-autoloads
1886 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1887 (native-inputs `(("autoconf" ,autoconf)
1888 ("automake" ,automake)
1889 ("pkg-config" ,pkg-config)
1890 ("emacs" ,emacs-minimal)))
1891 (inputs `(("poppler" ,poppler)
1892 ("cairo" ,cairo)
1893 ("glib" ,glib)
1894 ("libpng" ,libpng)
1895 ("zlib" ,zlib)))
1896 (propagated-inputs `(("tablist" ,emacs-tablist)))
1897 (synopsis "Emacs support library for PDF files")
1898 (description
1899 "PDF Tools is, among other things, a replacement of DocView for PDF
1900 files. The key difference is that pages are not pre-rendered by
1901 e.g. ghostscript and stored in the file-system, but rather created on-demand
1902 and stored in memory.")
1903 (license license:gpl3+)))
1904
1905 (define-public emacs-dash
1906 (package
1907 (name "emacs-dash")
1908 (version "2.16.0")
1909 (source (origin
1910 (method git-fetch)
1911 (uri (git-reference
1912 (url "https://github.com/magnars/dash.el.git")
1913 (commit version)))
1914 (file-name (git-file-name name version))
1915 (sha256
1916 (base32
1917 "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
1918 (build-system emacs-build-system)
1919 (arguments
1920 `(#:tests? #t
1921 #:test-command '("./run-tests.sh")))
1922 (home-page "https://github.com/magnars/dash.el")
1923 (synopsis "Modern list library for Emacs")
1924 (description "This package provides a modern list API library for Emacs.")
1925 (license license:gpl3+)))
1926
1927 (define-public emacs-bui
1928 (package
1929 (name "emacs-bui")
1930 (version "1.2.1")
1931 (source (origin
1932 (method git-fetch)
1933 (uri (git-reference
1934 (url "https://notabug.org/alezost/emacs-bui.git")
1935 (commit (string-append "v" version))))
1936 (file-name (git-file-name name version))
1937 (sha256
1938 (base32
1939 "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"))))
1940 (build-system emacs-build-system)
1941 (propagated-inputs
1942 `(("dash" ,emacs-dash)))
1943 (home-page "https://notabug.org/alezost/emacs-bui")
1944 (synopsis "Buffer interface library for Emacs")
1945 (description
1946 "BUI (Buffer User Interface) is a library for making @code{list} and
1947 @code{info} interfaces to display an arbitrary data of the same
1948 type, for example: packages, buffers, files, etc.")
1949 (license license:gpl3+)))
1950
1951 (define-public emacs-guix
1952 (package
1953 (name "emacs-guix")
1954 (version "0.5.1.1")
1955 (source (origin
1956 (method url-fetch)
1957 (uri (string-append "https://emacs-guix.gitlab.io/website/"
1958 "releases/emacs-guix-" version ".tar.gz"))
1959 (sha256
1960 (base32
1961 "1gxg7lan3njc2yg2d02b2zij0d2cm2pv2q08nqz86s85jk3b6m03"))))
1962 (build-system gnu-build-system)
1963 (arguments
1964 `(#:configure-flags
1965 (let ((guix (assoc-ref %build-inputs "guix"))
1966 (gcrypt (assoc-ref %build-inputs "guile-gcrypt"))
1967 (geiser (assoc-ref %build-inputs "geiser"))
1968 (dash (assoc-ref %build-inputs "dash"))
1969 (bui (assoc-ref %build-inputs "bui"))
1970 (magit-popup (assoc-ref %build-inputs "magit-popup"))
1971 (edit-indirect (assoc-ref %build-inputs "edit-indirect"))
1972 (site-lisp "/share/emacs/site-lisp")
1973 (site-scm "/share/guile/site")
1974 (site-go "/lib/guile")
1975 (guile-dir (lambda (dir)
1976 (car (find-files dir
1977 (lambda (file stat)
1978 (string-prefix?
1979 "2." (basename file)))
1980 #:directories? #t)))))
1981 (list (string-append "--with-guix-site-dir="
1982 (guile-dir (string-append guix site-scm)))
1983 (string-append "--with-guix-site-ccache-dir="
1984 (guile-dir (string-append guix site-go))
1985 "/site-ccache")
1986 (string-append "--with-guile-gcrypt-site-dir="
1987 (guile-dir (string-append gcrypt site-scm)))
1988 (string-append "--with-guile-gcrypt-site-ccache-dir="
1989 (guile-dir (string-append gcrypt site-go))
1990 "/site-ccache")
1991 (string-append "--with-geiser-lispdir=" geiser site-lisp)
1992 (string-append "--with-dash-lispdir="
1993 dash site-lisp "/guix.d/dash-"
1994 ,(package-version emacs-dash))
1995 (string-append "--with-bui-lispdir="
1996 bui site-lisp "/guix.d/bui-"
1997 ,(package-version emacs-bui))
1998 (string-append "--with-editindirect-lispdir="
1999 edit-indirect site-lisp "/guix.d/edit-indirect-"
2000 ,(package-version emacs-edit-indirect))
2001 (string-append "--with-popup-lispdir="
2002 magit-popup site-lisp "/guix.d/magit-popup-"
2003 ,(package-version emacs-magit-popup))))))
2004 (native-inputs
2005 `(("pkg-config" ,pkg-config)
2006 ("emacs" ,emacs-minimal)))
2007 (inputs
2008 `(("guile" ,guile-2.2)
2009 ("guix" ,guix)))
2010 (propagated-inputs
2011 `(("geiser" ,emacs-geiser)
2012 ("guile-gcrypt" ,guile-gcrypt)
2013 ("dash" ,emacs-dash)
2014 ("bui" ,emacs-bui)
2015 ("edit-indirect" ,emacs-edit-indirect)
2016 ("magit-popup" ,emacs-magit-popup)))
2017 (home-page "https://emacs-guix.gitlab.io/website/")
2018 (synopsis "Emacs interface for GNU Guix")
2019 (description
2020 "Emacs-Guix provides a visual interface, tools and features for the GNU
2021 Guix package manager. Particularly, it allows you to do various package
2022 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
2023 @code{M-x guix-help} command.")
2024 (license license:gpl3+)))
2025
2026 (define-public emacs-build-farm
2027 (package
2028 (name "emacs-build-farm")
2029 (version "0.2.2")
2030 (source (origin
2031 (method git-fetch)
2032 (uri (git-reference
2033 (url "https://notabug.org/alezost/emacs-build-farm.git")
2034 (commit (string-append "v" version))))
2035 (file-name (git-file-name name version))
2036 (sha256
2037 (base32
2038 "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"))))
2039 (build-system emacs-build-system)
2040 (propagated-inputs
2041 `(("bui" ,emacs-bui)
2042 ("magit-popup" ,emacs-magit-popup)))
2043 (home-page "https://notabug.org/alezost/emacs-build-farm")
2044 (synopsis "Emacs interface for Hydra and Cuirass build farms")
2045 (description
2046 "This Emacs package provides an interface for Hydra and
2047 Cuirass (build farms used by Nix and Guix). It allows you to look at
2048 various data related to the build farm projects, jobsets, builds and
2049 evaluations. The entry point is @code{M-x build-farm} command.")
2050 (license license:gpl3+)))
2051
2052 (define-public emacs-d-mode
2053 (package
2054 (name "emacs-d-mode")
2055 (version "2.0.9")
2056 (source
2057 (origin
2058 (method git-fetch)
2059 (uri (git-reference
2060 (url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode.git")
2061 (commit version)))
2062 (file-name (git-file-name name version))
2063 (sha256
2064 (base32 "0fzplvi1sm8k2sabfdvrd7j2xypwqh0g9v1mxa75dajdmcd85zpj"))))
2065 (build-system emacs-build-system)
2066 (propagated-inputs
2067 `(("emacs-undercover" ,emacs-undercover)))
2068 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
2069 (synopsis "Emacs major mode for editing D code")
2070 (description "This package provides an Emacs major mode for highlighting
2071 code written in the D programming language. This mode is currently known to
2072 work with Emacs 24 and 25.")
2073 (license license:gpl2+)))
2074
2075 (define-public emacs-keyfreq
2076 (package
2077 (name "emacs-keyfreq")
2078 (version "20160516.716")
2079 (source
2080 (origin
2081 (method url-fetch)
2082 (uri (string-append "http://melpa.org/packages/keyfreq-"
2083 version ".el"))
2084 (sha256
2085 (base32
2086 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
2087 (build-system emacs-build-system)
2088 (home-page "https://github.com/dacap/keyfreq")
2089 (synopsis "Track Emacs command frequencies")
2090 (description "@code{emacs-keyfeq} tracks and shows how many times you used
2091 a command.")
2092 (license license:gpl3+)))
2093
2094 (define-public emacs-olivetti
2095 (package
2096 (name "emacs-olivetti")
2097 (version "1.5.7")
2098 (source (origin
2099 (method url-fetch)
2100 (uri (string-append
2101 "https://stable.melpa.org/packages/olivetti-"
2102 version ".el"))
2103 (sha256
2104 (base32
2105 "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
2106 (build-system emacs-build-system)
2107 (home-page "https://github.com/rnkn/olivetti")
2108 (synopsis "Emacs minor mode for a nice writing environment")
2109 (description "This package provides an Emacs minor mode that puts writing
2110 in the center.")
2111 (license license:gpl3+)))
2112
2113 (define-public emacs-undo-tree
2114 (package
2115 (name "emacs-undo-tree")
2116 (version "0.6.6")
2117 (source (origin
2118 (method git-fetch)
2119 (uri (git-reference
2120 (url "http://dr-qubit.org/git/undo-tree.git")
2121 (commit (string-append "release/" version))))
2122 (file-name (git-file-name name version))
2123 (sha256
2124 (base32
2125 "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
2126 (build-system emacs-build-system)
2127 (home-page "http://www.dr-qubit.org/emacs.php")
2128 (synopsis "Treat undo history as a tree")
2129 (description "Tree-like interface to Emacs undo system, providing
2130 graphical tree presentation of all previous states of buffer that
2131 allows easily move between them.")
2132 (license license:gpl3+)))
2133
2134 (define-public emacs-s
2135 (package
2136 (name "emacs-s")
2137 (version "1.12.0")
2138 (source
2139 (origin
2140 (method git-fetch)
2141 (uri (git-reference
2142 (url "https://github.com/magnars/s.el.git")
2143 (commit version)))
2144 (file-name (git-file-name name version))
2145 (sha256
2146 (base32 "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"))))
2147 (build-system emacs-build-system)
2148 (arguments
2149 `(#:tests? #t
2150 #:emacs ,emacs ; FIXME: tests fail with emacs-minimal
2151 #:test-command '("./run-tests.sh")))
2152 (home-page "https://github.com/magnars/s.el")
2153 (synopsis "Emacs string manipulation library")
2154 (description "This package provides an Emacs library for manipulating
2155 strings.")
2156 (license license:gpl3+)))
2157
2158 (define-public emacs-symon
2159 (package
2160 (name "emacs-symon")
2161 (version "20160630")
2162 (source
2163 (origin
2164 (method git-fetch)
2165 (uri (git-reference
2166 (url "https://github.com/zk-phi/symon.git")
2167 (commit version)))
2168 (file-name (git-file-name name version))
2169 (sha256
2170 (base32 "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz"))))
2171 (build-system emacs-build-system)
2172 (home-page "https://github.com/zk-phi/symon")
2173 (synopsis "Tiny graphical system monitor")
2174 (description
2175 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
2176 (license license:gpl2+)))
2177
2178 (define-public emacs-sx
2179 (let ((version "20180212")
2180 (revision "1")
2181 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
2182 (package
2183 (name "emacs-sx")
2184 (version (git-version version revision commit))
2185 (source
2186 (origin
2187 (method git-fetch)
2188 (uri (git-reference
2189 (url "https://github.com/vermiculus/sx.el")
2190 (commit commit)))
2191 (file-name (git-file-name name version))
2192 (sha256
2193 (base32
2194 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
2195 (build-system emacs-build-system)
2196 (propagated-inputs
2197 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
2198 (home-page "https://github.com/vermiculus/sx.el")
2199 (synopsis "Emacs StackExchange client")
2200 (description
2201 "Emacs StackExchange client. Ask and answer questions on
2202 Stack Overflow, Super User, and other StackExchange sites.")
2203 (license license:gpl3+))))
2204
2205 (define-public emacs-f
2206 (package
2207 (name "emacs-f")
2208 (version "0.20.0")
2209 (source (origin
2210 (method git-fetch)
2211 (uri (git-reference
2212 (url "https://github.com/rejeep/f.el.git")
2213 (commit (string-append "v" version))))
2214 (file-name (git-file-name name version))
2215 (sha256
2216 (base32
2217 "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
2218 (build-system emacs-build-system)
2219 (propagated-inputs
2220 `(("emacs-s" ,emacs-s)
2221 ("emacs-dash" ,emacs-dash)))
2222 (home-page "https://github.com/rejeep/f.el")
2223 (synopsis "Emacs API for working with files and directories")
2224 (description "This package provides an Emacs library for working with
2225 files and directories.")
2226 (license license:gpl3+)))
2227
2228 (define-public emacs-git-gutter
2229 (package
2230 (name "emacs-git-gutter")
2231 (version "0.90")
2232 (source
2233 (origin
2234 (method git-fetch)
2235 (uri (git-reference
2236 (url "https://github.com/syohex/emacs-git-gutter.git")
2237 (commit version)))
2238 (file-name (git-file-name name version))
2239 (sha256
2240 (base32 "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5"))))
2241 (build-system emacs-build-system)
2242 (home-page "https://github.com/syohex/emacs-git-gutter")
2243 (synopsis "See and manage hunks of text in a version control system")
2244 (description
2245 "This package is an Emacs minor mode for displaying and interacting with
2246 hunks of text managed in a version control system. Added modified and deleted
2247 areas can be indicated with symbols on the edge of the buffer, and commands
2248 can be used to move between and perform actions on these hunks.
2249
2250 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
2251 display and behaviour is easily customisable.")
2252 (license license:gpl3+)))
2253
2254 (define-public emacs-git-timemachine
2255 (package
2256 (name "emacs-git-timemachine")
2257 (version "4.10")
2258 (source
2259 (origin
2260 (method git-fetch)
2261 (uri (git-reference
2262 (url "https://gitlab.com/pidu/git-timemachine.git")
2263 (commit version)))
2264 (file-name (git-file-name name version))
2265 (sha256
2266 (base32
2267 "08zsn3lsnnf01wkv5ls38jga02s5dnf0j3gigy4qd6im3j3d04m1"))))
2268 (build-system emacs-build-system)
2269 (propagated-inputs
2270 `(("emacs-transient" ,emacs-transient)))
2271 (home-page "https://gitlab.com/pidu/git-timemachine")
2272 (synopsis "Step through historic versions of Git-controlled files")
2273 (description "This package enables you to step through historic versions
2274 of files under Git version control from within Emacs.")
2275 (license license:gpl3+)))
2276
2277 (define-public emacs-minitest
2278 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
2279 (revision "1"))
2280 (package
2281 (name "emacs-minitest")
2282 (version (git-version "0.8.0" revision commit))
2283 (source (origin
2284 (method git-fetch)
2285 (uri (git-reference
2286 (url "https://github.com/arthurnn/minitest-emacs")
2287 (commit commit)))
2288 (file-name (git-file-name name commit))
2289 (sha256
2290 (base32
2291 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
2292 (build-system emacs-build-system)
2293 (arguments
2294 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
2295 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
2296 (propagated-inputs
2297 `(("emacs-dash" ,emacs-dash)
2298 ("emacs-f" ,emacs-f)))
2299 (home-page "https://github.com/arthurnn/minitest-emacs")
2300 (synopsis "Emacs minitest mode")
2301 (description
2302 "The minitest mode provides commands to run the tests for the current
2303 file or line, as well as rerunning the previous tests, or all the tests for a
2304 project.
2305
2306 This package also includes relevant snippets for yasnippet.")
2307 (license license:expat))))
2308
2309 (define-public emacs-el-mock
2310 (package
2311 (name "emacs-el-mock")
2312 (version "1.25.1")
2313 (source
2314 (origin
2315 (method git-fetch)
2316 (uri (git-reference
2317 (url "https://github.com/rejeep/el-mock.el.git")
2318 (commit (string-append "v" version))))
2319 (file-name (git-file-name name version))
2320 (sha256
2321 (base32 "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7"))))
2322 (build-system emacs-build-system)
2323 (home-page "https://github.com/rejeep/el-mock.el")
2324 (synopsis "Tiny mock and stub framework in Emacs Lisp")
2325 (description
2326 "Emacs Lisp Mock is a library for mocking and stubbing using readable
2327 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
2328 Expectations, but it can be used in other contexts.")
2329 (license license:gpl3+)))
2330
2331 (define-public emacs-espuds
2332 (package
2333 (name "emacs-espuds")
2334 (version "0.3.3")
2335 (source
2336 (origin
2337 (method git-fetch)
2338 (uri (git-reference
2339 (url "https://github.com/ecukes/espuds.git")
2340 (commit (string-append "v" version))))
2341 (file-name (git-file-name name version))
2342 (sha256
2343 (base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
2344 (build-system emacs-build-system)
2345 (propagated-inputs
2346 `(("emacs-s" ,emacs-s)
2347 ("emacs-dash" ,emacs-dash)
2348 ("emacs-f" ,emacs-f)))
2349 (home-page "https://github.com/ecukes/espuds")
2350 (synopsis "Common step definitions for Ecukes")
2351 (description "Espuds is a collection of the most commonly used step
2352 definitions for testing with the Ecukes framework.")
2353 (license license:gpl3+)))
2354
2355 (define-public emacs-spark
2356 (let ((version "20160503") ; no proper tag, use date of commit
2357 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
2358 (revision "1"))
2359 (package
2360 (name "emacs-spark")
2361 (version (git-version version revision commit))
2362 (source
2363 (origin
2364 (method git-fetch)
2365 (uri (git-reference
2366 (url "https://github.com/alvinfrancis/spark.git")
2367 (commit commit)))
2368 (file-name (git-file-name name version))
2369 (sha256
2370 (base32
2371 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
2372 (build-system emacs-build-system)
2373 (home-page "https://github.com/alvinfrancis/spark")
2374 (synopsis "Sparkline generation library for Emacs Lisp")
2375 (description "@code{emacs-spark} is a sparkline generation library for
2376 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
2377 port of @code{cl-spark} to Emacs Lisp.")
2378 (license license:expat))))
2379
2380 (define-public emacs-es-mode
2381 (package
2382 (name "emacs-es-mode")
2383 (version "4.3.0")
2384 (source
2385 (origin
2386 (method git-fetch)
2387 (uri (git-reference
2388 (url "https://github.com/dakrone/es-mode.git")
2389 (commit version)))
2390 (file-name (git-file-name name version))
2391 (sha256
2392 (base32 "1qhfnd5anp5qrmravv7ks5ix763xnki2f5jwcyj70qyxwr0l60cg"))))
2393 (build-system emacs-build-system)
2394 (propagated-inputs
2395 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
2396 ;; to be rendered incorrectly
2397 `(("emacs-dash" ,emacs-dash)
2398 ("emacs-org" ,emacs-org)
2399 ("emacs-spark" ,emacs-spark)))
2400 (home-page "https://github.com/dakrone/es-mode")
2401 (synopsis "Major mode for editing Elasticsearch queries")
2402 (description "@code{es-mode} includes highlighting, completion and
2403 indentation support for Elasticsearch queries. Also supported are
2404 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
2405 be processed through @code{jq}, or in the case of aggregations, can be
2406 rendered in to a table. In addition, there is an @code{es-command-center}
2407 mode, which displays information about Elasticsearch clusters.")
2408 (license license:gpl3+)))
2409
2410 (define-public emacs-expand-region
2411 (package
2412 (name "emacs-expand-region")
2413 (version "0.11.0")
2414 (source
2415 (origin
2416 (method git-fetch)
2417 (uri (git-reference
2418 (url "https://github.com/magnars/expand-region.el.git")
2419 (commit version)))
2420 (file-name (git-file-name name version))
2421 (sha256
2422 (base32 "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35"))))
2423 (build-system emacs-build-system)
2424 (home-page "https://github.com/magnars/expand-region.el")
2425 (synopsis "Increase selected region by semantic units")
2426 (description
2427 "Expand region increases the selected region by semantic units. Just
2428 keep pressing the key until it selects what you want. There's also
2429 @code{er/contract-region} if you expand too far.")
2430 (license license:gpl3+)))
2431
2432 (define-public emacs-fill-column-indicator
2433 (package
2434 (name "emacs-fill-column-indicator")
2435 (version "1.89")
2436 (source
2437 (origin
2438 (method git-fetch)
2439 (uri (git-reference
2440 (url "https://github.com/alpaker/Fill-Column-Indicator.git")
2441 (commit (string-append "v" version))))
2442 (file-name (git-file-name name version))
2443 (sha256
2444 (base32 "010kf8jsly74y7m6mmkn1h6y205kz23zphs50zgy2nag2p88rz9y"))))
2445 (build-system emacs-build-system)
2446 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2447 (synopsis "Graphically indicate the fill column")
2448 (description
2449 "Fill-column-indicator graphically indicates the location of the fill
2450 column by drawing a thin line down the length of the editing window.")
2451 (license license:gpl3+)))
2452
2453 (define-public emacs-grep-a-lot
2454 (package
2455 (name "emacs-grep-a-lot")
2456 (version "1.0.7")
2457 (source
2458 (origin
2459 (method git-fetch)
2460 (uri (git-reference
2461 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2462 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2463 (file-name (git-file-name name version))
2464 (sha256
2465 (base32 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2466 (build-system emacs-build-system)
2467 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2468 (synopsis "Enables multiple grep buffers in Emacs")
2469 (description
2470 "This Emacs package allows managing multiple grep buffers.")
2471 (license license:gpl3+)))
2472
2473 (define-public emacs-inf-ruby
2474 (package
2475 (name "emacs-inf-ruby")
2476 (version "2.5.1")
2477 (source
2478 (origin
2479 (method git-fetch)
2480 (uri (git-reference
2481 (url "https://github.com/nonsequitur/inf-ruby.git")
2482 (commit version)))
2483 (file-name (git-file-name name version))
2484 (sha256
2485 (base32 "1r452h6cyypqlc59q8dx5smkwhck4qjcg1pf9qdw539cpva5q77z"))))
2486 (build-system emacs-build-system)
2487 (home-page "https://github.com/nonsequitur/inf-ruby")
2488 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2489 (description
2490 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2491 for easy interaction with a ruby subprocess. Features include support for
2492 detecting specific uses of Ruby, e.g. when using rails, and using a
2493 appropriate console.")
2494 (license license:gpl3+)))
2495
2496 (define-public emacs-znc
2497 (package
2498 (name "emacs-znc")
2499 (version "0.0.2")
2500 (source
2501 (origin
2502 (method url-fetch)
2503 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2504 version ".el"))
2505 (sha256
2506 (base32
2507 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2508 (build-system emacs-build-system)
2509 (home-page "https://github.com/sshirokov/ZNC.el")
2510 (synopsis "Make ERC and ZNC get along better")
2511 (description
2512 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2513 IRC bouncer with ERC.")
2514 (license license:expat)))
2515
2516 (define-public emacs-shut-up
2517 (package
2518 (name "emacs-shut-up")
2519 (version "0.3.2")
2520 (source
2521 (origin
2522 (method git-fetch)
2523 (uri (git-reference
2524 (url "https://github.com/cask/shut-up.git")
2525 (commit (string-append "v" version))))
2526 (file-name (git-file-name name version))
2527 (sha256
2528 (base32 "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq"))))
2529 (build-system emacs-build-system)
2530 (home-page "https://github.com/cask/shut-up")
2531 (synopsis "Silence Emacs")
2532 (description "This package silences most output of Emacs when running an
2533 Emacs shell script.")
2534 (license license:expat)))
2535
2536 (define-public emacs-undercover
2537 (package
2538 (name "emacs-undercover")
2539 (version "0.6.0")
2540 (source
2541 (origin
2542 (method git-fetch)
2543 (uri (git-reference
2544 (url "https://github.com/sviridov/undercover.el.git")
2545 (commit (string-append "v" version))))
2546 (file-name (git-file-name name version))
2547 (sha256
2548 (base32 "06qcvbp5rd0kh3ibrxj5p6r578lwsrgd7yj5c6slwmkdmna2fj33"))))
2549 (build-system emacs-build-system)
2550 (propagated-inputs
2551 `(("emacs-dash" ,emacs-dash)
2552 ("emacs-shut-up" ,emacs-shut-up)))
2553 (home-page "https://github.com/sviridov/undercover.el")
2554 (synopsis "Test coverage library for Emacs Lisp")
2555 (description
2556 "Undercover is a test coverage library for software written in Emacs
2557 Lisp.")
2558 (license license:expat)))
2559
2560 (define-public emacs-paren-face
2561 (package
2562 (name "emacs-paren-face")
2563 (version "1.0.0")
2564 (source
2565 (origin
2566 (method git-fetch)
2567 (uri (git-reference
2568 (url "https://github.com/tarsius/paren-face.git")
2569 (commit version)))
2570 (file-name (git-file-name name version))
2571 (sha256
2572 (base32 "0f128gqn170s6hl62n44i9asais75ns1mpvb4l8vzy1sc0v16c0k"))))
2573 (build-system emacs-build-system)
2574 (home-page "https://github.com/tarsius/paren-face")
2575 (synopsis "Face for parentheses in lisp modes")
2576 (description
2577 "This library defines a face named @code{parenthesis} used just for
2578 parentheses. The intended purpose of this face is to make parentheses less
2579 visible in Lisp code by dimming them. Lispers probably don't need to be
2580 constantly made aware of the existence of the parentheses. Dimming them might
2581 be even more useful for people new to lisp who have not yet learned to
2582 subconsciously blend out the parentheses.")
2583 (license license:gpl3+)))
2584
2585 (define-public emacs-page-break-lines
2586 (package
2587 (name "emacs-page-break-lines")
2588 (version "0.11")
2589 (source
2590 (origin
2591 (method git-fetch)
2592 (uri (git-reference
2593 (url "https://github.com/purcell/page-break-lines.git")
2594 (commit version)))
2595 (file-name (git-file-name name version))
2596 (sha256
2597 (base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"))))
2598 (build-system emacs-build-system)
2599 (home-page "https://github.com/purcell/page-break-lines")
2600 (synopsis "Display page breaks as tidy horizontal lines")
2601 (description
2602 "This library provides a global mode which displays form feed characters
2603 as horizontal rules.")
2604 (license license:gpl3+)))
2605
2606 (define-public emacs-simple-httpd
2607 (package
2608 (name "emacs-simple-httpd")
2609 (version "1.5.1")
2610 (source
2611 (origin
2612 (method git-fetch)
2613 (uri (git-reference
2614 (url "https://github.com/skeeto/emacs-web-server.git")
2615 (commit version)))
2616 (file-name (git-file-name name version))
2617 (sha256
2618 (base32 "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb"))))
2619 (build-system emacs-build-system)
2620 (home-page "https://github.com/skeeto/emacs-web-server")
2621 (synopsis "HTTP server in pure Emacs Lisp")
2622 (description
2623 "This package provides a simple HTTP server written in Emacs Lisp to
2624 serve files and directory listings.")
2625 (license license:unlicense)))
2626
2627 (define-public emacs-skewer-mode
2628 (package
2629 (name "emacs-skewer-mode")
2630 (version "1.8.0")
2631 (source
2632 (origin
2633 (method git-fetch)
2634 (uri (git-reference
2635 (url "https://github.com/skeeto/skewer-mode.git")
2636 (commit version)))
2637 (file-name (git-file-name name version))
2638 (sha256
2639 (base32 "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"))))
2640 (build-system emacs-build-system)
2641 (propagated-inputs
2642 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2643 ("emacs-js2-mode" ,emacs-js2-mode)))
2644 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2645 (home-page "https://github.com/skeeto/skewer-mode")
2646 (synopsis "Live web development in Emacs")
2647 (description
2648 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2649 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2650 evaluated in the browser, just like Emacs does with an inferior Lisp process
2651 in Lisp modes.")
2652 (license license:unlicense)))
2653
2654 (define-public emacs-litable
2655 (let ((commit "b0278f3f8dcff424bfbdfdefb545b1fbff33206f"))
2656 (package
2657 (name "emacs-litable")
2658 (version (git-version "0.1" "0" commit))
2659 (source (origin
2660 (method git-fetch)
2661 (uri (git-reference
2662 (url "https://github.com/Fuco1/litable.git")
2663 (commit commit)))
2664 (file-name (git-file-name name version))
2665 (sha256
2666 (base32
2667 "0bny40hv9a024n01clxns351cs4j4ifhgcc7m4743xncqf612p7g"))))
2668 (build-system emacs-build-system)
2669 (propagated-inputs
2670 `(("emacs-dash" ,emacs-dash)))
2671 (home-page "https://github.com/Fuco1/litable/")
2672 (synopsis "Dynamic evaluation replacement with Emacs")
2673 (description "This packages provides dynamic evaluation in Emacs.")
2674 (license license:gpl3+))))
2675
2676 (define-public emacs-string-inflection
2677 (package
2678 (name "emacs-string-inflection")
2679 (version "1.0.6")
2680 (source (origin
2681 (method git-fetch)
2682 (uri (git-reference
2683 (url "https://github.com/akicho8/string-inflection")
2684 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2685 (file-name (git-file-name name version))
2686 (sha256
2687 (base32
2688 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2689 (build-system emacs-build-system)
2690 (native-inputs
2691 `(("ert-runner" ,emacs-ert-runner)))
2692 (arguments
2693 `(#:tests? #t
2694 #:test-command '("ert-runner")))
2695 (home-page "https://github.com/akicho8/string-inflection")
2696 (synopsis "Convert symbol names between different naming conventions")
2697 (description
2698 "This Emacs package provides convenient methods for manipulating the
2699 naming style of a symbol. It supports different naming conventions such as:
2700
2701 @enumerate
2702 @item camel case
2703 @item Pascal case
2704 @item all upper case
2705 @item lower case separated by underscore
2706 @item etc...
2707 @end enumerate\n")
2708 (license license:gpl2+)))
2709
2710 (define-public emacs-stripe-buffer
2711 (package
2712 (name "emacs-stripe-buffer")
2713 (version "0.2.5")
2714 (source
2715 (origin
2716 (method git-fetch)
2717 (uri (git-reference
2718 (url "https://github.com/sabof/stripe-buffer.git")
2719 (commit version)))
2720 (file-name (git-file-name name version))
2721 (sha256
2722 (base32 "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"))))
2723 (build-system emacs-build-system)
2724 (home-page "https://github.com/sabof/stripe-buffer/")
2725 (synopsis "Add stripes to list buffers")
2726 (description
2727 "This Emacs package adds faces to add stripes to list buffers and org
2728 tables.")
2729 (license license:gpl2+)))
2730
2731 (define-public emacs-rich-minority
2732 (package
2733 (name "emacs-rich-minority")
2734 (version "1.0.1")
2735 (source
2736 (origin
2737 (method git-fetch)
2738 (uri (git-reference
2739 (url "https://github.com/Malabarba/rich-minority.git")
2740 (commit version)))
2741 (file-name (git-file-name name version))
2742 (sha256
2743 (base32 "11hwf9y5ax207w6rwrsmi3pmn7pn7ap6iys0z8hni2f5zzxjrmx3"))))
2744 (build-system emacs-build-system)
2745 (home-page "https://github.com/Malabarba/rich-minority")
2746 (synopsis "Clean-up and beautify the list of minor modes")
2747 (description
2748 "This Emacs package hides and/or highlights minor modes in the
2749 mode-line.")
2750 (license license:gpl2+)))
2751
2752 (define-public emacs-robe
2753 (package
2754 (name "emacs-robe")
2755 (version "0.8.1")
2756 (source
2757 (origin
2758 (method git-fetch)
2759 (uri (git-reference
2760 (url "https://github.com/dgutov/robe.git")
2761 (commit version)))
2762 (file-name (git-file-name name version))
2763 (sha256
2764 (base32 "0ll7ivxqnglfb0i70ly6qq2yfw9cyi3vq3lmj4s6h6c1c7rm3gcq"))))
2765 (build-system emacs-build-system)
2766 (arguments
2767 '(#:include (cons "^lib\\/" %default-include)))
2768 (propagated-inputs
2769 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
2770 (home-page "https://github.com/dgutov/robe")
2771 (synopsis "Ruby code assistance tool for Emacs")
2772 (description
2773 "Robe can provide information on loaded classes and modules in Ruby code,
2774 as well as where methods are defined. This allows the user to jump to method
2775 definitions, modules and classes, display method documentation and provide
2776 method and constant name completion.")
2777 (license license:gpl3+)))
2778
2779 (define-public emacs-robot-mode
2780 (let ((commit "32846e7e80ae3471b7c07f9709dcaa4f9b9ed4a0")
2781 (revision "1"))
2782 (package
2783 (name "emacs-robot-mode")
2784 (version (git-version "0.0.0" revision commit))
2785 (source (origin
2786 (method git-fetch)
2787 (uri (git-reference
2788 ;; A better maintained fork of robot-mode.
2789 (url "https://github.com/jvalkeejarvi/robot-mode.git")
2790 (commit commit)))
2791 (file-name (git-file-name name version))
2792 (sha256
2793 (base32
2794 "1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
2795 (build-system emacs-build-system)
2796 (propagated-inputs `(("emacs-s" ,emacs-s)))
2797 (home-page "https://github.com/jvalkeejarvi/robot-mode")
2798 (synopsis "Emacs mode for Robot Framework")
2799 (description "This major mode facilitates editing Robot Framework source
2800 files with features such as syntax highlighting, comments, finding keywords,
2801 completing keywords and smart indentation.")
2802 (license license:gpl3+))))
2803
2804 (define-public emacs-rspec
2805 (package
2806 (name "emacs-rspec")
2807 (version "1.11")
2808 (source
2809 (origin
2810 (method git-fetch)
2811 (uri (git-reference
2812 (url "https://github.com/pezra/rspec-mode.git")
2813 (commit (string-append "v" version))))
2814 (file-name (git-file-name name version))
2815 (sha256
2816 (base32 "0hrn5n7aaymwimk511kjij44vqaxbmhly1gwmlmsrnbvvma7f2mp"))))
2817 (build-system emacs-build-system)
2818 (home-page "https://github.com/pezra/rspec-mode")
2819 (synopsis "Provides a rspec mode for working with RSpec")
2820 (description
2821 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
2822 verify the spec associated with the current buffer, or entire project, as well
2823 as moving between the spec files, and corresponding code files.
2824
2825 Also included are keybindings for spec files and Dired buffers, as well as
2826 snippets for yasnippet.")
2827 (license license:gpl3+)))
2828
2829 (define-public emacs-smart-mode-line
2830 (package
2831 (name "emacs-smart-mode-line")
2832 (version "2.12.0")
2833 (source
2834 (origin
2835 (method git-fetch)
2836 (uri (git-reference
2837 (url "https://github.com/Malabarba/smart-mode-line.git")
2838 (commit version)))
2839 (file-name (git-file-name name version))
2840 (sha256
2841 (base32 "1gs4ay9hdg8gmia4ir74qawk80pqwv99hp4yhy108kpfry5mrq6z"))))
2842 (build-system emacs-build-system)
2843 (propagated-inputs
2844 `(("emacs-rich-minority" ,emacs-rich-minority)))
2845 (home-page "https://github.com/Malabarba/smart-mode-line")
2846 (synopsis "Color-coded smart mode-line")
2847 (description
2848 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
2849 read from small to large monitors by using colors, a prefix feature, and smart
2850 truncation.")
2851 (license license:gpl2+)))
2852
2853 (define-public emacs-sr-speedbar
2854 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
2855 (revision "0"))
2856 (package
2857 (name "emacs-sr-speedbar")
2858 (version (git-version "20161025" revision commit))
2859 (source
2860 (origin
2861 (method git-fetch)
2862 (uri (git-reference
2863 (url "https://github.com/emacsorphanage/sr-speedbar.git")
2864 (commit commit)))
2865 (file-name (git-file-name name version))
2866 (sha256
2867 (base32
2868 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
2869 (build-system emacs-build-system)
2870 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
2871 (synopsis "Same frame Emacs @code{speedbar}")
2872 (description
2873 "This Emacs package allows you to show @code{M-x speedbar} in the
2874 same frame (in an extra window). You can customize the initial width of
2875 the speedbar window.")
2876 (license license:gpl3+))))
2877
2878 (define-public emacs-shell-switcher
2879 (package
2880 (name "emacs-shell-switcher")
2881 (version "1.0.1")
2882 (source
2883 (origin
2884 (method git-fetch)
2885 (uri (git-reference
2886 (url "https://github.com/DamienCassou/shell-switcher.git")
2887 (commit (string-append "v" version))))
2888 (file-name (git-file-name name version))
2889 (sha256
2890 (base32 "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"))))
2891 (build-system emacs-build-system)
2892 (home-page "https://github.com/DamienCassou/shell-switcher")
2893 (synopsis "Provide fast switching between shell buffers")
2894 (description
2895 "This package provides commands to quickly switch between shell buffers.")
2896 (license license:gpl3+)))
2897
2898 (define-public emacs-names
2899 (let ((commit "d8baba5360e5253938a25d3e005455b6d2d86971")
2900 (version "20151201.0")
2901 (revision "8"))
2902 (package
2903 (name "emacs-names")
2904 (version (git-version version revision commit))
2905 (source
2906 (origin
2907 (method git-fetch)
2908 (uri (git-reference
2909 (url "https://github.com/Malabarba/names")
2910 (commit commit)))
2911 (file-name (git-file-name name version))
2912 (sha256
2913 (base32
2914 "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"))))
2915 (build-system emacs-build-system)
2916 (home-page "https://github.com/Malabarba/names/")
2917 (synopsis "Namespace implementation for Emacs Lisp")
2918 (description
2919 "This package provides a macro that writes your namespaces for you.")
2920 (license license:gpl3+))))
2921
2922 (define-public emacs-evil-textobj-syntax
2923 (let ((commit "2d9ba8c75c754b409aea7469f46a5cfa52a872f3")
2924 (version "0")
2925 (revision "1"))
2926 (package
2927 (name "emacs-evil-textobj-syntax")
2928 (version (git-version version revision commit))
2929 (source
2930 (origin
2931 (method git-fetch)
2932 (uri (git-reference
2933 (url "https://github.com/laishulu/evil-textobj-syntax/")
2934 (commit commit)))
2935 (file-name (git-file-name name version))
2936 (sha256
2937 (base32
2938 "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"))))
2939 (build-system emacs-build-system)
2940 (propagated-inputs `(("emacs-evil" ,emacs-evil)
2941 ("emacs-names" ,emacs-names)))
2942 (home-page "https://github.com/laishulu/evil-textobj-syntax/")
2943 (synopsis "Text objects based on syntax highlighting")
2944 (description
2945 "This package provides text objects for @code{evil-mode} with
2946 boundaries defined by syntax highlighting.")
2947 (license license:gpl3+))))
2948
2949 (define-public emacs-flycheck-flow
2950 (let ((commit "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d")
2951 (version "1.1")
2952 (revision "1"))
2953 (package
2954 (name "emacs-flycheck-flow")
2955 (version (git-version version revision commit))
2956 (source
2957 (origin
2958 (method git-fetch)
2959 (uri (git-reference
2960 (url "https://github.com/lbolla/emacs-flycheck-flow")
2961 (commit commit)))
2962 (file-name (git-file-name name version))
2963 (sha256
2964 (base32
2965 "14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1"))))
2966 (build-system emacs-build-system)
2967 (propagated-inputs
2968 `(("emacs-flycheck" ,emacs-flycheck)))
2969 (home-page "https://github.com/lbolla/emacs-flycheck-flow")
2970 (synopsis "Flow support for @code{flycheck-mode}")
2971 (description
2972 "This package allows @code{flycheck-mode} to provide syntax-checking
2973 for Flow files.")
2974 (license license:gpl3+))))
2975
2976 (define-public emacs-elisp-demos
2977 (let ((commit "4c1fbc392668662890b685ab297e950259227e06")
2978 (version "0.1")
2979 (revision "1"))
2980 (package
2981 (name "emacs-elisp-demos")
2982 (version (git-version version revision commit))
2983 (source
2984 (origin
2985 (method git-fetch)
2986 (uri (git-reference
2987 (url "https://github.com/xuchunyang/elisp-demos")
2988 (commit commit)))
2989 (file-name (git-file-name name version))
2990 (sha256
2991 (base32
2992 "01cbkmjgmzxdf02w9xgbf4bhnx1mh53vvpkri13yxfksym5zizp4"))))
2993 (build-system emacs-build-system)
2994 (arguments '(#:include '("\\.el$" "\\.org$")))
2995 (home-page "https://github.com/xuchunyang/elisp-demos/")
2996 (synopsis "Enhance @code{*Help*} buffers with additional examples")
2997 (description
2998 "This package injects example uses of Elisp functions into their
2999 respective @code{*Help*} buffers.")
3000 (license license:gpl3+))))
3001
3002 (define-public emacs-docker-compose-mode
3003 (package
3004 (name "emacs-docker-compose-mode")
3005 (version "1.1.0")
3006 (source
3007 (origin
3008 (method git-fetch)
3009 (uri (git-reference
3010 (url "https://github.com/meqif/docker-compose-mode")
3011 (commit version)))
3012 (file-name (git-file-name name version))
3013 (sha256
3014 (base32
3015 "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"))))
3016 (build-system emacs-build-system)
3017 (propagated-inputs
3018 `(("emacs-dash" ,emacs-dash)
3019 ("emacs-f" ,emacs-f)))
3020 (home-page "https://github.com/meqif/docker-compose-mode/")
3021 (synopsis "Major mode for editing @file{docker-compose} files")
3022 (description
3023 "This is a major mode for @file{docker-compose} files that provides
3024 completion of relevant keywords.")
3025 (license license:expat)))
3026
3027 (define-public emacs-sudo-edit
3028 (let ((commit "cc3d478937b1accd38742bfceba92af02ee9357d")
3029 (version "0.1.0")
3030 (revision "6"))
3031 (package
3032 (name "emacs-sudo-edit")
3033 (version (git-version version revision commit))
3034 (source
3035 (origin
3036 (method git-fetch)
3037 (uri (git-reference
3038 (url "https://github.com/nflath/sudo-edit")
3039 (commit commit)))
3040 (file-name (git-file-name name version))
3041 (sha256
3042 (base32
3043 "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"))))
3044 (build-system emacs-build-system)
3045 (home-page "https://github.com/nflath/sudo-edit/")
3046 (synopsis "Open files as another user")
3047 (description
3048 "This package allows editing files as another user, including the root
3049 user.")
3050 (license license:gpl3+))))
3051
3052 (define-public emacs-miniedit
3053 (package
3054 (name "emacs-miniedit")
3055 (version "2.0")
3056 (source
3057 (origin
3058 (method git-fetch)
3059 (uri (git-reference
3060 (url "https://github.com/emacsmirror/miniedit")
3061 (commit version)))
3062 (file-name (git-file-name name version))
3063 (sha256
3064 (base32
3065 "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"))))
3066 (build-system emacs-build-system)
3067 (home-page "https://github.com/emacsmirror/miniedit/")
3068 (synopsis "Enhanced editing for minibuffer fields")
3069 (description
3070 "This package provides a function that can be called from the
3071 minibuffer to enable editing the minibuffer input in another buffer with
3072 @code{text-mode} enabled.")
3073 (license license:gpl2+)))
3074
3075 (define-public emacs-ob-ipython
3076 (package
3077 (name "emacs-ob-ipython")
3078 (version "20150704.8807064693")
3079 (source (origin
3080 (method git-fetch)
3081 (uri (git-reference
3082 (commit "880706469338ab59b5bb7dbe8460016f89755364")
3083 (url "https://github.com/gregsexton/ob-ipython.git")))
3084 (file-name (git-file-name name version))
3085 (sha256
3086 (base32
3087 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
3088 (build-system emacs-build-system)
3089 (propagated-inputs
3090 `(("emacs-f" ,emacs-f)))
3091 (home-page "http://www.gregsexton.org")
3092 (synopsis "Org-Babel functions for IPython evaluation")
3093 (description "This package adds support to Org-Babel for evaluating Python
3094 source code using IPython.")
3095 (license license:gpl3+)))
3096
3097 (define-public emacs-debbugs
3098 (package
3099 (name "emacs-debbugs")
3100 (version "0.18")
3101 (source (origin
3102 (method url-fetch)
3103 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
3104 version ".tar"))
3105 (sha256
3106 (base32
3107 "00kich80zdg7v3v613f9prqddkpwpm1nf9sj10f0n6wh15rzwv07"))))
3108 (build-system emacs-build-system)
3109 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
3110 (propagated-inputs
3111 `(("emacs-async" ,emacs-async)))
3112 (home-page "https://elpa.gnu.org/packages/debbugs.html")
3113 (synopsis "Access the Debbugs bug tracker in Emacs")
3114 (description
3115 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
3116 Tracker} from within Emacs.
3117
3118 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
3119 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
3120 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
3121 @code{M-x debbugs-org} and related commands.
3122
3123 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
3124 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
3125 (license license:gpl3+)))
3126
3127 (define-public emacs-ert-expectations
3128 (package
3129 (name "emacs-ert-expectations")
3130 (version "0.2")
3131 (source
3132 (origin
3133 (method url-fetch)
3134 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
3135 (sha256
3136 (base32
3137 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
3138 (build-system emacs-build-system)
3139 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
3140 (synopsis "Simple unit test framework for Emacs Lisp")
3141 (description "@code{emacs-ert-expectations} is a simple unit test
3142 framework for Emacs Lisp to be used with @code{ert}.")
3143 (license license:gpl3+)))
3144
3145 (define-public emacs-deferred
3146 (package
3147 (name "emacs-deferred")
3148 (version "0.5.1")
3149 (home-page "https://github.com/kiwanami/emacs-deferred")
3150 (source (origin
3151 (method git-fetch)
3152 (uri (git-reference
3153 (url home-page)
3154 (commit (string-append "v" version))))
3155 (file-name (git-file-name name version))
3156 (sha256
3157 (base32
3158 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))))
3159 (build-system emacs-build-system)
3160 (arguments
3161 `(#:phases
3162 (modify-phases %standard-phases
3163 (add-after 'unpack 'set-shell
3164 ;; Setting the SHELL environment variable is required for the tests
3165 ;; to find sh.
3166 (lambda _
3167 (setenv "SHELL" (which "sh"))
3168 #t))
3169 (add-before 'check 'fix-makefile
3170 (lambda _
3171 (substitute* "Makefile"
3172 (("\\$\\(CASK\\) exec ") ""))
3173 #t)))
3174 #:tests? #t
3175 #:test-command '("make" "test")))
3176 (native-inputs
3177 `(("emacs-ert-expectations" ,emacs-ert-expectations)
3178 ("emacs-undercover" ,emacs-undercover)
3179 ("ert-runner" ,emacs-ert-runner)))
3180 (synopsis "Simple asynchronous functions for Emacs Lisp")
3181 (description
3182 "The @code{deferred.el} library provides support for asynchronous tasks.
3183 The API is almost the same as that of
3184 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
3185 for asynchronous tasks.")
3186 (license license:gpl3+)))
3187
3188 (define-public emacs-butler
3189 (package
3190 (name "emacs-butler")
3191 (version "0.2.4")
3192 (home-page "https://github.com/AshtonKem/Butler")
3193 (source (origin
3194 (method git-fetch)
3195 (uri (git-reference
3196 (url home-page)
3197 (commit version)))
3198 (file-name (git-file-name name version))
3199 (sha256
3200 (base32
3201 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))))
3202 (build-system emacs-build-system)
3203 (propagated-inputs
3204 `(("emacs-deferred" ,emacs-deferred)))
3205 (synopsis "Emacs client for Jenkins")
3206 (description
3207 "Butler provides an interface to connect to Jenkins continuous
3208 integration servers. Users can specify a list of server in the
3209 @code{butler-server-list} variable and then use @code{M-x butler-status} to
3210 view the build status of those servers' build jobs, and possibly to trigger
3211 build jobs.")
3212 (license license:gpl3+)))
3213
3214 (define-public emacs-company
3215 (package
3216 (name "emacs-company")
3217 (version "0.9.10")
3218 (source
3219 (origin
3220 (method git-fetch)
3221 (uri (git-reference
3222 (url "https://github.com/company-mode/company-mode.git")
3223 (commit version)))
3224 (file-name (git-file-name name version))
3225 (sha256
3226 (base32 "0shmv48bq9l5xm60dwx9lqyq6b39y3d7qjxdlah7dpipv5vhra42"))))
3227 (build-system emacs-build-system)
3228 (arguments
3229 `(#:phases
3230 (modify-phases %standard-phases
3231 (add-before 'check 'fix-bin-dir
3232 (lambda _
3233 ;; The company-files-candidates-normal-root test looks
3234 ;; for the /bin directory, but the build environment has
3235 ;; no /bin directory. Modify the test to look for the
3236 ;; /tmp directory.
3237 (substitute* "test/files-tests.el"
3238 (("/bin/") "/tmp/"))
3239 #t)))
3240 #:tests? #t
3241 #:test-command '("make" "test-batch")))
3242 (home-page "http://company-mode.github.io/")
3243 (synopsis "Modular text completion framework")
3244 (description
3245 "Company is a modular completion mechanism. Modules for retrieving
3246 completion candidates are called back-ends, modules for displaying them are
3247 front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
3248 These are distributed in separate files and can be used individually.")
3249 (license license:gpl3+)))
3250
3251 (define-public emacs-irony-mode
3252 (package
3253 (name "emacs-irony-mode")
3254 (version "1.2.0")
3255 (home-page "https://github.com/Sarcasm/irony-mode")
3256 (source (origin
3257 (method git-fetch)
3258 (uri (git-reference
3259 (url (string-append home-page ".git"))
3260 (commit (string-append "v" version))))
3261 (file-name (git-file-name name version))
3262 (sha256
3263 (base32
3264 "0nhjrnlmss535jbshjjd30vydbr8py21vkx4p294w6d8vg2rssf8"))))
3265 (build-system emacs-build-system)
3266 (inputs `(("server" ,emacs-irony-mode-server)))
3267 (arguments `(#:phases
3268 (modify-phases %standard-phases
3269 (add-after 'unpack 'configure
3270 (lambda* (#:key inputs #:allow-other-keys)
3271 (chmod "irony.el" #o644)
3272 (emacs-substitute-variables "irony.el"
3273 ("irony-server-install-prefix"
3274 (assoc-ref inputs "server")))
3275 #t)))))
3276 (synopsis "C/C++/ObjC Code completion and syntax checks for Emacs")
3277 (description "Irony-mode provides Clang-assisted syntax checking and
3278 completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
3279 provide syntax checking and autocompletion on compiler level which is very
3280 resistant against false positives. It also integrates well with other
3281 packages like @code{eldoc-mode} and especially @code{company-mode} as
3282 described on the homepage.")
3283 (license license:gpl3+)))
3284
3285 (define-public emacs-irony-mode-server
3286 (package (inherit emacs-irony-mode)
3287 (name "emacs-irony-mode-server")
3288 (inputs
3289 `(("clang" ,clang)))
3290 (arguments
3291 `(#:phases
3292 (modify-phases %standard-phases
3293 (replace 'configure
3294 (lambda* (#:key outputs #:allow-other-keys)
3295 (let ((out (assoc-ref outputs "out")))
3296 (invoke "cmake"
3297 "server"
3298 (string-append "-DCMAKE_INSTALL_PREFIX=" out)) #t))))))
3299 (build-system cmake-build-system)
3300 (synopsis "Server for the Emacs @dfn{irony mode}")))
3301
3302 (define-public emacs-company-irony
3303 (package
3304 (name "emacs-company-irony")
3305 (version "1.1.0")
3306 (source (origin
3307 (method git-fetch)
3308 (uri (git-reference
3309 (url "https://github.com/Sarcasm/company-irony.git")
3310 (commit (string-append "v" version))))
3311 (sha256 (base32
3312 "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"))
3313 (file-name (git-file-name name version))))
3314 (build-system emacs-build-system)
3315 (inputs
3316 `(("emacs-irony-mode" ,emacs-irony-mode)
3317 ("emacs-company" ,emacs-company)))
3318 (synopsis "C++ completion backend for Company using irony-mode")
3319 (description "This backend for company-mode allows for C++ code completion
3320 with irony-mode using clang-tooling.")
3321 (home-page "https://github.com/Sarcasm/company-irony")
3322 (license license:gpl3+)))
3323
3324 (define-public emacs-flycheck-irony
3325 (package
3326 (name "emacs-flycheck-irony")
3327 (version "0.1.0")
3328 (source (origin
3329 (method git-fetch)
3330 (uri (git-reference
3331 (url "https://github.com/Sarcasm/flycheck-irony.git")
3332 (commit (string-append "v" version))))
3333 (file-name (git-file-name name version))
3334 (sha256
3335 (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))))
3336 (build-system emacs-build-system)
3337 (inputs
3338 `(("irony-mode" ,emacs-irony-mode)
3339 ("flycheck-mode" ,emacs-flycheck)
3340 ("emacs-company" ,emacs-company)))
3341 (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
3342 (description "This package provides a frontend for Flycheck that lets
3343 irony-mode do the syntax checking.")
3344 (home-page "https://github.com/Sarcasm/flycheck-irony")
3345 (license license:gpl3+)))
3346
3347 (define-public emacs-irony-eldoc
3348 (package
3349 (name "emacs-irony-eldoc")
3350 (version (package-version emacs-irony-mode))
3351 (source
3352 (origin
3353 (method git-fetch)
3354 (uri (git-reference
3355 (url "https://github.com/ikirill/irony-eldoc.git")
3356 (commit "0df5831eaae264a25422b061eb2792aadde8b3f2")))
3357 (file-name (git-file-name name version))
3358 (sha256
3359 (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))))
3360 (build-system emacs-build-system)
3361 (inputs
3362 `(("irony-mode" ,emacs-irony-mode)))
3363 (synopsis "Eldoc integration for irony-mode")
3364 (description "Irony-eldoc is an eldoc extension that shows documentation
3365 for the current function or variable in the minibuffer.")
3366 (home-page "https://github.com/ikirill/irony-eldoc")
3367 (license license:gpl3+)))
3368
3369 (define-public emacs-company-quickhelp
3370 (package
3371 (name "emacs-company-quickhelp")
3372 (version "2.3.0")
3373 (source
3374 (origin
3375 (method git-fetch)
3376 (uri (git-reference
3377 (url "https://github.com/expez/company-quickhelp.git")
3378 (commit version)))
3379 (file-name (git-file-name name version))
3380 (sha256
3381 (base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
3382 (build-system emacs-build-system)
3383 (propagated-inputs
3384 `(("emacs-pos-tip" ,emacs-pos-tip)
3385 ("emacs-company" ,emacs-company)))
3386 (home-page "https://github.com/expez/company-quickhelp")
3387 (synopsis "Popup documentation for completion candidates")
3388 (description "@code{company-quickhelp} shows documentation for the
3389 completion candidate when using the Company text completion framework.")
3390 (license license:gpl3+)))
3391
3392 (define-public emacs-math-symbol-lists
3393 (let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")
3394 (revision "1"))
3395 (package
3396 (name "emacs-math-symbol-lists")
3397 (version (git-version "1.2.1" revision commit))
3398 (source
3399 (origin
3400 (method git-fetch)
3401 (uri (git-reference
3402 (url "https://github.com/vspinu/math-symbol-lists.git")
3403 (commit commit)))
3404 (file-name (git-file-name name version))
3405 (sha256
3406 (base32 "094m21i9rns6m59cmhxcivxxafbg52w8f8na4y3v47aq67zmhhqm"))))
3407 (build-system emacs-build-system)
3408 (home-page "https://github.com/vspinu/math-symbol-lists")
3409 (synopsis "Lists of Unicode math symbols and @code{LaTeX} commands")
3410 (description "This is a storage package used by completion engines like
3411 @code{company-math}.")
3412 (license license:gpl3+))))
3413
3414 (define-public emacs-company-math
3415 (let ((commit "600e49449644f6835f9dc3501bc58461999e8ab9")
3416 (revision "1"))
3417 (package
3418 (name "emacs-company-math")
3419 (version (git-version "1.3" revision commit))
3420 (source
3421 (origin
3422 (method git-fetch)
3423 (uri (git-reference
3424 (url "https://github.com/vspinu/company-math.git")
3425 (commit commit)))
3426 (file-name (git-file-name name version))
3427 (sha256
3428 (base32
3429 "1ps2lpkzn8mjbpcbvvy1qz3xbgrh6951x8y9bsd1fm32drdph9lh"))))
3430 (build-system emacs-build-system)
3431 (propagated-inputs
3432 `(("emacs-math-symbol-lists" ,emacs-math-symbol-lists)
3433 ("emacs-company" ,emacs-company)))
3434 (home-page "https://github.com/vspinu/company-math")
3435 (synopsis "Completion backends for Unicode math symbols and @code{LaTeX} tags")
3436 (description "This package provides a backend for use with
3437 @code{company-mode} allowing for completion of common math symbols.")
3438 (license license:gpl3+))))
3439
3440 (define-public emacs-multiple-cursors
3441 (package
3442 (name "emacs-multiple-cursors")
3443 (version "1.4.0")
3444 (source
3445 (origin
3446 (method git-fetch)
3447 (uri (git-reference
3448 (url "https://github.com/magnars/multiple-cursors.el.git")
3449 (commit version)))
3450 (file-name (git-file-name name version))
3451 (sha256
3452 (base32 "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss"))))
3453 (build-system emacs-build-system)
3454 (home-page "https://github.com/magnars/multiple-cursors.el")
3455 (synopsis "Multiple cursors for Emacs")
3456 (description
3457 "This package adds support to Emacs for editing text with multiple
3458 simultaneous cursors.")
3459 (license license:gpl3+)))
3460
3461 (define-public emacs-mc-extras
3462 (let ((commit "053abc52181b8718559d7361a587bbb795faf164")
3463 (revision "1"))
3464 (package
3465 (name "emacs-mc-extras")
3466 (version (git-version "1.2.4" revision commit))
3467 (source
3468 (origin
3469 (method git-fetch)
3470 (uri (git-reference
3471 (url "https://github.com/knu/mc-extras.el.git")
3472 (commit commit)))
3473 (file-name (git-file-name name version))
3474 (sha256
3475 (base32 "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481"))))
3476 (build-system emacs-build-system)
3477 (propagated-inputs
3478 `(("emacs-multiple-cursors" ,emacs-multiple-cursors)))
3479 (home-page "https://github.com/knu/mc-extras.el")
3480 (synopsis "Extra functions for manipulating multiple cursors")
3481 (description
3482 "This package provides additional functions for
3483 @code{multiple-cursors}, including functions for marking s-expressions,
3484 comparing characters, removing cursors, and more.")
3485 (license license:bsd-2))))
3486
3487 (define-public emacs-typo
3488 (package
3489 (name "emacs-typo")
3490 (version "1.1")
3491 (home-page "https://github.com/jorgenschaefer/typoel")
3492 (source (origin
3493 (method git-fetch)
3494 (uri (git-reference
3495 (url home-page)
3496 (commit (string-append "v" version))))
3497 (file-name (git-file-name name version))
3498 (sha256
3499 (base32
3500 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
3501 (build-system emacs-build-system)
3502 (synopsis "Minor mode for typographic editing")
3503 (description
3504 "This package provides two Emacs modes, @code{typo-mode} and
3505 @code{typo-global-mode}. These modes automatically insert Unicode characters
3506 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
3507 automatically inserts a Unicode opening or closing quotation mark, depending
3508 on context.")
3509 (license license:gpl3+)))
3510
3511 (define-public emacs-company-lsp
3512 (package
3513 (name "emacs-company-lsp")
3514 (version "2.1.0")
3515 (source (origin
3516 (method git-fetch)
3517 (uri (git-reference
3518 (url "https://github.com/tigersoldier/company-lsp.git")
3519 (commit version)))
3520 (file-name (git-file-name name version))
3521 (sha256
3522 (base32
3523 "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"))))
3524 (build-system emacs-build-system)
3525 (propagated-inputs
3526 `(("emacs-dash" ,emacs-dash)
3527 ("emacs-lsp-mode" ,emacs-lsp-mode)
3528 ("emacs-company" ,emacs-company)
3529 ("emacs-s" ,emacs-s)
3530 ("emacs-dash" ,emacs-dash)))
3531 (home-page "https://github.com/tigersoldier/company-lsp")
3532 (synopsis "Completion for @code{lsp-mode}")
3533 (description
3534 "This package provides completion features that are not possible with
3535 @code{lsp-mode} and @code{company-capf} alone, including support for trigger
3536 characters and asynchronous fetching of completion candidates.")
3537 (license license:gpl3+)))
3538
3539 (define-public emacs-scheme-complete
3540 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
3541 (package
3542 (name "emacs-scheme-complete")
3543 (version (string-append "20151223." (string-take commit 8)))
3544 (source
3545 (origin
3546 (method git-fetch)
3547 (uri (git-reference
3548 (url "https://github.com/ashinn/scheme-complete.git")
3549 (commit commit)))
3550 (file-name (git-file-name name version))
3551 (sha256
3552 (base32
3553 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
3554 (patches
3555 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
3556 (build-system emacs-build-system)
3557 (home-page "https://github.com/ashinn/scheme-complete")
3558 (synopsis "Smart tab completion for Scheme in Emacs")
3559 (description
3560 "This file provides a single function, @code{scheme-smart-complete},
3561 which you can use for intelligent, context-sensitive completion for any Scheme
3562 implementation in Emacs. To use it just load this file and bind that function
3563 to a key in your preferred mode.")
3564 (license license:public-domain))))
3565
3566 (define-public emacs-scel
3567 (let ((version "20170629")
3568 (revision "1")
3569 (commit "aeea3ad4be9306d14c3a734a4ff54fee10ac135b"))
3570 (package
3571 (name "emacs-scel")
3572 (version (git-version version revision commit))
3573 (source
3574 (origin
3575 (method git-fetch)
3576 (uri (git-reference
3577 (url "https://github.com/supercollider/scel.git")
3578 (commit commit)))
3579 (file-name (git-file-name name version))
3580 (sha256
3581 (base32
3582 "0jvmzs1lsjyndqshhii2y4mnr3wghai26i3p75453zrpxpg0zvvw"))))
3583 (build-system emacs-build-system)
3584 (arguments
3585 `(#:modules ((guix build emacs-build-system)
3586 ((guix build cmake-build-system) #:prefix cmake:)
3587 (guix build utils))
3588 #:imported-modules (,@%emacs-build-system-modules
3589 (guix build cmake-build-system))
3590 #:phases
3591 (modify-phases %standard-phases
3592 (add-after 'unpack 'configure
3593 (lambda* (#:key outputs #:allow-other-keys)
3594 (substitute* "el/CMakeLists.txt"
3595 (("share/emacs/site-lisp/SuperCollider")
3596 (string-append
3597 "share/emacs/site-lisp/guix.d/scel-" ,version)))
3598 ((assoc-ref cmake:%standard-phases 'configure)
3599 #:outputs outputs
3600 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
3601 (add-after 'set-emacs-load-path 'add-el-dir-to-emacs-load-path
3602 (lambda _
3603 (setenv "EMACSLOADPATH"
3604 (string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
3605 #t))
3606 (replace 'install (assoc-ref cmake:%standard-phases 'install)))))
3607 (inputs
3608 `(("supercollider" ,supercollider)))
3609 (native-inputs
3610 `(("cmake" ,cmake)))
3611 (home-page "https://github.com/supercollider/scel")
3612 (synopsis "SuperCollider Emacs interface")
3613 (description "@code{emacs-scel} is an Emacs interface to SuperCollider.
3614 SuperCollider is a platform for audio synthesis and algorithmic composition.")
3615 (license license:gpl2+))))
3616
3617 (define-public emacs-company-auctex
3618 (let ((commit "48c42c58ce2f0e693301b0cb2d085055410c1b25")
3619 (revision "1"))
3620 (package
3621 (name "emacs-company-auctex")
3622 (version (git-version "0" revision commit))
3623 (source (origin
3624 (method git-fetch)
3625 (uri (git-reference
3626 (url "https://github.com/alexeyr/company-auctex")
3627 (commit commit)))
3628 (file-name (git-file-name name version))
3629 (sha256
3630 (base32
3631 "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"))))
3632 (build-system emacs-build-system)
3633 (propagated-inputs
3634 `(("emacs-yasnippet" ,emacs-yasnippet)
3635 ("emacs-auctex" ,emacs-auctex)
3636 ("emacs-company" ,emacs-company)))
3637 (home-page "https://github.com/alexeyr/company-auctex/")
3638 (synopsis "Completion for @code{AUCTeX}")
3639 (description
3640 "This package provides a group of backends permitting auto-completion
3641 for @code{AUCTeX}.")
3642 (license license:gpl3+))))
3643
3644 (define-public emacs-mit-scheme-doc
3645 (package
3646 (name "emacs-mit-scheme-doc")
3647 (version "20140203")
3648 (source
3649 (origin
3650 (modules '((guix build utils)))
3651 (snippet
3652 ;; keep only file of interest
3653 '(begin
3654 (for-each delete-file '("dot-emacs.el" "Makefile"))
3655 (install-file "6.945-config/mit-scheme-doc.el" ".")
3656 (delete-file-recursively "6.945-config")
3657 #t))
3658 (file-name (string-append name "-" version ".tar.bz2"))
3659 (method url-fetch)
3660 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
3661 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
3662 (sha256
3663 (base32
3664 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
3665 (build-system emacs-build-system)
3666 (inputs `(("mit-scheme" ,mit-scheme)))
3667 (arguments
3668 `(#:phases
3669 (modify-phases %standard-phases
3670 (add-after 'unpack 'configure-doc
3671 (lambda* (#:key inputs #:allow-other-keys)
3672 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
3673 (doc-dir (string-append mit-scheme-dir "/share/doc/"
3674 "mit-scheme-"
3675 ,(package-version mit-scheme))))
3676 (substitute* "mit-scheme-doc.el"
3677 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
3678 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
3679 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
3680 (synopsis "MIT-Scheme documentation lookup for Emacs")
3681 (description
3682 "This package provides a set of Emacs functions to search definitions of
3683 identifiers in the MIT-Scheme documentation.")
3684 (license license:gpl2+)))
3685
3686 (define-public emacs-constants
3687 (package
3688 (name "emacs-constants")
3689 (version "2.6")
3690 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
3691 (source
3692 (origin
3693 (method git-fetch)
3694 (uri (git-reference
3695 (url "https://github.com/fedeinthemix/emacs-constants.git")
3696 (commit (string-append "v" version))))
3697 (file-name (git-file-name name version))
3698 (sha256
3699 (base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0"))))
3700 (build-system emacs-build-system)
3701 (synopsis "Enter definition of constants into an Emacs buffer")
3702 (description
3703 "This package provides functions for inserting the definition of natural
3704 constants and units into an Emacs buffer.")
3705 (license license:gpl2+)))
3706
3707 (define-public emacs-tagedit
3708 (package
3709 (name "emacs-tagedit")
3710 (version "1.4.0")
3711 (source
3712 (origin
3713 (method git-fetch)
3714 (uri (git-reference
3715 (url "https://github.com/magnars/tagedit.git")
3716 (commit version)))
3717 (file-name (git-file-name name version))
3718 (sha256
3719 (base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
3720 (build-system emacs-build-system)
3721 (propagated-inputs
3722 `(("emacs-s" ,emacs-s)
3723 ("emacs-dash" ,emacs-dash)))
3724 (home-page "https://github.com/magnars/tagedit")
3725 (synopsis "Some paredit-like features for html-mode")
3726 (description
3727 "This package provides a collection of paredit-like functions for editing
3728 in @code{html-mode}.")
3729 (license license:gpl3+)))
3730
3731 (define-public emacs-slime
3732 (package
3733 (name "emacs-slime")
3734 (version "2.23")
3735 (source
3736 (origin
3737 (method git-fetch)
3738 (uri (git-reference
3739 (url "https://github.com/slime/slime.git")
3740 (commit (string-append "v" version))))
3741 (file-name (git-file-name name version))
3742 (sha256
3743 (base32 "0i637n0ragpbj39hqx65nx5k99xf0464c4w6w1qpzykm6z42grky"))))
3744 (build-system emacs-build-system)
3745 (native-inputs
3746 `(("texinfo" ,texinfo)))
3747 (arguments
3748 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
3749 #:exclude '("^slime-tests.el" "^contrib/test/"
3750 "^contrib/Makefile$" "^contrib/README.md$")
3751 #:phases
3752 (modify-phases %standard-phases
3753 (add-after 'unpack 'make-git-checkout-writable
3754 (lambda _
3755 (for-each make-file-writable (find-files "."))
3756 #t))
3757 (add-before 'install 'configure
3758 (lambda* _
3759 (emacs-substitute-variables "slime.el"
3760 ("inferior-lisp-program" "sbcl"))
3761 #t))
3762 (add-before 'install 'install-doc
3763 (lambda* (#:key outputs #:allow-other-keys)
3764 (let* ((out (assoc-ref outputs "out"))
3765 (info-dir (string-append out "/share/info"))
3766 (doc-dir (string-append out "/share/doc/"
3767 ,name "-" ,version))
3768 (doc-files '("doc/slime-refcard.pdf"
3769 "README.md" "NEWS" "PROBLEMS"
3770 "CONTRIBUTING.md")))
3771 (with-directory-excursion "doc"
3772 (substitute* "Makefile"
3773 (("infodir=/usr/local/info")
3774 (string-append "infodir=" info-dir)))
3775 (invoke "make" "html/index.html")
3776 (invoke "make" "slime.info")
3777 (install-file "slime.info" info-dir)
3778 (copy-recursively "html" (string-append doc-dir "/html")))
3779 (for-each (lambda (f)
3780 (install-file f doc-dir)
3781 (delete-file f))
3782 doc-files)
3783 (delete-file-recursively "doc")
3784 #t))))))
3785 (home-page "https://github.com/slime/slime")
3786 (synopsis "Superior Lisp Interaction Mode for Emacs")
3787 (description
3788 "SLIME extends Emacs with support for interactive programming in
3789 Common Lisp. The features are centered around @command{slime-mode},
3790 an Emacs minor mode that complements the standard @command{lisp-mode}.
3791 While lisp-mode supports editing Lisp source files, @command{slime-mode}
3792 adds support for interacting with a running Common Lisp process
3793 for compilation, debugging, documentation lookup, and so on.")
3794 (license (list license:gpl2+ license:public-domain))))
3795
3796 (define-public emacs-popup
3797 (package
3798 (name "emacs-popup")
3799 (version "0.5.3")
3800 (source
3801 (origin
3802 (method git-fetch)
3803 (uri (git-reference
3804 (url "https://github.com/auto-complete/popup-el.git")
3805 (commit (string-append "v" version))))
3806 (file-name (git-file-name name version))
3807 (sha256
3808 (base32 "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h"))))
3809 (build-system emacs-build-system)
3810 (home-page "https://github.com/auto-complete/popup-el")
3811 (synopsis "Visual Popup User Interface for Emacs")
3812 (description
3813 "Popup.el is a visual popup user interface library for Emacs.
3814 This provides a basic API and common UI widgets such as popup tooltips
3815 and popup menus.")
3816 (license license:gpl3+)))
3817
3818 (define-public emacs-python-environment
3819 (package
3820 (name "emacs-python-environment")
3821 (version "0.0.2")
3822 (source
3823 (origin
3824 (method git-fetch)
3825 (uri (git-reference
3826 (url "https://github.com/tkf/emacs-python-environment/")
3827 (commit version)))
3828 (file-name (git-file-name name version))
3829 (sha256
3830 (base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
3831 (build-system emacs-build-system)
3832 (propagated-inputs
3833 `(("emacs-deferred" ,emacs-deferred)))
3834 (home-page "https://github.com/tkf/emacs-python-environment")
3835 (synopsis "Provides a @code{virtualenv} API in Emacs Lisp")
3836 (description
3837 "This package permits automated installation of tools written in Python.")
3838 (license license:gpl3+)))
3839
3840 (define-public emacs-jedi
3841 (package
3842 (name "emacs-jedi")
3843 (version "0.2.7")
3844 (source (origin
3845 (method git-fetch)
3846 (uri (git-reference
3847 (url "https://github.com/tkf/emacs-jedi/")
3848 (commit (string-append "v" version))))
3849 (file-name (git-file-name name version))
3850 (sha256
3851 (base32
3852 "0xbp9fcxgbf298w05hvf52z41kk7r52975ailgdn8sg60xc98fa7"))))
3853 (build-system emacs-build-system)
3854 (native-inputs
3855 `(("emacs-mocker" ,emacs-mocker)))
3856 (propagated-inputs
3857 `(("emacs-auto-complete" ,emacs-auto-complete)
3858 ("emacs-python-environment" ,emacs-python-environment)
3859 ("emacs-epc" ,emacs-epc)))
3860 (home-page "https://github.com/tkf/emacs-jedi")
3861 (synopsis "Provides Python completion in Emacs")
3862 (description
3863 "This package provides completion in Python buffers and also helps find
3864 the locations of docstrings, arguments, and functions.")
3865 (license license:gpl3+)))
3866
3867 (define-public emacs-company-jedi
3868 (package
3869 (name "emacs-company-jedi")
3870 (version "0.04")
3871 (source (origin
3872 (method git-fetch)
3873 (uri (git-reference
3874 (url "https://github.com/syohex/emacs-company-jedi")
3875 (commit version)))
3876 (file-name (git-file-name name version))
3877 (sha256
3878 (base32
3879 "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
3880 (build-system emacs-build-system)
3881 (propagated-inputs
3882 `(("emacs-jedi" ,emacs-jedi)
3883 ("emacs-company" ,emacs-company)))
3884 (home-page "https://github.com/syohex/emacs-company-jedi")
3885 (synopsis "Provides Python completion in @code{company-mode}")
3886 (description
3887 "This package provides a Company backend for Python.")
3888 (license license:gpl3+)))
3889
3890 (define-public emacs-puppet-mode
3891 (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
3892 (revision "1"))
3893 (package
3894 (name "emacs-puppet-mode")
3895 ;; The last release, 0.3 was several years ago, and there have been many
3896 ;; commits since
3897 (version (git-version "0.3" revision commit))
3898 (source
3899 (origin
3900 (method url-fetch)
3901 (uri (string-append
3902 "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
3903 commit "/puppet-mode.el"))
3904 (sha256
3905 (base32
3906 "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
3907 (build-system emacs-build-system)
3908 (home-page "https://github.com/voxpupuli/puppet-mode")
3909 (synopsis "Emacs major mode for the Puppet configuration language")
3910 (description
3911 "This package provides support for the Puppet configuration language,
3912 including syntax highlighting, indentation of expressions and statements,
3913 linting of manifests and integration with Puppet Debugger.")
3914 ;; Also incorporates work covered by the Apache License, Version 2.0
3915 (license license:gpl3+))))
3916
3917 (define-public emacs-god-mode
3918 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
3919 (revision "1"))
3920 (package
3921 (name "emacs-god-mode")
3922 (version (string-append "20151005.925."
3923 revision "-" (string-take commit 9)))
3924 (source
3925 (origin
3926 (method git-fetch)
3927 (uri (git-reference
3928 (url "https://github.com/chrisdone/god-mode.git")
3929 (commit commit)))
3930 (file-name (git-file-name name version))
3931 (sha256
3932 (base32
3933 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
3934 (build-system emacs-build-system)
3935 (home-page "https://github.com/chrisdone/god-mode")
3936 (synopsis "Minor mode for entering commands without modifier keys")
3937 (description
3938 "This package provides a global minor mode for entering Emacs commands
3939 without modifier keys. It's similar to Vim's separation of commands and
3940 insertion mode. When enabled all keys are implicitly prefixed with
3941 @samp{C-} (among other helpful shortcuts).")
3942 (license license:gpl3+))))
3943
3944 (define-public emacs-jinja2-mode
3945 (package
3946 (name "emacs-jinja2-mode")
3947 (version "0.2")
3948 (source
3949 (origin
3950 (method git-fetch)
3951 (uri (git-reference
3952 (url "https://github.com/paradoxxxzero/jinja2-mode.git")
3953 (commit (string-append "v" version))))
3954 (file-name (git-file-name name version))
3955 (sha256
3956 (base32 "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"))))
3957 (build-system emacs-build-system)
3958 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
3959 (synopsis "Major mode for jinja2")
3960 (description
3961 "Emacs major mode for jinja2 with: syntax highlighting,
3962 sgml/html integration, and indentation (working with sgml).")
3963 (license license:gpl3+)))
3964
3965 (define-public emacs-company-cabal
3966 ;; The latest version is 0.3.0, but no release has been provided after 0.2.1.
3967 (let ((commit "62112a7259e24bd6c08885629a185afe512b7d3d")
3968 (revision "1"))
3969 (package
3970 (name "emacs-company-cabal")
3971 (version (git-version "0.3.0" revision commit))
3972 (source (origin
3973 (method git-fetch)
3974 (uri (git-reference
3975 (url "https://github.com/iquiw/company-cabal/")
3976 (commit commit)))
3977 (file-name (git-file-name name version))
3978 (sha256
3979 (base32
3980 "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"))))
3981 (build-system emacs-build-system)
3982 (propagated-inputs
3983 `(("emacs-company" ,emacs-company)))
3984 (home-page "https://github.com/iquiw/company-cabal/")
3985 (synopsis "Company completion for Haskell Cabal files")
3986 (description
3987 "This package allows for completion of field names, section names,
3988 field values, and more within @code{haskell-cabal-mode}.")
3989 (license license:gpl3+))))
3990
3991 (define-public emacs-rfcview
3992 (package
3993 (name "emacs-rfcview")
3994 (version "0.13")
3995 (home-page "http://www.loveshack.ukfsn.org/emacs")
3996 (source (origin
3997 (method url-fetch)
3998 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
3999 (sha256
4000 (base32
4001 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
4002 (build-system emacs-build-system)
4003 (synopsis "Prettify Request for Comments (RFC) documents")
4004 (description "The Internet Engineering Task Force (IETF) and the Internet
4005 Society (ISOC) publish various Internet-related protocols and specifications
4006 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
4007 documents. RFCs and STDs are published in a simple text form. This package
4008 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
4009 read these documents in Emacs. It prettifies the text and adds
4010 hyperlinks/menus for easier navigation. It also provides functions for
4011 browsing the index of RFC documents and fetching them from remote servers or
4012 local directories.")
4013 (license license:gpl3+)))
4014
4015 (define-public emacs-ffap-rfc-space
4016 (package
4017 (name "emacs-ffap-rfc-space")
4018 (version "12")
4019 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
4020 (source (origin
4021 (method url-fetch)
4022 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
4023 (sha256
4024 (base32
4025 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
4026 (build-system emacs-build-system)
4027 (synopsis "Make ffap recognize an RFC with a space before its number")
4028 (description "The Internet Engineering Task Force (IETF) and the
4029 Internet Society (ISOC) publish various Internet-related protocols and
4030 specifications as \"Request for Comments\" (RFC) documents. The
4031 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
4032 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
4033 and load the appropriate RFC from a remote server. However, it fails
4034 to recognize a name like \"RFC 1234\". This package enhances ffap so
4035 that it correctly finds RFCs even when a space appears before the
4036 number.")
4037 (license license:gpl3+)))
4038
4039 (define-public emacs-org-bullets
4040 (package
4041 (name "emacs-org-bullets")
4042 (version "0.2.4")
4043 (source
4044 (origin
4045 (method git-fetch)
4046 (uri (git-reference
4047 (url "https://github.com/sabof/org-bullets.git")
4048 (commit version)))
4049 (file-name (git-file-name name version))
4050 (sha256
4051 (base32 "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w"))))
4052 (build-system emacs-build-system)
4053 (home-page "https://github.com/sabof/org-bullets")
4054 (synopsis "Show bullets in org-mode as UTF-8 characters")
4055 (description
4056 "This package provides an Emacs minor mode causing bullets in
4057 @code{org-mode} to be rendered as UTF-8 characters.")
4058 (license license:gpl3+)))
4059
4060 (define-public emacs-org-pomodoro
4061 (package
4062 (name "emacs-org-pomodoro")
4063 (version "2.1.0")
4064 (source
4065 (origin
4066 (method git-fetch)
4067 (uri (git-reference
4068 (url "https://github.com/lolownia/org-pomodoro.git")
4069 (commit version)))
4070 (file-name (git-file-name name version))
4071 (sha256
4072 (base32 "0r5shgikm34d66i2hblyknbblpg92lb2zc9x4bcb28xkh7m9d0xv"))))
4073 (build-system emacs-build-system)
4074 (propagated-inputs
4075 `(("emacs-alert" ,emacs-alert)))
4076 (home-page "https://github.com/lolownia/org-pomodoro")
4077 (synopsis "Pomodoro technique for org-mode")
4078 (description "@code{emacs-org-pomodoro} adds very basic support for
4079 Pomodoro technique in Emacs org-mode.
4080
4081 Run @code{M-x org-pomodoro} for the task at point or select one of the
4082 last tasks that you clocked time for. Each clocked-in pomodoro starts
4083 a timer of 25 minutes and after each pomodoro a break timer of 5
4084 minutes is started automatically. Every 4 breaks a long break is
4085 started with 20 minutes. All values are customizable.")
4086 (license license:gpl3+)))
4087
4088 (define-public emacs-org-trello
4089 (package
4090 (name "emacs-org-trello")
4091 (version "0.8.0")
4092 (source
4093 (origin
4094 (method git-fetch)
4095 (uri (git-reference
4096 (url "https://github.com/org-trello/org-trello.git")
4097 (commit version)))
4098 (file-name (git-file-name name version))
4099 (sha256
4100 (base32 "0m5hyhb6211hdmyp1bq6f3fklfgw3957knd96bfdafj727vdnlzm"))))
4101 (build-system emacs-build-system)
4102 (propagated-inputs
4103 `(("emacs-dash" ,emacs-dash)
4104 ("emacs-deferred" ,emacs-deferred)
4105 ("emacs-f" ,emacs-f)
4106 ("emacs-helm" ,emacs-helm)
4107 ("emacs-request" ,emacs-request)
4108 ("emacs-s" ,emacs-s)))
4109 (home-page "https://org-trello.github.io")
4110 (synopsis "Emacs minor mode for interacting with Trello")
4111 (description "This package provides an Emacs minor mode to extend
4112 @code{org-mode} with Trello abilities. Trello is an online project
4113 organizer.")
4114 (license license:gpl3+)))
4115
4116 (define-public emacs-company-flow
4117 (let ((commit "76ef585c70d2a3206c2eadf24ba61e59124c3a16")
4118 (revision "1"))
4119 (package
4120 (name "emacs-company-flow")
4121 (version (git-version "0.1.0" revision commit))
4122 (source (origin
4123 (method git-fetch)
4124 (uri (git-reference
4125 (url "https://github.com/aaronjensen/company-flow/")
4126 (commit commit)))
4127 (file-name (git-file-name name version))
4128 (sha256
4129 (base32
4130 "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
4131 (build-system emacs-build-system)
4132 (propagated-inputs
4133 `(("emacs-company" ,emacs-company)
4134 ("emacs-dash" ,emacs-dash)))
4135 (home-page "https://github.com/aaronjensen/company-flow/")
4136 (synopsis "Flow backend for @code{company-mode}")
4137 (description
4138 "This package provides completion for JavaScript files utilizing Flow.")
4139 (license license:gpl3+))))
4140
4141 (define-public emacs-atom-one-dark-theme
4142 (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
4143 (revision "0"))
4144 (package
4145 (name "emacs-atom-one-dark-theme")
4146 (version (git-version "0.4.0" revision commit))
4147 (source (origin
4148 (method git-fetch)
4149 (uri (git-reference
4150 (url "https://github.com/jonathanchu/atom-one-dark-theme.git")
4151 (commit commit)))
4152 (sha256
4153 (base32
4154 "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
4155 (file-name (git-file-name name version))))
4156 (build-system emacs-build-system)
4157 (home-page "https://github.com/jonathanchu/atom-one-dark-theme")
4158 (synopsis "Atom One Dark color theme for Emacs")
4159 (description "An Emacs port of the Atom One Dark theme from Atom.io.")
4160 (license license:gpl3+))))
4161
4162 (define-public emacs-zenburn-theme
4163 (package
4164 (name "emacs-zenburn-theme")
4165 (version "2.6")
4166 (source
4167 (origin
4168 (method git-fetch)
4169 (uri (git-reference
4170 (url "https://github.com/bbatsov/zenburn-emacs.git")
4171 (commit (string-append "v" version))))
4172 (file-name (git-file-name name version))
4173 (sha256
4174 (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
4175 (build-system emacs-build-system)
4176 (home-page "https://github.com/bbatsov/zenburn-emacs")
4177 (synopsis "Low contrast color theme for Emacs")
4178 (description
4179 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
4180 It is built on top of the custom theme support in Emacs 24 or later.")
4181 (license license:gpl3+)))
4182
4183 (define-public emacs-moe-theme-el
4184 (let ((commit "6e086d855d6bb446bbd1090742815589a81a915f")
4185 (version "1.0")
4186 (revision "1"))
4187 (package
4188 (name "emacs-moe-theme-el")
4189 (version (git-version version revision commit))
4190 (source
4191 (origin
4192 (method git-fetch)
4193 (uri (git-reference
4194 (url "https://github.com/kuanyui/moe-theme.el")
4195 (commit commit)))
4196 (file-name (git-file-name name version))
4197 (sha256
4198 (base32 "0xj4wfd7h4jqnr193pizm9frf6lmwjr0dsdv2l9mqh9k691z1dnc"))))
4199 (build-system emacs-build-system)
4200 (home-page "https://github.com/kuanyui/moe-theme.el")
4201 (synopsis "Anime-inspired color themes")
4202 (description
4203 "This package provides vibrant color schemes with light and dark
4204 variants.")
4205 (license license:gpl3+))))
4206
4207 (define-public emacs-solarized-theme
4208 (package
4209 (name "emacs-solarized-theme")
4210 (version "1.2.2")
4211 (source (origin
4212 (method url-fetch)
4213 (uri (string-append "https://github.com/bbatsov/solarized-emacs/"
4214 "archive/v" version ".tar.gz"))
4215 (file-name (string-append name "-" version ".tar.gz"))
4216 (sha256
4217 (base32
4218 "1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
4219 (build-system emacs-build-system)
4220 (propagated-inputs
4221 `(("emacs-dash" ,emacs-dash)))
4222 (home-page "https://github.com/bbatsov/solarized-emacs")
4223 (synopsis "Port of the Solarized theme for Emacs")
4224 (description
4225 "Solarized for Emacs is a port of the Solarized theme for Vim. This
4226 package provides a light and a dark variant.")
4227 (license license:gpl3+)))
4228
4229 (define-public emacs-ahungry-theme
4230 (package
4231 (name "emacs-ahungry-theme")
4232 (version "1.10.0")
4233 (source
4234 (origin (method url-fetch)
4235 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
4236 version ".tar"))
4237 (sha256
4238 (base32
4239 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
4240 (build-system emacs-build-system)
4241 (home-page "https://github.com/ahungry/color-theme-ahungry")
4242 (synopsis "Ahungry color theme for Emacs")
4243 (description "Ahungry theme for Emacs provides bright and bold colors.
4244 If you load it from a terminal, you will be able to make use of the
4245 transparent background. If you load it from a GUI, it will default to a
4246 dark background.")
4247 (license license:gpl3+)))
4248
4249 (define-public emacs-gruvbox-theme
4250 (package
4251 (name "emacs-gruvbox-theme")
4252 (version "1.28.0")
4253 (source (origin
4254 (method git-fetch)
4255 (uri (git-reference
4256 (url "https://github.com/greduan/emacs-theme-gruvbox.git")
4257 (commit version)))
4258 (file-name (git-file-name name version))
4259 (sha256
4260 (base32
4261 "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"))))
4262 (build-system emacs-build-system)
4263 (propagated-inputs
4264 `(("emacs-autothemer" ,emacs-autothemer)))
4265 (home-page "https://github.com/greduan/emacs-theme-gruvbox")
4266 (synopsis "Gruvbox is a retro groove color scheme ported from Vim")
4267 (description
4268 "Gruvbox is heavily inspired by badwolf, jellybeans and solarized.
4269
4270 Designed as a bright theme with pastel 'retro groove' colors and light/dark
4271 mode switching in the way of solarized. The main focus when developing gruvbox
4272 is to keep colors easily distinguishable, contrast enough and still pleasant
4273 for the eyes.")
4274 (license license:expat))) ; MIT license
4275
4276 (define-public emacs-2048-game
4277 (package
4278 (name "emacs-2048-game")
4279 (version "20151026.1233")
4280 (source
4281 (origin
4282 (method url-fetch)
4283 (uri (string-append "https://melpa.org/packages/2048-game-"
4284 version ".el"))
4285 (sha256
4286 (base32
4287 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
4288 (build-system emacs-build-system)
4289 (home-page "https://bitbucket.org/zck/2048.el")
4290 (synopsis "Implementation of the game 2048 in Emacs Lisp")
4291 (description
4292 "This program is an implementation of 2048 for Emacs.
4293 The goal of this game is to create a tile with value 2048. The size of the
4294 board and goal value can be customized.")
4295 (license license:gpl3+)))
4296
4297 (define-public emacs-base16-theme
4298 (package
4299 (name "emacs-base16-theme")
4300 (version "2.1")
4301 (source
4302 (origin
4303 (method url-fetch)
4304 (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
4305 version ".tar"))
4306 (sha256
4307 (base32
4308 "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
4309 (build-system emacs-build-system)
4310 (home-page "https://github.com/belak/base16-emacs")
4311 (synopsis "Base16 color themes for Emacs")
4312 (description
4313 "Base16 provides carefully chosen syntax highlighting and a default set
4314 of sixteen colors suitable for a wide range of applications. Base16 is not a
4315 single theme but a set of guidelines with numerous implementations.")
4316 (license license:expat)))
4317
4318 (define-public emacs-solaire-mode
4319 (package
4320 (name "emacs-solaire-mode")
4321 (version "1.0.9")
4322 (source
4323 (origin
4324 (method git-fetch)
4325 (uri (git-reference
4326 (url "https://github.com/hlissner/emacs-solaire-mode.git")
4327 (commit (string-append "v" version))))
4328 (file-name (git-file-name name version))
4329 (sha256
4330 (base32 "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg"))))
4331 (build-system emacs-build-system)
4332 (home-page "https://github.com/hlissner/emacs-solaire-mode")
4333 (synopsis "Change background of file-visiting buffers in Emacs")
4334 (description
4335 "@code{solaire-mode} is inspired by editors which visually distinguish
4336 code-editing windows from sidebars, popups, terminals, ecetera. It changes the
4337 background of file-visiting buffers (and certain aspects of the UI) to make
4338 them easier to distinguish from other, less important buffers.")
4339 (license license:expat)))
4340
4341 (define-public emacs-prescient
4342 (package
4343 (name "emacs-prescient")
4344 (version "3.2")
4345 (source (origin
4346 (method git-fetch)
4347 (uri (git-reference
4348 (url "https://github.com/raxod502/prescient.el/")
4349 (commit (string-append "v" version))))
4350 (file-name (git-file-name name version))
4351 (sha256
4352 (base32
4353 "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"))))
4354 (build-system emacs-build-system)
4355 (propagated-inputs
4356 `(("emacs-company" ,emacs-company)
4357 ("emacs-ivy" ,emacs-ivy)))
4358 (home-page "https://github.com/raxod502/prescient.el/")
4359 (synopsis "Library that sorts and filters lists of candidates")
4360 (description
4361 "This package provides a library for sorting and filtering, as well as
4362 extensions for @code{ivy-mode} and @code{company-mode} that make use of the
4363 library.")
4364 (license license:gpl3+)))
4365
4366 (define-public emacs-smartparens
4367 (package
4368 (name "emacs-smartparens")
4369 (version "1.11.0")
4370 (source
4371 (origin
4372 (method git-fetch)
4373 (uri (git-reference
4374 (url "https://github.com/Fuco1/smartparens.git")
4375 (commit version)))
4376 (file-name (git-file-name name version))
4377 (sha256
4378 (base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
4379 (build-system emacs-build-system)
4380 (propagated-inputs
4381 `(("emacs-dash" ,emacs-dash)
4382 ("emacs-markdown-mode" ,emacs-markdown-mode)))
4383 (home-page "https://github.com/Fuco1/smartparens")
4384 (synopsis "Paredit-like insertion, wrapping and navigation with user
4385 defined pairs")
4386 (description
4387 "Smartparens is a minor mode for Emacs that deals with parens pairs
4388 and tries to be smart about it. It started as a unification effort to
4389 combine functionality of several existing packages in a single,
4390 compatible and extensible way to deal with parentheses, delimiters, tags
4391 and the like. Some of these packages include autopair, textmate,
4392 wrap-region, electric-pair-mode, paredit and others. With the basic
4393 features found in other packages it also brings many improvements as
4394 well as completely new features.")
4395 (license license:gpl3+)))
4396
4397 (define-public emacs-highlight-symbol
4398 ;; We prefer a more recent commit that provides an option to squelch
4399 ;; echo-area alerts that can drown out useful information like eldoc
4400 ;; messages.
4401 (let ((commit "7a789c779648c55b16e43278e51be5898c121b3a")
4402 (version "1.3")
4403 (revision "1"))
4404 (package
4405 (name "emacs-highlight-symbol")
4406 (version (git-version version revision commit))
4407 (source
4408 (origin
4409 (method git-fetch)
4410 (uri (git-reference
4411 (url "https://github.com/nschum/highlight-symbol.el.git")
4412 (commit commit)))
4413 (file-name (git-file-name name version))
4414 (sha256
4415 (base32 "19cgyk0sh8nsmf3jbi92i8qsdx4l4yilfq5jj9zfdbj9p5gvwx96"))))
4416 (build-system emacs-build-system)
4417 (home-page "https://nschum.de/src/emacs/highlight-symbol/")
4418 (synopsis "Automatic and manual symbol highlighting for Emacs")
4419 (description
4420 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
4421 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
4422 the symbol at point highlighted.
4423
4424 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
4425 @code{highlight-symbol-next-in-defun} and
4426 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
4427 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
4428 bindings @code{M-p} and @code{M-p} for navigation. When
4429 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
4430 regardless of @code{highlight-symbol-idle-delay}.
4431
4432 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
4433 (license license:gpl2+))))
4434
4435 (define-public emacs-hl-todo
4436 (package
4437 (name "emacs-hl-todo")
4438 (version "3.0.0")
4439 (source (origin
4440 (method git-fetch)
4441 (uri (git-reference
4442 (url "https://github.com/tarsius/hl-todo")
4443 (commit (string-append "v" version))))
4444 (file-name (git-file-name name version))
4445 (sha256
4446 (base32
4447 "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
4448 (build-system emacs-build-system)
4449 (home-page "https://github.com/tarsius/hl-todo")
4450 (synopsis "Emacs mode to highlight TODO and similar keywords")
4451 (description
4452 "This package provides an Emacs mode to highlight TODO and similar
4453 keywords in comments and strings. This package also provides commands for
4454 moving to the next or previous keyword and to invoke @code{occur} with a
4455 regexp that matches all known keywords.")
4456 (license license:gpl3+)))
4457
4458 (define-public emacs-perspective
4459 (package
4460 (name "emacs-perspective")
4461 (version "2.2")
4462 (source
4463 (origin
4464 (method git-fetch)
4465 (uri (git-reference
4466 (url "https://github.com/nex3/perspective-el.git")
4467 (commit version)))
4468 (file-name (git-file-name name version))
4469 (sha256
4470 (base32
4471 "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
4472 (build-system emacs-build-system)
4473 (home-page "https://github.com/nex3/perspective-el")
4474 (synopsis "Switch between named \"perspectives\"")
4475 (description
4476 "This package provides tagged workspaces in Emacs, similar to workspaces in
4477 windows managers such as Awesome and XMonad. @code{perspective.el} provides
4478 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
4479 perspective is composed of a window configuration and a set of buffers.
4480 Switching to a perspective activates its window configuration, and when in a
4481 perspective only its buffers are available by default.")
4482 ;; This package is released under the same license as Emacs (GPLv3+) or
4483 ;; the Expat license.
4484 (license license:gpl3+)))
4485
4486 (define-public emacs-test-simple
4487 (package
4488 (name "emacs-test-simple")
4489 (version "1.3.0")
4490 (source
4491 (origin
4492 (method url-fetch)
4493 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
4494 version ".el"))
4495 (sha256
4496 (base32
4497 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
4498 (build-system emacs-build-system)
4499 (home-page "https://github.com/rocky/emacs-test-simple")
4500 (synopsis "Simple unit test framework for Emacs Lisp")
4501 (description
4502 "Test Simple is a simple unit test framework for Emacs Lisp. It
4503 alleviates the need for context macros, enclosing specifications or required
4504 test tags. It supports both interactive and non-interactive use.")
4505 (license license:gpl3+)))
4506
4507 (define-public emacs-load-relative
4508 (package
4509 (name "emacs-load-relative")
4510 (version "1.3")
4511 (source
4512 (origin
4513 (method url-fetch)
4514 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
4515 version ".el"))
4516 (sha256
4517 (base32
4518 "1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
4519 (build-system emacs-build-system)
4520 (home-page "http://github.com/rocky/emacs-load-relative")
4521 (synopsis "Emacs Lisp relative file loading related functions")
4522 (description
4523 "Provides functions which facilitate writing multi-file Emacs packages
4524 and running from the source tree without having to \"install\" code or fiddle
4525 with @{load-path}.
4526
4527 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
4528 another (presumably currently running) Emacs Lisp file.")
4529 (license license:gpl3+)))
4530
4531 (define-public emacs-loc-changes
4532 (package
4533 (name "emacs-loc-changes")
4534 (version "1.2")
4535 (source
4536 (origin
4537 (method url-fetch)
4538 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
4539 version ".el"))
4540 (sha256
4541 (base32
4542 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
4543 (build-system emacs-build-system)
4544 (home-page "https://github.com/rocky/emacs-loc-changes")
4545 (synopsis "Keeps track of positions even after buffer changes")
4546 (description
4547 "This Emacs package provides a mean to track important buffer positions
4548 after buffer changes.")
4549 (license license:gpl3+)))
4550
4551 (define-public emacs-realgud
4552 (package
4553 (name "emacs-realgud")
4554 (version "1.5.0")
4555 (source
4556 (origin
4557 (method git-fetch)
4558 (uri (git-reference
4559 (url "https://github.com/realgud/realgud/")
4560 (commit version)))
4561 (sha256
4562 (base32
4563 "0xnick9016wxrgi8v0lycvxhyz8l2k4nfvdpjc5yq476vwrjfzbz"))
4564 (file-name (git-file-name name version))))
4565 (build-system emacs-build-system)
4566 (arguments
4567 `(#:tests? #t
4568 #:phases
4569 (modify-phases %standard-phases
4570 (add-after 'set-emacs-load-path 'fix-autogen-script
4571 (lambda _
4572 (substitute* "autogen.sh"
4573 (("./configure") "sh configure"))))
4574 (add-after 'fix-autogen-script 'autogen
4575 (lambda _
4576 (setenv "CONFIG_SHELL" "sh")
4577 (invoke "sh" "autogen.sh")))
4578 (add-after 'fix-autogen-script 'set-home
4579 (lambda _
4580 (setenv "HOME" (getenv "TMPDIR"))))
4581 (add-before 'patch-el-files 'remove-realgud-pkg.el
4582 (lambda _
4583 ;; FIXME: `patch-el-files' crashes on this file with error:
4584 ;; unable to locate "bashdb".
4585 (delete-file "./test/test-regexp-bashdb.el"))))
4586 #:include (cons* ".*\\.el$" %default-include)))
4587 (native-inputs
4588 `(("autoconf" ,autoconf)
4589 ("automake" ,automake)
4590 ("emacs-test-simple" ,emacs-test-simple)))
4591 (propagated-inputs
4592 `(("emacs-load-relative" ,emacs-load-relative)
4593 ("emacs-loc-changes" ,emacs-loc-changes)))
4594 (home-page "https://github.com/realgud/realgud/")
4595 (synopsis
4596 "Modular front-end for interacting with external debuggers")
4597 (description
4598 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
4599 with external debuggers. It integrates various debuggers such as gdb, pdb,
4600 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
4601 sources. Unlike GUD, it also supports running multiple debug sessions in
4602 parallel.")
4603 (license license:gpl3+)))
4604
4605 (define-public emacs-request
4606 (package
4607 (name "emacs-request")
4608 (version "0.3.1")
4609 (source (origin
4610 (method git-fetch)
4611 (uri (git-reference
4612 (url "https://github.com/tkf/emacs-request.git")
4613 (commit (string-append "v" version))))
4614 (file-name (git-file-name name version))
4615 (sha256
4616 (base32
4617 "0fhhd349l4iqkrjxqzpckfk2w45x2g4cccpm1dqzv9m49md1wphx"))))
4618 (build-system emacs-build-system)
4619 (propagated-inputs
4620 `(("emacs-deferred" ,emacs-deferred)))
4621 (home-page "https://github.com/tkf/emacs-request")
4622 (synopsis "Package for speaking HTTP in Emacs Lisp")
4623 (description "This package provides a HTTP request library with multiple
4624 backends. It supports url.el which is shipped with Emacs and the curl command
4625 line program.")
4626 (license license:gpl3+)))
4627
4628 (define-public emacs-rudel
4629 (package
4630 (name "emacs-rudel")
4631 (version "0.3.1")
4632 (source
4633 (origin
4634 (method url-fetch)
4635 (uri (string-append "http://elpa.gnu.org/packages/rudel-"
4636 version ".tar"))
4637 (sha256
4638 (base32
4639 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
4640 (build-system emacs-build-system)
4641 (home-page "http://rudel.sourceforge.net/")
4642 (synopsis "Collaborative editing framework")
4643 (description
4644 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
4645 is to share buffers with other users in order to edit the contents of those
4646 buffers collaboratively. Rudel supports multiple backends to enable
4647 communication with other collaborative editors using different protocols,
4648 though currently Obby (for use with the Gobby editor) is the only
4649 fully-functional one.")
4650 (license license:gpl3+)))
4651
4652 (define-public emacs-hydra
4653 (package
4654 (name "emacs-hydra")
4655 (version "0.15.0")
4656 (source
4657 (origin
4658 (method git-fetch)
4659 (uri (git-reference
4660 (url "https://github.com/abo-abo/hydra")
4661 (commit version)))
4662 (file-name (git-file-name name version))
4663 (sha256
4664 (base32
4665 "0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy"))))
4666 (build-system emacs-build-system)
4667 (home-page "https://github.com/abo-abo/hydra")
4668 (synopsis "Make Emacs bindings that stick around")
4669 (description
4670 "This package can be used to tie related commands into a family of short
4671 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
4672 the prefixed binding), all the heads can be called in succession with only a
4673 short extension. Any binding that isn't the Hydra's head vanquishes the
4674 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
4675 serve its original purpose, calling the command assigned to it. This makes
4676 the Hydra very seamless; it's like a minor mode that disables itself
4677 automatically.")
4678 (license license:gpl3+)))
4679
4680 (define-public emacs-ivy
4681 (package
4682 (name "emacs-ivy")
4683 (version "0.12.0")
4684 (source
4685 (origin
4686 (method git-fetch)
4687 (uri (git-reference
4688 (url "https://github.com/abo-abo/swiper.git")
4689 (commit version)))
4690 (file-name (git-file-name name version))
4691 (sha256
4692 (base32
4693 "0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"))))
4694 (build-system emacs-build-system)
4695 (arguments
4696 `(#:phases
4697 (modify-phases %standard-phases
4698 (add-after 'install 'install-doc
4699 (lambda* (#:key outputs #:allow-other-keys)
4700 (let* ((out (assoc-ref outputs "out"))
4701 (info (string-append out "/share/info")))
4702 (with-directory-excursion "doc"
4703 (invoke "makeinfo" "ivy.texi")
4704 (install-file "ivy.info" info)
4705 #t)))))))
4706 (propagated-inputs
4707 `(("emacs-hydra" ,emacs-hydra)))
4708 (native-inputs
4709 `(("texinfo" ,texinfo)))
4710 (home-page "http://oremacs.com/swiper/")
4711 (synopsis "Incremental vertical completion for Emacs")
4712 (description
4713 "This package provides @code{ivy-read} as an alternative to
4714 @code{completing-read} and similar functions. No attempt is made to determine
4715 the best candidate. Instead, the user can navigate candidates with
4716 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
4717 splitting the input text by spaces and re-building it into a regular
4718 expression.")
4719 (license license:gpl3+)))
4720
4721 (define-public emacs-ivy-pass
4722 (let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
4723 (revision "1"))
4724 (package
4725 (name "emacs-ivy-pass")
4726 (version (git-version "0.1" revision commit))
4727 (source
4728 (origin
4729 (method git-fetch)
4730 (uri (git-reference
4731 (url "https://github.com/ecraven/ivy-pass.git")
4732 (commit commit)))
4733 (file-name (git-file-name name version))
4734 (sha256
4735 (base32
4736 "18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
4737 (build-system emacs-build-system)
4738 (propagated-inputs
4739 `(("emacs-ivy" ,emacs-ivy)
4740 ("emacs-password-store" ,emacs-password-store)
4741 ("password-store" ,password-store)))
4742 (home-page "https://github.com/ecraven/ivy-pass")
4743 (synopsis "Ivy interface for password store (pass)")
4744 (description "This package provides an Ivy interface for working with
4745 the password store @code{pass}.")
4746 (license license:gpl3))))
4747
4748 (define-public emacs-ivy-yasnippet
4749 (let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
4750 (revision "2"))
4751 (package
4752 (name "emacs-ivy-yasnippet")
4753 (version (git-version "0.1" revision commit))
4754 (source
4755 (origin
4756 (method git-fetch)
4757 (uri (git-reference
4758 (url "https://github.com/mkcms/ivy-yasnippet.git")
4759 (commit commit)))
4760 (file-name (git-file-name name version))
4761 (sha256
4762 (base32
4763 "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
4764 (build-system emacs-build-system)
4765 (propagated-inputs
4766 `(("emacs-ivy" ,emacs-ivy)
4767 ("emacs-yasnippet" ,emacs-yasnippet)
4768 ("emacs-dash" ,emacs-dash)))
4769 (home-page "https://github.com/mkcms/ivy-yasnippet")
4770 (synopsis "Preview @code{yasnippets} with @code{ivy}")
4771 (description "This package allows you to select @code{yasnippet}
4772 snippets using @code{ivy} completion. When current selection changes in the
4773 minibuffer, the snippet contents are temporarily expanded in the buffer. To
4774 use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
4775 @code{yas-minor-mode} first).")
4776 (license license:gpl3+))))
4777
4778 (define-public emacs-ivy-rich
4779 ;; The latest release version has a small mistake that has since been fixed,
4780 ;; so we use a more recent commit.
4781 (let ((commit "f6bfa293c6df0b43cc411876b665816ec3f03d08")
4782 (version "0.1.4")
4783 (revision "1"))
4784 (package
4785 (name "emacs-ivy-rich")
4786 (version (git-version version revision commit))
4787 (source
4788 (origin
4789 (method git-fetch)
4790 (uri (git-reference
4791 (url "https://github.com/Yevgnen/ivy-rich.git")
4792 (commit commit)))
4793 (file-name (git-file-name name version))
4794 (sha256
4795 (base32 "1s8nwwb1z6lkc58g02pi8w99qms948k8d02lw8k8cq47dw87i219"))))
4796 (build-system emacs-build-system)
4797 (propagated-inputs
4798 `(("emacs-ivy" ,emacs-ivy)))
4799 (home-page "https://github.com/Yevgnen/ivy-rich")
4800 (synopsis "More friendly interface for @code{ivy}")
4801 (description
4802 "This package extends @code{ivy} by showing more information in the
4803 minibuffer for each candidate. It adds columns showing buffer modes, file
4804 sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
4805 show icons as well.")
4806 (license license:gpl3+))))
4807
4808 (define-public emacs-avy
4809 (package
4810 (name "emacs-avy")
4811 (version "0.5.0")
4812 (source
4813 (origin
4814 (method git-fetch)
4815 (uri (git-reference
4816 (url "https://github.com/abo-abo/avy.git")
4817 (commit version)))
4818 (file-name (git-file-name name version))
4819 (sha256
4820 (base32 "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"))))
4821 (build-system emacs-build-system)
4822 (home-page "https://github.com/abo-abo/avy")
4823 (synopsis "Tree-based completion for Emacs")
4824 (description
4825 "This package provides a generic completion method based on building a
4826 balanced decision tree with each candidate being a leaf. To traverse the tree
4827 from the root to a desired leaf, typically a sequence of @code{read-key} can
4828 be used.
4829
4830 In order for @code{read-key} to make sense, the tree needs to be visualized
4831 appropriately, with a character at each branch node. So this completion
4832 method works only for things that you can see on your screen, all at once,
4833 such as the positions of characters, words, line beginnings, links, or
4834 windows.")
4835 (license license:gpl3+)))
4836
4837 (define-public emacs-ace-window
4838 (package
4839 (name "emacs-ace-window")
4840 (version "0.9.0")
4841 (source
4842 (origin
4843 (method git-fetch)
4844 (uri (git-reference
4845 (url "https://github.com/abo-abo/ace-window.git")
4846 (commit version)))
4847 (file-name (git-file-name name version))
4848 (sha256
4849 (base32 "07mcdzjmgrqdvjs94f2n5bkrf5vrq2fwzz256wbm3wzqxqkfy1q6"))))
4850 (build-system emacs-build-system)
4851 (propagated-inputs
4852 `(("emacs-avy" ,emacs-avy)))
4853 (home-page "https://github.com/abo-abo/ace-window")
4854 (synopsis "Quickly switch windows in Emacs")
4855 (description
4856 "@code{ace-window} is meant to replace @code{other-window}.
4857 In fact, when there are only two windows present, @code{other-window} is
4858 called. If there are more, each window will have its first character
4859 highlighted. Pressing that character will switch to that window.")
4860 (license license:gpl3+)))
4861
4862 (define-public emacs-iedit
4863 (package
4864 (name "emacs-iedit")
4865 (version "0.9.9.9")
4866 (source
4867 (origin
4868 (method git-fetch)
4869 (uri (git-reference
4870 (url "https://github.com/victorhge/iedit.git")
4871 (commit (string-append "v" version))))
4872 (file-name (git-file-name name version))
4873 (sha256
4874 (base32 "1pwkrm98vlpzsy5iwwfksdaz3zzyi7bvdf5fglhsn4ssf47p787g"))))
4875 (build-system emacs-build-system)
4876 (home-page "http://www.emacswiki.org/emacs/Iedit")
4877 (synopsis "Edit multiple regions in the same way simultaneously")
4878 (description
4879 "This package is an Emacs minor mode and allows you to edit one
4880 occurrence of some text in a buffer (possibly narrowed) or region, and
4881 simultaneously have other occurrences edited in the same way.
4882
4883 You can also use Iedit mode as a quick way to temporarily show only the buffer
4884 lines that match the current text being edited. This gives you the effect of
4885 a temporary @code{keep-lines} or @code{occur}.")
4886 (license license:gpl3+)))
4887
4888 (define-public emacs-zoutline
4889 (package
4890 (name "emacs-zoutline")
4891 (version "0.2.0")
4892 (source
4893 (origin
4894 (method git-fetch)
4895 (uri (git-reference
4896 (url "https://github.com/abo-abo/zoutline")
4897 (commit version)))
4898 (sha256
4899 (base32
4900 "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx"))
4901 (file-name (git-file-name name version))))
4902 (build-system emacs-build-system)
4903 (home-page "https://github.com/abo-abo/zoutline")
4904 (synopsis "Simple outline library")
4905 (description
4906 "This library provides helpers for outlines. Outlines allow users to
4907 navigate code in a tree-like fashion.")
4908 (license license:gpl3+)))
4909
4910 (define-public emacs-lispy
4911 (package
4912 (name "emacs-lispy")
4913 (version "0.27.0")
4914 (home-page "https://github.com/abo-abo/lispy")
4915 (source (origin
4916 (method git-fetch)
4917 (uri (git-reference
4918 (url "https://github.com/abo-abo/lispy")
4919 (commit version)))
4920 (sha256
4921 (base32
4922 "1cm7f4pyl73f3vhkb7ah6bbbrj2sa7n0p31g09k7dy4zgx04bgw6"))
4923 (file-name (git-file-name name version))))
4924 (build-system emacs-build-system)
4925 (propagated-inputs
4926 `(("emacs-ace-window" ,emacs-ace-window)
4927 ("emacs-iedit" ,emacs-iedit)
4928 ("emacs-ivy" ,emacs-ivy)
4929 ("emacs-hydra" ,emacs-hydra)
4930 ("emacs-zoutline" ,emacs-zoutline)))
4931 (synopsis "Modal S-expression editing")
4932 (description
4933 "Due to the structure of Lisp syntax it's very rare for the programmer
4934 to want to insert characters right before \"(\" or right after \")\". Thus
4935 unprefixed printable characters can be used to call commands when the point is
4936 at one of these special locations. Lispy provides unprefixed keybindings for
4937 S-expression editing when point is at the beginning or end of an
4938 S-expression.")
4939 (license license:gpl3+)))
4940
4941 (define-public emacs-lispyville
4942 (let ((commit "d28b937f0cabd8ce61e2020fe9a733ca80d82c74")
4943 (revision "1"))
4944 (package
4945 (name "emacs-lispyville")
4946 (version (git-version "0.1" revision commit))
4947 (home-page "https://github.com/noctuid/lispyville")
4948 (source (origin
4949 (method git-fetch)
4950 (uri (git-reference (url home-page) (commit commit)))
4951 (sha256
4952 (base32
4953 "0f6srwj1qqkfkbmp5n5pjvi6gm7b7xav05p5hrs2i83rjrakzzqx"))
4954 (file-name (git-file-name name version))))
4955 (propagated-inputs
4956 `(("emacs-evil" ,emacs-evil)
4957 ("emacs-lispy" ,emacs-lispy)))
4958 (build-system emacs-build-system)
4959 (synopsis "Minor mode for integrating Evil with lispy")
4960 (description
4961 "LispyVille's main purpose is to provide a Lisp editing environment
4962 suited towards Evil users. It can serve as a minimal layer on top of lispy
4963 for better integration with Evil, but it does not require the use of lispy’s
4964 keybinding style. The provided commands allow for editing Lisp in normal
4965 state and will work even without lispy being enabled.")
4966 (license license:gpl3+))))
4967
4968 (define-public emacs-lpy
4969 (let ((commit "553d28f7b6523ae5d44d34852ab770b871b0b0ad")
4970 (version "0.1.0")
4971 (revision "1"))
4972 (package
4973 (name "emacs-lpy")
4974 (version (git-version version revision commit))
4975 (source
4976 (origin
4977 (method git-fetch)
4978 (uri (git-reference
4979 (url "https://github.com/abo-abo/lpy")
4980 (commit commit)))
4981 (sha256
4982 (base32
4983 "0kl9b3gga18cwv5cq4db8i6b7waj6mp3h2l7qjnp7wq6dpvwhn0i"))
4984 (file-name (git-file-name name version))))
4985 (propagated-inputs
4986 `(("emacs-zoutline" ,emacs-zoutline)
4987 ("emacs-lispy" ,emacs-lispy)))
4988 (build-system emacs-build-system)
4989 (home-page "https://github.com/abo-abo/lpy")
4990 (synopsis "Modal editing for Python")
4991 (description
4992 "This package provides a minor mode for Python that binds useful
4993 commands to unprefixed keys, such as @code{j} or @code{e}, under certain
4994 circumstances, and leaves the keys untouched outside of those situations,
4995 allowing unprefixed keys to insert their respective characters as expected.")
4996 (license license:gpl3+))))
4997
4998 (define-public emacs-clojure-mode
4999 (package
5000 (name "emacs-clojure-mode")
5001 (version "5.6.1")
5002 (source
5003 (origin
5004 (method git-fetch)
5005 (uri (git-reference
5006 (url "https://github.com/clojure-emacs/clojure-mode.git")
5007 (commit version)))
5008 (file-name (git-file-name name version))
5009 (sha256
5010 (base32 "1qadymqzs5fn1sb347xzfw8lqq6s85vvkh4kzm35m61g5i2lm86y"))))
5011 (build-system emacs-build-system)
5012 (native-inputs
5013 `(("emacs-dash" ,emacs-dash)
5014 ("emacs-s" ,emacs-s)
5015 ("ert-runner" ,emacs-ert-runner)))
5016 (arguments
5017 `(#:tests? #t
5018 #:test-command '("ert-runner")))
5019 (home-page "https://github.com/clojure-emacs/clojure-mode")
5020 (synopsis "Major mode for Clojure code")
5021 (description
5022 "This Emacs package provides font-lock, indentation, navigation and basic
5023 refactoring for the @uref{http://clojure.org, Clojure programming language}.
5024 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
5025 (license license:gpl3+)))
5026
5027 (define-public emacs-epl
5028 (package
5029 (name "emacs-epl")
5030 (version "0.8")
5031 (source
5032 (origin
5033 (method git-fetch)
5034 (uri (git-reference
5035 (url "https://github.com/cask/epl.git")
5036 (commit version)))
5037 (file-name (git-file-name name version))
5038 (sha256
5039 (base32 "0sjxd5y5hxhrbgfkpwx6m724r3841b53hgc61a0g5zwispw5pmrr"))))
5040 (build-system emacs-build-system)
5041 (home-page "https://github.com/cask/epl")
5042 (synopsis "Emacs Package Library")
5043 (description
5044 "A package management library for Emacs, based on @code{package.el}.
5045
5046 The purpose of this library is to wrap all the quirks and hassle of
5047 @code{package.el} into a sane API.")
5048 (license license:gpl3+)))
5049
5050 (define-public emacs-counsel-projectile
5051 (package
5052 (name "emacs-counsel-projectile")
5053 (version "0.3.0")
5054 (source (origin
5055 (method git-fetch)
5056 (uri (git-reference
5057 (url "https://github.com/ericdanan/counsel-projectile")
5058 (commit version)))
5059 (file-name (git-file-name name version))
5060 (sha256
5061 (base32
5062 "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
5063 (build-system emacs-build-system)
5064 (propagated-inputs
5065 `(("emacs-ivy" ,emacs-ivy)
5066 ("emacs-projectile" ,emacs-projectile)))
5067 (home-page "https://github.com/ericdanan/counsel-projectile")
5068 (synopsis "Enhance Projectile with Ivy")
5069 (description
5070 "This package uses Ivy to provide additional actions for Projectile
5071 commands and replacements for existing functions.")
5072 (license license:gpl3+)))
5073
5074 (define-public emacs-queue
5075 (package
5076 (name "emacs-queue")
5077 (version "0.2")
5078 (source (origin
5079 (method url-fetch)
5080 (uri (string-append "https://elpa.gnu.org/packages/queue-"
5081 version ".el"))
5082 (sha256
5083 (base32
5084 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
5085 (build-system emacs-build-system)
5086 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
5087 (synopsis "Queue data structure for Emacs")
5088 (description
5089 "This Emacs library provides queue data structure. These queues can be
5090 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
5091 stack, i.e. elements can be added to the front or back of the queue, and can
5092 be removed from the front. This type of data structure is sometimes called an
5093 \"output-restricted deque\".")
5094 (license license:gpl3+)))
5095
5096 (define-public emacs-pkg-info
5097 (package
5098 (name "emacs-pkg-info")
5099 (version "0.6")
5100 (source
5101 (origin
5102 (method git-fetch)
5103 (uri (git-reference
5104 (url "https://github.com/lunaryorn/pkg-info.el.git")
5105 (commit version)))
5106 (file-name (git-file-name name version))
5107 (sha256
5108 (base32 "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"))))
5109 (build-system emacs-build-system)
5110 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
5111 (home-page "https://github.com/lunaryorn/pkg-info.el")
5112 (synopsis "Information about Emacs packages")
5113 (description
5114 "This library extracts information from the installed Emacs packages.")
5115 (license license:gpl3+)))
5116
5117 (define-public emacs-spinner
5118 (package
5119 (name "emacs-spinner")
5120 (version "1.7.3")
5121 (source (origin
5122 (method url-fetch)
5123 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
5124 version ".el"))
5125 (sha256
5126 (base32
5127 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
5128 (build-system emacs-build-system)
5129 (home-page "https://github.com/Malabarba/spinner.el")
5130 (synopsis "Emacs mode-line spinner for operations in progress")
5131 (description
5132 "This Emacs package adds spinners and progress-bars to the mode-line for
5133 ongoing operations.")
5134 (license license:gpl3+)))
5135
5136 (define-public emacs-sparql-mode
5137 (package
5138 (name "emacs-sparql-mode")
5139 (version "2.0.1")
5140 (source
5141 (origin
5142 (method git-fetch)
5143 (uri (git-reference
5144 (url "https://github.com/ljos/sparql-mode.git")
5145 (commit (string-append "v" version))))
5146 (file-name (git-file-name name version))
5147 (sha256
5148 (base32 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
5149 (build-system emacs-build-system)
5150 (home-page "https://github.com/ljos/sparql-mode")
5151 (synopsis "SPARQL mode for Emacs")
5152 (description "This package provides a major mode for Emacs that provides
5153 syntax highlighting for SPARQL. It also provides a way to execute queries
5154 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
5155 possible to query other endpoints like DBPedia.")
5156 (license license:gpl3+)))
5157
5158 (define-public emacs-better-defaults
5159 (package
5160 (name "emacs-better-defaults")
5161 (version "0.1.3")
5162 (source
5163 (origin
5164 (method url-fetch)
5165 (uri (string-append "https://github.com/technomancy/better-defaults"
5166 "/archive/" version ".tar.gz"))
5167 (file-name (string-append name "-" version ".tar.gz"))
5168 (sha256
5169 (base32
5170 "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
5171 (build-system emacs-build-system)
5172 (home-page "https://github.com/technomancy/better-defaults")
5173 (synopsis "Better defaults for Emacs")
5174 (description
5175 "Better defaults attempts to address the most obvious deficiencies of the
5176 Emacs default configuration in uncontroversial ways that nearly everyone can
5177 agree upon.")
5178 (license license:gpl3+)))
5179
5180 (define-public emacs-undohist-el
5181 (let ((commit "d2239a5f736724ceb9e3b6bcaa86f4064805cda0")
5182 (revision "1"))
5183 (package
5184 (name "emacs-undohist-el")
5185 (version (git-version "0" revision commit))
5186 (source
5187 (origin
5188 (method git-fetch)
5189 (uri (git-reference
5190 (url "https://github.com/m2ym/undohist-el")
5191 (commit commit)))
5192 (file-name (git-file-name name version))
5193 (sha256
5194 (base32
5195 "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))
5196 (patches
5197 (search-patches "emacs-undohist-ignored.patch"))))
5198 (build-system emacs-build-system)
5199 (home-page "https://github.com/m2ym/undohist-el")
5200 (synopsis "Save undo history between sessions")
5201 (description "This package allows persistent use of undo history for
5202 individual file buffers.")
5203 (license license:gpl3+))))
5204
5205 (define-public emacs-eprime
5206 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
5207 (package
5208 (name "emacs-eprime")
5209 (version (string-append "20140513-" (string-take commit 7)))
5210 (source (origin
5211 (method url-fetch)
5212 (uri (string-append "https://raw.githubusercontent.com"
5213 "/AndrewHynes/eprime-mode/"
5214 commit "/eprime-mode.el"))
5215 (file-name (string-append "eprime-" version ".el"))
5216 (sha256
5217 (base32
5218 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
5219 (build-system emacs-build-system)
5220 (home-page "https://github.com/AndrewHynes/eprime-mode")
5221 (synopsis "E-prime checking mode for Emacs")
5222 (description "This package provides an E-prime checking mode for Emacs
5223 that highlights non-conforming text. The subset of the English language called
5224 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
5225 (license license:gpl3+))))
5226
5227 (define-public emacs-julia-mode
5228 ;; XXX: Upstream version remained stuck at 0.3. See
5229 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
5230 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
5231 (revision "1"))
5232 (package
5233 (name "emacs-julia-mode")
5234 (version (string-append "0.3-" revision "." (string-take commit 8)))
5235 (source
5236 (origin
5237 (method git-fetch)
5238 (uri (git-reference
5239 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
5240 (commit commit)))
5241 (file-name (git-file-name name version))
5242 (sha256
5243 (base32
5244 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
5245 (build-system emacs-build-system)
5246 (arguments
5247 `(#:tests? #t
5248 #:test-command '("emacs" "--batch"
5249 "-l" "julia-mode-tests.el"
5250 "-f" "ert-run-tests-batch-and-exit")))
5251 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
5252 (synopsis "Major mode for Julia")
5253 (description "This Emacs package provides a mode for the Julia
5254 programming language.")
5255 (license license:expat))))
5256
5257 (define-public emacs-smex
5258 (package
5259 (name "emacs-smex")
5260 (version "3.0")
5261 (source (origin
5262 (method url-fetch)
5263 (uri (string-append "https://raw.githubusercontent.com"
5264 "/nonsequitur/smex/" version "/smex.el"))
5265 (file-name (string-append "smex-" version ".el"))
5266 (sha256
5267 (base32
5268 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
5269 (build-system emacs-build-system)
5270 (home-page "https://github.com/nonsequitur/smex/")
5271 (synopsis "M-x interface with Ido-style fuzzy matching")
5272 (description
5273 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
5274 convenient interface to your recently and most frequently used commands. And
5275 to all the other commands, too.")
5276 (license license:gpl3+)))
5277
5278 (define-public emacs-js2-mode
5279 (package
5280 (name "emacs-js2-mode")
5281 (version "20190219")
5282 (source
5283 (origin
5284 (method git-fetch)
5285 (uri (git-reference
5286 (url "https://github.com/mooz/js2-mode.git")
5287 (commit version)))
5288 (file-name (git-file-name name version))
5289 (sha256
5290 (base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
5291 (build-system emacs-build-system)
5292 (home-page "https://github.com/mooz/js2-mode/")
5293 (synopsis "Improved JavaScript editing mode for Emacs")
5294 (description
5295 "Js2-mode provides a JavaScript major mode for Emacs that is more
5296 advanced than the built-in javascript-mode. Features include accurate syntax
5297 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
5298 errors and strict-mode warnings, smart line-wrapping within comments and
5299 strings, and code folding.")
5300 (license license:gpl3+)))
5301
5302 (define-public emacs-nodejs-repl
5303 (package
5304 (name "emacs-nodejs-repl")
5305 (version "0.2.2")
5306 (source (origin
5307 (method git-fetch)
5308 (uri (git-reference
5309 (url "https://github.com/abicky/nodejs-repl.el")
5310 (commit version)))
5311 (file-name (git-file-name name version))
5312 (sha256
5313 (base32
5314 "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"))))
5315 (build-system emacs-build-system)
5316 (home-page "https://github.com/abicky/nodejs-repl.el")
5317 (synopsis "Node.js REPL inside Emacs")
5318 (description
5319 "This program is derived from comint-mode and provides the following
5320 features:
5321
5322 @itemize
5323 @item TAB completion same as Node.js REPL
5324 @item file name completion in string
5325 @item incremental history search
5326 @end itemize")
5327 (license license:gpl3+)))
5328
5329 (define-public emacs-typescript-mode
5330 (package
5331 (name "emacs-typescript-mode")
5332 (version "0.3")
5333 (source (origin
5334 (method git-fetch)
5335 (uri (git-reference
5336 (url "https://github.com/ananthakumaran/typescript.el")
5337 (commit (string-append "v" version))))
5338 (file-name (git-file-name name version))
5339 (sha256
5340 (base32
5341 "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh"))))
5342 (build-system emacs-build-system)
5343 (home-page "https://github.com/ananthakumaran/typescript.el")
5344 (synopsis "Emacs major mode for editing Typescript code")
5345 (description
5346 "This is based on Karl Landstrom's barebones @code{typescript-mode}.
5347 This is much more robust and works with @code{cc-mode}'s comment
5348 filling (mostly). The modifications to the original @code{javascript.el} mode
5349 mainly consisted in replacing \"javascript\" with \"typescript\"
5350
5351 The main features of this Typescript mode are syntactic highlighting (enabled
5352 with @code{font-lock-mode} or @code{global-font-lock-mode}), automatic
5353 indentation and filling of comments and C preprocessor fontification.")
5354 (license license:gpl3+)))
5355
5356 (define-public emacs-tide
5357 (package
5358 (name "emacs-tide")
5359 (version "3.2.3")
5360 (source (origin
5361 (method git-fetch)
5362 (uri (git-reference
5363 (url "https://github.com/ananthakumaran/tide")
5364 (commit (string-append "v" version))))
5365 (file-name (git-file-name name version))
5366 (sha256
5367 (base32
5368 "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"))))
5369 (build-system emacs-build-system)
5370 (propagated-inputs
5371 `(("emacs-dash" ,emacs-dash)
5372 ("emacs-s" ,emacs-s)
5373 ("emacs-flycheck" ,emacs-flycheck)
5374 ("emacs-typescript-mode" ,emacs-typescript-mode)))
5375 (home-page "https://github.com/ananthakumaran/tide")
5376 (synopsis "Typescript IDE for Emacs")
5377 (description
5378 "Tide is an Interactive Development Environment (IDE) for Emacs which
5379 provides the following features:
5380
5381 @itemize
5382 @item ElDoc
5383 @item Auto complete
5384 @item Flycheck
5385 @item Jump to definition, Jump to type definition
5386 @item Find occurrences
5387 @item Rename symbol
5388 @item Imenu
5389 @item Compile On Save
5390 @item Highlight Identifiers
5391 @item Code Fixes
5392 @item Code Refactor
5393 @item Organize Imports
5394 @end itemize")
5395 (license license:gpl3+)))
5396
5397 (define-public emacs-markdown-mode
5398 (package
5399 (name "emacs-markdown-mode")
5400 (version "2.3")
5401 (source (origin
5402 (method url-fetch)
5403 (uri (string-append "https://raw.githubusercontent.com/jrblevin"
5404 "/markdown-mode/v" version
5405 "/markdown-mode.el"))
5406 (file-name (string-append "markdown-mode-" version ".el"))
5407 (sha256
5408 (base32
5409 "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
5410 (build-system emacs-build-system)
5411 (home-page "http://jblevins.org/projects/markdown-mode/")
5412 (synopsis "Emacs Major mode for Markdown files")
5413 (description
5414 "Markdown-mode is a major mode for editing Markdown-formatted text files
5415 in Emacs.")
5416 (license license:gpl3+)))
5417
5418 (define-public emacs-edit-indirect
5419 (package
5420 (name "emacs-edit-indirect")
5421 (version "0.1.5")
5422 (source
5423 (origin
5424 (method git-fetch)
5425 (uri (git-reference
5426 (url "https://github.com/Fanael/edit-indirect")
5427 (commit version)))
5428 (file-name (git-file-name name version))
5429 (sha256
5430 (base32
5431 "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
5432 (build-system emacs-build-system)
5433 (home-page "https://github.com/Fanael/edit-indirect")
5434 (synopsis "Edit regions in separate buffers")
5435 (description "This package allows you to edit regions in separate buffers,
5436 like @code{org-edit-src-code} but for arbitrary regions.")
5437 (license license:gpl3+)))
5438
5439 (define-public emacs-projectile
5440 (package
5441 (name "emacs-projectile")
5442 (version "2.0.0")
5443 (source (origin
5444 (method url-fetch)
5445 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
5446 "/projectile/v" version "/projectile.el"))
5447 (file-name (string-append "projectile-" version ".el"))
5448 (sha256
5449 (base32
5450 "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
5451 (build-system emacs-build-system)
5452 (propagated-inputs
5453 `(("emacs-dash" ,emacs-dash)
5454 ("emacs-pkg-info" ,emacs-pkg-info)))
5455 (home-page "https://github.com/bbatsov/projectile")
5456 (synopsis "Manage and navigate projects in Emacs easily")
5457 (description
5458 "This library provides easy project management and navigation. The
5459 concept of a project is pretty basic - just a folder containing special file.
5460 Currently git, mercurial and bazaar repos are considered projects by default.
5461 If you want to mark a folder manually as a project just create an empty
5462 .projectile file in it.")
5463 (license license:gpl3+)))
5464
5465 (define-public emacs-elfeed
5466 (package
5467 (name "emacs-elfeed")
5468 (version "3.1.0")
5469 (source
5470 (origin
5471 (method git-fetch)
5472 (uri (git-reference
5473 (url "https://github.com/skeeto/elfeed.git")
5474 (commit version)))
5475 (file-name (git-file-name name version))
5476 (sha256
5477 (base32 "1bzpl6lc7kq9bph4bfz1fn19207blrnhjr2g7yinhn0nnnjmxi8i"))))
5478 (build-system emacs-build-system)
5479 (arguments
5480 `(#:tests? #t
5481 #:test-command '("make" "test")))
5482 (home-page "https://github.com/skeeto/elfeed")
5483 (synopsis "Atom/RSS feed reader for Emacs")
5484 (description
5485 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
5486 and RSS, with a user interface inspired by notmuch.")
5487 (license license:gpl3+)))
5488
5489 (define-public emacs-elfeed-org
5490 (let ((commit "77b6bbf222487809813de260447d31c4c59902c9"))
5491 (package
5492 (name "emacs-elfeed-org")
5493 (version (git-version "0.1" "1" commit))
5494 (source
5495 (origin
5496 (method git-fetch)
5497 (uri (git-reference
5498 (url "https://github.com/remyhonig/elfeed-org.git")
5499 (commit commit)))
5500 (file-name (git-file-name name version))
5501 (sha256
5502 (base32 "0a2ibka82xq1dhy2z7rd2y9zhcj8rna8357881yz49wf55ccgm53"))))
5503 (build-system emacs-build-system)
5504 (propagated-inputs
5505 `(("emacs-elfeed" ,emacs-elfeed)
5506 ("emacs-org" ,emacs-org)
5507 ("emacs-dash" ,emacs-dash)
5508 ("emacs-s" ,emacs-s)))
5509 (native-inputs
5510 `(("ert-runner" ,emacs-ert-runner)
5511 ("emacs-xtest" ,emacs-xtest)))
5512 (arguments
5513 `(#:tests? #t
5514 #:test-command '("ert-runner" "-L" "org-mode/lisp")
5515 #:phases
5516 (modify-phases %standard-phases
5517 (add-before 'check 'chmod
5518 (lambda _
5519 (chmod "test/fixture-mark-feed-ignore.org" #o644)
5520 #t)))))
5521 (home-page "https://github.com/remyhonig/elfeed-org")
5522 (synopsis "Configure Elfeed with an Org-mode file")
5523 (description
5524 "@code{elfeed-org} lets you manage your Elfeed subscriptions
5525 in Org-mode. Maintaining tags for all RSS feeds is cumbersome using
5526 the regular flat list, where there is no hierarchy and tag names are
5527 duplicated a lot. Org-mode makes the book keeping of tags and feeds
5528 much easier.")
5529 (license license:gpl3+))))
5530
5531 (define-public emacs-el-x
5532 (package
5533 (name "emacs-el-x")
5534 (version "0.3.1")
5535 (source (origin
5536 (method git-fetch)
5537 (uri (git-reference
5538 (url "https://github.com/sigma/el-x.git")
5539 (commit (string-append "v" version))))
5540 (file-name (git-file-name name version))
5541 (sha256
5542 (base32
5543 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
5544 (build-system emacs-build-system)
5545 (arguments
5546 `(#:phases
5547 (modify-phases %standard-phases
5548 ;; Move the source files to the top level, which is included in
5549 ;; the EMACSLOADPATH.
5550 (add-after 'unpack 'move-source-files
5551 (lambda _
5552 (let ((el-files (find-files "./lisp" ".*\\.el$")))
5553 (for-each (lambda (f)
5554 (rename-file f (basename f)))
5555 el-files))
5556 #t)))))
5557 (home-page "https://github.com/sigma/el-x")
5558 (synopsis "Emacs Lisp extensions")
5559 (description "command@{emacs-el-x} defines the @code{dflet} macro to
5560 provide the historic behavior of @code{flet}, as well as
5561 @code{declare-function} stub for older Emacs.")
5562 (license license:gpl2+)))
5563
5564 (define-public emacs-mocker
5565 (package
5566 (name "emacs-mocker")
5567 (version "0.3.1")
5568 (source (origin
5569 (method git-fetch)
5570 (uri (git-reference
5571 (url "https://github.com/sigma/mocker.el.git")
5572 (commit (string-append "v" version))))
5573 (file-name (git-file-name name version))
5574 (sha256
5575 (base32
5576 "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
5577 (build-system emacs-build-system)
5578 (arguments
5579 `(#:tests? #t
5580 #:test-command '("ert-runner")))
5581 (native-inputs
5582 `(("ert-runner" ,emacs-ert-runner)))
5583 (propagated-inputs
5584 `(("emacs-el-x" ,emacs-el-x)))
5585 (home-page "https://github.com/sigma/mocker.el")
5586 (synopsis "Mocking framework for Emacs Lisp")
5587 (description "Mocker.el is a framework for writing tests in Emacs Lisp.
5588 It uses regular Lisp rather than a domain specific language (DSL), which
5589 maximizes flexibility (at the expense of conciseness).")
5590 (license license:gpl2+)))
5591
5592 (define-public emacs-find-file-in-project
5593 (package
5594 (name "emacs-find-file-in-project")
5595 (version "5.4.7")
5596 (source (origin
5597 (method git-fetch)
5598 (uri (git-reference
5599 (url "https://github.com/technomancy/find-file-in-project.git")
5600 (commit version)))
5601 (file-name (git-file-name name version))
5602 (sha256
5603 (base32
5604 "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
5605 (build-system emacs-build-system)
5606 (arguments
5607 `(#:phases
5608 (modify-phases %standard-phases
5609 (add-before 'check 'set-shell
5610 ;; Otherwise Emacs shell-file-name is set to "/bin/sh", which doesn't
5611 ;; work.
5612 (lambda _
5613 (setenv "SHELL" (which "sh"))
5614 #t)))
5615 #:tests? #t
5616 #:test-command '("./tests/test.sh")))
5617 (home-page "https://github.com/technomancy/find-file-in-project")
5618 (synopsis "File/directory finder for Emacs")
5619 (description "@code{find-file-in-project} allows to find files or
5620 directories quickly in the current project. The project root is detected
5621 automatically when Git, Subversion or Mercurial are used. It also provides
5622 functions to assist in reviewing changes on files.")
5623 (license license:gpl3+)))
5624
5625 (define-public emacs-pyvenv
5626 (package
5627 (name "emacs-pyvenv")
5628 (version "1.20")
5629 (source (origin
5630 (method git-fetch)
5631 (uri (git-reference
5632 (url "https://github.com/jorgenschaefer/pyvenv.git")
5633 (commit (string-append "v" version))))
5634 (file-name (git-file-name name version))
5635 (sha256
5636 (base32
5637 "1x052fsavb94x3scpqd6n9spqgzaahzbdxhg4qa5sy6hqsabn6zh"))))
5638 (build-system emacs-build-system)
5639 (arguments
5640 `(#:phases
5641 (modify-phases %standard-phases
5642 ;; This phase incorrectly attempts to substitute "activate" and fails
5643 ;; doing so.
5644 (delete 'patch-el-files))
5645 #:tests? #t
5646 #:test-command '("ert-runner")))
5647 (native-inputs
5648 `(("ert-runner" ,emacs-ert-runner)
5649 ("emacs-mocker" ,emacs-mocker)))
5650 (home-page "https://github.com/jorgenschaefer/pyvenv")
5651 (synopsis "Python virtual environment interface for Emacs")
5652 (description "pyvenv.el is a minor mode to support using Python virtual
5653 environments (virtualenv) inside Emacs.")
5654 (license license:gpl3+)))
5655
5656 (define-public emacs-highlight-indentation
5657 ;; Last release version is from 2015.
5658 (let ((commit "d03803f2c06749c430443a3d24e039cbafc9c58f")
5659 (revision "1"))
5660 (package
5661 (name "emacs-highlight-indentation")
5662 (version (git-version "0.7.0" revision commit))
5663 (source
5664 (origin
5665 (method git-fetch)
5666 (uri (git-reference
5667 (url "https://github.com/antonj/Highlight-Indentation-for-Emacs.git")
5668 (commit commit)))
5669 (file-name (git-file-name name version))
5670 (sha256
5671 (base32
5672 "1jq0gf4kcx9hvrw40rnw5c2qynjpjw1vsjbi2i4lqjbsnfnxn4wz"))))
5673 (build-system emacs-build-system)
5674 (home-page "https://github.com/antonj/Highlight-Indentation-for-Emacs/")
5675 (synopsis "Highlighting indentation for Emacs")
5676 (description "This package provides two minor modes to highlight
5677 indentation guides in Emacs:
5678
5679 @enumerate
5680 @item @code{highlight-indentation-mode}, which displays guidelines
5681 indentation (space indentation only).
5682 @item @code{highlight-indentation-current-column-mode}, which displays
5683 guidelines for the current-point indentation (space indentation only).
5684 @end enumerate")
5685 (license license:gpl2+))))
5686
5687 (define-public emacs-elpy
5688 (package
5689 (name "emacs-elpy")
5690 (version "1.28.0")
5691 (source (origin
5692 (method git-fetch)
5693 (uri (git-reference
5694 (url "https://github.com/jorgenschaefer/elpy.git")
5695 (commit version)))
5696 (file-name (git-file-name name version))
5697 (sha256
5698 (base32
5699 "073bwxwjzcbmvpcz9q2xjwzx9x7hkvjni6fwvikh6yawzjp56jis"))))
5700 (build-system emacs-build-system)
5701 (arguments
5702 `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
5703 #:phases
5704 ;; TODO: Make `elpy-config' display Guix commands :)
5705 (modify-phases %standard-phases
5706 ;; One elpy test depends on being run inside a Python virtual
5707 ;; environment to pass. We have nothing to gain from doing so here,
5708 ;; so we just trick Elpy into thinking we are (see:
5709 ;; https://github.com/jorgenschaefer/elpy/pull/1293).
5710 (add-before 'check 'fake-virtualenv
5711 (lambda _
5712 (setenv "VIRTUAL_ENV" "/tmp")
5713 #t))
5714 (add-before 'check 'build-doc
5715 (lambda _
5716 (with-directory-excursion "docs"
5717 (invoke "make" "info" "man"))
5718 ;; Move .info file at the root so that it can installed by the
5719 ;; 'move-doc phase.
5720 (rename-file "docs/_build/texinfo/Elpy.info" "Elpy.info")
5721 #t))
5722 (add-after 'build-doc 'install-manpage
5723 (lambda* (#:key outputs #:allow-other-keys)
5724 (let* ((out (assoc-ref outputs "out"))
5725 (man1 (string-append out "/share/man/man1")))
5726 (mkdir-p man1)
5727 (copy-file "docs/_build/man/elpy.1"
5728 (string-append man1 "/elpy.1")))
5729 #t)))
5730 #:tests? #t
5731 #:test-command '("ert-runner")))
5732 (propagated-inputs
5733 `(("emacs-company" ,emacs-company)
5734 ("emacs-find-file-in-project" ,emacs-find-file-in-project)
5735 ("emacs-highlight-indentation" ,emacs-highlight-indentation)
5736 ("emacs-yasnippet" ,emacs-yasnippet)
5737 ("pyvenv" ,emacs-pyvenv)
5738 ("s" ,emacs-s)))
5739 (native-inputs
5740 `(("ert-runner" ,emacs-ert-runner)
5741 ("emacs-f" ,emacs-f)
5742 ("python" ,python-wrapper)
5743 ("python-autopep8" ,python-autopep8)
5744 ("python-black" ,python-black)
5745 ("python-flake8" ,python-flake8)
5746 ("python-jedi" ,python-jedi)
5747 ("python-yapf" ,python-yapf)
5748 ;; For documentation.
5749 ("python-sphinx" ,python-sphinx)
5750 ("texinfo" ,texinfo)))
5751 (home-page "https://github.com/jorgenschaefer/elpy")
5752 (synopsis "Python development environment for Emacs")
5753 (description "Elpy brings powerful Python editing to Emacs. It combines
5754 and configures a number of other packages written in Emacs Lisp as well as
5755 Python, together offering features such as navigation, documentation,
5756 completion, interactive development and more.")
5757 (license license:gpl3+)))
5758
5759 (define-public emacs-rainbow-delimiters
5760 (package
5761 (name "emacs-rainbow-delimiters")
5762 (version "2.1.3")
5763 (source (origin
5764 (method url-fetch)
5765 (uri (string-append "https://raw.githubusercontent.com/Fanael"
5766 "/rainbow-delimiters/" version
5767 "/rainbow-delimiters.el"))
5768 (file-name (string-append "rainbow-delimiters-" version ".el"))
5769 (sha256
5770 (base32
5771 "1b3kampwsjabhcqdp0khgff13wc5jqhy3rbvaa12vnv7qy22l9ck"))))
5772 (build-system emacs-build-system)
5773 (home-page "https://github.com/Fanael/rainbow-delimiters")
5774 (synopsis "Highlight brackets according to their depth")
5775 (description
5776 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
5777 highlights parentheses, brackets, and braces according to their depth. Each
5778 successive level is highlighted in a different color, making it easy to spot
5779 matching delimiters, orient yourself in the code, and tell which statements
5780 are at a given level.")
5781 (license license:gpl3+)))
5782
5783 (define-public emacs-rainbow-identifiers
5784 (package
5785 (name "emacs-rainbow-identifiers")
5786 (version "0.2.2")
5787 (source (origin
5788 (method url-fetch)
5789 (uri (string-append "https://raw.githubusercontent.com/Fanael"
5790 "/rainbow-identifiers/" version
5791 "/rainbow-identifiers.el"))
5792 (file-name (string-append "rainbow-identifiers-" version ".el"))
5793 (sha256
5794 (base32
5795 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
5796 (build-system emacs-build-system)
5797 (home-page "https://github.com/Fanael/rainbow-identifiers")
5798 (synopsis "Highlight identifiers in source code")
5799 (description
5800 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
5801 identifiers based on their names. Each identifier gets a color based on a hash
5802 of its name.")
5803 (license license:bsd-2)))
5804
5805 (define-public emacs-rainbow-mode
5806 (package
5807 (name "emacs-rainbow-mode")
5808 (version "1.0.1")
5809 (source (origin
5810 (method url-fetch)
5811 (uri (string-append
5812 "http://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
5813 (sha256
5814 (base32
5815 "0cpga4ax635rfpj7y2vmh7ank0yw00dcy20gjg1mj74r97by8csf"))))
5816 (build-system emacs-build-system)
5817 (home-page "http://elpa.gnu.org/packages/rainbow-mode.html")
5818 (synopsis "Colorize color names in buffers")
5819 (description
5820 "This minor mode sets background color to strings that match color
5821 names, e.g. #0000ff is displayed in white with a blue background.")
5822 (license license:gpl3+)))
5823
5824 (define-public emacs-visual-fill-column
5825 (package
5826 (name "emacs-visual-fill-column")
5827 (version "1.11")
5828 (source (origin
5829 (method url-fetch)
5830 (uri (string-append "https://codeload.github.com/joostkremers/"
5831 "visual-fill-column/tar.gz/" version))
5832 (file-name (string-append name "-" version ".tar.gz"))
5833 (sha256
5834 (base32
5835 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
5836 (build-system emacs-build-system)
5837 (home-page "https://github.com/joostkremers/visual-fill-column")
5838 (synopsis "Fill-column for visual-line-mode")
5839 (description
5840 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
5841 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
5842 wrapping lines at the window edge, which is the standard behaviour of
5843 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
5844 @code{fill-column} is too large for the window, the text is wrapped at the
5845 window edge.")
5846 (license license:gpl3+)))
5847
5848 (define-public emacs-writeroom
5849 (package
5850 (name "emacs-writeroom")
5851 (version "3.7")
5852 (source
5853 (origin
5854 (method git-fetch)
5855 (uri (git-reference
5856 (url "https://github.com/joostkremers/writeroom-mode.git")
5857 (commit version)))
5858 (file-name (git-file-name name version))
5859 (sha256
5860 (base32 "13nbls5qxz5z8firjxaip8m9vzfbbpxmwrmr01njbk4axpwrpj0z"))))
5861 (build-system emacs-build-system)
5862 (propagated-inputs
5863 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
5864 (home-page "https://github.com/joostkremers/writeroom-mode")
5865 (synopsis "Distraction-free writing for Emacs")
5866 (description
5867 "This package defines a minor mode for distraction-free writing. Some of
5868 the default effects include entering fullscreen, deleting other windows of the
5869 current frame, disabling the mode line, and adding margins to the buffer that
5870 restrict the text width to 80 characters.")
5871 (license license:bsd-3)))
5872
5873 (define-public emacs-ido-completing-read+
5874 (package
5875 (name "emacs-ido-completing-read+")
5876 (version "3.12")
5877 (source (origin
5878 (method url-fetch)
5879 (uri (string-append "https://raw.githubusercontent.com"
5880 "/DarwinAwardWinner/ido-ubiquitous/v"
5881 version "/ido-completing-read+.el"))
5882 (file-name (string-append "ido-completing-read+-" version ".el"))
5883 (sha256
5884 (base32
5885 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
5886 (build-system emacs-build-system)
5887 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5888 (synopsis "Replacement for completing-read using ido")
5889 (description
5890 "The ido-completing-read+ function is a wrapper for ido-completing-read.
5891 Importantly, it detects edge cases that ordinary ido cannot handle and either
5892 adjusts them so ido can handle them, or else simply falls back to the standard
5893 Emacs completion function instead.")
5894 (license license:gpl3+)))
5895
5896 (define-public emacs-ido-ubiquitous
5897 (package
5898 (name "emacs-ido-ubiquitous")
5899 (version "3.12")
5900 (source (origin
5901 (method url-fetch)
5902 (uri (string-append "https://raw.githubusercontent.com"
5903 "/DarwinAwardWinner/ido-ubiquitous/v"
5904 version "/ido-ubiquitous.el"))
5905 (file-name (string-append "ido-ubiquitous-" version ".el"))
5906 (sha256
5907 (base32
5908 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
5909 (build-system emacs-build-system)
5910 (propagated-inputs
5911 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
5912 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5913 (synopsis "Use ido (nearly) everywhere")
5914 (description
5915 "Ido-ubiquitous enables ido-style completion for almost every function
5916 that uses the standard completion function completing-read.")
5917 (license license:gpl3+)))
5918
5919 (define-public emacs-yaml-mode
5920 (package
5921 (name "emacs-yaml-mode")
5922 (version "0.0.13")
5923 (source (origin
5924 (method url-fetch)
5925 (uri (string-append "https://raw.githubusercontent.com/yoshiki"
5926 "/yaml-mode/v" version "/yaml-mode.el"))
5927 (file-name (string-append "yaml-mode-" version ".el"))
5928 (sha256
5929 (base32
5930 "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
5931 (build-system emacs-build-system)
5932 (home-page "https://github.com/yoshiki/yaml-mode")
5933 (synopsis "Major mode for editing YAML files")
5934 (description
5935 "Yaml-mode is an Emacs major mode for editing files in the YAML data
5936 serialization format. It was initially developed by Yoshiki Kurihara and many
5937 features were added by Marshall Vandegrift. As YAML and Python share the fact
5938 that indentation determines structure, this mode provides indentation and
5939 indentation command behavior very similar to that of python-mode.")
5940 (license license:gpl3+)))
5941
5942 (define-public emacs-gitlab-ci-mode
5943 (package
5944 (name "emacs-gitlab-ci-mode")
5945 (version "20190425.11.10")
5946 (source (origin
5947 (method git-fetch)
5948 (uri (git-reference
5949 (url "https://gitlab.com/joewreschnig/gitlab-ci-mode.git")
5950 (commit (string-append "v" version))))
5951 (file-name (git-file-name name version))
5952 (sha256
5953 (base32
5954 "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"))))
5955 (build-system emacs-build-system)
5956 (propagated-inputs
5957 `(("emacs-yaml-mode" ,emacs-yaml-mode)))
5958 (home-page "https://gitlab.com/joewreschnig/gitlab-ci-mode/")
5959 (synopsis "Emacs mode for editing GitLab CI files")
5960 (description
5961 "@code{gitlab-ci-mode} is an Emacs major mode for editing GitLab CI
5962 files. It provides syntax highlighting and completion for keywords and
5963 special variables. An interface to GitLab’s CI file linter is also provided
5964 via @code{gitlab-ci-lint}.")
5965 (license license:gpl3+)))
5966
5967 (define-public emacs-web-mode
5968 (package
5969 (name "emacs-web-mode")
5970 (version "16")
5971 (source (origin
5972 (method url-fetch)
5973 (uri (string-append "https://raw.githubusercontent.com/fxbois"
5974 "/web-mode/v" version "/web-mode.el"))
5975 (file-name (string-append "web-mode-" version ".el"))
5976 (sha256
5977 (base32
5978 "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw"))))
5979 (build-system emacs-build-system)
5980 (synopsis "Major mode for editing web templates")
5981 (description "Web-mode is an Emacs major mode for editing web templates
5982 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
5983 client/server side engines). Web-mode is compatible with many template
5984 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
5985 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
5986 Dust.js, React/JSX, Angularjs, ejs, etc.")
5987 (home-page "http://web-mode.org/")
5988 (license license:gpl3+)))
5989
5990 (define-public emacs-wgrep
5991 (package
5992 (name "emacs-wgrep")
5993 (version "2.3.0")
5994 (source (origin
5995 (method git-fetch)
5996 (uri (git-reference
5997 (url "https://github.com/mhayashi1120/Emacs-wgrep")
5998 (commit version)))
5999 (file-name (git-file-name name version))
6000 (sha256
6001 (base32
6002 "0pgyf9vfcahb495q01hi1mvkmv846w4rj6zyf52is8x7sjj7x44s"))))
6003 (build-system emacs-build-system)
6004 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
6005 (synopsis "Edit a grep buffer and apply those changes to the files")
6006 (description
6007 "Emacs wgrep allows you to edit a grep buffer and apply those changes
6008 to the file buffer. Several backends are supported beside the classic grep:
6009 ack, ag, helm and pt.")
6010 (license license:gpl3+)))
6011
6012 (define-public emacs-helm
6013 (package
6014 (name "emacs-helm")
6015 (version "3.3")
6016 (source
6017 (origin
6018 (method git-fetch)
6019 (uri (git-reference
6020 (url "https://github.com/emacs-helm/helm.git")
6021 (commit (string-append "v" version))))
6022 (file-name (git-file-name name version))
6023 (sha256
6024 (base32 "0fqhw7r9fcsja5d3pgbipw7pkw9nj534faav6hi45413hc3gyv92"))))
6025 (build-system emacs-build-system)
6026 (propagated-inputs
6027 `(("emacs-async" ,emacs-async)
6028 ("emacs-popup" ,emacs-popup)))
6029 (home-page "https://emacs-helm.github.io/helm/")
6030 (synopsis "Incremental completion and selection narrowing
6031 framework for Emacs")
6032 (description "Helm is incremental completion and selection narrowing
6033 framework for Emacs. It will help steer you in the right direction when
6034 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
6035 of @code{anything.el} originally written by Tamas Patrovic and can be
6036 considered to be its successor. Helm sets out to clean up the legacy code in
6037 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
6038 not tied in the trap of backward compatibility.")
6039 (license license:gpl3+)))
6040
6041 (define-public emacs-helm-swoop
6042 (package
6043 (name "emacs-helm-swoop")
6044 (version "1.7.4")
6045 (source
6046 (origin
6047 (method git-fetch)
6048 (uri (git-reference
6049 (url "https://github.com/ShingoFukuyama/helm-swoop.git")
6050 (commit version)))
6051 (file-name (git-file-name name version))
6052 (sha256
6053 (base32 "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk"))))
6054 (build-system emacs-build-system)
6055 (propagated-inputs
6056 `(("emacs-helm" ,emacs-helm)))
6057 (home-page "https://github.com/ShingoFukuyama/helm-swoop")
6058 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
6059 (description
6060 "This package builds on the Helm interface to provide several commands
6061 for search-based navigation of buffers.")
6062 (license license:gpl2+)))
6063
6064 (define-public emacs-helm-projectile
6065 (package
6066 (name "emacs-helm-projectile")
6067 (version "0.14.0")
6068 (source
6069 (origin
6070 (method git-fetch)
6071 (uri (git-reference
6072 (url "https://github.com/bbatsov/helm-projectile.git")
6073 (commit (string-append "v" version))))
6074 (file-name (git-file-name name version))
6075 (sha256
6076 (base32 "0lph38p112fridighqcizpsyzjbv7qr3d8prbfj6w6q6gfl6cna4"))))
6077 (build-system emacs-build-system)
6078 (propagated-inputs
6079 `(("emacs-dash" ,emacs-dash)
6080 ("emacs-helm" ,emacs-helm)
6081 ("emacs-projectile" ,emacs-projectile)))
6082 (home-page "https://github.com/bbatsov/helm-projectile")
6083 (synopsis "Helm integration for Projectile")
6084 (description
6085 "This Emacs library provides a Helm interface for Projectile.")
6086 (license license:gpl3+)))
6087
6088 (define-public emacs-helm-make
6089 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
6090 (revision "1"))
6091 (package
6092 (name "emacs-helm-make")
6093 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
6094 (source
6095 (origin
6096 (method git-fetch)
6097 (uri (git-reference
6098 (url "https://github.com/abo-abo/helm-make.git")
6099 (commit commit)))
6100 (file-name (git-file-name name version))
6101 (sha256
6102 (base32
6103 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
6104 (build-system emacs-build-system)
6105 (propagated-inputs
6106 `(("emacs-helm" ,emacs-helm)
6107 ("emacs-projectile" ,emacs-projectile)))
6108 (home-page "https://github.com/abo-abo/helm-make")
6109 (synopsis "Select a Makefile target with helm")
6110 (description "@code{helm-make} or @code{helm-make-projectile} will give
6111 you a @code{helm} selection of directory Makefile's targets. Selecting a
6112 target will call @code{compile} on it.")
6113 (license license:gpl3+))))
6114
6115 (define-public emacs-cider
6116 (package
6117 (name "emacs-cider")
6118 (version "0.21.0")
6119 (source
6120 (origin
6121 (method git-fetch)
6122 (uri (git-reference
6123 (url "https://github.com/clojure-emacs/cider.git")
6124 (commit (string-append "v" version))))
6125 (file-name (git-file-name name version))
6126 (sha256
6127 (base32
6128 "0lbrwj67fnvynkdkzvnzp3p8vqlz0ldrcs317vg60bqfhx7hvqkj"))))
6129 (build-system emacs-build-system)
6130 (arguments
6131 '(#:exclude ; Don't exclude 'cider-test.el'.
6132 '("^\\.dir-locals\\.el$" "^test/")))
6133 (propagated-inputs
6134 `(("emacs-clojure-mode" ,emacs-clojure-mode)
6135 ("emacs-sesman" ,emacs-sesman)
6136 ("emacs-spinner" ,emacs-spinner)
6137 ("emacs-pkg-info" ,emacs-pkg-info)
6138 ("emacs-queue" ,emacs-queue)))
6139 (home-page "https://cider.readthedocs.io/")
6140 (synopsis "Clojure development environment for Emacs")
6141 (description
6142 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
6143 provide an interactive development experience similar to the one you'd get
6144 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
6145 Geiser) and Smalltalk.
6146
6147 CIDER is the successor to the now deprecated combination of using SLIME +
6148 swank-clojure for Clojure development.
6149
6150 There are plenty of differences between CIDER and SLIME, but the core ideas
6151 are pretty much the same (and SLIME served as the principle inspiration for
6152 CIDER).")
6153 (license license:gpl3+)))
6154
6155 ;; There hasn't been a tag or release since 2015, so we take the latest
6156 ;; commit.
6157 (define-public emacs-sly
6158 (let ((commit "486bfbe95612bcdc0960c490207970a188e0fbb9")
6159 (revision "1"))
6160 (package
6161 (name "emacs-sly")
6162 (version (string-append "1.0.0-" revision "." (string-take commit 9)))
6163 (source
6164 (origin
6165 (method git-fetch)
6166 (uri (git-reference
6167 (url "https://github.com/joaotavora/sly.git")
6168 (commit commit)))
6169 (file-name (git-file-name name version))
6170 (sha256
6171 (base32
6172 "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))
6173 (build-system emacs-build-system)
6174 (arguments
6175 `(#:include (cons "^lib\\/" %default-include)
6176 #:phases
6177 ;; The package provides autoloads.
6178 (modify-phases %standard-phases
6179 (delete 'make-autoloads))))
6180 (home-page "https://github.com/joaotavora/sly")
6181 (synopsis "Sylvester the Cat's Common Lisp IDE")
6182 (description
6183 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
6184 contains the following improvements over it:
6185
6186 @enumerate
6187 @item Completely redesigned REPL based on Emacs's own full-featured
6188 @code{comint.el}
6189 @item Live code annotations via a new @code{sly-stickers} contrib
6190 @item Consistent interactive button interface. Everything can be copied to
6191 the REPL.
6192 @item Multiple inspectors with independent history
6193 @item Regexp-capable @code{M-x sly-apropos}
6194 @item Contribs are first class SLY citizens and enabled by default
6195 @item Use ASDF to loads contribs on demand.
6196 @end enumerate
6197
6198 SLY tracks SLIME's bugfixes and all its familiar features (debugger, inspector,
6199 xref, etc...) are still available, but with better integration.")
6200 (license license:gpl3+))))
6201
6202 (define-public emacs-lua-mode
6203 (let ((commit "95c64bb5634035630e8c59d10d4a1d1003265743")
6204 (revision "2"))
6205 (package
6206 (name "emacs-lua-mode")
6207 (version (git-version "20151025" revision commit))
6208 (home-page "https://github.com/immerrr/lua-mode/")
6209 (source (origin
6210 (method git-fetch)
6211 (uri (git-reference
6212 (url home-page)
6213 (commit commit)))
6214 (file-name (git-file-name name version))
6215 (sha256
6216 (base32
6217 "1mra4db25ds64526dsj8m5yv0kfq3lgggjh1x6xmqypdaryddbcp"))))
6218 (build-system emacs-build-system)
6219 (synopsis "Major mode for lua")
6220 (description
6221 "This Emacs package provides a mode for @uref{https://www.lua.org/,
6222 Lua programming language}.")
6223 (license license:gpl2+))))
6224
6225 (define-public emacs-ebuild-mode
6226 (package
6227 (name "emacs-ebuild-mode")
6228 (version "1.37")
6229 (source (origin
6230 (method url-fetch)
6231 (uri (string-append
6232 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
6233 "-" version ".tar.xz"))
6234 (file-name (string-append name "-" version ".tar.xz"))
6235 (sha256
6236 (base32
6237 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
6238 (build-system emacs-build-system)
6239 (home-page "https://devmanual.gentoo.org")
6240 (synopsis "Major modes for Gentoo package files")
6241 (description
6242 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
6243 news items, openrc and runscripts.")
6244 (license license:gpl2+)))
6245
6246 (define-public emacs-evil
6247 (package
6248 (name "emacs-evil")
6249 (version "1.2.14")
6250 (source
6251 (origin
6252 (method git-fetch)
6253 (uri (git-reference
6254 (url "https://github.com/emacs-evil/evil")
6255 (commit version)))
6256 (file-name (git-file-name name version))
6257 (sha256
6258 (base32
6259 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
6260 (build-system emacs-build-system)
6261 (propagated-inputs
6262 `(("emacs-undo-tree" ,emacs-undo-tree)
6263 ("emacs-goto-chg" ,emacs-goto-chg)))
6264 (home-page "https://github.com/emacs-evil/evil")
6265 (synopsis "Extensible Vi layer for Emacs")
6266 (description
6267 "Evil is an extensible vi layer for Emacs. It emulates the
6268 main features of Vim, and provides facilities for writing custom
6269 extensions.")
6270 (license license:gpl3+)))
6271
6272 (define-public emacs-evil-collection
6273 (let ((commit "0748c695dfa89b79eb316da5060360de8c0f04da")
6274 (revision "9"))
6275 (package
6276 (name "emacs-evil-collection")
6277 (version (git-version "0.0.1" revision commit))
6278 (source (origin
6279 (method git-fetch)
6280 (uri (git-reference
6281 (url "https://github.com/emacs-evil/evil-collection")
6282 (commit commit)))
6283 (file-name (git-file-name name version))
6284 (sha256
6285 (base32
6286 "17w8nh3q7ffc7776f3qzixk0c0g6vys3xybgw16ky1f416585kvb"))))
6287 (build-system emacs-build-system)
6288 (propagated-inputs
6289 `(("emacs-evil" ,emacs-evil)))
6290 (home-page "https://github.com/emacs-evil/evil-collection")
6291 (synopsis "Collection of Evil bindings for many major and minor modes")
6292 (description "This is a collection of Evil bindings for the parts of
6293 Emacs that Evil does not cover properly by default, such as @code{help-mode},
6294 @code{M-x calendar}, Eshell and more.")
6295 (license license:gpl3+))))
6296
6297 (define-public emacs-goto-chg
6298 (let ((commit "1829a13026c597e358f716d2c7793202458120b5")
6299 (version "1.7.3")
6300 (revision "1"))
6301 (package
6302 (name "emacs-goto-chg")
6303 (version (git-version version revision commit))
6304 (source
6305 (origin
6306 (method git-fetch)
6307 (uri (git-reference
6308 (url "https://github.com/emacs-evil/goto-chg")
6309 (commit commit)))
6310 (file-name (git-file-name name version))
6311 (sha256
6312 (base32
6313 "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki"))))
6314 (build-system emacs-build-system)
6315 (propagated-inputs
6316 `(("emacs-undo-tree" ,emacs-undo-tree)))
6317 (home-page "https://github.com/emacs-evil/goto-chg")
6318 (synopsis "Go to the last change in the Emacs buffer")
6319 (description
6320 "This package provides @code{M-x goto-last-change} command that goes to
6321 the point of the most recent edit in the current Emacs buffer. When repeated,
6322 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
6323 used for reverse direction.")
6324 (license license:gpl2+))))
6325
6326 (define-public emacs-janpath-evil-numbers
6327 (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")
6328 (version "0.5")
6329 (revision "1"))
6330 (package
6331 (name "emacs-janpath-evil-numbers")
6332 (version (git-version version revision commit))
6333 (source
6334 (origin
6335 (method git-fetch)
6336 (uri (git-reference
6337 (url "https://github.com/janpath/evil-numbers")
6338 (commit commit)))
6339 (file-name (git-file-name name version))
6340 (sha256
6341 (base32
6342 "16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
6343 (build-system emacs-build-system)
6344 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6345 (home-page "https://github.com/janpath/evil-numbers")
6346 (synopsis "Increment and decrement numeric literals")
6347 (description
6348 "This package provides functionality to search for a number up to the
6349 end of a line and increment or decrement it.")
6350 (license license:gpl3+))))
6351
6352 (define-public emacs-evil-exchange
6353 (let ((commit "47691537815150715e64e6f6ec79be7746c96120")
6354 (version "0.41")
6355 (revision "1"))
6356 (package
6357 (name "emacs-evil-exchange")
6358 (version (git-version version revision commit))
6359 (source
6360 (origin
6361 (method git-fetch)
6362 (uri (git-reference
6363 (url "https://github.com/Dewdrops/evil-exchange")
6364 (commit commit)))
6365 (file-name (git-file-name name version))
6366 (sha256
6367 (base32
6368 "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
6369 (build-system emacs-build-system)
6370 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6371 (home-page "https://github.com/Dewdrops/evil-exchange")
6372 (synopsis "Exchange text easily within Evil")
6373 (description
6374 "This package, a port of @code{vim-exchange}, provides an Evil operator
6375 for exchanging text.")
6376 (license license:gpl3+))))
6377
6378 (define-public emacs-evil-replace-with-register
6379 (let ((commit "91cc7bf21a94703c441cc9212214075b226b7f67")
6380 (version "0.1")
6381 (revision "1"))
6382 (package
6383 (name "emacs-evil-replace-with-register")
6384 (version (git-version version revision commit))
6385 (source
6386 (origin
6387 (method git-fetch)
6388 (uri (git-reference
6389 (url "https://github.com/Dewdrops/evil-ReplaceWithRegister")
6390 (commit commit)))
6391 (file-name (git-file-name name version))
6392 (sha256
6393 (base32
6394 "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"))))
6395 (build-system emacs-build-system)
6396 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6397 (home-page "https://github.com/Dewdrops/evil-ReplaceWithRegister")
6398 (synopsis "Quickly replace text with the contents of a register")
6399 (description
6400 "This package provides an Evil operator for replacing text with the
6401 contents of a register.")
6402 (license license:gpl3+))))
6403
6404 (define-public emacs-evil-indent-plus
6405 (let ((commit "0c7501e6efed661242c3a20e0a6c79a6455c2c40")
6406 (version "1.0.0")
6407 (revision "1"))
6408 (package
6409 (name "emacs-evil-indent-plus")
6410 (version (git-version version revision commit))
6411 (source
6412 (origin
6413 (method git-fetch)
6414 (uri (git-reference
6415 (url "https://github.com/TheBB/evil-indent-plus")
6416 (commit commit)))
6417 (file-name (git-file-name name version))
6418 (sha256
6419 (base32
6420 "1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"))))
6421 (build-system emacs-build-system)
6422 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6423 (home-page "https://github.com/TheBB/evil-indent-plus")
6424 (synopsis "Text objects based on indentation")
6425 (description
6426 "This package adds new text objects for @code{evil-mode} based on
6427 blocks having the same or higher indentation, including or excluding
6428 surrounding lines.")
6429 (license license:gpl2+))))
6430
6431 (define-public emacs-evil-text-object-python
6432 (let ((commit "9a064fe6475429145cbcc3b270fcc963b67adb15")
6433 (version "1.0.1")
6434 (revision "1"))
6435 (package
6436 (name "emacs-evil-text-object-python")
6437 (version (git-version version revision commit))
6438 (source
6439 (origin
6440 (method git-fetch)
6441 (uri (git-reference
6442 (url "https://github.com/wbolster/evil-text-object-python")
6443 (commit commit)))
6444 (file-name (git-file-name name version))
6445 (sha256
6446 (base32
6447 "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
6448 (build-system emacs-build-system)
6449 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6450 (home-page "https://github.com/wbolster/evil-text-object-python")
6451 (synopsis "Text objects for Python")
6452 (description
6453 "This package provides @code{evil-mode} text objects for Python.")
6454 (license license:gpl3+))))
6455
6456 (define-public emacs-evil-lion
6457 (let ((commit "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab")
6458 (version "0.0.2")
6459 (revision "1"))
6460 (package
6461 (name "emacs-evil-lion")
6462 (version (git-version version revision commit))
6463 (source
6464 (origin
6465 (method git-fetch)
6466 (uri (git-reference
6467 (url "https://github.com/edkolev/evil-lion")
6468 (commit commit)))
6469 (file-name (git-file-name name version))
6470 (sha256
6471 (base32
6472 "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
6473 (build-system emacs-build-system)
6474 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6475 (home-page "https://github.com/edkolev/evil-lion")
6476 (synopsis "Align operator for @code{evil-mode}")
6477 (description
6478 "This package, a port of @code{vim-lion}, provides an operator for
6479 aligning text objects based on separators.")
6480 (license license:gpl3+))))
6481
6482 (define-public emacs-evil-expat
6483 (let ((commit "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2")
6484 (revision "1"))
6485 (package
6486 (name "emacs-evil-expat")
6487 (version (git-version "0.0.1" revision commit))
6488 (source
6489 (origin
6490 (method git-fetch)
6491 (uri (git-reference
6492 (url "https://github.com/edkolev/evil-expat")
6493 (commit commit)))
6494 (file-name (git-file-name name version))
6495 (sha256
6496 (base32
6497 "0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
6498 (build-system emacs-build-system)
6499 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6500 (home-page "https://github.com/edkolev/evil-expat")
6501 (synopsis "Extra @code{ex} commands for @code{evil-mode}")
6502 (description
6503 "This package provides additional commands for the @code{ex} command
6504 line, including functions for version control with Git and for copying and
6505 pasting into and from @code{tmux} paste buffers.")
6506 (license license:gpl3+))))
6507
6508 (define-public emacs-evil-nerd-commenter
6509 (package
6510 (name "emacs-evil-nerd-commenter")
6511 (version "3.3.7")
6512 (source
6513 (origin
6514 (method git-fetch)
6515 (uri (git-reference
6516 (url "https://github.com/redguardtoo/evil-nerd-commenter")
6517 (commit version)))
6518 (file-name (git-file-name name version))
6519 (sha256
6520 (base32
6521 "1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
6522 (build-system emacs-build-system)
6523 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6524 (home-page "https://github.com/redguardtoo/evil-nerd-commenter")
6525 (synopsis "Comment and uncomment lines efficiently")
6526 (description
6527 "This package provides text objects and operators for comments within
6528 @code{evil-mode}.")
6529 (license license:gpl3+)))
6530
6531 (define-public emacs-evil-visual-replace
6532 (package
6533 (name "emacs-evil-visual-replace")
6534 (version "0.0.5")
6535 (source
6536 (origin
6537 (method git-fetch)
6538 (uri (git-reference
6539 (url "https://github.com/troyp/evil-visual-replace")
6540 (commit version)))
6541 (file-name (git-file-name name version))
6542 (sha256
6543 (base32
6544 "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"))))
6545 (build-system emacs-build-system)
6546 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6547 (home-page "https://github.com/troyp/evil-visual-replace")
6548 (synopsis "Replacement commands for @code{evil-mode} visual blocks")
6549 (description
6550 "This package provides versions of @code{query-replace} and
6551 @code{replace-regexp} that work for @code{evil-mode} visual blocks.")
6552 (license license:gpl2+)))
6553
6554 (define-public emacs-evil-visualstar
6555 (let ((commit "06c053d8f7381f91c53311b1234872ca96ced752")
6556 (version "0.0.2")
6557 (revision "1"))
6558 (package
6559 (name "emacs-evil-visualstar")
6560 (version (git-version version revision commit))
6561 (source
6562 (origin
6563 (method git-fetch)
6564 (uri (git-reference
6565 (url "https://github.com/bling/evil-visualstar")
6566 (commit commit)))
6567 (file-name (git-file-name name version))
6568 (sha256
6569 (base32
6570 "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"))))
6571 (build-system emacs-build-system)
6572 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
6573 (home-page "https://github.com/bling/evil-visualstar")
6574 (synopsis "Instantly search using the visual selection")
6575 (description
6576 "This package provides @code{evil-mode} functions for using selected text
6577 to search.")
6578 (license license:gpl3+))))
6579
6580 (define-public emacs-monroe
6581 (package
6582 (name "emacs-monroe")
6583 (version "0.3.1")
6584 (source
6585 (origin
6586 (method git-fetch)
6587 (uri (git-reference
6588 (url "https://github.com/sanel/monroe.git")
6589 (commit version)))
6590 (file-name (git-file-name name version))
6591 (sha256
6592 (base32 "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"))))
6593 (build-system emacs-build-system)
6594 (home-page "https://github.com/sanel/monroe")
6595 (synopsis "Clojure nREPL client for Emacs")
6596 (description
6597 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
6598 distribution, primarily targeting Clojure users")
6599 (license license:gpl3+)))
6600
6601 (define-public emacs-orgalist
6602 (package
6603 (name "emacs-orgalist")
6604 (version "1.9")
6605 (source
6606 (origin
6607 (method url-fetch)
6608 (uri (string-append "https://elpa.gnu.org/packages/"
6609 "orgalist-" version ".el"))
6610 (sha256
6611 (base32
6612 "1rmmcyiiqkq54hn74nhzxzl4nvd902hv6gq341jwhrm7yiagffi6"))))
6613 (build-system emacs-build-system)
6614 (home-page "http://elpa.gnu.org/packages/orgalist.html")
6615 (synopsis "Manage Org-like lists in non-Org buffers")
6616 (description "Write Org mode's plain lists in non-Org buffers. More
6617 specifically, Orgalist supports the syntax of Org mode for numbered,
6618 unnumbered, description items, checkboxes, and counter cookies.
6619
6620 The library also implements radio lists, i.e., lists written in Org
6621 syntax later translated into the host format, e.g., LaTeX or HTML.")
6622 (license license:gpl3+)))
6623
6624 (define-public emacs-writegood-mode
6625 (package
6626 (name "emacs-writegood-mode")
6627 (version "2.0.2")
6628 (home-page "https://github.com/bnbeckwith/writegood-mode")
6629 (source (origin
6630 (method git-fetch)
6631 (uri (git-reference
6632 (url home-page)
6633 (commit (string-append "v" version))))
6634 (sha256
6635 (base32
6636 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
6637 (file-name (string-append name "-checkout"))))
6638 (build-system emacs-build-system)
6639 (synopsis "Polish up poor writing on the fly")
6640 (description
6641 "This minor mode tries to find and highlight problems with your writing
6642 in English as you type. It primarily detects \"weasel words\" and abuse of
6643 passive voice.")
6644 (license license:gpl3+)))
6645
6646 (define-public emacs-neotree
6647 (package
6648 (name "emacs-neotree")
6649 (version "0.5.2")
6650 (home-page "https://github.com/jaypei/emacs-neotree")
6651 (source (origin
6652 (method url-fetch)
6653 (uri (string-append
6654 "https://github.com/jaypei/" name
6655 "/archive/" version ".tar.gz"))
6656 (sha256
6657 (base32
6658 "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
6659 (file-name (string-append name "-" version ".tar.gz"))))
6660 (build-system emacs-build-system)
6661 (synopsis "Folder tree view for Emacs")
6662 (description "This Emacs package provides a folder tree view.")
6663 (license license:gpl3+)))
6664
6665 (define-public emacs-org
6666 (package
6667 (name "emacs-org")
6668 ;; emacs-org-contrib inherits from this package. Please update its sha256
6669 ;; checksum as well.
6670 (version "9.2.5")
6671 (source (origin
6672 (method url-fetch)
6673 (uri (string-append "https://elpa.gnu.org/packages/org-"
6674 version ".tar"))
6675 (sha256
6676 (base32
6677 "1pid1sykgz83i4ry5n8f270finag6sm7ckqxn5lkikyya43wlzx1"))))
6678 (build-system emacs-build-system)
6679 (home-page "https://orgmode.org/")
6680 (synopsis "Outline-based notes management and organizer")
6681 (description "Org is an Emacs mode for keeping notes, maintaining TODO
6682 lists, and project planning with a fast and effective lightweight markup
6683 language. It also is an authoring system with unique support for literate
6684 programming and reproducible research.")
6685 (license license:gpl3+)))
6686
6687 (define-public emacs-org-contrib
6688 (package
6689 (inherit emacs-org)
6690 (name "emacs-org-contrib")
6691 (version "20190805")
6692 (source (origin
6693 (method url-fetch)
6694 (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
6695 version ".tar"))
6696 (sha256
6697 (base32
6698 "1mw91hwbqyjq5pyz9hzdhvjlc2bphqpi23yqd3sdk1crpc87s40c"))))
6699 (arguments
6700 `(#:modules ((guix build emacs-build-system)
6701 (guix build utils)
6702 (guix build emacs-utils)
6703 (ice-9 ftw)
6704 (srfi srfi-1))
6705 #:phases
6706 (modify-phases %standard-phases
6707 (add-after 'install 'delete-org-files
6708 (lambda* (#:key inputs outputs #:allow-other-keys)
6709 (let* ((out (assoc-ref outputs "out"))
6710 (org (assoc-ref inputs "org"))
6711 (contrib-files
6712 (map basename (find-files out)))
6713 (org+contrib-files
6714 (map basename (find-files org)))
6715 (duplicates (lset-intersection
6716 string=? contrib-files org+contrib-files)))
6717 (with-directory-excursion
6718 (string-append
6719 out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version)
6720 (for-each delete-file duplicates))
6721 #t))))))
6722 (propagated-inputs
6723 `(("arduino-mode" ,emacs-arduino-mode)
6724 ("cider" ,emacs-cider)
6725 ("org" ,emacs-org)
6726 ("scel" ,emacs-scel)))
6727 (synopsis "Contributed packages to Org mode")
6728 (description "Org is an Emacs mode for keeping notes, maintaining TODO
6729 lists, and project planning with a fast and effective plain-text system.
6730
6731 This package is equivalent to org-plus-contrib, but only includes additional
6732 files that you would find in @file{contrib/} from the git repository.")))
6733
6734 (define-public emacs-flx
6735 (package
6736 (name "emacs-flx")
6737 (version "0.6.1")
6738 (source
6739 (origin
6740 (method url-fetch)
6741 (uri (string-append "https://github.com/lewang/"
6742 "flx/archive/v" version ".tar.gz"))
6743 (sha256
6744 (base32
6745 "0bkcpnf1j4i2fcc2rllwbz62l00sw2mcia6rm5amgwvlkqavmkv6"))
6746 (file-name (string-append name "-" version ".tar.gz"))))
6747 (build-system emacs-build-system)
6748 (home-page "https://github.com/lewang/flx")
6749 (synopsis "Fuzzy matching for Emacs")
6750 (description
6751 "Flx provides fuzzy matching for emacs a la sublime text.
6752 The sorting algorithm is a balance between word beginnings (abbreviation)
6753 and contiguous matches (substring). The longer the substring match,
6754 the higher it scores. This maps well to how we think about matching.
6755 Flx has support for ido (interactively do things) through flx-ido.")
6756 (license license:gpl3+)))
6757
6758 (define-public emacs-cyberpunk-theme
6759 (package
6760 (name "emacs-cyberpunk-theme")
6761 (version "1.19")
6762 (source
6763 (origin
6764 (method url-fetch)
6765 (uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
6766 "archive/" version ".tar.gz"))
6767 (sha256
6768 (base32
6769 "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
6770 (file-name (string-append name "-" version ".tar.gz"))))
6771 (build-system emacs-build-system)
6772 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
6773 (synopsis "Cyberpunk theme for emacs built-in color theme support")
6774 (description
6775 "Cyberpunk color theme for the emacs 24+ built-in color theme support
6776 known loosely as deftheme. Many mode-specific customizations are included.")
6777 (license license:gpl3+)))
6778
6779 (define-public emacs-danneskjold-theme
6780 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
6781 (revision "1"))
6782 (package
6783 (name "emacs-danneskjold-theme")
6784 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
6785 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
6786 (source
6787 (origin
6788 (method git-fetch)
6789 (uri (git-reference
6790 (url home-page)
6791 (commit commit)))
6792 (file-name (git-file-name name version))
6793 (sha256
6794 (base32
6795 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
6796 (build-system emacs-build-system)
6797 (arguments
6798 `(#:phases
6799 (modify-phases %standard-phases
6800 (add-after 'unpack 'delete-screenshots
6801 (lambda _
6802 (delete-file-recursively "screenshots") #t)))))
6803 (synopsis "High-contrast Emacs theme")
6804 (description
6805 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
6806 (license license:gpl3+))))
6807
6808 (define-public emacs-dream-theme
6809 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
6810 (revision "1"))
6811 (package
6812 (name "emacs-dream-theme")
6813 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
6814 (source
6815 (origin
6816 (method git-fetch)
6817 (uri (git-reference
6818 (url "https://github.com/djcb/dream-theme")
6819 (commit commit)))
6820 (file-name (git-file-name name version))
6821 (sha256
6822 (base32
6823 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
6824 (build-system emacs-build-system)
6825 (home-page "https://github.com/djcb/dream-theme")
6826 (synopsis "High-contrast Emacs theme")
6827 (description
6828 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
6829 by zenburn, sinburn and similar themes, but slowly diverging from them.")
6830 (license license:gpl3+))))
6831
6832 (define-public emacs-auto-complete
6833 (package
6834 (name "emacs-auto-complete")
6835 (version "1.5.1")
6836 (source
6837 (origin
6838 (method url-fetch)
6839 (uri (string-append "https://github.com/auto-complete/"
6840 "auto-complete/archive/v" version ".tar.gz"))
6841 (sha256
6842 (base32
6843 "1jvq4lj00hwml75lpmlciazy8f3bbg13gffsfnl835p4qd8l7yqv"))
6844 (file-name (string-append name "-" version ".tar.gz"))))
6845 (build-system emacs-build-system)
6846 (propagated-inputs
6847 `(("emacs-popup" ,emacs-popup)))
6848 (home-page "https://github.com/auto-complete/auto-complete")
6849 (synopsis "Intelligent auto-completion extension for Emacs")
6850 (description
6851 "Auto-Complete is an intelligent auto-completion extension for Emacs.
6852 It extends the standard Emacs completion interface and provides an environment
6853 that allows users to concentrate more on their own work. Its features are:
6854 a visual interface, reduce overhead of completion by using statistic method,
6855 extensibility.")
6856 (license license:gpl3+)))
6857
6858 (define-public emacs-nginx-mode
6859 (package
6860 (name "emacs-nginx-mode")
6861 (version "1.1.9")
6862 (source
6863 (origin
6864 (method git-fetch)
6865 (uri (git-reference
6866 (url "https://github.com/ajc/nginx-mode.git")
6867 (commit (string-append "v" version))))
6868 (file-name (git-file-name name version))
6869 (sha256
6870 (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
6871 (build-system emacs-build-system)
6872 (home-page "https://github.com/ajc/nginx-mode")
6873 (synopsis "Emacs major mode for editing nginx config files")
6874 (description "This package provides an Emacs major mode for
6875 editing nginx config files.")
6876 (license license:gpl2+)))
6877
6878 (define-public emacs-stream
6879 (package
6880 (name "emacs-stream")
6881 (version "2.2.0")
6882 (home-page "https://github.com/NicolasPetton/stream")
6883 (source
6884 (origin
6885 (method url-fetch)
6886 (file-name (string-append name "-" version ".tar.gz"))
6887 (uri (string-append home-page "/archive/"version ".tar.gz"))
6888 (sha256
6889 (base32 "03ql4nqfz5pn55mjly6clhvc3g7x2d28kj7mrlqmigvjbql39xxc"))))
6890 (build-system emacs-build-system)
6891 (synopsis "Implementation of streams for Emacs")
6892 (description "This library provides an implementation of streams for Emacs.
6893 Streams are implemented as delayed evaluation of cons cells.")
6894 (license license:gpl3+)))
6895
6896 (define-public emacs-el-search
6897 (let ((commit "f26277bfbb3fc3fc74beea6592f294c439796bd4")
6898 (revision "1"))
6899 (package
6900 (name "emacs-el-search")
6901 ;; No ufficial release.
6902 (version (string-append "0.0-" revision "." (string-take commit 7)))
6903 (home-page "https://github.com/emacsmirror/el-search")
6904 (source
6905 (origin
6906 (method git-fetch)
6907 (file-name (string-append name "-" version ".tar.gz"))
6908 (uri (git-reference
6909 (commit commit)
6910 (url (string-append home-page ".git"))))
6911 (sha256
6912 (base32 "12xf40h9sb7xxg2r97gsia94q02543mgiiiw46fzh1ac7b7993g6"))))
6913 (build-system emacs-build-system)
6914 (inputs `(("emacs-stream" ,emacs-stream)))
6915 (synopsis "Expression based interactive search for emacs-lisp-mode")
6916 (description "This package provides expression based interactive search
6917 procedures for emacs-lisp-mode.")
6918 (license license:gpl3+))))
6919
6920 (define-public emacs-ht
6921 (package
6922 (name "emacs-ht")
6923 (version "2.2")
6924 (source
6925 (origin
6926 (method git-fetch)
6927 (uri (git-reference
6928 (url "https://github.com/Wilfred/ht.el.git")
6929 (commit version)))
6930 (file-name (git-file-name name version))
6931 (sha256
6932 (base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
6933 (build-system emacs-build-system)
6934 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
6935 (home-page "https://github.com/Wilfred/ht.el")
6936 (synopsis "Hash table library for Emacs")
6937 (description
6938 "This package simplifies the use of hash tables in elisp. It also
6939 provides functions to convert hash tables from and to alists and plists.")
6940 (license license:gpl3+)))
6941
6942 (define-public emacs-log4e
6943 (package
6944 (name "emacs-log4e")
6945 (version "0.3.0")
6946 (source
6947 (origin
6948 (method git-fetch)
6949 (uri (git-reference
6950 (url "https://github.com/aki2o/log4e.git")
6951 (commit (string-append "v" version))))
6952 (file-name (git-file-name name version))
6953 (sha256
6954 (base32 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
6955 (build-system emacs-build-system)
6956 (arguments
6957 `(#:phases
6958 (modify-phases %standard-phases
6959 (add-after 'unpack 'remove-tests
6960 ;; Guile builder complains about null characters in some
6961 ;; strings of test files. Remove "test" directory (it is not
6962 ;; needed anyway).
6963 (lambda _
6964 (delete-file-recursively "test"))))))
6965 (home-page "https://github.com/aki2o/log4e")
6966 (synopsis "Logging framework for elisp")
6967 (description
6968 "This package provides a logging framework for elisp. It allows
6969 you to deal with multiple log levels.")
6970 (license license:gpl3+)))
6971
6972 (define-public emacs-gntp
6973 (package
6974 (name "emacs-gntp")
6975 (version "0.1")
6976 (source
6977 (origin
6978 (method git-fetch)
6979 (uri (git-reference
6980 (url "https://github.com/tekai/gntp.el.git")
6981 (commit (string-append "v" version))))
6982 (file-name (git-file-name name version))
6983 (sha256
6984 (base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
6985 (build-system emacs-build-system)
6986 (home-page "https://github.com/tekai/gntp.el")
6987 (synopsis "Growl Notification Protocol for Emacs")
6988 (description
6989 "This package implements the Growl Notification Protocol GNTP
6990 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
6991 It is incomplete as it only lets you send but not receive
6992 notifications.")
6993 (license license:bsd-3)))
6994
6995 (define-public emacs-alert
6996 (package
6997 (name "emacs-alert")
6998 (version "1.3")
6999 (source
7000 (origin
7001 (method git-fetch)
7002 (uri (git-reference
7003 (url "https://github.com/jwiegley/alert.git")
7004 (commit (string-append "v" version))))
7005 (file-name (git-file-name name version))
7006 (sha256
7007 (base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
7008 (build-system emacs-build-system)
7009 (propagated-inputs
7010 `(("emacs-gntp" ,emacs-gntp)
7011 ("emacs-log4e" ,emacs-log4e)))
7012 (home-page "https://github.com/jwiegley/alert")
7013 (synopsis "Growl-style notification system for Emacs")
7014 (description
7015 "Alert is a Growl-workalike for Emacs which uses a common notification
7016 interface and multiple, selectable \"styles\", whose use is fully
7017 customizable by the user.")
7018 (license license:gpl2+)))
7019
7020 (define-public emacs-zones
7021 (let ((commit "3169815c323966ff8e252b44e3558d6d045243fe")
7022 (revision "2"))
7023 (package
7024 (name "emacs-zones")
7025 (version (git-version "0" revision commit))
7026 (source
7027 (origin
7028 (method git-fetch)
7029 (uri (git-reference
7030 (url "https://github.com/emacsmirror/zones.git")
7031 (commit commit)))
7032 (file-name (git-file-name name version))
7033 (sha256
7034 (base32
7035 "039msns5596rz0my7fxpanpxwg1lkhpiibm9ppnlzaajx1hszbzl"))
7036 (patches
7037 (search-patches
7038 "emacs-zones-called-interactively.patch"))))
7039 (build-system emacs-build-system)
7040 (home-page "https://www.emacswiki.org/emacs/Zones")
7041 (synopsis "Define and act on multiple zones of buffer text")
7042 (description "Library @file{zones.el} lets you easily define and
7043 subsequently act on multiple zones of buffer text. You can think of this as
7044 enlarging the notion of region. In effect, it can remove the requirement of
7045 target text being a contiguous sequence of characters. A set of buffer zones
7046 is, in effect, a (typically) noncontiguous set of text.")
7047 (license license:gpl3+))))
7048
7049 (define-public emacs-mu4e-alert
7050 (package
7051 (name "emacs-mu4e-alert")
7052 (version "1.0")
7053 (source
7054 (origin
7055 (method git-fetch)
7056 (uri (git-reference
7057 (url "https://github.com/iqbalansari/mu4e-alert.git")
7058 (commit (string-append "v" version))))
7059 (file-name (git-file-name name version))
7060 (sha256
7061 (base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"))))
7062 (build-system emacs-build-system)
7063 (propagated-inputs
7064 `(("emacs-alert" ,emacs-alert)
7065 ("emacs-s" ,emacs-s)
7066 ("emacs-ht" ,emacs-ht)
7067 ("mu" ,mu)))
7068 (home-page "https://github.com/iqbalansari/mu4e-alert")
7069 (synopsis "Desktop notification for mu4e")
7070 (description
7071 "This package provides desktop notifications for mu4e.
7072 Additionally it can display the number of unread emails in the
7073 mode-line.")
7074 (license license:gpl3+)))
7075
7076 (define-public emacs-pretty-mode
7077 (package
7078 (name "emacs-pretty-mode")
7079 (version "2.0.3")
7080 (source
7081 (origin
7082 (method url-fetch)
7083 (uri (string-append "https://github.com/akatov/pretty-mode/"
7084 "archive/" version ".tar.gz"))
7085 (file-name (string-append name "-" version ".tar.gz"))
7086 (sha256
7087 (base32
7088 "1fan7m4vnqs8kpg7r54kx3g7faadkpkf9kzarfv8n57kq8w157pl"))))
7089 (build-system emacs-build-system)
7090 (home-page "https://github.com/akatov/pretty-mode")
7091 (synopsis "Redisplay parts of the buffer as Unicode symbols")
7092 (description
7093 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
7094 (license license:gpl3+)))
7095
7096 (define-public emacs-yasnippet
7097 (package
7098 (name "emacs-yasnippet")
7099 (version "0.13.0")
7100 (source (origin
7101 (method url-fetch)
7102 (uri (string-append "https://github.com/joaotavora/yasnippet/"
7103 "archive/" version ".tar.gz"))
7104 (file-name (string-append name "-" version ".tar.gz"))
7105 (sha256
7106 (base32
7107 "12ls2x17agzbrj1xynjbmfa11igqxia4hj4fv6fpr66yci2r1plc"))
7108 (modules '((guix build utils)))
7109 (snippet
7110 '(begin
7111 ;; YASnippet expects a "snippets" subdirectory in the same
7112 ;; directory as yasnippet.el, but we don't install it
7113 ;; because it's a git submodule pointing to an external
7114 ;; repository. Adjust `yas-snippet-dirs' to prevent
7115 ;; warnings about a missing directory.
7116 (substitute* "yasnippet.el"
7117 (("^ +'yas-installed-snippets-dir\\)\\)\n")
7118 "))\n"))
7119 #t))))
7120 (build-system emacs-build-system)
7121 (home-page "https://github.com/joaotavora/yasnippet")
7122 (synopsis "Yet another snippet extension for Emacs")
7123 (description
7124 "YASnippet is a template system for Emacs. It allows you to type an
7125 abbreviation and automatically expand it into function templates.")
7126 (license license:gpl3+)))
7127
7128 (define-public emacs-yasnippet-snippets
7129 (let ((commit "885050d34737e2fb36a3e7759d60c09347bd4ce0")
7130 (revision "1"))
7131 (package
7132 (name "emacs-yasnippet-snippets")
7133 (version (string-append "1-" revision "." (string-take commit 8)))
7134 (source
7135 (origin
7136 (method git-fetch)
7137 (uri (git-reference
7138 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
7139 (commit commit)))
7140 (file-name (git-file-name name version))
7141 (sha256
7142 (base32
7143 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9"))))
7144 (build-system trivial-build-system)
7145 (arguments
7146 `(#:modules ((ice-9 ftw)
7147 (ice-9 regex)
7148 (guix build utils))
7149 #:builder
7150 (begin
7151 (use-modules (ice-9 ftw)
7152 (ice-9 regex)
7153 (guix build utils))
7154 (with-directory-excursion (assoc-ref %build-inputs "source")
7155 (for-each (lambda (dir)
7156 (copy-recursively
7157 dir
7158 (string-append %output
7159 "/share/emacs/yasnippet-snippets/"
7160 dir)))
7161 (scandir "." (lambda (fname)
7162 (and (string-match "-mode$" fname)
7163 (directory-exists? fname))))))
7164 #t)))
7165 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
7166 (synopsis "Collection of YASnippet snippets for many languages")
7167 (description
7168 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
7169 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
7170 To make YASnippet aware of these snippets, add the above directory to
7171 @code{yas-snippet-dirs}.")
7172 (license license:expat))))
7173
7174 (define-public emacs-helm-c-yasnippet
7175 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
7176 (revision "1"))
7177 (package
7178 (name "emacs-helm-c-yasnippet")
7179 (version (string-append "0.6.7" "-" revision "."
7180 (string-take commit 7)))
7181 (source (origin
7182 (method git-fetch)
7183 (uri (git-reference
7184 (url "https://github.com/emacs-jp/helm-c-yasnippet")
7185 (commit commit)))
7186 (file-name (git-file-name name version))
7187 (sha256
7188 (base32
7189 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
7190 (build-system emacs-build-system)
7191 (propagated-inputs
7192 `(("emacs-helm" ,emacs-helm)
7193 ("emacs-yasnippet" ,emacs-yasnippet)))
7194 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
7195 (synopsis "Helm integration for Yasnippet")
7196 (description "This Emacs library provides Helm interface for
7197 Yasnippet.")
7198 (license license:gpl2+))))
7199
7200 (define-public emacs-helm-system-packages
7201 ;; There won't be a new release after 1.10.1 until
7202 ;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
7203 ;; and latest commits fix import issues with Guix.
7204 (let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
7205 (package
7206 (name "emacs-helm-system-packages")
7207 (version (git-version "1.10.1" "1" commit))
7208 (source (origin
7209 (method git-fetch)
7210 (uri (git-reference
7211 (url "https://github.com/emacs-helm/helm-system-packages")
7212 (commit commit)))
7213 (file-name (git-file-name name version))
7214 (sha256
7215 (base32
7216 "0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
7217 (build-system emacs-build-system)
7218 (inputs
7219 `(("recutils" ,recutils)))
7220 (propagated-inputs
7221 `(("emacs-helm" ,emacs-helm)))
7222 (arguments
7223 `(#:phases
7224 (modify-phases %standard-phases
7225 (add-after 'unpack 'configure
7226 (lambda* (#:key inputs outputs #:allow-other-keys)
7227 (let ((recutils (assoc-ref inputs "recutils")))
7228 ;; Specify the absolute file names of the various
7229 ;; programs so that everything works out-of-the-box.
7230 (substitute* "helm-system-packages-guix.el"
7231 (("recsel") (string-append recutils "/bin/recsel")))))))))
7232 (home-page "https://github.com/emacs-helm/helm-system-packages")
7233 (synopsis "Helm System Packages is an interface to your package manager")
7234 (description "List all available packages in Helm (with installed
7235 packages displayed in their own respective face). Fuzzy-search, mark and
7236 execute the desired action over any selections of packages: Install,
7237 uninstall, display packages details (in Org Mode) or insert details at point,
7238 find files owned by packages... And much more, including performing all the
7239 above over the network.")
7240 (license license:gpl3+))))
7241
7242 (define-public emacs-helm-org-rifle
7243 (package
7244 (name "emacs-helm-org-rifle")
7245 (version "1.6.1")
7246 (source
7247 (origin
7248 (method git-fetch)
7249 (uri (git-reference
7250 (url "https://github.com/alphapapa/helm-org-rifle")
7251 (commit version)))
7252 (file-name (git-file-name name version))
7253 (sha256
7254 (base32
7255 "1r38xhwvgbv6kn5x159phz3xgss7f1rc7icq27rnr4d8aj91wm6k"))))
7256 (build-system emacs-build-system)
7257 (propagated-inputs
7258 `(("emacs-dash" ,emacs-dash)
7259 ("emacs-f" ,emacs-f)
7260 ("emacs-helm" ,emacs-helm)
7261 ("emacs-s" ,emacs-s)))
7262 (home-page "https://github.com/alphapapa/helm-org-rifle")
7263 (synopsis "Rifle through Org files")
7264 (description "This package searches both headings and contents of entries
7265 in Org buffers and displays matching entries.")
7266 (license license:gpl3+)))
7267
7268 (define-public emacs-dired-toggle-sudo
7269 (package
7270 (name "emacs-dired-toggle-sudo")
7271 (version "1.0")
7272 (source
7273 (origin
7274 (method git-fetch)
7275 (uri (git-reference
7276 (url "https://github.com/renard/dired-toggle-sudo")
7277 (commit (string-append "v" version))))
7278 (file-name (git-file-name name version))
7279 (sha256
7280 (base32
7281 "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"))
7282 (patches
7283 (search-patches
7284 "emacs-dired-toggle-sudo-emacs-26.patch"))))
7285 (build-system emacs-build-system)
7286 (home-page "https://github.com/renard/dired-toggle-sudo")
7287 (synopsis "Browse directory with @code{sudo} privileges")
7288 (description "This package allows for the use of @code{dired} with
7289 @code{sudo} privileges.")
7290 (license license:wtfpl2)))
7291
7292 (define-public emacs-memoize
7293 (package
7294 (name "emacs-memoize")
7295 (version "1.1")
7296 (source
7297 (origin
7298 (method git-fetch)
7299 (uri (git-reference
7300 (url "https://github.com/skeeto/emacs-memoize.git")
7301 (commit version)))
7302 (file-name (git-file-name name version))
7303 (sha256
7304 (base32 "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk"))))
7305 (build-system emacs-build-system)
7306 (arguments
7307 `(#:tests? #t
7308 #:test-command '("emacs" "--batch"
7309 "-l" "memoize-test.el"
7310 "-f" "ert-run-tests-batch-and-exit")))
7311 (home-page "https://github.com/skeeto/emacs-memoize")
7312 (synopsis "Emacs lisp memoization library")
7313 (description "@code{emacs-memoize} is an Emacs library for
7314 memoizing functions.")
7315 (license license:unlicense)))
7316
7317 (define-public emacs-linum-relative
7318 (package
7319 (name "emacs-linum-relative")
7320 (version "0.5")
7321 (source
7322 (origin
7323 (method git-fetch)
7324 (uri (git-reference
7325 (url "https://github.com/coldnew/linum-relative.git")
7326 (commit version)))
7327 (file-name (git-file-name name version))
7328 (sha256
7329 (base32 "11bjnqqwvr9zrvz5dlm8a0yw4zg9ysh3jdiq5a6iw09d3f0h1v2s"))))
7330 (build-system emacs-build-system)
7331 (home-page "https://github.com/coldnew/linum-relative")
7332 (synopsis "Relative line numbering for Emacs")
7333 (description "@code{emacs-linum-relative} displays the relative line
7334 number on the left margin in Emacs.")
7335 (license license:gpl2+)))
7336
7337 (define-public emacs-idle-highlight
7338 (package
7339 (name "emacs-idle-highlight")
7340 (version "1.1.3")
7341 (source
7342 (origin
7343 (method git-fetch)
7344 (uri (git-reference
7345 (url "https://github.com/nonsequitur/idle-highlight-mode.git")
7346 (commit version)))
7347 (file-name (git-file-name name version))
7348 (sha256
7349 (base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"))))
7350 (build-system emacs-build-system)
7351 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
7352 (synopsis "Highlights all occurrences of the word the point is on")
7353 (description
7354 "This Emacs package provides @code{idle-highlight-mode} that sets
7355 an idle timer to highlight all occurrences in the buffer of the word under
7356 the point.")
7357 (license license:gpl3+)))
7358
7359 (define-public emacs-ox-twbs
7360 (package
7361 (name "emacs-ox-twbs")
7362 (version "1.1.1")
7363 (source
7364 (origin
7365 (method git-fetch)
7366 (uri (git-reference
7367 (url "https://github.com/marsmining/ox-twbs.git")
7368 (commit (string-append "v" version))))
7369 (file-name (git-file-name name version))
7370 (sha256
7371 (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
7372 (build-system emacs-build-system)
7373 (home-page "https://github.com/marsmining/ox-twbs")
7374 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
7375 (description
7376 "This Emacs package outputs your org-mode docs with a simple, clean and
7377 modern look. It implements a new HTML back-end for exporting org-mode docs as
7378 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
7379 jQuery and Bootstrap resources included via osscdn.")
7380 (license license:gpl3+)))
7381
7382 (define-public emacs-highlight-sexp
7383 (package
7384 (name "emacs-highlight-sexp")
7385 (version "1.0")
7386 (source
7387 (origin
7388 (method git-fetch)
7389 (uri (git-reference
7390 (url "https://github.com/daimrod/highlight-sexp.git")
7391 (commit (string-append "v" version))))
7392 (file-name (git-file-name name version))
7393 (sha256
7394 (base32 "12cyk2q5g6p4ac2hykw1cag7dp1prjjnck5f7nalwwaklmy62y79"))))
7395 (build-system emacs-build-system)
7396 (home-page "https://github.com/daimrod/highlight-sexp")
7397 (synopsis "Minor mode that highlights the s-exp at the current position")
7398 (description
7399 "This Emacs package highlights the s-exp at the current position.")
7400 (license license:gpl3+)))
7401
7402 (define-public emacs-highlight-stages
7403 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
7404 (revision "1"))
7405 (package
7406 (name "emacs-highlight-stages")
7407 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
7408 (source
7409 (origin
7410 (method git-fetch)
7411 (uri (git-reference
7412 (url "https://github.com/zk-phi/highlight-stages.git")
7413 (commit commit)))
7414 (file-name (git-file-name name version))
7415 (sha256
7416 (base32
7417 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
7418 (patches
7419 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
7420 (build-system emacs-build-system)
7421 (home-page "https://github.com/wigust/highlight-stages")
7422 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
7423 (description "@code{highlight-stages} provides an Emacs minor mode that
7424 highlights quasi-quoted expressions.")
7425 (license license:gpl3+))))
7426
7427 (define-public emacspeak
7428 (package
7429 (name "emacspeak")
7430 (version "50.0")
7431 (source
7432 (origin
7433 (method url-fetch)
7434 (uri (string-append
7435 "https://github.com/tvraman/emacspeak/releases/download/"
7436 version "/emacspeak-" version ".tar.bz2"))
7437 (sha256
7438 (base32
7439 "0rsj7rzfyqmyidfsjrhjnxi2d43axx6r3gac1fhv5xkkbiiqzqkb"))))
7440 (build-system gnu-build-system)
7441 (arguments
7442 '(#:make-flags (list (string-append "prefix="
7443 (assoc-ref %outputs "out")))
7444 #:phases
7445 (modify-phases %standard-phases
7446 (replace 'configure
7447 (lambda _
7448 (setenv "SHELL" (which "sh"))
7449 ;; Configure Emacspeak according to etc/install.org.
7450 (invoke "make" "config")))
7451 (add-after 'build 'build-espeak
7452 (lambda _
7453 (invoke "make" "espeak")))
7454 (replace 'install
7455 (lambda* (#:key inputs outputs #:allow-other-keys)
7456 (let* ((out (assoc-ref outputs "out"))
7457 (bin (string-append out "/bin"))
7458 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
7459 (info (string-append out "/share/info"))
7460 (emacs (string-append (assoc-ref inputs "emacs")
7461 "/bin/emacs")))
7462 ;; According to etc/install.org, the Emacspeak directory should
7463 ;; be copied to its installation destination.
7464 (for-each
7465 (lambda (file)
7466 (copy-recursively file (string-append lisp "/" file)))
7467 '("etc" "info" "js" "lisp" "media" "servers" "sounds"
7468 "stumpwm" "xsl"))
7469 ;; Make sure emacspeak is loaded from the correct directory.
7470 (substitute* "etc/emacspeak.sh"
7471 (("/lisp/emacspeak-setup.el")
7472 (string-append lisp "/lisp/emacspeak-setup.el")))
7473 ;; Install the convenient startup script.
7474 (mkdir-p bin)
7475 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
7476 #t))
7477 (add-after 'install 'wrap-program
7478 (lambda* (#:key inputs outputs #:allow-other-keys)
7479 (let* ((out (assoc-ref outputs "out"))
7480 (emacspeak (string-append out "/bin/emacspeak"))
7481 (espeak (string-append (assoc-ref inputs "espeak")
7482 "/bin/espeak")))
7483 ;; The environment variable DTK_PROGRAM tells emacspeak what
7484 ;; program to use for speech.
7485 (wrap-program emacspeak
7486 `("DTK_PROGRAM" ":" prefix (,espeak)))
7487 #t))))
7488 #:tests? #f)) ; no check target
7489 (inputs
7490 `(("emacs" ,emacs)
7491 ("espeak" ,espeak)
7492 ("perl" ,perl)
7493 ("tcl" ,tcl)
7494 ("tclx" ,tclx)))
7495 (home-page "http://emacspeak.sourceforge.net")
7496 (synopsis "Audio desktop interface for Emacs")
7497 (description
7498 "Emacspeak is a speech interface that allows visually impaired users to
7499 interact independently and efficiently with the computer. Audio formatting
7500 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
7501 allows Emacspeak to produce rich aural presentations of electronic information.
7502 By seamlessly blending all aspects of the Internet such as Web-surfing and
7503 messaging, Emacspeak speech-enables local and remote information via a
7504 consistent and well-integrated user interface.")
7505 (license license:gpl2+)))
7506
7507 (define-public emacs-adaptive-wrap
7508 (package
7509 (name "emacs-adaptive-wrap")
7510 (version "0.5.1")
7511 (source (origin
7512 (method url-fetch)
7513 (uri (string-append
7514 "http://elpa.gnu.org/packages/adaptive-wrap-"
7515 version ".el"))
7516 (sha256
7517 (base32
7518 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
7519 (build-system emacs-build-system)
7520 (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html")
7521 (synopsis "Smart line-wrapping with wrap-prefix")
7522 (description
7523 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
7524 minor mode which sets the wrap-prefix property on the fly so that
7525 single-long-line paragraphs get word-wrapped in a way similar to what
7526 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
7527 actually changing the buffer's text.")
7528 (license license:gpl3+)))
7529
7530 (define-public emacs-diff-hl
7531 (package
7532 (name "emacs-diff-hl")
7533 (version "1.8.6")
7534 (source
7535 (origin
7536 (method git-fetch)
7537 (uri (git-reference
7538 (url "https://github.com/dgutov/diff-hl")
7539 (commit version)))
7540 (sha256
7541 (base32
7542 "1xlsg728mz3cwhrsqvisa0aidic67nymd9g7h4c1h3q63j39yb2s"))))
7543 (build-system emacs-build-system)
7544 (home-page "https://github.com/dgutov/diff-hl")
7545 (synopsis
7546 "Highlight uncommitted changes using VC")
7547 (description
7548 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
7549 window (using the fringe, by default), allows you to jump between
7550 the hunks and revert them selectively.")
7551 (license license:gpl3+)))
7552
7553 (define-public emacs-diminish
7554 (package
7555 (name "emacs-diminish")
7556 (version "0.45")
7557 (source
7558 (origin
7559 (method git-fetch)
7560 (uri (git-reference
7561 (url "https://github.com/myrjola/diminish.el.git")
7562 (commit (string-append "v" version))))
7563 (file-name (git-file-name name version))
7564 (sha256
7565 (base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
7566 (build-system emacs-build-system)
7567 (home-page "https://github.com/myrjola/diminish.el")
7568 (synopsis "Diminish minor modes with no modeline display")
7569 (description "@code{emacs-diminish} implements hiding or
7570 abbreviation of the mode line displays (lighters) of minor modes.")
7571 (license license:gpl2+)))
7572
7573 (define-public emacs-use-package
7574 (package
7575 (name "emacs-use-package")
7576 (version "2.4")
7577 (source (origin
7578 (method git-fetch)
7579 (uri (git-reference
7580 (url "https://github.com/jwiegley/use-package")
7581 (commit version)))
7582 (file-name (git-file-name name version))
7583 (sha256
7584 (base32
7585 "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
7586 (build-system emacs-build-system)
7587 (propagated-inputs
7588 `(("emacs-diminish" ,emacs-diminish)))
7589 (arguments
7590 `(#:tests? #t
7591 #:test-command '("emacs" "--batch"
7592 "-l" "use-package-tests.el"
7593 "-f" "ert-run-tests-batch-and-exit")))
7594 (home-page "https://github.com/jwiegley/use-package")
7595 (synopsis "Declaration for simplifying your .emacs")
7596 (description "The use-package macro allows you to isolate package
7597 configuration in your @file{.emacs} file in a way that is both
7598 performance-oriented and tidy.")
7599 (license license:gpl2+)))
7600
7601 (define-public emacs-strace-mode
7602 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
7603 (revision "1"))
7604 (package
7605 (name "emacs-strace-mode")
7606 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
7607 (source (origin
7608 (method git-fetch)
7609 (uri (git-reference
7610 (url "https://github.com/pkmoore/strace-mode")
7611 (commit commit)))
7612 (file-name (git-file-name name version))
7613 (sha256
7614 (base32
7615 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
7616 (build-system emacs-build-system)
7617 (home-page "https://github.com/pkmoore/strace-mode")
7618 (synopsis "Emacs major mode to highlight strace outputs")
7619 (description "@code{emacs-strace-mode} provides an Emacs major mode
7620 highlighting strace outputs.")
7621 (license license:gpl3+))))
7622
7623 (define-public emacs-default-encrypt
7624 (package
7625 (name "emacs-default-encrypt")
7626 (version "4.4")
7627 (source
7628 (origin
7629 (method url-fetch)
7630 (uri (string-append
7631 "https://informationelle-selbstbestimmung-im-internet.de"
7632 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
7633 (file-name (string-append "jl-encrypt-" version ".el"))
7634 (sha256
7635 (base32
7636 "0w9ggz075j1zwg7d0rv9k8238g600p7czfnnsnawswi7yps2xk78"))))
7637 (build-system emacs-build-system)
7638 (home-page
7639 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
7640 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
7641 (description
7642 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
7643 automatically encrypts messages that you send (e.g., email) when public keys
7644 for all recipients are available, and it protects you from accidentally
7645 sending un-encrypted messages. It can also be configured to automatically
7646 sign messages that you send. For details and instructions on how to use
7647 DefaultEncrypt, please refer to the home page or read the comments in the
7648 source file, @file{jl-encrypt.el}.")
7649 (license license:gpl3+)))
7650
7651 (define-public emacs-extend-smime
7652 (package
7653 (name "emacs-extend-smime")
7654 (version "3.3")
7655 (source
7656 (origin
7657 (method url-fetch)
7658 (uri (string-append
7659 "https://informationelle-selbstbestimmung-im-internet.de"
7660 "/emacs/jl-smime" version "/jl-smime.el"))
7661 (file-name (string-append "jl-smime-" version ".el"))
7662 (sha256
7663 (base32
7664 "1iv8s2wjmv3v5qfwlcy9hvvrmxxvp3f8m1krlr789q7bbh35jynh"))))
7665 (build-system emacs-build-system)
7666 (home-page
7667 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
7668 (synopsis "Improved S/MIME support for Gnus in Emacs")
7669 (propagated-inputs
7670 `(("emacs-default-encrypt" ,emacs-default-encrypt)))
7671 (description
7672 ;; TRANSLATORS: ExtendSMIME, DefaultEncrypt, and emacs-default-encrypt
7673 ;; should not be translated. The name "emacs-default-encrypt" refers to
7674 ;; the Guix package that provides DefaultEncrypt.
7675 "ExtendSMIME is designed to be used with Gnus in Emacs. It enhances
7676 DefaultEncrypt (emacs-default-encrypt) to support S/MIME (Secure/Multipurpose
7677 Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol).
7678 Before a message (e.g., email) is sent, ExtendSMIME searches for missing
7679 certificates via LDAP and imports them into @code{gpgsm}. When certificates
7680 for all recipients are available, DefaultEncrypt automatically encrypts the
7681 message. For details and instructions on how to use ExtendSMIME, please refer
7682 to the home page or read the comments in the source file,
7683 @file{jl-smime.el}.")
7684 (license license:gpl3+)))
7685
7686 (define-public emacs-htmlize
7687 (package
7688 (name "emacs-htmlize")
7689 (version "1.53")
7690 (source
7691 (origin
7692 (method git-fetch)
7693 (uri (git-reference
7694 (url "https://github.com/hniksic/emacs-htmlize.git")
7695 (commit (string-append "release/" version))))
7696 (file-name (git-file-name name version))
7697 (sha256
7698 (base32 "0dr235c0z8is3pi5xdgqyqljg6px0b2aya6qb79zkyi477bmz4ip"))))
7699 (build-system emacs-build-system)
7700 (home-page "https://github.com/hniksic/emacs-htmlize")
7701 (synopsis "Convert buffer text and decorations to HTML")
7702 (description "@code{emacs-htmlize} converts the buffer text and
7703 the associated decorations to HTML. Output to CSS, inline CSS and
7704 fonts is supported.")
7705 (license license:gpl2+)))
7706
7707 (define-public emacs-xmlgen
7708 (package
7709 (name "emacs-xmlgen")
7710 (version "0.5")
7711 (source
7712 (origin
7713 (method git-fetch)
7714 (uri (git-reference
7715 (url "https://github.com/philjackson/xmlgen.git")
7716 (commit version)))
7717 (file-name (git-file-name name version))
7718 (sha256
7719 (base32 "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"))))
7720 (build-system emacs-build-system)
7721 (arguments
7722 `(#:tests? #t
7723 #:test-command '("emacs" "--batch"
7724 "-l" "xmlgen-test.el"
7725 "-f" "ert-run-tests-batch-and-exit")))
7726 (home-page "https://github.com/philjackson/xmlgen")
7727 (synopsis "S-expression to XML domain specific language (DSL) in
7728 Emacs Lisp")
7729 (description "@code{emacs-xmlgen} provides S-expression to XML
7730 conversion for Emacs Lisp.")
7731 (license license:gpl2+)))
7732
7733 (define-public emacs-cdlatex
7734 (package
7735 (name "emacs-cdlatex")
7736 (version "4.7")
7737 (source
7738 (origin
7739 (method git-fetch)
7740 (uri (git-reference
7741 (url "https://github.com/cdominik/cdlatex.git")
7742 (commit version)))
7743 (file-name (git-file-name name version))
7744 (sha256
7745 (base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
7746 (build-system emacs-build-system)
7747 (propagated-inputs
7748 `(("emacs-auctex" ,emacs-auctex)))
7749 (home-page "https://github.com/cdominik/cdlatex")
7750 (synopsis "Fast Emacs input methods for LaTeX environments and
7751 math")
7752 (description "CDLaTeX is an Emacs minor mode supporting fast
7753 insertion of environment templates and math in LaTeX. Similar
7754 commands are also offered as part of the AUCTeX package, but it is not
7755 the same - CDLaTeX focuses on speediness for inserting LaTeX
7756 constructs.")
7757 (license license:gpl3+)))
7758
7759 (define-public emacs-cnfonts
7760 (package
7761 (name "emacs-cnfonts")
7762 (version "0.9.1")
7763 (source
7764 (origin
7765 (method git-fetch)
7766 (uri (git-reference
7767 (url "https://github.com/tumashu/cnfonts.git")
7768 (commit (string-append "v" version))))
7769 (file-name (git-file-name name version))
7770 (sha256
7771 (base32 "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"))))
7772 (build-system emacs-build-system)
7773 (home-page "https://github.com/tumashu/cnfonts")
7774 (synopsis "Emacs Chinese fonts setup tool")
7775 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
7776 configuration of Chinese fonts.")
7777 (license license:gpl2+)))
7778
7779 (define-public emacs-php-mode
7780 (package
7781 (name "emacs-php-mode")
7782 (version "20171225.342")
7783 (source (origin
7784 (method url-fetch)
7785 (uri (string-append
7786 "https://melpa.org/packages/php-mode-"
7787 version ".tar"))
7788 (sha256
7789 (base32
7790 "1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
7791 (build-system emacs-build-system)
7792 (home-page "https://github.com/ejmr/php-mode")
7793 (synopsis "Major mode for editing PHP code")
7794 (description "@code{php-mode} is a major mode for editing PHP source
7795 code. It's an extension of C mode; thus it inherits all C mode's navigation
7796 functionality. But it colors according to the PHP grammar and indents
7797 according to the PEAR coding guidelines. It also includes a couple handy
7798 IDE-type features such as documentation search and a source and class
7799 browser.")
7800 (license license:gpl3+)))
7801
7802 (define-public emacs-pos-tip
7803 (package
7804 (name "emacs-pos-tip")
7805 (version "0.4.6")
7806 (source
7807 (origin
7808 (method git-fetch)
7809 (uri (git-reference
7810 (url "https://github.com/pitkali/pos-tip.git")
7811 (commit version)))
7812 (file-name (git-file-name name version))
7813 (sha256
7814 (base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
7815 (build-system emacs-build-system)
7816 ;; The following functions and variables needed by emacs-pos-tip are
7817 ;; not included in emacs-minimal:
7818 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
7819 (arguments `(#:emacs ,emacs))
7820 (home-page "https://github.com/pitkali/pos-tip")
7821 (synopsis "Show tooltip at point")
7822 (description "The standard library tooltip.el provides a function for
7823 displaying a tooltip at the mouse position. However, locating a tooltip at an
7824 arbitrary buffer position in a window is not easy. Pos-tip provides such a
7825 function to be used by other frontend programs.")
7826 (license license:gpl2+)))
7827
7828 (define-public emacs-pyim-basedict
7829 (package
7830 (name "emacs-pyim-basedict")
7831 (version "0.3.1")
7832 (source
7833 (origin
7834 (method git-fetch)
7835 (uri (git-reference
7836 (url "https://github.com/tumashu/pyim-basedict.git")
7837 (commit (string-append "v" version))))
7838 (file-name (git-file-name name version))
7839 (sha256
7840 (base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"))))
7841 (build-system emacs-build-system)
7842 (home-page "https://github.com/tumashu/pyim-basedict")
7843 (synopsis "Input method dictionary of pyim")
7844 (description "Pyim-basedict is the default pinyin input method dictionary,
7845 containing words from the rime project.")
7846 (license license:gpl2+)))
7847
7848 (define-public emacs-pyim
7849 (package
7850 (name "emacs-pyim")
7851 (version "1.8")
7852 (source
7853 (origin
7854 (method git-fetch)
7855 (uri (git-reference
7856 (url "https://github.com/tumashu/pyim")
7857 (commit (string-append "v" version))))
7858 (file-name (git-file-name name version))
7859 (sha256
7860 (base32
7861 "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
7862 (build-system emacs-build-system)
7863 (propagated-inputs
7864 `(("emacs-async" ,emacs-async)
7865 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
7866 ("emacs-popup" ,emacs-popup)
7867 ("emacs-posframe" ,emacs-posframe)))
7868 (home-page "https://github.com/tumashu/pyim")
7869 (synopsis "Chinese input method")
7870 (description "Chinese input method which supports quanpin, shuangpin, wubi
7871 and cangjie.")
7872 (license license:gpl2+)))
7873
7874 (define-public emacs-posframe
7875 (package
7876 (name "emacs-posframe")
7877 (version "0.5.0")
7878 (source
7879 (origin
7880 (method git-fetch)
7881 (uri (git-reference
7882 (url "https://github.com/tumashu/posframe")
7883 (commit (string-append "v" version))))
7884 (file-name (git-file-name name version))
7885 (sha256
7886 (base32
7887 "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
7888 (build-system emacs-build-system)
7889 ;; emacs-minimal does not include the function font-info
7890 (arguments `(#:emacs ,emacs))
7891 (home-page "https://github.com/tumashu/posframe")
7892 (synopsis "Pop a posframe (a child frame) at point")
7893 (description "@code{emacs-posframe} can pop a posframe at point. A
7894 posframe is a child frame displayed within its root window's buffer.
7895 @code{emacs-posframe} is fast and works well with CJK languages.")
7896 (license license:gpl3+)))
7897
7898 (define-public emacs-el2org
7899 (package
7900 (name "emacs-el2org")
7901 (version "0.6.0")
7902 (source
7903 (origin
7904 (method git-fetch)
7905 (uri (git-reference
7906 (url "https://github.com/tumashu/el2org.git")
7907 (commit (string-append "v" version))))
7908 (file-name (git-file-name name version))
7909 (sha256
7910 (base32 "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"))))
7911 (build-system emacs-build-system)
7912 (home-page "https://github.com/tumashu/el2org")
7913 (synopsis "Convert Emacs-lisp file to org file")
7914 (description "El2org is a simple tool, which can convert Emacs-lisp file
7915 to org file, you can use this tool to write orgify commentary.")
7916 (license license:gpl2+)))
7917
7918 (define-public emacs-mustache
7919 (package
7920 (name "emacs-mustache")
7921 (version "0.23")
7922 (source
7923 (origin
7924 (method git-fetch)
7925 (uri (git-reference
7926 (url "https://github.com/Wilfred/mustache.el.git")
7927 (commit version)))
7928 (file-name (git-file-name name version))
7929 (sha256
7930 (base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
7931 (build-system emacs-build-system)
7932 (propagated-inputs
7933 `(("emacs-dash" ,emacs-dash)
7934 ("emacs-ht" ,emacs-ht)
7935 ("emacs-s" ,emacs-s)))
7936 (home-page "https://github.com/Wilfred/mustache.el")
7937 (synopsis "Mustache templating library for Emacs")
7938 (description "Mustache templating library for Emacs, mustache is
7939 a simple web template system, which is described as a logic-less system
7940 because it lacks any explicit control flow statements, both looping and
7941 conditional evaluation can be achieved using section tags processing lists
7942 and lambdas.")
7943 (license license:gpl3+)))
7944
7945 (define-public emacs-org2web
7946 (package
7947 (name "emacs-org2web")
7948 (version "0.9.1")
7949 (source
7950 (origin
7951 (method git-fetch)
7952 (uri (git-reference
7953 (url "https://github.com/tumashu/org2web.git")
7954 (commit (string-append "v" version))))
7955 (file-name (git-file-name name version))
7956 (sha256
7957 (base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"))))
7958 (build-system emacs-build-system)
7959 (propagated-inputs
7960 `(("emacs-dash" ,emacs-dash)
7961 ("emacs-el2org" ,emacs-el2org)
7962 ("emacs-ht" ,emacs-ht)
7963 ("emacs-mustache" ,emacs-mustache)
7964 ("emacs-simple-httpd" ,emacs-simple-httpd)))
7965 (home-page "https://github.com/tumashu/org2web")
7966 (synopsis "Static site generator based on org-mode ")
7967 (description "Org2web is a static site generator based on org-mode,
7968 which code derived from Kelvin H's org-page.")
7969 (license license:gpl2+)))
7970
7971 (define-public emacs-xelb
7972 (package
7973 (name "emacs-xelb")
7974 (version "0.17")
7975 (source (origin
7976 (method url-fetch)
7977 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
7978 version ".tar"))
7979 (sha256
7980 (base32
7981 "0k98580vq253fjdgklgqlwl450saninfw39fbq8lv3xsnp3dcgml"))))
7982 (build-system emacs-build-system)
7983 ;; The following functions and variables needed by emacs-xelb are
7984 ;; not included in emacs-minimal:
7985 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
7986 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
7987 ;; x-display-pixel-width, x-display-pixel-height
7988 (arguments
7989 `(#:emacs ,emacs
7990 #:phases
7991 (modify-phases %standard-phases
7992 (add-after 'unpack 'regenerate-el-files
7993 (lambda* (#:key inputs #:allow-other-keys)
7994 (invoke "make"
7995 (string-append "PROTO_PATH="
7996 (assoc-ref inputs "xcb-proto")
7997 "/share/xcb")
7998 (string-append "EMACS_BIN="
7999 (assoc-ref inputs "emacs")
8000 "/bin/emacs -Q")))))))
8001 (native-inputs `(("xcb-proto" ,xcb-proto)))
8002 (home-page "https://github.com/ch11ng/xelb")
8003 (synopsis "X protocol Emacs Lisp binding")
8004 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
8005 X11 protocol based on the XML description files from the XCB project. It
8006 features an object-oriented API and permits a certain degree of concurrency.
8007 It should enable you to implement low-level X11 applications.")
8008 (license license:gpl3+)))
8009
8010 (define-public emacs-exwm
8011 (package
8012 (name "emacs-exwm")
8013 (version "0.22")
8014 (synopsis "Emacs X window manager")
8015 (source (origin
8016 (method url-fetch)
8017 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
8018 version ".tar"))
8019 (sha256
8020 (base32
8021 "0lppm8ng37i5s4x7xdrxhjbdcnpl6pyvn4g7w52zbckjsn8qnqh0"))))
8022 (build-system emacs-build-system)
8023 (propagated-inputs
8024 `(("emacs-xelb" ,emacs-xelb)))
8025 (inputs
8026 `(("xhost" ,xhost)
8027 ("dbus" ,dbus)))
8028 ;; The following functions and variables needed by emacs-exwm are
8029 ;; not included in emacs-minimal:
8030 ;; scroll-bar-mode, fringe-mode
8031 ;; x-display-pixel-width, x-display-pixel-height
8032 (arguments
8033 `(#:emacs ,emacs
8034 #:phases
8035 (modify-phases %standard-phases
8036 (add-after 'build 'install-xsession
8037 (lambda* (#:key inputs outputs #:allow-other-keys)
8038 (let* ((out (assoc-ref outputs "out"))
8039 (xsessions (string-append out "/share/xsessions"))
8040 (bin (string-append out "/bin"))
8041 (exwm-executable (string-append bin "/exwm")))
8042 ;; Add a .desktop file to xsessions
8043 (mkdir-p xsessions)
8044 (mkdir-p bin)
8045 (with-output-to-file
8046 (string-append xsessions "/exwm.desktop")
8047 (lambda _
8048 (format #t "[Desktop Entry]~@
8049 Name=~a~@
8050 Comment=~a~@
8051 Exec=~a~@
8052 TryExec=~:*~a~@
8053 Type=Application~%" ,name ,synopsis exwm-executable)))
8054 ;; Add a shell wrapper to bin
8055 (with-output-to-file exwm-executable
8056 (lambda _
8057 (format #t "#!~a ~@
8058 ~a +SI:localuser:$USER ~@
8059 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
8060 (string-append (assoc-ref inputs "bash") "/bin/sh")
8061 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
8062 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
8063 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
8064 '(cond
8065 ((file-exists-p "~/.exwm")
8066 (load-file "~/.exwm"))
8067 ((not (featurep 'exwm))
8068 (require 'exwm)
8069 (require 'exwm-config)
8070 (exwm-config-default)
8071 (message (concat "exwm configuration not found. "
8072 "Falling back to default configuration...")))))))
8073 (chmod exwm-executable #o555)
8074 #t))))))
8075 (home-page "https://github.com/ch11ng/exwm")
8076 (description "EXWM is a full-featured tiling X window manager for Emacs
8077 built on top of XELB.")
8078 (license license:gpl3+)))
8079
8080 (define-public emacs-switch-window
8081 (package
8082 (name "emacs-switch-window")
8083 (version "1.6.2")
8084 (source
8085 (origin
8086 (method git-fetch)
8087 (uri (git-reference
8088 (url "https://github.com/dimitri/switch-window")
8089 (commit (string-append "v" version))))
8090 (file-name (git-file-name name version))
8091 (sha256
8092 (base32
8093 "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
8094 (build-system emacs-build-system)
8095 (home-page "https://github.com/dimitri/switch-window")
8096 (synopsis "Emacs window switch tool")
8097 (description "Switch-window is an emacs window switch tool, which
8098 offer a visual way to choose a window to switch to, delete, split or
8099 other operations.")
8100 (license license:wtfpl2)))
8101
8102 (define-public emacs-exwm-x
8103 (package
8104 (name "emacs-exwm-x")
8105 (version "1.9.0")
8106 (synopsis "Derivative window manager based on EXWM")
8107 (source
8108 (origin
8109 (method git-fetch)
8110 (uri (git-reference
8111 (url "https://github.com/tumashu/exwm-x")
8112 (commit (string-append "v" version))))
8113 (file-name (git-file-name name version))
8114 (sha256
8115 (base32
8116 "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
8117 (build-system emacs-build-system)
8118 (propagated-inputs
8119 `(("emacs-exwm" ,emacs-exwm)
8120 ("emacs-switch-window" ,emacs-switch-window)
8121 ("emacs-ivy" ,emacs-ivy)
8122 ("emacs-use-package" ,emacs-use-package)))
8123 (inputs
8124 `(("xhost" ,xhost)
8125 ("dbus" ,dbus)))
8126 ;; Need emacs instead of emacs-minimal,
8127 ;; for emacs's bin path will be inserted into bin/exwm-x file.
8128 (arguments
8129 `(#:emacs ,emacs
8130 #:phases
8131 (modify-phases %standard-phases
8132 (add-after 'build 'install-xsession
8133 (lambda* (#:key inputs outputs #:allow-other-keys)
8134 (let* ((out (assoc-ref outputs "out"))
8135 (xsessions (string-append out "/share/xsessions"))
8136 (bin (string-append out "/bin"))
8137 (exwm-executable (string-append bin "/exwm-x")))
8138 ;; Add a .desktop file to xsessions
8139 (mkdir-p xsessions)
8140 (mkdir-p bin)
8141 (with-output-to-file
8142 (string-append xsessions "/exwm-x.desktop")
8143 (lambda _
8144 (format #t "[Desktop Entry]~@
8145 Name=~a~@
8146 Comment=~a~@
8147 Exec=~a~@
8148 TryExec=~@*~a~@
8149 Type=Application~%" ,name ,synopsis exwm-executable)))
8150 ;; Add a shell wrapper to bin
8151 (with-output-to-file exwm-executable
8152 (lambda _
8153 (format #t "#!~a ~@
8154 ~a +SI:localuser:$USER ~@
8155 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
8156 (string-append (assoc-ref inputs "bash") "/bin/sh")
8157 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
8158 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
8159 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
8160 '(require 'exwmx-loader))))
8161 (chmod exwm-executable #o555)
8162 #t))))))
8163 (home-page "https://github.com/tumashu/exwm-x")
8164 (description "EXWM-X is a derivative window manager based on EXWM, with focus
8165 on mouse-control.")
8166 (license license:gpl3+)))
8167
8168 (define-public emacs-gnugo
8169 (package
8170 (name "emacs-gnugo")
8171 (version "3.1.0")
8172 (source
8173 (origin
8174 (method url-fetch)
8175 (uri (string-append "https://elpa.gnu.org/packages/gnugo-"
8176 version ".tar"))
8177 (sha256
8178 (base32
8179 "0xpjvs250gg71qwapdsb1hlc61gs0gpkjds01srf784fvyxx2gf1"))))
8180 (build-system emacs-build-system)
8181 (arguments
8182 `(#:phases (modify-phases %standard-phases
8183 (add-after 'unpack 'configure-default-gnugo-xpms-variable
8184 (lambda _
8185 (substitute* "gnugo.el"
8186 (("defvar gnugo-xpms nil")
8187 "defvar gnugo-xpms #'gnugo-imgen-create-xpms"))
8188 #t)))))
8189 (propagated-inputs
8190 `(("emacs-ascii-art-to-unicode" ,emacs-ascii-art-to-unicode)
8191 ("emacs-xpm" ,emacs-xpm)))
8192 (home-page "https://elpa.gnu.org/packages/gnugo.html")
8193 (synopsis "Emacs major mode for playing GNU Go")
8194 (description "This package provides an Emacs based interface for GNU Go.
8195 It has a graphical mode where the board and stones are drawn using XPM images
8196 and supports the use of a mouse.")
8197 (license license:gpl3+)))
8198
8199 (define-public emacs-gnuplot
8200 (package
8201 (name "emacs-gnuplot")
8202 (version "0.7.0")
8203 (source
8204 (origin
8205 (method git-fetch)
8206 (uri (git-reference
8207 (url "https://github.com/bruceravel/gnuplot-mode.git")
8208 (commit version)))
8209 (file-name (git-file-name name version))
8210 (sha256
8211 (base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
8212 (build-system gnu-build-system)
8213 (native-inputs `(("emacs" ,emacs-minimal)))
8214 (arguments
8215 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
8216 "/gnuplot-" version)))
8217 `(#:modules ((guix build gnu-build-system)
8218 (guix build utils)
8219 (guix build emacs-utils))
8220 #:imported-modules (,@%gnu-build-system-modules
8221 (guix build emacs-utils))
8222 #:configure-flags
8223 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
8224 "/bin/emacs")
8225 (string-append "--with-lispdir=" %output ,elisp-dir))
8226 #:phases
8227 (modify-phases %standard-phases
8228 (add-after 'install 'generate-autoloads
8229 (lambda* (#:key outputs #:allow-other-keys)
8230 (emacs-generate-autoloads
8231 "gnuplot"
8232 (string-append (assoc-ref outputs "out") ,elisp-dir))
8233 #t))))))
8234 (home-page "https://github.com/bruceravel/gnuplot-mode")
8235 (synopsis "Emacs major mode for interacting with gnuplot")
8236 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
8237 with gnuplot.")
8238 (license license:gpl2+)))
8239
8240 (define-public emacs-transpose-frame
8241 (package
8242 (name "emacs-transpose-frame")
8243 (version "0.1.0")
8244 (source
8245 (origin
8246 (method url-fetch)
8247 (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
8248 (file-name (string-append "transpose-frame-" version ".el"))
8249 (sha256
8250 (base32
8251 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
8252 (build-system emacs-build-system)
8253 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
8254 (synopsis "Transpose window arrangement in current frame")
8255 (description "@code{emacs-transpose-frame} provides some interactive
8256 functions which allows users to transpose windows arrangement in currently
8257 selected frame.")
8258 (license license:bsd-2)))
8259
8260 (define-public emacs-key-chord
8261 (package
8262 (name "emacs-key-chord")
8263 (version "0.6")
8264 (source
8265 (origin
8266 (method url-fetch)
8267 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
8268 (file-name (string-append "key-chord-" version ".el"))
8269 (sha256
8270 (base32
8271 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
8272 (build-system emacs-build-system)
8273 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
8274 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
8275 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
8276 mode for binding key chords to commands. A key chord is defined as two keys
8277 pressed simultaneously or a single key quickly pressed twice.")
8278 (license license:gpl2+)))
8279
8280 (define-public emacs-evil-surround
8281 (package
8282 (name "emacs-evil-surround")
8283 (version "1.0.4")
8284 (source
8285 (origin
8286 (method git-fetch)
8287 (uri (git-reference
8288 (url "https://github.com/emacs-evil/evil-surround")
8289 (commit version)))
8290 (file-name (git-file-name name version))
8291 (sha256
8292 (base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
8293 (build-system emacs-build-system)
8294 (propagated-inputs
8295 `(("emacs-evil" ,emacs-evil)))
8296 (home-page "https://github.com/emacs-evil/evil-surround")
8297 (synopsis "Easily modify surrounding parentheses and quotes")
8298 (description "@code{emacs-evil-surround} allows easy deletion, change and
8299 addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
8300 (license license:gpl3+)))
8301
8302 (define-public emacs-evil-commentary
8303 (package
8304 (name "emacs-evil-commentary")
8305 (version "2.1.1")
8306 (source
8307 (origin
8308 (method git-fetch)
8309 (uri (git-reference
8310 (url "https://github.com/linktohack/evil-commentary.git")
8311 (commit (string-append "v" version))))
8312 (file-name (git-file-name name version))
8313 (sha256
8314 (base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"))))
8315 (build-system emacs-build-system)
8316 (propagated-inputs
8317 `(("emacs-evil" ,emacs-evil)))
8318 (home-page "https://github.com/linktohack/evil-commentary")
8319 (synopsis "Comment out code in evil mode")
8320 (description "@code{emacs-evil-commentary} adds keybindings to easily
8321 comment out lines of code in evil mode. It provides @code{gcc} to comment out
8322 lines, and @code{gc} to comment out the target of a motion.")
8323 (license license:gpl3+)))
8324
8325 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
8326 ;; therefore cannot be run
8327 (define-public emacs-ansi
8328 (package
8329 (name "emacs-ansi")
8330 (version "0.4.1")
8331 (source
8332 (origin
8333 (method git-fetch)
8334 (uri (git-reference
8335 (url "https://github.com/rejeep/ansi.el.git")
8336 (commit (string-append "v" version))))
8337 (file-name (git-file-name name version))
8338 (sha256
8339 (base32 "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"))))
8340 (build-system emacs-build-system)
8341 (propagated-inputs
8342 `(("emacs-dash" ,emacs-dash)
8343 ("emacs-s" ,emacs-s)))
8344 (home-page "https://github.com/rejeep/ansi.el")
8345 (synopsis "Convert strings to ANSI")
8346 (description "@code{emacs-ansi} defines functions that turns simple
8347 strings to ANSI strings. Turning a string into an ANSI string can be to add
8348 color to a text, add color in the background of a text or adding a style, such
8349 as bold, underscore or italic.")
8350 (license license:gpl3+)))
8351
8352 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
8353 ;; therefore cannot be run
8354 (define-public emacs-commander
8355 (package
8356 (name "emacs-commander")
8357 (version "0.7.0")
8358 (source
8359 (origin
8360 (method git-fetch)
8361 (uri (git-reference
8362 (url "https://github.com/rejeep/commander.el.git")
8363 (commit (string-append "v" version))))
8364 (file-name (git-file-name name version))
8365 (sha256
8366 (base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
8367 (build-system emacs-build-system)
8368 (propagated-inputs
8369 `(("emacs-dash" ,emacs-dash)
8370 ("emacs-f" ,emacs-f)
8371 ("emacs-s" ,emacs-s)))
8372 (home-page "https://github.com/rejeep/commander.el")
8373 (synopsis "Emacs command line parser")
8374 (description "@code{emacs-commander} provides command line parsing for
8375 Emacs.")
8376 (license license:gpl3+)))
8377
8378 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
8379 ;; cannot be run
8380 (define-public emacs-ert-runner
8381 (let ((version "0.7.0")
8382 (revision "1")
8383 (commit "90b8fdd5970ef76a4649be60003b37f82cdc1a65"))
8384 (package
8385 (name "emacs-ert-runner")
8386 (version (git-version "0.7.0" revision commit))
8387 (source
8388 (origin
8389 (method git-fetch)
8390 (uri (git-reference
8391 (url "https://github.com/rejeep/ert-runner.el.git")
8392 (commit commit)))
8393 (file-name (git-file-name name version))
8394 (sha256
8395 (base32
8396 "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"))))
8397 (build-system emacs-build-system)
8398 (inputs
8399 `(("emacs-ansi" ,emacs-ansi)
8400 ("emacs-commander" ,emacs-commander)
8401 ("emacs-dash" ,emacs-dash)
8402 ("emacs-f" ,emacs-f)
8403 ("emacs-s" ,emacs-s)
8404 ("emacs-shut-up" ,emacs-shut-up)))
8405 (arguments
8406 `(#:phases
8407 (modify-phases %standard-phases
8408 (add-after 'install 'install-executable
8409 (lambda* (#:key inputs outputs #:allow-other-keys)
8410 (let ((out (assoc-ref outputs "out"))
8411 (source-directory (string-append
8412 (getenv "TMPDIR") "/source")))
8413 (substitute* "bin/ert-runner"
8414 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
8415 (string-append "ERT_RUNNER=\"" out
8416 "/share/emacs/site-lisp/guix.d/ert-runner-"
8417 ,version)))
8418 (install-file "bin/ert-runner" (string-append out "/bin"))
8419 (wrap-program (string-append out "/bin/ert-runner")
8420 (list "EMACSLOADPATH" ":" 'prefix
8421 ;; Do not capture the transient source directory in
8422 ;; the wrapper.
8423 (delete source-directory
8424 (string-split (getenv "EMACSLOADPATH") #\:))))
8425 #t))))
8426 #:include (cons* "^reporters/.*\\.el$" %default-include)))
8427 (home-page "https://github.com/rejeep/ert-runner.el")
8428 (synopsis "Opinionated Ert testing workflow")
8429 (description "@code{ert-runner} is a tool for Emacs projects tested
8430 using ERT. It assumes a certain test structure setup and can therefore make
8431 running tests easier.")
8432 (license license:gpl3+))))
8433
8434 (define-public ert-runner
8435 (deprecated-package "ert-runner" emacs-ert-runner))
8436
8437 (define-public emacs-xtest
8438 (package
8439 (name "emacs-xtest")
8440 (version "1.1.0")
8441 (source (origin
8442 (method git-fetch)
8443 (uri (git-reference
8444 (url "https://github.com/promethial/xtest.git")
8445 (commit (string-append "v" version))))
8446 (file-name (git-file-name name version))
8447 (sha256
8448 (base32
8449 "1wqx6hlqcmqiljydih5fx89dw06g8w728pyn4iqsap8jwgjngb09"))))
8450 (arguments
8451 `(#:exclude '()))
8452 (build-system emacs-build-system)
8453 (home-page "https://github.com/promethial/xtest/")
8454 (synopsis "Simple testing with Emacs")
8455 (description "This package provides a simple testing library for Emacs.")
8456 (license license:gpl3+)))
8457
8458 (define-public emacs-disable-mouse
8459 (package
8460 (name "emacs-disable-mouse")
8461 (version "0.2")
8462 (source
8463 (origin
8464 (method git-fetch)
8465 (uri (git-reference
8466 (url "https://github.com/purcell/disable-mouse.git")
8467 (commit version)))
8468 (file-name (git-file-name name version))
8469 (sha256
8470 (base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
8471 (build-system emacs-build-system)
8472 (home-page "https://github.com/purcell/disable-mouse")
8473 (synopsis "Disable mouse commands globally")
8474 (description
8475 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
8476 pair of minor modes which suppress all mouse events by intercepting them and
8477 running a customisable handler command (@code{ignore} by default). ")
8478 (license license:gpl3+)))
8479
8480 (define-public emacs-json-reformat
8481 (package
8482 (name "emacs-json-reformat")
8483 (version "0.0.6")
8484 (source
8485 (origin
8486 (method git-fetch)
8487 (uri (git-reference
8488 (url "https://github.com/gongo/json-reformat.git")
8489 (commit version)))
8490 (file-name (git-file-name name version))
8491 (sha256
8492 (base32 "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs"))
8493 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
8494 (build-system emacs-build-system)
8495 (propagated-inputs
8496 `(("emacs-undercover" ,emacs-undercover)))
8497 (native-inputs
8498 `(("emacs-dash" ,emacs-dash)
8499 ("emacs-shut-up" ,emacs-shut-up)
8500 ("ert-runner" ,emacs-ert-runner)))
8501 (arguments
8502 `(#:tests? #t
8503 #:test-command '("ert-runner")
8504 #:phases
8505 (modify-phases %standard-phases
8506 (add-before 'check 'make-tests-writable
8507 (lambda _
8508 (for-each make-file-writable (find-files "test"))
8509 #t))
8510 (add-before 'check 'delete-json-objects-order-test
8511 (lambda _
8512 (emacs-batch-edit-file "test/json-reformat-test.el"
8513 `(progn (progn (goto-char (point-min))
8514 (re-search-forward
8515 "ert-deftest json-reformat-test:json-reformat-region")
8516 (beginning-of-line)
8517 (kill-sexp))
8518 (basic-save-buffer)))
8519 #t)))))
8520 (home-page "https://github.com/gongo/json-reformat")
8521 (synopsis "Reformatting tool for JSON")
8522 (description "@code{json-reformat} provides a reformatting tool for
8523 @url{http://json.org/, JSON}.")
8524 (license license:gpl3+)))
8525
8526 (define-public emacs-json-snatcher
8527 (package
8528 (name "emacs-json-snatcher")
8529 (version "1.0.0")
8530 (source
8531 (origin
8532 (method git-fetch)
8533 (uri (git-reference
8534 (url "https://github.com/Sterlingg/json-snatcher.git")
8535 (commit version)))
8536 (file-name (git-file-name name version))
8537 (sha256
8538 (base32 "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"))))
8539 (build-system emacs-build-system)
8540 (home-page "https://github.com/sterlingg/json-snatcher")
8541 (synopsis "Grabs the path to JSON values in a JSON file")
8542 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
8543 a @url{http://json.org/, JSON} file.")
8544 (license license:gpl3+)))
8545
8546 (define-public emacs-json-mode
8547 (package
8548 (name "emacs-json-mode")
8549 (version "1.7.0")
8550 (source
8551 (origin
8552 (method git-fetch)
8553 (uri (git-reference
8554 (url "https://github.com/joshwnj/json-mode.git")
8555 (commit (string-append "v" version))))
8556 (file-name (git-file-name name version))
8557 (sha256
8558 (base32 "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"))))
8559 (build-system emacs-build-system)
8560 (propagated-inputs
8561 `(("emacs-json-reformat" ,emacs-json-reformat)
8562 ("emacs-json-snatcher" ,emacs-json-snatcher)))
8563 (home-page "https://github.com/joshwnj/json-mode")
8564 (synopsis "Major mode for editing JSON files")
8565 (description "@code{json-mode} extends the builtin js-mode syntax
8566 highlighting.")
8567 (license license:gpl3+)))
8568
8569 (define-public emacs-restclient
8570 (let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
8571 (version "0")
8572 (revision "2")) ;Guix package revision,
8573 ;upstream doesn't have official releases
8574 (package
8575 (name "emacs-restclient")
8576 (version (git-version version revision commit))
8577 (source (origin
8578 (method git-fetch)
8579 (uri (git-reference
8580 (url "https://github.com/pashky/restclient.el.git")
8581 (commit commit)))
8582 (sha256
8583 (base32
8584 "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
8585 (file-name (git-file-name name version))))
8586 (build-system emacs-build-system)
8587 (propagated-inputs
8588 `(("emacs-helm" ,emacs-helm)))
8589 (home-page "https://github.com/pashky/restclient.el")
8590 (synopsis "Explore and test HTTP REST webservices")
8591 (description
8592 "This tool allows for testing and exploration of HTTP REST Web services
8593 from within Emacs. Restclient runs queries from a plan-text query sheet,
8594 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
8595 (license license:public-domain))))
8596
8597 (define-public emacs-whitespace-cleanup-mode
8598 (let ((commit "72427144b054b0238a86e1348c45d986b8830d9d")
8599 (revision "1"))
8600 (package
8601 (name "emacs-whitespace-cleanup-mode")
8602 (version (git-version "0.10" revision commit))
8603 (source (origin
8604 (method git-fetch)
8605 (uri (git-reference
8606 (url "https://github.com/purcell/whitespace-cleanup-mode")
8607 (commit commit)))
8608 (sha256
8609 (base32
8610 "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag"))
8611 (file-name (git-file-name name version))))
8612 (build-system emacs-build-system)
8613 (home-page "https://github.com/purcell/whitespace-cleanup-mode")
8614 (synopsis "Intelligently call @code{whitespace-cleanup} on save")
8615 (description
8616 "This package provides a minor mode that calls
8617 @code{whitespace-cleanup} before saving the current buffer only if the
8618 whitespace in the buffer was initially clean.")
8619 (license license:gpl3+))))
8620
8621 (define-public emacs-eimp
8622 (let ((version "1.4.0")
8623 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
8624 (revision "1"))
8625 (package
8626 (name "emacs-eimp")
8627 (version (git-version version revision commit))
8628 (source
8629 (origin
8630 (method git-fetch)
8631 (uri (git-reference
8632 (url "https://github.com/nicferrier/eimp.git")
8633 (commit commit)))
8634 (file-name (git-file-name name version))
8635 (sha256
8636 (base32
8637 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
8638 (build-system emacs-build-system)
8639 (arguments
8640 `(#:phases
8641 (modify-phases %standard-phases
8642 (add-after 'unpack 'configure
8643 (lambda* (#:key inputs #:allow-other-keys)
8644 (let ((imagemagick (assoc-ref inputs "imagemagick")))
8645 ;; eimp.el is read-only in git.
8646 (chmod "eimp.el" #o644)
8647 (emacs-substitute-variables "eimp.el"
8648 ("eimp-mogrify-program"
8649 (string-append imagemagick "/bin/mogrify"))))
8650 #t)))))
8651 (inputs
8652 `(("imagemagick" ,imagemagick)))
8653 (home-page "https://github.com/nicferrier/eimp")
8654 (synopsis "Interactive image manipulation utility for Emacs")
8655 (description "@code{emacs-eimp} allows interactive image manipulation
8656 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
8657 the actual transformations.")
8658 (license license:gpl2+))))
8659
8660 (define-public emacs-dired-hacks
8661 (let ((commit "2c1234592aee91dcd9401bcd67213e6a4a464fd9")
8662 (revision "1"))
8663 (package
8664 (name "emacs-dired-hacks")
8665 (version (string-append "0.0.1-" revision "."
8666 (string-take commit 7)))
8667 (source (origin
8668 (method git-fetch)
8669 (uri (git-reference
8670 (url "https://github.com/Fuco1/dired-hacks.git")
8671 (commit commit)))
8672 (file-name (git-file-name name version))
8673 (sha256
8674 (base32
8675 "1g7mky41cahpryzj6frdgzdymknpqq7pidzfjj9304887kijmhj3"))))
8676 (build-system emacs-build-system)
8677 (propagated-inputs
8678 `(("emacs-dash" ,emacs-dash)
8679 ("emacs-eimp" ,emacs-eimp)
8680 ("emacs-f" ,emacs-f)
8681 ("emacs-s" ,emacs-s)))
8682 (home-page "https://github.com/Fuco1/dired-hacks")
8683 (synopsis
8684 "Collection of useful dired additions")
8685 (description
8686 "Collection of Emacs dired mode additions:
8687 @itemize
8688 @item dired-avfs
8689 @item dired-columns
8690 @item dired-filter
8691 @item dired-hacks-utils
8692 @item dired-images
8693 @item dired-list
8694 @item dired-narrow
8695 @item dired-open
8696 @item dired-rainbow
8697 @item dired-ranger
8698 @item dired-subtree
8699 @item dired-tagsistant
8700 @end itemize\n")
8701 (license license:gpl3+))))
8702
8703 (define-public emacs-dired-sidebar
8704 (let ((commit "06bd0d40bab812c61a668129daf29ba359424454")
8705 (revision "0"))
8706 (package
8707 (name "emacs-dired-sidebar")
8708 (home-page "https://github.com/jojojames/dired-sidebar")
8709 (version (git-version "0.0.1" revision commit))
8710 (source (origin
8711 (method git-fetch)
8712 (uri (git-reference (url home-page) (commit commit)))
8713 (file-name (git-file-name name version))
8714 (sha256
8715 (base32
8716 "0lvwvq6sl80sha9fq5m4568sg534dhmifyjqw75bqddcbf3by84x"))))
8717 (build-system emacs-build-system)
8718 (propagated-inputs
8719 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
8720 (synopsis "Sidebar for Emacs using Dired")
8721 (description
8722 "This package provides a sidebar for Emacs similar to @code{NeoTree}
8723 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
8724 (license license:gpl3+))))
8725
8726 (define-public emacs-which-key
8727 (package
8728 (name "emacs-which-key")
8729 (version "3.3.1")
8730 (source
8731 (origin
8732 (method git-fetch)
8733 (uri (git-reference
8734 (url "https://github.com/justbur/emacs-which-key.git")
8735 (commit (string-append "v" version))))
8736 (file-name (git-file-name name version))
8737 (sha256
8738 (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
8739 (build-system emacs-build-system)
8740 (arguments
8741 `(#:tests? #t
8742 #:test-command '("emacs" "--batch"
8743 "-l" "which-key-tests.el"
8744 "-f" "ert-run-tests-batch-and-exit")))
8745 (home-page "https://github.com/justbur/emacs-which-key")
8746 (synopsis "Display available key bindings in popup")
8747 (description
8748 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
8749 bindings following your currently entered incomplete command (a prefix) in a
8750 popup. For example, after enabling the minor mode if you enter C-x and wait
8751 for the default of 1 second, the minibuffer will expand with all of the
8752 available key bindings that follow C-x (or as many as space allows given your
8753 settings).")
8754 (license license:gpl3+)))
8755
8756 (define-public emacs-hercules
8757 (let ((commit "3345904a0dab4c7a4d4478f0766f1d9f5d1bb501")
8758 (revision "1"))
8759 (package
8760 (name "emacs-hercules")
8761 (version (git-version "0.2" revision commit))
8762 (source
8763 (origin
8764 (method git-fetch)
8765 (uri (git-reference
8766 (url "https://gitlab.com/jjzmajic/hercules.el.git")
8767 (commit commit)))
8768 (file-name (git-file-name name version))
8769 (sha256
8770 (base32 "0cpq8h6l47nqhzch6snax5yrhxl8p4wn35q13ci35lj3iq8kmlk8"))))
8771 (build-system emacs-build-system)
8772 (propagated-inputs
8773 `(("emacs-which-key" ,emacs-which-key)))
8774 (home-page "https://gitlab.com/jjzmajic/hercules.el")
8775 (synopsis "Call a chain of related commands without repeated prefix keys")
8776 (description
8777 "This package provides sticky-key-like functionality to obviate the
8778 need for repeated prefix-key sequences, and can reuse existing keymaps. The
8779 list of commands is displayed in a handy popup.")
8780 (license license:gpl3+))))
8781
8782 (define-public emacs-ws-butler
8783 (package
8784 (name "emacs-ws-butler")
8785 (version "0.6")
8786 (source (origin
8787 (method git-fetch)
8788 (uri (git-reference
8789 (url "https://github.com/lewang/ws-butler.git")
8790 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
8791 (file-name (git-file-name name version))
8792 (sha256
8793 (base32
8794 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
8795 (build-system emacs-build-system)
8796 (native-inputs
8797 `(("ert-runner" ,emacs-ert-runner)))
8798 (arguments
8799 `(#:tests? #t
8800 #:test-command '("ert-runner" "tests")))
8801 (home-page "https://github.com/lewang/ws-butler")
8802 (synopsis "Trim spaces from end of lines")
8803 (description
8804 "This Emacs package automatically and unobtrusively trims whitespace
8805 characters from end of lines.")
8806 (license license:gpl3+)))
8807
8808 (define-public emacs-org-edit-latex
8809 (package
8810 (name "emacs-org-edit-latex")
8811 (version "0.8.0")
8812 (source
8813 (origin
8814 (method git-fetch)
8815 (uri (git-reference
8816 (url "https://github.com/et2010/org-edit-latex.git")
8817 (commit (string-append "v" version))))
8818 (file-name (git-file-name name version))
8819 (sha256
8820 (base32 "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
8821 (build-system emacs-build-system)
8822 (propagated-inputs
8823 `(("emacs-auctex" ,emacs-auctex)
8824 ;; The version of org in Emacs 25.2 is not sufficient, because the
8825 ;; `org-latex-make-preamble' function is required.
8826 ("emacs-org" ,emacs-org)))
8827 (home-page "https://github.com/et2010/org-edit-latex")
8828 (synopsis "Edit a latex fragment just like editing a src block")
8829 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
8830 It lets you edit a latex fragment in a dedicated buffer just like editing a
8831 src block.")
8832 (license license:gpl3+)))
8833
8834 (define-public emacs-emamux
8835 (package
8836 (name "emacs-emamux")
8837 (version "0.14")
8838 (source
8839 (origin
8840 (method git-fetch)
8841 (uri (git-reference
8842 (url "https://github.com/syohex/emacs-emamux.git")
8843 (commit version)))
8844 (file-name (git-file-name name version))
8845 (sha256
8846 (base32 "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b"))))
8847 (build-system emacs-build-system)
8848 (home-page "https://github.com/syohex/emacs-emamux")
8849 (synopsis "Manipulate Tmux from Emacs")
8850 (description
8851 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
8852 multiplexer.")
8853 (license license:gpl3+)))
8854
8855 (define-public emacs-rpm-spec-mode
8856 (package
8857 (name "emacs-rpm-spec-mode")
8858 (version "0.16")
8859 (source
8860 (origin
8861 (method url-fetch)
8862 ;; URI has the Fedora release number instead of the version
8863 ;; number. This will have to updated manually every new release.
8864 (uri (string-append
8865 "https://src.fedoraproject.org/cgit/rpms"
8866 "/emacs-rpm-spec-mode.git/snapshot"
8867 "/emacs-rpm-spec-mode-f26.tar.gz"))
8868 (sha256
8869 (base32
8870 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
8871 (build-system emacs-build-system)
8872 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
8873 (synopsis "Emacs major mode for editing RPM spec files")
8874 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
8875 editing RPM spec files.")
8876 (license license:gpl2+)))
8877
8878 (define-public emacs-lcr
8879 (package
8880 (name "emacs-lcr")
8881 (version "1.1")
8882 (source
8883 (origin
8884 (method git-fetch)
8885 (uri (git-reference
8886 (url "https://github.com/jyp/lcr")
8887 (commit version)))
8888 (file-name (git-file-name name version))
8889 (sha256
8890 (base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
8891 (build-system emacs-build-system)
8892 (propagated-inputs
8893 `(("emacs-dash" ,emacs-dash)))
8894 (home-page "https://github.com/jyp/lcr")
8895 (synopsis "Lightweight coroutines in Emacs Lisp")
8896 (description "This package provides macros that can translate code into
8897 equivalent continuation-passing code, as well as miscellaneous utility
8898 functions written in continuation-passing style.")
8899 (license license:gpl3+)))
8900
8901 (define-public emacs-attrap
8902 (let ((commit "3b092bb8f6755a97e6ecb7623b9d2dde58beba4a")
8903 (revision "1"))
8904 (package
8905 (name "emacs-attrap")
8906 (version (git-version "1.0" revision commit))
8907 (source (origin
8908 (method git-fetch)
8909 (uri (git-reference
8910 (url "https://github.com/jyp/attrap")
8911 (commit commit)))
8912 (sha256
8913 (base32
8914 "05d32980saji8ja1pcv65l0s3dq7w0n5hpikbf246hciy1x067pp"))
8915 (file-name (git-file-name name version))))
8916 (build-system emacs-build-system)
8917 (propagated-inputs
8918 `(("emacs-dash" ,emacs-dash)
8919 ("emacs-f" ,emacs-f)
8920 ("emacs-flycheck" ,emacs-flycheck)
8921 ("emacs-s" ,emacs-s)))
8922 (home-page "https://github.com/jyp/attrap")
8923 (synopsis "Fix coding error at point")
8924 (description "This package provides a command to fix the Flycheck error
8925 at point.")
8926 (license license:gpl3+))))
8927
8928 (define-public emacs-git-messenger
8929 (package
8930 (name "emacs-git-messenger")
8931 (version "0.18")
8932 (source
8933 (origin
8934 (method git-fetch)
8935 (uri (git-reference
8936 (url "https://github.com/syohex/emacs-git-messenger.git")
8937 (commit version)))
8938 (file-name (git-file-name name version))
8939 (sha256
8940 (base32 "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"))))
8941 (build-system emacs-build-system)
8942 (propagated-inputs
8943 `(("emacs-popup" ,emacs-popup)))
8944 (arguments
8945 `(#:tests? #t
8946 #:test-command '("emacs" "--batch" "-l" "test/test.el"
8947 "-f" "ert-run-tests-batch-and-exit")))
8948 (home-page "https://github.com/syohex/emacs-git-messenger")
8949 (synopsis "Popup commit message at current line")
8950 (description "@code{emacs-git-messenger} provides
8951 @code{git-messenger:popup-message}, a function that when called, will popup
8952 the last git commit message for the current line. This uses git-blame
8953 internally.")
8954 (license license:gpl3+)))
8955
8956 (define-public emacs-gitpatch
8957 (package
8958 (name "emacs-gitpatch")
8959 (version "0.5.1")
8960 (source
8961 (origin
8962 (method git-fetch)
8963 (uri (git-reference
8964 (url "https://github.com/tumashu/gitpatch.git")
8965 (commit (string-append "v" version))))
8966 (file-name (git-file-name name version))
8967 (sha256
8968 (base32 "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig"))))
8969 (build-system emacs-build-system)
8970 (home-page "https://github.com/tumashu/gitpatch")
8971 (synopsis "Mail git patch from Emacs")
8972 (description "@code{emacs-gitpatch} lets users easily send git patches,
8973 created by @code{git format-patch}, from @code{magit}, @code{dired} and
8974 @code{ibuffer} buffers.")
8975 (license license:gpl3+)))
8976
8977 (define-public emacs-erc-hl-nicks
8978 (package
8979 (name "emacs-erc-hl-nicks")
8980 (version "1.3.3")
8981 (source
8982 (origin
8983 (method git-fetch)
8984 (uri (git-reference
8985 (url "https://github.com/leathekd/erc-hl-nicks")
8986 (commit version)))
8987 (file-name (git-file-name name version))
8988 (sha256
8989 (base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"))))
8990 (build-system emacs-build-system)
8991 (synopsis "Nickname highlighting for Emacs ERC")
8992 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
8993 client for Emacs. The main features are:
8994 @itemize
8995 @item Auto-colorizes nicknames without having to specify colors
8996 @item Ignores certain characters that IRC clients add to nicknames to avoid
8997 duplicates (nickname, nickname’, nickname\", etc.)
8998 @item Attempts to produce colors with a sufficient amount of contrast between
8999 the nick color and the background color
9000 @end itemize\n")
9001 (home-page "https://github.com/leathekd/erc-hl-nicks")
9002 (license license:gpl3+)))
9003
9004 (define-public emacs-engine-mode
9005 (package
9006 (name "emacs-engine-mode")
9007 (version "2.0.0")
9008 (source
9009 (origin
9010 (method git-fetch)
9011 (uri (git-reference
9012 (url "https://github.com/hrs/engine-mode.git")
9013 (commit (string-append "v" version))))
9014 (file-name (git-file-name name version))
9015 (sha256
9016 (base32 "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml"))))
9017 (build-system emacs-build-system)
9018 (synopsis "Minor mode for defining and querying search engines")
9019 (description "@code{engine-mode} is a global minor mode for Emacs. It
9020 enables you to easily define search engines, bind them to keybindings, and
9021 query them from the comfort of your editor.")
9022 (home-page "https://github.com/hrs/engine-mode")
9023 (license license:gpl3+)))
9024
9025 (define-public emacs-prop-menu
9026 (package
9027 (name "emacs-prop-menu")
9028 (version "0.1.2")
9029 (source
9030 (origin
9031 (method url-fetch)
9032 (uri (string-append
9033 "http://stable.melpa.org/packages/prop-menu-"
9034 version ".el"))
9035 (sha256
9036 (base32
9037 "01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
9038 (build-system emacs-build-system)
9039 (home-page
9040 "https://github.com/david-christiansen/prop-menu-el")
9041 (synopsis
9042 "Create and display a context menu based on text and overlay properties")
9043 (description
9044 "This is a library for computing context menus based on text
9045 properties and overlays. The intended use is to have tools that
9046 annotate source code and others that use these annotations, without
9047 requiring a direct coupling between them, but maintaining
9048 discoverability.
9049
9050 Major modes that wish to use this library should first define an
9051 appropriate value for @code{prop-menu-item-functions}. Then, they should
9052 bind @code{prop-menu-by-completing-read} to an appropriate
9053 key. Optionally, a mouse pop-up can be added by binding
9054 @code{prop-menu-show-menu} to a mouse event.")
9055 (license license:gpl3+)))
9056
9057 (define-public emacs-idris-mode
9058 (let ((commit "acc8835449475d7cd205aba213fdd3d41c38ba40")
9059 (revision "0"))
9060 (package
9061 (name "emacs-idris-mode")
9062 (version (git-version "0.9.19" revision commit))
9063 (source
9064 (origin
9065 (method git-fetch)
9066 (uri (git-reference
9067 (url "https://github.com/idris-hackers/idris-mode.git")
9068 (commit commit)))
9069 (file-name (git-file-name name commit))
9070 (sha256
9071 (base32
9072 "0n9xbknc68id0mf8hbfmawi8qpvrs47ix807sk9ffv2g3ik32kk6"))))
9073 (build-system emacs-build-system)
9074 (propagated-inputs
9075 `(("emacs-prop-menu" ,emacs-prop-menu)))
9076 (home-page
9077 "https://github.com/idris-hackers/idris-mode")
9078 (synopsis "Major mode for editing Idris code")
9079 (description
9080 "This is an Emacs mode for editing Idris code. It requires the latest
9081 version of Idris, and some features may rely on the latest Git version of
9082 Idris.")
9083 (license license:gpl3+))))
9084
9085 (define-public emacs-browse-at-remote
9086 (package
9087 (name "emacs-browse-at-remote")
9088 (version "0.10.0")
9089 (source
9090 (origin
9091 (method git-fetch)
9092 (uri (git-reference
9093 (url "https://github.com/rmuslimov/browse-at-remote.git")
9094 (commit version)))
9095 (file-name (git-file-name name version))
9096 (sha256
9097 (base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
9098 (build-system emacs-build-system)
9099 (propagated-inputs
9100 `(("emacs-f" ,emacs-f)
9101 ("emacs-s" ,emacs-s)))
9102 (native-inputs
9103 `(("ert-runner" ,emacs-ert-runner)))
9104 (arguments
9105 `(#:tests? #t
9106 #:test-command '("ert-runner")))
9107 (home-page "https://github.com/rmuslimov/browse-at-remote")
9108 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
9109 (description
9110 "This Emacs package allows you to open a target page on
9111 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
9112 It supports dired buffers and opens them in tree mode at destination.")
9113 (license license:gpl3+)))
9114
9115 (define-public emacs-tiny
9116 (package
9117 (name "emacs-tiny")
9118 (version "0.2.1")
9119 (source
9120 (origin
9121 (method url-fetch)
9122 (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
9123 (sha256
9124 (base32
9125 "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
9126 (build-system emacs-build-system)
9127 (home-page "https://github.com/abo-abo/tiny")
9128 (synopsis "Quickly generate linear ranges in Emacs")
9129 (description
9130 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
9131 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
9132 proficiency is an advantage, since you can transform your numeric range with
9133 an elisp expression.")
9134 (license license:gpl3+)))
9135
9136 (define-public emacs-emojify
9137 (package
9138 (name "emacs-emojify")
9139 (version "1.2")
9140 (source
9141 (origin
9142 (method git-fetch)
9143 (uri (git-reference
9144 (url "https://github.com/iqbalansari/emacs-emojify")
9145 (commit (string-append "v" version))))
9146 (file-name (git-file-name name version))
9147 (sha256
9148 (base32
9149 "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm"))))
9150 (build-system emacs-build-system)
9151 (arguments
9152 `(#:include (cons "^data/" %default-include)))
9153 (propagated-inputs
9154 `(("emacs-ht" ,emacs-ht)))
9155 (home-page "https://github.com/iqbalansari/emacs-emojify")
9156 (synopsis "Display emojis in Emacs")
9157 (description "This package displays emojis in Emacs similar to how Github,
9158 Slack, and other websites do. It can display plain ASCII like @code{:)} as
9159 well as Github-style emojis like @code{:smile:}. It provides a minor mode
9160 @code{emojify-mode} to enable the display of emojis in a buffer.")
9161 (license license:gpl3+)))
9162
9163 (define-public emacs-make-it-so
9164 (let ((commit "bc3b01d6b9ed6ff66ebbd524234f9d6df60dd4be")
9165 (version "0.1.0")
9166 (revision "1"))
9167 (package
9168 (name "emacs-make-it-so")
9169 (version (git-version version revision commit))
9170 (source
9171 (origin
9172 (method git-fetch)
9173 (uri (git-reference
9174 (url "https://github.com/abo-abo/make-it-so")
9175 (commit commit)))
9176 (sha256
9177 (base32
9178 "0833bzlscpnkvjnrg3g54yr246afbjwri8n5wxk8drnsq6acvd8z"))))
9179 (build-system emacs-build-system)
9180 (arguments
9181 `(#:include (cons "^recipes/" %default-include)))
9182 (propagated-inputs
9183 `(("emacs-ivy" ,emacs-ivy)))
9184 (home-page "https://github.com/abo-abo/make-it-so")
9185 (synopsis "Transform files with Makefile recipes")
9186 (description "This package provides an interface for selecting from
9187 different conversion recipes, often including tools like @code{ffmpeg} or
9188 @code{convert}. The conversion command need only be written once, and
9189 subsequent invocations can be readily customized. Several recipes are
9190 included by default, and more can be readily added.")
9191 (license license:gpl3+))))
9192
9193 (define-public emacs-websocket
9194 (package
9195 (name "emacs-websocket")
9196 (version "1.10")
9197 (source
9198 (origin
9199 (method git-fetch)
9200 (uri (git-reference
9201 (url "https://github.com/ahyatt/emacs-websocket.git")
9202 (commit version)))
9203 (file-name (git-file-name name version))
9204 (sha256
9205 (base32
9206 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
9207 (build-system emacs-build-system)
9208 (home-page "http://elpa.gnu.org/packages/websocket.html")
9209 (synopsis "Emacs WebSocket client and server")
9210 (description "This is an Elisp library for WebSocket clients to talk to
9211 WebSocket servers, and for WebSocket servers to accept connections from
9212 WebSocket clients. This library is designed to be used by other library
9213 writers, to write applications that use WebSockets, and is not useful by
9214 itself.")
9215 (license license:gpl3+)))
9216
9217 (define-public emacs-oauth2
9218 (package
9219 (name "emacs-oauth2")
9220 (version "0.11")
9221 (source
9222 (origin
9223 (method url-fetch)
9224 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
9225 version ".el"))
9226 (sha256
9227 (base32
9228 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
9229 (build-system emacs-build-system)
9230 (home-page "http://elpa.gnu.org/packages/oauth2.html")
9231 (synopsis "OAuth 2.0 authorization protocol implementation")
9232 (description
9233 "This package provides an Elisp implementation of the OAuth 2.0 draft.
9234 The main entry point is @code{oauth2-auth-and-store} which will return a token
9235 structure. This token structure can be then used with
9236 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
9237 retrieve any data that need OAuth authentication to be accessed. If the token
9238 needs to be refreshed, the code handles it automatically and stores the new
9239 value of the access token.")
9240 (license license:gpl3+)))
9241
9242 (define-public emacs-circe
9243 (package
9244 (name "emacs-circe")
9245 (version "2.10")
9246 (source
9247 (origin
9248 (method git-fetch)
9249 (uri (git-reference
9250 (url "https://github.com/jorgenschaefer/circe.git")
9251 (commit (string-append "v" version))))
9252 (file-name (git-file-name name version))
9253 (sha256
9254 (base32
9255 "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
9256 (build-system emacs-build-system)
9257 (arguments
9258 `(#:tests? #t
9259 #:test-command '("buttercup" "-L" ".")
9260 #:phases
9261 (modify-phases %standard-phases
9262 ;; The HOME environment variable should be set to an existing
9263 ;; directory for the tests to succeed.
9264 (add-before 'check 'set-home
9265 (lambda _
9266 (setenv "HOME" "/tmp")
9267 #t)))))
9268 (native-inputs
9269 `(("emacs-buttercup" ,emacs-buttercup)))
9270 ;; In order to securely connect to an IRC server using TLS, Circe requires
9271 ;; the GnuTLS binary.
9272 (propagated-inputs
9273 `(("gnutls" ,gnutls)))
9274 (home-page "https://github.com/jorgenschaefer/circe")
9275 (synopsis "Client for IRC in Emacs")
9276 (description "Circe is a Client for IRC in Emacs. It integrates well with
9277 the rest of the editor, using standard Emacs key bindings and indicating
9278 activity in channels in the status bar so it stays out of your way unless you
9279 want to use it.")
9280 (license license:gpl3+)))
9281
9282 (define-public emacs-tracking
9283 (package
9284 (inherit emacs-circe)
9285 (name "emacs-tracking")
9286 (arguments
9287 ;; "tracking.el" is a library extracted from Circe package. It requires
9288 ;; "shorten.el".
9289 `(#:include '("^shorten.el$" "^tracking.el$")
9290 ,@(package-arguments emacs-circe)))
9291 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
9292 (synopsis "Buffer tracking library")
9293 (description "@code{tracking.el} provides a way for different modes to
9294 notify the user that a buffer needs attention. The user then can cycle
9295 through them using @key{C-c C-SPC}.")
9296 (license license:gpl3+)))
9297
9298 (define-public emacs-slack
9299 (let ((commit "10fbb81f567b44647ad125a48ecd72df106fb624")
9300 (revision "6"))
9301 (package
9302 (name "emacs-slack")
9303 (version (git-version "0.0.2" revision commit))
9304 (source (origin
9305 (method git-fetch)
9306 (uri (git-reference
9307 (url "https://github.com/yuya373/emacs-slack.git")
9308 (commit commit)))
9309 (file-name (git-file-name name commit))
9310 (sha256
9311 (base32
9312 "01ln9rbalgpxw6rbr4czhy6bd8wrrpyf0qgn2chcq3zmmrn4sy1z"))))
9313 (build-system emacs-build-system)
9314 (arguments
9315 `(#:phases
9316 (modify-phases %standard-phases
9317 ;; HOME needs to exist for source compilation.
9318 (add-before 'build 'set-HOME
9319 (lambda _ (setenv "HOME" "/tmp") #t)))))
9320 (propagated-inputs
9321 `(("emacs-alert" ,emacs-alert)
9322 ("emacs-emojify" ,emacs-emojify)
9323 ("emacs-helm" ,emacs-helm)
9324 ("emacs-request" ,emacs-request)
9325 ("emacs-websocket" ,emacs-websocket)
9326 ("emacs-oauth2" ,emacs-oauth2)
9327 ("emacs-circe" ,emacs-circe)))
9328 (home-page "https://github.com/yuya373/emacs-slack")
9329 (synopsis "Slack client for Emacs")
9330 (description "This package provides an Emacs client for the Slack
9331 messaging service.")
9332 (license license:gpl3+))))
9333
9334 (define-public emacs-bash-completion
9335 (package
9336 (name "emacs-bash-completion")
9337 (version "2.1.0")
9338 (source
9339 (origin
9340 (method git-fetch)
9341 (uri (git-reference
9342 (url "https://github.com/szermatt/emacs-bash-completion.git")
9343 (commit version)))
9344 (file-name (git-file-name name version))
9345 (sha256
9346 (base32 "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"))))
9347 (inputs `(("bash" ,bash)))
9348 (build-system emacs-build-system)
9349 (arguments
9350 `(#:phases
9351 (modify-phases %standard-phases
9352 (add-after 'unpack 'make-git-checkout-writable
9353 (λ _
9354 (for-each make-file-writable (find-files "."))
9355 #t))
9356 (add-before 'install 'configure
9357 (lambda* (#:key inputs #:allow-other-keys)
9358 (let ((bash (assoc-ref inputs "bash")))
9359 (emacs-substitute-variables "bash-completion.el"
9360 ("bash-completion-prog" (string-append bash "/bin/bash"))))
9361 #t)))))
9362 (home-page "https://github.com/szermatt/emacs-bash-completion")
9363 (synopsis "Bash completion for the shell buffer")
9364 (description
9365 "@code{bash-completion} defines dynamic completion hooks for shell-mode
9366 and shell-command prompts that are based on Bash completion.")
9367 (license license:gpl2+)))
9368
9369 (define-public emacs-easy-kill
9370 (package
9371 (name "emacs-easy-kill")
9372 (version "0.9.3")
9373 (source (origin
9374 (method url-fetch)
9375 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
9376 version ".tar"))
9377 (sha256
9378 (base32
9379 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
9380 (build-system emacs-build-system)
9381 (home-page "https://github.com/leoliu/easy-kill")
9382 (synopsis "Kill and mark things easily in Emacs")
9383 (description
9384 "This package provides commands @code{easy-kill} and @code{easy-mark} to
9385 let users kill or mark things easily.")
9386 (license license:gpl3+)))
9387
9388 (define-public emacs-csv-mode
9389 (package
9390 (name "emacs-csv-mode")
9391 (version "1.7")
9392 (source
9393 (origin
9394 (method url-fetch)
9395 (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
9396 version ".el"))
9397 (sha256
9398 (base32
9399 "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
9400 (build-system emacs-build-system)
9401 (home-page
9402 "http://elpa.gnu.org/packages/csv-mode.html")
9403 (synopsis
9404 "Major mode for editing comma/char separated values")
9405 (description
9406 "This Emacs package implements CSV mode, a major mode for editing records
9407 in a generalized CSV (character-separated values) format.")
9408 (license license:gpl3+)))
9409
9410 (define-public emacs-transmission
9411 (package
9412 (name "emacs-transmission")
9413 (version "0.12.1")
9414 (source
9415 (origin
9416 (method git-fetch)
9417 (uri (git-reference
9418 (url "https://github.com/holomorph/transmission.git")
9419 (commit version)))
9420 (file-name (git-file-name name version))
9421 (sha256
9422 (base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
9423 (build-system emacs-build-system)
9424 (home-page "https://github.com/holomorph/transmission")
9425 (synopsis "Emacs interface to a Transmission session")
9426 (description "This package provides an Emacs interface to interact with a
9427 running session of the Transmission Bittorrent client.
9428
9429 Features:
9430
9431 @itemize
9432 @item List, add, start/stop, verify, remove torrents.
9433 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
9434 @item Navigate to the corresponding file list, torrent info, peer info
9435 contexts.
9436 @item Toggle downloading and set priorities for individual files.
9437 @end itemize\n")
9438 (license license:gpl3+)))
9439
9440 (define-public emacs-polymode
9441 (package
9442 (name "emacs-polymode")
9443 (version "0.2")
9444 (source (origin
9445 (method git-fetch)
9446 (uri (git-reference
9447 (url "https://github.com/polymode/polymode.git")
9448 (commit (string-append "v" version))))
9449 (file-name (git-file-name name version))
9450 (sha256
9451 (base32
9452 "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"))))
9453 (build-system emacs-build-system)
9454 (home-page "https://github.com/polymode/polymode")
9455 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
9456 (description
9457 "Polymode is an Emacs package that offers generic support for multiple
9458 major modes inside a single Emacs buffer. It is lightweight, object oriented
9459 and highly extensible. Creating a new polymode typically takes only a few
9460 lines of code. Polymode also provides extensible facilities for external
9461 literate programming tools for exporting, weaving and tangling.")
9462 (license license:gpl3+)))
9463
9464 (define-public emacs-polymode-ansible
9465 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
9466 (package
9467 (name "emacs-polymode-ansible")
9468 ;; No upstream version release yet.
9469 (version (git-version "0.1" "1" commit))
9470 (source
9471 (origin
9472 (method git-fetch)
9473 (uri (git-reference
9474 (url "https://gitlab.com/mavit/poly-ansible")
9475 (commit commit)))
9476 (file-name (git-file-name name version))
9477 (sha256
9478 (base32
9479 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
9480 (build-system emacs-build-system)
9481 (propagated-inputs
9482 `(("emacs-ansible-doc" ,emacs-ansible-doc)
9483 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
9484 ("emacs-polymode" ,emacs-polymode)
9485 ("emacs-yaml-mode" ,emacs-yaml-mode)))
9486 (properties '((upstream-name . "poly-ansible")))
9487 (home-page "https://gitlab.com/mavit/poly-ansible/")
9488 (synopsis "Polymode for Ansible - Jinja2 in YAML")
9489 (description
9490 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
9491 (license license:gpl3+))))
9492
9493 (define-public emacs-polymode-org
9494 (package
9495 (name "emacs-polymode-org")
9496 (version "0.2")
9497 (source
9498 (origin
9499 (method git-fetch)
9500 (uri (git-reference
9501 (url "https://github.com/polymode/poly-org.git")
9502 (commit (string-append "v" version))))
9503 (file-name (git-file-name name version))
9504 (sha256
9505 (base32
9506 "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck"))))
9507 (build-system emacs-build-system)
9508 (propagated-inputs
9509 `(("emacs-polymode" ,emacs-polymode)))
9510 (properties '((upstream-name . "poly-org")))
9511 (home-page "https://github.com/polymode/poly-org")
9512 (synopsis "Polymode definitions for Org mode buffers")
9513 (description
9514 "Provides definitions for @code{emacs-polymode} to support
9515 @code{emacs-org} buffers. Edit source blocks in an Org mode buffer using the
9516 native modes of the blocks' languages while remaining inside the primary Org
9517 buffer.")
9518 (license license:gpl3+)))
9519
9520 (define-public eless
9521 (package
9522 (name "eless")
9523 (version "0.3")
9524 (source
9525 (origin
9526 (method git-fetch)
9527 (uri (git-reference
9528 (url "https://github.com/kaushalmodi/eless.git")
9529 (commit (string-append "v" version))))
9530 (file-name (git-file-name name version))
9531 (sha256
9532 (base32 "0jr7vhh4vw69llhi0fh9ljscljkszkj0acdxl04da5hvqv6pnqbb"))))
9533 (build-system trivial-build-system)
9534 (inputs
9535 `(("bash" ,bash)))
9536 (arguments
9537 `(#:modules ((guix build utils))
9538 #:builder
9539 (begin
9540 (use-modules (guix build utils))
9541 (copy-recursively (assoc-ref %build-inputs "source") "source")
9542 (chdir "source")
9543 (substitute* "eless" (("/usr/bin/env bash")
9544 (string-append (assoc-ref %build-inputs "bash")
9545 "/bin/bash")))
9546 (install-file "eless" (string-append %output "/bin"))
9547 (install-file "doc/eless.info" (string-append %output "/share/info"))
9548 #t)))
9549 (home-page "https://github.com/kaushalmodi/eless")
9550 (synopsis "Use Emacs as a paginator")
9551 (description "@code{eless} provides a combination of Bash script
9552 and a minimal Emacs view-mode.
9553
9554 Feautures:
9555
9556 @itemize
9557 @item Independent of a user’s Emacs config.
9558 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
9559 @item Not require an Emacs server to be already running.
9560 @item Syntax highlighting.
9561 @item Org-mode file rendering.
9562 @item @code{man} page viewer.
9563 @item Info viewer.
9564 @item Dired, wdired, (batch edit symbolic links).
9565 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
9566 @item Filter log files lines matching a regexp.
9567 @item Auto-revert log files similar to @code{tail -f}.
9568 @item Quickly change frame and font sizes.
9569 @end itemize\n")
9570 (license license:expat)))
9571
9572 (define-public emacs-evil-matchit
9573 (package
9574 (name "emacs-evil-matchit")
9575 (version "2.3.0")
9576 (source
9577 (origin
9578 (method git-fetch)
9579 (uri (git-reference
9580 (url "https://github.com/redguardtoo/evil-matchit.git")
9581 (commit version)))
9582 (file-name (git-file-name name version))
9583 (sha256
9584 (base32 "0y6q42hml7jgf060d83m7hf270h01858g5kxw12na9n4r4jjpdg1"))))
9585 (build-system emacs-build-system)
9586 (propagated-inputs
9587 `(("emacs-evil" ,emacs-evil)))
9588 (home-page "https://github.com/redguardtoo/evil-matchit")
9589 (synopsis "Vim matchit ported into Emacs")
9590 (description
9591 "@code{evil-matchit} is a minor mode for jumping between matching tags in
9592 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
9593 (license license:gpl3+)))
9594
9595 (define-public emacs-evil-smartparens
9596 (package
9597 (name "emacs-evil-smartparens")
9598 (version "0.4.0")
9599 (source
9600 (origin
9601 (method git-fetch)
9602 (uri (git-reference
9603 (url "https://github.com/expez/evil-smartparens.git")
9604 (commit version)))
9605 (file-name (git-file-name name version))
9606 (sha256
9607 (base32 "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"))))
9608 (build-system emacs-build-system)
9609 (propagated-inputs
9610 `(("emacs-evil" ,emacs-evil)
9611 ("emacs-smartparens" ,emacs-smartparens)))
9612 (home-page "https://github.com/expez/evil-smartparens")
9613 (synopsis "Emacs Evil integration for Smartparens")
9614 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
9615 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
9616 emulates Vim features and provides Vim-like key bindings.")
9617 (license license:gpl3+)))
9618
9619 (define-public emacs-evil-quickscope
9620 (package
9621 (name "emacs-evil-quickscope")
9622 (version "0.1.4")
9623 (source
9624 (origin
9625 (method git-fetch)
9626 (uri (git-reference
9627 (url "https://github.com/blorbx/evil-quickscope.git")
9628 (commit (string-append "v" version))))
9629 (file-name (git-file-name name version))
9630 (sha256
9631 (base32 "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"))))
9632 (build-system emacs-build-system)
9633 (propagated-inputs
9634 `(("emacs-evil" ,emacs-evil)))
9635 (arguments
9636 `(#:tests? #t
9637 #:test-command '("emacs" "--batch"
9638 "-l" "evil-quickscope-tests.el"
9639 "-f" "ert-run-tests-batch-and-exit")))
9640 (home-page "https://github.com/blorbx/evil-quickscope")
9641 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
9642 (description "@code{emacs-evil-quickscope} highlights targets for Evil
9643 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
9644 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
9645 features and provides Vim-like key bindings.")
9646 (license license:gpl3+)))
9647
9648 (define-public emacs-bongo
9649 (package
9650 (name "emacs-bongo")
9651 (version "1.0")
9652 (source
9653 (origin
9654 (method git-fetch)
9655 (uri (git-reference
9656 (url "https://github.com/dbrock/bongo.git")
9657 (commit version)))
9658 (file-name (git-file-name name version))
9659 (sha256
9660 (base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
9661 (build-system emacs-build-system)
9662 (home-page "https://github.com/dbrock/bongo")
9663 (synopsis "Media player for Emacs")
9664 (description
9665 "This package provides a flexible media player for Emacs. @code{Bongo}
9666 supports multiple backends such as @code{vlc}, @code{mpg123},
9667 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
9668 @code{afplay}.")
9669 (license license:gpl2+)))
9670
9671 (define-public emacs-groovy-modes
9672 (package
9673 (name "emacs-groovy-modes")
9674 (version "2.0")
9675 (source (origin
9676 (method url-fetch)
9677 (uri (string-append
9678 "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"
9679 "/archive/" version ".tar.gz"))
9680 (file-name (string-append name "-" version ".tar.gz"))
9681 (sha256
9682 (base32
9683 "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
9684 (build-system emacs-build-system)
9685 (propagated-inputs
9686 `(("emacs-s" ,emacs-s)))
9687 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
9688 (synopsis "Groovy related modes for Emacs")
9689 (description
9690 "This package provides @code{groovy-mode} for syntax highlighting in
9691 Groovy source files, REPL integration with run-groovy and Grails project
9692 navigation with the grails mode.")
9693 (license license:gpl3+)))
9694
9695 (define-public groovy-emacs-modes
9696 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
9697
9698 (define-public emacs-org-tree-slide
9699 (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
9700 (revision "0"))
9701 (package
9702 (name "emacs-org-tree-slide")
9703 (version (git-version "0.1" revision commit))
9704 (home-page "https://github.com/takaxp/org-tree-slide")
9705 (source (origin
9706 (method git-fetch)
9707 (uri (git-reference (url home-page) (commit commit)))
9708 (sha256
9709 (base32
9710 "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
9711 (file-name (git-file-name name version))))
9712 (build-system emacs-build-system)
9713 (synopsis "Presentation tool for org-mode")
9714 (description
9715 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
9716 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
9717 @kbd{C-<} to jump to the next and previous slide.")
9718 (license license:gpl3+))))
9719
9720 (define-public emacs-scratch-el
9721 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
9722 (revision "1"))
9723 (package
9724 (name "emacs-scratch-el")
9725 (version (git-version "1.2" revision commit))
9726 (source (origin
9727 (method git-fetch)
9728 (uri (git-reference
9729 (url "https://github.com/ieure/scratch-el.git")
9730 (commit commit)))
9731 (file-name (git-file-name name version))
9732 (sha256
9733 (base32
9734 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
9735 (build-system emacs-build-system)
9736 (native-inputs
9737 `(("texinfo" ,texinfo)))
9738 (arguments
9739 '(#:phases
9740 (modify-phases %standard-phases
9741 (add-after 'install 'install-doc
9742 (lambda* (#:key outputs #:allow-other-keys)
9743 (unless (invoke "makeinfo" "scratch.texi")
9744 (error "makeinfo failed"))
9745 (install-file "scratch.info"
9746 (string-append (assoc-ref outputs "out")
9747 "/share/info"))
9748 #t)))))
9749 (home-page "https://github.com/ieure/scratch-el/")
9750 (synopsis "Create scratch buffers with the same mode as current buffer")
9751 (description "Scratch is an extension to Emacs that enables one to create
9752 scratch buffers that are in the same mode as the current buffer. This is
9753 notably useful when working on code in some language; you may grab code into a
9754 scratch buffer, and, by virtue of this extension, do so using the Emacs
9755 formatting rules for that language.")
9756 (license license:bsd-2))))
9757
9758 (define-public emacs-kv
9759 (package
9760 (name "emacs-kv")
9761 (version "0.0.19")
9762 (source
9763 (origin
9764 (method git-fetch)
9765 (uri (git-reference
9766 (url "https://github.com/nicferrier/emacs-kv.git")
9767 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
9768 (file-name (git-file-name name version))
9769 (sha256
9770 (base32
9771 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
9772 (build-system emacs-build-system)
9773 (arguments
9774 `(#:tests? #t
9775 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
9776 "-f" "ert-run-tests-batch-and-exit")))
9777 (home-page "https://github.com/nicferrier/emacs-kv")
9778 (synopsis "Key/Value data structures library for Emacs Lisp")
9779 (description "@code{emacs-kv} is a collection of tools for dealing with
9780 key/value data structures such as plists, alists and hash-tables in Emacs
9781 Lisp.")
9782 (license license:gpl3+)))
9783
9784 (define-public emacs-esxml
9785 (package
9786 (name "emacs-esxml")
9787 (version "0.3.4")
9788 (source (origin
9789 (method git-fetch)
9790 (uri (git-reference
9791 (url "https://github.com/tali713/esxml.git")
9792 (commit version)))
9793 (file-name (git-file-name name version))
9794 (sha256
9795 (base32
9796 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
9797 (build-system emacs-build-system)
9798 (arguments
9799 `(#:phases
9800 (modify-phases %standard-phases
9801 (add-after 'unpack 'fix-sources
9802 (lambda _
9803 ;; See: https://github.com/tali713/esxml/pull/28.
9804 (substitute* "css-lite.el"
9805 ((";;; main interface")
9806 (string-append ";;; main interface\n"
9807 "(require 'cl-lib)"))
9808 (("mapcan")
9809 "cl-mapcan")
9810 (("',\\(cl-mapcan #'process-css-rule rules\\)")
9811 "(cl-mapcan #'process-css-rule ',rules)"))
9812 (substitute* "esxml-form.el"
9813 ((",esxml-form-field-defn")
9814 "#'esxml-form-field-defn"))
9815 ;; See: https://github.com/tali713/esxml/issues/25
9816 (delete-file "esxpath.el")
9817 #t)))))
9818 (propagated-inputs
9819 `(("emacs-kv" ,emacs-kv)))
9820 (home-page "https://github.com/tali713/esxml/")
9821 (synopsis "SXML for EmacsLisp")
9822 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
9823 Simply, this is the easiest way to write HTML or XML in Lisp. This library
9824 uses the native form of XML representation as used by many libraries already
9825 included within Emacs. See @code{esxml-to-xml} for a concise description of
9826 the format.")
9827 (license license:gpl3+)))
9828
9829 (define-public emacs-nov-el
9830 (package
9831 (name "emacs-nov-el")
9832 (version "0.2.6")
9833 (source (origin
9834 (method git-fetch)
9835 (uri (git-reference
9836 (url "https://github.com/wasamasa/nov.el.git")
9837 (commit version)))
9838 (file-name (git-file-name name version))
9839 (sha256
9840 (base32
9841 "188h5gzn1zf443g0b7q5bpmvvpr6ds5h8aci8vxc92py56rhyrvc"))))
9842 (build-system emacs-build-system)
9843 (arguments
9844 `(#:phases
9845 (modify-phases %standard-phases
9846 (add-after 'unpack 'embed-path-to-unzip
9847 (lambda _
9848 (substitute* "nov.el"
9849 (("\\(executable-find \"unzip\"\\)")
9850 (string-append "\"" (which "unzip") "\"")))
9851 #t)))))
9852 (propagated-inputs
9853 `(("emacs-dash" ,emacs-dash)
9854 ("emacs-esxml" ,emacs-esxml)))
9855 (inputs
9856 `(("unzip" ,unzip)))
9857 (home-page "https://github.com/wasamasa/nov.el/")
9858 (synopsis "Major mode for reading EPUBs in Emacs")
9859 (description "@code{nov.el} provides a major mode for reading EPUB
9860 documents.
9861
9862 Features:
9863
9864 @itemize
9865 @item Basic navigation (jump to TOC, previous/next chapter)
9866 @item Remembering and restoring the last read position
9867 @item Jump to next chapter when scrolling beyond end
9868 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
9869 @item Hyperlinks to internal and external targets
9870 @item Supports textual and image documents
9871 @item View source of document files
9872 @item Metadata display
9873 @item Image rescaling
9874 @end itemize
9875 ")
9876 (license license:gpl3+)))
9877
9878 (define-public epipe
9879 (package
9880 (name "epipe")
9881 (version "0.1.0")
9882 (source
9883 (origin
9884 (method git-fetch)
9885 (uri (git-reference
9886 (url "https://github.com/cute-jumper/epipe.git")
9887 (commit version)))
9888 (file-name (git-file-name name version))
9889 (sha256
9890 (base32 "0lkisi1s7sn12nx8zh58qmsxwnk1rjwryj18wcbr148xqz3swg57"))))
9891 (build-system trivial-build-system)
9892 (inputs
9893 `(("bash" ,bash)
9894 ("perl" ,perl)))
9895 (arguments
9896 `(#:modules
9897 ((guix build utils))
9898 #:builder
9899 (begin
9900 (use-modules (guix build utils))
9901 ;; Extract source.
9902 (copy-recursively (assoc-ref %build-inputs "source") "source")
9903 (chdir "source")
9904 ;; Patch shebangs.
9905 (substitute* "epipe"
9906 (("/usr/bin/env bash")
9907 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
9908 (patch-shebang "epipe.pl"
9909 (list (string-append (assoc-ref %build-inputs "perl")
9910 "/bin")))
9911 ;; Install.
9912 (for-each (lambda (file)
9913 (install-file file (string-append %output "/bin")))
9914 '("epipe" "epipe.pl"))
9915 #t)))
9916 (home-page "https://github.com/cute-jumper/epipe")
9917 (synopsis "Pipe to the @code{emacsclient}")
9918 (description "@code{epipe} provides an utility to use your editor in
9919 the pipeline, featuring the support for running @code{emacsclient}.")
9920 (license license:gpl3+)))
9921
9922 (define-public emacs-hcl-mode
9923 (package
9924 (name "emacs-hcl-mode")
9925 (version "0.03")
9926 (source
9927 (origin
9928 (method git-fetch)
9929 (uri (git-reference
9930 (url "https://github.com/syohex/emacs-hcl-mode.git")
9931 (commit version)))
9932 (file-name (git-file-name name version))
9933 (sha256
9934 (base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
9935 (build-system emacs-build-system)
9936 (home-page "https://github.com/syohex/emacs-hcl-mode")
9937 (synopsis "Major mode for the Hashicorp Configuration Language")
9938 (description
9939 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
9940 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
9941 highlighting and indentation support.")
9942 (license license:gpl3+)))
9943
9944 (define-public emacs-terraform-mode
9945 (package
9946 (name "emacs-terraform-mode")
9947 (version "0.06")
9948 (source
9949 (origin
9950 (method git-fetch)
9951 (uri (git-reference
9952 (url "https://github.com/syohex/emacs-terraform-mode.git")
9953 (commit version)))
9954 (file-name (git-file-name name version))
9955 (sha256
9956 (base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
9957 (build-system emacs-build-system)
9958 (propagated-inputs
9959 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
9960 (home-page "https://github.com/syohex/emacs-terraform-mode")
9961 (synopsis "Major mode for Terraform")
9962 (description
9963 "@code{emacs-terraform-mode} provides a major mode for working with
9964 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
9965 functionality is inherited from @code{hcl-mode}.")
9966 (license license:gpl3+)))
9967
9968 (define-public emacs-exec-path-from-shell
9969 (package
9970 (name "emacs-exec-path-from-shell")
9971 (version "1.12")
9972 (source
9973 (origin
9974 (method git-fetch)
9975 (uri (git-reference
9976 (url "https://github.com/purcell/exec-path-from-shell")
9977 (commit version)))
9978 (sha256
9979 (base32
9980 "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
9981 (build-system emacs-build-system)
9982 (home-page "https://github.com/purcell/exec-path-from-shell")
9983 (synopsis "Get environment variables such as @var{PATH} from the shell")
9984 (description
9985 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
9986 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
9987 the like work as expected on systems on which Emacs is not guaranteed to
9988 inherit a login shell's environment variables. It also allows other
9989 environment variables to be retrieved from the shell, so that Emacs will see
9990 the same values you get in a terminal.")
9991 (license license:gpl3+)))
9992
9993 (define-public emacs-deft
9994 (package
9995 (name "emacs-deft")
9996 (version "0.8")
9997 (source
9998 (origin
9999 (method url-fetch)
10000 (uri (string-append "https://stable.melpa.org/packages/deft-"
10001 version ".el"))
10002 (sha256
10003 (base32
10004 "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
10005 (build-system emacs-build-system)
10006 (home-page "https://jblevins.org/projects/deft/")
10007 (synopsis "Quickly browse, filter, and edit plain text notes")
10008 (description
10009 "Deft is an Emacs mode for quickly browsing, filtering, and editing
10010 directories of plain text notes, inspired by Notational Velocity.")
10011 (license license:bsd-3)))
10012
10013 (define-public emacs-anzu
10014 (package
10015 (name "emacs-anzu")
10016 (version "0.62")
10017 (source
10018 (origin
10019 (method git-fetch)
10020 (uri (git-reference
10021 (url "https://github.com/syohex/emacs-anzu.git")
10022 (commit version)))
10023 (file-name (git-file-name name version))
10024 (sha256
10025 (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
10026 (build-system emacs-build-system)
10027 (home-page "https://github.com/syohex/emacs-anzu")
10028 (synopsis "Show number of matches in mode-line while searching")
10029 (description
10030 "Anzu provides a minor mode which displays \"current match/total
10031 matches\" in the mode line in various search modes. This is an Emacs port of
10032 Anzu.zim.")
10033 (license license:gpl3+)))
10034
10035 (define-public emacs-ascii-art-to-unicode
10036 (package
10037 (name "emacs-ascii-art-to-unicode")
10038 (version "1.12")
10039 (source
10040 (origin
10041 (method url-fetch)
10042 (uri (string-append "https://elpa.gnu.org/packages/ascii-art-to-unicode-"
10043 version ".el"))
10044 (sha256
10045 (base32
10046 "1w9h2lyriafxj71r79774gh822cz8mry3gdfzyj6ym6v9mvqypna"))))
10047 (build-system emacs-build-system)
10048 (home-page "https://elpa.gnu.org/packages/ascii-art-to-unicode.html")
10049 (synopsis "ASCII to Unicode art converter for Emacs")
10050 (description "This Emacs package provides the commands @command{aa2u} and
10051 @command{aa2u-rectangle}. Both of these commands can be used to convert
10052 simple ASCII art line drawings to Unicode; the former works on the active
10053 region of the buffer, while the latter works on rectangular selections.")
10054 (license license:gpl3+)))
10055
10056 (define-public emacs-emmet-mode
10057 (package
10058 (name "emacs-emmet-mode")
10059 (version "1.0.8")
10060 (source (origin
10061 (method git-fetch)
10062 (uri (git-reference
10063 (url "https://github.com/smihica/emmet-mode.git")
10064 (commit version)))
10065 (file-name (git-file-name name version))
10066 (sha256
10067 (base32
10068 "1dsa85bk33j90h1ypaz1ylqh9yp2xvlga237h3kwa5y3sb0d5ydi"))))
10069 (build-system emacs-build-system)
10070 (home-page "https://github.com/smihica/emmet-mode")
10071 (synopsis "Unofficial Emmet's support for Emacs")
10072 (description
10073 "Unfold CSS-selector-like expressions to markup. It is intended to be
10074 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
10075 (license license:gpl3+)))
10076
10077 (define-public emacs-ergoemacs-mode
10078 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
10079 (revision "1"))
10080 (package
10081 (name "emacs-ergoemacs-mode")
10082 (version (git-version "5.16.10.12" revision commit))
10083 (source
10084 (origin
10085 (method git-fetch)
10086 (uri (git-reference
10087 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
10088 (commit commit)))
10089 (sha256
10090 (base32
10091 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
10092 (build-system emacs-build-system)
10093 (propagated-inputs
10094 `(("emacs-undo-tree" ,emacs-undo-tree)))
10095 (home-page "https://ergoemacs.github.io/")
10096 (synopsis "Emacs mode based on common modern interface and ergonomics")
10097 (description
10098 "This package provides an efficient Emacs keybinding set based on
10099 statistics of command frequency, and supports common shortcuts for open,
10100 close, copy, cut, paste, undo, redo.")
10101 (license license:gpl3+))))
10102
10103 (define-public emacs-password-store
10104 (package
10105 (name "emacs-password-store")
10106 (version "1.7.3")
10107 (source (origin
10108 (method url-fetch)
10109 (uri
10110 (string-append "https://git.zx2c4.com/password-store/snapshot/"
10111 "password-store-" version ".tar.xz"))
10112 (sha256
10113 (base32
10114 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
10115 (build-system emacs-build-system)
10116 (arguments
10117 `(#:phases
10118 (modify-phases %standard-phases
10119 (add-after 'unpack 'extract-el-file
10120 (lambda _
10121 (copy-file "contrib/emacs/password-store.el" "password-store.el")
10122 (delete-file-recursively "contrib")
10123 (delete-file-recursively "man")
10124 (delete-file-recursively "src")
10125 (delete-file-recursively "tests"))))))
10126 (propagated-inputs
10127 `(("emacs-f" ,emacs-f)
10128 ("emacs-s" ,emacs-s)
10129 ("emacs-with-editor" ,emacs-with-editor)
10130 ("password-store" ,password-store)))
10131 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
10132 (synopsis "Password store (pass) support for Emacs")
10133 (description
10134 "This package provides functions for working with pass (\"the
10135 standard Unix password manager\").")
10136 (license license:gpl2+)))
10137
10138 (define-public emacs-pass
10139 (package
10140 (name "emacs-pass")
10141 (version "1.8")
10142 (source
10143 (origin
10144 (method git-fetch)
10145 (uri (git-reference
10146 (url "https://github.com/NicolasPetton/pass.git")
10147 (commit version)))
10148 (file-name (git-file-name name version))
10149 (sha256
10150 (base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
10151 (build-system emacs-build-system)
10152 (propagated-inputs
10153 `(("emacs-password-store" ,emacs-password-store)
10154 ("emacs-f" ,emacs-f)))
10155 (home-page "https://github.com/NicolasPetton/pass")
10156 (synopsis "Major mode for @file{password-store.el}")
10157 (description "This is a major mode for managing password-store (pass)
10158 keychains. The keychain entries are displayed in a directory-like structure
10159 and can be consulted and modified.")
10160 (license license:gpl3+)))
10161
10162 (define-public emacs-evil-anzu
10163 (package
10164 (name "emacs-evil-anzu")
10165 (version "0.03")
10166 (source
10167 (origin
10168 (method git-fetch)
10169 (uri (git-reference
10170 (url "https://github.com/syohex/emacs-evil-anzu")
10171 (commit version)))
10172 (file-name (git-file-name name version))
10173 (sha256
10174 (base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
10175 (build-system emacs-build-system)
10176 (propagated-inputs
10177 `(("emacs-evil" ,emacs-evil)
10178 ("emacs-anzu" ,emacs-anzu)))
10179 (home-page "https://github.com/syohex/emacs-evil-anzu")
10180 (synopsis "Anzu for evil-mode")
10181 (description "@code{anzu} provides a minor mode that displays the current
10182 match and total match information in the mode-line in various search modes.")
10183 (license license:gpl3+)))
10184
10185 (define-public emacs-pg
10186 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
10187 (package
10188 (name "emacs-pg")
10189 (version (git-version "0.1" "1" commit))
10190 (source (origin
10191 (method git-fetch)
10192 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
10193 (commit commit)))
10194 (file-name (git-file-name name version))
10195 (sha256
10196 (base32
10197 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
10198 (build-system emacs-build-system)
10199 (home-page "https://github.com/cbbrowne/pg.el")
10200 (synopsis "Emacs Lisp interface for PostgreSQL")
10201 (description
10202 "This package provides an Emacs Lisp interface for PostgreSQL.")
10203 (license license:gpl3+))))
10204
10205 (define-public emacs-cl-generic
10206 (package
10207 (name "emacs-cl-generic")
10208 (version "0.3")
10209 (source
10210 (origin
10211 (method url-fetch)
10212 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
10213 version ".el"))
10214 (sha256
10215 (base32
10216 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
10217 (build-system emacs-build-system)
10218 (home-page "https://elpa.gnu.org/packages/seq.html")
10219 (synopsis
10220 "Forward @code{cl-generic} compatibility for Emacs before version 25")
10221 (description "This package provides a subset of the features of the
10222 @code{cl-generic} package introduced in Emacs-25, for use on previous
10223 @code{emacsen}.")
10224 (license license:gpl3+)))
10225
10226 (define-public emacs-finalize
10227 (package
10228 (name "emacs-finalize")
10229 (version "2.0.0")
10230 (source
10231 (origin
10232 (method git-fetch)
10233 (uri (git-reference
10234 (url "https://github.com/skeeto/elisp-finalize.git")
10235 (commit version)))
10236 (file-name (git-file-name name version))
10237 (sha256
10238 (base32 "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79"))))
10239 (build-system emacs-build-system)
10240 (propagated-inputs
10241 `(("emacs-cl-generic" ,emacs-cl-generic)))
10242 (home-page "https://github.com/skeeto/elisp-finalize")
10243 (synopsis "Finalizers for Emacs Lisp")
10244 (description
10245 "This package will allows to immediately run a callback (a finalizer)
10246 after its registered lisp object has been garbage collected. This allows for
10247 extra resources, such as buffers and processes, to be cleaned up after the
10248 object has been freed.")
10249 (license license:unlicense)))
10250
10251 (define-public emacs-emacsql
10252 (package
10253 (name "emacs-emacsql")
10254 (version "3.0.0")
10255 (source (origin
10256 (method git-fetch)
10257 (uri (git-reference
10258 (url "https://github.com/skeeto/emacsql.git")
10259 (commit (string-append version))))
10260 (file-name (git-file-name name version))
10261 (sha256
10262 (base32
10263 "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
10264 (build-system emacs-build-system)
10265 (arguments
10266 `(#:modules ((guix build emacs-build-system)
10267 (guix build utils)
10268 (guix build emacs-utils)
10269 (srfi srfi-26))
10270 #:phases
10271 (modify-phases %standard-phases
10272 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
10273 (add-before 'install 'patch-elisp-shell-shebangs
10274 (lambda _
10275 (substitute* (find-files "." "\\.el")
10276 (("/bin/sh") (which "sh")))
10277 #t))
10278 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
10279 (lambda _
10280 (setenv "SHELL" "sh")))
10281 (add-after 'setenv-shell 'build-emacsql-sqlite
10282 (lambda _
10283 (invoke "make" "binary" "CC=gcc")))
10284 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
10285 ;; This build phase installs emacs-emacsql binary.
10286 (lambda* (#:key outputs #:allow-other-keys)
10287 (install-file "sqlite/emacsql-sqlite"
10288 (string-append (assoc-ref outputs "out")
10289 "/bin"))
10290 #t))
10291 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
10292 ;; This build phase removes interactive prompts
10293 ;; and makes sure Emacs look for binaries in the right places.
10294 (lambda* (#:key outputs #:allow-other-keys)
10295 (let ((file "emacsql-sqlite.el"))
10296 (chmod file #o644)
10297 (emacs-substitute-sexps file
10298 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
10299 ("(executable-find" (which "gcc"))
10300 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
10301 ;; in the right place.
10302 ("(defvar emacsql-sqlite-executable"
10303 (string-append (assoc-ref outputs "out")
10304 "/bin/emacsql-sqlite"))))))
10305 (replace 'install
10306 (lambda* (#:key outputs #:allow-other-keys)
10307 (let* ((out (assoc-ref outputs "out")))
10308 (install-file "sqlite/emacsql-sqlite"
10309 (string-append out "/bin"))
10310 (for-each (cut install-file <>
10311 (string-append out "/share/emacs/site-lisp/guix.d/"
10312 "emacsql" "-" ,version))
10313 (find-files "." "\\.elc*$")))
10314 #t)))))
10315 (inputs
10316 `(("emacs-minimal" ,emacs-minimal)
10317 ("mariadb" ,mariadb)
10318 ("postgresql" ,postgresql)))
10319 (propagated-inputs
10320 `(("emacs-finalize" ,emacs-finalize)
10321 ("emacs-pg" ,emacs-pg)))
10322 (home-page "https://github.com/skeeto/emacsql")
10323 (synopsis "Emacs high-level SQL database front-end")
10324 (description "Any readable Lisp value can be stored as a value in EmacSQL,
10325 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
10326 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
10327 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
10328 (license license:gpl3+)))
10329
10330 (define-public emacs-closql
10331 (package
10332 (name "emacs-closql")
10333 (version "1.0.0")
10334 (source
10335 (origin
10336 (method git-fetch)
10337 (uri (git-reference
10338 (url "https://github.com/emacscollective/closql.git")
10339 (commit (string-append "v" version))))
10340 (file-name (git-file-name name version))
10341 (sha256
10342 (base32
10343 "1xhpfjjkjqfc1k2rj77cscclz5r7gpvv3hi202x178vdcpipjwar"))))
10344 (build-system emacs-build-system)
10345 (propagated-inputs
10346 `(("emacs-emacsql" ,emacs-emacsql)))
10347 (home-page "https://github.com/emacscollective/closql")
10348 (synopsis "Store EIEIO objects using EmacSQL")
10349 (description
10350 "This package allows to store uniform EIEIO objects in an EmacSQL
10351 database. SQLite is used as backend. This library imposes some restrictions
10352 on what kind of objects can be stored; it isn't intended to store arbitrary
10353 objects. All objects have to share a common superclass and subclasses cannot
10354 add any additional instance slots.")
10355 (license license:gpl3)))
10356
10357 (define-public emacs-epkg
10358 ;; The release version is to old for the current database scheme.
10359 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
10360 (package
10361 (name "emacs-epkg")
10362 (version (git-version "3.0.0" "1" commit))
10363 (source
10364 (origin
10365 (method git-fetch)
10366 (uri (git-reference
10367 (url "https://github.com/emacscollective/epkg.git")
10368 (commit commit)))
10369 (file-name (git-file-name name version))
10370 (sha256
10371 (base32
10372 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
10373 (build-system emacs-build-system)
10374 (propagated-inputs
10375 `(("emacs-closql" ,emacs-closql)
10376 ("emacs-dash" ,emacs-dash)))
10377 (home-page "https://emacsmirror.net")
10378 (synopsis "Browse the Emacsmirror package database")
10379 (description "This package provides access to a local copy of the
10380 Emacsmirror package database. It provides low-level functions for querying
10381 the database and a @file{package.el} user interface for browsing the database.
10382 Epkg itself is not a package manager.
10383
10384 Getting a local copy:
10385
10386 @example
10387 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
10388 cd ~/.emacs.d/epkgs
10389 git submodule init
10390 git config --global url.https://github.com/.insteadOf git@@github.com:
10391 git submodule update
10392 @end example
10393
10394 Some submodule may be missing. In this case Git will prompt for a GitHub user
10395 name and password. To skip it press a @key{Return} key.
10396
10397 You could get a Epkg package list by invoking @code{epkg-list-packages} in
10398 Emacs.")
10399 (license license:gpl3+))))
10400
10401 (define-public emacs-elisp-slime-nav
10402 (package
10403 (name "emacs-elisp-slime-nav")
10404 (version "0.9")
10405 (source
10406 (origin
10407 (method git-fetch)
10408 (uri (git-reference
10409 (url "https://github.com/purcell/elisp-slime-nav.git")
10410 (commit version)))
10411 (file-name (git-file-name name version))
10412 (sha256
10413 (base32 "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"))))
10414 (build-system emacs-build-system)
10415 (home-page "https://github.com/purcell/elisp-slime-nav")
10416 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
10417 (description
10418 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
10419 in @code{emacs-lisp-mode}, together with an elisp equivalent of
10420 @code{slime-describe-symbol}.")
10421 (license license:gpl3+)))
10422
10423 (define-public emacs-dedicated
10424 (package
10425 (name "emacs-dedicated")
10426 (version "1.0.0")
10427 (source
10428 (origin
10429 (method git-fetch)
10430 (uri (git-reference
10431 (url "https://github.com/emacsorphanage/dedicated.git")
10432 (commit version)))
10433 (file-name (git-file-name name version))
10434 (sha256
10435 (base32 "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414"))))
10436 (build-system emacs-build-system)
10437 (home-page "https://github.com/emacsorphanage/dedicated")
10438 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
10439 (description
10440 "This simple Emacs minor mode allows you to toggle a window's
10441 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
10442 files into that window. This can be quite handy since many commands will use
10443 another window to show results (compilation mode, starting info, and so on).
10444 A dedicated window won't be used for such a purpose. For details, please read
10445 the source file.")
10446 (license license:gpl2+)))
10447
10448 (define-public emacs-nnreddit
10449 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
10450 (revision "1"))
10451 (package
10452 (name "emacs-nnreddit")
10453 (version (string-append "0.0.1-" revision "."
10454 (string-take commit 7)))
10455 (source (origin
10456 (method git-fetch)
10457 (uri (git-reference
10458 (url "https://github.com/paul-issartel/nnreddit.git")
10459 (commit commit)))
10460 (file-name (git-file-name name version))
10461 (sha256
10462 (base32
10463 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
10464 (build-system emacs-build-system)
10465 (home-page "https://github.com/paul-issartel/nnreddit")
10466 (synopsis "Reddit backend for the Gnus newsreader")
10467 (description "@url{https://www.reddit.com} backend for the Gnus
10468 newsreader.")
10469 (license license:gpl3+))))
10470
10471 (define-public emacs-makey
10472 (package
10473 (name "emacs-makey")
10474 (version "0.3")
10475 (source
10476 (origin
10477 (method git-fetch)
10478 (uri (git-reference
10479 (url "https://github.com/mickeynp/makey.git")
10480 (commit version)))
10481 (file-name (git-file-name name version))
10482 (sha256
10483 (base32 "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"))))
10484 (build-system emacs-build-system)
10485 (home-page "https://github.com/mickeynp/makey")
10486 (synopsis "Emacs interactive command-line mode")
10487 (description
10488 "This package provides an Emacs interactive command-line mode.")
10489 (license license:gpl3+)))
10490
10491 (define-public emacs-outorg
10492 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
10493 (package
10494 (name "emacs-outorg")
10495 (version (git-version "2.0" "1" commit))
10496 (source
10497 (origin
10498 (method git-fetch)
10499 (uri (git-reference
10500 (url "https://github.com/alphapapa/outorg")
10501 (commit commit)))
10502 (file-name (git-file-name name version))
10503 (sha256
10504 (base32
10505 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
10506 (build-system emacs-build-system)
10507 (home-page "https://github.com/alphapapa/outorg")
10508 (synopsis "Org-style comment editing")
10509 (description "Outorg is for editing comment-sections of source-code
10510 files in temporary Org-mode buffers. It turns conventional
10511 literate-programming upside-down in that the default mode is the
10512 programming-mode, and special action has to be taken to switch to the
10513 text-mode (i.e. Org-mode).")
10514 (license license:gpl3+))))
10515
10516 (define-public emacs-outshine
10517 (package
10518 (name "emacs-outshine")
10519 (version "3.0.1")
10520 (source (origin
10521 (method git-fetch)
10522 (uri (git-reference
10523 (url "https://github.com/alphapapa/outshine.git")
10524 (commit (string-append "v" version))))
10525 (file-name (git-file-name name version))
10526 (sha256
10527 (base32
10528 "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
10529 (build-system emacs-build-system)
10530 (propagated-inputs
10531 `(("emacs-outorg" ,emacs-outorg)))
10532 (home-page "https://github.com/alphapapa/outshine")
10533 (synopsis "Emacs outline with outshine")
10534 (description "Outshine attempts to bring the look and feel of
10535 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
10536 of @code{outline-minor-mode} (@code{org-mode} itself derives from
10537 outline-mode), so there is no such thing like an outshine mode, only
10538 @code{outline-minor-mode} with outshine extensions loaded.")
10539 (license license:gpl3+)))
10540
10541 (define-public emacs-frecency
10542 (let ((commit "31ef9ff4af1a4fed3dcc24ea74037feea8795c87")
10543 (version "0.1-pre")
10544 (revision "1"))
10545 (package
10546 (name "emacs-frecency")
10547 (version (git-version version revision commit))
10548 (source (origin
10549 (method git-fetch)
10550 (uri (git-reference
10551 (url "https://github.com/alphapapa/frecency.el")
10552 (commit commit)))
10553 (sha256
10554 (base32
10555 "051aihjdg3x22svaxhwylpi8i6s2x9j8syvsj1jgilgjjdy15l6j"))
10556 (file-name (git-file-name name version))))
10557 (build-system emacs-build-system)
10558 (propagated-inputs
10559 `(("emacs-a" ,emacs-a)
10560 ("emacs-dash" ,emacs-dash)))
10561 (home-page "https://github.com/alphapapa/frecency.el")
10562 (synopsis "Sort items by frequency and recency of access")
10563 (description "This package provides a way of sorting items via
10564 a heuristic based on frequency and recency.")
10565 (license license:gpl3+))))
10566
10567 (define-public emacs-org-recent-headings
10568 (package
10569 (name "emacs-org-recent-headings")
10570 (version "0.1")
10571 (source (origin
10572 (method git-fetch)
10573 (uri (git-reference
10574 (url "https://github.com/alphapapa/org-recent-headings.git")
10575 (commit version)))
10576 (file-name (git-file-name name version))
10577 (sha256
10578 (base32
10579 "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy"))))
10580 (build-system emacs-build-system)
10581 (propagated-inputs
10582 `(("emacs-org" ,emacs-org)
10583 ("emacs-dash" ,emacs-dash)
10584 ("emacs-frecency" ,emacs-frecency)))
10585 (home-page "https://github.com/alphapapa/org-recent-headings")
10586 (synopsis "Navigate to recently used Org headings and lists")
10587 (description "This package maintains a list of recently used Org headings,
10588 as well as functions for navigating between these headings.")
10589 (license license:gpl3+)))
10590
10591 (define-public emacs-org-super-agenda
10592 (package
10593 (name "emacs-org-super-agenda")
10594 (version "1.1")
10595 (source (origin
10596 (method git-fetch)
10597 (uri (git-reference
10598 (url "https://github.com/alphapapa/org-super-agenda")
10599 (commit version)))
10600 (file-name (git-file-name name version))
10601 (sha256
10602 (base32
10603 "0vzf91lsxnhwf52kvm8ycpf0wb9c8l91689vyhwgv4wz8q6cvjwp"))))
10604 (build-system emacs-build-system)
10605 (propagated-inputs
10606 `(("emacs-org" ,emacs-org)
10607 ("emacs-dash" ,emacs-dash)
10608 ("emacs-ht" ,emacs-ht)
10609 ("emacs-s" ,emacs-s)))
10610 (home-page "https://github.com/alphapapa/org-super-agenda")
10611 (synopsis "Supercharged Org agenda")
10612 (description "This package allows items in the Org agenda to be grouped
10613 into sections while preserving the structure imposed by any timestamps.")
10614 (license license:gpl3+)))
10615
10616 (define-public emacs-org-make-toc
10617 (package
10618 (name "emacs-org-make-toc")
10619 (version "0.3")
10620 (source (origin
10621 (method git-fetch)
10622 (uri (git-reference
10623 (url "https://github.com/alphapapa/org-make-toc")
10624 (commit version)))
10625 (file-name (git-file-name name version))
10626 (sha256
10627 (base32
10628 "0syhj8q4pv33xgl5qa6x27yhwqvfhffw5xqp819hj4qs1ddlc7j5"))))
10629 (build-system emacs-build-system)
10630 (propagated-inputs
10631 `(("emacs-org" ,emacs-org)
10632 ("emacs-dash" ,emacs-dash)
10633 ("emacs-s" ,emacs-s)))
10634 (home-page "https://github.com/alphapapa/org-make-toc")
10635 (synopsis "Maintain a table of contents for an Org file")
10636 (description "This package facilitates the creation and maintenance of
10637 tables of contents.")
10638 (license license:gpl3+)))
10639
10640 (define-public emacs-org-ql
10641 (package
10642 (name "emacs-org-ql")
10643 (version "0.1")
10644 (source (origin
10645 (method git-fetch)
10646 (uri (git-reference
10647 (url "https://github.com/alphapapa/org-ql")
10648 (commit version)))
10649 (sha256
10650 (base32
10651 "1nvzirn1lmgmgl7irbsc1n391a2cw8gmvwm3pa228l2c1gcx8kd8"))
10652 (file-name (git-file-name name version))))
10653 (build-system emacs-build-system)
10654 (propagated-inputs
10655 `(("emacs-s" ,emacs-s)
10656 ("emacs-dash" ,emacs-dash)))
10657 (home-page "https://github.com/alphapapa/org-ql/")
10658 (synopsis "Query language for Org buffers")
10659 (description "This package provides a Lispy query language for Org
10660 files, allowing for actions to be performed based on search criteria.")
10661 (license license:gpl3+)))
10662
10663 (define-public emacs-parsebib
10664 (package
10665 (name "emacs-parsebib")
10666 (version "2.3.1")
10667 (source
10668 (origin
10669 (method git-fetch)
10670 (uri (git-reference
10671 (url "https://github.com/joostkremers/parsebib.git")
10672 (commit version)))
10673 (file-name (git-file-name name version))
10674 (sha256
10675 (base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh"))))
10676 (build-system emacs-build-system)
10677 (home-page "https://github.com/joostkremers/parsebib")
10678 (synopsis "Library for parsing bib files")
10679 (description
10680 "This package provides an Emacs library for parsing bib files.")
10681 (license license:gpl3+)))
10682
10683 (define-public emacs-biblio
10684 (package
10685 (name "emacs-biblio")
10686 (version "0.2")
10687 (source
10688 (origin
10689 (method git-fetch)
10690 (uri (git-reference
10691 (url "https://github.com/cpitclaudel/biblio.el.git")
10692 (commit version)))
10693 (file-name (git-file-name name version))
10694 (sha256
10695 (base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
10696 (build-system emacs-build-system)
10697 (propagated-inputs
10698 `(("emacs-seq" ,emacs-seq)
10699 ("emacs-dash" ,emacs-dash)
10700 ("emacs-let-alist" ,emacs-let-alist)))
10701 (home-page "https://github.com/cpitclaudel/biblio.el")
10702 (synopsis "Browse and import bibliographic references")
10703 (description "This package provides an extensible Emacs package for
10704 browsing and fetching references.
10705
10706 @file{biblio.el} makes it easy to browse and gather bibliographic references
10707 and publications from various sources, by keywords or by DOI. References are
10708 automatically fetched from well-curated sources, and formatted as BibTeX.")
10709 (license license:gpl3+)))
10710
10711 (define-public emacs-helm-bibtex
10712 (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
10713 (revision "1"))
10714 (package
10715 (name "emacs-helm-bibtex")
10716 (version (string-append "2.0.0" "-" revision "."
10717 (string-take commit 7)))
10718 (source
10719 (origin
10720 (method git-fetch)
10721 (uri (git-reference
10722 (url "https://github.com/tmalsburg/helm-bibtex.git")
10723 (commit commit)))
10724 (file-name (git-file-name name version))
10725 (sha256
10726 (base32
10727 "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
10728 (build-system emacs-build-system)
10729 (propagated-inputs
10730 `(("emacs-helm" ,emacs-helm)
10731 ("emacs-parsebib" ,emacs-parsebib)
10732 ("emacs-s" ,emacs-s)
10733 ("emacs-dash" ,emacs-dash)
10734 ("emacs-f" ,emacs-f)
10735 ("emacs-biblio" ,emacs-biblio)
10736 ("emacs-ivy" ,emacs-ivy)))
10737 (home-page "https://github.com/tmalsburg/helm-bibtex")
10738 (synopsis "Bibliography manager based on Helm")
10739 (description "This package provides bibliography manager for Emacs,
10740 based on Helm and the bibtex-completion backend.
10741
10742 Key features:
10743
10744 @itemize
10745 @item Quick access to your bibliography from within Emacs
10746 @item Powerful search capabilities
10747 @item Provides instant search results as you type
10748 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
10749 @item Open the PDFs, URLs, or DOIs associated with an entry
10750 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
10751 BibTeX entries, or plain text references at point, attach PDFs to emails
10752 @item Support for note taking
10753 @item Quick access to online bibliographic databases such as Pubmed,
10754 arXiv, Google Scholar, Library of Congress, etc.
10755 @item Imports BibTeX entries from CrossRef and other sources.
10756 @end itemize\n")
10757 (license license:gpl3+))))
10758
10759 (define-public emacs-ewmctrl
10760 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
10761 (package
10762 (name "emacs-ewmctrl")
10763 (version (git-version "0.0.1" "1" commit))
10764 (source
10765 (origin
10766 (method git-fetch)
10767 (uri (git-reference
10768 (url "https://github.com/flexibeast/ewmctrl.git")
10769 (commit commit)))
10770 (file-name (git-file-name name version))
10771 (sha256
10772 (base32
10773 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
10774 (build-system emacs-build-system)
10775 (arguments
10776 '(#:phases
10777 (modify-phases %standard-phases
10778 (add-after 'unpack 'patch-ewmctrl
10779 ;; This build phase makes sure ‘ewmctrl’ looks
10780 ;; for ‘wmctrl’ in the right place.
10781 (lambda _
10782 (let ((file "ewmctrl.el"))
10783 (chmod file #o644)
10784 (emacs-substitute-sexps file
10785 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
10786 (inputs
10787 `(("wmctrl" ,wmctrl)))
10788 (home-page "https://github.com/flexibeast/ewmctrl")
10789 (synopsis "Emacs interface to @code{wmctrl}")
10790 (description "@code{ewmctrl} provides an Emacs interface to
10791 @code{wmctrl} command-line window-management program.")
10792 (license license:gpl3+))))
10793
10794 (define-public emacs-erc-image
10795 (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
10796 (revision "1"))
10797 (package
10798 (name "emacs-erc-image")
10799 (version (git-version "0" revision commit))
10800 (source
10801 (origin
10802 (method git-fetch)
10803 (uri (git-reference
10804 (url "https://github.com/kidd/erc-image.el")
10805 (commit commit)))
10806 (file-name (git-file-name name version))
10807 (sha256
10808 (base32
10809 "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
10810 (build-system emacs-build-system)
10811 (home-page "https://github.com/kidd/erc-image.el")
10812 (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
10813 (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
10814 and @code{erc-send-modify-hook} to download and show images.")
10815 (license license:gpl3+))))
10816
10817 (define-public emacs-helm-gtags
10818 (package
10819 (name "emacs-helm-gtags")
10820 (version "1.5.6")
10821 (source
10822 (origin
10823 (method git-fetch)
10824 (uri (git-reference
10825 (url "https://github.com/syohex/emacs-helm-gtags.git")
10826 (commit version)))
10827 (file-name (git-file-name name version))
10828 (sha256
10829 (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
10830 (build-system emacs-build-system)
10831 (propagated-inputs
10832 `(("emacs-helm" ,emacs-helm)))
10833 (home-page "https://github.com/syohex/emacs-helm-gtags")
10834 (synopsis "Emacs Helm interface to GNU Global")
10835 (description
10836 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
10837 (license license:gpl3+)))
10838
10839 (define-public emacs-list-utils
10840 (package
10841 (name "emacs-list-utils")
10842 (version "0.4.4")
10843 (source
10844 (origin
10845 (method git-fetch)
10846 (uri (git-reference
10847 (url "https://github.com/rolandwalker/list-utils.git")
10848 (commit (string-append "v" version))))
10849 (file-name (git-file-name name version))
10850 (sha256
10851 (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
10852 (build-system emacs-build-system)
10853 (home-page "https://github.com/rolandwalker/list-utils")
10854 (synopsis "List-manipulation utility functions")
10855 (description "This package provides a list manipulation library for Emacs.")
10856 (license license:gpl3+)))
10857
10858 (define-public emacs-move-text
10859 (package
10860 (name "emacs-move-text")
10861 (version "2.0.8")
10862 (source
10863 (origin
10864 (method git-fetch)
10865 (uri (git-reference
10866 (url "https://github.com/emacsfodder/move-text.git")
10867 (commit version)))
10868 (file-name (git-file-name name version))
10869 (sha256
10870 (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"))))
10871 (build-system emacs-build-system)
10872 (home-page "https://github.com/emacsfodder/move-text")
10873 (synopsis "Move current line or region with M-up or M-down")
10874 (description "This package provide functions to move the current line
10875 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
10876 region instead.")
10877 (license license:gpl3+)))
10878
10879 (define-public emacs-validate
10880 (package
10881 (name "emacs-validate")
10882 (version "1.0.5")
10883 (source (origin
10884 (method url-fetch)
10885 (uri (string-append "https://github.com/Malabarba/validate.el"
10886 "/archive/" version ".tar.gz"))
10887 (file-name (string-append name "-" version ".tar.gz"))
10888 (sha256
10889 (base32
10890 "125mbd111f1h1baw0z3fzm48y1bvaigljyzvvnqgrn0shxbj0khg"))))
10891 (build-system emacs-build-system)
10892 (home-page "https://github.com/Malabarba/validate.el")
10893 (synopsis "Emacs library for scheme validation")
10894 (description "This Emacs library provides two functions that perform
10895 schema validation.")
10896 (license license:gpl3+)))
10897
10898 (define-public emacs-rainbow-blocks
10899 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
10900 (package
10901 (name "emacs-rainbow-blocks")
10902 (version (git-version "1.0.0" "1" commit))
10903 (source (origin
10904 (method git-fetch)
10905 (uri (git-reference
10906 (url "https://github.com/istib/rainbow-blocks.git")
10907 (commit commit)))
10908 (file-name (git-file-name name version))
10909 (sha256
10910 (base32
10911 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
10912 (build-system emacs-build-system)
10913 (home-page "https://github.com/istib/rainbow-blocks")
10914 (synopsis "Highlight sexp blocks")
10915 (description "Rainbow-blocks is an Emacs mode that highlights blocks
10916 made of parentheses, brackets, and braces according to their depth. Each
10917 successive level is highlighted in a different color. This makes it easy to
10918 orient yourself in the code, and tell which statements are at a given level.")
10919 (license license:gpl3+))))
10920
10921 (define-public emacs-hierarchy
10922 (package
10923 (name "emacs-hierarchy")
10924 (version "0.7.0")
10925 (source
10926 (origin
10927 (method git-fetch)
10928 (uri (git-reference
10929 (url "https://github.com/DamienCassou/hierarchy.git")
10930 (commit (string-append "v" version))))
10931 (file-name (git-file-name name version))
10932 (sha256
10933 (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
10934 (build-system emacs-build-system)
10935 (home-page "https://github.com/DamienCassou/hierarchy")
10936 (synopsis "Library to create and display hierarchy structures")
10937 (description "This package provides an Emacs library to create, query,
10938 navigate and display hierarchy structures.")
10939 (license license:gpl3+)))
10940
10941 (define-public emacs-tree-mode
10942 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
10943 (revision "1"))
10944 (package
10945 (name "emacs-tree-mode")
10946 (version (string-append "0.0.1" "-" revision "."
10947 (string-take commit 7)))
10948 (source
10949 (origin
10950 (method git-fetch)
10951 (uri (git-reference
10952 (url "https://github.com/emacsorphanage/tree-mode.git")
10953 (commit commit)))
10954 (file-name (git-file-name name version))
10955 (sha256
10956 (base32
10957 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
10958 (build-system emacs-build-system)
10959 (home-page "https://github.com/emacsorphanage/tree-mode")
10960 (synopsis "Emacs mode to manage tree widgets")
10961 (description
10962 "This package provides an Emacs library to manage tree widgets.")
10963 (license license:gpl3+))))
10964
10965 (define-public emacs-md4rd
10966 (package
10967 (name "emacs-md4rd")
10968 (version "0.3.1")
10969 (source (origin
10970 (method git-fetch)
10971 (uri (git-reference
10972 (url "https://github.com/ahungry/md4rd.git")
10973 (commit version)))
10974 (file-name (git-file-name name version))
10975 (sha256
10976 (base32
10977 "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
10978 (propagated-inputs
10979 `(("emacs-hierarchy" ,emacs-hierarchy)
10980 ("emacs-request" ,emacs-request)
10981 ("emacs-dash" ,emacs-dash)
10982 ("emacs-s" ,emacs-s)
10983 ("emacs-tree-mode" ,emacs-tree-mode)))
10984 (build-system emacs-build-system)
10985 (home-page "https://github.com/ahungry/md4rd")
10986 (synopsis "Emacs Mode for Reddit")
10987 (description
10988 "This package allows to read Reddit from within Emacs interactively.")
10989 (license license:gpl3+)))
10990
10991 (define-public emacs-pulseaudio-control
10992 (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
10993 (revision "3"))
10994 (package
10995 (name "emacs-pulseaudio-control")
10996 (version (git-version "0.0.1" revision commit))
10997 (source
10998 (origin
10999 (method git-fetch)
11000 (uri (git-reference
11001 (url "https://github.com/flexibeast/pulseaudio-control.git")
11002 (commit commit)))
11003 (file-name (git-file-name name version))
11004 (sha256
11005 (base32
11006 "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
11007 (build-system emacs-build-system)
11008 (arguments
11009 '(#:phases (modify-phases %standard-phases
11010 (add-after 'unpack 'patch-file-name
11011 (lambda* (#:key inputs #:allow-other-keys)
11012 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
11013 (chmod "pulseaudio-control.el" #o600)
11014 (emacs-substitute-variables "pulseaudio-control.el"
11015 ("pulseaudio-control-pactl-path"
11016 (string-append pulseaudio "/bin/pactl")))
11017 #t))))))
11018 (inputs `(("pulseaudio" ,pulseaudio)))
11019 (home-page "https://github.com/flexibeast/pulseaudio-control")
11020 (synopsis "Control @code{pulseaudio} from Emacs")
11021 (description
11022 "This package allows to control @code{pulseaudio} from Emacs.")
11023 (license license:gpl3+))))
11024
11025 (define-public emacs-datetime
11026 (package
11027 (name "emacs-datetime")
11028 (version "0.3")
11029 (source
11030 (origin
11031 (method git-fetch)
11032 (uri (git-reference
11033 (url "https://github.com/doublep/datetime.git")
11034 (commit version)))
11035 (file-name (git-file-name name version))
11036 (sha256
11037 (base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5"))))
11038 (build-system emacs-build-system)
11039 (home-page "https://github.com/doublep/datetime/")
11040 (synopsis "Library to work with dates in Emacs")
11041 (description "Parsing, formatting, matching and recoding
11042 timestamps and date-time format strings library for Emacs.")
11043 (license license:gpl3+)))
11044
11045 (define-public emacs-org-mind-map
11046 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
11047 (revision "1"))
11048 (package
11049 (name "emacs-org-mind-map")
11050 (version (string-append "0.0.1" "-" revision "."
11051 (string-take commit 7)))
11052 (source
11053 (origin
11054 (method git-fetch)
11055 (uri (git-reference
11056 (url "https://github.com/theodorewiles/org-mind-map.git")
11057 (commit commit)))
11058 (file-name (git-file-name name version))
11059 (sha256
11060 (base32
11061 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
11062 (propagated-inputs
11063 `(("emacs-dash" ,emacs-dash)))
11064 (build-system emacs-build-system)
11065 (home-page "https://github.com/theodorewiles/org-mind-map")
11066 (synopsis "Create Graphviz directed graphs from Org files")
11067 (description
11068 "This package creates Graphviz directed graphs from Org files.")
11069 (license license:gpl3+))))
11070
11071 (define-public emacs-npm-mode
11072 (package
11073 (name "emacs-npm-mode")
11074 (version "0.6.0")
11075 (source
11076 (origin
11077 (method git-fetch)
11078 (uri (git-reference
11079 (url "https://github.com/mojochao/npm-mode.git")
11080 (commit version)))
11081 (file-name (git-file-name name version))
11082 (sha256
11083 (base32 "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"))))
11084 (build-system emacs-build-system)
11085 (home-page "https://github.com/mojochao/npm-mode")
11086 (synopsis "Minor mode for working with @code{npm} projects")
11087 (description
11088 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
11089 (license license:gpl3+)))
11090
11091 (define-public emacs-seq
11092 (package
11093 (name "emacs-seq")
11094 (version "2.20")
11095 (source
11096 (origin
11097 (method url-fetch)
11098 (uri (string-append "http://elpa.gnu.org/packages/seq-" version ".tar"))
11099 (sha256
11100 (base32
11101 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
11102 (build-system emacs-build-system)
11103 (home-page "http://elpa.gnu.org/packages/seq.html")
11104 (synopsis "Sequence manipulation functions")
11105 (description "Sequence-manipulation functions that complement basic
11106 functions provided by @file{subr.el}.")
11107 (license license:gpl3+)))
11108
11109 (define-public emacs-itail
11110 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
11111 (revision "1"))
11112 (package
11113 (name "emacs-itail")
11114 (version (string-append "0.0.1" "-" revision "."
11115 (string-take commit 7)))
11116 (source
11117 (origin
11118 (method git-fetch)
11119 (uri (git-reference
11120 (url "https://github.com/re5et/itail.git")
11121 (commit commit)))
11122 (file-name (git-file-name name version))
11123 (sha256
11124 (base32
11125 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
11126 (build-system emacs-build-system)
11127 (home-page "https://github.com/re5et/itail")
11128 (synopsis "Interactive @code{tail} Emacs mode")
11129 (description "@code{itail} provides interactive @code{tail} mode
11130 that allows you to filter the tail with unix pipes and highlight the
11131 contents of the tailed file. Works locally or on remote files using
11132 tramp.")
11133 (license license:gpl3+))))
11134
11135 (define-public emacs-loop
11136 (package
11137 (name "emacs-loop")
11138 (version "1.3")
11139 (source
11140 (origin
11141 (method git-fetch)
11142 (uri (git-reference
11143 (url "https://github.com/Wilfred/loop.el.git")
11144 (commit version)))
11145 (file-name (git-file-name name version))
11146 (sha256
11147 (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
11148 (build-system emacs-build-system)
11149 (home-page "https://github.com/Wilfred/loop.el")
11150 (synopsis "Imperative loop structures for Emacs")
11151 (description "Loop structures familiar to users of other languages. This
11152 library adds a selection of popular loop structures as well as break and
11153 continue.")
11154 (license license:gpl3+)))
11155
11156 (define-public emacs-elisp-refs
11157 (package
11158 (name "emacs-elisp-refs")
11159 (version "1.3")
11160 (source
11161 (origin
11162 (method git-fetch)
11163 (uri (git-reference
11164 (url "https://github.com/Wilfred/elisp-refs.git")
11165 (commit version)))
11166 (file-name (git-file-name name version))
11167 (sha256
11168 (base32 "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"))))
11169 (build-system emacs-build-system)
11170 (propagated-inputs
11171 `(("emacs-dash" ,emacs-dash)
11172 ("emacs-f" ,emacs-f)
11173 ("emacs-list-utils" ,emacs-list-utils)
11174 ("emacs-loop" ,emacs-loop)
11175 ("emacs-s" ,emacs-s)
11176 ("emacs-shut-up" ,emacs-shut-up)))
11177 (home-page "https://github.com/Wilfred/elisp-refs")
11178 (synopsis "Find callers of elisp functions or macros")
11179 (description "Find references to functions, macros or variables. Unlike a
11180 dumb text search, @code{elisp-refs} actually parses the code, so it's never
11181 confused by comments or @code{foo-bar} matching @code{foo}.")
11182 (license license:gpl3+)))
11183
11184 (define-public emacs-crux
11185 (let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
11186 (revision "1"))
11187 (package
11188 (name "emacs-crux")
11189 (version (string-append "0.3.0" "-" revision "."
11190 (string-take commit 7)))
11191 (source
11192 (origin
11193 (method git-fetch)
11194 (uri (git-reference
11195 (url "https://github.com/bbatsov/crux.git")
11196 (commit commit)))
11197 (file-name (git-file-name name version))
11198 (sha256
11199 (base32
11200 "1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
11201 (build-system emacs-build-system)
11202 (home-page "https://github.com/bbatsov/crux")
11203 (synopsis "Collection of useful functions for Emacs")
11204 (description
11205 "@code{crux} provides a collection of useful functions for Emacs.")
11206 (license license:gpl3+))))
11207
11208 (define-public emacs-edit-server
11209 (package
11210 (name "emacs-edit-server")
11211 (version "1.13")
11212 (source
11213 (origin
11214 (method git-fetch)
11215 (uri (git-reference
11216 (url "https://github.com/stsquad/emacs_chrome.git")
11217 (commit (string-append "v" version))))
11218 (file-name (git-file-name name version))
11219 (sha256
11220 (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
11221 (build-system emacs-build-system)
11222 (arguments
11223 `(#:phases
11224 (modify-phases %standard-phases
11225 (add-after 'unpack 'chdir-elisp
11226 ;; Elisp directory is not in root of the source.
11227 (lambda _
11228 (chdir "servers"))))))
11229 (home-page "https://github.com/stsquad/emacs_chrome")
11230 (synopsis "Server that responds to edit requests from Chromium")
11231 (description
11232 "This package provides an edit server to respond to requests from Emacs.")
11233 (license license:gpl3+)))
11234
11235 (define-public emacs-m-buffer-el
11236 (package
11237 (name "emacs-m-buffer-el")
11238 (version "0.15")
11239 (source
11240 (origin
11241 (method url-fetch)
11242 (uri (string-append "https://github.com/phillord/m-buffer-el"
11243 "/archive/" "v" version ".tar.gz"))
11244 (file-name (string-append name "-" version ".tar.gz"))
11245 (sha256
11246 (base32
11247 "17vdcc8q37q9db98jyww1c0ivinmwfcw4l04zccfacalra63a214"))))
11248 (arguments
11249 `(#:phases
11250 (modify-phases %standard-phases
11251 (add-before 'install 'check
11252 (lambda* (#:key inputs #:allow-other-keys)
11253 (invoke "emacs" "--batch" "-L" "."
11254 "-l" "test/m-buffer-test.el"
11255 "-l" "test/m-buffer-at-test.el"
11256 "-f" "ert-run-tests-batch-and-exit"))))))
11257 (build-system emacs-build-system)
11258 (home-page "https://github.com/phillord/m-buffer-el")
11259 (synopsis "List oriented buffer operations for Emacs")
11260 (description "@code{m-buffer} provides a set of list-orientated functions
11261 for operating over the contents of Emacs buffers.")
11262 (license license:gpl3+)))
11263
11264 (define-public emacs-let-alist
11265 (package
11266 (name "emacs-let-alist")
11267 (version "1.0.5")
11268 (source
11269 (origin
11270 (method url-fetch)
11271 (uri (string-append
11272 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
11273 (sha256
11274 (base32
11275 "0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw"))))
11276 (build-system emacs-build-system)
11277 (home-page "https://elpa.gnu.org/packages/let-alist.html")
11278 (synopsis "Easily let-bind values of an assoc-list by their names")
11279 (description "This package offers a single macro, @code{let-alist}. This
11280 macro takes a first argument (whose value must be an alist) and a body.")
11281 (license license:gpl3+)))
11282
11283 (define-public emacs-esup
11284 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
11285 (revision "1"))
11286 (package
11287 (name "emacs-esup")
11288 (version (string-append "0.6" "-" revision "."
11289 (string-take commit 7)))
11290 (source
11291 (origin
11292 (method git-fetch)
11293 (uri (git-reference
11294 (url "https://github.com/jschaf/esup.git")
11295 (commit commit)))
11296 (file-name (git-file-name name version))
11297 (sha256
11298 (base32
11299 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
11300 ;; TODO: Add tests
11301 (build-system emacs-build-system)
11302 (home-page "https://github.com/jschaf/esup")
11303 (synopsis "Emacs start up profiler")
11304 (description "Benchmark Emacs Startup time without ever leaving
11305 your Emacs.")
11306 (license license:gpl2+))))
11307
11308 (define-public emacs-restart-emacs
11309 (let ((commit "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9")
11310 (revision "1"))
11311 (package
11312 (name "emacs-restart-emacs")
11313 (version (git-version "0.1.1" revision commit))
11314 (source
11315 (origin
11316 (method git-fetch)
11317 (uri (git-reference
11318 (url "https://github.com/iqbalansari/restart-emacs.git")
11319 (commit commit)))
11320 (file-name (git-file-name name version))
11321 (sha256
11322 (base32 "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav"))))
11323 (build-system emacs-build-system)
11324 (home-page "https://github.com/iqbalansari/restart-emacs")
11325 (synopsis "Restart Emacs from within Emacs")
11326 (description "This package provides a simple command to restart Emacs from
11327 within Emacs.")
11328 (license license:gpl3+))))
11329
11330 (define-public emacs-sourcemap
11331 (package
11332 (name "emacs-sourcemap")
11333 (version "0.03")
11334 (source
11335 (origin
11336 (method git-fetch)
11337 (uri (git-reference
11338 (url "https://github.com/syohex/emacs-sourcemap.git")
11339 (commit version)))
11340 (file-name (git-file-name name version))
11341 (sha256
11342 (base32 "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"))))
11343 (build-system emacs-build-system)
11344 (home-page "https://github.com/syohex/emacs-sourcemap")
11345 (synopsis "Sourcemap parser")
11346 (description "Sourcemap parser")
11347 (license license:gpl3+)))
11348
11349 (define-public emacs-macrostep
11350 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
11351 (package
11352 (name "emacs-macrostep")
11353 (version (git-version "0.9" "1" commit))
11354 (source (origin
11355 (method git-fetch)
11356 (uri (git-reference
11357 (url "https://github.com/joddie/macrostep.git")
11358 (commit commit)))
11359 (file-name (git-file-name name version))
11360 (sha256
11361 (base32
11362 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
11363 (build-system emacs-build-system)
11364 (arguments
11365 '(#:phases
11366 (modify-phases %standard-phases
11367 (add-before 'check 'remove-test
11368 ;; Fails because of requirement ‘/bin/sh’.
11369 (lambda _
11370 (let ((file "macrostep-test.el"))
11371 (chmod file #o644)
11372 (emacs-batch-edit-file file
11373 `(progn (progn (goto-char (point-min))
11374 (re-search-forward
11375 "(ert-deftest macrostep-expand-c-macros")
11376 (beginning-of-line)
11377 (kill-sexp))
11378 (basic-save-buffer))))))
11379 (add-before 'install 'check
11380 (lambda _
11381 (invoke "emacs" "--batch" "-L" "."
11382 "-l" "macrostep-test.el"
11383 "-f" "ert-run-tests-batch-and-exit"))))))
11384 (home-page "https://github.com/joddie/macrostep")
11385 (synopsis "Interactive macro-expander for Emacs")
11386 (description "@code{macrostep} is an Emacs minor mode for interactively
11387 stepping through the expansion of macros in Emacs Lisp source code. It lets
11388 you see exactly what happens at each step of the expansion process by
11389 pretty-printing the expanded forms inline in the source buffer, which is
11390 temporarily read-only while macro expansions are visible. You can expand and
11391 collapse macro forms one step at a time, and evaluate or instrument the
11392 expansions for debugging with Edebug as normal (but see “Bugs and known
11393 limitations”, below). Single-stepping through the expansion is particularly
11394 useful for debugging macros that expand into another macro form. These can be
11395 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
11396 until the top-level form is no longer a macro call.")
11397 (license license:gpl3+))))
11398
11399 (define-public emacs-parent-mode
11400 (package
11401 (name "emacs-parent-mode")
11402 (version "2.3")
11403 (source
11404 (origin
11405 (method git-fetch)
11406 (uri (git-reference
11407 (url "https://github.com/Fanael/parent-mode.git")
11408 (commit version)))
11409 (file-name (git-file-name name version))
11410 (sha256
11411 (base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
11412 (build-system emacs-build-system)
11413 (home-page "https://github.com/Fanael/parent-mode")
11414 (synopsis "Get major mode's parent modes")
11415 (description "Get major mode's parent modes")
11416 (license license:gpl3+)))
11417
11418 (define-public emacs-lacarte
11419 (package
11420 (name "emacs-lacarte")
11421 (version "0.1")
11422 (source (origin
11423 (method url-fetch)
11424 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
11425 (sha256
11426 (base32
11427 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
11428 (build-system emacs-build-system)
11429 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
11430 (synopsis "Execute menu items as commands, with completion")
11431 (description "Execute menu items as commands, with completion.")
11432 (license license:gpl3)))
11433
11434 (define-public emacs-isearch-prop
11435 (let ((commit "5e9dc44cf582d998aaa73ccd4d07cbda01248156")
11436 (revision "1"))
11437 (package
11438 (name "emacs-isearch-prop")
11439 (version (git-version "0" revision commit))
11440 (source
11441 (origin
11442 (method git-fetch)
11443 (uri (git-reference
11444 (url "https://github.com/emacsmirror/isearch-prop.git")
11445 (commit commit)))
11446 (file-name (git-file-name name version))
11447 (sha256
11448 (base32
11449 "1xawppy705ybsgx566zvj8zk2aajq0sqvhvfs7nijqq32lx0a2zl"))))
11450 (build-system emacs-build-system)
11451 (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
11452 (synopsis "Extensions to @code{isearch.el}")
11453 (description "The Emacs library @code{isearch-prop.el} lets you search within
11454 contexts. You can limit incremental search to a set of zones of
11455 buffer text, search contexts that in effect constitute a multi-region.
11456 These zones can be defined in various ways, including some ways
11457 provided specially by this library.")
11458 (license license:gpl3+))))
11459
11460 (define-public emacs-company-lua
11461 (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4"))
11462 (package
11463 (name "emacs-company-lua")
11464 (version (git-version "0.1" "1" commit))
11465 (source
11466 (origin
11467 (method git-fetch)
11468 (uri (git-reference
11469 (url "https://github.com/ptrv/company-lua.git")
11470 (commit commit)))
11471 (file-name (git-file-name name version))
11472 (sha256
11473 (base32
11474 "1d9i165apgmwns7b2fd5wcpjpkah3dyj20v5sb8ynvz6qhhr5r9c"))))
11475 (build-system emacs-build-system)
11476 (propagated-inputs
11477 `(("emacs-company" ,emacs-company)
11478 ("emacs-s" ,emacs-s)
11479 ("emacs-f" ,emacs-f)
11480 ("emacs-lua-mode" ,emacs-lua-mode)))
11481 (home-page "https://github.com/ptrv/company-lua")
11482 (synopsis "Company backend for Lua")
11483 (description
11484 "This package provides Company backend for Lua programming language.")
11485 (license license:gpl3+))))
11486
11487 (define-public emacs-beginend
11488 (package
11489 (name "emacs-beginend")
11490 (version "2.0.0")
11491 (source
11492 (origin
11493 (method git-fetch)
11494 (uri (git-reference
11495 (url "https://github.com/DamienCassou/beginend.git")
11496 (commit (string-append "v" version))))
11497 (file-name (git-file-name name version))
11498 (sha256
11499 (base32 "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"))))
11500 ;; TODO: Run tests.
11501 (build-system emacs-build-system)
11502 (inputs
11503 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
11504 (home-page "https://github.com/DamienCassou/beginend")
11505 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
11506 (description "@code{beginend} redefines @code{M-<} and @code{M->}
11507 keybindings for Emacs modes so that point moves to meaningful
11508 locations. Redefined keys are still accessible by pressing the same
11509 key again.")
11510 (license license:gpl3+)))
11511
11512 (define-public emacs-mbsync
11513 (let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3")
11514 (revision "1"))
11515 (package
11516 (name "emacs-mbsync")
11517 (version (string-append "0.0.1" "-" revision "."
11518 (string-take commit 7)))
11519 (source
11520 (origin
11521 (method git-fetch)
11522 (uri (git-reference
11523 (url "https://github.com/dimitri/mbsync-el.git")
11524 (commit commit)))
11525 (file-name (git-file-name name version))
11526 (sha256
11527 (base32
11528 "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
11529 (build-system emacs-build-system)
11530 (home-page "https://github.com/dimitri/mbsync-el")
11531 (synopsis "Interface to mbsync for Emacs")
11532 (description "This package allows to call the @code{mbsync} from
11533 within Emacs.")
11534 (license license:gpl3+))))
11535
11536 (define-public emacs-ibuffer-projectile
11537 (let ((commit "c18ac540ee46cb759fc5df18747f6e8d23563011")
11538 (revision "1"))
11539 (package
11540 (name "emacs-ibuffer-projectile")
11541 (version (string-append "0.2" "-" revision "."
11542 (string-take commit 7)))
11543 (source
11544 (origin
11545 (method git-fetch)
11546 (uri (git-reference
11547 (url "https://github.com/purcell/ibuffer-projectile.git")
11548 (commit commit)))
11549 (file-name (git-file-name name version))
11550 (sha256
11551 (base32
11552 "1nd26cwwdpnwj0g4w393rd59klpyr6wqrnyr6scmwb5d06bsm44n"))))
11553 (build-system emacs-build-system)
11554 (propagated-inputs
11555 `(("emacs-projectile" ,emacs-projectile)))
11556 (home-page "https://github.com/purcell/ibuffer-projectile")
11557 (synopsis "Group ibuffer's list by projectile root")
11558 (description "Adds functionality to Emacs @code{ibuffer} for
11559 grouping buffers by their projectile root directory.")
11560 (license license:gpl3+))))
11561
11562 (define-public emacs-helm-mode-manager
11563 (package
11564 (name "emacs-helm-mode-manager")
11565 (version "1.0.0")
11566 (source
11567 (origin
11568 (method url-fetch)
11569 (uri (string-append "https://github.com/istib/helm-mode-manager/"
11570 "archive/" version ".tar.gz"))
11571 (file-name (string-append name "-" version ".tar.gz"))
11572 (sha256
11573 (base32
11574 "0wllj321z16hgrx0ddwzk5wz4mnnx5am7w5nclqclfc5dfdn92wm"))))
11575 (build-system emacs-build-system)
11576 (propagated-inputs
11577 `(("emacs-helm" ,emacs-helm)))
11578 (home-page "https://github.com/istib/helm-mode-manager/")
11579 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
11580 (description "This package provides a Helm interface for toggling Emacs
11581 major or minor mode.
11582
11583 @itemize
11584 @item @code{helm-switch-major-mode} list of all major modes
11585 @item @code{helm-enable-minor-mode} list of all inactive minor modes
11586 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
11587 @end itemize\n
11588
11589 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
11590 documentation.")
11591 (license license:gpl3+)))
11592
11593 (define-public emacs-hy-mode
11594 (package
11595 (name "emacs-hy-mode")
11596 (version "1.0.3")
11597 (source
11598 (origin
11599 (method git-fetch)
11600 (uri (git-reference
11601 (url "https://github.com/hylang/hy-mode.git")
11602 (commit (string-append "v" version))))
11603 (file-name (git-file-name name version))
11604 (sha256
11605 (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
11606 (build-system emacs-build-system)
11607 (propagated-inputs
11608 `(("emacs-dash" ,emacs-dash)
11609 ("emacs-s" ,emacs-s)))
11610 (home-page "https://github.com/hylang/hy-mode")
11611 (synopsis "Major mode for Hylang")
11612 (description "This package provides a major mode for Hylang.")
11613 (license license:gpl3+)))
11614
11615 (define-public emacs-web-beautify
11616 (package
11617 (name "emacs-web-beautify")
11618 (version "0.3.2")
11619 (source
11620 (origin
11621 (method git-fetch)
11622 (uri (git-reference
11623 (url "https://github.com/yasuyk/web-beautify.git")
11624 (commit version)))
11625 (file-name (git-file-name name version))
11626 (sha256
11627 (base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
11628 (build-system emacs-build-system)
11629 (home-page "https://github.com/yasuyk/web-beautify")
11630 (synopsis "Format HTML, CSS and JavaScript, JSON")
11631 (description "This package provides an Emacs functions to format HTML,
11632 CSS, JavaScript, JSON.")
11633 (license license:gpl3+)))
11634
11635 (define-public emacs-helm-shell-history
11636 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
11637 (package
11638 (name "emacs-helm-shell-history")
11639 (version (git-version "0.1" "1" commit))
11640 (source
11641 (origin
11642 (method git-fetch)
11643 (uri (git-reference
11644 (url "https://github.com/yuutayamada/helm-shell-history.git")
11645 (commit commit)))
11646 (file-name (git-file-name name version))
11647 (sha256
11648 (base32
11649 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
11650 (build-system emacs-build-system)
11651 (arguments
11652 '(#:phases
11653 (modify-phases %standard-phases
11654 (add-before 'check 'patch-helm-shell-history-file
11655 (lambda _
11656 (let ((file "helm-shell-history.el"))
11657 (chmod file #o644)
11658 (emacs-substitute-sexps file
11659 ("(defvar helm-shell-history-file"
11660 `(expand-file-name "~/.bash_history"))))
11661 #t)))))
11662 (propagated-inputs
11663 `(("emacs-helm" ,emacs-helm)))
11664 (home-page "https://github.com/yuutayamada/helm-shell-history")
11665 (synopsis "Find shell history with Emacs Helm")
11666 (description "This package provides an Emacs Helm interface to search
11667 throw a shell history.")
11668 (license license:gpl3+))))
11669
11670 (define-public emacs-discover-my-major
11671 (package
11672 (name "emacs-discover-my-major")
11673 (version "1.0")
11674 (source
11675 (origin
11676 (method url-fetch)
11677 (uri
11678 (string-append "https://github.com/steckerhalter/discover-my-major"
11679 "/archive/" version ".tar.gz"))
11680 (file-name (string-append name "-" version ".tar.gz"))
11681 (sha256
11682 (base32
11683 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
11684 (build-system emacs-build-system)
11685 (propagated-inputs
11686 `(("emacs-makey" ,emacs-makey)))
11687 (home-page "https://github.com/steckerhalter/discover-my-major")
11688 (synopsis "Discover key bindings for the current Emacs major mode")
11689 (description "This package provides allows to discover key bindings and
11690 their meaning for the current Emacs major-mode.")
11691 (license license:gpl3+)))
11692
11693 (define-public emacs-org-ref
11694 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
11695 (revision "1"))
11696 (package
11697 (name "emacs-org-ref")
11698 (version (string-append "1.1.1" "-" revision "."
11699 (string-take commit 7)))
11700 (source
11701 (origin
11702 (method git-fetch)
11703 (uri (git-reference
11704 (url "https://github.com/jkitchin/org-ref.git")
11705 (commit commit)))
11706 (file-name (git-file-name name version))
11707 (sha256
11708 (base32
11709 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
11710 (build-system emacs-build-system)
11711 (propagated-inputs
11712 `(("emacs-dash" ,emacs-dash)
11713 ("emacs-helm" ,emacs-helm)
11714 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
11715 ("emacs-ivy" ,emacs-ivy)
11716 ("emacs-hydra" ,emacs-hydra)
11717 ("emacs-key-chord" ,emacs-key-chord)
11718 ("emacs-s" ,emacs-s)
11719 ("emacs-f" ,emacs-f)
11720 ("emacs-pdf-tools" ,emacs-pdf-tools)))
11721 (home-page "https://github.com/jkitchin/org-ref")
11722 (synopsis "Citations, cross-references and bibliographies in org-mode")
11723 (description
11724 "Lisp code to setup bibliography, cite, ref and label org-mode links.
11725 Also sets up reftex and helm for org-mode citations. The links are
11726 clickable and do things that are useful.
11727
11728 The default setup uses helm-bibtex.
11729
11730 You should really read org-ref.org in this package for details.")
11731 (license license:gpl3+))))
11732
11733 ;; This project is unmaintained. Please use emacs-org-re-reveal instead.
11734 (define-public emacs-org-reveal
11735 (let ((commit "9210413202a360a559a51e8275faa42be68cf44b"))
11736 (package
11737 (name "emacs-org-reveal")
11738 (version (git-version "0.1" "3" commit))
11739 (source (origin
11740 (method git-fetch)
11741 (uri (git-reference
11742 (url "https://github.com/yjwen/org-reveal.git")
11743 (commit commit)))
11744 (file-name (git-file-name name version))
11745 (sha256
11746 (base32
11747 "1wlfk823d3vrn480m38j7ncaqm193lvh6y22b92fx4b3yhdbndza"))))
11748 (build-system emacs-build-system)
11749 (home-page "https://github.com/yjwen/org-reveal")
11750 (synopsis "Org and Reveal.js powered HTML presentation tool")
11751 (description "Org-Reveal is a command@{org-mode} extension that allows
11752 to create beautiful presentations (slides) with 3D effects from simple but
11753 powerful Org contents.")
11754 (license license:gpl3+))))
11755
11756 (define-public emacs-org-re-reveal
11757 (package
11758 (name "emacs-org-re-reveal")
11759 (version "1.0.3")
11760 (source (origin
11761 (method git-fetch)
11762 (uri (git-reference
11763 (url "https://gitlab.com/oer/org-re-reveal.git")
11764 (commit "50cc6574c77f12d423f6cd096d8f76feb3673abc")))
11765 (file-name (git-file-name name version))
11766 (sha256
11767 (base32
11768 "1v3z30gpimg4spf6zzqwp9b597zxk89h0vpq6xp58js4rjg4ixk8"))))
11769 (build-system emacs-build-system)
11770 (propagated-inputs
11771 `(("emacs-htmlize" ,emacs-htmlize)
11772 ("emacs-org" ,emacs-org)))
11773 (home-page "https://gitlab.com/oer/org-re-reveal")
11774 (synopsis "Build HTML presentations with reveal.js from Org source files")
11775 (description "This project started as fork of org-reveal. It provides an
11776 export back-end for HTML presentations with reveal.js from Org mode source
11777 files.")
11778 (license license:gpl3+)))
11779
11780 (define-public emacs-add-hooks
11781 (package
11782 (name "emacs-add-hooks")
11783 (version "3.1.1")
11784 (source
11785 (origin
11786 (method git-fetch)
11787 (uri (git-reference
11788 (url "https://github.com/nickmccurdy/add-hooks.git")
11789 (commit version)))
11790 (file-name (git-file-name name version))
11791 (sha256
11792 (base32 "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl"))))
11793 (build-system emacs-build-system)
11794 (home-page "https://github.com/nickmccurdy/add-hooks/")
11795 (synopsis "Emacs function for setting multiple hooks")
11796 (description "This package provides a @code{add-hooks} function tidies up
11797 duplicate hook and function names further into a single declarative call.")
11798 (license license:gpl3+)))
11799
11800 (define-public emacs-fancy-narrow
11801 (package
11802 (name "emacs-fancy-narrow")
11803 (version "0.9.5")
11804 (source
11805 (origin
11806 (method git-fetch)
11807 (uri (git-reference
11808 (url "https://github.com/Malabarba/fancy-narrow.git")
11809 (commit version)))
11810 (file-name (git-file-name name version))
11811 (sha256
11812 (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
11813 (build-system emacs-build-system)
11814 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
11815 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
11816 (description
11817 "Unlike @code{narrow-to-region}, which completely hides text outside
11818 the narrowed region, this package simply de-emphasizes the text, makes it
11819 read-only, and makes it unreachable. This leads to a much more natural
11820 feeling where the region stays static (instead of being brutally moved to a
11821 blank slate) and is clearly highlighted with respect to the rest of the
11822 buffer.")
11823 (license license:gpl2+)))
11824
11825 (define-public emacs-know-your-http-well
11826 (package
11827 (name "emacs-know-your-http-well")
11828 (version "0.5.0")
11829 (source
11830 (origin
11831 (method git-fetch)
11832 (uri (git-reference
11833 (url "https://github.com/for-GET/know-your-http-well.git")
11834 (commit (string-append "v" version))))
11835 (file-name (git-file-name name version))
11836 (sha256
11837 (base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
11838 (arguments
11839 `(#:phases
11840 (modify-phases %standard-phases
11841 (add-after 'unpack 'install-json-files
11842 (lambda* (#:key outputs #:allow-other-keys)
11843 (for-each (lambda (directory)
11844 (copy-recursively directory
11845 (string-append
11846 (assoc-ref outputs "out")
11847 directory)))
11848 '("js" "json"))))
11849 (add-after 'unpack 'chdir-elisp
11850 ;; Elisp directory is not in root of the source.
11851 (lambda _
11852 (chdir "emacs"))))))
11853 (build-system emacs-build-system)
11854 (home-page "https://github.com/for-GET/know-your-http-well")
11855 (synopsis "Meaning of HTTP headers codes")
11856 (description "Meaning of HTTP headers codes.")
11857 (license license:gpl3+)))
11858
11859 (define-public emacs-navi-mode
11860 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
11861 (package
11862 (name "emacs-navi-mode")
11863 (version (git-version "2.0" "1" commit))
11864 (source
11865 (origin
11866 (method git-fetch)
11867 (uri (git-reference
11868 (url "https://github.com/alphapapa/navi.git")
11869 (commit commit)))
11870 (file-name (git-file-name name version))
11871 (sha256
11872 (base32
11873 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
11874 (build-system emacs-build-system)
11875 (propagated-inputs
11876 `(("emacs-outshine" ,emacs-outshine)
11877 ("emacs-outorg" ,emacs-outorg)))
11878 (home-page "https://github.com/alphapapa/navi")
11879 (synopsis "Emacs major-mode for easy buffer-navigation")
11880 (description
11881 "This package provides an Emacs major-mode for easy buffer-navigation")
11882 (license license:gpl3+))))
11883
11884 (define-public emacs-download-region
11885 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
11886 (revision "1"))
11887 (package
11888 (name "emacs-download-region")
11889 (version (string-append "0.0.1" "-" revision "."
11890 (string-take commit 7)))
11891 (source
11892 (origin
11893 (method git-fetch)
11894 (uri (git-reference
11895 (url "https://github.com/zk-phi/download-region.git")
11896 (commit commit)))
11897 (file-name (git-file-name name version))
11898 (sha256
11899 (base32
11900 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
11901 (build-system emacs-build-system)
11902 (home-page "https://github.com/zk-phi/download-region")
11903 (synopsis "In buffer download manager for Emacs")
11904 (description "@code{download-region} provides in buffer
11905 downloading manager for Emacs.")
11906 (license license:gpl3+))))
11907
11908 (define-public emacs-helpful
11909 (package
11910 (name "emacs-helpful")
11911 (version "0.16")
11912 (source
11913 (origin
11914 (method git-fetch)
11915 (uri (git-reference
11916 (url "https://github.com/Wilfred/helpful.git")
11917 (commit version)))
11918 (file-name (git-file-name name version))
11919 (sha256
11920 (base32 "1pzlx3galyryd3hd84hnd7r5s6yl9sdrfhy1s6dgz40glw41wmpr"))))
11921 (build-system emacs-build-system)
11922 (propagated-inputs
11923 `(("emacs-elisp-refs" ,emacs-elisp-refs)
11924 ("emacs-dash" ,emacs-dash)
11925 ("emacs-s" ,emacs-s)
11926 ("emacs-f" ,emacs-f)
11927 ("emacs-shut-up" ,emacs-shut-up)))
11928 (home-page "https://github.com/Wilfred/helpful")
11929 (synopsis "More contextual information in Emacs help")
11930 (description "@code{helpful} is an alternative to the built-in Emacs help
11931 that provides much more contextual information.
11932
11933 @itemize
11934 @item Show the source code for interactively defined functions (unlike the
11935 built-in Help).
11936 @item Fall back to the raw sexp if no source is available.
11937 @item Show where a function is being called.
11938 @item Docstrings will Highlight the summary (the first sentence), include
11939 cross-references, hide superfluous puncuation.
11940 @item Show you the properties that have been applied to the current
11941 symbol. This provides visibility of features like edebug or byte-code
11942 optimisation.
11943 @item Provide a separate @code{helpful-command} function to view interactive
11944 functions.
11945 @item Display any keybindings that apply to interactive functions.
11946 @item Trace, disassemble functions from inside Helpful. This is discoverable
11947 and doesn't require memorisation of commands.
11948 @end itemize\n")
11949 (license license:gpl3+)))
11950
11951 (define-public emacs-logview
11952 (package
11953 (name "emacs-logview")
11954 (version "0.9")
11955 (source
11956 (origin
11957 (method git-fetch)
11958 (uri (git-reference
11959 (url "https://github.com/doublep/logview.git")
11960 (commit version)))
11961 (file-name (git-file-name name version))
11962 (sha256
11963 (base32 "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"))))
11964 (propagated-inputs
11965 `(("emacs-datetime" ,emacs-datetime)))
11966 (build-system emacs-build-system)
11967 (home-page "https://github.com/doublep/logview/")
11968 (synopsis "Emacs mode for viewing log files")
11969 (description "@code{logview} provides an Emacs mode to view log files.")
11970 (license license:gpl3+)))
11971
11972 (define-public emacs-suggest
11973 (package
11974 (name "emacs-suggest")
11975 (version "0.7")
11976 (home-page "https://github.com/Wilfred/suggest.el")
11977 (source
11978 (origin
11979 (method git-fetch)
11980 (uri (git-reference
11981 (url home-page)
11982 (commit version)))
11983 (file-name (git-file-name name version))
11984 (sha256
11985 (base32
11986 "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
11987 (build-system emacs-build-system)
11988 (propagated-inputs
11989 `(("emacs-loop" ,emacs-loop)
11990 ("emacs-dash" ,emacs-dash)
11991 ("emacs-s" ,emacs-s)
11992 ("emacs-f" ,emacs-f)
11993 ("emacs-spinner" ,emacs-spinner)
11994 ("emacs-shut-up" ,emacs-shut-up)))
11995 (synopsis "Suggest Elisp functions that give the output requested")
11996 (description "Suggest.el will find functions that give the output
11997 requested. It's a great way of exploring list, string and arithmetic
11998 functions.")
11999 (license license:gpl3+)))
12000
12001 (define-public emacs-benchmark-init
12002 (package
12003 (name "emacs-benchmark-init")
12004 (version "1.0")
12005 (source
12006 (origin
12007 (method git-fetch)
12008 (uri (git-reference
12009 (url "https://github.com/dholm/benchmark-init-el.git")
12010 (commit version)))
12011 (file-name (git-file-name name version))
12012 (sha256
12013 (base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
12014 (build-system emacs-build-system)
12015 (home-page "https://github.com/dholm/benchmark-init-el")
12016 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
12017 (description "@code{benchmark-init} provides a way to keep track of where
12018 time is being spent during Emacs startup in order to optimize startup time.")
12019 (license license:gpl3+)))
12020
12021 (define-public emacs-emms-player-simple-mpv
12022 ;; A new mpv backend is included in Emms from 5.0.
12023 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
12024
12025 (define-public emacs-magit-gerrit
12026 (let ((version "0.3")
12027 (revision "1")
12028 (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
12029 (package
12030 (name "emacs-magit-gerrit")
12031 (version (git-version version revision commit))
12032 (source (origin
12033 (method git-fetch)
12034 (uri (git-reference
12035 (url "https://github.com/terranpro/magit-gerrit.git")
12036 (commit commit)))
12037 (file-name (git-file-name name version))
12038 (sha256
12039 (base32
12040 "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
12041 (build-system emacs-build-system)
12042 (propagated-inputs
12043 `(("emacs-magit" ,emacs-magit)))
12044 (home-page "https://github.com/terranpro/magit-gerrit")
12045 (synopsis "Magit extension for Gerrit")
12046 (description "This Magit extension provides integration with Gerrit,
12047 which makes it possible to conduct Gerrit code reviews directly from within
12048 Emacs.")
12049 (license license:gpl3+))))
12050
12051 (define-public emacs-magit-org-todos-el
12052 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
12053 (package
12054 (name "emacs-magit-org-todos-el")
12055 (version (git-version "0.1.1" "1" commit))
12056 (source
12057 (origin
12058 (method git-fetch)
12059 (uri (git-reference
12060 (url "https://github.com/danielma/magit-org-todos.el.git")
12061 (commit commit)))
12062 (file-name (git-file-name name version))
12063 (sha256
12064 (base32
12065 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
12066 (propagated-inputs
12067 `(("magit" ,emacs-magit)))
12068 (build-system emacs-build-system)
12069 (home-page "https://github.com/danielma/magit-org-todos.el")
12070 (synopsis "Get todo.org into Emacs Magit status")
12071 (description "This package allows you to get @file{todo.org} into your
12072 magit status.
12073
12074 If you have a @file{todo.org} file with @code{TODO} items in the root of your
12075 repository, @code{magit-org-todos} will create a section in your Magit status
12076 buffer with each of your todos.")
12077 (license license:gpl3+))))
12078
12079 (define-public emacs-f3
12080 (package
12081 (name "emacs-f3")
12082 (version "0.1")
12083 (source
12084 (origin
12085 (method git-fetch)
12086 (uri (git-reference
12087 (url "https://github.com/cosmicexplorer/f3.git")
12088 (commit version)))
12089 (file-name (git-file-name name version))
12090 (sha256
12091 (base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
12092 (build-system emacs-build-system)
12093 (propagated-inputs
12094 `(("emacs-helm" ,emacs-helm)))
12095 (home-page "https://github.com/cosmicexplorer/f3")
12096 (synopsis "Fantastic File Finder for Emacs")
12097 (description
12098 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
12099 (license license:gpl3+)))
12100
12101 (define-public emacs-lice-el
12102 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
12103 (package
12104 (name "emacs-lice-el")
12105 (version (git-version "0.2" "1" commit))
12106 (source (origin
12107 (method git-fetch)
12108 (uri (git-reference
12109 (url "https://github.com/buzztaiki/lice-el.git")
12110 (commit commit)))
12111 (file-name (git-file-name name version))
12112 (sha256
12113 (base32
12114 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
12115 (build-system emacs-build-system)
12116 (home-page "https://github.com/buzztaiki/lice-el")
12117 (synopsis "License and header template for Emacs")
12118 (description "@code{lice.el} provides following features:
12119
12120 @itemize
12121 @item License template management.
12122 @item File header insertion.
12123 @end itemize\n")
12124 (license license:gpl3+))))
12125
12126 (define-public emacs-academic-phrases
12127 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
12128 (package
12129 (name "emacs-academic-phrases")
12130 (version (git-version "0.1" "1" commit))
12131 (source
12132 (origin
12133 (method git-fetch)
12134 (uri (git-reference
12135 (url "https://github.com/nashamri/academic-phrases.git")
12136 (commit commit)))
12137 (file-name (git-file-name name version))
12138 (sha256
12139 (base32
12140 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
12141 (build-system emacs-build-system)
12142 (propagated-inputs
12143 `(("emacs-dash" ,emacs-dash)
12144 ("emacs-s" ,emacs-s)
12145 ("emacs-ht" ,emacs-ht)))
12146 (home-page "https://github.com/nashamri/academic-phrases")
12147 (synopsis "Bypass that mental block when writing your papers")
12148 (description
12149 "When writing your academic paper, you might get stuck trying to find
12150 the right phrase that captures your intention. This package tries to
12151 alleviate that problem by presenting you with a list of phrases organized by
12152 the topic or by the paper section that you are writing. This package has
12153 around 600 phrases so far.
12154
12155 Using this package is easy, just call @code{academic-phrases} to get a list of
12156 phrases organized by topic, or call @code{academic-phrases-by-section} to
12157 browse the phrases by the paper section and fill-in the blanks if required.")
12158 (license license:gpl3+))))
12159
12160 (define-public emacs-auto-yasnippet
12161 (let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
12162 (package
12163 (name "emacs-auto-yasnippet")
12164 (version (git-version "0.3.0" "1" commit))
12165 (source (origin
12166 (method git-fetch)
12167 (uri (git-reference
12168 (url "https://github.com/abo-abo/auto-yasnippet.git")
12169 (commit commit)))
12170 (file-name (git-file-name name version))
12171 (sha256
12172 (base32
12173 "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
12174 (build-system emacs-build-system)
12175 (arguments
12176 '(#:phases
12177 (modify-phases %standard-phases
12178 (add-before 'install 'check
12179 (lambda _
12180 (invoke "emacs" "--batch"
12181 "-l" "auto-yasnippet.el"
12182 "-l" "auto-yasnippet-test.el"
12183 "-f" "ert-run-tests-batch-and-exit"))))))
12184 (propagated-inputs
12185 `(("emacs-yasnippet" ,emacs-yasnippet)))
12186 (home-page "https://github.com/abo-abo/auto-yasnippet/")
12187 (synopsis "Quickly create disposable yasnippets")
12188 (description "This package provides a hybrid of keyboard macros and
12189 yasnippet. You create the snippet on the go, usually to be used just in the
12190 one place. It's fast, because you're not leaving the current buffer, and all
12191 you do is enter the code you'd enter anyway, just placing ~ where you'd like
12192 yasnippet fields and mirrors to be.")
12193 (license license:gpl3+))))
12194
12195 (define-public emacs-highlight-numbers
12196 (package
12197 (name "emacs-highlight-numbers")
12198 (version "0.2.3")
12199 (source
12200 (origin
12201 (method git-fetch)
12202 (uri (git-reference
12203 (url "https://github.com/Fanael/highlight-numbers.git")
12204 (commit version)))
12205 (file-name (git-file-name name version))
12206 (sha256
12207 (base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
12208 (build-system emacs-build-system)
12209 (propagated-inputs
12210 `(("emacs-parent-mode" ,emacs-parent-mode)))
12211 (home-page "https://github.com/Fanael/highlight-numbers")
12212 (synopsis "Highlight numbers in source code")
12213 (description "@code{highlight-numbers-mode} provides a minor mode for
12214 syntax highlighting of numeric literals in source code.
12215
12216 It s customizable: it's easy to add or redefine what exactly consitutes a
12217 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
12218 (license license:gpl3+)))
12219
12220 (define-public emacs-darkroom
12221 (package
12222 (name "emacs-darkroom")
12223 (version "0.1")
12224 (source (origin
12225 (method url-fetch)
12226 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
12227 version ".el"))
12228 (sha256
12229 (base32
12230 "0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
12231 (build-system emacs-build-system)
12232 (home-page "https://elpa.gnu.org/packages/darkroom.html")
12233 (synopsis "Remove visual distractions and focus on writing")
12234 (description "@code{darkroom-mode} makes visual distractions disappear.
12235 The mode-line is temporarily elided, text is enlarged and margins are adjusted
12236 so that it's centered on the window.
12237
12238 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
12239 @code{darkroom-mode}, unless the current buffer lives in the sole window of
12240 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
12241 split to display more windows and more buffers, the buffer exits
12242 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
12243 @code{darkroom-mode}.")
12244 (license license:gpl3+)))
12245
12246 (define-public emacs-rsw-elisp
12247 (package
12248 (name "emacs-rsw-elisp")
12249 (version "1.0.5")
12250 (source (origin
12251 (method url-fetch)
12252 (uri (string-append "https://github.com/rswgnu/rsw-elisp"
12253 "/archive/" version ".tar.gz"))
12254 (file-name (string-append name "-" version ".tar.gz"))
12255 (sha256
12256 (base32
12257 "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps"))))
12258 (build-system emacs-build-system)
12259 (home-page "https://github.com/rswgnu/rsw-elisp")
12260 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
12261 (description "This package improves and replaces the GNU Emacs commands
12262 that interactively evaluate Emacs Lisp expressions. The new commands replace
12263 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
12264 the same way as the old commands when called non-interactively; only the
12265 interactive behavior should be different.")
12266 (license license:gpl3+)))
12267
12268 (define-public emacs-default-text-scale
12269 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
12270 (revision "1"))
12271 (package
12272 (name "emacs-default-text-scale")
12273 (version (string-append "0.1" "-" revision "."
12274 (string-take commit 7)))
12275 (source (origin
12276 (method git-fetch)
12277 (uri (git-reference
12278 (url "https://github.com/purcell/default-text-scale")
12279 (commit commit)))
12280 (file-name (git-file-name name version))
12281 (sha256
12282 (base32
12283 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
12284 (build-system emacs-build-system)
12285 (home-page "https://github.com/purcell/default-text-scale")
12286 (synopsis "Adjust the font size in all Emacs frames")
12287 (description "This package provides commands for increasing or
12288 decreasing the default font size in all GUI Emacs frames.")
12289 (license license:gpl3+))))
12290
12291 (define-public emacs-mixed-pitch
12292 (package
12293 (name "emacs-mixed-pitch")
12294 (version "1.0.1")
12295 (source
12296 (origin
12297 (method git-fetch)
12298 (uri (git-reference
12299 (url "https://gitlab.com/jabranham/mixed-pitch.git")
12300 (commit version)))
12301 (file-name (git-file-name name version))
12302 (sha256
12303 (base32 "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"))))
12304 (build-system emacs-build-system)
12305 (home-page "https://gitlab.com/jabranham/mixed-pitch")
12306 (synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
12307 (description
12308 "@code{mixed-pitch-mode} is a minor mode that enables mixing
12309 variable-pitch and fixed-pitch fonts in the same buffer. The list
12310 @code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
12311 fixed-pitch,everything else becomes variable-pitch.")
12312 (license license:gpl3+)))
12313
12314 (define-public emacs-visual-regexp
12315 (package
12316 (name "emacs-visual-regexp")
12317 (version "1.1.1")
12318 (source
12319 (origin
12320 (method git-fetch)
12321 (uri (git-reference
12322 (url "https://github.com/benma/visual-regexp.el.git")
12323 (commit (string-append "v" version))))
12324 (file-name (git-file-name name version))
12325 (sha256
12326 (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
12327 (build-system emacs-build-system)
12328 (home-page "https://github.com/benma/visual-regexp.el/")
12329 (synopsis "Regexp command with interactive visual feedback")
12330 (description "This package provides an Emacs regexp command with
12331 interactive visual feedback.")
12332 (license license:gpl3+)))
12333
12334 (define-public emacs-faceup
12335 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
12336 (revision "1"))
12337 (package
12338 (name "emacs-faceup")
12339 (version (string-append "0.0.1" "-" revision "."
12340 (string-take commit 7)))
12341 (source
12342 (origin
12343 (method git-fetch)
12344 (uri (git-reference
12345 (url "https://github.com/Lindydancer/faceup.git")
12346 (commit commit)))
12347 (file-name (git-file-name name version))
12348 (sha256
12349 (base32
12350 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
12351 (build-system emacs-build-system)
12352 (home-page "https://github.com/Lindydancer/faceup")
12353 (synopsis "Markup language for faces and font-lock regression testing")
12354 (description "Emacs is capable of highlighting buffers based on
12355 language-specific @code{font-lock} rules. This package makes it possible to
12356 perform regression test for packages that provide font-lock rules.")
12357 (license license:gpl3+))))
12358
12359 (define-public emacs-racket-mode
12360 (let ((commit "b977873e6128f8399432dcd60cc39f6a6f803d9c")
12361 (revision "2"))
12362 (package
12363 (name "emacs-racket-mode")
12364 (version (string-append "0.0.2" "-" revision "."
12365 (string-take commit 7)))
12366 (source
12367 (origin
12368 (method git-fetch)
12369 (uri (git-reference
12370 (url "https://github.com/greghendershott/racket-mode")
12371 (commit commit)))
12372 (file-name (git-file-name name version))
12373 (sha256
12374 (base32
12375 "0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
12376 (build-system emacs-build-system)
12377 (arguments
12378 `(#:include '("\\.el$" "\\.rkt$")))
12379 (propagated-inputs
12380 `(("emacs-faceup" ,emacs-faceup)
12381 ("emacs-s" ,emacs-s)))
12382 (home-page "https://github.com/greghendershott/racket-mode")
12383 (synopsis "Major mode for Racket language")
12384 (description "@code{racket-mode} provides:
12385
12386 @itemize
12387 @item Focus on Racket (not various Schemes).
12388 @item Follow DrRacket concepts where applicable.
12389 @item Thorough font-lock and indent.
12390 @end itemize\n")
12391 (license license:gpl3+))))
12392
12393 (define-public emacs-grep-context
12394 (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
12395 (package
12396 (name "emacs-grep-context")
12397 (version (git-version "0.1" "1" commit))
12398 (source
12399 (origin
12400 (method git-fetch)
12401 (uri (git-reference
12402 (url "https://github.com/mkcms/grep-context.git")
12403 (commit commit)))
12404 (file-name (git-file-name name version))
12405 (sha256
12406 (base32
12407 "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
12408 (build-system emacs-build-system)
12409 (propagated-inputs
12410 `(("emacs-dash" ,emacs-dash)))
12411 (home-page "https://github.com/nashamri/academic-phrases")
12412 (synopsis "Increase context in compilation and grep buffers")
12413 (description
12414 "This package provides an Emacs package for more context in
12415 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
12416 @code{ivy}.")
12417 (license license:gpl3+))))
12418
12419 (define-public emacs-helm-firefox
12420 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
12421 (revision "1"))
12422 (package
12423 (name "emacs-helm-firefox")
12424 (version (string-append "0.0.1" "-" revision "."
12425 (string-take commit 7)))
12426 (source
12427 (origin
12428 (method git-fetch)
12429 (uri (git-reference
12430 (url "https://github.com/emacs-helm/helm-firefox.git")
12431 (commit commit)))
12432 (file-name (git-file-name name version))
12433 (sha256
12434 (base32
12435 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
12436 (propagated-inputs
12437 `(("emacs-helm" ,emacs-helm)))
12438 (build-system emacs-build-system)
12439 (home-page "https://github.com/emacs-helm/helm-firefox")
12440 (synopsis "Display firefox bookmarks with Emacs Helm interface")
12441 (description "Display firefox bookmarks with Emacs Helm interface")
12442 (license license:gpl3+))))
12443
12444 (define-public emacs-interactive-align
12445 (package
12446 (name "emacs-interactive-align")
12447 (version "0.1.0")
12448 (source
12449 (origin
12450 (method url-fetch)
12451 (uri (string-append "https://github.com/mkcms/interactive-align/"
12452 "archive/" "v" version ".tar.gz"))
12453 (file-name (string-append name "-" version ".tar.gz"))
12454 (sha256
12455 (base32
12456 "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
12457 (build-system emacs-build-system)
12458 (home-page "https://github.com/mkcms/interactive-align/")
12459 (synopsis "Interactive align-regexp command in Emacs")
12460 (description "Interactive align-regexp command in Emacs")
12461 (license license:gpl3+)))
12462
12463 (define-public emacs-shift-number
12464 (package
12465 (name "emacs-shift-number")
12466 (version "0.1")
12467 (source
12468 (origin
12469 (method url-fetch)
12470 (uri (string-append "https://github.com/alezost/shift-number.el"
12471 "/archive/" "v" version ".tar.gz"))
12472 (file-name (string-append name "-" version ".tar.gz"))
12473 (sha256
12474 (base32
12475 "1g79m0hqn9jgpm565vvh8pdfzndc4vw7xisnh5qysj55qfg8cb1x"))))
12476 (build-system emacs-build-system)
12477 (home-page "https://github.com/alezost/shift-number.el")
12478 (synopsis "Increase or decrease the number at point")
12479 (description "@code{emacs-shift-number} provides commands
12480 @code{shift-number-up} to increase and @code{shift-number-down} to
12481 decrease the number at point.")
12482 (license license:gpl3+)))
12483
12484 (define-public emacs-highlight-defined
12485 (package
12486 (name "emacs-highlight-defined")
12487 (version "0.1.5")
12488 (source
12489 (origin
12490 (method git-fetch)
12491 (uri (git-reference
12492 (url "https://github.com/Fanael/highlight-defined.git")
12493 (commit version)))
12494 (file-name (git-file-name name version))
12495 (sha256
12496 (base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
12497 (build-system emacs-build-system)
12498 (home-page "https://github.com/Fanael/highlight-defined")
12499 (synopsis "Syntax highlighting of known Elisp symbols")
12500 (description "Minor mode providing syntax highlighting of known Emacs Lisp
12501 symbols. Currently the code distinguishes Lisp functions, built-in functions,
12502 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
12503 (license license:gpl3+)))
12504
12505 (define-public emacs-parinfer-mode
12506 (package
12507 (name "emacs-parinfer-mode")
12508 (version "0.4.10")
12509 (source
12510 (origin
12511 (method git-fetch)
12512 (uri (git-reference
12513 (url "https://github.com/DogLooksGood/parinfer-mode.git")
12514 (commit (string-append "v" version))))
12515 (file-name (git-file-name name version))
12516 (sha256
12517 (base32 "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"))))
12518 (propagated-inputs
12519 `(("emacs-dash" ,emacs-dash)
12520 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
12521 ("emacs-company" ,emacs-company)))
12522 (build-system emacs-build-system)
12523 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
12524 (synopsis "Lisp structure editing mode")
12525 (description "@code{parinfer-mode} is a proof-of-concept editor
12526 mode for Lisp programming languages. It will infer some changes to
12527 keep Parens and Indentation inline with one another.")
12528 (license license:gpl3+)))
12529
12530 (define-public emacs-helm-eww
12531 (package
12532 (name "emacs-helm-eww")
12533 (version "1.2")
12534 (source (origin
12535 (method git-fetch)
12536 (uri (git-reference
12537 (url "https://github.com/emacs-helm/helm-eww.git")
12538 (commit version)))
12539 (file-name (git-file-name name version))
12540 (sha256
12541 (base32
12542 "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
12543 (propagated-inputs
12544 `(("emacs-helm" ,emacs-helm)))
12545 (build-system emacs-build-system)
12546 (home-page "https://github.com/emacs-helm/helm-eww/")
12547 (synopsis "Helm interface to EWW")
12548 (description "This package provides a Helm interface for EWW buffers,
12549 bookmarks and history.")
12550 (license license:gpl3+)))
12551
12552 (define-public emacs-stumpwm-mode
12553 (let ((commit "5328f85fbf6a8b08c758c17b9435368bf7a68f39"))
12554 (package
12555 (name "emacs-stumpwm-mode")
12556 (version (git-version "0.0.1" "1" commit))
12557 (source (origin
12558 (method git-fetch)
12559 (uri (git-reference
12560 (url "https://github.com/stumpwm/stumpwm-contrib.git")
12561 (commit commit)))
12562 (file-name (git-file-name name version))
12563 (sha256
12564 (base32
12565 "00kf4k8bqadi5s667wb96sn549v2kvw01zwszjrg7nhd805m1ng6"))))
12566 (build-system emacs-build-system)
12567 (arguments
12568 `(#:phases
12569 (modify-phases %standard-phases
12570 (add-after 'unpack 'chdir-elisp
12571 ;; Elisp directory is not in root of the source.
12572 (lambda _
12573 (chdir "util/swm-emacs"))))))
12574 (home-page "https://github.com/stumpwm/stumpwm-contrib")
12575 (synopsis "Emacs minor-mode for Stumpwm")
12576 (description "Emacs minor-mode for Stumpwm")
12577 (license license:gpl3+))))
12578
12579 (define-public emacs-irfc
12580 (package
12581 (name "emacs-irfc")
12582 (version "20130824.507-1")
12583 (source
12584 (origin
12585 (method url-fetch)
12586 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
12587 (file-name (string-append "irfc-" version ".el"))
12588 (sha256
12589 (base32
12590 "0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv"))))
12591 (build-system emacs-build-system)
12592 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
12593 (synopsis "Interface for IETF RFC document")
12594 (description
12595 "This package provides an Emacs interface for IETF RFC document.")
12596 (license license:gpl3+)))
12597
12598 (define-public emacs-ido-vertical-mode
12599 (package
12600 (name "emacs-ido-vertical-mode")
12601 (version "0.1.6")
12602 (source
12603 (origin
12604 (method git-fetch)
12605 (uri (git-reference
12606 (url "https://github.com/creichert/ido-vertical-mode.el.git")
12607 (commit (string-append "v" version))))
12608 (file-name (git-file-name name version))
12609 (sha256
12610 (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"))))
12611 (build-system emacs-build-system)
12612 (home-page "https://github.com/creichert/ido-vertical-mode.el")
12613 (synopsis "Makes ido-mode display vertically")
12614 (description "Makes ido-mode display prospects vertically.")
12615 (license license:gpl3+)))
12616
12617 (define-public emacs-wordgen
12618 (package
12619 (name "emacs-wordgen")
12620 (version "0.1.4")
12621 (source
12622 (origin
12623 (method git-fetch)
12624 (uri (git-reference
12625 (url "https://github.com/Fanael/wordgen.el.git")
12626 (commit version)))
12627 (file-name (git-file-name name version))
12628 (sha256
12629 (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
12630 (build-system emacs-build-system)
12631 (home-page "https://github.com/Fanael/wordgen.el")
12632 (synopsis "Random word generator")
12633 (description "This package provides functions to generate random words
12634 using user-provided rules.")
12635 (license license:gpl3+)))
12636
12637 (define-public emacs-on-screen
12638 (package
12639 (name "emacs-on-screen")
12640 (version "1.3.2")
12641 (source
12642 (origin
12643 (method url-fetch)
12644 (uri (string-append
12645 "http://elpa.gnu.org/packages/on-screen-" version ".el"))
12646 (file-name (string-append name "-" version ".el"))
12647 (sha256
12648 (base32
12649 "15d18mjgv1pnwl6kf3pr5w64q1322p1l1qlfvnckglwmzy5sl2qv"))))
12650 (build-system emacs-build-system)
12651 (home-page
12652 "https://github.com/michael-heerdegen/on-screen.el")
12653 (synopsis "Guide your eyes while scrolling")
12654 (description
12655 "Scrolling can be distracting because your eyes may lose
12656 orientation. This library implements a minor mode that highlights
12657 the previously visible buffer part after each scroll.")
12658 (license license:gpl3+)))
12659
12660 (define-public emacs-highlight-escape-sequences
12661 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
12662 (revision "1"))
12663 (package
12664 (name "emacs-highlight-escape-sequences")
12665 (version (string-append "0.0.1" "-" revision "."
12666 (string-take commit 7)))
12667 (source
12668 (origin
12669 (method git-fetch)
12670 (uri (git-reference
12671 (url "https://github.com/dgutov/highlight-escape-sequences.git")
12672 (commit commit)))
12673 (file-name (git-file-name name version))
12674 (sha256
12675 (base32
12676 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
12677 (build-system emacs-build-system)
12678 (home-page "https://github.com/dgutov/highlight-escape-sequences")
12679 (synopsis "Highlight escape sequences in Emacs")
12680 (description "@code{highlight-escape-sequences} provides an
12681 Emacs minor mode to escape sequences in code.")
12682 (license license:gpl3+))))
12683
12684 (define-public emacs-dashboard
12685 (package
12686 (name "emacs-dashboard")
12687 (version "1.5.0")
12688 (source
12689 (origin
12690 (method git-fetch)
12691 (uri (git-reference
12692 (url "https://github.com/rakanalh/emacs-dashboard.git")
12693 (commit version)))
12694 (file-name (git-file-name name version))
12695 (sha256
12696 (base32 "0ihpcagwgc9qy70lf2y3dvx2bm5h9lnqh4sx6643cr8pp06ysbvq"))))
12697 (build-system emacs-build-system)
12698 (propagated-inputs
12699 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
12700 (arguments
12701 '(#:include '("\\.el$" "\\.txt$" "\\.png$")
12702 #:phases
12703 (modify-phases %standard-phases
12704 (add-after 'unpack 'patch-dashboard-widgets
12705 ;; This phase fixes compilation error.
12706 (lambda _
12707 (chmod "dashboard-widgets.el" #o666)
12708 (emacs-substitute-variables "dashboard-widgets.el"
12709 ("dashboard-init-info"
12710 '(format "Loaded in %s" (emacs-init-time))))
12711 #t)))))
12712 (home-page "https://github.com/rakanalh/emacs-dashboard")
12713 (synopsis "Startup screen extracted from Spacemacs")
12714 (description "This package provides an extensible Emacs dashboard, with
12715 sections for bookmarks, projectil projects, org-agenda and more. ")
12716 (license license:gpl3+)))
12717
12718 (define-public emacs-slime-company
12719 (package
12720 (name "emacs-slime-company")
12721 (version "1.1")
12722 (source
12723 (origin
12724 (method git-fetch)
12725 (uri (git-reference
12726 (url "https://github.com/anwyn/slime-company.git")
12727 (commit (string-append "v" version))))
12728 (file-name (git-file-name name version))
12729 (sha256
12730 (base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
12731 (build-system emacs-build-system)
12732 (propagated-inputs
12733 `(("emacs-slime" ,emacs-slime)
12734 ("emacs-company" ,emacs-company)))
12735 (home-page "https://company-mode.github.io")
12736 (synopsis "SLIME completion backend for @code{company-mode}")
12737 (description
12738 "This is a backend implementation for the completion package
12739 @code{company-mode} which supports the normal and the fuzzy completion
12740 modes of SLIME.")
12741 (license license:gpl3+)))
12742
12743 (define-public emacs-sml-mode
12744 (package
12745 (name "emacs-sml-mode")
12746 (version "6.9")
12747 (source
12748 (origin
12749 (method url-fetch)
12750 (uri (string-append "http://elpa.gnu.org/packages/sml-mode-"
12751 version ".el"))
12752 (sha256
12753 (base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
12754 (build-system emacs-build-system)
12755 (home-page "http://elpa.gnu.org/packages/sml-mode.html")
12756 (synopsis "Major mode for editing (Standard) ML")
12757 (description "SML-MODE is a major Emacs mode for editing Standard ML.
12758 It provides syntax highlighting and automatic indentation and
12759 comes with sml-proc which allows interaction with an inferior SML
12760 interactive loop.")
12761 (license license:gpl3+)))
12762
12763 (define-public emacs-eros
12764 (let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
12765 (revision "1"))
12766 (package
12767 (name "emacs-eros")
12768 (version (string-append "0.0.1" "-" revision "."
12769 (string-take commit 7)))
12770 (source
12771 (origin
12772 (method git-fetch)
12773 (uri (git-reference
12774 (url "https://github.com/xiongtx/eros.git")
12775 (commit commit)))
12776 (file-name (git-file-name name version))
12777 (sha256
12778 (base32
12779 "0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
12780 (build-system emacs-build-system)
12781 (home-page "https://github.com/xiongtx/eros")
12782 (synopsis "Evaluation result overlays")
12783 (description "@code{eros} provides evaluation result overlays.")
12784 (license license:gpl3+))))
12785
12786 (define-public emacs-stickyfunc-enhance
12787 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
12788 (revision "1"))
12789 (package
12790 (name "emacs-stickyfunc-enhance")
12791 (version "0.1")
12792 (source
12793 (origin
12794 (method git-fetch)
12795 (uri (git-reference
12796 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
12797 (commit commit)))
12798 (file-name (git-file-name name version))
12799 (sha256
12800 (base32
12801 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
12802 (build-system emacs-build-system)
12803 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
12804 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
12805 (description
12806 "@code{semantic-stickyfunc-mode} shows the function point is currently
12807 in at the first line of the current buffer. This is useful when you have a
12808 very long function that spreads more than a screen, and you don't have to
12809 scroll up to read the function name and then scroll down to original position.")
12810 (license license:gpl3+))))
12811
12812 (define-public emacs-git-auto-commit-mode
12813 (package
12814 (name "emacs-git-auto-commit-mode")
12815 (version "4.4.0")
12816 (source
12817 (origin
12818 (method git-fetch)
12819 (uri (git-reference
12820 (url "https://github.com/ryuslash/git-auto-commit-mode.git")
12821 (commit version)))
12822 (file-name (git-file-name name version))
12823 (sha256
12824 (base32 "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh"))))
12825 (build-system emacs-build-system)
12826 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
12827 (synopsis "Emacs Minor mode to automatically commit and push")
12828 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
12829 tries to commit changes to a file after every save.
12830
12831 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
12832 the current upstream.")
12833 (license license:gpl3+)))
12834
12835 (define-public emacs-scroll-on-drag
12836 (let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")
12837 (revision "1"))
12838 (package
12839 (name "emacs-scroll-on-drag")
12840 (version (git-version "0.1" revision commit))
12841 (source
12842 (origin
12843 (method git-fetch)
12844 (uri (git-reference
12845 (url "https://gitlab.com/ideasman42/emacs-scroll-on-drag.git")
12846 (commit commit)))
12847 (file-name (git-file-name name version))
12848 (sha256
12849 (base32
12850 "1si4hdqa3jw1inbyh3wb3i5i9grbms1nwky3vyk9zg7iznwm8a9p"))))
12851 (build-system emacs-build-system)
12852 (home-page "https://gitlab.com/ideasman42/emacs-scroll-on-drag")
12853 (synopsis "Interactive scrolling")
12854 (description "This package permits scrolling at increasing speeds based
12855 on drag distance.")
12856 (license license:gpl3+))))
12857
12858 (define-public emacs-company-restclient
12859 (package
12860 (name "emacs-company-restclient")
12861 (version "0.3.0")
12862 (source
12863 (origin
12864 (method git-fetch)
12865 (uri (git-reference
12866 (url "https://github.com/iquiw/company-restclient.git")
12867 (commit (string-append "v" version))))
12868 (file-name (git-file-name name version))
12869 (sha256
12870 (base32 "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"))))
12871 (build-system emacs-build-system)
12872 (propagated-inputs
12873 `(("emacs-company" ,emacs-company)
12874 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
12875 ("emacs-restclient" ,emacs-restclient)))
12876 (home-page "https://github.com/iquiw/company-restclient")
12877 (synopsis "Company-mode completion back-end for restclient-mode")
12878 (description "@code{company-mode} back-end for
12879 @code{restclient-mode}.
12880
12881 It provides auto-completion for HTTP methods and headers in
12882 @code{restclient-mode}. Completion source is given by
12883 @code{know-your-http-well}.")
12884 (license license:gpl3+)))
12885
12886 (define-public emacs-noflet
12887 (let ((version "20170629")
12888 (revision "1")
12889 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
12890 (package
12891 (name "emacs-noflet")
12892 (version (git-version version revision commit))
12893 (source
12894 (origin
12895 (method git-fetch)
12896 (uri (git-reference
12897 (url "https://github.com/nicferrier/emacs-noflet")
12898 (commit commit)))
12899 (file-name (git-file-name name version))
12900 (sha256
12901 (base32
12902 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
12903 (build-system emacs-build-system)
12904 (arguments
12905 `(#:phases
12906 (modify-phases %standard-phases
12907 (add-after 'unpack 'require-dash
12908 ;; noflet.el uses -map from dash, but (require 'dash) is
12909 ;; missing. So, add it.
12910 (lambda _
12911 (substitute* "noflet.el"
12912 ((";;; Code:") ";;; Code:\n(require 'dash)"))
12913 #t)))))
12914 (propagated-inputs
12915 `(("emacs-dash" ,emacs-dash)))
12916 (home-page "https://github.com/nicferrier/emacs-noflet")
12917 (synopsis "Locally override functions")
12918 (description "@code{emacs-noflet} lets you locally override functions,
12919 in the manner of @command{flet}, but with access to the original function
12920 through the symbol: @command{this-fn}.")
12921 (license license:gpl3+))))
12922
12923 (define-public emacs-dumb-jump
12924 (package
12925 (name "emacs-dumb-jump")
12926 (version "0.5.2")
12927 (source
12928 (origin
12929 (method git-fetch)
12930 (uri (git-reference
12931 (url "https://github.com/jacktasia/dumb-jump.git")
12932 (commit (string-append "v" version))))
12933 (file-name (git-file-name name version))
12934 (sha256
12935 (base32 "00ph85vp8sa3k99qrdxfz4l8zx121q9xf47vvspzg26bk9l4nwin"))))
12936 (build-system emacs-build-system)
12937 (arguments
12938 `(#:tests? #f ; FIXME: Tests freeze when run.
12939 #:test-command '("ert-runner")
12940 #:phases
12941 (modify-phases %standard-phases
12942 (add-after 'unpack 'set-shell
12943 (lambda _
12944 ;; Setting the SHELL environment variable is required for the
12945 ;; tests to find sh.
12946 (setenv "SHELL" (which "sh"))
12947 #t)))))
12948 (native-inputs
12949 `(("emacs-el-mock" ,emacs-el-mock)
12950 ("emacs-noflet" ,emacs-noflet)
12951 ("emacs-undercover" ,emacs-undercover)
12952 ("ert-runner" ,emacs-ert-runner)))
12953 (propagated-inputs
12954 `(("emacs-f" ,emacs-f)
12955 ("emacs-popup" ,emacs-popup)))
12956 (home-page "https://github.com/jacktasia/dumb-jump")
12957 (synopsis "Jump to definition for multiple languages without configuration")
12958 (description "Dumb Jump is an Emacs \"jump to definition\" package with
12959 support for multiple programming languages that favors \"just working\" over
12960 speed or accuracy. This means minimal --- and ideally zero --- configuration
12961 with absolutely no stored indexes (tags) or persistent background processes.
12962 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
12963 @command{rg} installed.")
12964 (license license:gpl3+)))
12965
12966 (define-public emacs-dts-mode
12967 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
12968 (revision "1"))
12969 (package
12970 (name "emacs-dts-mode")
12971 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
12972 (source
12973 (origin
12974 (method git-fetch)
12975 (uri (git-reference
12976 (url "https://github.com/bgamari/dts-mode.git")
12977 (commit commit)))
12978 (file-name (git-file-name name version))
12979 (sha256
12980 (base32
12981 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
12982 (build-system emacs-build-system)
12983 (home-page "https://github.com/bgamari/dts-mode.git")
12984 (synopsis "Emacs minor mode for editing device tree files")
12985 (description
12986 "This package provides an Emacs minor mode for highlighting
12987 device tree files.")
12988 (license license:gpl3+))))
12989
12990 (define-public emacs-daemons
12991 (package
12992 (name "emacs-daemons")
12993 (version "2.0.0")
12994 (source
12995 (origin
12996 (method git-fetch)
12997 (uri (git-reference
12998 (url "https://github.com/cbowdon/daemons.el")
12999 (commit version)))
13000 (file-name (git-file-name name version))
13001 (sha256
13002 (base32
13003 "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
13004 (build-system emacs-build-system)
13005 (home-page "https://github.com/cbowdon/daemons.el")
13006 (synopsis "Emacs UI for managing init system services")
13007 (description
13008 "This is an Emacs mode to give you a UI for managing init system
13009 daemons (services) for those getting tired of typing out @code{sudo service
13010 my_thing reload} all the time. It offers a consistent UI over different init
13011 systems.")
13012 (license license:gpl3+)))
13013
13014 (define-public emacs-isearch+
13015 (let ((commit "95e49af9dbf0254e095a11f115e101b52659520a")
13016 (revision "1"))
13017 (package
13018 (name "emacs-isearch+")
13019 (version (git-version "0" revision commit))
13020 (source
13021 (origin
13022 (method git-fetch)
13023 (uri (git-reference
13024 (url "https://github.com/emacsmirror/isearch-plus.git")
13025 (commit commit)))
13026 (file-name (git-file-name name version))
13027 (sha256
13028 (base32
13029 "0xhd9zgknf4lvzyf4apirpd7spb1hbpzkvys00a7pkmd0vvahk0v"))))
13030 (build-system emacs-build-system)
13031 (home-page "https://www.emacswiki.org/emacs/isearch+.el")
13032 (synopsis "Extensions to @code{isearch.el}")
13033 (description "This package extends @code{isearch} with advice, dynamic
13034 filters, highlighting of regexp group levels, and more.")
13035 (license license:gpl2+))))
13036
13037 (define-public emacs-eshell-bookmark
13038 (package
13039 (name "emacs-eshell-bookmark")
13040 (version "2.0.0")
13041 (source
13042 (origin
13043 (method git-fetch)
13044 (uri (git-reference
13045 (url "https://github.com/Fuco1/eshell-bookmark")
13046 (commit version)))
13047 (file-name (git-file-name name version))
13048 (sha256
13049 (base32
13050 "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"))))
13051 (build-system emacs-build-system)
13052 (home-page "https://github.com/Fuco1/eshell-bookmark")
13053 (synopsis "Provide @file{bookmark.el} integration for @code{eshell}")
13054 (description
13055 "This package allows for bookmarking @code{eshell} buffers. Upon
13056 visiting the bookmark, a new @code{eshell} session will be opened in the
13057 appropriate directory if no @code{eshell} session is active.")
13058 (license license:gpl3+)))
13059
13060 (define-public emacs-eshell-z
13061 (package
13062 (name "emacs-eshell-z")
13063 (version "0.3.2")
13064 (source
13065 (origin
13066 (method git-fetch)
13067 (uri (git-reference
13068 (url "https://github.com/xuchunyang/eshell-z")
13069 (commit (string-append "v" version))))
13070 (file-name (git-file-name name version))
13071 (sha256
13072 (base32
13073 "1aac4m814jgxwpz7lbyx5r4z5dmawp4sk7pwbx0zqpnbcsaq5wwc"))))
13074 (build-system emacs-build-system)
13075 (home-page "https://github.com/xuchunyang/eshell-z")
13076 (synopsis "Quick navigation to frequently visited directories")
13077 (description
13078 "This package is a port of @code{z}, and keeps track of visited directories
13079 and commands invoked within them in order to enable navigation via input of
13080 matching regexps.")
13081 (license license:gpl3+)))
13082
13083 (define-public emacs-esh-autosuggest
13084 (package
13085 (name "emacs-esh-autosuggest")
13086 (version "2.0.0")
13087 (source
13088 (origin
13089 (method git-fetch)
13090 (uri (git-reference
13091 (url "https://github.com/dieggsy/esh-autosuggest")
13092 (commit version)))
13093 (file-name (git-file-name name version))
13094 (sha256
13095 (base32
13096 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
13097 (build-system emacs-build-system)
13098 (propagated-inputs `(("emacs-company" ,emacs-company)))
13099 (home-page "https://github.com/dieggsy/esh-autosuggest")
13100 (synopsis "Fish-like autosuggestions in Eshell")
13101 (description
13102 "This package assumes you use something other than company for eshell
13103 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
13104 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
13105 for history autosuggestions.
13106
13107 Unless you're using @code{use-package}'s hook keyword, you can enable the
13108 autosuggestions with:
13109 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
13110 (license license:gpl3+)))
13111
13112 (define-public emacs-desktop-environment
13113 (package
13114 (name "emacs-desktop-environment")
13115 (version "0.2.2")
13116 (source
13117 (origin
13118 (method git-fetch)
13119 (uri (git-reference
13120 (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
13121 (commit (string-append "v" version))))
13122 (file-name (git-file-name name version))
13123 (sha256
13124 (base32
13125 "14ija2rrz3zjhjbzxg84j5fq6xph4ah7w9bkqnq37by040cydvhw"))))
13126 (build-system emacs-build-system)
13127 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
13128 (synopsis "Control your GNU/Linux desktop environment from Emacs")
13129 (description
13130 "This package helps you control your GNU/Linux desktop from Emacs.
13131 With @code{desktop-environment}, you can control the brightness and volume as
13132 well as take screenshots and lock your screen. The package depends on the
13133 availability of shell commands to do the hard work for us. These commands can
13134 be changed by customizing the appropriate variables.")
13135 (license license:gpl3+)))
13136
13137 (define-public emacs-org-caldav
13138 (package
13139 (name "emacs-org-caldav")
13140 (version "20180403")
13141 (source
13142 (origin
13143 (method url-fetch)
13144 (uri (string-append
13145 "https://github.com/dengste/org-caldav/raw/"
13146 "8d3492c27a09f437d2d94f2736c56d7652e87aa0"
13147 "/org-caldav.el"))
13148 (sha256
13149 (base32
13150 "1fh4gh68ddj0is99z2ccyh97v6psnyda61n2dsadzqhcxn51amlc"))))
13151 (build-system emacs-build-system)
13152 (propagated-inputs `(("emacs-org" ,emacs-org)))
13153 (home-page "https://github.com/dengste/org-caldav")
13154 (synopsis
13155 "Sync Org files with external calendars via the CalDAV protocol")
13156 (description
13157 "Synchronize between events in Org-mode files and a CalDAV calendar.
13158 This code is still alpha.")
13159 (license license:gpl3+)))
13160
13161 (define-public emacs-zotxt
13162 (package
13163 (name "emacs-zotxt")
13164 (version "20180518")
13165 (source
13166 (origin
13167 (method git-fetch)
13168 (uri (git-reference
13169 (url "https://github.com/egh/zotxt-emacs.git")
13170 (commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b")))
13171 (file-name (git-file-name name version))
13172 (sha256
13173 (base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"))))
13174 (build-system emacs-build-system)
13175 (propagated-inputs
13176 `(("emacs-deferred" ,emacs-deferred)
13177 ("emacs-request" ,emacs-request)))
13178 (home-page "https://github.com/egh/zotxt-emacs")
13179 (synopsis "Integrate Emacs with Zotero")
13180 (description "This package provides two integration features between Emacs
13181 and the Zotero research assistant: Insertion of links to Zotero items into an
13182 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
13183 (license license:gpl3+)))
13184
13185 (define-public emacs-evil-ediff
13186 ;; Evil-Ediff is included in Evil Collection from 20180617.
13187 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
13188
13189 (define-public emacs-evil-magit
13190 (let ((commit "e2fec5877994c0c19f0c25fa01f3d22cb0ab38ba"))
13191 (package
13192 (name "emacs-evil-magit")
13193 (version (git-version "0.4.2" "2" commit))
13194 (source
13195 (origin
13196 (method git-fetch)
13197 (uri (git-reference
13198 (url "https://github.com/emacs-evil/evil-magit")
13199 (commit commit)))
13200 (file-name (git-file-name name version))
13201 (sha256
13202 (base32
13203 "134v7s03jvbhm70mavwab85r09i68g2a5bvriirh0chz1av2y16v"))))
13204 (build-system emacs-build-system)
13205 (propagated-inputs
13206 `(("emacs-evil" ,emacs-evil)
13207 ("magit" ,emacs-magit)))
13208 (home-page
13209 "https://github.com/emacs-evil/evil-magit")
13210 (synopsis "Evil-based key bindings for Magit")
13211 (description
13212 "This Emacs library configures Magit and Evil to play well with each other.
13213 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
13214 See the README at @url{https://github.com/justbur/evil-magit} for a table
13215 describing the key binding changes.")
13216 (license license:gpl3+))))
13217
13218 (define-public emacs-evil-mu4e
13219 ;; Evil-mu4e is included in Evil Collection from 20180617.
13220 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
13221
13222 (define-public emacs-evil-multiedit
13223 (package
13224 (name "emacs-evil-multiedit")
13225 (version "1.3.9")
13226 (source
13227 (origin
13228 (method git-fetch)
13229 (uri (git-reference
13230 (url "https://github.com/hlissner/evil-multiedit")
13231 (commit (string-append "v" version))))
13232 (file-name (git-file-name name version))
13233 (sha256
13234 (base32
13235 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
13236 (build-system emacs-build-system)
13237 (propagated-inputs
13238 `(("emacs-evil" ,emacs-evil)
13239 ("emacs-iedit" ,emacs-iedit)))
13240 (home-page
13241 "https://github.com/hlissner/evil-multiedit")
13242 (synopsis "Multiple cursors for Evil mode")
13243 (description
13244 "This plugin was an answer to the lack of proper multiple cursor support
13245 in Emacs+Evil. It allows you to select and edit matches interactively,
13246 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
13247 defaults.")
13248 (license license:gpl3+)))
13249
13250 (define-public emacs-evil-org
13251 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
13252 (package
13253 (name "emacs-evil-org")
13254 (version (git-version "0.1.1" "1" commit))
13255 (source
13256 (origin
13257 (method git-fetch)
13258 (uri (git-reference
13259 (url "https://github.com/Somelauw/evil-org-mode")
13260 (commit commit)))
13261 (file-name (git-file-name name version))
13262 (sha256
13263 (base32
13264 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
13265 (build-system emacs-build-system)
13266 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
13267 (home-page
13268 "https://github.com/Somelauw/evil-org-mode")
13269 (synopsis "Evil keybindings for Org mode")
13270 (description
13271 "This package adds supplemental Evil mode key-bindings to Emacs
13272 Org-mode. It features:
13273 @itemize
13274 @item normal, visual and insert mode bindings;
13275 @item key bindings organised in key themes;
13276 @item operators like > and < to work on headings;
13277 @item text objects;
13278 @item table support;
13279 @item calendar (date selection) support;
13280 @item agenda support.
13281 @end itemize\n")
13282 (license license:gpl3+))))
13283
13284 (define-public emacs-debpaste
13285 (package
13286 (name "emacs-debpaste")
13287 (version "0.1.5")
13288 (home-page "https://github.com/alezost/debpaste.el")
13289 (source
13290 (origin
13291 (method git-fetch)
13292 (uri (git-reference (url home-page)
13293 (commit (string-append "v" version))))
13294 (file-name (string-append name "-" version ".tar.gz"))
13295 (sha256
13296 (base32
13297 "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
13298 (build-system emacs-build-system)
13299 (propagated-inputs
13300 `(("emacs-xml-rpc" ,emacs-xml-rpc)))
13301 (synopsis "Manipulate pastes from the Debian Pastezone")
13302 (description "Debpaste is an Emacs interface for the Debian Pastezone,
13303 allowing you to receive, post, and delete pastes. It communicates with the
13304 server using XML-RPC.")
13305 (license license:gpl3+)))
13306
13307 (define-public emacs-xml-rpc
13308 (let ((commit "8f624f8b964e9145acb504e4457c9510e87dd93c")
13309 (revision "1"))
13310 (package
13311 (name "emacs-xml-rpc")
13312 (version (git-version "1.6.12" revision commit))
13313 (source
13314 (origin
13315 (method git-fetch)
13316 (uri (git-reference
13317 (url "https://github.com/hexmode/xml-rpc-el")
13318 (commit commit)))
13319 (file-name (git-file-name name version))
13320 (sha256
13321 (base32
13322 "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"))))
13323 (build-system emacs-build-system)
13324 (home-page "https://github.com/hexmode/xml-rpc-el")
13325 (synopsis "XML-RPC client for Emacs")
13326 (description "This package provides an XML-RPC client for Emacs capable
13327 of both synchronous and asynchronous method calls using the @code{url}
13328 package's async retrieval functionality. @file{xml-rpc.el} represents XML-RPC
13329 datatypes as Lisp values, automatically converting to and from the XML
13330 datastructures as needed, both for method parameters and return values, making
13331 using XML-RPC methods fairly transparent to the Lisp code.")
13332 (license license:gpl3+))))
13333
13334 (define-public emacs-xpm
13335 (package
13336 (name "emacs-xpm")
13337 (version "1.0.4")
13338 (source
13339 (origin
13340 (method url-fetch)
13341 (uri (string-append "https://elpa.gnu.org/packages/xpm-"
13342 version ".tar"))
13343 (sha256
13344 (base32
13345 "075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
13346 (build-system emacs-build-system)
13347 (home-page "https://elpa.gnu.org/packages/xpm.html")
13348 (synopsis "XPM image editing mode for Emacs")
13349 (description "This Emacs package makes editing XPM images easy (and maybe
13350 fun). Editing is done directly on the (textual) image format, for maximal
13351 cohesion with the Emacs Way.")
13352 (license license:gpl3+)))
13353
13354 (define-public emacs-fish-completion
13355 (package
13356 (name "emacs-fish-completion")
13357 (version "1.1")
13358 (source
13359 (origin
13360 (method git-fetch)
13361 (uri (git-reference
13362 (url "https://gitlab.com/Ambrevar/emacs-fish-completion.git")
13363 (commit version)))
13364 (file-name (git-file-name name version))
13365 (sha256
13366 (base32
13367 "1pjqnbyjmj64q5nwq1mrdxcls4fp5y0b6zqs785i0s6wdvrm4021"))))
13368 (build-system emacs-build-system)
13369 (inputs `(("fish" ,fish)))
13370 (arguments
13371 `(#:phases
13372 (modify-phases %standard-phases
13373 (add-after 'unpack 'configure
13374 (lambda* (#:key inputs outputs #:allow-other-keys)
13375 (let ((fish (assoc-ref inputs "fish")))
13376 ;; Specify the absolute file names of the various
13377 ;; programs so that everything works out-of-the-box.
13378 (make-file-writable "fish-completion.el")
13379 (emacs-substitute-variables
13380 "fish-completion.el"
13381 ("fish-completion-command"
13382 (string-append fish "/bin/fish")))))))))
13383 (home-page
13384 "https://gitlab.com/Ambrevar/emacs-fish-completion")
13385 (synopsis "Fish completion for Emacs pcomplete")
13386 (description
13387 "This package provides completion for the Fish shell to pcomplete (used
13388 by shell and Eshell). You can set it up globally with:
13389
13390 @example
13391 (when (and (executable-find \"fish\")
13392 (require 'fish-completion nil t))
13393 (global-fish-completion-mode))
13394 @end example
13395
13396 Alternatively, you can call the @code{fish-completion-mode} manually or in
13397 shell/Eshell mode hook.
13398
13399 The package @code{emacs-bash-completion} is an optional dependency: if available,
13400 @code{fish-completion-complete} can be configured to fall back on bash to further
13401 try completing. See @code{fish-completion-fallback-on-bash-p}.")
13402 (license license:gpl3+)))
13403
13404 (define-public emacs-gif-screencast
13405 (let ((commit "12b25442b97b84abae74ecb5190a9d14ff7cfe5a"))
13406 (package
13407 (name "emacs-gif-screencast")
13408 (version (git-version "20180616" "1" commit))
13409 (source
13410 (origin
13411 (method url-fetch)
13412 (uri (string-append
13413 "https://gitlab.com/Ambrevar/emacs-gif-screencast/"
13414 "repository/archive.tar.gz?ref="
13415 commit))
13416 (sha256
13417 (base32
13418 "0lc457i78xjkn5idr2aaiadkh76zcsksj84z0qh80a9y775syrgh"))))
13419 (build-system emacs-build-system)
13420 (inputs
13421 `(("scrot" ,scrot)
13422 ("imagemagick" ,imagemagick)
13423 ("gifsicle" ,gifsicle)))
13424 (arguments
13425 `(#:phases
13426 (modify-phases %standard-phases
13427 (add-after 'unpack 'configure
13428 (lambda* (#:key inputs outputs #:allow-other-keys)
13429 (let ((scrot (assoc-ref inputs "scrot"))
13430 (imagemagick (assoc-ref inputs "imagemagick"))
13431 (gifsicle (assoc-ref inputs "gifsicle")))
13432 ;; Specify the absolute file names of the various
13433 ;; programs so that everything works out-of-the-box.
13434 (emacs-substitute-variables
13435 "gif-screencast.el"
13436 ("gif-screencast-program"
13437 (string-append scrot "/bin/scrot"))
13438 ("gif-screencast-convert-program"
13439 (string-append imagemagick "/bin/convert"))
13440 ("gif-screencast-cropping-program"
13441 (string-append imagemagick "/bin/mogrify"))
13442 ("gif-screencast-optimize-program"
13443 (string-append imagemagick "/bin/gifsicle")))))))))
13444 (home-page
13445 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
13446 (synopsis "One-frame-per-action GIF recording")
13447 (description
13448 "Call @code{gif-screencast} to start a recording.
13449 A screenshot is taken for every user action. Call
13450 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
13451 the GIF result.")
13452 (license license:gpl3+))))
13453
13454 (define-public emacs-google-translate
13455 (package
13456 (name "emacs-google-translate")
13457 (version "0.11.18")
13458 (source
13459 (origin
13460 (method git-fetch)
13461 (uri (git-reference
13462 (url "https://github.com/atykhonov/google-translate/")
13463 (commit (string-append "v" version))))
13464 (file-name (git-file-name name version))
13465 (sha256
13466 (base32
13467 "1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"))))
13468 (build-system emacs-build-system)
13469 (home-page "https://github.com/atykhonov/google-translate")
13470 (synopsis "Emacs interface to Google Translate")
13471 (description
13472 "This package provides an Emacs interface to the Google Translate
13473 on-line service.")
13474 (license license:gpl3+)))
13475
13476 (define-public emacs-helm-company
13477 (let ((commit "d3fc093a0e833b4dee6561c00d6df3d62aa50f3f"))
13478 (package
13479 (name "emacs-helm-company")
13480 (version (git-version "0.2.3" "1" commit))
13481 (source
13482 (origin
13483 (method git-fetch)
13484 (uri (git-reference
13485 (url "https://github.com/Sodel-the-Vociferous/helm-company")
13486 (commit commit)))
13487 (file-name (git-file-name name version))
13488 (sha256
13489 (base32
13490 "1ciirsanhajdqm5iwl8k9ywf4jha1wdv4sc4d9kslyrfr9zn4q6k"))))
13491 (build-system emacs-build-system)
13492 (propagated-inputs
13493 `(("emacs-helm" ,emacs-helm)
13494 ("emacs-company" ,emacs-company)))
13495 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
13496 (synopsis "Helm interface for company-mode")
13497 (description
13498 "This is a Helm interface to company-mode, a text completion
13499 framework.")
13500 (license license:gpl3+))))
13501
13502 (define-public emacs-helm-descbinds
13503 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
13504 (package
13505 (name "emacs-helm-descbinds")
13506 (version (git-version "1.13" "1" commit))
13507 (source
13508 (origin
13509 (method git-fetch)
13510 (uri (git-reference
13511 (url "https://github.com/emacs-helm/helm-descbinds")
13512 (commit commit)))
13513 (file-name (git-file-name name version))
13514 (sha256
13515 (base32
13516 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
13517 (build-system emacs-build-system)
13518 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
13519 (home-page "https://github.com/emacs-helm/helm-descbinds")
13520 (synopsis "Convenient @code{describe-bindings} with Helm")
13521 (description
13522 "This package is a replacement of @code{describe-bindings} for Helm.
13523 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
13524 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
13525 @code{helm-descbinds}. The bindings are presented in a similar way as
13526 @code{describe-bindings} does, but you can use completion to find the command
13527 you searched for and execute it, or view its documentation.")
13528 (license license:gpl3+))))
13529
13530 (define-public emacs-helm-emms
13531 (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
13532 (package
13533 (name "emacs-helm-emms")
13534 (version (git-version "1.3" "2" commit))
13535 (source
13536 (origin
13537 (method git-fetch)
13538 (uri (git-reference
13539 (url "https://github.com/emacs-helm/helm-emms")
13540 (commit commit)))
13541 (file-name (git-file-name name version))
13542 (sha256
13543 (base32
13544 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
13545 (build-system emacs-build-system)
13546 (propagated-inputs
13547 `(("emacs-helm" ,emacs-helm)
13548 ("emacs-emms" ,emacs-emms)))
13549 (home-page
13550 "https://github.com/emacs-helm/helm-emms")
13551 (synopsis "Emms for Helm")
13552 (description "Helm interface for Emms to browse all tracks and all folders
13553 from @code{emms-source-file-default-directory}.")
13554 (license license:gpl3+))))
13555
13556 (define-public emacs-helm-exwm
13557 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
13558 (package
13559 (name "emacs-helm-exwm")
13560 (version (git-version "20180703" "2" commit))
13561 (source
13562 (origin
13563 (method git-fetch)
13564 (uri (git-reference
13565 (url "https://github.com/emacs-helm/helm-exwm.git")
13566 (commit commit)))
13567 (sha256
13568 (base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
13569 (build-system emacs-build-system)
13570 (propagated-inputs
13571 `(("emacs-helm" ,emacs-helm)
13572 ("emacs-exwm" ,emacs-exwm)))
13573 (home-page
13574 "https://github.com/emacs-helm/helm-exwm")
13575 (synopsis "Helm for EXWM buffers")
13576 (description
13577 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
13578 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
13579 switch between the various windows of one or several specific applications.
13580 See @code{helm-exwm-switch-browser} for an example.")
13581 (license license:gpl3+))))
13582
13583 (define-public emacs-helm-flycheck
13584 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
13585 (package
13586 (name "emacs-helm-flycheck")
13587 (version (git-version "0.4" "1" commit))
13588 (source
13589 (origin
13590 (method git-fetch)
13591 (uri (git-reference
13592 (url "https://github.com/yasuyk/helm-flycheck")
13593 (commit commit)))
13594 (file-name (git-file-name name version))
13595 (sha256
13596 (base32
13597 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
13598 (build-system emacs-build-system)
13599 (propagated-inputs
13600 `(("emacs-dash" ,emacs-dash)
13601 ("emacs-flycheck" ,emacs-flycheck)
13602 ("emacs-helm" ,emacs-helm)))
13603 (home-page "https://github.com/yasuyk/helm-flycheck")
13604 (synopsis "Show Flycheck errors with Helm")
13605 (description
13606 "This integrates Flycheck with Helm.")
13607 (license license:gpl3+))))
13608
13609 (define-public emacs-helm-ls-git
13610 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
13611 (package
13612 (name "emacs-helm-ls-git")
13613 (version (git-version "1.9.1" "1" commit))
13614 (source
13615 (origin
13616 (method git-fetch)
13617 (uri (git-reference
13618 (url "https://github.com/emacs-helm/helm-ls-git")
13619 (commit commit)))
13620 (file-name (git-file-name name version))
13621 (sha256
13622 (base32
13623 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
13624 (build-system emacs-build-system)
13625 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
13626 (home-page "https://github.com/emacs-helm/helm-ls-git")
13627 (synopsis "Helm interface for listing the files in a Git repository")
13628 (description
13629 "This package provides a Helm interface for Git files.
13630 @itemize
13631 @item Display the open buffers in project.
13632 @item Display a status source showing state of project (modified files etc.).
13633 @item Display a list of all files in project under git control.
13634 @item Quickly look at diffs of modified files.
13635 @item Allow switching to @code{git status} with your preferred frontend
13636 (vc-dir, Magit,etc.).
13637 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
13638 can use ack-grep instead of grep).
13639 @item Integrate usage of gid from id-utils.
13640 @item Full integration with @code{helm-find-files}, allow you to browse
13641 projects unrelated to current-buffer.
13642 @item In addition, all actions of type files and buffers are provided.
13643 @end itemize\n")
13644 (license license:gpl3+))))
13645
13646 (define-public emacs-helm-mu
13647 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
13648 (package
13649 (name "emacs-helm-mu")
13650 (version (git-version "20180513" "1" commit))
13651 (source
13652 (origin
13653 (method git-fetch)
13654 (uri (git-reference
13655 (url "https://github.com/emacs-helm/helm-mu.git")
13656 (commit commit)))
13657 (sha256
13658 (base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
13659 (build-system emacs-build-system)
13660 (propagated-inputs
13661 `(("emacs-helm" ,emacs-helm)
13662 ("mu" ,mu)))
13663 (home-page
13664 "https://github.com/emacs-helm/helm-mu")
13665 (synopsis
13666 "Helm sources for searching emails and contacts")
13667 (description
13668 "Helm sources for searching emails and contacts using @code{mu} and
13669 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
13670 Emacs build on top of mu. Mu is highly efficient making it possible to get
13671 instant results even for huge maildirs. It also provides search operators,
13672 e.g: @code{from:Peter to:Anne flag:attach search term}.")
13673 (license license:gpl3+))))
13674
13675 (define-public emacs-helm-pass
13676 (package
13677 (name "emacs-helm-pass")
13678 (version "0.3")
13679 (source
13680 (origin
13681 (method git-fetch)
13682 (uri (git-reference
13683 (url "https://github.com/emacs-helm/helm-pass")
13684 (commit version)))
13685 (file-name (git-file-name name version))
13686 (sha256
13687 (base32
13688 "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
13689 (build-system emacs-build-system)
13690 (propagated-inputs
13691 `(("emacs-helm" ,emacs-helm)
13692 ("emacs-password-store" ,emacs-password-store)))
13693 (home-page "https://github.com/emacs-helm/helm-pass")
13694 (synopsis "Helm interface to pass, the standard Unix password manager")
13695 (description
13696 "Users of @code{helm-pass} may also be interested in functionality
13697 provided by other Emacs packages dealing with pass:
13698 @itemize
13699 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
13700 @item @code{emacs-pass}, a major mode for @code{pass}.
13701 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
13702 @code{pass}, included in Emacs 26+).
13703 @end itemize\n")
13704 (license license:gpl3+)))
13705
13706 (define-public emacs-image+
13707 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
13708 (package
13709 (name "emacs-image+")
13710 (version (git-version "0.6.2" "1" commit))
13711 (source
13712 (origin
13713 (method git-fetch)
13714 (uri (git-reference
13715 (url "https://github.com/mhayashi1120/Emacs-imagex")
13716 (commit commit)))
13717 (file-name (git-file-name name version))
13718 (sha256
13719 (base32
13720 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
13721 (build-system emacs-build-system)
13722 (inputs `(("imagemagick" ,imagemagick)))
13723 (arguments
13724 `(#:phases
13725 (modify-phases %standard-phases
13726 (add-after 'unpack 'configure
13727 (lambda* (#:key inputs outputs #:allow-other-keys)
13728 (let ((imagemagick (assoc-ref inputs "imagemagick")))
13729 ;; Specify the absolute file names of the various
13730 ;; programs so that everything works out-of-the-box.
13731 (chmod "image+.el" #o666)
13732 (emacs-substitute-variables
13733 "image+.el"
13734 ("imagex-convert-command"
13735 (string-append imagemagick "/bin/convert"))
13736 ("imagex-identify-command"
13737 (string-append imagemagick "/bin/identify")))))))))
13738 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
13739 (synopsis "Image manipulation extensions for Emacs")
13740 (description
13741 "Image+ provides keybindings allowing you to zoom in or zoom out of an
13742 image, rotate it, save modified images, and more.")
13743 (license license:gpl3+))))
13744
13745 (define-public emacs-package-lint
13746 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
13747 (package
13748 (name "emacs-package-lint")
13749 (version (git-version "0.5" "1" commit))
13750 (source
13751 (origin
13752 (method git-fetch)
13753 (uri (git-reference
13754 (url "https://github.com/purcell/package-lint")
13755 (commit commit)))
13756 (file-name (git-file-name name version))
13757 (sha256
13758 (base32
13759 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
13760 (build-system emacs-build-system)
13761 (home-page "https://github.com/purcell/package-lint")
13762 (synopsis "Linting library for elisp package authors")
13763 (description
13764 "This provides a list of issues with the Emacs package metadata of a file,
13765 e.g. the package dependencies it requires. See function
13766 @code{package-lint-buffer}. Checks will currently be enabled only if a
13767 \"Package-Requires:\" or \"Package-Version:\" header is present in the
13768 file.")
13769 (license license:gpl3+))))
13770
13771 (define-public emacs-picpocket
13772 (let ((version "40")
13773 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
13774 (package
13775 (name "emacs-picpocket")
13776 (version version)
13777 (source
13778 (origin
13779 (method git-fetch)
13780 (uri (git-reference
13781 (url "https://github.com/johanclaesson/picpocket")
13782 (commit commit)))
13783 (file-name (git-file-name name version))
13784 (sha256
13785 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
13786 (build-system emacs-build-system)
13787 (arguments ; needed for running tests
13788 `(#:tests? #t
13789 #:emacs ,emacs
13790 #:test-command '("emacs" "--batch"
13791 "-l" "picpocket-test.el"
13792 "-f" "ert-run-tests-batch-and-exit")))
13793 (home-page "https://github.com/johanclaesson/picpocket")
13794 (synopsis "Image viewer for Emacs")
13795 (description
13796 "Picpocket is an image viewer for GNU Emacs. It has commands for:
13797
13798 @itemize
13799 @item File operations on the picture files (delete, move, copy, hardlink).
13800 @item Scale and rotate the picture.
13801 @item Associate pictures with tags which are saved to disk.
13802 @item Filter pictures according to tags.
13803 @item Customizing keystrokes for quick tagging and file operations.
13804 @item Undo and browse history of undoable commands.
13805 @end itemize")
13806 (license license:gpl3+))))
13807
13808 (define-public emacs-wgrep-helm
13809 ;; `emacs-wgrep-helm' was mistakenly added.
13810 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
13811
13812 (define-public emacs-mu4e-conversation
13813 (let ((commit "e7d4bfcb0d392b0aed1f705ccac2419a168d1f5e"))
13814 (package
13815 (name "emacs-mu4e-conversation")
13816 (version (git-version "20181126" "4" commit))
13817 (source
13818 (origin
13819 (method url-fetch)
13820 (uri (string-append
13821 "https://gitlab.com/Ambrevar/mu4e-conversation/"
13822 "repository/archive.tar.gz?ref="
13823 commit))
13824 (file-name (git-file-name name version))
13825 (sha256
13826 (base32
13827 "0b52hf9rm2afba9pvgink9bwqm705sk0y5qikp0ff5sk53wqvy29"))))
13828 (build-system emacs-build-system)
13829 (propagated-inputs
13830 `(("mu" ,mu)))
13831 (home-page
13832 "https://gitlab.com/Ambrevar/mu4e-conversation")
13833 (synopsis
13834 "Show a complete thread in a single buffer")
13835 (description
13836 "This package offers an alternate view to mu4e's e-mail display. It
13837 shows all e-mails of a thread in a single view, where each correspondent has
13838 their own face. Threads can be displayed linearly (in which case e-mails are
13839 displayed in chronological order) or as an Org document where the node tree
13840 maps the thread tree.")
13841 (license license:gpl3+))))
13842
13843 (define-public emacs-pinentry
13844 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
13845 (revision "1"))
13846 (package
13847 (name "emacs-pinentry")
13848 (version (git-version "0.1" revision commit))
13849 (source
13850 (origin
13851 (method url-fetch)
13852 (uri (string-append
13853 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
13854 "/packages/pinentry/pinentry.el?id=" commit))
13855 (file-name (string-append "pinentry.el"))
13856 (sha256
13857 (base32
13858 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
13859 (build-system emacs-build-system)
13860 (propagated-inputs
13861 `(("gnupg" ,gnupg)))
13862 (home-page "https://elpa.gnu.org/packages/pinentry.html")
13863 (synopsis "GnuPG Pinentry server implementation")
13864 (description
13865 "This package allows GnuPG passphrase to be prompted through the
13866 minibuffer instead of graphical dialog.
13867
13868 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
13869 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
13870 server with @code{M-x pinentry-start}.")
13871 (license license:gpl3+))))
13872
13873 (define-public emacs-so-long
13874 (let ((commit "cfae473b1bf65f78ddb015159e667ec0103d881c")
13875 (revision "2"))
13876 (package
13877 (name "emacs-so-long")
13878 (version (git-version "1.0" revision commit))
13879 (source
13880 (origin
13881 (method git-fetch)
13882 (uri (git-reference
13883 (url "https://git.savannah.gnu.org/git/so-long.git")
13884 (commit commit)))
13885 (file-name (git-file-name name version))
13886 (sha256
13887 (base32
13888 "0g943n5cl9lz5s7hszg6yvp10xd1xvd8mfgxyg0yckmp8fqkswin"))))
13889 (build-system emacs-build-system)
13890 (home-page "https://www.emacswiki.org/emacs/SoLong")
13891 (synopsis "Improve performance in files with long lines")
13892 (description "This package improves the performance of Emacs when
13893 viewing files with long lines.")
13894 (license license:gpl3+))))
13895
13896 (define-public emacs-github-review
13897 (let ((commit "9c3ffe30fba5d02e9951e76d1a5be2ed046663da")
13898 (version "0.1")
13899 (revision "1"))
13900 (package
13901 (name "emacs-github-review")
13902 (version (git-version version revision commit))
13903 (source
13904 (origin
13905 (method git-fetch)
13906 (uri (git-reference
13907 (url "https://github.com/charignon/github-review")
13908 (commit commit)))
13909 (file-name (git-file-name name version))
13910 (sha256
13911 (base32
13912 "078rv6f2p3wrznhgvmkhd071bwy72007f5l2m2a0r1k2i3vbfaja"))))
13913 (build-system emacs-build-system)
13914 (inputs
13915 `(("emacs-dash" ,emacs-dash)
13916 ("emacs-s" ,emacs-s)
13917 ("emacs-ghub" ,emacs-ghub)))
13918 (home-page "https://github.com/charignon/github-review")
13919 (synopsis "Review GitHub pull requests within Emacs")
13920 (description "This package provides commands to pull in, comment on, and
13921 accept and reject GitHub pull requests.")
13922 (license license:gpl3+))))
13923
13924 (define-public emacs-deadgrep
13925 (let ((commit "caeb37b8d6ab83f0eba353d6bbb29678190d4419")
13926 (version "0.7")
13927 (revision "1"))
13928 (package
13929 (name "emacs-deadgrep")
13930 (version (git-version version revision commit))
13931 (source
13932 (origin
13933 (method git-fetch)
13934 (uri (git-reference
13935 (url "https://github.com/Wilfred/deadgrep")
13936 (commit commit)))
13937 (file-name (git-file-name name version))
13938 (sha256
13939 (base32
13940 "158fqha8nilwfzmw15lcsq8b099j8wclzq303md0j4mfr2q2gfvs"))))
13941 (build-system emacs-build-system)
13942 (inputs
13943 `(("emacs-dash" ,emacs-dash)
13944 ("emacs-s" ,emacs-s)
13945 ("emacs-spinner" ,emacs-spinner)))
13946 (home-page "https://github.com/Wilfred/deadgrep")
13947 (synopsis "Frontend for @code{ripgrep}")
13948 (description "This package provides an Emacs interface for performing
13949 searches with @code{ripgrep}.")
13950 (license license:gpl3+))))
13951
13952 (define-public emacs-focus
13953 (let ((commit "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f")
13954 (version "0.1.1")
13955 (revision "1"))
13956 (package
13957 (name "emacs-focus")
13958 (version (git-version version revision commit))
13959 (source
13960 (origin
13961 (method git-fetch)
13962 (uri (git-reference
13963 (url "https://github.com/larstvei/Focus")
13964 (commit commit)))
13965 (file-name (git-file-name name version))
13966 (sha256
13967 (base32
13968 "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"))))
13969 (build-system emacs-build-system)
13970 (home-page "https://github.com/larstvei/Focus")
13971 (synopsis "Minor mode for focusing in on relevant text")
13972 (description "This package provides a minor mode that dims the color of
13973 text in neighboring sections.")
13974 (license license:gpl3+))))
13975
13976 (define-public emacs-pandoc-mode
13977 (package
13978 (name "emacs-pandoc-mode")
13979 (version "2.27.2")
13980 (source
13981 (origin
13982 (method git-fetch)
13983 (uri (git-reference
13984 (url "https://github.com/joostkremers/pandoc-mode")
13985 (commit version)))
13986 (file-name (git-file-name name version))
13987 (sha256
13988 (base32
13989 "04bqc7mhgkfks3nsvimd3rrriv4nqbksmv5ahlbbd03aqa2b0vrv"))))
13990 (build-system emacs-build-system)
13991 (propagated-inputs
13992 `(("emacs-dash" ,emacs-dash)
13993 ("emacs-hydra" ,emacs-hydra)))
13994 (home-page "https://github.com/joostkremers/pandoc-mode")
13995 (synopsis "Minor mode for interacting with Pandoc")
13996 (description "This package provides a Hydra menu for interacting with the
13997 Pandoc, the document-conversion tool.")
13998 (license license:bsd-3)))
13999
14000 (define-public emacs-ccls
14001 (let ((commit "2764ddd57b03646f0327ea680a954b4a67450aef")
14002 (version "0.1")
14003 (revision "1"))
14004 (package
14005 (name "emacs-ccls")
14006 (version (git-version version revision commit))
14007 (source
14008 (origin
14009 (method git-fetch)
14010 (uri (git-reference
14011 (url "https://github.com/MaskRay/emacs-ccls")
14012 (commit commit)))
14013 (file-name (git-file-name name version))
14014 (sha256
14015 (base32
14016 "16427jvzhjy8kpvlgl3qzkzppv98124hkgi8q8pv1h7m46k9lhh3"))))
14017 (build-system emacs-build-system)
14018 (propagated-inputs
14019 `(("emacs-dash" ,emacs-dash)
14020 ("emacs-projectile" ,emacs-projectile)
14021 ("emacs-lsp-mode" ,emacs-lsp-mode)))
14022 (home-page "https://github.com/MaskRay/emacs-ccls")
14023 (synopsis "Emacs support for the @code{ccls} language server")
14024 (description "This package extends @code{lsp-mode} to work with @code{C}
14025 and @code{C++} files through the @code{ccls} language server.")
14026 (license license:bsd-3))))
14027
14028 (define-public emacs-org-brain
14029 (package
14030 (name "emacs-org-brain")
14031 (version "0.5")
14032 (source
14033 (origin
14034 (method git-fetch)
14035 (uri (git-reference
14036 (url "https://github.com/Kungsgeten/org-brain.git")
14037 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
14038 (file-name (git-file-name name version))
14039 (sha256
14040 (base32
14041 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
14042 (build-system emacs-build-system)
14043 (home-page "https://github.com/Kungsgeten/org-brain")
14044 (synopsis "Org-mode wiki and concept-mapping for Emacs")
14045 (description "@code{emacs-org-brain} implements a variant of concept
14046 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
14047 org-mode entries, where each entry is a file or a headline, and you can get a
14048 visual overview of the relationships between the entries: parents, children,
14049 siblings and friends. This visual overview can also be used to browse your
14050 entries. You can think of entries as nodes in a mind map, or pages in a
14051 wiki.")
14052 (license license:expat)))
14053
14054 (define-public emacs-recent-addresses
14055 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
14056 (revision "1"))
14057 (package
14058 (name "emacs-recent-addresses")
14059 (home-page "http://nschum.de/src/emacs/recent-addresses/")
14060 (version (git-version "0.1" revision commit))
14061 (source (origin
14062 (method git-fetch)
14063 (uri (git-reference
14064 ;; Note: Use a branch that works with Helm. Submitted
14065 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
14066 (url "https://github.com/civodul/recent-addresses.el")
14067 (commit commit)))
14068 (sha256
14069 (base32
14070 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
14071 (file-name (git-file-name name version))))
14072 (build-system emacs-build-system)
14073 (synopsis "Record recently-used email addressed and auto-complete them")
14074 (description
14075 "@code{recent-addresses} is an Emacs package that allows you to quickly
14076 look up previously used email addresses. It can be used alongside the Gnus
14077 email client.")
14078 (license license:gpl2+))))
14079
14080 (define-public emacs-fold-dwim
14081 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
14082 (revision "0"))
14083 (package
14084 (name "emacs-fold-dwim")
14085 (version (git-version "1.2" revision commit))
14086 (home-page "https://github.com/emacsattic/fold-dwim")
14087 (source (origin
14088 (method git-fetch)
14089 (uri (git-reference (url home-page) (commit commit)))
14090 (sha256
14091 (base32
14092 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
14093 (file-name (git-file-name name version))))
14094 (build-system emacs-build-system)
14095 (synopsis "Unified user interface for Emacs folding modes")
14096 (description
14097 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
14098 can do different things depending on the context. In this package, it means
14099 that, if the cursor is in a currently hidden folded construction, we want to
14100 show it; if it's not, we want to hide whatever fold the cursor is in.")
14101 (license license:gpl2+))))
14102
14103 (define-public emacs-markup-faces
14104 (package
14105 (name "emacs-markup-faces")
14106 (version "1.0.0")
14107 (source
14108 (origin
14109 (method url-fetch)
14110 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
14111 version ".el"))
14112 (sha256
14113 (base32
14114 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
14115 (build-system emacs-build-system)
14116 (home-page "https://github.com/sensorflo/markup-faces")
14117 (synopsis "Collection of Emacs faces for markup language modes")
14118 (description "emacs-markup-faces is like font-lock-faces, but tailored for
14119 markup languages instead programming languages. The sub group markup-faces-text
14120 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
14121 common look and feel, or let's say theme, across different markup language modes
14122 and 'text viewing modes' respectively.")
14123 (license license:gpl3+)))
14124
14125 (define-public emacs-adoc-mode
14126 (package
14127 (name "emacs-adoc-mode")
14128 (version "0.6.6")
14129 (source
14130 (origin
14131 (method url-fetch)
14132 (uri (string-append "https://stable.melpa.org/packages/adoc-mode-"
14133 version ".el"))
14134 (sha256
14135 (base32
14136 "1c6hrgxxsnl2c19rgjykpm7r4xg9lp6bmk5z6bi7g8pqlrgwffcy"))))
14137 (build-system emacs-build-system)
14138 (propagated-inputs
14139 `(("emacs-markup-faces" ,emacs-markup-faces)))
14140 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
14141 (synopsis "AsciiDoc mode for Emacs")
14142 (description "This package provides an Emacs major mode for editing AsciiDoc
14143 files. It focuses on highlighting the document to improve readability.")
14144 (license license:gpl2+)))
14145
14146 (define-public emacs-rust-mode
14147 (let ((commit
14148 ;; Last release is old (2016), use more recent commit to get bug
14149 ;; fixes.
14150 "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
14151 (revision "0"))
14152 (package
14153 (name "emacs-rust-mode")
14154 (version (git-version "0.3.0" revision commit))
14155 (source (origin
14156 (method git-fetch)
14157 (uri
14158 (git-reference
14159 (url "https://github.com/rust-lang/rust-mode")
14160 (commit commit)))
14161 (file-name (git-file-name name version))
14162 (sha256
14163 (base32
14164 "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
14165 (build-system emacs-build-system)
14166 (arguments
14167 `(#:phases
14168 (modify-phases %standard-phases
14169 (replace 'check
14170 (lambda _
14171 (invoke "sh" "run_rust_emacs_tests.sh"))))))
14172 (home-page "https://github.com/rust-lang/rust-mode")
14173 (synopsis "Major Emacs mode for editing Rust source code")
14174 (description "This package provides a major Emacs mode for editing Rust
14175 source code.")
14176 (license (list license:expat
14177 license:asl2.0)))))
14178
14179 (define-public emacs-ztree
14180 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
14181 (package
14182 (name "emacs-ztree")
14183 (version (git-version "1.0.5" "1" commit))
14184 (source
14185 (origin
14186 (method git-fetch)
14187 (uri (git-reference
14188 (url "https://github.com/fourier/ztree")
14189 (commit commit)))
14190 (file-name (git-file-name name version))
14191 (sha256
14192 (base32
14193 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
14194 (build-system emacs-build-system)
14195 (home-page "https://github.com/fourier/ztree")
14196 (synopsis "Directory tree comparison mode for Emacs")
14197 (description "Ztree is a project dedicated to implementation of several
14198 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
14199 @command{ztree-diff} and @command{ztree-dir} (the basis of
14200 @command{ztree-diff}).")
14201 (license license:gpl3))))
14202
14203 (define-public emacs-helm-org-contacts
14204 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
14205 (package
14206 (name "emacs-helm-org-contacts")
14207 (version (git-version "20180707" "1" commit))
14208 (source
14209 (origin
14210 (method git-fetch)
14211 (uri (git-reference
14212 (url "https://github.com/tmalsburg/helm-org-contacts")
14213 (commit commit)))
14214 (file-name (git-file-name name version))
14215 (sha256
14216 (base32
14217 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
14218 (build-system emacs-build-system)
14219 (propagated-inputs
14220 `(("emacs-dash" ,emacs-dash)
14221 ("emacs-helm" ,emacs-helm)
14222 ("emacs-s" ,emacs-s)))
14223 (home-page "https://github.com/tmalsburg/helm-org-contacts")
14224 (synopsis "Helm source for org-contacts")
14225 (description "This Helm source can be used to search contacts stored in
14226 org-contacts format. There are actions for inserting postal addresses, email
14227 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
14228 was called.")
14229 (license license:gpl3))))
14230
14231 (define-public emacs-dired-du
14232 (package
14233 (name "emacs-dired-du")
14234 (version "0.5.1")
14235 (source
14236 (origin
14237 (method url-fetch)
14238 (uri (string-append
14239 "https://elpa.gnu.org/packages/dired-du-"
14240 version ".tar"))
14241 (sha256
14242 (base32
14243 "1091scnrjh0a4gja4z6jxic6ghy1yryv46qk9c76pmh50cpw6766"))))
14244 (build-system emacs-build-system)
14245 (home-page "http://elpa.gnu.org/packages/dired-du.html")
14246 (synopsis "Dired with recursive directory sizes")
14247 (description
14248 "Display the recursive size of directories in Dired.
14249 This file defines a minor mode @command{dired-du-mode} to show the recursive
14250 size of directories in Dired buffers. If @command{du} program is available,
14251 then the directory sizes are obtained with it. Otherwise, the directory sizes
14252 are obtained with Lisp. The former is faster and provide a more precise
14253 value. For directories where the user doesn't have read permission, the
14254 recursive size is not obtained. Once this mode is enabled, every new Dired
14255 buffer displays recursive dir sizes.")
14256 (license license:gpl3+)))
14257
14258 (define-public emacs-dired-rsync
14259 (package
14260 (name "emacs-dired-rsync")
14261 (version "0.4")
14262 (source (origin
14263 (method git-fetch)
14264 (uri (git-reference
14265 (url "https://github.com/stsquad/dired-rsync.git")
14266 (commit version)))
14267 (file-name (git-file-name name version))
14268 (sha256
14269 (base32
14270 "0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"))))
14271 (build-system emacs-build-system)
14272 (propagated-inputs
14273 `(("emacs-s" ,emacs-s)
14274 ("emacs-dash" ,emacs-dash)))
14275 (home-page "https://github.com/stsquad/dired-rsync/")
14276 (synopsis "Support for rsync from Emacs dired buffers")
14277 (description "This package adds a single command @code{dired-rsync} which
14278 allows the user to copy marked files in a dired buffer via @code{rsync}. This
14279 is useful, especially for large files, because the copy happens in the
14280 background and doesn’t lock up Emacs. It is also more efficient than using
14281 tramps own encoding methods for moving data between systems.")
14282 (license license:gpl3+)))
14283
14284 (define-public emacs-pcre2el
14285 ;; Last release is very old so we get the latest commit.
14286 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
14287 (package
14288 (name "emacs-pcre2el")
14289 (version (git-version "1.8" "1" commit))
14290 (source
14291 (origin
14292 (method git-fetch)
14293 (uri (git-reference
14294 (url "https://github.com/joddie/pcre2el")
14295 (commit commit)))
14296 (file-name (git-file-name name version))
14297 (sha256
14298 (base32
14299 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
14300 (build-system emacs-build-system)
14301 (home-page "https://github.com/joddie/pcre2el")
14302 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
14303 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
14304 Tools) is a utility for working with regular expressions in Emacs, based on a
14305 recursive-descent parser for regexp syntax. In addition to converting (a
14306 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
14307
14308 @itemize
14309 @item convert Emacs syntax to PCRE
14310 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
14311 @item untangle complex regexps by showing the parse tree in @code{rx} form and
14312 highlighting the corresponding chunks of code
14313 @item show the complete list of strings (productions) matching a regexp,
14314 provided the list is finite
14315 @item provide live font-locking of regexp syntax (so far only for Elisp
14316 buffers – other modes on the TODO list).
14317 @end itemize\n")
14318 (license license:gpl3))))
14319
14320 (define-public emacs-magit-todos
14321 (package
14322 (name "emacs-magit-todos")
14323 (version "1.3")
14324 (source
14325 (origin
14326 (method git-fetch)
14327 (uri (git-reference
14328 (url "https://github.com/alphapapa/magit-todos")
14329 (commit version)))
14330 (file-name (git-file-name name version))
14331 (sha256
14332 (base32
14333 "0gfm6wn2a4v5i9lfsvvin0kwpr9n96ddm3z4yf50jd3kg2igzry1"))))
14334 (build-system emacs-build-system)
14335 (propagated-inputs
14336 `(("emacs-async" ,emacs-async)
14337 ("emacs-dash" ,emacs-dash)
14338 ("emacs-f" ,emacs-f)
14339 ("emacs-hl-todo" ,emacs-hl-todo)
14340 ("magit" ,emacs-magit)
14341 ("emacs-pcre2el" ,emacs-pcre2el)
14342 ("emacs-s" ,emacs-s)))
14343 (home-page "https://github.com/alphapapa/magit-todos")
14344 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
14345 (description "This package displays keyword entries from source code
14346 comments and Org files in the Magit status buffer. Activating an item jumps
14347 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
14348 few (like NOTE).")
14349 (license license:gpl3)))
14350
14351 (define-public emacs-git-annex
14352 ;; Unreleased version has a fontification fix.
14353 (let ((commit "ebdb44aef1883f1b2b8058e05d30fb9315b03707")
14354 (revision "1"))
14355 (package
14356 (name "emacs-git-annex")
14357 (version (string-append "1.1-" revision "." (string-take commit 8)))
14358 (source
14359 (origin
14360 (method git-fetch)
14361 (uri (git-reference
14362 (url "https://github.com/jwiegley/git-annex-el")
14363 (commit commit)))
14364 (file-name (git-file-name name version))
14365 (sha256
14366 (base32
14367 "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh"))))
14368 (build-system emacs-build-system)
14369 (home-page "https://github.com/jwiegley/git-annex-el")
14370 (synopsis "Emacs integration for git-annex")
14371 (description "Enhances Dired and buffers visiting annex files with
14372 git-annex functionality. In Dired, the names of annex files are shortened by
14373 hiding the symbolic links and fontified based on whether content is present.
14374 Commands for performing some common operations (e.g., unlocking and adding
14375 files) are provided.")
14376 (license license:gpl2+))))
14377
14378 (define-public emacs-hackernews
14379 (let ((commit "916c3da8da45c757f5ec2faeed57fa370513d4ac"))
14380 (package
14381 (name "emacs-hackernews")
14382 (version (git-version "0.5.0" "1" commit))
14383 (source
14384 (origin
14385 (method git-fetch)
14386 (uri (git-reference
14387 (url "https://github.com/clarete/hackernews.el")
14388 (commit commit)))
14389 (file-name (git-file-name name version))
14390 (sha256
14391 (base32
14392 "09bxaaczana1cfvxyk9aagjvdszkj0j1yldl5r4xa60b59lxihsg"))))
14393 (build-system emacs-build-system)
14394 (home-page "https://github.com/clarete/hackernews.el")
14395 (synopsis "Hacker News client for Emacs")
14396 (description "The @command{hackernews} package is able to fetch stories
14397 from six different Hacker News feeds, namely top, new, best, ask, show and job
14398 stories. The default feed is top stories, which corresponds to the Hacker
14399 News homepage.")
14400 (license license:gpl3))))
14401
14402 (define-public emacs-youtube-dl
14403 (let ((commit "7c9d7a7d05b72a7d1b1257a36c5e2b2567b185dd"))
14404 (package
14405 (name "emacs-youtube-dl")
14406 (version (git-version "1.0" "1" commit))
14407 (source
14408 (origin
14409 (method git-fetch)
14410 (uri (git-reference
14411 (url "https://github.com/skeeto/youtube-dl-emacs/")
14412 (commit commit)))
14413 (file-name (git-file-name name version))
14414 (sha256
14415 (base32
14416 "0mh4s089a4x8s380agzb2306kdp1hl204px1n5rrrrdcls7imnh6"))))
14417 (build-system emacs-build-system)
14418 (inputs
14419 `(("youtube-dl" ,youtube-dl)))
14420 (arguments
14421 `(#:phases
14422 (modify-phases %standard-phases
14423 (add-after 'unpack 'configure
14424 (lambda* (#:key inputs #:allow-other-keys)
14425 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
14426 ;; .el is read-only in git.
14427 (chmod "youtube-dl.el" #o644)
14428 ;; Specify the absolute file names of the various
14429 ;; programs so that everything works out-of-the-box.
14430 (emacs-substitute-variables
14431 "youtube-dl.el"
14432 ("youtube-dl-program"
14433 (string-append youtube-dl "/bin/youtube-dl")))))))))
14434 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
14435 (synopsis "Emacs youtube-dl download manager")
14436 (description "This package manages a video download queue for
14437 @command{youtube-dl}, which serves as the back end. It manages a single
14438 @command{youtube-dl} subprocess, downloading one video at a time. New videos
14439 can be queued at any time.")
14440 (license license:unlicense))))
14441
14442 (define-public emacs-org-web-tools
14443 (package
14444 (name "emacs-org-web-tools")
14445 (version "1.0")
14446 (source
14447 (origin
14448 (method git-fetch)
14449 (uri (git-reference
14450 (url "https://github.com/alphapapa/org-web-tools")
14451 (commit version)))
14452 (file-name (git-file-name name version))
14453 (sha256
14454 (base32
14455 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
14456 (build-system emacs-build-system)
14457 (propagated-inputs
14458 `(("emacs-dash" ,emacs-dash)
14459 ("emacs-esxml" ,emacs-esxml)
14460 ("emacs-s" ,emacs-s)))
14461 (inputs
14462 `(("pandoc" ,ghc-pandoc)))
14463 (arguments
14464 `(#:phases
14465 (modify-phases %standard-phases
14466 (add-after 'unpack 'patch-exec-paths
14467 (lambda* (#:key inputs #:allow-other-keys)
14468 (let ((pandoc (assoc-ref inputs "pandoc")))
14469 (substitute* "org-web-tools.el"
14470 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
14471 #t))))))
14472 (home-page "https://github.com/alphapapa/org-web-tools")
14473 (synopsis "Display/Process web page as Org-mode content")
14474 (description "This package contains library functions and commands useful
14475 for retrieving web page content and processing it into Org-mode content.
14476
14477 For example, you can copy a URL to the clipboard or kill-ring, then run a
14478 command that downloads the page, isolates the “readable” content with
14479 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
14480 displays it in an Org-mode buffer. Another command does all of that but
14481 inserts it as an Org entry instead of displaying it in a new buffer.")
14482 (license license:gpl3+)))
14483
14484 (define-public emacs-blimp
14485 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
14486 (package
14487 (name "emacs-blimp")
14488 (version (git-version "0.0.0" "1" commit))
14489 (source
14490 (origin
14491 (method git-fetch)
14492 (uri (git-reference
14493 (url "https://github.com/walseb/blimp")
14494 (commit commit)))
14495 (file-name (git-file-name name version))
14496 (sha256
14497 (base32
14498 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
14499 (build-system emacs-build-system)
14500 (propagated-inputs
14501 `(("emacs-eimp" ,emacs-eimp)))
14502 (home-page "https://github.com/walseb/blimp")
14503 (synopsis "Emacs wrapper around all Imagemagick commands")
14504 (description "Blimp (Bustling Image Manipulation Package) is a complete
14505 wrapper around all Imagemagick commands with descriptions, autocompletion (for
14506 some commands) and hints displayed in prompt using @command{eimp.el} to
14507 execute its commands and resize images.")
14508 (license license:gpl3+))))
14509
14510 (define-public emacs-synosaurus
14511 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
14512 (package
14513 (name "emacs-synosaurus")
14514 (version (git-version "0.1.0" "1" commit))
14515 (source
14516 (origin
14517 (method git-fetch)
14518 (uri (git-reference
14519 (url "https://github.com/hpdeifel/synosaurus")
14520 (commit commit)))
14521 (file-name (git-file-name name version))
14522 (sha256
14523 (base32
14524 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
14525 (build-system emacs-build-system)
14526 (propagated-inputs
14527 `(("wordnet" ,wordnet)))
14528 (arguments
14529 `(#:phases
14530 (modify-phases %standard-phases
14531 (add-after 'unpack 'configure
14532 (lambda* (#:key inputs outputs #:allow-other-keys)
14533 (let ((wn (assoc-ref inputs "wordnet")))
14534 ;; .el is read-only in git.
14535 (chmod "synosaurus-wordnet.el" #o644)
14536 ;; Specify the absolute file names of the various
14537 ;; programs so that everything works out-of-the-box.
14538 (emacs-substitute-variables
14539 "synosaurus-wordnet.el"
14540 ("wordnet-command"
14541 (string-append wn "/bin/wn")))))))))
14542 (home-page "https://github.com/hpdeifel/synosaurus")
14543 (synopsis "Extensible thesaurus mode for Emacs")
14544 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
14545 backends, including the @command{wordnet} offline backend.")
14546 (license license:gpl3+))))
14547
14548 (define-public emacs-editorconfig
14549 (package
14550 (name "emacs-editorconfig")
14551 (version "0.8.0")
14552 (source
14553 (origin
14554 (method git-fetch)
14555 (uri (git-reference
14556 (url "https://github.com/editorconfig/editorconfig-emacs")
14557 (commit (string-append "v" version))))
14558 (file-name (git-file-name name version))
14559 (sha256
14560 (base32
14561 "1b2cpqz75pivl323bs60j5rszwi787x6vy68csycikqz9mhpmjn9"))))
14562 (build-system emacs-build-system)
14563 (home-page "https://github.com/editorconfig/editorconfig-emacs")
14564 (synopsis "Define and maintain consistent coding styles between different
14565 editors and IDEs")
14566 (description "The EditorConfig project consists of a file format for
14567 defining coding styles and a collection of text editor plugins that enable
14568 editors to read the file format and adhere to defined styles. EditorConfig
14569 files are easily readable and they work nicely with version control systems.")
14570 (license license:gpl3+)))
14571
14572 (define-public emacs-all-the-icons
14573 (package
14574 (name "emacs-all-the-icons")
14575 (version "3.2.0")
14576 (source
14577 (origin
14578 (method git-fetch)
14579 (uri (git-reference
14580 (url "https://github.com/domtronn/all-the-icons.el.git")
14581 (commit version)))
14582 (file-name (git-file-name name version))
14583 (sha256
14584 (base32
14585 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
14586 (build-system emacs-build-system)
14587 (arguments
14588 `(#:include '("\\.el$" "^data/" "^fonts/")
14589 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
14590 ;; all-the-icons--root-code". Ignoring tests.
14591 #:exclude '("^test/")
14592 #:tests? #f))
14593 (propagated-inputs
14594 `(("f" ,emacs-f)
14595 ("memoize" ,emacs-memoize)))
14596 (home-page "https://github.com/domtronn/all-the-icons.el")
14597 (synopsis "Collect icon fonts and propertize them within Emacs")
14598 (description "All-the-icons is a utility package to collect various icon
14599 fonts and propertize them within Emacs. Icon fonts allow you to propertize
14600 and format icons the same way you would normal text. This enables things such
14601 as better scaling of and anti aliasing of the icons.")
14602 ;; Package is released under Expat license. Elisp files are licensed
14603 ;; under GPL3+. Fonts come with various licenses: Expat for
14604 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
14605 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
14606 ;; "ocitcons.ttf" and "weathericons.ttf".
14607 (license
14608 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
14609
14610 (define-public emacs-powerline
14611 (package
14612 (name "emacs-powerline")
14613 (version "2.4")
14614 (source
14615 (origin
14616 (method git-fetch)
14617 (uri (git-reference
14618 (url "https://github.com/milkypostman/powerline.git")
14619 (commit version)))
14620 (file-name (git-file-name name version))
14621 (sha256
14622 (base32
14623 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
14624 (build-system emacs-build-system)
14625 (home-page "https://github.com/milkypostman/powerline/")
14626 (synopsis "Mode-line plugin for Emacs")
14627 (description "Powerline is a utility plugin which allows you to create
14628 a better-looking, more functional Emacs mode-line. A collection of predefined
14629 themes comes with the package.")
14630 (license license:gpl3+)))
14631
14632 (define-public emacs-spaceline
14633 (package
14634 (name "emacs-spaceline")
14635 (version "2.0.1")
14636 (source
14637 (origin
14638 (method git-fetch)
14639 (uri (git-reference
14640 (url "https://github.com/TheBB/spaceline.git")
14641 (commit (string-append "v" version))))
14642 (file-name (git-file-name name version))
14643 (sha256
14644 (base32
14645 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
14646 (build-system emacs-build-system)
14647 (propagated-inputs
14648 `(("dash" ,emacs-dash)
14649 ("powerline" ,emacs-powerline)
14650 ("s" ,emacs-s)))
14651 (home-page "https://github.com/TheBB/spaceline")
14652 (synopsis "Powerline theme from Spacemacs")
14653 (description "Spaceline provides Spacemacs' mode-line theme.
14654 This package provides features for three kinds of users.
14655
14656 @itemize
14657 @item You just want to use the Spacemacs mode-line theme and forget about it.
14658 @item You want to use something similar to the Spacemacs mode-line theme, but
14659 with a handful of easy tweaks.
14660 @item You want an easy-to-use library for building your own mode-line from
14661 scratch, and you think the Spacemacs theme looks good.
14662 @end itemize")
14663 (license license:gpl3+)))
14664
14665 (define-public emacs-column-marker
14666 (package
14667 (name "emacs-column-marker")
14668 (version "9")
14669 (source
14670 (origin
14671 (method url-fetch)
14672 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
14673 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
14674 (build-system emacs-build-system)
14675 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
14676 (synopsis "Emacs mode for highlighting columns")
14677 (description
14678 "With @code{column-marker.el} you can highlight any number of text columns.
14679 Three such highlight column markers are provided by default. This is
14680 especially useful for languages like COBOL or Fortran where certain columns
14681 have special meaning. It is also handy for aligning text across long vertical
14682 distances. Multi-column characters, such as @kbd{TAB} are treated
14683 correctly.")
14684 (license license:gpl2+)))
14685
14686 (define-public emacs-slime-repl-ansi-color
14687 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
14688 (package
14689 (name "emacs-slime-repl-ansi-color")
14690 (version (git-version "0.0.0" "1" commit))
14691 (source (origin
14692 (method git-fetch)
14693 (uri (git-reference
14694 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
14695 (commit commit)))
14696 (file-name (git-file-name name version))
14697 (sha256
14698 (base32
14699 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
14700 (build-system emacs-build-system)
14701 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
14702 (synopsis "Color ANSI codes in the REPL of SLIME")
14703 (description "Color ANSI codes in the REPL of SLIME")
14704 (license license:gpl2+))))
14705
14706 (define-public emacs-helm-slime
14707 (package
14708 (name "emacs-helm-slime")
14709 (version "0.3.0")
14710 (source (origin
14711 (method git-fetch)
14712 (uri (git-reference
14713 (url "https://github.com/emacs-helm/helm-slime")
14714 (commit version)))
14715 (file-name (git-file-name name version))
14716 (sha256
14717 (base32
14718 "1qhb9446rpj17pm0hi3miy5gs5k3ld43bq29kzy0y26bf7ivfcjv"))))
14719 (build-system emacs-build-system)
14720 (propagated-inputs
14721 `(("emacs-helm" ,emacs-helm)
14722 ("emacs-slime" ,emacs-slime)))
14723 (home-page "https://github.com/emacs-helm/helm-slime")
14724 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
14725 (description "Helm-SLIME defines a few new commands:
14726
14727 @itemize
14728 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
14729 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
14730 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
14731 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
14732 @end itemize\n")
14733 (license license:gpl3+)))
14734
14735 (define-public emacs-gtk-look
14736 (package
14737 (name "emacs-gtk-look")
14738 (version "29")
14739 (source (origin
14740 (method url-fetch)
14741 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
14742 (sha256
14743 (base32
14744 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
14745 (build-system emacs-build-system)
14746 (arguments
14747 `(#:phases
14748 (modify-phases %standard-phases
14749 (add-after 'unpack 'configure
14750 (lambda _
14751 ;; File is read-only.
14752 (chmod "gtk-look.el" #o644)
14753 (emacs-substitute-variables "gtk-look.el"
14754 ("gtk-lookup-devhelp-indices"
14755 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
14756 #t)))))
14757 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
14758 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
14759 (description "@command{gtk-look} finds and displays HTML documentation for
14760 GTK, GNOME and Glib functions and variables in Emacs, similar to what
14761 info-lookup-symbol does for info files (C-h S). The documentation is expected
14762 to be devhelp indexes with HTML files. The location of the indexes can be
14763 customized. In addition to C code development @command{gtk-look} is good for
14764
14765 @itemize
14766 @item @command{perl-gtk2}, recognising class funcs like
14767 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
14768 @item @command{guile-gnome}, recognising methods like @command{set-text} and
14769 classes like @command{<gtk-window>}.
14770 @end itemize\n")
14771 (license license:gpl3+)))
14772
14773 (define-public emacs-ov
14774 (package
14775 (name "emacs-ov")
14776 (version "1.0.6")
14777 (source (origin
14778 (method git-fetch)
14779 (uri (git-reference
14780 (url "https://github.com/ShingoFukuyama/ov.el.git")
14781 (commit version)))
14782 (file-name (git-file-name name version))
14783 (sha256
14784 (base32
14785 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
14786 (build-system emacs-build-system)
14787 (home-page "https://github.com/ShingoFukuyama/ov.el")
14788 (synopsis "Overlay library for Emacs Lisp")
14789 (description "@code{ov.el} provides a simple way to manipulate overlays in
14790 Emacs.")
14791 (license license:gpl3+)))
14792
14793 (define-public emacs-matrix-client
14794 (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
14795 (package
14796 (name "emacs-matrix-client")
14797 (version (git-version "0.0.0" "4" commit))
14798 (source (origin
14799 (method git-fetch)
14800 (uri (git-reference
14801 (url "https://github.com/jgkamat/matrix-client-el.git")
14802 (commit commit)))
14803 (file-name (git-file-name name version))
14804 (sha256
14805 (base32
14806 "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
14807 (build-system emacs-build-system)
14808 (arguments
14809 `(#:phases
14810 (modify-phases %standard-phases
14811 (add-after 'unpack 'add-missing-require
14812 ;; Fix a filter error at runtime due to a missing require.
14813 ;; Reported upstream:
14814 ;; <https://github.com/alphapapa/matrix-client.el/issues/76>
14815 (lambda _
14816 (substitute* "matrix-client-room.el"
14817 (("\\(require 'dash-functional\\)" all)
14818 (string-append all "\n" "(require 'anaphora)")))
14819 #t)))))
14820 (propagated-inputs
14821 `(("a" ,emacs-a)
14822 ("anaphora" ,emacs-anaphora)
14823 ("dash" ,emacs-dash)
14824 ("esxml" ,emacs-esxml)
14825 ("f" ,emacs-f)
14826 ("frame-purpose" ,emacs-frame-purpose)
14827 ("ht" ,emacs-ht)
14828 ("ov" ,emacs-ov)
14829 ("rainbow-identifiers" ,emacs-rainbow-identifiers)
14830 ("request" ,emacs-request)
14831 ("s" ,emacs-s)
14832 ("tracking" ,emacs-tracking)))
14833 (home-page "https://github.com/jgkamat/matrix-client-el")
14834 (synopsis "Matrix client for Emacs")
14835 (description "@code{matrix-client} is a simple chat UI to Matrix.org
14836 rooms. It also provides an API which allows Emacs to seamlessly create
14837 RPC channels with users and other software.")
14838 (license license:gpl3+))))
14839
14840 (define-public emacs-sesman
14841 (package
14842 (name "emacs-sesman")
14843 (version "0.3.3")
14844 (source
14845 (origin
14846 (method git-fetch)
14847 (uri (git-reference
14848 (url "https://github.com/vspinu/sesman.git")
14849 (commit (string-append "v" version))))
14850 (file-name (git-file-name name version))
14851 (sha256
14852 (base32
14853 "0r32f8ma9ddczxrrdz0nadp14j3zmk10q1ch02gb82synkx3xdra"))))
14854 (build-system emacs-build-system)
14855 (arguments
14856 `(#:tests? #t
14857 #:test-command '("make" "test")))
14858 (home-page "https://github.com/vspinu/sesman")
14859 (synopsis "Session manager for Emacs based IDEs")
14860 (description "Sesman provides facilities for session management and
14861 interactive session association with the current contexts (project, directory,
14862 buffers). While sesman can be used to manage arbitrary sessions, it primary
14863 targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
14864 (license license:gpl3+)))
14865
14866 (define-public emacs-buttercup
14867 (package
14868 (name "emacs-buttercup")
14869 (version "1.16")
14870 (source
14871 (origin
14872 (method git-fetch)
14873 (uri (git-reference
14874 (url "https://github.com/jorgenschaefer/emacs-buttercup.git")
14875 (commit (string-append "v" version))))
14876 (file-name (git-file-name name version))
14877 (sha256
14878 (base32
14879 "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"))))
14880 (build-system emacs-build-system)
14881 (arguments
14882 `(#:tests? #t
14883 #:test-command '("make" "test")
14884 #:phases
14885 (modify-phases %standard-phases
14886 (add-after 'install 'install-bin
14887 (lambda* (#:key outputs #:allow-other-keys)
14888 (install-file "bin/buttercup"
14889 (string-append (assoc-ref outputs "out") "/bin"))
14890 #t)))))
14891 (home-page "https://github.com/jorgenschaefer/emacs-buttercup")
14892 (synopsis "Behavior driven emacs lisp testing framework")
14893 (description "Buttercup is a behavior-driven development framework for
14894 testing Emacs Lisp code. It allows to group related tests so they can share
14895 common set-up and tear-down code, and allows the programmer to \"spy\" on
14896 functions to ensure they are called with the right arguments during testing.")
14897 (license license:gpl3+)))
14898
14899 (define-public emacs-wordnut
14900 (let ((commit "feac531404041855312c1a046bde7ea18c674915")
14901 (revision "0"))
14902 (package
14903 (name "emacs-wordnut")
14904 (version (git-version "0.1" revision commit))
14905 (home-page "https://github.com/gromnitsky/wordnut")
14906 (source (origin
14907 (method git-fetch)
14908 (uri (git-reference (url home-page) (commit commit)))
14909 (sha256
14910 (base32
14911 "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"))
14912 (patches
14913 (search-patches "emacs-wordnut-require-adaptive-wrap.patch"))
14914 (file-name (git-file-name name version))))
14915 (build-system emacs-build-system)
14916 (propagated-inputs
14917 `(("wordnet" ,wordnet)
14918 ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
14919 (synopsis "Major mode for WordNet")
14920 (description "This Emacs package provides an interface for
14921 @code{wordnet}. Features include completion, if the query is not found
14922 too ambiguous and navigation in the result buffer.")
14923 (license license:gpl3+))))
14924
14925 (define-public emacs-frame-purpose
14926 (package
14927 (name "emacs-frame-purpose")
14928 (version "1.0")
14929 (source (origin
14930 (method git-fetch)
14931 (uri (git-reference
14932 (url "https://github.com/alphapapa/frame-purpose.el.git")
14933 (commit version)))
14934 (sha256
14935 (base32
14936 "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"))
14937 (file-name (git-file-name name version))))
14938 (build-system emacs-build-system)
14939 (inputs
14940 `(("dash" ,emacs-dash)))
14941 (synopsis "Purpose-specific frames for Emacs")
14942 (description "@code{frame-purpose} makes it easy to open purpose-specific
14943 frames that only show certain buffers, e.g. by buffers’ major mode, their
14944 filename or directory, etc, with custom frame/X-window titles, icons, and
14945 other frame parameters.")
14946 (home-page "https://github.com/alphapapa/frame-purpose.el")
14947 (license license:gpl3+)))
14948
14949 (define-public emacs-arduino-mode
14950 (let ((commit "3e2bad4569ad26e929e6db2cbcff0d6d36812698")) ;no release yet
14951 (package
14952 (name "emacs-arduino-mode")
14953 (version (git-version "0" "0" commit))
14954 (source (origin
14955 (method git-fetch)
14956 (uri (git-reference
14957 (url "https://github.com/bookest/arduino-mode.git")
14958 (commit commit)))
14959 (sha256
14960 (base32
14961 "1yvaqjc9hadbnnay5fprnh890xsp53kidad1zpb4a5z4a5z61n3c"))
14962 (file-name (git-file-name name version))))
14963 (build-system emacs-build-system)
14964 (synopsis "Emacs major mode for editing Arduino sketches")
14965 (description "Emacs major mode for editing Arduino sketches.")
14966 (home-page "https://github.com/bookest/arduino-mode")
14967 (license license:gpl3+))))
14968
14969 (define-public emacs-general
14970 (let ((commit "675050199b5a30d54a24b58a367db32c0bdc47f5"))
14971 (package
14972 (name "emacs-general")
14973 (version (git-version "0" "0" commit))
14974 (home-page "https://github.com/noctuid/general.el")
14975 (source (origin
14976 (method git-fetch)
14977 (uri (git-reference
14978 (url (string-append home-page ".git"))
14979 (commit commit)))
14980 (sha256
14981 (base32
14982 "175yyhzk57yk1sskxh3d2jzhrh2waiibbcfsll167qxr117yji5h"))
14983 (file-name (git-file-name name version))))
14984 (build-system emacs-build-system)
14985 (synopsis "More convenient key definitions in emacs")
14986 (description "@code{general.el} provides a more convenient method for
14987 binding keys in emacs (for both evil and non-evil users). Like
14988 @code{use-package}, which provides a convenient, unified interface for
14989 managing packages, @code{general.el} is intended to provide a convenient,
14990 unified interface for key definitions. While this package does implement some
14991 completely new functionality (such as the ability to make vim-style
14992 keybindings under non-prefix keys with an optional timeout), its primary
14993 purpose is to build on existing functionality to make key definition more
14994 clear and concise. @code{general-define-key} is user-extensible and supports
14995 defining multiple keys in multiple keymaps at once, implicitly wrapping key
14996 strings with (@code{kbd ...}), using named prefix key sequences (like the
14997 leader key in vim), and much more.")
14998 (license license:gpl3+))))
14999
15000 (define-public emacs-tldr
15001 (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
15002 (package
15003 (name "emacs-tldr")
15004 (version (git-version "0" "0" commit))
15005 (home-page "https://github.com/kuanyui/tldr.el")
15006 (source (origin
15007 (method git-fetch)
15008 (uri (git-reference
15009 (url (string-append home-page ".git"))
15010 (commit commit)))
15011 (sha256
15012 (base32
15013 "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
15014 (file-name (git-file-name name version))))
15015 (build-system emacs-build-system)
15016 (synopsis "Simplified and community-driven man pages for Emacs")
15017 (description "@code{emacs-tldr} allows the user to access tldr pages
15018 from within emacs. The @code{tldr} pages are a community effort to simplify
15019 the man pages with practical examples.")
15020 (license license:wtfpl2))))
15021
15022 (define-public emacs-window-layout
15023 (package
15024 (name "emacs-window-layout")
15025 (version "1.4")
15026 (home-page "https://github.com/kiwanami/emacs-window-layout")
15027 (source (origin
15028 (method git-fetch)
15029 (uri (git-reference
15030 (url home-page)
15031 (commit (string-append "v" version))))
15032 (sha256
15033 (base32
15034 "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"))
15035 (file-name (git-file-name name version))))
15036 (build-system emacs-build-system)
15037 (synopsis "Simple window layout management framework for emacs")
15038 (description "A window-layout management library that can split a frame
15039 or a window into some windows according to a layout recipe.")
15040 (license license:gpl3+)))
15041
15042 (define-public emacs-e2wm
15043 (package
15044 (name "emacs-e2wm")
15045 (version "1.4")
15046 (home-page "https://github.com/kiwanami/emacs-window-manager")
15047 (source (origin
15048 (method git-fetch)
15049 (uri (git-reference
15050 (url home-page)
15051 (commit (string-append "v" version))))
15052 (sha256
15053 (base32
15054 "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
15055 (file-name (git-file-name name version))))
15056 (build-system emacs-build-system)
15057 (propagated-inputs
15058 `(("emacs-window-layout" ,emacs-window-layout)))
15059 (synopsis "Equilibrium Emacs Window Manager")
15060 (description "E2WM is a window manager for Emacs. It enables to
15061 customize the place of pop-up window, how the windows are split, how the
15062 buffers are located in the windows, keybinds to manipulate windows and
15063 buffers, etc. It also has plug-ins to help your Emacs life.")
15064 (license license:gpl3+)))
15065
15066 (define-public emacs-ctable
15067 (let ((commit "b8830d1ca95abb100a81bc32011bd17d5ecba000"))
15068 (package
15069 (name "emacs-ctable")
15070 (version (git-version "0.1.2" "1" commit))
15071 (home-page "https://github.com/kiwanami/emacs-ctable")
15072 (source (origin
15073 (method git-fetch)
15074 (uri (git-reference
15075 (url home-page)
15076 (commit commit)))
15077 (sha256
15078 (base32
15079 "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"))
15080 (file-name (git-file-name name version))))
15081 (build-system emacs-build-system)
15082 (synopsis "Table component for Emacs Lisp")
15083 (description "This program is a table component for Emacs Lisp. Other
15084 programs can use this table component for the application UI.")
15085 (license license:gpl3+))))
15086
15087 (define-public emacs-epc
15088 (let ((commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda"))
15089 (package
15090 (name "emacs-epc")
15091 (version (git-version "0.1.1" "1" commit))
15092 (home-page "https://github.com/kiwanami/emacs-epc")
15093 (source (origin
15094 (method git-fetch)
15095 (uri (git-reference
15096 (url home-page)
15097 (commit commit)))
15098 (sha256
15099 (base32
15100 "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"))
15101 (file-name (git-file-name name version))))
15102 (build-system emacs-build-system)
15103 (propagated-inputs
15104 `(("emacs-deferred" ,emacs-deferred)
15105 ("emacs-ctable" ,emacs-ctable)))
15106 (synopsis "RPC stack for Emacs Lisp")
15107 (description "This program is an asynchronous RPC stack for Emacs.
15108 Using this RPC stack, Emacs can communicate with the peer process
15109 smoothly. Because the protocol employs S-expression encoding and consists of
15110 asynchronous communications, the RPC response is fairly good.")
15111 (license license:gpl3+))))
15112
15113 (define-public emacs-edbi
15114 (let ((commit "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0"))
15115 (package
15116 (name "emacs-edbi")
15117 (version (git-version "0.1.3" "1" commit))
15118 (home-page "https://github.com/kiwanami/emacs-edbi")
15119 (source (origin
15120 (method git-fetch)
15121 (uri (git-reference
15122 (url home-page)
15123 (commit commit)))
15124 (sha256
15125 (base32
15126 "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"))
15127 (file-name (git-file-name name version))))
15128 (build-system emacs-build-system)
15129 (inputs
15130 `(("perl" ,perl)
15131 ("perl-rpc-epc-service" ,perl-rpc-epc-service)
15132 ("perl-dbi" ,perl-dbi)
15133 ;; TODO: Adding support for perl-dbd-mysql and others would
15134 ;; dramatically increase the closure size. Make several packages?
15135 ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
15136 (propagated-inputs
15137 `(("emacs-e2wm" ,emacs-e2wm)
15138 ("emacs-epc" ,emacs-epc)))
15139 (arguments
15140 `(#:include '("\\.el$" "\\.pl$")
15141 #:phases
15142 (modify-phases %standard-phases
15143 (add-after 'install 'patch-path
15144 (lambda* (#:key inputs outputs #:allow-other-keys)
15145 (let ((perl (assoc-ref inputs "perl"))
15146 (dir (string-append (assoc-ref outputs "out")
15147 "/share/emacs/site-lisp/guix.d/edbi-"
15148 ,version)))
15149 (substitute* (string-append dir "/edbi.el")
15150 (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
15151 (chmod (string-append dir "/edbi-bridge.pl") #o555)
15152 (wrap-program (string-append dir "/edbi-bridge.pl")
15153 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
15154 #t))))))
15155 (synopsis "Database Interface for Emacs Lisp")
15156 (description "This program connects the database server through Perl's
15157 DBI, and provides DB-accessing API and the simple management UI.")
15158 (license license:gpl3+))))
15159
15160 (define-public emacs-edbi-sqlite
15161 (let ((commit "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f"))
15162 (package
15163 (name "emacs-edbi-sqlite")
15164 (version (git-version "0.1.1" "1" commit))
15165 (home-page "https://github.com/proofit404/edbi-sqlite")
15166 (source (origin
15167 (method git-fetch)
15168 (uri (git-reference
15169 (url home-page)
15170 (commit commit)))
15171 (sha256
15172 (base32
15173 "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"))
15174 (file-name (git-file-name name version))))
15175 (build-system emacs-build-system)
15176 (propagated-inputs
15177 `(("emacs-edbi" ,emacs-edbi)))
15178 (synopsis "Open SQLite files in Emacs")
15179 (description "This package is a convenience wrapper for @command{edbi}
15180 to open SQLite databases.")
15181 (license license:gpl3+))))
15182
15183 (define-public emacs-nix-mode
15184 (package
15185 (name "emacs-nix-mode")
15186 (version "1.4.1")
15187 (source
15188 (origin
15189 (method git-fetch)
15190 (uri (git-reference
15191 (url "https://github.com/NixOS/nix-mode.git")
15192 (commit (string-append "v" version))))
15193 (file-name (git-file-name name version))
15194 (sha256
15195 (base32 "04xpgg9nba5m1bl7ci5l456whcb8nfhsbvgxyx89bp0zqgr005q7"))))
15196 (build-system emacs-build-system)
15197 (inputs
15198 `(("emacs-company" ,emacs-company)
15199 ("emacs-json-mode" ,emacs-json-mode)
15200 ("emacs-mmm-mode" ,emacs-mmm-mode)))
15201 (home-page "https://github.com/NixOS/nix-mode")
15202 (synopsis "Emacs major mode for editing Nix expressions")
15203 (description "@code{nixos-mode} provides an Emacs major mode for editing
15204 Nix expressions. It supports syntax highlighting, indenting and refilling of
15205 comments.")
15206 (license license:lgpl2.1+)))
15207
15208 (define-public emacs-simple-mpc
15209 ;; There have been no releases.
15210 (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
15211 (revision "1"))
15212 (package
15213 (name "emacs-simple-mpc")
15214 (version (git-version "0" revision commit))
15215 (source
15216 (origin
15217 (method git-fetch)
15218 (uri (git-reference
15219 (url "https://github.com/jorenvo/simple-mpc.git")
15220 (commit commit)))
15221 (file-name (git-file-name name version))
15222 (sha256
15223 (base32
15224 "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
15225 (build-system emacs-build-system)
15226 (propagated-inputs `(("emacs-s" ,emacs-s)))
15227 (home-page "https://github.com/jorenvo/simple-mpc")
15228 (synopsis "Simple Emacs frontend to mpc")
15229 (description "This package provides an Emacs major mode which acts as a
15230 front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
15231 (license license:gpl3+))))
15232
15233 (define-public emacs-mkmcc-gnuplot-mode
15234 (package
15235 (name "emacs-mkmcc-gnuplot-mode")
15236 (version "1.2.0")
15237 (source
15238 (origin
15239 (method git-fetch)
15240 (uri (git-reference
15241 (url "https://github.com/mkmcc/gnuplot-mode")
15242 (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
15243 (file-name (git-file-name name version))
15244 (sha256
15245 (base32
15246 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
15247 (build-system emacs-build-system)
15248 (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
15249 (synopsis "Minimal emacs major mode for editing gnuplot scripts")
15250 (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
15251 mode for editing gnuplot scripts. It provides syntax highlighting,
15252 indentation and a command to plot the file.")
15253 (license license:gpl3+)))
15254
15255 (define-public emacs-dtrt-indent
15256 (package
15257 (name "emacs-dtrt-indent")
15258 (version "0.8")
15259 (source (origin
15260 (method git-fetch)
15261 (uri (git-reference
15262 (url "https://github.com/jscheid/dtrt-indent")
15263 (commit version)))
15264 (file-name (git-file-name name version))
15265 (sha256
15266 (base32
15267 "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
15268 (build-system emacs-build-system)
15269 (home-page "https://github.com/jscheid/dtrt-indent")
15270 (synopsis "Minor mode that guesses the indentation offset")
15271 (description "This package provides a minor mode that guesses the
15272 indentation offset originally used for creating source code files and
15273 transparently adjusts the corresponding settings in Emacs, making it more
15274 convenient to edit foreign files.")
15275 (license license:gpl2+)))
15276
15277 (define-public emacs-repo
15278 (package
15279 (name "emacs-repo")
15280 (version "0.1.3")
15281 (source (origin
15282 (method git-fetch)
15283 (uri (git-reference
15284 (url "https://github.com/canatella/repo-el")
15285 (commit version)))
15286 (file-name (git-file-name name version))
15287 (sha256
15288 (base32
15289 "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
15290 (build-system emacs-build-system)
15291 (native-inputs
15292 `(("emacs-el-mock" ,emacs-el-mock)
15293 ("ert-runner" ,emacs-ert-runner)))
15294 (propagated-inputs
15295 `(("emacs-f" ,emacs-f)
15296 ("magit" ,emacs-magit)))
15297 (home-page "https://github.com/canatella/repo-el")
15298 (synopsis "Emacs interface for the Google Repo tool")
15299 (description "This package provides integration of the Google Repo tool
15300 with emacs. It displays the output of the @code{repo status} command in a
15301 buffer and launches Magit from the status buffer for the project at point.")
15302 (license license:gpl3+)))
15303
15304 (define-public emacs-alect-themes
15305 (package
15306 (name "emacs-alect-themes")
15307 (version "0.9")
15308 (source (origin
15309 (method git-fetch)
15310 (uri (git-reference
15311 (url "https://github.com/alezost/alect-themes")
15312 (commit (string-append "v" version))))
15313 (file-name (git-file-name name version))
15314 (sha256
15315 (base32
15316 "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
15317 (build-system emacs-build-system)
15318 (home-page "https://github.com/alezost/alect-themes")
15319 (synopsis "Low contrast, light, dark and black color theme for Emacs")
15320 (description "@code{emacs-alect-themes} provides configurable light, dark
15321 and black color themes for Emacs. The themes are intended to be used with
15322 GUI.")
15323 (license license:gpl3+)))
15324
15325 (define-public emacs-google-c-style
15326 (let ((commit "6271f3f473ceb3a7fef99388a3040903b1a145f1")
15327 (revision "0"))
15328 (package
15329 (name "emacs-google-c-style")
15330 (version (git-version "0.1" revision commit))
15331 (source (origin
15332 (method git-fetch)
15333 (uri (git-reference
15334 (url "https://github.com/google/styleguide")
15335 (commit commit)))
15336 (file-name (git-file-name name version))
15337 (sha256
15338 (base32
15339 "1jghyyasdl15c4gaqaxmdn43am63k6bykn5ab83f1ahv9zi1krxk"))))
15340 (build-system emacs-build-system)
15341 (home-page "https://github.com/google/styleguide")
15342 (synopsis "Emacs settings file for Google C/C++ style")
15343 (description "@code{emacs-google-c-style} provides an Emacs settings
15344 file for Google C and C++ style.")
15345 (license license:gpl1+))))
15346
15347 (define-public emacs-redshank
15348 (let ((commit "f98e68f532e622bcd464292ca4a9cf5fbea14ebb")
15349 (revision "1"))
15350 (package
15351 (name "emacs-redshank")
15352 (version (git-version "0.1" revision commit))
15353 (source (origin
15354 (method git-fetch)
15355 (uri (git-reference
15356 (url "http://www.foldr.org/~michaelw/projects/redshank.git")
15357 (commit commit)))
15358 (file-name (git-file-name name version))
15359 (sha256
15360 (base32
15361 "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
15362 (build-system emacs-build-system)
15363 (propagated-inputs
15364 `(("emacs-paredit" ,emacs-paredit)))
15365 (home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
15366 (synopsis "Common Lisp Editing Extensions (for Emacs)")
15367 (description "Redshank is a collection of code-wrangling Emacs macros
15368 mostly geared towards Common Lisp, but some are useful for other Lisp
15369 dialects, too. Redshank's code transformations aim to be expression-based (as
15370 opposed to character-based).")
15371 (license license:gpl1+))))
15372
15373 (define-public emacs-disk-usage
15374 (package
15375 (name "emacs-disk-usage")
15376 (version "1.3.3")
15377 (source
15378 (origin
15379 (method git-fetch)
15380 (uri (git-reference
15381 (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git")
15382 (commit version)))
15383 (file-name (git-file-name name version))
15384 (sha256
15385 (base32
15386 "0hv2gsd8k5fbjgckgiyisq4rn1i7y4rchbjy8kmixjv6mx563bll"))))
15387 (build-system emacs-build-system)
15388 (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
15389 (synopsis "Sort and browse disk usage listings with Emacs")
15390 (description "Disk Usage is a file system analyzer: it offers a tabulated
15391 view of file listings sorted by size. Directory sizes are computed
15392 recursively. The results are cached for speed.")
15393 (license license:gpl3+)))
15394
15395 (define-public emacs-orgit
15396 (package
15397 (name "emacs-orgit")
15398 (version "1.5.3")
15399 (home-page "https://github.com/magit/orgit")
15400 (source (origin
15401 (method git-fetch)
15402 (uri (git-reference
15403 (url home-page)
15404 (commit (string-append "v" version))))
15405 (file-name (git-file-name name version))
15406 (sha256
15407 (base32
15408 "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"))))
15409 (build-system emacs-build-system)
15410 (propagated-inputs
15411 `(("emacs-dash" ,emacs-dash)
15412 ("emacs-magit" ,emacs-magit)))
15413 (synopsis "Support for Org links to Magit buffers")
15414 (description "This package defines several Org link types, which can be
15415 used to link to certain Magit buffers. Use the command
15416 @command{org-store-link} while such a buffer is current to store a link.
15417 Later you can insert it into an Org buffer using the command
15418 @code{org-insert-link}.")
15419 (license license:gpl3+)))
15420
15421 (define-public emacs-amx
15422 (package
15423 (name "emacs-amx")
15424 (version "3.2")
15425 (source (origin
15426 (method git-fetch)
15427 (uri (git-reference
15428 (url "https://github.com/DarwinAwardWinner/amx")
15429 (commit (string-append "v" version))))
15430 (file-name (git-file-name name version))
15431 (sha256
15432 (base32
15433 "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"))))
15434 (build-system emacs-build-system)
15435 (propagated-inputs `(("emacs-s" ,emacs-s)))
15436 (home-page "https://github.com/DarwinAwardWinner/amx")
15437 (synopsis "Alternative interface for M-x")
15438 (description "Amx is an alternative interface for M-x in Emacs. It
15439 provides several enhancements over the ordinary
15440 @code{execute-extended-command}, such as prioritizing your most-used commands
15441 in the completion list and showing keyboard shortcuts, and it supports several
15442 completion systems for selecting commands, such as ido and ivy.")
15443 (license license:gpl3+)))
15444
15445 (define-public emacs-lorem-ipsum
15446 (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
15447 (package
15448 (name "emacs-lorem-ipsum")
15449 (version (git-version "0.2" "1" commit))
15450 (home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
15451 (source (origin
15452 (method git-fetch)
15453 (uri (git-reference
15454 (url home-page)
15455 (commit commit)))
15456 (file-name (git-file-name name version))
15457 (sha256
15458 (base32
15459 "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
15460 (build-system emacs-build-system)
15461 (synopsis "Insert dummy pseudo Latin text in Emacs")
15462 (description "This package provides convenience functions to insert
15463 dummy Latin text into a buffer. This can be useful if you need to produce
15464 paragraphs or pages of text for testing purposes.")
15465 (license license:gpl3+))))
15466
15467 (define-public emacs-lisp-extra-font-lock
15468 (let ((commit "4605eccbe1a7fcbd3cacf5b71249435413b4db4f"))
15469 (package
15470 (name "emacs-lisp-extra-font-lock")
15471 (version (git-version "0.0.6" "1" commit))
15472 (home-page "https://github.com/Lindydancer/lisp-extra-font-lock")
15473 (source (origin
15474 (method git-fetch)
15475 (uri (git-reference
15476 (url home-page)
15477 (commit commit)))
15478 (file-name (git-file-name name version))
15479 (sha256
15480 (base32
15481 "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"))))
15482 (build-system emacs-build-system)
15483 (synopsis "Highlight bound variables and quoted expressions in Emacs")
15484 (description "This package highlight the location where local variables
15485 is created (bound, for example, by let) as well as quoted and backquoted
15486 constant expressions.")
15487 (license license:gpl3+))))
15488
15489 (define-public emacs-docker-tramp
15490 (package
15491 (name "emacs-docker-tramp")
15492 (version "0.1")
15493 (source
15494 (origin
15495 (method git-fetch)
15496 (uri (git-reference
15497 (url "https://github.com/emacs-pe/docker-tramp.el")
15498 (commit (string-append "v" version))))
15499 (file-name (git-file-name name version))
15500 (sha256
15501 (base32
15502 "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
15503 (build-system emacs-build-system)
15504 (home-page "https://github.com/emacs-pe/docker-tramp.el")
15505 (synopsis "TRAMP integration for docker containers")
15506 (description
15507 "This package provides a TRAMP method for Docker containers.")
15508 (license license:gpl3+)))
15509
15510 (define-public emacs-docker
15511 (package
15512 (name "emacs-docker")
15513 (version "1.2.0")
15514 (source (origin
15515 (method git-fetch)
15516 (uri (git-reference
15517 (url "https://github.com/Silex/docker.el")
15518 (commit version)))
15519 (file-name (git-file-name name version))
15520 (sha256
15521 (base32
15522 "15kd86kaq1x6giz855q9w6zvnyc742j309j0pmm86rwx398g4rq1"))))
15523 (inputs
15524 `(("emacs-undercover" ,emacs-undercover)))
15525 (propagated-inputs
15526 `(("emacs-dash" ,emacs-dash)
15527 ("emacs-docker-tramp" ,emacs-docker-tramp)
15528 ("emacs-magit-popup" ,emacs-magit-popup)
15529 ("emacs-s" ,emacs-s)
15530 ("emacs-tablist" ,emacs-tablist)
15531 ("emacs-json-mode" ,emacs-json-mode)))
15532 (arguments
15533 `(#:phases
15534 (modify-phases %standard-phases
15535 (delete 'check)))) ;no tests
15536 (build-system emacs-build-system)
15537 (home-page "https://github.com/Silex/docker.el")
15538 (synopsis "Manage docker from Emacs")
15539 (description "This package provides an Emacs interface for Docker.")
15540 (license license:gpl3+)))
15541
15542 (define-public emacs-dockerfile-mode
15543 ;; Latest upstream release is too old.
15544 (let ((commit "7223d92718f78fa3ab15667cdb2ed90cfeb579e7"))
15545 (package
15546 (name "emacs-dockerfile-mode")
15547 (version (git-version "1.2" "1" commit))
15548 (source
15549 (origin
15550 (method git-fetch)
15551 (uri (git-reference
15552 (url "https://github.com/spotify/dockerfile-mode.git")
15553 (commit commit)))
15554 (file-name (git-file-name name version))
15555 (sha256
15556 (base32
15557 "0hmipgl4rk6aih11i8mnspwdijjiwk2y0wns6lzs8bgkvy3c064r"))))
15558 (build-system emacs-build-system)
15559 (propagated-inputs
15560 `(("emacs-s" ,emacs-s)))
15561 (home-page "https://github.com/spotify/dockerfile-mode")
15562 (synopsis "Major mode for editing Dockerfile")
15563 (description
15564 "This package provides a major mode @code{dockerfile-mode} for use with
15565 the standard @code{Dockerfile} file format.")
15566 (license license:asl2.0))))
15567
15568 (define-public emacs-lsp-mode
15569 (package
15570 (name "emacs-lsp-mode")
15571 (version "6.0")
15572 (source (origin
15573 (method git-fetch)
15574 (uri (git-reference
15575 (url "https://github.com/emacs-lsp/lsp-mode.git")
15576 (commit version)))
15577 (file-name (git-file-name name version))
15578 (sha256
15579 (base32
15580 "1v1mq6ixzlgiazj8fmg4xaqhsqn3l89iqy74yndhvzh2rdf0pbkl"))))
15581 (build-system emacs-build-system)
15582 (propagated-inputs
15583 `(("emacs-dash" ,emacs-dash)
15584 ("emacs-f" ,emacs-f)
15585 ("emacs-ht" ,emacs-ht)
15586 ("emacs-spinner" ,emacs-spinner)))
15587 (home-page "https://github.com/emacs-lsp/lsp-mode")
15588 (synopsis "Emacs client and library for the Language Server Protocol")
15589 (description "@code{LSP-mode} is a client and library implementation for
15590 the Language Server Protocol. This mode aims to provide an IDE-like
15591 experience by providing optional integration with other popular Emacs packages
15592 like @code{company}, @code{flycheck}, and @code{projectile}.")
15593 (license license:gpl3+)))
15594
15595 (define-public emacs-lsp-ui
15596 (package
15597 (name "emacs-lsp-ui")
15598 (version "6.0")
15599 (source (origin
15600 (method git-fetch)
15601 (uri (git-reference
15602 (url "https://github.com/emacs-lsp/lsp-ui.git")
15603 (commit version)))
15604 (file-name (git-file-name name version))
15605 (sha256
15606 (base32
15607 "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
15608 (build-system emacs-build-system)
15609 (propagated-inputs
15610 `(("emacs-dash" ,emacs-dash)
15611 ("emacs-lsp-mode" ,emacs-lsp-mode)
15612 ("emacs-markdown-mode" ,emacs-markdown-mode)
15613 ("emacs-flycheck" ,emacs-flycheck)))
15614 (home-page "https://github.com/emacs-lsp/lsp-ui")
15615 (synopsis "User interface extensions for @code{lsp-mode}")
15616 (description
15617 "@code{LSP-ui} contains several enhancements and integrations for
15618 @code{lsp-mode}, such as visual flychecking, displaying references in-line,
15619 and code peeking.")
15620 (license license:gpl3+)))
15621
15622 (define-public emacs-helm-notmuch
15623 (package
15624 (name "emacs-helm-notmuch")
15625 (version "1.2")
15626 (home-page "https://github.com/emacs-helm/helm-notmuch/")
15627 (source (origin
15628 (method git-fetch)
15629 (uri (git-reference
15630 (url home-page)
15631 (commit version)))
15632 (file-name (git-file-name name version))
15633 (sha256
15634 (base32
15635 "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
15636 (build-system emacs-build-system)
15637 (propagated-inputs
15638 `(("emacs-helm" ,emacs-helm)
15639 ("notmuch" ,notmuch)))
15640 (synopsis "Search emails with Emacs Notmuch and Helm")
15641 (description
15642 "This package can be used to search emails in Emacs, searching result
15643 displays as you type thanks to Helm, though @command{notmuch-search} does the
15644 real search.")
15645 (license license:gpl3+)))
15646
15647 (define-public emacs-elmacro
15648 (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
15649 (package
15650 (name "emacs-elmacro")
15651 (version (git-version "1.1.0" "1" commit))
15652 (home-page "https://github.com/Silex/elmacro")
15653 (source (origin
15654 (method git-fetch)
15655 (uri (git-reference
15656 (url home-page)
15657 (commit commit)))
15658 (file-name (git-file-name name version))
15659 (sha256
15660 (base32
15661 "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
15662 (build-system emacs-build-system)
15663 (propagated-inputs
15664 `(("emacs-s" ,emacs-s)
15665 ("emacs-dash" ,emacs-dash)))
15666 (synopsis "Convert keyboard macros to Emacs Lisp")
15667 (description
15668 "This package displays keyboard macros or latest interactive commands
15669 as Emacs Lisp.")
15670 (license license:gpl3+))))
15671
15672 (define-public emacs-transient
15673 ;; 0.1.0 depends on lv.el but not later versions.
15674 (let ((commit "7e45a57ec81185631fe763733f64c99021df2a06"))
15675 (package
15676 (name "emacs-transient")
15677 (version (git-version "0.1.0" "1" commit))
15678 (source (origin
15679 (method git-fetch)
15680 (uri (git-reference
15681 (url "https://github.com/magit/transient")
15682 (commit commit)))
15683 (file-name (git-file-name name version))
15684 (sha256
15685 (base32
15686 "0r6d4c1lga3bk0s7q7y4v4hbpxnd9h40cjxybqvax2z902931fz1"))))
15687 (build-system gnu-build-system)
15688 (native-inputs `(("texinfo" ,texinfo)
15689 ("emacs" ,emacs-minimal)))
15690 (propagated-inputs
15691 `(("dash" ,emacs-dash)))
15692 (arguments
15693 `(#:modules ((guix build gnu-build-system)
15694 (guix build utils)
15695 (srfi srfi-26)
15696 (guix build emacs-utils))
15697 #:imported-modules (,@%gnu-build-system-modules
15698 (guix build emacs-utils))
15699 #:tests? #f ; tests are not included in the release
15700 #:make-flags (list "lisp" "info"
15701 (string-append "LOAD_PATH=-L . -L "
15702 (assoc-ref %build-inputs "dash")
15703 "/share/emacs/site-lisp/guix.d/dash-"
15704 ,(package-version emacs-dash)))
15705 #:phases
15706 (modify-phases %standard-phases
15707 (delete 'configure)
15708 (replace 'install
15709 (lambda* (#:key inputs outputs #:allow-other-keys)
15710 (let* ((out (assoc-ref outputs "out"))
15711 (lisp (string-append out "/share/emacs/site-lisp/guix.d/"
15712 "transient" "-" ,version))
15713 (info (string-append out "/share/info")))
15714 (for-each (cut install-file <> lisp)
15715 (find-files "." "\\.elc*$"))
15716 (install-file "docs/transient.info" (string-append info)))
15717 #t)))))
15718 (home-page "https://magit.vc/manual/transient")
15719 (synopsis "Transient commands in Emacs")
15720 (description
15721 "Taking inspiration from prefix keys and prefix arguments in Emacs,
15722 Transient implements a similar abstraction involving a prefix command, infix
15723 arguments and suffix commands. We could call this abstraction a \"transient
15724 command\", but because it always involves at least two commands (a prefix and
15725 a suffix) we prefer to call it just a \"transient\".")
15726 (license license:gpl3+))))
15727
15728 (define-public emacs-matcha
15729 (let ((commit "c7df5cf5cdac9ae369e241342389ccda0205eab9"))
15730 (package
15731 (name "emacs-matcha")
15732 (version (git-version "0.0.1" "1" commit)) ;no upstream release
15733 (source (origin
15734 (method git-fetch)
15735 (uri (git-reference
15736 (url "https://github.com/jojojames/matcha.git")
15737 (commit commit)))
15738 (file-name (git-file-name name version))
15739 (sha256
15740 (base32
15741 "1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
15742 (propagated-inputs
15743 `(("emacs-hydra" ,emacs-hydra)
15744 ("emacs-transient" ,emacs-transient)))
15745 (build-system emacs-build-system)
15746 (home-page "https://github.com/jojojames/matcha/")
15747 (synopsis "Collection of hydras with a generic interface to launch them")
15748 (description "Matcha provides a collection of transients for various
15749 packages with a consistent way to use them.")
15750 (license license:gpl3+))))
15751
15752 (define-public emacs-undo-propose-el
15753 (let ((commit "5f1fa99a04369a959aad01b476fe4f34229f28cd")
15754 (version "1.0.0")
15755 (revision "1"))
15756 (package
15757 (name "emacs-undo-propose-el")
15758 (version (git-version version revision commit))
15759 (source
15760 (origin
15761 (method git-fetch)
15762 (uri (git-reference
15763 (url "https://github.com/jackkamm/undo-propose-el")
15764 (commit commit)))
15765 (file-name (git-file-name name version))
15766 (sha256
15767 (base32
15768 "1p9h1fqmva07mcs46rqrg9vqn537b615as84s9b7xh76k1r8h1c0"))))
15769 (build-system emacs-build-system)
15770 (home-page "https://github.com/jackkamm/undo-propose-el")
15771 (synopsis "Simple and safe navigation of @code{undo} history")
15772 (description "This package permits navigation of @code{undo} history in a
15773 temporary buffer, which is read-only save for @code{undo} commands, and
15774 subsequent committal of a chain of @code{undo} commands as a single edit in
15775 the @code{undo} history.")
15776 (license license:gpl3+))))
15777
15778 (define-public emacs-elisp-docstring-mode
15779 (let ((commit "f512e509dd690f65133e55563ebbfd2dede5034f")
15780 (version "0.0.1")
15781 (revision "1"))
15782 (package
15783 (name "emacs-elisp-docstring-mode")
15784 (version (git-version version revision commit))
15785 (source
15786 (origin
15787 (method git-fetch)
15788 (uri (git-reference
15789 (url "https://github.com/Fuco1/elisp-docstring-mode")
15790 (commit commit)))
15791 (file-name (git-file-name name version))
15792 (sha256
15793 (base32
15794 "0al8m75p359h4n82rf0dsl22qfdg9cwwywn5pn7x6gb96c7qrqaa"))))
15795 (build-system emacs-build-system)
15796 (home-page "https://github.com/Fuco1/elisp-docstring-mode")
15797 (synopsis "Major mode for editing Emacs Lisp docstrings")
15798 (description "This package provides font lock and automatic escaping and
15799 unescaping of quotes.")
15800 (license license:gpl3+))))
15801
15802 (define-public emacs-vimrc-mode
15803 (let ((commit "13bc150a870d5d4a95f1111e4740e2b22813c30e")
15804 (version "0.3.1")
15805 (revision "1"))
15806 (package
15807 (name "emacs-vimrc-mode")
15808 (version (git-version version revision commit))
15809 (source
15810 (origin
15811 (method git-fetch)
15812 (uri (git-reference
15813 (url "https://github.com/mcandre/vimrc-mode")
15814 (commit commit)))
15815 (file-name (git-file-name name version))
15816 (sha256
15817 (base32
15818 "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"))))
15819 (build-system emacs-build-system)
15820 (home-page "https://github.com/mcandre/vimrc-mode")
15821 (synopsis "Major mode for Vimscript")
15822 (description "This package provides font lock and @code{beginning-} and
15823 @code{end-of-defun} functions for Vimscript files.")
15824 (license license:gpl3+))))
15825
15826 (define-public emacs-flycheck-haskell
15827 (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
15828 (version "0.8")
15829 (revision "79"))
15830 (package
15831 (name "emacs-flycheck-haskell")
15832 (version (git-version version revision commit))
15833 (source
15834 (origin
15835 (method git-fetch)
15836 (uri (git-reference
15837 (url "https://github.com/flycheck/flycheck-haskell")
15838 (commit commit)))
15839 (file-name (git-file-name name version))
15840 (sha256
15841 (base32
15842 "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
15843 (build-system emacs-build-system)
15844 (propagated-inputs
15845 `(("emacs-dash" ,emacs-dash)
15846 ("emacs-seq" ,emacs-seq)
15847 ("emacs-flycheck" ,emacs-flycheck)
15848 ("emacs-haskell-mode" ,emacs-haskell-mode)
15849 ("emacs-let-alist" ,emacs-let-alist)))
15850 (home-page "https://github.com/flycheck/flycheck-haskell")
15851 (synopsis "Flycheck for Haskell")
15852 (description "This package configures syntax-checking for Haskell
15853 buffers.")
15854 (license license:gpl3+))))
15855
15856 (define-public emacs-js2-refactor-el
15857 (let ((commit "79124b3274c43ad1f9ec6205fa362576552db02f")
15858 (version "0.9.0")
15859 (revision "27"))
15860 (package
15861 (name "emacs-js2-refactor-el")
15862 (version (git-version version revision commit))
15863 (source
15864 (origin
15865 (method git-fetch)
15866 (uri (git-reference
15867 (url "https://github.com/magnars/js2-refactor.el")
15868 (commit commit)))
15869 (file-name (git-file-name name version))
15870 (sha256
15871 (base32
15872 "1wswhlpbd3airrhyncb9vblqigwnqg9n96z0iis8jnz37q2whica"))))
15873 (build-system emacs-build-system)
15874 (propagated-inputs
15875 `(("emacs-dash" ,emacs-dash)
15876 ("emacs-s" ,emacs-s)
15877 ("emacs-js2-mode" ,emacs-js2-mode)
15878 ("emacs-yasnippet" ,emacs-yasnippet)
15879 ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
15880 (native-inputs
15881 `(("emacs-buttercup" ,emacs-buttercup)
15882 ("emacs-espuds" ,emacs-espuds)))
15883 (home-page "https://github.com/magnars/js2-refactor.el")
15884 (synopsis "JavaScript refactoring in Emacs")
15885 (description "This package provides various refactoring functions for
15886 JavaScript.")
15887 (license license:gpl3+))))
15888
15889 (define-public emacs-prettier
15890 (let ((commit "e9b73e81d3e1642aec682195f127a42dfb0b5774")
15891 (version "0.1.0")
15892 (revision "1"))
15893 (package
15894 (name "emacs-prettier")
15895 (version (git-version version revision commit))
15896 (source
15897 (origin
15898 (method git-fetch)
15899 (uri (git-reference
15900 (url "https://github.com/prettier/prettier-emacs")
15901 (commit commit)))
15902 (file-name (git-file-name name version))
15903 (sha256
15904 (base32
15905 "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"))))
15906 (build-system emacs-build-system)
15907 (home-page "https://github.com/prettier/prettier-emacs")
15908 (synopsis "Automatic formatting of JavaScript code")
15909 (description "This package integrates Prettier with Emacs, and
15910 provides a minor mode that autoformats the buffer upon saving.")
15911 (license license:expat))))
15912
15913 (define-public emacs-fish-mode
15914 (package
15915 (name "emacs-fish-mode")
15916 (version "0.1.4")
15917 (source
15918 (origin
15919 (method git-fetch)
15920 (uri (git-reference
15921 (url "https://github.com/wwwjfy/emacs-fish")
15922 (commit version)))
15923 (file-name (git-file-name name version))
15924 (sha256
15925 (base32
15926 "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"))))
15927 (build-system emacs-build-system)
15928 (home-page "https://github.com/wwwjfy/emacs-fish")
15929 (synopsis "Major mode for Fish shell scripts")
15930 (description "This package provides syntax highlighting and indentation
15931 functions for Fish shell scripts.")
15932 (license license:gpl3+)))
15933
15934 (define-public emacs-eshell-up
15935 (let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
15936 (version "0.0.3")
15937 (revision "12"))
15938 (package
15939 (name "emacs-eshell-up")
15940 (version (git-version version revision commit))
15941 (source
15942 (origin
15943 (method git-fetch)
15944 (uri (git-reference
15945 (url "https://github.com/peterwvj/eshell-up")
15946 (commit commit)))
15947 (file-name (git-file-name name version))
15948 (sha256
15949 (base32
15950 "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
15951 (build-system emacs-build-system)
15952 (home-page "https://github.com/peterwvj/eshell-up")
15953 (synopsis "Quickly go to a parent directory in @code{Eshell}")
15954 (description "This package provides quick navigation to a specific
15955 parent directory using @code{Eshell}.")
15956 (license license:gpl3+))))
15957
15958 (define-public emacs-tco-el
15959 (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
15960 (version "0.3")
15961 (revision "1"))
15962 (package
15963 (name "emacs-tco-el")
15964 (version (git-version version revision commit))
15965 (source
15966 (origin
15967 (method git-fetch)
15968 (uri (git-reference
15969 (url "https://github.com/Wilfred/tco.el")
15970 (commit commit)))
15971 (file-name (git-file-name name version))
15972 (sha256
15973 (base32
15974 "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"))))
15975 (build-system emacs-build-system)
15976 (propagated-inputs
15977 `(("emacs-dash" ,emacs-dash)))
15978 (home-page "https://github.com/Wilfred/tco.el")
15979 (synopsis "Tail-call optimization for Emacs Lisp")
15980 (description "This package provides tail-call optimization for Emacs
15981 Lisp functions that call themselves in tail position.")
15982 (license license:gpl3+))))
15983
15984 (define-public emacs-equake
15985 (let ((commit "ed15fd55cd4f2276161a6f712ed0b83cd10a8cdc")
15986 (version "0.85")
15987 (revision "1"))
15988 (package
15989 (name "emacs-equake")
15990 (version (git-version version revision commit))
15991 (source
15992 (origin
15993 (method git-fetch)
15994 (uri (git-reference
15995 (url "https://gitlab.com/emacsomancer/equake/")
15996 (commit commit)))
15997 (file-name (git-file-name name version))
15998 (sha256
15999 (base32
16000 "04kj88rlnn22gwmmv2gly2ibi6jka6l2cd4979pi6lhlvqqgjdnj"))))
16001 (build-system emacs-build-system)
16002 (propagated-inputs
16003 `(("emacs-dash" ,emacs-dash)
16004 ("emacs-tco-el" ,emacs-tco-el)))
16005 (home-page "https://gitlab.com/emacsomancer/equake/")
16006 (synopsis "Drop-down console for @code{Eshell} and terminal emulators")
16007 (description "This package provides a Quake-style drop-down console
16008 compatible with Emacs' shell modes.")
16009 (license license:gpl3+))))
16010
16011 (define-public emacs-vdiff
16012 (let ((commit "09e15fc932bfd2febe1d4a65780a532394562b07")
16013 (version "0.2.3")
16014 (revision "1"))
16015 (package
16016 (name "emacs-vdiff")
16017 (version (git-version version revision commit))
16018 (source
16019 (origin
16020 (method git-fetch)
16021 (uri (git-reference
16022 (url "https://github.com/justbur/emacs-vdiff/")
16023 (commit commit)))
16024 (file-name (git-file-name name version))
16025 (sha256
16026 (base32
16027 "1gvqi5l4zs872nn4pmj603aza09d81qad2rgijzv268lif8z34db"))))
16028 (build-system emacs-build-system)
16029 (propagated-inputs
16030 `(("emacs-hydra" ,emacs-hydra)))
16031 (home-page "https://github.com/justbur/emacs-vdiff/")
16032 (synopsis "Frontend for diffing based on vimdiff")
16033 (description "This package permits comparisons of two or three buffers
16034 based on diff output.")
16035 (license license:gpl3+))))
16036
16037 (define-public emacs-vdiff-magit
16038 ;; Need to use a more recent commit than the latest release version because
16039 ;; of Magit and Transient
16040 (let ((commit "b100d126c69e5c26a61ae05aa1778bcc4302b597")
16041 (version "0.3.2")
16042 (revision "8"))
16043 (package
16044 (name "emacs-vdiff-magit")
16045 (version (git-version version revision commit))
16046 (source
16047 (origin
16048 (method git-fetch)
16049 (uri (git-reference
16050 (url "https://github.com/justbur/emacs-vdiff-magit/")
16051 (commit commit)))
16052 (file-name (git-file-name name version))
16053 (sha256
16054 (base32
16055 "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"))))
16056 (build-system emacs-build-system)
16057 (propagated-inputs
16058 `(("emacs-vdiff" ,emacs-vdiff)
16059 ("emacs-magit" ,emacs-magit)
16060 ("emacs-transient" ,emacs-transient)))
16061 (home-page "https://github.com/justbur/emacs-vdiff-magit/")
16062 (synopsis "Frontend for diffing based on vimdiff")
16063 (description "This package permits comparisons of two or three buffers
16064 based on diff output.")
16065 (license license:gpl3+))))
16066
16067 (define-public emacs-all-the-icons-dired
16068 (let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
16069 (version "1.0")
16070 (revision "1"))
16071 (package
16072 (name "emacs-all-the-icons-dired")
16073 (version (git-version version revision commit))
16074 (source
16075 (origin
16076 (method git-fetch)
16077 (uri (git-reference
16078 (url "https://github.com/jtbm37/all-the-icons-dired/")
16079 (commit commit)))
16080 (file-name (git-file-name name version))
16081 (sha256
16082 (base32
16083 "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
16084 (build-system emacs-build-system)
16085 (propagated-inputs
16086 `(("emacs-all-the-icons" ,emacs-all-the-icons)))
16087 (home-page "https://github.com/jtbm37/all-the-icons-dired/")
16088 (synopsis "Show icons for each file in @code{dired-mode}")
16089 (description "This package allows icons from @file{all-the-icons.el} to
16090 be used in @code{dired-mode}.")
16091 (license license:gpl3+))))
16092
16093 (define-public emacs-exwm-edit
16094 (let ((commit "961c0f3ea45766b888c73d7353da13d329538034")
16095 (version "0.0.1")
16096 (revision "1"))
16097 (package
16098 (name "emacs-exwm-edit")
16099 (version (git-version version revision commit))
16100 (source
16101 (origin
16102 (method git-fetch)
16103 (uri (git-reference
16104 (url "https://github.com/agzam/exwm-edit/")
16105 (commit commit)))
16106 (file-name (git-file-name name version))
16107 (sha256
16108 (base32
16109 "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw"))))
16110 (build-system emacs-build-system)
16111 (propagated-inputs
16112 `(("emacs-exwm" ,emacs-exwm)))
16113 (home-page "https://github.com/agzam/exwm-edit/")
16114 (synopsis "Open temp buffers for editing text from EXWM buffers")
16115 (description "This package facilitates editing text from EXWM buffers by
16116 generating a temp buffer in which any useful Emacs utilities and modes can be
16117 invoked.")
16118 (license license:gpl3+))))
16119
16120 (define-public emacs-ert-async
16121 (package
16122 (name "emacs-ert-async")
16123 (version "0.1.2")
16124 (source
16125 (origin
16126 (method git-fetch)
16127 (uri (git-reference
16128 (url "https://github.com/rejeep/ert-async.el")
16129 (commit (string-append "v" version))))
16130 (file-name (git-file-name name version))
16131 (sha256
16132 (base32
16133 "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
16134 (build-system emacs-build-system)
16135 (home-page "https://github.com/rejeep/ert-async.el")
16136 (synopsis "Async support for ERT")
16137 (description "This package allows ERT to work with asynchronous tests.")
16138 (license license:gpl3+)))
16139
16140 (define-public emacs-prodigy-el
16141 (let ((commit "701dccaa56de9e6a330c05bde33bce4f3b3d6a97")
16142 (version "0.7.0")
16143 (revision "28"))
16144 (package
16145 (name "emacs-prodigy-el")
16146 (version (git-version version revision commit))
16147 (source
16148 (origin
16149 (method git-fetch)
16150 (uri (git-reference
16151 (url "https://github.com/rejeep/prodigy.el")
16152 (commit commit)))
16153 (file-name (git-file-name name version))
16154 (sha256
16155 (base32
16156 "1vyvxawlayp2nra0q83146q2nzv8qwn5a4nj0sx1jc90a0a83vgj"))))
16157 (build-system emacs-build-system)
16158 (propagated-inputs
16159 `(("emacs-dash" ,emacs-dash)
16160 ("emacs-s" ,emacs-s)
16161 ("emacs-f" ,emacs-f)))
16162 (native-inputs
16163 `(("emacs-el-mock" ,emacs-el-mock)
16164 ("emacs-ert-async" ,emacs-ert-async)))
16165 (home-page "https://github.com/rejeep/prodigy.el")
16166 (synopsis "Manage external services from within Emacs")
16167 (description "This package provides a GUI for defining and monitoring services.")
16168 (license license:gpl3+))))
16169
16170 (define-public emacs-web-server
16171 (let ((commit "cafa5b7582c57252a0884b2c33da9b18fb678713")
16172 (version "0.1.1")
16173 (revision "1"))
16174 (package
16175 (name "emacs-web-server")
16176 (version (git-version version revision commit))
16177 (source
16178 (origin
16179 (method git-fetch)
16180 (uri (git-reference
16181 (url "https://github.com/eschulte/emacs-web-server/")
16182 (commit commit)))
16183 (file-name (git-file-name name version))
16184 (sha256
16185 (base32
16186 "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y"))))
16187 (build-system emacs-build-system)
16188 (home-page "https://github.com/eschulte/emacs-web-server/")
16189 (synopsis "Web server with handlers in Emacs Lisp")
16190 (description "This package supports HTTP GET and POST requests with
16191 url-encoded parameters, as well as web sockets.")
16192 (license license:gpl3+))))
16193
16194 (define-public emacs-markdown-preview-mode
16195 (package
16196 (name "emacs-markdown-preview-mode")
16197 (version "0.9.2")
16198 (source
16199 (origin
16200 (method git-fetch)
16201 (uri (git-reference
16202 (url "https://github.com/ancane/markdown-preview-mode")
16203 (commit (string-append "v" version))))
16204 (file-name (git-file-name name version))
16205 (sha256
16206 (base32
16207 "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"))))
16208 (build-system emacs-build-system)
16209 (propagated-inputs
16210 `(("emacs-markdown-mode" ,emacs-markdown-mode)
16211 ("emacs-websocket" ,emacs-websocket)
16212 ("emacs-web-server" ,emacs-web-server)))
16213 (arguments '(#:include '("\\.el$" "\\.html$")))
16214 (home-page "https://github.com/ancane/markdown-preview-mode")
16215 (synopsis "Live web development in Emacs")
16216 (description "This package provides a minor mode for preview of Markdown
16217 files, and sends rendered Markdown to a web browser.")
16218 (license license:gpl3+)))
16219
16220 (define-public emacs-dotenv-mode
16221 (package
16222 (name "emacs-dotenv-mode")
16223 (version "0.2.4")
16224 (source
16225 (origin
16226 (method git-fetch)
16227 (uri (git-reference
16228 (url "https://github.com/preetpalS/emacs-dotenv-mode")
16229 (commit (string-append "v" version))))
16230 (file-name (git-file-name name version))
16231 (sha256
16232 (base32
16233 "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
16234 (build-system emacs-build-system)
16235 (home-page "https://github.com/preetpalS/emacs-dotenv-mode")
16236 (synopsis "Major mode for @file{.env} files")
16237 (description "This package provides syntax highlighting for @file{.env}
16238 files.")
16239 (license license:gpl3+)))
16240
16241 (define-public emacs-add-node-modules-path
16242 (let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
16243 (version "1.2.0")
16244 (revision "10"))
16245 (package
16246 (name "emacs-add-node-modules-path")
16247 (version (git-version version revision commit))
16248 (source
16249 (origin
16250 (method git-fetch)
16251 (uri (git-reference
16252 (url "https://github.com/codesuki/add-node-modules-path")
16253 (commit commit)))
16254 (file-name (git-file-name name version))
16255 (sha256
16256 (base32
16257 "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
16258 (build-system emacs-build-system)
16259 (home-page "https://github.com/codesuki/add-node-modules-path")
16260 (synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
16261 (description "This package searches the parent directories of the
16262 current file for the project's @file{node_modules/.bin/} directory, allowing
16263 Emacs to find project-specific installations of packages.")
16264 (license license:expat))))
16265
16266 (define-public emacs-flow-minor-mode
16267 (let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
16268 (version "0.3")
16269 (revision "4"))
16270 (package
16271 (name "emacs-flow-minor-mode")
16272 (version (git-version version revision commit))
16273 (source
16274 (origin
16275 (method git-fetch)
16276 (uri (git-reference
16277 (url "https://github.com/an-sh/flow-minor-mode")
16278 (commit commit)))
16279 (file-name (git-file-name name version))
16280 (sha256
16281 (base32
16282 "169r4ib9qg9q6fm3p0p23qs1qx4pa9pg1qvyq4ysr85i7kwygppl"))))
16283 (build-system emacs-build-system)
16284 (home-page "https://github.com/an-sh/flow-minor-mode")
16285 (synopsis "Minor mode for JavaScript Flow files")
16286 (description "This package integrates Flow with Emacs, allowing for
16287 definition-jumping and type-checking on demand.")
16288 (license license:bsd-3))))
16289
16290 (define-public emacs-rjsx-mode
16291 (let ((commit "03dd8d1683501e81b58674d64c3032b7b718402c")
16292 (version "0.4.0")
16293 (revision "35"))
16294 (package
16295 (name "emacs-rjsx-mode")
16296 (version (git-version version revision commit))
16297 (source
16298 (origin
16299 (method git-fetch)
16300 (uri (git-reference
16301 (url "https://github.com/felipeochoa/rjsx-mode")
16302 (commit commit)))
16303 (file-name (git-file-name name version))
16304 (sha256
16305 (base32
16306 "1kc44g9f38klpjklmz9n50a28nqv7prz6ck6ghdr6bnj1s98pb8a"))))
16307 (build-system emacs-build-system)
16308 (propagated-inputs
16309 `(("emacs-js2-mode" ,emacs-js2-mode)))
16310 (home-page "https://github.com/felipeochoa/rjsx-mode")
16311 (synopsis "Major mode for JSX files")
16312 (description "This package extends the parser of @code{js2-mode} to
16313 support JSX syntax.")
16314 (license license:expat))))
16315
16316 (define-public emacs-origami-el
16317 (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
16318 (version "1.0")
16319 (revision "1"))
16320 (package
16321 (name "emacs-origami-el")
16322 (version (git-version version revision commit))
16323 (source
16324 (origin
16325 (method git-fetch)
16326 (uri (git-reference
16327 (url "https://github.com/gregsexton/origami.el")
16328 (commit commit)))
16329 (file-name (git-file-name name version))
16330 (sha256
16331 (base32
16332 "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
16333 (build-system emacs-build-system)
16334 (propagated-inputs
16335 `(("emacs-dash" ,emacs-dash)
16336 ("emacs-s" ,emacs-s)))
16337 (home-page "https://github.com/gregsexton/origami.el")
16338 (synopsis "Flexible text-folding")
16339 (description "This package provides a minor mode for collapsing and
16340 expanding regions of text without modifying the actual contents.")
16341 (license license:expat))))
16342
16343 (define-public emacs-peep-dired
16344 (let ((commit "c88a9a3050197840edfe145f11e0bb9488de32f4")
16345 (version "0")
16346 (revision "1"))
16347 (package
16348 (name "emacs-peep-dired")
16349 (version (git-version version revision commit))
16350 (source
16351 (origin
16352 (method git-fetch)
16353 (uri (git-reference
16354 (url "https://github.com/asok/peep-dired")
16355 (commit commit)))
16356 (file-name (git-file-name name version))
16357 (sha256
16358 (base32
16359 "1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"))))
16360 (build-system emacs-build-system)
16361 (home-page "https://github.com/asok/peep-dired")
16362 (synopsis "Preview files in another window")
16363 (description "This package provides a minor mode that allows files to be
16364 previewed by scrolling up and down within a @code{dired} buffer.")
16365 (license license:gpl3+))))
16366
16367 (define-public emacs-counsel-etags
16368 (package
16369 (name "emacs-counsel-etags")
16370 (version "1.8.7")
16371 (source
16372 (origin
16373 (method git-fetch)
16374 (uri (git-reference
16375 (url "https://github.com/redguardtoo/counsel-etags")
16376 (commit version)))
16377 (file-name (git-file-name name version))
16378 (sha256
16379 (base32
16380 "0vjcjspfrz1csnmfi6r7p7f070a496adxkqnsxwx1gx8cpylwp1g"))))
16381 (build-system emacs-build-system)
16382 (propagated-inputs
16383 `(("emacs-ivy" ,emacs-ivy)))
16384 (home-page "https://github.com/redguardtoo/counsel-etags")
16385 (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
16386 (description "This package uses @code{ivy-mode} to facilitate navigating
16387 and searching through @code{Ctags} files.")
16388 (license license:gpl3+)))
16389
16390 (define-public emacs-org-download
16391 (let ((commit "ac72bf8fce3e855da60687027b6b8601cf1de480")
16392 (version "0.1.0")
16393 (revision "1"))
16394 (package
16395 (name "emacs-org-download")
16396 (version (git-version version revision commit))
16397 (source (origin
16398 (method git-fetch)
16399 (uri (git-reference
16400 (url "https://github.com/abo-abo/org-download")
16401 (commit commit)))
16402 (sha256
16403 (base32
16404 "0ax5wd44765wnwabkam1g2r62gq8crx2qq733s2mg1z72cfvwxqb"))
16405 (file-name (git-file-name name version))))
16406 (build-system emacs-build-system)
16407 (propagated-inputs
16408 `(("emacs-org" ,emacs-org)
16409 ("emacs-async" ,emacs-async)))
16410 (home-page "https://github.com/abo-abo/org-download")
16411 (synopsis "Facilitate moving images")
16412 (description "This package provides utilities for managing image files
16413 copied into @code{org-mode} buffers.")
16414 (license license:gpl3+))))
16415
16416 (define-public emacs-helm-dash
16417 (let ((commit "192b862185df661439a06de644791171e899348a")
16418 (version "1.3.0")
16419 (revision "18"))
16420 (package
16421 (name "emacs-helm-dash")
16422 (version (git-version version revision commit))
16423 (source
16424 (origin
16425 (method git-fetch)
16426 (uri (git-reference
16427 (url "https://github.com/areina/helm-dash")
16428 (commit commit)))
16429 (file-name (git-file-name name version))
16430 (sha256
16431 (base32
16432 "06am5vnr4hsxkvh2b8q8kb80y5x1h3qyv7gwggswwhfa7w2vba3w"))))
16433 (build-system emacs-build-system)
16434 (propagated-inputs
16435 `(("emacs-helm" ,emacs-helm)))
16436 (home-page "https://github.com/areina/helm-dash")
16437 (synopsis "Offline documentation browser for APIs using Dash docsets")
16438 (description "This package uses Helm to install and navigate through
16439 Dash docsets.")
16440 (license license:gpl3+))))
16441
16442 (define-public emacs-counsel-dash
16443 (let ((commit "07fa74a94ff4da5b6c8c4810f5e143e701b480d2")
16444 (version "0.1.3")
16445 (revision "3"))
16446 (package
16447 (name "emacs-counsel-dash")
16448 (version (git-version version revision commit))
16449 (source
16450 (origin
16451 (method git-fetch)
16452 (uri (git-reference
16453 (url "https://github.com/nathankot/counsel-dash")
16454 (commit commit)))
16455 (file-name (git-file-name name version))
16456 (sha256
16457 (base32
16458 "17h2m9zsadq270mkq12kmdzmpbfjiwjbg8n1rg2apqnm1ndgcwf8"))))
16459 (build-system emacs-build-system)
16460 (propagated-inputs
16461 `(("emacs-helm-dash" ,emacs-helm-dash)
16462 ("emacs-dash" ,emacs-dash)
16463 ("emacs-ivy" ,emacs-ivy)))
16464 (home-page "https://github.com/nathankot/counsel-dash")
16465 (synopsis "Offline documentation browser for APIs using Dash docsets")
16466 (description "This package uses @code{ivy-mode} to install and navigate
16467 through Dash docsets.")
16468 (license license:expat))))
16469
16470 (define-public emacs-el-patch
16471 (package
16472 (name "emacs-el-patch")
16473 (version "2.2.3")
16474 (source
16475 (origin
16476 (method git-fetch)
16477 (uri (git-reference
16478 (url "https://github.com/raxod502/el-patch")
16479 (commit version)))
16480 (file-name (git-file-name name version))
16481 (sha256
16482 (base32
16483 "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"))))
16484 (build-system emacs-build-system)
16485 (home-page "https://github.com/raxod502/el-patch")
16486 (synopsis "Future-proof your Emacs customizations")
16487 (description "This package allows for an alternate definition of an Elisp
16488 function to be specified and for any differences from the original definition
16489 to be examined using Ediff.")
16490 (license license:expat)))
16491
16492 (define-public emacs-info-plus
16493 (let ((commit "b837d710f7d58db586116cf6f75e75a9a074bc4b")
16494 (version "5101")
16495 (revision "55"))
16496 (package
16497 (name "emacs-info-plus")
16498 (version (git-version version revision commit))
16499 (source
16500 (origin
16501 (method git-fetch)
16502 (uri (git-reference
16503 (url "https://github.com/emacsmirror/info-plus")
16504 (commit commit)))
16505 (file-name (git-file-name name version))
16506 (sha256
16507 (base32
16508 "1knyjkdm4rcs3qrc51jllw46ph7ycq5zxnvl70ydchzfwava43h6"))))
16509 (build-system emacs-build-system)
16510 (home-page "https://github.com/emacsmirror/info-plus")
16511 (synopsis "Extensions to @file{info.el}")
16512 (description "This package extends Emacs' @file{info.el} by allowing
16513 outline-enabled table of contents, additional metadata association for Info
16514 nodes, and more.")
16515 (license license:gpl2+))))
16516
16517 (define-public emacs-eval-sexp-fu-el
16518 (package
16519 (name "emacs-eval-sexp-fu-el")
16520 (version "0.5.0")
16521 (source
16522 (origin
16523 (method git-fetch)
16524 (uri (git-reference
16525 (url "https://github.com/hchbaw/eval-sexp-fu.el")
16526 (commit (string-append "v" version))))
16527 (file-name (git-file-name name version))
16528 (sha256
16529 (base32
16530 "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
16531 (build-system emacs-build-system)
16532 (home-page "https://github.com/hchbaw/eval-sexp-fu.el")
16533 (synopsis "Enhancements for evaluating s-expressions")
16534 (description "This package provides provides variants of
16535 @code{eval-last-sexp} that work on the containing list or s-expression, as
16536 well as an option for visually flashing evaluated s-expressions.")
16537 (license license:gpl3+)))
16538
16539 (define-public emacs-counsel-tramp
16540 (package
16541 (name "emacs-counsel-tramp")
16542 (version "0.6.3")
16543 (source
16544 (origin
16545 (method git-fetch)
16546 (uri (git-reference
16547 (url "https://github.com/masasam/emacs-counsel-tramp")
16548 (commit version)))
16549 (file-name (git-file-name name version))
16550 (sha256
16551 (base32
16552 "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
16553 (build-system emacs-build-system)
16554 (propagated-inputs
16555 `(("emacs-ivy" ,emacs-ivy)))
16556 (home-page "https://github.com/masasam/emacs-counsel-tramp")
16557 (synopsis "Ivy interface for TRAMP")
16558 (description "This package allows @code{ivy-mode} to display and filter
16559 SSH servers.")
16560 (license license:gpl3+)))
16561
16562 (define-public emacs-eacl
16563 (package
16564 (name "emacs-eacl")
16565 (version "2.0.1")
16566 (source
16567 (origin
16568 (method git-fetch)
16569 (uri (git-reference
16570 (url "https://github.com/redguardtoo/eacl")
16571 (commit version)))
16572 (file-name (git-file-name name version))
16573 (sha256
16574 (base32
16575 "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
16576 (build-system emacs-build-system)
16577 (propagated-inputs
16578 `(("emacs-ivy" ,emacs-ivy)))
16579 (home-page "https://github.com/redguardtoo/eacl")
16580 (synopsis "Auto-complete lines by using @code{grep} on a project")
16581 (description "This package provides auto-completion cammands for single
16582 and multiple lines of code in a project.")
16583 (license license:gpl3+)))
16584
16585 (define-public emacs-semantic-refactor
16586 ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
16587 ;; commits since then.
16588 (let ((commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5"))
16589 (package
16590 (name "emacs-semantic-refactor")
16591 (version (git-version "0.5" "1" commit))
16592 (source
16593 (origin
16594 (method git-fetch)
16595 (uri (git-reference
16596 (url "https://github.com/tuhdo/semantic-refactor")
16597 (commit commit)))
16598 (file-name (git-file-name name version))
16599 (sha256
16600 (base32
16601 "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"))))
16602 (build-system emacs-build-system)
16603 (home-page "https://github.com/tuhdo/semantic-refactor")
16604 (synopsis "Refactoring tool for C/C++ and Lisp dialects")
16605 (description "This package provides a refactoring tool based on the
16606 Emacs Semantic parser framework. For C and C++ it supports operations such as:
16607
16608 @enumerate
16609 @item Generating class implementations
16610 @item Generating function prototypes
16611 @item Converting functions to function pointers
16612 @item Moving semantic units
16613 @item etc...
16614 @end enumerate
16615
16616 For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such
16617 as:
16618
16619 @enumerate
16620 @item Formatting the whole buffer
16621 @item Converting sexpressions to one or multiple lines
16622 @item etc...
16623 @end enumerate\n")
16624 (license license:gpl3+))))
16625
16626 (define-public emacs-nhexl-mode
16627 (package
16628 (name "emacs-nhexl-mode")
16629 (version "1.2")
16630 (source
16631 (origin
16632 (method url-fetch)
16633 (uri (string-append
16634 "https://elpa.gnu.org/packages/nhexl-mode-"
16635 version ".el"))
16636 (sha256
16637 (base32
16638 "031h22p564qdvr9khs05qcba06pmsk68cr7zyc7c04hfr3y3ziaf"))))
16639 (build-system emacs-build-system)
16640 (home-page "http://elpa.gnu.org/packages/nhexl-mode.html")
16641 (synopsis "Minor mode to edit files via hex-dump format")
16642 (description
16643 "This package implements NHexl mode, a minor mode for editing files
16644 in hex dump format. The mode command is called @command{nhexl-mode}.
16645
16646 This minor mode implements similar functionality to @command{hexl-mode},
16647 but using a different implementation technique, which makes it
16648 usable as a \"plain\" minor mode. It works on any buffer, and does
16649 not mess with the undo log or with the major mode.
16650
16651 It also comes with:
16652
16653 @itemize
16654 @item @command{nhexl-nibble-edit-mode}: a \"nibble editor\" minor mode, where
16655 the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys
16656 (which only work for hex-digits) will only modify the nibble under point.
16657 @item @command{nhexl-overwrite-only-mode}: a minor mode to try and avoid
16658 moving text. In this minor mode, not only self-inserting keys overwrite
16659 existing text, but commands like `yank' and @command{kill-region} as well.
16660 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
16661 C-f} to advance by #xa4 characters.
16662 @end itemize\n")
16663 (license license:gpl3+)))
16664
16665 (define-public emacs-helm-wikipedia
16666 (let ((commit "126f044e0a0e1432e0791c33ce2a41875d704a9b"))
16667 (package
16668 (name "emacs-helm-wikipedia")
16669 (version (git-version "0.0.0" "1" commit))
16670 (home-page "https://github.com/emacs-helm/helm-wikipedia/")
16671 (source
16672 (origin
16673 (method git-fetch)
16674 (uri (git-reference
16675 (url home-page)
16676 (commit commit)))
16677 (file-name (git-file-name name version))
16678 (sha256
16679 (base32
16680 "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
16681 (build-system emacs-build-system)
16682 (inputs
16683 `(("helm" ,emacs-helm)))
16684 (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
16685 (description
16686 "This package provides an Emacs Helm interface for search suggestions
16687 and article extracts for Wikipedia.")
16688 (license license:gpl3+))))
16689
16690 (define-public emacs-webfeeder
16691 (package
16692 (name "emacs-webfeeder")
16693 (version "1.0.0")
16694 (source
16695 (origin
16696 (method url-fetch)
16697 (uri (string-append
16698 "https://elpa.gnu.org/packages/webfeeder-"
16699 version
16700 ".tar"))
16701 (sha256
16702 (base32
16703 "06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
16704 (build-system emacs-build-system)
16705 (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
16706 (synopsis "Build RSS and Atom webfeeds from HTML files")
16707 (description
16708 "Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML
16709 files. The various elements of the HTML input are parsed with customizable
16710 functions (e.g. @code{webfeeder-title-function}).")
16711 (license license:gpl3+)))
16712
16713 (define-public emacs-evil-numbers
16714 (let ((commit "6ea1c8c3a9b37bed63d48f1128e9a4910e68187e"))
16715 (package
16716 (name "emacs-evil-numbers")
16717 (version (git-version "0.4" "1" commit))
16718 (source (origin
16719 (method git-fetch)
16720 (uri (git-reference
16721 (url "https://github.com/dieggsy/evil-numbers")
16722 (commit commit)))
16723 (file-name (git-file-name name version))
16724 (sha256
16725 (base32
16726 "1aq95hj8x13py0pwsnc6wvd8cc5yv5qin8ym9js42y5966vwj4np"))))
16727 (build-system emacs-build-system)
16728 (home-page "https://github.com/dieggsy/evil-numbers")
16729 (synopsis "Increment and decrement numbers in Emacs")
16730 (description "This package increments and decrements binary, octal,
16731 decimal and hex literals. It works like C-a/C-x in Vim, i.e. searches for
16732 number up to EOL and then increments or decrements and keeps zero padding up
16733 (unlike in Vim). When a region is active, as in Evil's visual mode, all the
16734 numbers within that region will be incremented/decremented (unlike in Vim).
16735
16736 It is a fork of https://github.com/cofi/evil-numbers, which is unmaintained.")
16737 (license license:gpl3+))))
16738
16739 (define-public emacs-rotate-text
16740 (package
16741 (name "emacs-rotate-text")
16742 (version "0.1")
16743 (source (origin
16744 (method git-fetch)
16745 (uri (git-reference
16746 (url "https://github.com/nschum/rotate-text.el.git")
16747 (commit version)))
16748 (file-name (git-file-name name version))
16749 (sha256
16750 (base32
16751 "1cgxv4aibkvv6lnssynn0438a615fz3zq8hg9sb0lhfgsr99pxln"))))
16752 (build-system emacs-build-system)
16753 (home-page "http://nschum.de/src/emacs/rotate-text/")
16754 (synopsis "Cycle through words, symbols and patterns in Emacs")
16755 (description "@code{rotate-text} allows you rotate to commonly
16756 interchanged text with a single keystroke. For example, you can toggle
16757 between \"frame-width\" and \"frame-height\", between \"public\",
16758 \"protected\" and \"private\" and between \"variable1\", \"variable2\" through
16759 \"variableN\".")
16760 (license license:gpl2+)))
16761
16762 (define-public emacs-ediprolog
16763 (package
16764 (name "emacs-ediprolog")
16765 (version "1.2")
16766 (source
16767 (origin
16768 (method url-fetch)
16769 (uri (string-append
16770 "https://elpa.gnu.org/packages/ediprolog-"
16771 version
16772 ".el"))
16773 (sha256
16774 (base32
16775 "039ffvp7c810mjyargmgw1i87g0z8qs8qicq826sd9aiz9hprfaz"))))
16776 (build-system emacs-build-system)
16777 (home-page "http://elpa.gnu.org/packages/ediprolog.html")
16778 (synopsis "Emacs Does Interactive Prolog")
16779 (description "This package provides a major mode that let the user
16780 interact with SWI-Prolog in all buffers. For instance, one can consult Prolog
16781 programs and evaluate embedded queries. This mode is focused on the command
16782 @code{ediprolog-dwim} (Do What I Mean) which is supposed to, depending on the
16783 context, carry out the appropriate action.")
16784 (license license:gpl3+)))
16785
16786 (define-public emacs-evil-cleverparens
16787 (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
16788 (revision "1"))
16789 (package
16790 (name "emacs-evil-cleverparens")
16791 (version (git-version "2017-07-17" revision commit))
16792 (source (origin
16793 (method git-fetch)
16794 (uri (git-reference
16795 (url "https://github.com/luxbock/evil-cleverparens.git")
16796 (commit commit)))
16797 (sha256 (base32 "0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
16798 (file-name (git-file-name name version))))
16799 (build-system emacs-build-system)
16800 (propagated-inputs
16801 `(("emacs-evil" ,emacs-evil)
16802 ("emacs-paredit" ,emacs-paredit)
16803 ("emacs-smartparens" ,emacs-smartparens)))
16804 (home-page "https://github.com/luxbock/evil-cleverparens")
16805 (synopsis "Emacs modal editing optimized for editing Lisp")
16806 (description "@code{evil-cleverparens} remaps Evil keybindings to allow
16807 modal editing with screwing up the structure of Lisp code. Alternatives for
16808 verb commands which would are normally destructive (such as deletion) are
16809 provided. Those alternative commands are and bound by default to their
16810 corresponding Evil keys.")
16811 (license license:expat))))
16812
16813 (define-public emacs-evil-traces
16814 (let ((commit "b41b7432b8110378c199a3d25af464083777f453")
16815 (revision "1"))
16816 (package
16817 (name "emacs-evil-traces")
16818 (version (git-version "0.0.1" revision commit))
16819 (source (origin
16820 (method git-fetch)
16821 (uri (git-reference
16822 (url "https://github.com/mamapanda/evil-traces.git")
16823 (commit commit)))
16824 (file-name (git-file-name name version))
16825 (sha256
16826 (base32
16827 "0a15f2saynz9fws1h5s7py3cshsk4xs1kwgwj1m5rsin36g0j6hc"))))
16828 (build-system emacs-build-system)
16829 (propagated-inputs
16830 `(("emacs-evil" ,emacs-evil)))
16831 (home-page "https://github.com/mamapanda/evil-traces")
16832 (synopsis "Visual hints for @code{evil-ex}")
16833 (description "This package adds visual hints to certain @code{ex}
16834 commands in @code{evil-mode}.")
16835 (license license:gpl3+))))
16836
16837 (define-public emacs-xterm-color
16838 (let ((commit "a452ab38a7cfae97078062ff8885b5d74fd1e5a6")
16839 (version "1.8")
16840 (revision "1"))
16841 (package
16842 (name "emacs-xterm-color")
16843 (version (git-version version revision commit))
16844 (source (origin
16845 (method git-fetch)
16846 (uri (git-reference
16847 (url "https://github.com/atomontage/xterm-color.git")
16848 (commit commit)))
16849 (sha256
16850 (base32
16851 "02kpajb993yshhjhsizpfcbrcndyzkf4dqfipifhxxng50dhp95i"))
16852 (file-name (git-file-name name version))))
16853 (build-system emacs-build-system)
16854 (home-page "https://github.com/atomontage/xterm-color")
16855 (synopsis "ANSI & xterm-256 color text property translator for Emacs")
16856 (description "@code{xterm-color.el} is an ANSI control sequence to
16857 text-property translator.")
16858 (license license:bsd-2))))
16859
16860 (define-public emacs-org-noter
16861 (package
16862 (name "emacs-org-noter")
16863 (version "1.3.0")
16864 (source
16865 (origin
16866 (method url-fetch)
16867 (uri (string-append
16868 "https://stable.melpa.org/packages/org-noter-"
16869 version
16870 ".el"))
16871 (sha256
16872 (base32
16873 "1hczwva73gsyanl1ldhdvql01gy0hy2g861yzkaklyb763sx58x4"))))
16874 (build-system emacs-build-system)
16875 (propagated-inputs `(("emacs-org" ,emacs-org)))
16876 (home-page "https://github.com/weirdNox/org-noter")
16877 (synopsis "Synchronized, Org-mode, document annotator")
16878 (description
16879 "This package lets you create notes that are kept in sync when you
16880 scroll through the document, but that are external to it---the notes
16881 themselves live in an Org-mode file. As such, this leverages the power of
16882 Org-mode (the notes may have outlines, latex fragments, babel, etc...) while
16883 acting like notes that are made @emph{in} the document.")
16884 (license license:gpl3+)))
16885
16886 (define-public emacs-org-redmine
16887 (let ((commit "e77d013bc3784947c46a5c53f03cd7d3c68552fc"))
16888 (package
16889 (name "emacs-org-redmine")
16890 (version (git-version "0.1" "1" commit))
16891 (source (origin
16892 (method git-fetch)
16893 (uri (git-reference
16894 (url "https://github.com/gongo/org-redmine.git")
16895 (commit commit)))
16896 (file-name (git-file-name name version))
16897 (sha256
16898 (base32
16899 "06miv3mf2a39vkf6mmm5ssc47inqh7dq82khsyc03anz4d4lj822"))))
16900 (build-system emacs-build-system)
16901 (home-page "https://github.com/gongo/org-redmine/")
16902 (synopsis "Redmine tools using Emacs")
16903 (description "This program provides an Emacs client for Redmine.")
16904 (license license:gpl3+))))
16905
16906 (define-public emacs-multi-term
16907 (let ((commit "0804b11e52b960c80f5cd0712ee1e53ae70d83a4"))
16908 (package
16909 (name "emacs-multi-term")
16910 (version "1.2")
16911 (source (origin
16912 (method git-fetch)
16913 (uri (git-reference
16914 (url "https://github.com/manateelazycat/multi-term.git")
16915 (commit commit)))
16916 (file-name (git-file-name name version))
16917 (sha256
16918 (base32
16919 "0apvidmvb7rv05qjnjhax42ma8wrimik5vxx620dlbv17svz7iyf"))))
16920 (build-system emacs-build-system)
16921 (inputs `(("zsh" ,zsh)))
16922 (home-page "https://github.com/manateelazycat/multi-term")
16923 (synopsis "Manage multiple terminal buffers in Emacs")
16924 (description
16925 "This package enhances @code{term.el} with the following features:
16926
16927 @enumerate
16928 @item Functions to switch between multiple terminal buffers
16929 @item List of keys to be intercepted by @code{emacs-multi-term} instead of by
16930 the underlying terminal
16931 @item Kills the unused buffer left after exiting the terminal
16932 @item Kills the running sub-processes along with the terminal when killing the
16933 it forcibly
16934 @item Dedicated window for debugging program.
16935 @end enumerate")
16936 (license license:gpl3+))))
16937
16938 (define-public emacs-elpher
16939 (package
16940 (name "emacs-elpher")
16941 (version "1.4.6")
16942 (source
16943 (origin
16944 (method git-fetch)
16945 (uri (git-reference
16946 (url "https://github.com/tgvaughan/elpher")
16947 (commit (string-append "v" version))))
16948 (file-name (git-file-name name version))
16949 (sha256
16950 (base32
16951 "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
16952 (build-system emacs-build-system)
16953 (native-inputs
16954 `(("texinfo" ,texinfo)))
16955 (arguments
16956 `(#:phases
16957 (modify-phases %standard-phases
16958 (add-before 'install 'build-doc
16959 (lambda _
16960 (invoke "makeinfo" "elpher.texi"))))))
16961 (home-page "https://github.com/tgvaughan/elpher")
16962 (synopsis "Gopher client for Emacs")
16963 (description "Elpher is a full-featured gopher client for Emacs. Its
16964 features include intuitive keyboard and mouse-driven browsing, out-of-the-box
16965 compatibility with evil-mode, clickable web and gopher links in plain text,
16966 caching of visited sites, pleasant and configurable visualization of Gopher
16967 directories, direct visualisation of image files, jumping directly to links by
16968 name (with autocompletion), a simple bookmark management system and
16969 connections using TLS encryption.")
16970 (license license:gpl3+)))
16971
16972 (define-public emacs-zerodark-theme
16973 (package
16974 (name "emacs-zerodark-theme")
16975 (version "4.5")
16976 (source
16977 (origin
16978 (method git-fetch)
16979 (uri (git-reference
16980 (url "https://gitlab.petton.fr/nico/zerodark-theme.git")
16981 (commit version)))
16982 (file-name (git-file-name name version))
16983 (sha256
16984 (base32
16985 "0nnlxzsmhsbszqigcyxak9i1a0digrd13gv6v18ck4h760mihh1m"))))
16986 (build-system emacs-build-system)
16987 (propagated-inputs
16988 `(("emacs-all-the-icons" ,emacs-all-the-icons)))
16989 (home-page
16990 "https://gitlab.petton.fr/nico/zerodark-theme")
16991 (synopsis
16992 "Dark, medium contrast theme for Emacs")
16993 (description
16994 "Zerodark is a dark theme inspired from One Dark and Niflheim.
16995 An optional mode-line format can be enabled with @code{zerodark-setup-modeline-format}.")
16996 (license license:gpl3+)))
16997
16998 (define-public emacs-gnus-alias
16999 (package
17000 (name "emacs-gnus-alias")
17001 (version "20150316")
17002 (source (origin
17003 (method git-fetch)
17004 (uri (git-reference
17005 (url "https://github.com/hexmode/gnus-alias.git")
17006 (commit "9447d3ccb4c0e75d0468899cccff7aa249657bac")))
17007 (file-name (git-file-name name version))
17008 (sha256
17009 (base32
17010 "1i278npayv3kfxxd1ypi9n83q5l402sbc1zkm11pf8g006ifqsp4"))))
17011 (build-system emacs-build-system)
17012 (home-page "https://melpa.org/#/gnus-alias")
17013 (synopsis "Alternative to @code{gnus-posting-styles}")
17014 (description "This Emacs add-on provides a simple mechanism to switch
17015 Identities when using a @code{message-mode} or a @code{message-mode} derived
17016 mode. Identities can include @code{From} and @code{Organisation} headers,
17017 extra headers, body and signature. Other features include:
17018
17019 @itemize
17020 @item Switch Identities in a message buffer.
17021 @item Access original message to help determine Identity of the followup/reply
17022 message.
17023 @item Act on a forwarded message as if it were a message being replied to.
17024 @item Start a new message with a given Identity pre-selected.
17025 @end itemize")
17026 (license license:gpl2+)))
17027
17028 (define-public emacs-ox-epub
17029 (package
17030 (name "emacs-ox-epub")
17031 (version "0.3")
17032 (source (origin
17033 (method git-fetch)
17034 (uri (git-reference
17035 (url "https://github.com/ofosos/ox-epub.git")
17036 (commit (string-append "v" version))))
17037 (file-name (git-file-name name version))
17038 (sha256
17039 (base32
17040 "057sqmvm8hwkhcg3yd4i8zz2xlqsqrpyiklyiw750s3i5mxdn0k7"))))
17041 (build-system emacs-build-system)
17042 (home-page "https://github.com/ofosos/ox-epub")
17043 (synopsis "Export org mode projects to EPUB")
17044 (description "@code{ox-epub} extends the (X)HTML exporter to generate
17045 @code{.epub} files directly from OrgMode. This will export EPUB version 2,
17046 which should give broad compatibility. It should also be relatiely easy to
17047 convert the resulting @code{.epub} to a @code{.mobi} file. Needs a working
17048 zip utility (default is @code{zip}).")
17049 (license license:gpl3+)))
17050
17051 (define-public emacs-ox-pandoc
17052 (package
17053 (name "emacs-ox-pandoc")
17054 (version "20180510")
17055 (source (origin
17056 (method git-fetch)
17057 (uri (git-reference
17058 (url "https://github.com/kawabata/ox-pandoc.git")
17059 (commit "aa37dc7e94213d4ebedb85c384c1ba35007da18e")))
17060 (file-name (git-file-name name version))
17061 (sha256
17062 (base32
17063 "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
17064 (build-system emacs-build-system)
17065 (inputs
17066 `(("pandoc" ,ghc-pandoc)))
17067 (propagated-inputs
17068 `(("emacs-dash" ,emacs-dash)
17069 ("emacs-ht" ,emacs-ht)))
17070 (home-page "https://github.com/kawabata/ox-pandoc")
17071 (synopsis "Org exporter for Pandoc")
17072 (description "@code{ox-pandoc} is an exporter for converting Org-mode
17073 files to numerous other formats via Pandoc.")
17074 (license license:gpl3+)))
17075
17076 (define-public emacs-wc-mode
17077 (package
17078 (name "emacs-wc-mode")
17079 (version "1.3")
17080 (source (origin
17081 (method git-fetch)
17082 (uri (git-reference
17083 (url "https://github.com/bnbeckwith/wc-mode.git")
17084 (commit (string-append "v" version))))
17085 (file-name (git-file-name name version))
17086 (sha256
17087 (base32
17088 "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"))))
17089 (build-system emacs-build-system)
17090 (home-page "https://github.com/bnbeckwith/wc-mode")
17091 (synopsis "Running word count with goals (minor mode)")
17092 (description "@code{wc-mode} is a minor mode, providing a ‘wc’ function
17093 for Emacs buffers as well as a modeline addition with live word, line and
17094 character counts. Additionally, a user can set specific goals for adding or
17095 deleting words. These goals were partly inspired by 750words.com where the
17096 goal of the site is to encourage writing by setting a goal of 750 words at a
17097 time.")
17098 (license license:gpl3+)))
17099
17100 (define-public emacs-mastodon
17101 (package
17102 (name "emacs-mastodon")
17103 (version "0.9.0")
17104 (source (origin
17105 (method git-fetch)
17106 (uri (git-reference
17107 (url "https://github.com/jdenen/mastodon.el.git")
17108 (commit version)))
17109 (file-name (git-file-name name version))
17110 (sha256
17111 (base32
17112 "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"))))
17113 (build-system emacs-build-system)
17114 (arguments
17115 `(#:phases
17116 (modify-phases %standard-phases
17117 ;; Move the source files to the top level, which is included in
17118 ;; the EMACSLOADPATH.
17119 (add-after 'unpack 'move-source-files
17120 (lambda _
17121 (let ((el-files (find-files "./lisp" ".*\\.el$")))
17122 (for-each (lambda (f)
17123 (rename-file f (basename f)))
17124 el-files))
17125 #t)))))
17126 (home-page "https://github.com/jdenen/mastodon.el")
17127 (synopsis "Emacs client for Mastodon")
17128 (description "@code{mastodon.el} is an Emacs client for Mastodon, the
17129 federated microblogging social network.")
17130 (license license:gpl3+)))