gnu: python-markdown: Update to 3.2.1.
[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, 2020 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, 2020 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, 2020 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, 2020 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, 2019 Pierre Langlois <pierre.langlois@gmx.com>
44 ;;; Copyright © 2018, 2019, 2020 Brett Gilio <brettg@gnu.org>
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, 2020 Joseph LaFreniere <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@autistici.org>
53 ;;; Copyright © 2019 Jens Mølgaard <jens@zete.tk>
54 ;;; Copyright © 2019, 2020 Amin Bandali <mab@gnu.org>
55 ;;; Copyright © 2019 Jelle Licht <jlicht@fsfe.org>
56 ;;; Copyright © 2019 Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
57 ;;; Copyright © 2019 Stephen Webber <montokapro@gmail.com>
58 ;;; Copyright © 2019 Leo Prikler <leo.prikler@student.tugraz.at>
59 ;;; Copyright © 2019 David Wilson <david@daviwil.com>
60 ;;; Copyright © 2020 Paul Garlick <pgarlick@tourbillion-technology.com>
61 ;;;
62 ;;; This file is part of GNU Guix.
63 ;;;
64 ;;; GNU Guix is free software; you can redistribute it and/or modify it
65 ;;; under the terms of the GNU General Public License as published by
66 ;;; the Free Software Foundation; either version 3 of the License, or (at
67 ;;; your option) any later version.
68 ;;;
69 ;;; GNU Guix is distributed in the hope that it will be useful, but
70 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
71 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
72 ;;; GNU General Public License for more details.
73 ;;;
74 ;;; You should have received a copy of the GNU General Public License
75 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
76
77 (define-module (gnu packages emacs-xyz)
78 #:use-module ((guix licenses) #:prefix license:)
79 #:use-module (guix packages)
80 #:use-module (guix cvs-download)
81 #:use-module (guix download)
82 #:use-module (guix git-download)
83 #:use-module (guix hg-download)
84 #:use-module (guix build-system gnu)
85 #:use-module (guix build-system cmake)
86 #:use-module (guix build-system emacs)
87 #:use-module (guix build-system glib-or-gtk)
88 #:use-module (guix build-system perl)
89 #:use-module (guix build-system trivial)
90 #:use-module (gnu packages)
91 #:use-module (gnu packages admin)
92 #:use-module (gnu packages audio)
93 #:use-module (gnu packages bash)
94 #:use-module (gnu packages cmake)
95 #:use-module (gnu packages code)
96 #:use-module (gnu packages cpp)
97 #:use-module (gnu packages curl)
98 #:use-module (gnu packages databases)
99 #:use-module (gnu packages dictionaries)
100 #:use-module (gnu packages emacs)
101 #:use-module (gnu packages guile)
102 #:use-module (gnu packages gtk)
103 #:use-module (gnu packages gnome)
104 #:use-module (gnu packages ncurses)
105 #:use-module (gnu packages python)
106 #:use-module (gnu packages python-xyz)
107 #:use-module (gnu packages telephony)
108 #:use-module (gnu packages terminals)
109 #:use-module (gnu packages tex)
110 #:use-module (gnu packages texinfo)
111 #:use-module (gnu packages tcl)
112 #:use-module (gnu packages tls)
113 #:use-module (gnu packages pkg-config)
114 #:use-module (gnu packages xorg)
115 #:use-module (gnu packages lesstif)
116 #:use-module (gnu packages llvm)
117 #:use-module (gnu packages image)
118 #:use-module (gnu packages linux)
119 #:use-module (gnu packages libevent)
120 #:use-module (gnu packages music)
121 #:use-module (gnu packages version-control)
122 #:use-module (gnu packages imagemagick)
123 #:use-module (gnu packages w3m)
124 #:use-module (gnu packages wget)
125 #:use-module (gnu packages autotools)
126 #:use-module (gnu packages base)
127 #:use-module (gnu packages compression)
128 #:use-module (gnu packages node)
129 #:use-module (gnu packages xml)
130 #:use-module (gnu packages glib)
131 #:use-module (gnu packages acl)
132 #:use-module (gnu packages mail)
133 #:use-module (gnu packages messaging)
134 #:use-module (gnu packages package-management)
135 #:use-module (gnu packages perl)
136 #:use-module (gnu packages pdf)
137 #:use-module (gnu packages scheme)
138 #:use-module (gnu packages speech)
139 #:use-module (gnu packages xiph)
140 #:use-module (gnu packages mp3)
141 #:use-module (gnu packages gettext)
142 #:use-module (gnu packages fribidi)
143 #:use-module (gnu packages gd)
144 #:use-module (gnu packages fontutils)
145 #:use-module (gnu packages password-utils)
146 #:use-module (gnu packages pulseaudio)
147 #:use-module (gnu packages sphinx)
148 #:use-module (gnu packages xdisorg)
149 #:use-module (gnu packages shells)
150 #:use-module (gnu packages sqlite)
151 #:use-module (gnu packages gnupg)
152 #:use-module (gnu packages video)
153 #:use-module (gnu packages haskell-xyz)
154 #:use-module (gnu packages wordnet)
155 #:use-module (guix utils)
156 #:use-module (srfi srfi-1)
157 #:use-module (ice-9 match))
158
159 ;;;
160 ;;; Emacs hacking.
161 ;;;
162
163 (define-public emacs-geiser
164 (package
165 (name "emacs-geiser")
166 (version "0.11")
167 (source (origin
168 (method git-fetch)
169 (uri (git-reference
170 (url "https://gitlab.com/jaor/geiser/")
171 (commit version)))
172 (file-name (git-file-name name version))
173 (sha256
174 (base32
175 "0fb2h984hn7bnyiziplp7kgk29zdzc9yainsv0k1li436irlp9dd"))))
176 (build-system gnu-build-system)
177 (arguments
178 '(#:phases
179 (modify-phases %standard-phases
180 (add-after 'install 'post-install
181 (lambda* (#:key outputs #:allow-other-keys)
182 (symlink "geiser-install.el"
183 (string-append (assoc-ref outputs "out")
184 "/share/emacs/site-lisp/"
185 "geiser-autoloads.el"))
186 #t)))))
187 (inputs `(("guile" ,guile-2.2)))
188 (native-inputs
189 `(("emacs" ,emacs-minimal)
190 ("autoconf" ,autoconf)
191 ("automake" ,automake)
192 ("texinfo" ,texinfo)))
193 (home-page "https://nongnu.org/geiser/")
194 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
195 (description
196 "Geiser is a collection of Emacs major and minor modes that conspire with
197 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
198 continuously running Scheme interpreter takes the center of the stage in
199 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
200 implementation, Emacs and, ultimately, the schemer, giving them access to live
201 metadata.")
202 (license license:bsd-3)))
203
204 (define-public geiser
205 (deprecated-package "geiser" emacs-geiser))
206
207 (define-public emacs-paredit
208 (package
209 (name "emacs-paredit")
210 (version "24")
211 (source (origin
212 (method url-fetch)
213 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
214 version ".el"))
215 (sha256
216 (base32
217 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
218 (build-system emacs-build-system)
219 (home-page "http://mumble.net/~campbell/emacs/paredit/")
220 (synopsis "Emacs minor mode for editing parentheses")
221 (description
222 "ParEdit (paredit.el) is a minor mode for performing structured editing
223 of S-expression data. The typical example of this would be Lisp or Scheme
224 source code.
225
226 ParEdit helps **keep parentheses balanced** and adds many keys for moving
227 S-expressions and moving around in S-expressions. Its behavior can be jarring
228 for those who may want transient periods of unbalanced parentheses, such as
229 when typing parentheses directly or commenting out code line by line.")
230 (license license:gpl3+)))
231
232 (define-public paredit
233 (deprecated-package "paredit" emacs-paredit))
234
235 (define-public git-modes
236 (package
237 (name "emacs-git-modes")
238 (version "1.2.8")
239 (source (origin
240 (method git-fetch)
241 (uri (git-reference
242 (url "https://github.com/magit/git-modes")
243 (commit version)))
244 (file-name (git-file-name name version))
245 (sha256
246 (base32
247 "08hy7rbfazs6grkpk54i82bz0i0c74zcjk96cip8970h6jn3mj72"))))
248 (build-system emacs-build-system)
249 (home-page "https://github.com/magit/git-modes")
250 (synopsis "Emacs major modes for Git configuration files")
251 (description
252 "This package provides Emacs major modes for editing various Git
253 configuration files, such as .gitattributes, .gitignore, and .git/config.")
254 (license license:gpl3+)))
255
256 (define-public git-modes/old-name
257 (deprecated-package "git-modes" git-modes))
258
259 (define-public emacs-with-editor
260 (package
261 (name "emacs-with-editor")
262 (version "2.9.0")
263 (source (origin
264 (method git-fetch)
265 (uri (git-reference
266 (url "https://github.com/magit/with-editor.git")
267 (commit (string-append "v" version))))
268 (file-name (git-file-name name version))
269 (sha256
270 (base32
271 "1sjb3qqrn1rhmpkrn14l8rya6c3gwxwmgw74n779s54kvl9gn7a9"))))
272 (build-system emacs-build-system)
273 (propagated-inputs
274 `(("emacs-dash" ,emacs-dash)))
275 (home-page "https://github.com/magit/with-editor")
276 (synopsis "Emacs library for using Emacsclient as EDITOR")
277 (description
278 "This package provides an Emacs library to use the Emacsclient as
279 @code{$EDITOR} of child processes, making sure they know how to call home.
280 For remote processes a substitute is provided, which communicates with Emacs
281 on stdout instead of using a socket as the Emacsclient does.")
282 (license license:gpl3+)))
283
284 (define-public emacs-magit
285 ;; `magit-setup-buffer' macro introduced in c761d28d and required in
286 ;; `emacs-forge'.
287 (let ((commit "c761d28d49e5238037512b898db0ec9b40d85770"))
288 (package
289 (name "emacs-magit")
290 (version (git-version "2.90.1" "2" commit))
291 (source (origin
292 (method git-fetch)
293 (uri (git-reference
294 (url "https://github.com/magit/magit.git")
295 (commit commit)))
296 (file-name (git-file-name name version))
297 (sha256
298 (base32
299 "16qx0404l05q1m6w7y5j8ck1z5nfmpinm00w0p2yh1hn5zzwy6dd"))
300 ;; FIXME: emacs-forge uses a function defined in this patch,
301 ;; which is newer than the current commit.
302 (patches
303 (search-patches
304 "emacs-magit-log-format-author-margin.patch"))
305 (modules '((guix build utils)))
306 (snippet
307 '(begin
308 ;; Fix syntax error
309 (substitute* "lisp/magit-extras.el"
310 (("rev\\)\\)\\)\\)\\)\\)") "rev)))))"))
311 #t))))
312 (build-system gnu-build-system)
313 (native-inputs `(("texinfo" ,texinfo)
314 ("emacs" ,emacs-minimal)))
315 (inputs
316 `(("git" ,git)
317 ("perl" ,perl)))
318 (propagated-inputs
319 `(("dash" ,emacs-dash)
320 ("with-editor" ,emacs-with-editor)
321 ("transient" ,emacs-transient)))
322 (arguments
323 `(#:modules ((guix build gnu-build-system)
324 (guix build utils)
325 (guix build emacs-utils))
326 #:imported-modules (,@%gnu-build-system-modules
327 (guix build emacs-utils))
328 #:test-target "test"
329 #:tests? #f ; tests are not included in the release
330
331 #:make-flags
332 (list (string-append "PREFIX=" %output)
333 ;; Don't put .el files in a sub-directory.
334 (string-append "lispdir=" %output "/share/emacs/site-lisp")
335 (string-append "DASH_DIR="
336 (assoc-ref %build-inputs "dash")
337 "/share/emacs/site-lisp/guix.d/dash-"
338 ,(package-version emacs-dash))
339 (string-append "WITH_EDITOR_DIR="
340 (assoc-ref %build-inputs "with-editor")
341 "/share/emacs/site-lisp/guix.d/with-editor-"
342 ,(package-version emacs-with-editor))
343 (string-append "TRANSIENT_DIR="
344 (assoc-ref %build-inputs "transient")
345 "/share/emacs/site-lisp/guix.d/transient-"
346 ,(package-version emacs-transient)))
347
348 #:phases
349 (modify-phases %standard-phases
350 (add-after 'unpack 'patch
351 (lambda _
352 (chmod "lisp/magit-extras.el" #o644)
353 (emacs-batch-edit-file "lisp/magit-extras.el"
354 `(progn (progn
355 (goto-char (point-min))
356 (re-search-forward "(defun magit-copy-buffer-revision ()")
357 (forward-sexp 2)
358 (kill-sexp)
359 (insert ,(format #f "~S"
360 '(if (use-region-p)
361 (copy-region-as-kill nil nil 'region)
362 (when-let ((rev (cl-case major-mode
363 ((magit-cherry-mode
364 magit-log-select-mode
365 magit-reflog-mode
366 magit-refs-mode
367 magit-revision-mode
368 magit-stash-mode
369 magit-stashes-mode)
370 (car magit-refresh-args))
371 ((magit-diff-mode magit-log-mode)
372 (let ((r (caar magit-refresh-args)))
373 (if (string-match "\\.\\.\\.?\\(.+\\)" r)
374 (match-string 1 r)
375 r)))
376 (magit-status-mode "HEAD"))))
377 (when (magit-commit-p rev)
378 (setq rev (magit-rev-parse rev))
379 (push (list rev default-directory) magit-revision-stack)
380 (kill-new (message "%s" rev))))))))
381 (basic-save-buffer)))
382 #t))
383 (delete 'configure)
384 (add-before
385 'build 'patch-exec-paths
386 (lambda* (#:key inputs #:allow-other-keys)
387 (let ((perl (assoc-ref inputs "perl")))
388 (make-file-writable "lisp/magit-sequence.el")
389 (emacs-substitute-variables "lisp/magit-sequence.el"
390 ("magit-perl-executable" (string-append perl "/bin/perl")))
391 #t))))))
392 (home-page "https://magit.vc/")
393 (synopsis "Emacs interface for the Git version control system")
394 (description
395 "With Magit, you can inspect and modify your Git repositories with Emacs.
396 You can review and commit the changes you have made to the tracked files, for
397 example, and you can browse the history of past changes. There is support for
398 cherry picking, reverting, merging, rebasing, and other common Git
399 operations.")
400 (license license:gpl3+))))
401
402 (define-public magit
403 (deprecated-package "magit" emacs-magit))
404
405 (define-public emacs-magit-svn
406 (let ((commit "9e33ceee32f665db59909e1c00a667ccdd04178f"))
407 (package
408 (name "emacs-magit-svn")
409 (version (git-version "2.2.1" "1" commit))
410 (source (origin
411 (method git-fetch)
412 (uri (git-reference
413 (url "https://github.com/magit/magit-svn")
414 (commit commit)))
415 (file-name (git-file-name name version))
416 (sha256
417 (base32
418 "1mlqz8dh6jy5rv72lgkxv253dgh73fmbaidskicypapvbl3lr6xy"))))
419 (build-system trivial-build-system)
420 (native-inputs `(("emacs" ,emacs-minimal)))
421 (propagated-inputs `(("dash" ,emacs-dash)
422 ("with-editor" ,emacs-with-editor)
423 ("magit" ,emacs-magit)
424 ("transient" ,emacs-transient)))
425 (arguments
426 `(#:modules ((guix build utils)
427 (guix build emacs-utils))
428
429 #:builder
430 (begin
431 (use-modules (guix build utils)
432 (guix build emacs-utils))
433
434 (let ((emacs (string-append (assoc-ref %build-inputs "emacs")
435 "/bin/emacs"))
436 (magit (string-append (assoc-ref %build-inputs "magit")
437 "/share/emacs/site-lisp"))
438 (transient (string-append (assoc-ref %build-inputs "transient")
439 "/share/emacs/site-lisp/guix.d/transient-"
440 ,(package-version emacs-transient)))
441 (dash (string-append (assoc-ref %build-inputs "dash")
442 "/share/emacs/site-lisp/guix.d/dash-"
443 ,(package-version emacs-dash)))
444 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
445 "/share/emacs/site-lisp/guix.d/with-editor-"
446 ,(package-version emacs-with-editor)))
447 (source (assoc-ref %build-inputs "source"))
448 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
449
450 (install-file (string-append source "/magit-svn.el")
451 lisp-dir)
452
453 (with-directory-excursion lisp-dir
454 (parameterize ((%emacs emacs))
455 (emacs-generate-autoloads ,name lisp-dir)
456 (setenv "EMACSLOADPATH"
457 (string-append ":" magit ":" transient
458 ":" dash ":" with-editor))
459 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))
460 #t))))
461 (home-page "https://github.com/magit/magit-svn")
462 (synopsis "Git-SVN extension to Magit")
463 (description
464 "This package is an extension to Magit, the Git Emacs mode, providing
465 support for Git-SVN.")
466 (license license:gpl3+))))
467
468 (define-public magit-svn
469 (deprecated-package "magit-svn" emacs-magit-svn))
470
471 (define-public emacs-magit-popup
472 (package
473 (name "emacs-magit-popup")
474 (version "2.12.5")
475 (source (origin
476 (method git-fetch)
477 (uri (git-reference
478 (url "https://github.com/magit/magit-popup.git")
479 (commit (string-append "v" version))))
480 (file-name (git-file-name name version))
481 (sha256
482 (base32
483 "13riknyqr6vxqll80sfhvz165flvdz367rbd0pr5slb01bnfsi2i"))))
484 (build-system emacs-build-system)
485 (arguments
486 `(#:phases
487 (modify-phases %standard-phases
488 (add-before 'install 'make-info
489 (lambda _
490 (invoke "make" "info"))))))
491 (native-inputs
492 `(("texinfo" ,texinfo)))
493 (propagated-inputs
494 `(("emacs-dash" ,emacs-dash)))
495 (home-page "https://github.com/magit/magit-popup")
496 (synopsis "Define prefix-infix-suffix command combos")
497 (description
498 "This library implements a generic interface for toggling switches and
499 setting options and then invoking an Emacs command which does something with
500 these arguments. The prototypical use is for the command to call an external
501 process, passing on the arguments as command line arguments.")
502 (license license:gpl3+)))
503
504 (define-public emacs-minions
505 (package
506 (name "emacs-minions")
507 (version "0.3.2")
508 (source (origin
509 (method git-fetch)
510 (uri (git-reference
511 (url "https://github.com/tarsius/minions.git")
512 (commit (string-append "v" version))))
513 (file-name (git-file-name name version))
514 (sha256
515 (base32
516 "16rplpbfy3dnvqqgavk9jb1f1ihr5875zlixd4zxb1pqxs3jkgw3"))))
517 (build-system emacs-build-system)
518 (propagated-inputs
519 `(("emacs-dash" ,emacs-dash)))
520 (home-page "https://github.com/tarsius/minions")
521 (synopsis "Minor-mode menu for the mode line")
522 (description
523 "This package implements a menu that lists enabled minor-modes, as well
524 as commonly but not currently enabled minor-modes. It can be used to toggle
525 local and global minor-modes, to access mode-specific menus, and to get help
526 about modes.
527
528 This menu is intended as a replacement for the incomplete yet wide list of
529 enabled minor-modes that is displayed in the mode line by default. To use the
530 menu like this, enable Minions mode.
531
532 Alternatively the menu can be bound globally, for example:
533 @code{(global-set-key [S-down-mouse-3] 'minions-minor-modes-menu)}.")
534 (license license:gpl3+)))
535
536 (define-public emacs-treepy
537 (package
538 (name "emacs-treepy")
539 (version "0.1.1")
540 (source (origin
541 (method git-fetch)
542 (uri (git-reference
543 (url "https://github.com/volrath/treepy.el.git")
544 (commit version)))
545 (file-name (git-file-name name version))
546 (sha256
547 (base32
548 "04zwm6gx9pxfvgfkizx6pvb1ql8pqxjyzqp8flz0432x0gq5nlxk"))))
549 (build-system emacs-build-system)
550 (home-page
551 "https://github.com/volrath/treepy.el")
552 (synopsis "Tree traversal tools")
553 (description
554 "Generic tools for recursive and iterative tree traversal based on
555 clojure.walk and clojure.zip respectively.")
556 (license license:gpl3+)))
557
558 (define-public emacs-graphql
559 (package
560 (name "emacs-graphql")
561 (version "0.1.1")
562 (source (origin
563 (modules '((guix build utils)))
564 ;; Remove examples file with references to external packages as
565 ;; they do not exist at compilation time.
566 (snippet
567 '(begin (delete-file "examples.el")
568 #t))
569 (method git-fetch)
570 (uri (git-reference
571 (url "https://github.com/vermiculus/graphql.el.git")
572 (commit version)))
573 (file-name (git-file-name name version))
574 (sha256
575 (base32
576 "0sp0skc1rnhi39szfbq1i99pdgd3bhn4c15cff05iqhjy2d4hniw"))))
577 (build-system emacs-build-system)
578 (home-page
579 "https://github.com/vermiculus/graphql.el")
580 (synopsis "GraphQL utilities")
581 (description
582 "GraphQL.el provides a generally-applicable domain-specific language for
583 creating and executing GraphQL queries against your favorite web services.
584 GraphQL is a data query language and runtime designed and used to request and
585 deliver data to mobile and web apps.")
586 (license license:gpl3+)))
587
588 (define-public emacs-ghub
589 ;; We need a newer commit to avoid problems in emacs-forge.
590 (let ((commit "e19cd86ca4768a6d89285123933baa3f1460d696")
591 (revision "2"))
592 (package
593 (name "emacs-ghub")
594 (version (git-version "3.2.0" revision commit))
595 (source (origin
596 (method git-fetch)
597 (uri (git-reference
598 (url "https://github.com/magit/ghub")
599 (commit commit)))
600 (file-name (git-file-name name version))
601 (sha256
602 (base32
603 "1d6f8sxlsl0fpkzwbpnaw77d1a5pkg63zfvf6a2fxir357lbdizx"))))
604 (build-system emacs-build-system)
605 (arguments
606 `(#:phases
607 (modify-phases %standard-phases
608 (add-before 'install 'make-info
609 (lambda _
610 (invoke "make" "info"))))))
611 (native-inputs
612 `(("texinfo" ,texinfo)))
613 (propagated-inputs
614 `(("dash" ,emacs-dash)
615 ("emacs-let-alist" ,emacs-let-alist)
616 ("treepy" ,emacs-treepy)))
617 (home-page "https://github.com/magit/ghub")
618 (synopsis "Emacs client libraries for the APIs of various Git forges")
619 (description
620 "Ghub provides basic support for using the APIs of various Git forges from
621 Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab,
622 Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a
623 handful of functions that are not resource-specific.")
624 (license license:gpl3+))))
625
626 (define-public emacs-scribble-mode
627 (let ((commit "217945d54de5e4bb207033f2116baa28f5c5ecf2")
628 (revision "2"))
629 (package
630 (name "emacs-scribble-mode")
631 (version (git-version "0.1" revision commit))
632 (source (origin
633 (method git-fetch)
634 (uri (git-reference
635 (url "https://github.com/emacs-pe/scribble-mode.git")
636 (commit commit)))
637 (file-name (git-file-name name version))
638 (sha256
639 (base32
640 "1s5ccw1a5ack01wd94ywfcrar9j98agchwdh30q7iyxr0d2z4sii"))))
641 (build-system emacs-build-system)
642 (home-page "https://github.com/emacs-pe/scribble-mode")
643 (synopsis "Emacs mode for editing the Scribble documentation syntax.")
644 (description
645 "This package provides basic syntax highlighting and editing support
646 for editing Racket's Scribble documentation syntax in Emacs.")
647 (license license:gpl3+))))
648
649 (define-public emacs-shroud
650 (package
651 (name "emacs-shroud")
652 (version "1.105")
653 (source
654 (origin
655 (method git-fetch)
656 (uri (git-reference
657 (url "https://git.savannah.gnu.org/git/emacs-shroud.git")
658 (commit version)))
659 (file-name (git-file-name name version))
660 (sha256
661 (base32 "0q2pb3w8s833fjhkzicciw2php4lsnismad1dnwgp2lcway757ra"))))
662 (build-system gnu-build-system)
663 (native-inputs
664 `(("autoconf" ,autoconf)
665 ("automake" ,automake)
666 ("texinfo" ,texinfo)
667 ("perl" ,perl)
668 ("emacs-minimal" ,emacs-minimal)))
669 (propagated-inputs
670 `(("emacs-bui" ,emacs-bui)
671 ("emacs-dash" ,emacs-dash)
672 ("emacs-f" ,emacs-f)
673 ("emacs-s" ,emacs-s)
674 ("gnupg" ,gnupg)
675 ("shroud" ,shroud)))
676 (home-page "https://www.nongnu.org/emacs-shroud")
677 (synopsis "Emacs interface to the Shroud password manager")
678 (description
679 "This package provides an Emacs interface to the Shroud password manager,
680 using the Buffers User Interface library. You can view, copy, and edit secrets
681 from within Emacs.")
682 (license license:gpl3+)))
683
684 (define-public emacs-unpackaged-el
685 (let ((commit "746801a677ada6cd6fa076e423aa0953779f3fad")
686 (revision "3"))
687 (package
688 (name "emacs-unpackaged-el")
689 (version (git-version "0" revision commit))
690 (source
691 (origin
692 (method git-fetch)
693 (uri (git-reference
694 (url "https://github.com/alphapapa/unpackaged.el")
695 (commit commit)))
696 (file-name (git-file-name name version))
697 (sha256
698 (base32
699 "0jvb2ci0h0lj368qhbff3pzkxj3nhlligpbkjzi525k9rkjgm7l8"))))
700 (build-system emacs-build-system)
701 (propagated-inputs
702 `(("emacs-dash" ,emacs-dash)
703 ("emacs-org" ,emacs-org)
704 ("emacs-s" ,emacs-s)
705 ("emacs-hydra" ,emacs-hydra)
706 ("emacs-use-package" ,emacs-use-package)))
707 (arguments
708 `(#:phases
709 (modify-phases %standard-phases
710 (add-after 'unpack 'require-hydra
711 (lambda _
712 (substitute* "unpackaged.el"
713 ((";;; Code:") ";;; Code:\n(require 'hydra)"))
714 #t)))))
715 (home-page "https://github.com/alphapapa/unpackaged.el")
716 (synopsis "Useful snippets of Emacs Lisp code")
717 (description "This package provides Emacs Lisp utilities for a variety
718 of tasks, including version control, task management, and regex-based
719 replacement.")
720 (license license:gpl3+))))
721
722 (define-public emacs-haskell-mode
723 (package
724 (name "emacs-haskell-mode")
725 (version "16.1")
726 (source (origin
727 (method git-fetch)
728 (uri (git-reference
729 (url "https://github.com/haskell/haskell-mode")
730 (commit (string-append "v" version))))
731 (file-name (git-file-name name version))
732 (sha256
733 (base32 "1qk36y0v9fzass6785il65c6wb5cfj4ihhwkvgnzmbafpa8p4dvq"))
734 (patches
735 (search-patches ; backport test failure fixes
736 "haskell-mode-unused-variables.patch"
737 "haskell-mode-make-check.patch"))))
738 (inputs
739 `(("emacs-el-search" ,emacs-el-search) ; for tests
740 ("emacs-stream" ,emacs-stream))) ; for tests
741 (propagated-inputs
742 `(("emacs-dash" ,emacs-dash)))
743 (native-inputs
744 `(("emacs" ,emacs-minimal)
745 ("texinfo" ,texinfo)))
746 (build-system gnu-build-system)
747 (arguments
748 `(#:make-flags (list (string-append "EMACS="
749 (assoc-ref %build-inputs "emacs")
750 "/bin/emacs"))
751 #:modules ((ice-9 match)
752 (srfi srfi-26)
753 ,@%gnu-build-system-modules)
754 #:phases
755 (modify-phases %standard-phases
756 (delete 'configure)
757 (add-before
758 'build 'pre-build
759 (lambda* (#:key inputs #:allow-other-keys)
760 (define (el-dir store-dir)
761 (match (find-files store-dir "\\.el$")
762 ((f1 f2 ...) (dirname f1))
763 (_ "")))
764
765 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
766 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
767
768 (setenv "SHELL" "sh")
769 (setenv "EMACSLOADPATH"
770 (string-concatenate
771 (map (match-lambda
772 (((? emacs-prefix? name) . dir)
773 (string-append (el-dir dir) ":"))
774 (_ ""))
775 inputs)))
776 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
777 ;; embed filename to fix test failure
778 (let ((file "tests/haskell-cabal-tests.el"))
779 (substitute* file
780 (("\\(buffer-file-name\\)")
781 (format #f "(or (buffer-file-name) ~s)" file))))
782 #t)))
783 (replace
784 'install
785 (lambda* (#:key outputs #:allow-other-keys)
786 (let* ((out (assoc-ref outputs "out"))
787 (el-dir (string-append out "/share/emacs/site-lisp"))
788 (doc (string-append
789 out "/share/doc/haskell-mode-" ,version))
790 (info (string-append out "/share/info")))
791 (define (copy-to-dir dir files)
792 (for-each (lambda (f)
793 (install-file f dir))
794 files))
795
796 (with-directory-excursion "doc"
797 (invoke "makeinfo" "haskell-mode.texi")
798 (install-file "haskell-mode.info" info))
799 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
800 (copy-to-dir el-dir (find-files "." "\\.elc?"))
801 ;; These are part of other packages.
802 (with-directory-excursion el-dir
803 (for-each delete-file '("dash.el" "ert.el")))
804 #t))))))
805 (home-page "https://github.com/haskell/haskell-mode")
806 (synopsis "Haskell mode for Emacs")
807 (description
808 "This is an Emacs mode for editing, debugging and developing Haskell
809 programs.")
810 (license license:gpl3+)))
811
812 (define-public haskell-mode
813 (deprecated-package "haskell-mode" emacs-haskell-mode))
814
815 (define-public emacs-dante
816 (let ((commit "38b589417294c7ea44bf65b73b8046d950f9531b")
817 (revision "1"))
818 (package
819 (name "emacs-dante")
820 (version (git-version "1.6" revision commit))
821 (source (origin
822 (method git-fetch)
823 (uri (git-reference
824 (url "https://github.com/jyp/dante")
825 (commit commit)))
826 (sha256
827 (base32
828 "1mnmn635552zlwd4zr68jbvdjipl6gi4mi6wiyck28fsmq8kw96h"))
829 (file-name (git-file-name name version))))
830 (build-system emacs-build-system)
831 (propagated-inputs
832 `(("emacs-dash" ,emacs-dash)
833 ("emacs-f" ,emacs-f)
834 ("emacs-flycheck" ,emacs-flycheck)
835 ("emacs-haskell-mode" ,emacs-haskell-mode)
836 ("emacs-s" ,emacs-s)
837 ("emacs-company" ,emacs-company)
838 ("emacs-lcr" ,emacs-lcr)))
839 (home-page "https://github.com/jyp/dante")
840 (synopsis "Minor mode for interactive Haskell")
841 (description
842 "This package provides a minor mode for Haskell development that
843 supports type hints, definition-jumping, completion, and more.")
844 (license license:gpl3+))))
845
846 (define-public emacs-flycheck
847 ;; last release version was more than 300 commits ago
848 (let ((commit "0006a59259ebd02c9199ddc87f0e3ce22793a2ea")
849 (revision "1"))
850 (package
851 (name "emacs-flycheck")
852 (version (git-version "31" revision commit))
853 (source (origin
854 (method git-fetch)
855 (uri (git-reference
856 (url "https://github.com/flycheck/flycheck/")
857 (commit commit)))
858 (sha256
859 (base32
860 "09q3h6ldpg528cfbmsbb1x2vf5hmzgm3fshqn6kdy144jxcdjlf1"))
861 (file-name (git-file-name name version))))
862 (build-system emacs-build-system)
863 (propagated-inputs
864 `(("emacs-dash" ,emacs-dash)))
865 (native-inputs
866 `(("emacs-shut-up" ,emacs-shut-up)))
867 (arguments
868 `(#:phases
869 (modify-phases %standard-phases
870 (add-after 'unpack 'change-flycheck-version
871 (lambda _
872 (substitute* "flycheck.el"
873 (("\\(pkg-info-version-info 'flycheck\\)")
874 (string-append "\"" ,version "\"")))
875 #t)))
876 ;; TODO: many failing tests
877 #:tests? #f
878 #:test-command '("emacs" "-Q" "--batch" "-L" "."
879 "--load" "test/flycheck-test"
880 "--load" "test/run.el"
881 "-f" "flycheck-run-tests-main")))
882 (home-page "https://www.flycheck.org")
883 (synopsis "On-the-fly syntax checking")
884 (description
885 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
886 replacement for the older Flymake extension which is part of GNU Emacs, with
887 many improvements and additional features.
888
889 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
890 checking for over 30 programming and markup languages with more than 70
891 different tools. It highlights errors and warnings inline in the buffer, and
892 provides an optional IDE-like error list.")
893 (license license:gpl3+)))) ;+GFDLv1.3+ for the manual
894
895 (define-public emacs-a
896 (package
897 (name "emacs-a")
898 (version "0.1.1")
899 (source (origin
900 (method git-fetch)
901 (uri (git-reference
902 (url "https://github.com/plexus/a.el.git")
903 (commit (string-append "v" version))))
904 (file-name (git-file-name name version))
905 (sha256
906 (base32
907 "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
908 (build-system emacs-build-system)
909 (home-page "https://github.com/plexus/a.el/")
910 (synopsis
911 "Emacs library for dealing with association lists and hash tables")
912 (description "@code{emacs-a} provides Emacs Lisp functions for dealing
913 with associative structures in a uniform and functional way. These functions
914 can take association lists, hash tables, and in some cases vectors (where the
915 index is considered the key).")
916 (license license:gpl3+)))
917
918 (define-public emacs-ace-jump-mode
919 (package
920 (name "emacs-ace-jump-mode")
921 (version "2.0")
922 (home-page "https://github.com/winterTTr/ace-jump-mode")
923 (source (origin
924 (method git-fetch)
925 (uri (git-reference
926 (url home-page)
927 (commit (string-append "v" version))))
928 (sha256
929 (base32
930 "1bwvzh056ls2v7y26a0s4j5mj582dmds04lx4x6iqihs04ss74bb"))
931 (file-name (git-file-name name version))))
932 (build-system emacs-build-system)
933 (synopsis "Cursor location minor mode for fast navigation")
934 (description "Ace-jump-mode is a fast/direct cursor location minor
935 mode. It creates an N-Branch search tree internally and marks all
936 the possible position with predefined keys in within the whole Emacs
937 view. This allows you to move to the character, word, or line almost
938 directly.")
939 (license license:gpl3+)))
940
941 (define-public emacs-anaphora
942 (package
943 (name "emacs-anaphora")
944 (version "1.0.4")
945 (source
946 (origin
947 (method git-fetch)
948 (uri (git-reference
949 (url "https://github.com/rolandwalker/anaphora.git")
950 (commit (string-append "v" version))))
951 (file-name (git-file-name name version))
952 (sha256
953 (base32
954 "11fgiy029sqz7nvdm7dcal95lacryz9zql0x5h05z48nrrcl4bib"))))
955 (build-system emacs-build-system)
956 (home-page "https://github.com/rolandwalker/anaphora/")
957 (synopsis "Anaphoric expressions for Emacs Lisp")
958 (description "@code{emacs-anaphora} implements anaphoric expressions for
959 Emacs Lisp.
960
961 Anaphoric expressions implicitly create one or more temporary variables which
962 can be referred to during the expression. This technique can improve clarity
963 in certain cases. It also enables recursion for anonymous functions.")
964 (license license:public-domain)))
965
966 (define-public emacs-xr
967 (package
968 (name "emacs-xr")
969 (version "1.15")
970 (source
971 (origin
972 (method url-fetch)
973 (uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
974 (sha256
975 (base32 "0pxzr6n0qa29ly8j3cl46rv9a65ajfcgahrhdylg4yfb9gh1x4ly"))))
976 (build-system emacs-build-system)
977 (home-page "https://elpa.gnu.org/packages/xr.html")
978 (synopsis "Convert string regexp to rx notation")
979 (description
980 "This is an inverse companion to the @code{rx} package for translating
981 regexps in string form to the @code{rx} notation. Its chief uses are:
982
983 @itemize
984 @item Migrating existing code to @code{rx} form, for better readability and
985 maintainability
986 @item Understanding complex regexp strings and finding errors in them
987 @end itemize
988
989 In addition to Emacs regexps, this package can also parse and troubleshoot
990 skip set strings, which are arguments to @code{skip-chars-forward} and
991 @code{skip-chars-backward}.")
992 (license license:gpl3+)))
993
994 (define-public emacs-ample-regexps
995 (let ((commit "cbe91e148cac1ee8e223874dc956ed4cf607f046")
996 (revision "1"))
997 (package
998 (name "emacs-ample-regexps")
999 (version (git-version "0.1" revision commit))
1000 (source
1001 (origin
1002 (method git-fetch)
1003 (uri (git-reference
1004 (url "https://github.com/immerrr/ample-regexps.el")
1005 (commit commit)))
1006 (file-name (git-file-name name version))
1007 (sha256
1008 (base32
1009 "1mm4icrwx4mscp7kbbmlc34995r164dhrfczn5ybkyxjzzf76jn1"))))
1010 (build-system emacs-build-system)
1011 (native-inputs
1012 `(("ert-runner" ,emacs-ert-runner)))
1013 (arguments
1014 `(#:tests? #t
1015 #:test-command '("ert-runner" "-l" "ample-regexps")))
1016 (home-page "https://github.com/immerrr/ample-regexps.el")
1017 (synopsis "Compose and reuse Emacs regexps")
1018 (description
1019 "This package allows common parts of regexps to be easily picked out
1020 and reused.")
1021 (license license:gpl3+))))
1022
1023 (define-public emacs-ample-theme
1024 (let ((commit "536966adf882446165a1f756830028faa792c7a9")
1025 (revision "1"))
1026 (package
1027 (name "emacs-ample-theme")
1028 (version (git-version "0.0.0" revision commit))
1029 (source (origin
1030 (method git-fetch)
1031 (uri (git-reference
1032 (url "https://github.com/jordonbiondo/ample-theme")
1033 (commit commit)))
1034 (file-name (git-file-name name version))
1035 (sha256
1036 (base32
1037 "07bpv8dag40qjnm5000pgzpazj4whfxf93x2vprz26sg3mjfx0nf"))))
1038 (build-system emacs-build-system)
1039 (home-page "https://github.com/jordonbiondo/ample-theme")
1040 (synopsis "Theme for Emacs providing dark, light, and flat versions")
1041 (description "Ample themes is a collection of three themes sharing a
1042 similar pallet with a light, dark and flat versions with a focus on being easy
1043 on the eyes during night and day. They only support GUI and 256 colour
1044 terminals.")
1045 (license license:gpl3+))))
1046
1047 (define-public emacs-reformatter
1048 (package
1049 (name "emacs-reformatter")
1050 (version "0.4")
1051 (source
1052 (origin
1053 (method git-fetch)
1054 (uri (git-reference
1055 (url "https://github.com/purcell/reformatter.el.git")
1056 (commit version)))
1057 (file-name (git-file-name name version))
1058 (sha256
1059 (base32
1060 "0hhy6x1bkwlhdlarsgm06g3am4yh02yqv8qs34szpzgy53x84qah"))))
1061 (build-system emacs-build-system)
1062 (home-page "https://github.com/purcell/reformatter.el")
1063 (synopsis "Define commands which run reformatters on the current buffer")
1064 (description
1065 "This library lets elisp authors easily define an idiomatic command to
1066 reformat the current buffer using a command-line program, together with an
1067 optional minor mode which can apply this command automatically on save.")
1068 (license license:gpl3+)))
1069
1070 (define-public emacs-relint
1071 (package
1072 (name "emacs-relint")
1073 (version "1.13")
1074 (source
1075 (origin
1076 (method url-fetch)
1077 (uri (string-append
1078 "https://elpa.gnu.org/packages/relint-" version ".tar"))
1079 (sha256
1080 (base32 "1kzzlixhd6kp0mkmgn02b7pqv6m55g708xsys7vjskdxbfb6jjib"))))
1081 (build-system emacs-build-system)
1082 (propagated-inputs `(("emacs-xr" ,emacs-xr)))
1083 (home-page "https://github.com/mattiase/relint")
1084 (synopsis "Elisp regexp mistake finder")
1085 (description
1086 "Relint (regular expression lint) scans Elisp files for mistakes in
1087 regexps, including deprecated syntax and bad practice. It also checks the
1088 regexp-like arguments to @code{skip-chars-forward} and
1089 @code{skip-chars-backward}.")
1090 (license license:gpl3+)))
1091
1092 (define-public emacs-bug-hunter
1093 (let ((commit "b88d981afa9154b236c5a3a83b50d5889d46c6a7")
1094 (revision "1"))
1095 (package
1096 (name "emacs-bug-hunter")
1097 (version (git-version "1.3.1" revision commit))
1098 (source
1099 (origin
1100 (method git-fetch)
1101 (uri (git-reference
1102 (url "https://github.com/Malabarba/elisp-bug-hunter.git")
1103 (commit commit)))
1104 (file-name (git-file-name name commit))
1105 (sha256
1106 (base32
1107 "134fj493sdn93pyyac8rpz1fzahzmayvphsrmqp3wvgysmfqm38l"))))
1108 (build-system emacs-build-system)
1109 (propagated-inputs
1110 `(("emacs-seq" ,emacs-seq)))
1111 (home-page "https://github.com/Malabarba/elisp-bug-hunter")
1112 (synopsis "Hunt down errors by bisecting elisp files")
1113 (description
1114 "The Bug Hunter is an Emacs library that finds the source of an error
1115 or unexpected behavior inside an elisp configuration file (typically
1116 @file{init.el} or @file{.emacs}).")
1117 (license license:gpl3+))))
1118
1119 \f
1120 ;;;
1121 ;;; Web browsing.
1122 ;;;
1123
1124 (define-public emacs-w3m
1125 ;; Emacs-w3m follows a "rolling release" model.
1126 (package
1127 (name "emacs-w3m")
1128 (version "2018-11-11")
1129 (source (origin
1130 (method cvs-fetch)
1131 (uri (cvs-reference
1132 (root-directory
1133 ":pserver:anonymous@cvs.namazu.org:/storage/cvsroot")
1134 (module "emacs-w3m")
1135 (revision version)))
1136 (file-name (string-append name "-" version "-checkout"))
1137 (sha256
1138 (base32
1139 "0nvahdbjs12zg7zsk4gql02mvnv56cf1rwj2f5p42lwp3xvswiwp"))))
1140 (build-system gnu-build-system)
1141 (native-inputs `(("autoconf" ,autoconf)
1142 ("texinfo" ,texinfo)
1143 ("emacs" ,emacs-minimal)))
1144 (inputs `(("w3m" ,w3m)
1145 ("imagemagick" ,imagemagick)))
1146 (arguments
1147 `(#:modules ((guix build gnu-build-system)
1148 (guix build utils)
1149 (guix build emacs-utils))
1150 #:imported-modules (,@%gnu-build-system-modules
1151 (guix build emacs-utils))
1152 #:configure-flags
1153 (let ((out (assoc-ref %outputs "out")))
1154 (list (string-append "--with-lispdir="
1155 out "/share/emacs/site-lisp")
1156 (string-append "--with-icondir="
1157 out "/share/images/emacs-w3m")
1158 ;; Leave .el files uncompressed, otherwise GC can't
1159 ;; identify run-time dependencies. See
1160 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
1161 "--without-compress-install"))
1162 #:tests? #f ; no check target
1163 #:phases
1164 (modify-phases %standard-phases
1165 (add-after 'unpack 'autoconf
1166 (lambda _
1167 (invoke "autoconf")))
1168 (add-before 'configure 'support-emacs!
1169 (lambda _
1170 ;; For some reason 'AC_PATH_EMACS' thinks that 'Emacs 26' is
1171 ;; unsupported.
1172 (substitute* "configure"
1173 (("EMACS_FLAVOR=unsupported")
1174 "EMACS_FLAVOR=emacs"))
1175 #t))
1176 (add-before 'build 'patch-exec-paths
1177 (lambda* (#:key inputs outputs #:allow-other-keys)
1178 (let ((out (assoc-ref outputs "out"))
1179 (w3m (assoc-ref inputs "w3m"))
1180 (imagemagick (assoc-ref inputs "imagemagick"))
1181 (coreutils (assoc-ref inputs "coreutils")))
1182 (make-file-writable "w3m.el")
1183 (emacs-substitute-variables "w3m.el"
1184 ("w3m-command" (string-append w3m "/bin/w3m"))
1185 ("w3m-touch-command"
1186 (string-append coreutils "/bin/touch"))
1187 ("w3m-icon-directory"
1188 (string-append out "/share/images/emacs-w3m")))
1189 (make-file-writable "w3m-image.el")
1190 (emacs-substitute-variables "w3m-image.el"
1191 ("w3m-imagick-convert-program"
1192 (string-append imagemagick "/bin/convert"))
1193 ("w3m-imagick-identify-program"
1194 (string-append imagemagick "/bin/identify")))
1195 #t)))
1196 (replace 'install
1197 (lambda* (#:key outputs #:allow-other-keys)
1198 (invoke "make" "install" "install-icons")
1199 (with-directory-excursion
1200 (string-append (assoc-ref outputs "out")
1201 "/share/emacs/site-lisp")
1202 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
1203 (symlink "w3m-load.el" "w3m-autoloads.el")
1204 #t))))))
1205 (home-page "http://emacs-w3m.namazu.org/")
1206 (synopsis "Simple Web browser for Emacs based on w3m")
1207 (description
1208 "Emacs-w3m is an emacs interface for the w3m web browser.")
1209 (license license:gpl2+)))
1210
1211 (define-public emacs-wget
1212 (package
1213 (name "emacs-wget")
1214 (version "0.5.0")
1215 (source (origin
1216 (method url-fetch)
1217 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
1218 version ".orig.tar.gz"))
1219 (sha256
1220 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
1221 (build-system gnu-build-system)
1222 (inputs `(("wget" ,wget)))
1223 (native-inputs `(("emacs" ,emacs-minimal)))
1224 (arguments
1225 `(#:modules ((guix build gnu-build-system)
1226 (guix build utils)
1227 (guix build emacs-utils))
1228 #:imported-modules (,@%gnu-build-system-modules
1229 (guix build emacs-utils))
1230 #:tests? #f ; no check target
1231 #:phases
1232 (modify-phases %standard-phases
1233 (replace 'configure
1234 (lambda* (#:key outputs #:allow-other-keys)
1235 (substitute* "Makefile"
1236 (("/usr/local") (assoc-ref outputs "out"))
1237 (("/site-lisp/emacs-wget") "/site-lisp"))
1238 #t))
1239 (add-before 'build 'patch-exec-paths
1240 (lambda* (#:key inputs outputs #:allow-other-keys)
1241 (let ((wget (assoc-ref inputs "wget")))
1242 (emacs-substitute-variables "wget.el"
1243 ("wget-command" (string-append wget "/bin/wget"))))
1244 #t))
1245 (add-after 'install 'post-install
1246 (lambda* (#:key outputs #:allow-other-keys)
1247 (emacs-generate-autoloads
1248 "wget" (string-append (assoc-ref outputs "out")
1249 "/share/emacs/site-lisp/"))
1250 #t)))))
1251 (home-page "https://www.emacswiki.org/emacs/EmacsWget")
1252 (synopsis "Simple file downloader for Emacs based on wget")
1253 (description
1254 "Emacs-wget is an emacs interface for the wget file downloader.")
1255 (license license:gpl2+)))
1256
1257 (define-public emacs-eww-lnum
1258 (package
1259 (name "emacs-eww-lnum")
1260 (version "1.1")
1261 (source (origin
1262 (method git-fetch)
1263 (uri (git-reference
1264 (url "https://github.com/m00natic/eww-lnum.git")
1265 (commit version)))
1266 (file-name (git-file-name name version))
1267 (sha256
1268 (base32
1269 "0gs6bi3s2sszc6v2b26929azmn5513kvyin99n4d0ark1jdbjmv2"))))
1270 (build-system emacs-build-system)
1271 (home-page "https://github.com/m00natic/eww-lnum")
1272 (synopsis "Conkeror-like functionality for Eww")
1273 (description "This is extension to the Emacs browser Eww that adds
1274 Conkeror-like functionality. In short, currently visible links, forms,
1275 buttons are temporarily assigned numbers with which the former can be
1276 immediately activated. Also filtering can be applied so selection can be
1277 incrementally confined in Isearch manner.")
1278 (license license:gpl3+)))
1279
1280
1281 \f
1282 ;;;
1283 ;;; Multimedia.
1284 ;;;
1285
1286 (define-public emacs-emms
1287 (package
1288 (name "emacs-emms")
1289 (version "5.3")
1290 (source (origin
1291 (method url-fetch)
1292 (uri (string-append "mirror://gnu/emms/emms-"
1293 version ".tar.gz"))
1294 (sha256
1295 (base32
1296 "00hnv7jjgb2simgrf7gf2y1cyg2syk7kj1hkbac146hlgxk8ngj1"))
1297 (modules '((guix build utils)))
1298 (snippet
1299 '(begin
1300 (substitute* "Makefile"
1301 (("/usr/bin/install-info")
1302 ;; No need to use 'install-info' since it would create a
1303 ;; useless 'dir' file.
1304 "true")
1305 (("^INFODIR=.*")
1306 ;; Install Info files to $out/share/info, not $out/info.
1307 "INFODIR := $(PREFIX)/share/info\n")
1308 (("/site-lisp/emms")
1309 ;; Install directly in share/emacs/site-lisp, not in a
1310 ;; sub-directory.
1311 "/site-lisp")
1312 (("^all: (.*)\n" _ rest)
1313 ;; Build 'emms-print-metadata'.
1314 (string-append "all: " rest " emms-print-metadata\n")))
1315 #t))))
1316 (build-system gnu-build-system)
1317 (arguments
1318 `(#:modules ((guix build gnu-build-system)
1319 (guix build utils)
1320 (guix build emacs-utils)
1321 (ice-9 ftw))
1322 #:imported-modules (,@%gnu-build-system-modules
1323 (guix build emacs-utils))
1324
1325 #:phases
1326 (modify-phases %standard-phases
1327 (replace 'configure
1328 (lambda* (#:key inputs outputs #:allow-other-keys)
1329 (let ((out (assoc-ref outputs "out"))
1330 (flac (assoc-ref inputs "flac"))
1331 (vorbis (assoc-ref inputs "vorbis-tools"))
1332 (alsa (assoc-ref inputs "alsa-utils"))
1333 (mpg321 (assoc-ref inputs "mpg321"))
1334 (mp3info (assoc-ref inputs "mp3info"))
1335 (mutagen (assoc-ref inputs "mutagen"))
1336 (opus (assoc-ref inputs "opus-tools")))
1337 ;; Specify the installation directory.
1338 (substitute* "Makefile"
1339 (("PREFIX=.*$")
1340 (string-append "PREFIX := " out "\n")))
1341
1342 (setenv "SHELL" (which "sh"))
1343 (setenv "CC" "gcc")
1344
1345 ;; Specify the absolute file names of the various
1346 ;; programs so that everything works out-of-the-box.
1347 (with-directory-excursion "lisp"
1348 (emacs-substitute-variables
1349 "emms-player-mpg321-remote.el"
1350 ("emms-player-mpg321-remote-command"
1351 (string-append mpg321 "/bin/mpg321")))
1352 (substitute* "emms-player-simple.el"
1353 (("\"ogg123\"")
1354 (string-append "\"" vorbis "/bin/ogg123\"")))
1355 (substitute* "emms-player-simple.el"
1356 (("\"mpg321\"")
1357 (string-append "\"" mpg321 "/bin/mpg321\"")))
1358 (emacs-substitute-variables "emms-info-ogginfo.el"
1359 ("emms-info-ogginfo-program-name"
1360 (string-append vorbis "/bin/ogginfo")))
1361 (emacs-substitute-variables "emms-info-opusinfo.el"
1362 ("emms-info-opusinfo-program-name"
1363 (string-append opus "/bin/opusinfo")))
1364 (emacs-substitute-variables "emms-info-libtag.el"
1365 ("emms-info-libtag-program-name"
1366 (string-append out "/bin/emms-print-metadata")))
1367 (emacs-substitute-variables "emms-info-mp3info.el"
1368 ("emms-info-mp3info-program-name"
1369 (string-append mp3info "/bin/mp3info")))
1370 (emacs-substitute-variables "emms-info-metaflac.el"
1371 ("emms-info-metaflac-program-name"
1372 (string-append flac "/bin/metaflac")))
1373 (emacs-substitute-variables "emms-source-file.el"
1374 ("emms-source-file-gnu-find" (which "find")))
1375 (substitute* "emms-volume-amixer.el"
1376 (("\"amixer\"")
1377 (string-append "\"" alsa "/bin/amixer\"")))
1378 (substitute* "emms-tag-editor.el"
1379 (("\"mid3v2\"")
1380 (string-append "\"" mutagen "/bin/mid3v2\"")))
1381 #t))))
1382 (add-before 'install 'pre-install
1383 (lambda* (#:key outputs #:allow-other-keys)
1384 ;; The 'install' rule expects the target directories to exist.
1385 (let* ((out (assoc-ref outputs "out"))
1386 (bin (string-append out "/bin"))
1387 (man1 (string-append out "/share/man/man1")))
1388 (mkdir-p bin)
1389 (mkdir-p man1)
1390
1391 ;; Ensure that files are not rejected by gzip
1392 (let ((early-1980 315619200)) ; 1980-01-02 UTC
1393 (ftw "." (lambda (file stat flag)
1394 (unless (<= early-1980 (stat:mtime stat))
1395 (utime file early-1980 early-1980))
1396 #t)))
1397 #t)))
1398 (add-after 'install 'post-install
1399 (lambda* (#:key outputs #:allow-other-keys)
1400 (let ((out (assoc-ref outputs "out")))
1401 (symlink "emms-auto.el"
1402 (string-append out "/share/emacs/site-lisp/"
1403 "emms-autoloads.el")))
1404 #t)))
1405 #:tests? #f))
1406 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
1407 ("texinfo" ,texinfo)))
1408 (inputs `(("alsa-utils" ,alsa-utils)
1409 ("flac" ,flac) ;for metaflac
1410 ("vorbis-tools" ,vorbis-tools)
1411 ("mpg321" ,mpg321)
1412 ("taglib" ,taglib)
1413 ("mp3info" ,mp3info)
1414 ("mutagen" ,python-mutagen)
1415 ("opus-tools" ,opus-tools)))
1416 (properties '((upstream-name . "emms")))
1417 (synopsis "Emacs Multimedia System")
1418 (description
1419 "EMMS is the Emacs Multimedia System. It is a small front-end which
1420 can control one of the supported external players. Thus, it supports
1421 whatever formats are supported by your music player. It also
1422 supports tagging and playlist management, all behind a clean and
1423 light user interface.")
1424 (home-page "https://www.gnu.org/software/emms/")
1425 (license license:gpl3+)))
1426
1427 (define-public emacs-emms-player-mpv
1428 ;; A new mpv backend is included in Emms from 5.0.
1429 (deprecated-package "emacs-emms-player-mpv" emacs-emms))
1430
1431 (define-public emacs-emms-mode-line-cycle
1432 (package
1433 (name "emacs-emms-mode-line-cycle")
1434 (version "0.2.5")
1435 (source
1436 (origin
1437 (method git-fetch)
1438 (uri (git-reference
1439 (url "https://github.com/momomo5717/emms-mode-line-cycle")
1440 (commit version)))
1441 (file-name (git-file-name name version))
1442 (sha256
1443 (base32
1444 "0q80f0plch6k4lhs8c9qm3mfycfbp3kn5sjrk9zxgxwnn901y9mp"))))
1445 (build-system emacs-build-system)
1446 (propagated-inputs
1447 `(("emms" ,emacs-emms)))
1448 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
1449 (synopsis "Display the EMMS mode line as a ticker")
1450 (description
1451 "This is a minor mode for updating the EMMS mode-line string cyclically
1452 within a specified width. It is useful for displaying long track titles.")
1453 (license license:gpl3+)))
1454
1455 \f
1456 ;;;
1457 ;;; Miscellaneous.
1458 ;;;
1459
1460 (define-public emacs-ace-link
1461 (package
1462 (name "emacs-ace-link")
1463 (version "0.5.0")
1464 (source
1465 (origin
1466 (method git-fetch)
1467 (uri (git-reference
1468 (url "https://github.com/abo-abo/ace-link.git")
1469 (commit version)))
1470 (file-name (git-file-name name version))
1471 (sha256
1472 (base32
1473 "147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk"))))
1474 (build-system emacs-build-system)
1475 (propagated-inputs
1476 `(("emacs-avy" ,emacs-avy)))
1477 (home-page "https://github.com/abo-abo/ace-link")
1478 (synopsis "Quickly follow links in Emacs")
1479 (description
1480 "Currently, to jump to a link in a @code{Info-mode}, @code{help-mode},
1481 @code{woman-mode}, @code{org-mode}, @code{eww-mode}, @code{compilation-mode},
1482 @code{goto-address-mode} buffer, you can tab through the links to select the
1483 one you want. This is an O(N) operation, where the N is the amount of links.
1484 This package turns this into an O(1) operation. It does so by assigning a
1485 letter to each link using avy.")
1486 (license license:gpl3+)))
1487
1488 (define-public emacs-bbdb
1489 (package
1490 (name "emacs-bbdb")
1491 (version "3.1.2")
1492 (source (origin
1493 (method url-fetch)
1494 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1495 version ".tar.gz"))
1496 (sha256
1497 (base32
1498 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1499 (modules '((guix build utils)))
1500 (snippet
1501 ;; We don't want to build and install the PDF.
1502 '(begin
1503 (substitute* "doc/Makefile.in"
1504 (("^doc_DATA = .*$")
1505 "doc_DATA =\n"))
1506 #t))))
1507 (build-system gnu-build-system)
1508 (arguments
1509 '(#:phases
1510 (modify-phases %standard-phases
1511 (add-after 'install 'post-install
1512 (lambda* (#:key outputs #:allow-other-keys)
1513 ;; Add an autoloads file with the right name for guix.el.
1514 (let* ((out (assoc-ref outputs "out"))
1515 (site (string-append out "/share/emacs/site-lisp")))
1516 (with-directory-excursion site
1517 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1518 #t)))))
1519 (native-inputs `(("emacs" ,emacs-minimal)))
1520 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1521 (synopsis "Contact management utility for Emacs")
1522 (description
1523 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1524 an address book for email and snail mail addresses, phone numbers and the
1525 like. It can be linked with various Emacs mail clients (Message and Mail
1526 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1527 (license license:gpl3+)))
1528
1529 (define-public bbdb
1530 (deprecated-package "bbdb" emacs-bbdb))
1531
1532 (define-public emacs-aggressive-indent
1533 (package
1534 (name "emacs-aggressive-indent")
1535 (version "1.8.3")
1536 (source (origin
1537 (method url-fetch)
1538 (uri (string-append "https://elpa.gnu.org/packages/"
1539 "aggressive-indent-" version ".el"))
1540 (sha256
1541 (base32
1542 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1543 (build-system emacs-build-system)
1544 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1545 (synopsis "Minor mode to aggressively keep your code always indented")
1546 (description
1547 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1548 always indented. It reindents after every change, making it more reliable
1549 than @code{electric-indent-mode}.")
1550 (license license:gpl2+)))
1551
1552 (define-public emacs-link-hint
1553 ;; Last release was in 2015.
1554 (let ((commit "d74a483652486260c052941fedeadddb1ea71f88")
1555 (revision "1"))
1556 (package
1557 (name "emacs-link-hint")
1558 (version (git-version "0.1" revision commit))
1559 (source
1560 (origin
1561 (method git-fetch)
1562 (uri (git-reference
1563 (url "https://github.com/noctuid/link-hint.el")
1564 (commit commit)))
1565 (file-name (git-file-name name version))
1566 (sha256
1567 (base32
1568 "0dghxd165fbds6czy9bfwpid3i4irgp3q08n9mg57sfifi0cmij0"))))
1569 (build-system emacs-build-system)
1570 (propagated-inputs
1571 `(("emacs-avy" ,emacs-avy)))
1572 (home-page "https://github.com/noctuid/link-hint.el")
1573 (synopsis "Vimperator-style link-hinting in Emacs")
1574 (description "This package provides commands for visiting and acting on
1575 links.")
1576 (license license:gpl3+))))
1577
1578 (define-public emacs-ag
1579 (package
1580 (name "emacs-ag")
1581 (version "0.48")
1582 (source (origin
1583 (method git-fetch)
1584 (uri (git-reference
1585 (url "https://github.com/Wilfred/ag.el.git")
1586 (commit version)))
1587 (file-name (git-file-name name version))
1588 (sha256
1589 (base32
1590 "1p918y24vcn2pdliaymd210xp9fvhd4a1srqbv2lfiqrh59yjidx"))))
1591 (build-system emacs-build-system)
1592 (arguments
1593 `(#:phases
1594 (modify-phases %standard-phases
1595 (add-before 'install 'make-info
1596 (lambda _
1597 (with-directory-excursion "docs"
1598 (invoke "make" "info"))))
1599 (add-after 'install 'install-info
1600 (lambda* (#:key outputs #:allow-other-keys)
1601 (let* ((out (assoc-ref outputs "out"))
1602 (info (string-append out "/share/info")))
1603 (install-file "docs/_build/texinfo/agel.info" info)
1604 #t))))))
1605 (native-inputs
1606 `(("python-sphinx" ,python-sphinx)
1607 ("texinfo" ,texinfo)))
1608 (propagated-inputs
1609 `(("dash" ,emacs-dash)
1610 ("s" ,emacs-s)
1611 ;; We need to use 'ag' as the executable on remote systems.
1612 ("the-silver-searcher" ,the-silver-searcher)))
1613 (home-page "https://github.com/Wilfred/ag.el")
1614 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1615 (description "This package provides the ability to use the silver
1616 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1617 include version control system awareness, use of Perl compatible regular
1618 expressions, editing the search results directly and searching file names
1619 rather than the contents of files.")
1620 (license license:gpl3+)))
1621
1622 (define-public emacs-async
1623 (package
1624 (name "emacs-async")
1625 (home-page "https://github.com/jwiegley/emacs-async")
1626 (version "1.9.4")
1627 (source (origin
1628 (method git-fetch)
1629 (uri (git-reference
1630 (url home-page)
1631 (commit (string-append "v" version))))
1632 (file-name (git-file-name name version))
1633 (sha256
1634 (base32
1635 "0hhpyxb3d531jb2f3wvzx25183f0anm8nxv6mh0p825q2gkm6ly7"))))
1636 (build-system emacs-build-system)
1637 (synopsis "Asynchronous processing in Emacs")
1638 (description
1639 "This package provides the ability to call asynchronous functions and
1640 processes. For example, it can be used to run dired commands (for copying,
1641 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1642 as a library for other Emacs packages.")
1643 (license license:gpl3+)))
1644
1645 (define-public emacs-auctex
1646 (package
1647 (name "emacs-auctex")
1648 (version "12.2.0")
1649 (source
1650 (origin
1651 (method url-fetch)
1652 (uri (string-append "https://elpa.gnu.org/packages/auctex-"
1653 version ".tar"))
1654 (sha256
1655 (base32 "0j919l3q5sq6h1k1kmk4kyv0vkzl4f98fxcd64v34x5q1ahjhg48"))))
1656 (build-system emacs-build-system)
1657 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1658 ;; ('emacs-minimal' does not provide dbus).
1659 (arguments
1660 `(#:emacs ,emacs
1661 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1662 #:exclude '("^tests/" "^latex/README")))
1663 (native-inputs
1664 `(("perl" ,perl)))
1665 (home-page "https://www.gnu.org/software/auctex/")
1666 (synopsis "Integrated environment for TeX")
1667 (description
1668 "AUCTeX is a comprehensive customizable integrated environment for
1669 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1670 or XEmacs.")
1671 (license license:gpl3+)))
1672
1673 (define-public emacs-autothemer
1674 (package
1675 (name "emacs-autothemer")
1676 (version "0.2.2")
1677 (source
1678 (origin
1679 (method git-fetch)
1680 (uri (git-reference
1681 (url "https://github.com/sebastiansturm/autothemer.git")
1682 (commit version)))
1683 (file-name (git-file-name name version))
1684 (sha256
1685 (base32
1686 "0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
1687 (build-system emacs-build-system)
1688 (propagated-inputs
1689 `(("emacs-dash" ,emacs-dash)))
1690 (home-page "https://github.com/sebastiansturm/autothemer")
1691 (synopsis "Conveniently create Emacs themes")
1692 (description
1693 "Autothemer provides a thin layer on top of @code{deftheme} and
1694 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1695 a set of simplified face specifications and a user-supplied color palette")
1696 (license license:gpl3+)))
1697
1698 (define-public emacs-howm
1699 (package
1700 (name "emacs-howm")
1701 (version "1.4.5")
1702 (source
1703 (origin
1704 (method url-fetch)
1705 (uri (string-append "https://howm.sourceforge.jp/a/howm-"
1706 version ".tar.gz"))
1707 (sha256
1708 (base32 "1kvr5pxpc9rwhkza9025mdi0wvh0f0rpawl21rzirjk1x10903yi"))))
1709 (build-system gnu-build-system)
1710 (native-inputs
1711 `(("emacs" ,emacs-minimal)))
1712 (arguments
1713 `(#:configure-flags
1714 (list (string-append "--with-howmdir=" %output
1715 "/share/emacs/site-lisp/"))
1716 #:modules ((guix build gnu-build-system)
1717 ((guix build emacs-build-system) #:prefix emacs:)
1718 (guix build utils))
1719 #:imported-modules (,@%gnu-build-system-modules
1720 (guix build emacs-build-system)
1721 (guix build emacs-utils))
1722 #:phases
1723 (modify-phases %standard-phases
1724 (add-after 'install 'make-autoloads
1725 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1726 (home-page "https://howm.osdn.jp/")
1727 (synopsis "Note-taking tool for Emacs")
1728 (description "Howm is a note-taking tool for Emacs. Like
1729 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
1730 searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
1731 (license license:gpl1+)))
1732
1733 (define-public emacs-calfw
1734 (package
1735 (name "emacs-calfw")
1736 (version "1.6")
1737 (source
1738 (origin
1739 (method git-fetch)
1740 (uri (git-reference
1741 (url "https://github.com/kiwanami/emacs-calfw.git")
1742 (commit (string-append "v" version))))
1743 (file-name (git-file-name name version))
1744 (sha256
1745 (base32
1746 "0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
1747 (build-system emacs-build-system)
1748 (propagated-inputs
1749 `(("emacs-howm" ,emacs-howm)))
1750 (home-page "https://github.com/kiwanami/emacs-calfw/")
1751 (synopsis "Calendar framework for Emacs")
1752 (description
1753 "This package displays a calendar view with various schedule data in the
1754 Emacs buffer.")
1755 (license license:gpl3+)))
1756
1757 (define-public emacs-direnv
1758 (package
1759 (name "emacs-direnv")
1760 (version "2.0.0")
1761 (source
1762 (origin
1763 (method git-fetch)
1764 (uri (git-reference
1765 (url "https://github.com/wbolster/emacs-direnv.git")
1766 (commit version)))
1767 (file-name (git-file-name name version))
1768 (sha256
1769 (base32
1770 "005ibyzsx1fdyrl5iyhqpb1bg83mphzahq7zvw58x00syyqi2z49"))))
1771 (build-system emacs-build-system)
1772 (propagated-inputs
1773 `(("dash" ,emacs-dash)
1774 ("with-editor" ,emacs-with-editor)))
1775 (home-page "https://github.com/wbolster/emacs-direnv")
1776 (synopsis "Direnv integration for Emacs")
1777 (description
1778 "This package provides support for invoking direnv to get the environment
1779 for the current file and updating the environment within Emacs to match.
1780
1781 Direnv can be invoked manually, and a global minor mode is included that will
1782 update the environment when the active buffer changes.
1783
1784 Using emacs-direnv means that programs started from Emacs will use the
1785 environment set through Direnv.")
1786 (license license:gpl3+)))
1787
1788 (define-public emacs-ggtags
1789 (package
1790 (name "emacs-ggtags")
1791 (version "0.8.13")
1792 (source
1793 (origin
1794 (method url-fetch)
1795 (uri (string-append "https://elpa.gnu.org/packages/ggtags-"
1796 version ".el"))
1797 (sha256
1798 (base32
1799 "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
1800 (build-system emacs-build-system)
1801 (inputs
1802 `(("global" ,global)))
1803 (arguments
1804 `(#:phases
1805 (modify-phases %standard-phases
1806 (add-after 'unpack 'configure
1807 (lambda* (#:key inputs #:allow-other-keys)
1808 (chmod "ggtags.el" #o644)
1809 (emacs-substitute-variables "ggtags.el"
1810 ("ggtags-executable-directory"
1811 (string-append (assoc-ref inputs "global") "/bin")))
1812 #t)))))
1813 (home-page "https://github.com/leoliu/ggtags")
1814 (synopsis "Frontend to the GNU Global source code tagging system")
1815 (description "@code{ggtags} provides a frontend to the GNU Global source
1816 code tagging system.
1817
1818 Features:
1819
1820 @itemize
1821 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1822 @item Automatically update Global's tag files when needed with tuning for
1823 large source trees.
1824 @item Intuitive navigation among multiple matches with mode-line display of
1825 current match, total matches and exit status.
1826 @item Read tag with completion.
1827 @item Show definition at point.
1828 @item Jump to #include files.
1829 @item Support search history and saving a search to register/bookmark.
1830 @item Query replace.
1831 @item Manage Global's environment variables on a per-project basis.
1832 @item Highlight (definition) tag at point.
1833 @item Abbreviated display of file names.
1834 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1835 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1836 @code{pygments} backend.
1837 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1838 @code{cscope} etc.
1839 @item Support projects on remote hosts (e.g. via @code{tramp}).
1840 @item Support eldoc.
1841 @item Search @code{GTAGSLIBPATH} for references and symbols.
1842 @end itemize\n")
1843 (license license:gpl3+)))
1844
1845 (define-public emacs-go-mode
1846 (package
1847 (name "emacs-go-mode")
1848 (version "1.5.0")
1849 (source (origin
1850 (method git-fetch)
1851 (uri (git-reference
1852 (url "https://github.com/dominikh/go-mode.el.git")
1853 (commit (string-append "v" version))))
1854 (file-name (git-file-name name version))
1855 (sha256
1856 (base32
1857 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
1858 (build-system emacs-build-system)
1859 (arguments
1860 `(#:phases
1861 (modify-phases %standard-phases
1862 (add-after 'unpack 'make-writable
1863 (lambda _
1864 (for-each make-file-writable (find-files "." "\\.el$"))
1865 #t)))))
1866 (home-page "https://github.com/dominikh/go-mode.el")
1867 (synopsis "Go mode for Emacs")
1868 (description
1869 "This package provides go-mode, an Emacs mode for working with software
1870 written in the Go programming language.")
1871 (license license:bsd-3)))
1872
1873 (define-public emacs-google-maps
1874 (package
1875 (name "emacs-google-maps")
1876 (version "1.0.0")
1877 (source (origin
1878 (method git-fetch)
1879 (uri (git-reference
1880 (url "https://github.com/jd/google-maps.el.git")
1881 (commit version)))
1882 (file-name (git-file-name name version))
1883 (sha256
1884 (base32
1885 "183igr5lp20zcqi7rc01fk76sfxdhksd74i11v16gdsifdkjimd0"))))
1886 (build-system emacs-build-system)
1887 (home-page "https://github.com/jd/google-maps.el")
1888 (synopsis "Access Google Maps from Emacs")
1889 (description "The @code{google-maps} package allows to display Google
1890 Maps directly inside Emacs.")
1891 (license license:gpl3+)))
1892
1893 (define-public emacs-graphviz-dot-mode
1894 (let ((commit "1574c504d9810f34a85e2ff49b6f7648c2be5f27")
1895 (revision "1"))
1896 (package
1897 (name "emacs-graphviz-dot-mode")
1898 (version (string-append "0.4.1-" revision "."
1899 (string-take commit 7)))
1900 (source (origin
1901 (method git-fetch)
1902 (uri (git-reference
1903 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1904 (commit commit)))
1905 (file-name (git-file-name name version))
1906 (sha256
1907 (base32
1908 "03l6zkkxhbcxj5i13hzjv6ypmzaw70zqqagh7ix1kdn33kpp37jj"))))
1909 (build-system emacs-build-system)
1910 (arguments
1911 `(#:phases
1912 (modify-phases %standard-phases
1913 (add-before 'install 'make-info
1914 (lambda* (#:key inputs #:allow-other-keys)
1915 (with-directory-excursion "texinfo"
1916 (substitute* "Makefile"
1917 (("\\/usr\\/bin\\/gzip")
1918 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1919 (invoke "make"
1920 "clean"
1921 "info"
1922 (string-append "TEXINFODIR="
1923 (assoc-ref inputs "texinfo")
1924 "/bin")))))
1925 (add-after 'install 'install-info
1926 (lambda* (#:key outputs #:allow-other-keys)
1927 (let* ((out (assoc-ref outputs "out"))
1928 (info (string-append out "/share/info")))
1929 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1930 #t))))))
1931 (native-inputs
1932 `(("texinfo" ,texinfo)
1933 ("gzip" ,gzip)))
1934 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1935 (synopsis "Major mode for editing Graphviz Dot files")
1936 (description
1937 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1938 files using the dot syntax, and use Graphviz to convert these files to
1939 diagrams.")
1940 (license license:gpl2+))))
1941
1942 (define-public emacs-mmm-mode
1943 (package
1944 (name "emacs-mmm-mode")
1945 (version "0.5.7")
1946 (source
1947 (origin
1948 (method git-fetch)
1949 (uri (git-reference
1950 (url "https://github.com/purcell/mmm-mode.git")
1951 (commit version)))
1952 (file-name (git-file-name name version))
1953 (sha256
1954 (base32
1955 "0lxd55yhz0ag7v1ydff55bg4h8snq5lbk8cjwxqpyq6gh4v7md1h"))))
1956 (build-system gnu-build-system)
1957 (native-inputs
1958 `(("autoconf" ,autoconf)
1959 ("automake" ,automake)
1960 ("emacs" ,emacs-minimal)
1961 ("texinfo" ,texinfo)))
1962 (home-page "https://github.com/purcell/mmm-mode")
1963 (synopsis "Allow multiple major modes in an Emacs buffer")
1964 (description
1965 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1966 single buffer.")
1967 (license license:gpl3+)))
1968
1969 (define-public emacs-tablist
1970 (package
1971 (name "emacs-tablist")
1972 (version "1.0")
1973 (source (origin
1974 (method git-fetch)
1975 (uri (git-reference
1976 (url "https://github.com/politza/tablist.git")
1977 (commit (string-append "v" version))))
1978 (file-name (git-file-name name version))
1979 (sha256
1980 (base32
1981 "0pzsdg0rm59daw34ppss79cg05z9wnr8nkmdcc48nkd0p69ip2yy"))))
1982 (build-system emacs-build-system)
1983 (home-page "https://github.com/politza/tablist")
1984 (synopsis "Extension for @code{tabulated-list-mode}")
1985 (description "Tablist is the Emacs package that provides several
1986 additional features to @code{tabulated-list-mode}: it adds marks,
1987 filters, new key bindings and faces. It can be enabled by
1988 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1989 (license license:gpl3+)))
1990
1991 (define-public emacs-djvu
1992 (package
1993 (name "emacs-djvu")
1994 (version "1.1")
1995 (source
1996 (origin
1997 (method url-fetch)
1998 (uri (string-append "https://elpa.gnu.org/packages/"
1999 "djvu-" version ".el"))
2000 (sha256
2001 (base32 "0njgyx09q225hliacsnjk8wallg5i6xkz6bj501pb05nwqfbvfk7"))))
2002 (build-system emacs-build-system)
2003 (home-page "http://elpa.gnu.org/packages/djvu.html")
2004 (synopsis "Edit and view Djvu files via djvused")
2005 (description
2006 "This package is a front end for the command-line program djvused from
2007 DjVuLibre, see @url{http://djvu.sourceforge.net/}. It assumes you have the
2008 programs @command{djvused}, @command{djview}, @command{ddjvu}, and
2009 @command{djvm} installed.")
2010 (license license:gpl3+)))
2011
2012 (define-public emacs-pdf-tools
2013 (package
2014 (name "emacs-pdf-tools")
2015 (version "0.90")
2016 (home-page "https://github.com/politza/pdf-tools")
2017 (source (origin
2018 (method git-fetch)
2019 (uri (git-reference (url home-page)
2020 (commit (string-append "v" version))))
2021 (file-name (git-file-name name version))
2022 (sha256
2023 (base32
2024 "0iv2g5kd14zk3r5dzdw7b7hk4b5w7qpbilcqkja46jgxbb6xnpl9"))))
2025 (build-system gnu-build-system)
2026 (arguments
2027 `(#:tests? #f ; there are no tests
2028 #:modules ((guix build gnu-build-system)
2029 ((guix build emacs-build-system) #:prefix emacs:)
2030 (guix build utils)
2031 (guix build emacs-utils))
2032 #:imported-modules (,@%gnu-build-system-modules
2033 (guix build emacs-build-system)
2034 (guix build emacs-utils))
2035 #:phases
2036 (modify-phases %standard-phases
2037 ;; Build server side using 'gnu-build-system'.
2038 (add-after 'unpack 'enter-server-dir
2039 (lambda _ (chdir "server") #t))
2040 (add-after 'enter-server-dir 'autogen
2041 (lambda _
2042 (invoke "bash" "autogen.sh")))
2043
2044 ;; Build emacs side using 'emacs-build-system'.
2045 (add-after 'compress-documentation 'enter-lisp-dir
2046 (lambda _ (chdir "../lisp") #t))
2047 (add-after 'enter-lisp-dir 'emacs-patch-variables
2048 (lambda* (#:key outputs #:allow-other-keys)
2049 (for-each make-file-writable (find-files "."))
2050
2051 ;; Set path to epdfinfo program.
2052 (emacs-substitute-variables "pdf-info.el"
2053 ("pdf-info-epdfinfo-program"
2054 (string-append (assoc-ref outputs "out")
2055 "/bin/epdfinfo")))
2056 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
2057 ;; upgrading" that pdf-tools tries to perform.
2058 (emacs-substitute-variables "pdf-tools.el"
2059 ("pdf-tools-handle-upgrades" '()))))
2060 (add-after 'emacs-patch-variables 'emacs-add-source-to-load-path
2061 (assoc-ref emacs:%standard-phases 'add-source-to-load-path))
2062 (add-after 'emacs-add-source-to-load-path 'emacs-install
2063 (assoc-ref emacs:%standard-phases 'install))
2064 (add-after 'emacs-install 'emacs-build
2065 (assoc-ref emacs:%standard-phases 'build))
2066 (add-after 'emacs-install 'emacs-make-autoloads
2067 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
2068 (native-inputs `(("autoconf" ,autoconf)
2069 ("automake" ,automake)
2070 ("pkg-config" ,pkg-config)
2071 ("emacs" ,emacs-minimal)))
2072 (inputs `(("poppler" ,poppler)
2073 ("cairo" ,cairo)
2074 ("glib" ,glib)
2075 ("libpng" ,libpng)
2076 ("zlib" ,zlib)))
2077 (propagated-inputs `(("tablist" ,emacs-tablist)))
2078 (synopsis "Emacs support library for PDF files")
2079 (description
2080 "PDF Tools is, among other things, a replacement of DocView for PDF
2081 files. The key difference is that pages are not pre-rendered by
2082 e.g. ghostscript and stored in the file-system, but rather created on-demand
2083 and stored in memory.")
2084 (license license:gpl3+)))
2085
2086 (define-public emacs-dash
2087 (package
2088 (name "emacs-dash")
2089 (version "2.16.0")
2090 (source (origin
2091 (method git-fetch)
2092 (uri (git-reference
2093 (url "https://github.com/magnars/dash.el.git")
2094 (commit version)))
2095 (file-name (git-file-name name version))
2096 (sha256
2097 (base32
2098 "150k48llqz2mb66vbznpyj47r6g16amfl7hbg8q46djq8mp7zc2v"))))
2099 (build-system emacs-build-system)
2100 (arguments
2101 `(#:tests? #t
2102 #:test-command '("./run-tests.sh")))
2103 (home-page "https://github.com/magnars/dash.el")
2104 (synopsis "Modern list library for Emacs")
2105 (description "This package provides a modern list API library for Emacs.")
2106 (license license:gpl3+)))
2107
2108 (define-public emacs-bui
2109 (package
2110 (name "emacs-bui")
2111 (version "1.2.1")
2112 (source (origin
2113 (method git-fetch)
2114 (uri (git-reference
2115 (url "https://notabug.org/alezost/emacs-bui.git")
2116 (commit (string-append "v" version))))
2117 (file-name (git-file-name name version))
2118 (sha256
2119 (base32
2120 "0sszdl4kvqbihdh8d7mybpp0d8yw2p3gyiipjcxz9xhvvmw3ww4x"))))
2121 (build-system emacs-build-system)
2122 (propagated-inputs
2123 `(("dash" ,emacs-dash)))
2124 (home-page "https://notabug.org/alezost/emacs-bui")
2125 (synopsis "Buffer interface library for Emacs")
2126 (description
2127 "BUI (Buffer User Interface) is a library for making @code{list} and
2128 @code{info} interfaces to display an arbitrary data of the same
2129 type, for example: packages, buffers, files, etc.")
2130 (license license:gpl3+)))
2131
2132 (define-public emacs-guix
2133 (package
2134 (name "emacs-guix")
2135 (version "0.5.2")
2136 (source (origin
2137 (method url-fetch)
2138 (uri (string-append "https://emacs-guix.gitlab.io/website/"
2139 "releases/emacs-guix-" version ".tar.gz"))
2140 (sha256
2141 (base32
2142 "0yz64c0z4ygi2k4af18k4r1ncgys18jb8icywkp2g5pgmpn5l7ps"))))
2143 (build-system gnu-build-system)
2144 (arguments
2145 `(#:configure-flags
2146 (let ((guix (assoc-ref %build-inputs "guix"))
2147 (gcrypt (assoc-ref %build-inputs "guile-gcrypt"))
2148 (geiser (assoc-ref %build-inputs "geiser"))
2149 (dash (assoc-ref %build-inputs "dash"))
2150 (bui (assoc-ref %build-inputs "bui"))
2151 (magit-popup (assoc-ref %build-inputs "magit-popup"))
2152 (edit-indirect (assoc-ref %build-inputs "edit-indirect"))
2153 (site-lisp "/share/emacs/site-lisp")
2154 (site-scm "/share/guile/site")
2155 (site-go "/lib/guile")
2156 (guile-dir (lambda (dir)
2157 (car (find-files dir
2158 (lambda (file stat)
2159 (string-prefix?
2160 "2." (basename file)))
2161 #:directories? #t)))))
2162 (list (string-append "--with-guix-site-dir="
2163 (guile-dir (string-append guix site-scm)))
2164 (string-append "--with-guix-site-ccache-dir="
2165 (guile-dir (string-append guix site-go))
2166 "/site-ccache")
2167 (string-append "--with-guile-gcrypt-site-dir="
2168 (guile-dir (string-append gcrypt site-scm)))
2169 (string-append "--with-guile-gcrypt-site-ccache-dir="
2170 (guile-dir (string-append gcrypt site-go))
2171 "/site-ccache")
2172 (string-append "--with-geiser-lispdir=" geiser site-lisp)
2173 (string-append "--with-dash-lispdir="
2174 dash site-lisp "/guix.d/dash-"
2175 ,(package-version emacs-dash))
2176 (string-append "--with-bui-lispdir="
2177 bui site-lisp "/guix.d/bui-"
2178 ,(package-version emacs-bui))
2179 (string-append "--with-editindirect-lispdir="
2180 edit-indirect site-lisp "/guix.d/edit-indirect-"
2181 ,(package-version emacs-edit-indirect))
2182 (string-append "--with-popup-lispdir="
2183 magit-popup site-lisp "/guix.d/magit-popup-"
2184 ,(package-version emacs-magit-popup))))))
2185 (native-inputs
2186 `(("pkg-config" ,pkg-config)
2187 ("emacs" ,emacs-minimal)))
2188 (inputs
2189 `(("guile" ,guile-2.2)
2190 ("guix" ,guix)))
2191 (propagated-inputs
2192 `(("geiser" ,emacs-geiser)
2193 ("guile-gcrypt" ,guile-gcrypt)
2194 ("dash" ,emacs-dash)
2195 ("bui" ,emacs-bui)
2196 ("edit-indirect" ,emacs-edit-indirect)
2197 ("magit-popup" ,emacs-magit-popup)))
2198 (home-page "https://emacs-guix.gitlab.io/website/")
2199 (synopsis "Emacs interface for GNU Guix")
2200 (description
2201 "Emacs-Guix provides a visual interface, tools and features for the GNU
2202 Guix package manager. Particularly, it allows you to do various package
2203 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
2204 @code{M-x guix-help} command.")
2205 (license license:gpl3+)))
2206
2207 (define-public emacs-build-farm
2208 (package
2209 (name "emacs-build-farm")
2210 (version "0.2.2")
2211 (source (origin
2212 (method git-fetch)
2213 (uri (git-reference
2214 (url "https://notabug.org/alezost/emacs-build-farm.git")
2215 (commit (string-append "v" version))))
2216 (file-name (git-file-name name version))
2217 (sha256
2218 (base32
2219 "0i0bwbav5861j2y15j9nd5m9rdqg9q97zgcbld8pivr9nyxy63lz"))))
2220 (build-system emacs-build-system)
2221 (propagated-inputs
2222 `(("bui" ,emacs-bui)
2223 ("magit-popup" ,emacs-magit-popup)))
2224 (home-page "https://notabug.org/alezost/emacs-build-farm")
2225 (synopsis "Emacs interface for Hydra and Cuirass build farms")
2226 (description
2227 "This Emacs package provides an interface for Hydra and
2228 Cuirass (build farms used by Nix and Guix). It allows you to look at
2229 various data related to the build farm projects, jobsets, builds and
2230 evaluations. The entry point is @code{M-x build-farm} command.")
2231 (license license:gpl3+)))
2232
2233 (define-public emacs-d-mode
2234 (package
2235 (name "emacs-d-mode")
2236 (version "2.0.10")
2237 (source
2238 (origin
2239 (method git-fetch)
2240 (uri (git-reference
2241 (url "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode.git")
2242 (commit version)))
2243 (file-name (git-file-name name version))
2244 (sha256
2245 (base32 "0915kb9jcaixgindhj85fmykkhvj31ckp1yg6746fznwdgfrlifv"))))
2246 (build-system emacs-build-system)
2247 (propagated-inputs
2248 `(("emacs-undercover" ,emacs-undercover)))
2249 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
2250 (synopsis "Emacs major mode for editing D code")
2251 (description "This package provides an Emacs major mode for highlighting
2252 code written in the D programming language. This mode is currently known to
2253 work with Emacs 24 and 25.")
2254 (license license:gpl2+)))
2255
2256 (define-public emacs-extempore-mode
2257 ;; Use the latest commit at time of packaging. There are no releases or tags.
2258 (let ((commit "848ad0084f27b92d1cf98dabffbad29f959a642d")
2259 (revision "1"))
2260 (package
2261 (name "emacs-extempore-mode")
2262 (version (git-version "0.0.0" revision commit))
2263 (source
2264 (origin
2265 (method git-fetch)
2266 (uri (git-reference
2267 (url "https://github.com/extemporelang/extempore-emacs-mode.git")
2268 (commit commit)))
2269 (file-name (git-file-name name version))
2270 (sha256
2271 (base32 "00wr025php7nl33x541s9rjm99hj0jbdcmnw9ljx5hqpm04aqm7c"))))
2272 (build-system emacs-build-system)
2273 (home-page "https://github.com/extemporelang/extempore-emacs-mode")
2274 (synopsis "Emacs major mode for Extempore source files")
2275 (description
2276 "This package provides a major mode for editing Extempore code. It can
2277 create an Extempore REPL, connect the current @code{extempore-mode} buffer to a
2278 running Extempore process, and more.")
2279 (license license:bsd-2))))
2280
2281 (define-public emacs-keyfreq
2282 (package
2283 (name "emacs-keyfreq")
2284 (version "20160516.716")
2285 (source
2286 (origin
2287 (method url-fetch)
2288 (uri (string-append "http://melpa.org/packages/keyfreq-"
2289 version ".el"))
2290 (sha256
2291 (base32
2292 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
2293 (build-system emacs-build-system)
2294 (home-page "https://github.com/dacap/keyfreq")
2295 (synopsis "Track Emacs command frequencies")
2296 (description "@code{emacs-keyfeq} tracks and shows how many times you used
2297 a command.")
2298 (license license:gpl3+)))
2299
2300 (define-public emacs-olivetti
2301 (package
2302 (name "emacs-olivetti")
2303 (version "1.8.1")
2304 (source (origin
2305 (method git-fetch)
2306 (uri (git-reference
2307 (url "https://github.com/rnkn/olivetti.git")
2308 (commit (string-append "v" version))))
2309 (file-name (git-file-name name version))
2310 (sha256
2311 (base32
2312 "1fbj9s49y5yx5i429awv9rybacfgvhwp7v5h0zw67bpgx4qs44pa"))))
2313 (build-system emacs-build-system)
2314 (home-page "https://github.com/rnkn/olivetti")
2315 (synopsis "Emacs minor mode for a nice writing environment")
2316 (description "This package provides an Emacs minor mode that puts writing
2317 in the center.")
2318 (license license:gpl3+)))
2319
2320 (define-public emacs-undo-tree
2321 (package
2322 (name "emacs-undo-tree")
2323 (version "0.7.1")
2324 (source (origin
2325 (method git-fetch)
2326 (uri (git-reference
2327 (url "http://dr-qubit.org/git/undo-tree.git")
2328 (commit (string-append "release/" version))))
2329 (file-name (git-file-name name version))
2330 (sha256
2331 (base32
2332 "1nr0149y2nvrxj56gc12jqnfl01g6z9ypfsgl6pfg85cw73hnggk"))))
2333 (build-system emacs-build-system)
2334 (home-page "http://www.dr-qubit.org/emacs.php")
2335 (synopsis "Treat undo history as a tree")
2336 (description "Tree-like interface to Emacs undo system, providing
2337 graphical tree presentation of all previous states of buffer that
2338 allows easily move between them.")
2339 (license license:gpl3+)))
2340
2341 (define-public emacs-s
2342 (package
2343 (name "emacs-s")
2344 (version "1.12.0")
2345 (source
2346 (origin
2347 (method git-fetch)
2348 (uri (git-reference
2349 (url "https://github.com/magnars/s.el.git")
2350 (commit version)))
2351 (file-name (git-file-name name version))
2352 (sha256
2353 (base32 "1g8mqd13llj007al4nlxxx4z2lcsg3wk970mgjn0avwrhjjgdmmv"))))
2354 (build-system emacs-build-system)
2355 (arguments
2356 `(#:tests? #t
2357 #:emacs ,emacs ; FIXME: tests fail with emacs-minimal
2358 #:test-command '("./run-tests.sh")))
2359 (home-page "https://github.com/magnars/s.el")
2360 (synopsis "Emacs string manipulation library")
2361 (description "This package provides an Emacs library for manipulating
2362 strings.")
2363 (license license:gpl3+)))
2364
2365 (define-public emacs-symon
2366 (package
2367 (name "emacs-symon")
2368 (version "20160630")
2369 (source
2370 (origin
2371 (method git-fetch)
2372 (uri (git-reference
2373 (url "https://github.com/zk-phi/symon.git")
2374 (commit version)))
2375 (file-name (git-file-name name version))
2376 (sha256
2377 (base32 "1q7di9s8k710nx98wnqnbkkhdimrn0jf6z4xkm4c78l6s5idjwlz"))))
2378 (build-system emacs-build-system)
2379 (home-page "https://github.com/zk-phi/symon")
2380 (synopsis "Tiny graphical system monitor")
2381 (description
2382 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
2383 (license license:gpl2+)))
2384
2385 (define-public emacs-sx
2386 (let ((version "20180212")
2387 (revision "1")
2388 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
2389 (package
2390 (name "emacs-sx")
2391 (version (git-version version revision commit))
2392 (source
2393 (origin
2394 (method git-fetch)
2395 (uri (git-reference
2396 (url "https://github.com/vermiculus/sx.el")
2397 (commit commit)))
2398 (file-name (git-file-name name version))
2399 (sha256
2400 (base32
2401 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
2402 (build-system emacs-build-system)
2403 (propagated-inputs
2404 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
2405 (home-page "https://github.com/vermiculus/sx.el")
2406 (synopsis "Emacs StackExchange client")
2407 (description
2408 "Emacs StackExchange client. Ask and answer questions on
2409 Stack Overflow, Super User, and other StackExchange sites.")
2410 (license license:gpl3+))))
2411
2412 (define-public emacs-f
2413 (package
2414 (name "emacs-f")
2415 (version "0.20.0")
2416 (source (origin
2417 (method git-fetch)
2418 (uri (git-reference
2419 (url "https://github.com/rejeep/f.el.git")
2420 (commit (string-append "v" version))))
2421 (file-name (git-file-name name version))
2422 (sha256
2423 (base32
2424 "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
2425 (build-system emacs-build-system)
2426 (propagated-inputs
2427 `(("emacs-s" ,emacs-s)
2428 ("emacs-dash" ,emacs-dash)))
2429 (home-page "https://github.com/rejeep/f.el")
2430 (synopsis "Emacs API for working with files and directories")
2431 (description "This package provides an Emacs library for working with
2432 files and directories.")
2433 (license license:gpl3+)))
2434
2435 (define-public emacs-fringe-helper
2436 (let ((commit "ef4a9c023bae18ec1ddd7265f1f2d6d2e775efdd")
2437 (revision "1"))
2438 (package
2439 (name "emacs-fringe-helper")
2440 (version (git-version "1.0.1" revision commit))
2441 (source
2442 (origin
2443 (method git-fetch)
2444 (uri (git-reference
2445 (url "https://github.com/nschum/fringe-helper.el.git")
2446 (commit commit)))
2447 (file-name (git-file-name name version))
2448 (sha256
2449 (base32 "0ra9rc53l1gvkqank8apasl3r7wz2yfjrcvmfk3wpxhh24ppxv9d"))))
2450 (build-system emacs-build-system)
2451 (arguments
2452 `(#:tests? #t
2453 #:test-command '("emacs" "--batch"
2454 "-l" "tests.el"
2455 "-f" "ert-run-tests-batch-and-exit")))
2456 (home-page "https://github.com/nschum/fringe-helper.el")
2457 (synopsis "Helper functions for fringe bitmaps")
2458 (description
2459 "This package allows fringe bitmaps to be defined with a visual string
2460 representation.")
2461 (license license:gpl2+))))
2462
2463 (define-public emacs-git-gutter
2464 (package
2465 (name "emacs-git-gutter")
2466 (version "0.90")
2467 (source
2468 (origin
2469 (method git-fetch)
2470 (uri (git-reference
2471 (url "https://github.com/syohex/emacs-git-gutter.git")
2472 (commit version)))
2473 (file-name (git-file-name name version))
2474 (sha256
2475 (base32 "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5"))))
2476 (build-system emacs-build-system)
2477 (home-page "https://github.com/syohex/emacs-git-gutter")
2478 (synopsis "See and manage hunks of text in a version control system")
2479 (description
2480 "This package is an Emacs minor mode for displaying and interacting with
2481 hunks of text managed in a version control system. Added modified and deleted
2482 areas can be indicated with symbols on the edge of the buffer, and commands
2483 can be used to move between and perform actions on these hunks.
2484
2485 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
2486 display and behaviour is easily customisable.")
2487 (license license:gpl3+)))
2488
2489 (define-public emacs-git-gutter-fringe
2490 (let ((commit "16226caab44174301f1659f7bf8cc67a76153445")
2491 (revision "1"))
2492 (package
2493 (name "emacs-git-gutter-fringe")
2494 (version (git-version "0.23" revision commit))
2495 (source
2496 (origin
2497 (method git-fetch)
2498 (uri (git-reference
2499 (url "https://github.com/syohex/git-gutter-fringe.git")
2500 (commit commit)))
2501 (file-name (git-file-name name version))
2502 (sha256
2503 (base32 "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm"))))
2504 (build-system emacs-build-system)
2505 (propagated-inputs
2506 `(("emacs-git-gutter" ,emacs-git-gutter)
2507 ("emacs-fringe-helper" ,emacs-fringe-helper)))
2508 (home-page "https://github.com/syohex/git-gutter-fringe")
2509 (synopsis "See and manage hunks of text in a version control system")
2510 (description
2511 "This package extends @code{git-gutter} to use the fringe area of a
2512 window.")
2513 (license license:gpl3+))))
2514
2515 (define-public emacs-git-link
2516 (package
2517 (name "emacs-git-link")
2518 (version "0.7.5")
2519 (source
2520 (origin
2521 (method git-fetch)
2522 (uri (git-reference
2523 (url "https://github.com/sshaw/git-link.git")
2524 (commit (string-append "v" version))))
2525 (file-name (git-file-name name version))
2526 (sha256
2527 (base32 "04xa6lp8wkjb6zs096bf4sz124grcjj15xv1h009bmn2j95rggj6"))))
2528 (build-system emacs-build-system)
2529 (arguments
2530 `(#:tests? #t
2531 #:test-command '("make" "test")))
2532 (home-page "https://github.com/sshaw/git-link")
2533 (synopsis "Create links for files and commits in GitHub/GitLab/etc. repos")
2534 (description
2535 "@code{git-link} returns the URL for the current buffer's file location
2536 at the current line number or active region. @code{git-link-commit} returns
2537 the URL for a commit. URLs are added to the kill ring.")
2538 (license license:gpl3+)))
2539
2540 (define-public emacs-apheleia
2541 (package
2542 (name "emacs-apheleia")
2543 (version "1.0")
2544 (source
2545 (origin
2546 (method git-fetch)
2547 (uri (git-reference
2548 (url "https://github.com/raxod502/apheleia.git")
2549 (commit (string-append "v" version))))
2550 (file-name (git-file-name name version))
2551 (sha256
2552 (base32 "04pls7zahy4jfkikv6fvd9vfpm4glhyanmmkx79hgi9pwdv966rf"))))
2553 (build-system emacs-build-system)
2554 (home-page "https://github.com/raxod502/apheleia")
2555 (synopsis "Reformat buffer stably")
2556 (description
2557 "This package allows for a buffer to be reformatted without moving point,
2558 so that running a formatting tool like @code{Prettier} or @code{Black} upon
2559 saving won't move point back to the beginning of the buffer.")
2560 (license license:gpl3+)))
2561
2562 (define-public emacs-git-timemachine
2563 (package
2564 (name "emacs-git-timemachine")
2565 (version "4.11")
2566 (source
2567 (origin
2568 (method git-fetch)
2569 (uri (git-reference
2570 (url "https://gitlab.com/pidu/git-timemachine.git")
2571 (commit version)))
2572 (file-name (git-file-name name version))
2573 (sha256
2574 (base32
2575 "1pz4l1xnq6s67w5yq9107vm8dg7rqf8n9dmbn90jys97c722g70n"))))
2576 (build-system emacs-build-system)
2577 (propagated-inputs
2578 `(("emacs-transient" ,emacs-transient)))
2579 (home-page "https://gitlab.com/pidu/git-timemachine")
2580 (synopsis "Step through historic versions of Git-controlled files")
2581 (description "This package enables you to step through historic versions
2582 of files under Git version control from within Emacs.")
2583 (license license:gpl3+)))
2584
2585 (define-public emacs-minitest
2586 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
2587 (revision "1"))
2588 (package
2589 (name "emacs-minitest")
2590 (version (git-version "0.8.0" revision commit))
2591 (source (origin
2592 (method git-fetch)
2593 (uri (git-reference
2594 (url "https://github.com/arthurnn/minitest-emacs")
2595 (commit commit)))
2596 (file-name (git-file-name name commit))
2597 (sha256
2598 (base32
2599 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
2600 (build-system emacs-build-system)
2601 (arguments
2602 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
2603 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
2604 (propagated-inputs
2605 `(("emacs-dash" ,emacs-dash)
2606 ("emacs-f" ,emacs-f)))
2607 (home-page "https://github.com/arthurnn/minitest-emacs")
2608 (synopsis "Emacs minitest mode")
2609 (description
2610 "The minitest mode provides commands to run the tests for the current
2611 file or line, as well as rerunning the previous tests, or all the tests for a
2612 project.
2613
2614 This package also includes relevant snippets for yasnippet.")
2615 (license license:expat))))
2616
2617 (define-public emacs-el-mock
2618 (package
2619 (name "emacs-el-mock")
2620 (version "1.25.1")
2621 (source
2622 (origin
2623 (method git-fetch)
2624 (uri (git-reference
2625 (url "https://github.com/rejeep/el-mock.el.git")
2626 (commit (string-append "v" version))))
2627 (file-name (git-file-name name version))
2628 (sha256
2629 (base32 "13mv1rhgkwiww2wh5w926jz7idppp492wir1vdl245c5x50dh4f7"))))
2630 (build-system emacs-build-system)
2631 (home-page "https://github.com/rejeep/el-mock.el")
2632 (synopsis "Tiny mock and stub framework in Emacs Lisp")
2633 (description
2634 "Emacs Lisp Mock is a library for mocking and stubbing using readable
2635 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
2636 Expectations, but it can be used in other contexts.")
2637 (license license:gpl3+)))
2638
2639 (define-public emacs-espuds
2640 (package
2641 (name "emacs-espuds")
2642 (version "0.3.3")
2643 (source
2644 (origin
2645 (method git-fetch)
2646 (uri (git-reference
2647 (url "https://github.com/ecukes/espuds.git")
2648 (commit (string-append "v" version))))
2649 (file-name (git-file-name name version))
2650 (sha256
2651 (base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
2652 (build-system emacs-build-system)
2653 (propagated-inputs
2654 `(("emacs-s" ,emacs-s)
2655 ("emacs-dash" ,emacs-dash)
2656 ("emacs-f" ,emacs-f)))
2657 (home-page "https://github.com/ecukes/espuds")
2658 (synopsis "Common step definitions for Ecukes")
2659 (description "Espuds is a collection of the most commonly used step
2660 definitions for testing with the Ecukes framework.")
2661 (license license:gpl3+)))
2662
2663 (define-public emacs-spark
2664 (let ((version "20160503") ; no proper tag, use date of commit
2665 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
2666 (revision "1"))
2667 (package
2668 (name "emacs-spark")
2669 (version (git-version version revision commit))
2670 (source
2671 (origin
2672 (method git-fetch)
2673 (uri (git-reference
2674 (url "https://github.com/alvinfrancis/spark.git")
2675 (commit commit)))
2676 (file-name (git-file-name name version))
2677 (sha256
2678 (base32
2679 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
2680 (build-system emacs-build-system)
2681 (home-page "https://github.com/alvinfrancis/spark")
2682 (synopsis "Sparkline generation library for Emacs Lisp")
2683 (description "@code{emacs-spark} is a sparkline generation library for
2684 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
2685 port of @code{cl-spark} to Emacs Lisp.")
2686 (license license:expat))))
2687
2688 (define-public emacs-es-mode
2689 (package
2690 (name "emacs-es-mode")
2691 (version "4.3.0")
2692 (source
2693 (origin
2694 (method git-fetch)
2695 (uri (git-reference
2696 (url "https://github.com/dakrone/es-mode.git")
2697 (commit version)))
2698 (file-name (git-file-name name version))
2699 (sha256
2700 (base32 "1qhfnd5anp5qrmravv7ks5ix763xnki2f5jwcyj70qyxwr0l60cg"))))
2701 (build-system emacs-build-system)
2702 (propagated-inputs
2703 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
2704 ;; to be rendered incorrectly
2705 `(("emacs-dash" ,emacs-dash)
2706 ("emacs-org" ,emacs-org)
2707 ("emacs-spark" ,emacs-spark)))
2708 (home-page "https://github.com/dakrone/es-mode")
2709 (synopsis "Major mode for editing Elasticsearch queries")
2710 (description "@code{es-mode} includes highlighting, completion and
2711 indentation support for Elasticsearch queries. Also supported are
2712 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
2713 be processed through @code{jq}, or in the case of aggregations, can be
2714 rendered in to a table. In addition, there is an @code{es-command-center}
2715 mode, which displays information about Elasticsearch clusters.")
2716 (license license:gpl3+)))
2717
2718 (define-public emacs-expand-region
2719 (package
2720 (name "emacs-expand-region")
2721 (version "0.11.0")
2722 (source
2723 (origin
2724 (method git-fetch)
2725 (uri (git-reference
2726 (url "https://github.com/magnars/expand-region.el.git")
2727 (commit version)))
2728 (file-name (git-file-name name version))
2729 (sha256
2730 (base32 "0h40dhc3kn8fq86xnwi5lz7ql8my8737y7wkqr897p15y90swr35"))))
2731 (build-system emacs-build-system)
2732 (home-page "https://github.com/magnars/expand-region.el")
2733 (synopsis "Increase selected region by semantic units")
2734 (description
2735 "Expand region increases the selected region by semantic units. Just
2736 keep pressing the key until it selects what you want. There's also
2737 @code{er/contract-region} if you expand too far.")
2738 (license license:gpl3+)))
2739
2740 (define-public emacs-fill-column-indicator
2741 (package
2742 (name "emacs-fill-column-indicator")
2743 (version "1.90")
2744 (source
2745 (origin
2746 (method git-fetch)
2747 (uri (git-reference
2748 (url "https://github.com/alpaker/Fill-Column-Indicator.git")
2749 (commit version)))
2750 (file-name (git-file-name name version))
2751 (sha256
2752 (base32 "0snjznxdwwfdgccdcvrnk467416r244r2r5qcm2sga8l0ha9gw9z"))))
2753 (build-system emacs-build-system)
2754 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2755 (synopsis "Graphically indicate the fill column")
2756 (description
2757 "Fill-column-indicator graphically indicates the location of the fill
2758 column by drawing a thin line down the length of the editing window.")
2759 (license license:gpl3+)))
2760
2761 (define-public emacs-grep-a-lot
2762 (package
2763 (name "emacs-grep-a-lot")
2764 (version "1.0.7")
2765 (source
2766 (origin
2767 (method git-fetch)
2768 (uri (git-reference
2769 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2770 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2771 (file-name (git-file-name name version))
2772 (sha256
2773 (base32 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2774 (build-system emacs-build-system)
2775 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2776 (synopsis "Enables multiple grep buffers in Emacs")
2777 (description
2778 "This Emacs package allows managing multiple grep buffers.")
2779 (license license:gpl3+)))
2780
2781 (define-public emacs-inf-ruby
2782 (package
2783 (name "emacs-inf-ruby")
2784 (version "2.5.2")
2785 (source
2786 (origin
2787 (method git-fetch)
2788 (uri (git-reference
2789 (url "https://github.com/nonsequitur/inf-ruby.git")
2790 (commit version)))
2791 (file-name (git-file-name name version))
2792 (sha256
2793 (base32 "0a1hhvfbl6mq8rjsi77fg9fh5a91hi5scjrg9rjqc5ffbql67y0v"))))
2794 (build-system emacs-build-system)
2795 (home-page "https://github.com/nonsequitur/inf-ruby")
2796 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2797 (description
2798 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2799 for easy interaction with a ruby subprocess. Features include support for
2800 detecting specific uses of Ruby, e.g. when using rails, and using a
2801 appropriate console.")
2802 (license license:gpl3+)))
2803
2804 (define-public emacs-znc
2805 (package
2806 (name "emacs-znc")
2807 (version "0.0.2")
2808 (source
2809 (origin
2810 (method url-fetch)
2811 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2812 version ".el"))
2813 (sha256
2814 (base32
2815 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2816 (build-system emacs-build-system)
2817 (home-page "https://github.com/sshirokov/ZNC.el")
2818 (synopsis "Make ERC and ZNC get along better")
2819 (description
2820 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2821 IRC bouncer with ERC.")
2822 (license license:expat)))
2823
2824 (define-public emacs-shut-up
2825 (package
2826 (name "emacs-shut-up")
2827 (version "0.3.2")
2828 (source
2829 (origin
2830 (method git-fetch)
2831 (uri (git-reference
2832 (url "https://github.com/cask/shut-up.git")
2833 (commit (string-append "v" version))))
2834 (file-name (git-file-name name version))
2835 (sha256
2836 (base32 "103yvfgkj78i4bnv1fwk76izsa8h4wyj3vwj1vq7xggj607hkxzq"))))
2837 (build-system emacs-build-system)
2838 (home-page "https://github.com/cask/shut-up")
2839 (synopsis "Silence Emacs")
2840 (description "This package silences most output of Emacs when running an
2841 Emacs shell script.")
2842 (license license:expat)))
2843
2844 (define-public emacs-undercover
2845 (package
2846 (name "emacs-undercover")
2847 (version "0.6.1")
2848 (source
2849 (origin
2850 (method git-fetch)
2851 (uri (git-reference
2852 (url "https://github.com/sviridov/undercover.el.git")
2853 (commit version)))
2854 (file-name (git-file-name name version))
2855 (sha256
2856 (base32 "080bmfwyfi8663y8x594770hqz7mff7zvj2v03qdfwbhdr9w9y29"))))
2857 (build-system emacs-build-system)
2858 (propagated-inputs
2859 `(("emacs-dash" ,emacs-dash)
2860 ("emacs-shut-up" ,emacs-shut-up)))
2861 (home-page "https://github.com/sviridov/undercover.el")
2862 (synopsis "Test coverage library for Emacs Lisp")
2863 (description
2864 "Undercover is a test coverage library for software written in Emacs
2865 Lisp.")
2866 (license license:expat)))
2867
2868 (define-public emacs-paren-face
2869 (package
2870 (name "emacs-paren-face")
2871 (version "1.0.5")
2872 (source
2873 (origin
2874 (method git-fetch)
2875 (uri (git-reference
2876 (url "https://github.com/tarsius/paren-face.git")
2877 (commit version)))
2878 (file-name (git-file-name name version))
2879 (sha256
2880 (base32
2881 "04vkg8fhdn8x02dydxbwpizh2yn3sbmn9432v770vbbq6b62k2lx"))))
2882 (build-system emacs-build-system)
2883 (home-page "https://github.com/tarsius/paren-face")
2884 (synopsis "Face for parentheses in lisp modes")
2885 (description
2886 "This library defines a face named @code{parenthesis} used just for
2887 parentheses. The intended purpose of this face is to make parentheses less
2888 visible in Lisp code by dimming them. Lispers probably don't need to be
2889 constantly made aware of the existence of the parentheses. Dimming them might
2890 be even more useful for people new to lisp who have not yet learned to
2891 subconsciously blend out the parentheses.")
2892 (license license:gpl3+)))
2893
2894 (define-public emacs-page-break-lines
2895 (package
2896 (name "emacs-page-break-lines")
2897 (version "0.11")
2898 (source
2899 (origin
2900 (method git-fetch)
2901 (uri (git-reference
2902 (url "https://github.com/purcell/page-break-lines.git")
2903 (commit version)))
2904 (file-name (git-file-name name version))
2905 (sha256
2906 (base32 "1wp974716ih2cz9kdmdz7xwjy1qnnfzdzlfr9kchknagw8d9nn12"))))
2907 (build-system emacs-build-system)
2908 (home-page "https://github.com/purcell/page-break-lines")
2909 (synopsis "Display page breaks as tidy horizontal lines")
2910 (description
2911 "This library provides a global mode which displays form feed characters
2912 as horizontal rules.")
2913 (license license:gpl3+)))
2914
2915 (define-public emacs-simple-httpd
2916 (package
2917 (name "emacs-simple-httpd")
2918 (version "1.5.1")
2919 (source
2920 (origin
2921 (method git-fetch)
2922 (uri (git-reference
2923 (url "https://github.com/skeeto/emacs-web-server.git")
2924 (commit version)))
2925 (file-name (git-file-name name version))
2926 (sha256
2927 (base32 "0dpn92rg813c4pq7a1vzj3znyxzp2lmvxqz6pzcqi0l2xn5r3wvb"))))
2928 (build-system emacs-build-system)
2929 (home-page "https://github.com/skeeto/emacs-web-server")
2930 (synopsis "HTTP server in pure Emacs Lisp")
2931 (description
2932 "This package provides a simple HTTP server written in Emacs Lisp to
2933 serve files and directory listings.")
2934 (license license:unlicense)))
2935
2936 (define-public emacs-skewer-mode
2937 (package
2938 (name "emacs-skewer-mode")
2939 (version "1.8.0")
2940 (source
2941 (origin
2942 (method git-fetch)
2943 (uri (git-reference
2944 (url "https://github.com/skeeto/skewer-mode.git")
2945 (commit version)))
2946 (file-name (git-file-name name version))
2947 (sha256
2948 (base32 "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"))))
2949 (build-system emacs-build-system)
2950 (propagated-inputs
2951 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2952 ("emacs-js2-mode" ,emacs-js2-mode)))
2953 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2954 (home-page "https://github.com/skeeto/skewer-mode")
2955 (synopsis "Live web development in Emacs")
2956 (description
2957 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2958 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2959 evaluated in the browser, just like Emacs does with an inferior Lisp process
2960 in Lisp modes.")
2961 (license license:unlicense)))
2962
2963 (define-public emacs-litable
2964 (let ((commit "b0278f3f8dcff424bfbdfdefb545b1fbff33206f"))
2965 (package
2966 (name "emacs-litable")
2967 (version (git-version "0.1" "0" commit))
2968 (source (origin
2969 (method git-fetch)
2970 (uri (git-reference
2971 (url "https://github.com/Fuco1/litable.git")
2972 (commit commit)))
2973 (file-name (git-file-name name version))
2974 (sha256
2975 (base32
2976 "0bny40hv9a024n01clxns351cs4j4ifhgcc7m4743xncqf612p7g"))))
2977 (build-system emacs-build-system)
2978 (propagated-inputs
2979 `(("emacs-dash" ,emacs-dash)))
2980 (home-page "https://github.com/Fuco1/litable/")
2981 (synopsis "Dynamic evaluation replacement with Emacs")
2982 (description "This package provides dynamic evaluation in Emacs.")
2983 (license license:gpl3+))))
2984
2985 (define-public emacs-string-inflection
2986 (package
2987 (name "emacs-string-inflection")
2988 (version "1.0.6")
2989 (source (origin
2990 (method git-fetch)
2991 (uri (git-reference
2992 (url "https://github.com/akicho8/string-inflection")
2993 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2994 (file-name (git-file-name name version))
2995 (sha256
2996 (base32
2997 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2998 (build-system emacs-build-system)
2999 (native-inputs
3000 `(("ert-runner" ,emacs-ert-runner)))
3001 (arguments
3002 `(#:tests? #t
3003 #:test-command '("ert-runner")))
3004 (home-page "https://github.com/akicho8/string-inflection")
3005 (synopsis "Convert symbol names between different naming conventions")
3006 (description
3007 "This Emacs package provides convenient methods for manipulating the
3008 naming style of a symbol. It supports different naming conventions such as:
3009
3010 @enumerate
3011 @item camel case
3012 @item Pascal case
3013 @item all upper case
3014 @item lower case separated by underscore
3015 @item etc...
3016 @end enumerate\n")
3017 (license license:gpl2+)))
3018
3019 (define-public emacs-stripe-buffer
3020 (package
3021 (name "emacs-stripe-buffer")
3022 (version "0.2.5")
3023 (source
3024 (origin
3025 (method git-fetch)
3026 (uri (git-reference
3027 (url "https://github.com/sabof/stripe-buffer.git")
3028 (commit version)))
3029 (file-name (git-file-name name version))
3030 (sha256
3031 (base32 "035ym1c1vzg6hjsnd258z4dkrfc11lj4c0y4gpgybhk54dq3w9dk"))))
3032 (build-system emacs-build-system)
3033 (home-page "https://github.com/sabof/stripe-buffer/")
3034 (synopsis "Add stripes to list buffers")
3035 (description
3036 "This Emacs package adds faces to add stripes to list buffers and org
3037 tables.")
3038 (license license:gpl2+)))
3039
3040 (define-public emacs-org-rich-yank
3041 (package
3042 (name "emacs-org-rich-yank")
3043 (version "0.2.1")
3044 (source
3045 (origin
3046 (method git-fetch)
3047 (uri (git-reference
3048 (url "https://github.com/unhammer/org-rich-yank.git")
3049 (commit (string-append "v" version))))
3050 (file-name (git-file-name name version))
3051 (sha256
3052 (base32 "0gxb0fnh5gxjmld0hnk5hli0cvdd8gjd27m30bk2b80kwldxlq1z"))))
3053 (build-system emacs-build-system)
3054 (home-page "https://github.com/unhammer/org-rich-yank")
3055 (synopsis "Automatically surround source code pasted into Org with
3056 @code{#+BEGIN_SRC} blocks")
3057 (description
3058 "This package provides a utility function for Org buffers that makes a
3059 @code{_SRC} block with the appropriate language annotation for code that has
3060 been copied from an Emacs major mode.")
3061 (license license:gpl2+)))
3062
3063 (define-public emacs-ob-restclient
3064 (let ((commit "53376667eeddb1388fd6c6976f3222e7c8adcd46"))
3065 (package
3066 (name "emacs-ob-restclient")
3067 (version (git-version "0.02" "1" commit))
3068 (source
3069 (origin
3070 (method git-fetch)
3071 (uri (git-reference
3072 (url "https://github.com/alf/ob-restclient.el.git")
3073 (commit commit)))
3074 (file-name (git-file-name name version))
3075 (sha256
3076 (base32 "1djg53cp7y83gic2v71y6r5z76kwrbkp0r69hl25rs99dx6p89dy"))))
3077 (propagated-inputs
3078 `(("emacs-restclient" ,emacs-restclient)))
3079 (build-system emacs-build-system)
3080 (home-page "https://github.com/alf/ob-restclient.el")
3081 (synopsis "Org-babel functionality for @code{restclient-mode}")
3082 (description
3083 "This package integrates @code{restclient-mode} with Org.")
3084 (license license:gpl3+))))
3085
3086 (define-public emacs-org-now
3087 (let ((commit "8f6b277a73f1c66e58ccb4b7f40d406851befc91"))
3088 (package
3089 (name "emacs-org-now")
3090 (version (git-version "0.1-pre" "1" commit))
3091 (source
3092 (origin
3093 (method git-fetch)
3094 (uri (git-reference
3095 (url "https://github.com/alphapapa/org-now.git")
3096 (commit commit)))
3097 (file-name (git-file-name name version))
3098 (sha256
3099 (base32 "117zzkryznznk6h4i1jqzdn888nl019xrgxm2gza0lndx8dxsg2c"))))
3100 (propagated-inputs
3101 `(("emacs-dash" ,emacs-dash)))
3102 (build-system emacs-build-system)
3103 (home-page "https://github.com/alphapapa/org-now")
3104 (synopsis "Show current Org tasks in a sidebar")
3105 (description
3106 "This package provides commands to show Org headings in a sidebar
3107 window while working on them. After defining one heading as the \"now\"
3108 heading, other headings can be refiled to it with one command, and back to
3109 their original location with another.")
3110 (license license:gpl3+))))
3111
3112 (define-public emacs-rich-minority
3113 (package
3114 (name "emacs-rich-minority")
3115 (version "1.0.3")
3116 (source
3117 (origin
3118 (method git-fetch)
3119 (uri (git-reference
3120 (url "https://github.com/Malabarba/rich-minority.git")
3121 (commit version)))
3122 (file-name (git-file-name name version))
3123 (sha256
3124 (base32
3125 "1kn7c9qr9ykj68iqffzzmjsr6aazwac8cxb7j960sjb282rq0yyj"))))
3126 (build-system emacs-build-system)
3127 (home-page "https://github.com/Malabarba/rich-minority")
3128 (synopsis "Clean-up and beautify the list of minor modes")
3129 (description
3130 "This Emacs package hides and/or highlights minor modes in the
3131 mode-line.")
3132 (license license:gpl2+)))
3133
3134 (define-public emacs-robe
3135 (package
3136 (name "emacs-robe")
3137 (version "0.8.2")
3138 (source
3139 (origin
3140 (method git-fetch)
3141 (uri (git-reference
3142 (url "https://github.com/dgutov/robe.git")
3143 (commit version)))
3144 (file-name (git-file-name name version))
3145 (sha256
3146 (base32 "0qw18wi54yg971n4wnjqkd8lqj5lbs9ra8bvmngif2bzhqlfdsbn"))))
3147 (build-system emacs-build-system)
3148 (arguments
3149 '(#:include (cons "^lib\\/" %default-include)))
3150 (propagated-inputs
3151 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
3152 (home-page "https://github.com/dgutov/robe")
3153 (synopsis "Ruby code assistance tool for Emacs")
3154 (description
3155 "Robe can provide information on loaded classes and modules in Ruby code,
3156 as well as where methods are defined. This allows the user to jump to method
3157 definitions, modules and classes, display method documentation and provide
3158 method and constant name completion.")
3159 (license license:gpl3+)))
3160
3161 (define-public emacs-robot-mode
3162 (let ((commit "32846e7e80ae3471b7c07f9709dcaa4f9b9ed4a0")
3163 (revision "1"))
3164 (package
3165 (name "emacs-robot-mode")
3166 (version (git-version "0.0.0" revision commit))
3167 (source (origin
3168 (method git-fetch)
3169 (uri (git-reference
3170 ;; A better maintained fork of robot-mode.
3171 (url "https://github.com/jvalkeejarvi/robot-mode.git")
3172 (commit commit)))
3173 (file-name (git-file-name name version))
3174 (sha256
3175 (base32
3176 "1i8wf7m0gml8zvvmlgppjzv78b432686p1qdbzgclc7qfcvzag0d"))))
3177 (build-system emacs-build-system)
3178 (propagated-inputs `(("emacs-s" ,emacs-s)))
3179 (home-page "https://github.com/jvalkeejarvi/robot-mode")
3180 (synopsis "Emacs mode for Robot Framework")
3181 (description "This major mode facilitates editing Robot Framework source
3182 files with features such as syntax highlighting, comments, finding keywords,
3183 completing keywords and smart indentation.")
3184 (license license:gpl3+))))
3185
3186 (define-public emacs-rspec
3187 (let ((commit "66ea7cc9699d6edc6115daa024818adbd85efc20")
3188 (revision "1"))
3189 (package
3190 (name "emacs-rspec")
3191 (version (git-version "1.11" revision commit))
3192 (source
3193 (origin
3194 (method git-fetch)
3195 (uri (git-reference
3196 (url "https://github.com/pezra/rspec-mode.git")
3197 (commit commit)))
3198 (file-name (git-file-name name version))
3199 (sha256
3200 (base32 "0b11s8r0pi7ah54km4yg4fqff8wkk409d25qnlwm1l94pdwjd1c8"))))
3201 (build-system emacs-build-system)
3202 (arguments
3203 `(#:include (cons "^snippets\\/rspec-mode\\/" %default-include)
3204 #:tests? #t
3205 #:test-command '("make" "test")))
3206 (home-page "https://github.com/pezra/rspec-mode")
3207 (synopsis "Provides a rspec mode for working with RSpec")
3208 (description
3209 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
3210 verify the spec associated with the current buffer, or entire project, as well
3211 as moving between the spec files, and corresponding code files.
3212
3213 Also included are keybindings for spec files and Dired buffers, as well as
3214 snippets for yasnippet.")
3215 (license license:gpl3+))))
3216
3217 (define-public emacs-smart-mode-line
3218 (package
3219 (name "emacs-smart-mode-line")
3220 (version "2.13")
3221 (source
3222 (origin
3223 (method git-fetch)
3224 (uri (git-reference
3225 (url "https://github.com/Malabarba/smart-mode-line.git")
3226 (commit version)))
3227 (file-name (git-file-name name version))
3228 (sha256
3229 (base32 "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"))))
3230 (build-system emacs-build-system)
3231 (propagated-inputs
3232 `(("emacs-rich-minority" ,emacs-rich-minority)))
3233 (home-page "https://github.com/Malabarba/smart-mode-line")
3234 (synopsis "Color-coded smart mode-line")
3235 (description
3236 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
3237 read from small to large monitors by using colors, a prefix feature, and smart
3238 truncation.")
3239 (license license:gpl2+)))
3240
3241 (define-public emacs-sr-speedbar
3242 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
3243 (revision "0"))
3244 (package
3245 (name "emacs-sr-speedbar")
3246 (version (git-version "20161025" revision commit))
3247 (source
3248 (origin
3249 (method git-fetch)
3250 (uri (git-reference
3251 (url "https://github.com/emacsorphanage/sr-speedbar.git")
3252 (commit commit)))
3253 (file-name (git-file-name name version))
3254 (sha256
3255 (base32
3256 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
3257 (build-system emacs-build-system)
3258 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
3259 (synopsis "Same frame Emacs @code{speedbar}")
3260 (description
3261 "This Emacs package allows you to show @code{M-x speedbar} in the
3262 same frame (in an extra window). You can customize the initial width of
3263 the speedbar window.")
3264 (license license:gpl3+))))
3265
3266 (define-public emacs-shell-switcher
3267 (package
3268 (name "emacs-shell-switcher")
3269 (version "1.0.1")
3270 (source
3271 (origin
3272 (method git-fetch)
3273 (uri (git-reference
3274 (url "https://github.com/DamienCassou/shell-switcher.git")
3275 (commit (string-append "v" version))))
3276 (file-name (git-file-name name version))
3277 (sha256
3278 (base32 "0ia7sdip4hl27avckv3qpqgm3k4ynvp3xxq1cy53bqfzzx0gcria"))))
3279 (build-system emacs-build-system)
3280 (home-page "https://github.com/DamienCassou/shell-switcher")
3281 (synopsis "Provide fast switching between shell buffers")
3282 (description
3283 "This package provides commands to quickly switch between shell buffers.")
3284 (license license:gpl3+)))
3285
3286 (define-public emacs-names
3287 (let ((commit "d8baba5360e5253938a25d3e005455b6d2d86971")
3288 (version "20151201.0")
3289 (revision "8"))
3290 (package
3291 (name "emacs-names")
3292 (version (git-version version revision commit))
3293 (source
3294 (origin
3295 (method git-fetch)
3296 (uri (git-reference
3297 (url "https://github.com/Malabarba/names")
3298 (commit commit)))
3299 (file-name (git-file-name name version))
3300 (sha256
3301 (base32
3302 "11wyha2q8y7bzqq3jrzix8n97ywvsibvddrahqcps1a1yqk4hzfz"))))
3303 (build-system emacs-build-system)
3304 (home-page "https://github.com/Malabarba/names/")
3305 (synopsis "Namespace implementation for Emacs Lisp")
3306 (description
3307 "This package provides a macro that writes your namespaces for you.")
3308 (license license:gpl3+))))
3309
3310 (define-public emacs-evil-textobj-syntax
3311 (let ((commit "2d9ba8c75c754b409aea7469f46a5cfa52a872f3")
3312 (version "0")
3313 (revision "1"))
3314 (package
3315 (name "emacs-evil-textobj-syntax")
3316 (version (git-version version revision commit))
3317 (source
3318 (origin
3319 (method git-fetch)
3320 (uri (git-reference
3321 (url "https://github.com/laishulu/evil-textobj-syntax/")
3322 (commit commit)))
3323 (file-name (git-file-name name version))
3324 (sha256
3325 (base32
3326 "031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"))))
3327 (build-system emacs-build-system)
3328 (propagated-inputs `(("emacs-evil" ,emacs-evil)
3329 ("emacs-names" ,emacs-names)))
3330 (home-page "https://github.com/laishulu/evil-textobj-syntax/")
3331 (synopsis "Text objects based on syntax highlighting")
3332 (description
3333 "This package provides text objects for @code{evil-mode} with
3334 boundaries defined by syntax highlighting.")
3335 (license license:gpl3+))))
3336
3337 (define-public emacs-flycheck-flow
3338 (let ((commit "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d")
3339 (version "1.1")
3340 (revision "1"))
3341 (package
3342 (name "emacs-flycheck-flow")
3343 (version (git-version version revision commit))
3344 (source
3345 (origin
3346 (method git-fetch)
3347 (uri (git-reference
3348 (url "https://github.com/lbolla/emacs-flycheck-flow")
3349 (commit commit)))
3350 (file-name (git-file-name name version))
3351 (sha256
3352 (base32
3353 "14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1"))))
3354 (build-system emacs-build-system)
3355 (propagated-inputs
3356 `(("emacs-flycheck" ,emacs-flycheck)))
3357 (home-page "https://github.com/lbolla/emacs-flycheck-flow")
3358 (synopsis "Flow support for @code{flycheck-mode}")
3359 (description
3360 "This package allows @code{flycheck-mode} to provide syntax-checking
3361 for Flow files.")
3362 (license license:gpl3+))))
3363
3364 (define-public emacs-flycheck-grammalecte
3365 (package
3366 (name "emacs-flycheck-grammalecte")
3367 (version "0.9")
3368 (source (origin
3369 (method url-fetch)
3370 (uri (string-append "https://git.deparis.io/"
3371 "flycheck-grammalecte/snapshot/"
3372 "flycheck-grammalecte-" version ".tar.xz"))
3373 (sha256
3374 (base32
3375 "0wjm9xyra870pci4bcrbnc9x66x18mi7iz08rkxa4clxv28xzryb"))))
3376 (build-system emacs-build-system)
3377 (arguments
3378 `(#:include '("\\.(el|py)$")
3379 #:phases
3380 (modify-phases %standard-phases
3381 (add-after 'unpack 'fix-python
3382 ;; Hardcode python3 executable in the Emacs library.
3383 (lambda* (#:key inputs #:allow-other-keys)
3384 (let ((python3 (string-append (assoc-ref inputs "python")
3385 "/bin/python3")))
3386 (substitute* "flycheck-grammalecte.el"
3387 (("python3") python3))
3388 #t)))
3389 (add-after 'install 'link-to-grammalecte
3390 ;; The package expects grammalecte to be in a sub-directory.
3391 ;; Symlink it there from the store.
3392 (lambda* (#:key inputs outputs #:allow-other-keys)
3393 (let ((grammalecte (assoc-ref inputs "grammalecte"))
3394 (out (assoc-ref outputs "out"))
3395 (version ,(version-major+minor (package-version python))))
3396 (with-directory-excursion
3397 (string-append out
3398 "/share/emacs/site-lisp/guix.d/"
3399 "flycheck-grammalecte-" ,version)
3400 (symlink (string-append grammalecte "/lib/"
3401 "python" version "/site-packages/"
3402 "grammalecte")
3403 "grammalecte"))
3404 #t))))))
3405 (inputs
3406 `(("grammalecte" ,grammalecte)
3407 ("python" ,python)))
3408 (propagated-inputs
3409 `(("emacs-flycheck" ,emacs-flycheck)))
3410 (home-page "https://git.deparis.io/flycheck-grammalecte/")
3411 (synopsis "Integrate Grammalecte with Flycheck")
3412 (description "Integrate the French grammar and typography checker
3413 Grammalecte with Flycheck to automatically look for mistakes in your writings.
3414 It also provides an easy way to find synonyms and antonyms for a given
3415 word (to avoid repetitions for example).")
3416 (license license:gpl3+)))
3417
3418 (define-public emacs-elisp-demos
3419 (package
3420 (name "emacs-elisp-demos")
3421 (version "2019.12.01")
3422 (source
3423 (origin
3424 (method git-fetch)
3425 (uri (git-reference
3426 (url "https://github.com/xuchunyang/elisp-demos")
3427 (commit version)))
3428 (file-name (git-file-name name version))
3429 (sha256
3430 (base32
3431 "097d8xhvq0770z96wlhiv4gz98cq89pwx5fa42zpfh4p85qj4q9z"))))
3432 (build-system emacs-build-system)
3433 (arguments
3434 `(#:include '("\\.el$" "\\.org$")
3435 #:tests? #t
3436 #:test-command '("make" "test")))
3437 (home-page "https://github.com/xuchunyang/elisp-demos/")
3438 (synopsis "Enhance @code{*Help*} buffers with additional examples")
3439 (description
3440 "This package injects example uses of Elisp functions into their
3441 respective @code{*Help*} buffers.")
3442 (license license:gpl3+)))
3443
3444 (define-public emacs-docker-compose-mode
3445 (package
3446 (name "emacs-docker-compose-mode")
3447 (version "1.1.0")
3448 (source
3449 (origin
3450 (method git-fetch)
3451 (uri (git-reference
3452 (url "https://github.com/meqif/docker-compose-mode")
3453 (commit version)))
3454 (file-name (git-file-name name version))
3455 (sha256
3456 (base32
3457 "1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"))))
3458 (build-system emacs-build-system)
3459 (propagated-inputs
3460 `(("emacs-dash" ,emacs-dash)
3461 ("emacs-f" ,emacs-f)))
3462 (home-page "https://github.com/meqif/docker-compose-mode/")
3463 (synopsis "Major mode for editing @file{docker-compose} files")
3464 (description
3465 "This is a major mode for @file{docker-compose} files that provides
3466 completion of relevant keywords.")
3467 (license license:expat)))
3468
3469 (define-public emacs-sudo-edit
3470 (let ((commit "cc3d478937b1accd38742bfceba92af02ee9357d")
3471 (revision "6"))
3472 (package
3473 (name "emacs-sudo-edit")
3474 (version (git-version "0.1.0" revision commit))
3475 (source
3476 (origin
3477 (method git-fetch)
3478 (uri (git-reference
3479 (url "https://github.com/nflath/sudo-edit")
3480 (commit commit)))
3481 (file-name (git-file-name name version))
3482 (sha256
3483 (base32
3484 "1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"))))
3485 (build-system emacs-build-system)
3486 (native-inputs
3487 `(("emacs-undercover" ,emacs-undercover)))
3488 (arguments
3489 `(#:phases
3490 (modify-phases %standard-phases
3491 (add-before 'check 'fix-makefile
3492 (lambda _
3493 (substitute* "Makefile"
3494 (("\\$\\(CASK\\) exec ") ""))
3495 #t)))
3496 #:tests? #t
3497 #:test-command '("make" "test")))
3498 (home-page "https://github.com/nflath/sudo-edit/")
3499 (synopsis "Open files as another user")
3500 (description
3501 "This package allows editing files as another user, including the root
3502 user.")
3503 (license license:gpl3+))))
3504
3505 (define-public emacs-miniedit
3506 (package
3507 (name "emacs-miniedit")
3508 (version "2.0")
3509 (source
3510 (origin
3511 (method git-fetch)
3512 (uri (git-reference
3513 (url "https://github.com/emacsmirror/miniedit")
3514 (commit version)))
3515 (file-name (git-file-name name version))
3516 (sha256
3517 (base32
3518 "1850z96gly0jnr50472idqz1drzqarr0n23bbasslrc501xkg0bq"))))
3519 (build-system emacs-build-system)
3520 (home-page "https://github.com/emacsmirror/miniedit/")
3521 (synopsis "Enhanced editing for minibuffer fields")
3522 (description
3523 "This package provides a function that can be called from the
3524 minibuffer to enable editing the minibuffer input in another buffer with
3525 @code{text-mode} enabled.")
3526 (license license:gpl2+)))
3527
3528 (define-public emacs-ob-ipython
3529 (package
3530 (name "emacs-ob-ipython")
3531 (version "20180224")
3532 (source (origin
3533 (method git-fetch)
3534 (uri (git-reference
3535 (commit "7147455230841744fb5b95dcbe03320313a77124")
3536 (url "https://github.com/gregsexton/ob-ipython.git")))
3537 (file-name (git-file-name name version))
3538 (sha256
3539 (base32
3540 "1a10fc2jk37ni5sjjvf87s5nyaz2a6h2mlj5dxh4dhv5sd3bb85p"))))
3541 (build-system emacs-build-system)
3542 (propagated-inputs
3543 `(("emacs-f" ,emacs-f)))
3544 (home-page "http://www.gregsexton.org")
3545 (synopsis "Org-Babel functions for IPython evaluation")
3546 (description "This package adds support to Org-Babel for evaluating Python
3547 source code using IPython.")
3548 (license license:gpl3+)))
3549
3550 (define-public emacs-debbugs
3551 (package
3552 (name "emacs-debbugs")
3553 (version "0.21")
3554 (source (origin
3555 (method url-fetch)
3556 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
3557 version ".tar"))
3558 (sha256
3559 (base32
3560 "1xx1wjfpsnwx2fpydqhwy9k1b5kjk8dqbkzf8lqaj9c4rvjbn50a"))))
3561 (build-system emacs-build-system)
3562 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
3563 (propagated-inputs
3564 `(("emacs-async" ,emacs-async)))
3565 (home-page "https://elpa.gnu.org/packages/debbugs.html")
3566 (synopsis "Access the Debbugs bug tracker in Emacs")
3567 (description
3568 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
3569 Tracker} from within Emacs.
3570
3571 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
3572 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
3573 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
3574 @code{M-x debbugs-org} and related commands.
3575
3576 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
3577 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
3578 (license license:gpl3+)))
3579
3580 (define-public emacs-ert-expectations
3581 (package
3582 (name "emacs-ert-expectations")
3583 (version "0.2")
3584 (source
3585 (origin
3586 (method url-fetch)
3587 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
3588 (sha256
3589 (base32
3590 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
3591 (build-system emacs-build-system)
3592 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
3593 (synopsis "Simple unit test framework for Emacs Lisp")
3594 (description "@code{emacs-ert-expectations} is a simple unit test
3595 framework for Emacs Lisp to be used with @code{ert}.")
3596 (license license:gpl3+)))
3597
3598 (define-public emacs-deferred
3599 (package
3600 (name "emacs-deferred")
3601 (version "0.5.1")
3602 (home-page "https://github.com/kiwanami/emacs-deferred")
3603 (source (origin
3604 (method git-fetch)
3605 (uri (git-reference
3606 (url home-page)
3607 (commit (string-append "v" version))))
3608 (file-name (git-file-name name version))
3609 (sha256
3610 (base32
3611 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))))
3612 (build-system emacs-build-system)
3613 (arguments
3614 `(#:phases
3615 (modify-phases %standard-phases
3616 (add-after 'unpack 'set-shell
3617 ;; Setting the SHELL environment variable is required for the tests
3618 ;; to find sh.
3619 (lambda _
3620 (setenv "SHELL" (which "sh"))
3621 #t))
3622 (add-before 'check 'fix-makefile
3623 (lambda _
3624 (substitute* "Makefile"
3625 (("\\$\\(CASK\\) exec ") ""))
3626 #t)))
3627 #:tests? #t
3628 #:test-command '("make" "test")))
3629 (native-inputs
3630 `(("emacs-ert-expectations" ,emacs-ert-expectations)
3631 ("emacs-undercover" ,emacs-undercover)
3632 ("ert-runner" ,emacs-ert-runner)))
3633 (synopsis "Simple asynchronous functions for Emacs Lisp")
3634 (description
3635 "The @code{deferred.el} library provides support for asynchronous tasks.
3636 The API is almost the same as that of
3637 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
3638 for asynchronous tasks.")
3639 (license license:gpl3+)))
3640
3641 (define-public emacs-butler
3642 (package
3643 (name "emacs-butler")
3644 (version "0.2.4")
3645 (home-page "https://github.com/AshtonKem/Butler")
3646 (source (origin
3647 (method git-fetch)
3648 (uri (git-reference
3649 (url home-page)
3650 (commit version)))
3651 (file-name (git-file-name name version))
3652 (sha256
3653 (base32
3654 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))))
3655 (build-system emacs-build-system)
3656 (propagated-inputs
3657 `(("emacs-deferred" ,emacs-deferred)))
3658 (synopsis "Emacs client for Jenkins")
3659 (description
3660 "Butler provides an interface to connect to Jenkins continuous
3661 integration servers. Users can specify a list of server in the
3662 @code{butler-server-list} variable and then use @code{M-x butler-status} to
3663 view the build status of those servers' build jobs, and possibly to trigger
3664 build jobs.")
3665 (license license:gpl3+)))
3666
3667 (define-public emacs-company
3668 (package
3669 (name "emacs-company")
3670 (version "0.9.11")
3671 (source
3672 (origin
3673 (method git-fetch)
3674 (uri (git-reference
3675 (url "https://github.com/company-mode/company-mode.git")
3676 (commit version)))
3677 (file-name (git-file-name name version))
3678 (sha256
3679 (base32 "0x7ag716jp4xb7kmcmr8pqlxx1v0f2gkjx5gx34wxxqfrndwyx8i"))))
3680 (build-system emacs-build-system)
3681 (arguments
3682 `(#:phases
3683 (modify-phases %standard-phases
3684 (add-before 'check 'fix-bin-dir
3685 (lambda _
3686 ;; The company-files-candidates-normal-root test looks
3687 ;; for the /bin directory, but the build environment has
3688 ;; no /bin directory. Modify the test to look for the
3689 ;; /tmp directory.
3690 (substitute* "test/files-tests.el"
3691 (("/bin/") "/tmp/"))
3692 #t)))
3693 #:tests? #t
3694 #:test-command '("make" "test-batch")))
3695 (home-page "http://company-mode.github.io/")
3696 (synopsis "Modular text completion framework")
3697 (description
3698 "Company is a modular completion mechanism. Modules for retrieving
3699 completion candidates are called back-ends, modules for displaying them are
3700 front-ends. Company comes with many back-ends, e.g., @code{company-elisp}.
3701 These are distributed in separate files and can be used individually.")
3702 (license license:gpl3+)))
3703
3704 (define-public emacs-company-posframe
3705 (let ((version "0.1.0")
3706 (revision "1")
3707 (commit "67d899502384fb9ab2870aba0af41523dea7b64f"))
3708 (package
3709 (name "emacs-company-posframe")
3710 (version (git-version version revision commit))
3711 (source (origin
3712 (method git-fetch)
3713 (uri (git-reference
3714 (url "https://github.com/tumashu/company-posframe.git")
3715 (commit commit)))
3716 (file-name (git-file-name name version))
3717 (sha256
3718 (base32
3719 "051smlvz1siwglsd9k9l0m20mygrx4niflmyshha0064287aysxr"))))
3720 (build-system emacs-build-system)
3721 (propagated-inputs
3722 `(("emacs-company" ,emacs-company)
3723 ("emacs-posframe" ,emacs-posframe)))
3724 (home-page "https://github.com/tumashu/company-posframe")
3725 (synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
3726 (description
3727 "Allows @code{emacs-company} to use child frames for its candidate menus.
3728
3729 @code{emacs-company-posframe} is fast enough for daily use and supports CJK
3730 languages.")
3731 (license license:gpl3+))))
3732
3733 (define-public emacs-irony-mode
3734 (package
3735 (name "emacs-irony-mode")
3736 (version "1.4.0")
3737 (home-page "https://github.com/Sarcasm/irony-mode")
3738 (source (origin
3739 (method git-fetch)
3740 (uri (git-reference
3741 (url (string-append home-page ".git"))
3742 (commit (string-append "v" version))))
3743 (file-name (git-file-name name version))
3744 (sha256
3745 (base32
3746 "0n2nfcq58md1p2xdhq1smh8v7lsyj0ci7ma5xyd6bkg5rvhsh10i"))))
3747 (build-system emacs-build-system)
3748 (inputs `(("server" ,emacs-irony-mode-server)))
3749 (arguments `(#:phases
3750 (modify-phases %standard-phases
3751 (add-after 'unpack 'configure
3752 (lambda* (#:key inputs #:allow-other-keys)
3753 (chmod "irony.el" #o644)
3754 (emacs-substitute-variables "irony.el"
3755 ("irony-server-install-prefix"
3756 (assoc-ref inputs "server")))
3757 #t)))))
3758 (synopsis "C/C++/ObjC Code completion and syntax checks for Emacs")
3759 (description "Irony-mode provides Clang-assisted syntax checking and
3760 completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
3761 provide syntax checking and autocompletion on compiler level which is very
3762 resistant against false positives. It also integrates well with other
3763 packages like @code{eldoc-mode} and especially @code{company-mode} as
3764 described on the homepage.")
3765 (license license:gpl3+)))
3766
3767 (define-public emacs-irony-mode-server
3768 (package (inherit emacs-irony-mode)
3769 (name "emacs-irony-mode-server")
3770 (inputs
3771 `(("clang" ,clang)))
3772 (arguments
3773 `(#:phases
3774 (modify-phases %standard-phases
3775 (replace 'configure
3776 (lambda* (#:key outputs #:allow-other-keys)
3777 (let ((out (assoc-ref outputs "out")))
3778 (invoke "cmake"
3779 "server"
3780 (string-append "-DCMAKE_INSTALL_PREFIX=" out)) #t))))))
3781 (build-system cmake-build-system)
3782 (synopsis "Server for the Emacs @dfn{irony mode}")))
3783
3784 (define-public emacs-company-irony
3785 (package
3786 (name "emacs-company-irony")
3787 (version "1.1.0")
3788 (source (origin
3789 (method git-fetch)
3790 (uri (git-reference
3791 (url "https://github.com/Sarcasm/company-irony.git")
3792 (commit (string-append "v" version))))
3793 (sha256 (base32
3794 "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"))
3795 (file-name (git-file-name name version))))
3796 (build-system emacs-build-system)
3797 (inputs
3798 `(("emacs-irony-mode" ,emacs-irony-mode)
3799 ("emacs-company" ,emacs-company)))
3800 (synopsis "C++ completion backend for Company using irony-mode")
3801 (description "This backend for company-mode allows for C++ code completion
3802 with irony-mode using clang-tooling.")
3803 (home-page "https://github.com/Sarcasm/company-irony")
3804 (license license:gpl3+)))
3805
3806 (define-public emacs-flycheck-irony
3807 (package
3808 (name "emacs-flycheck-irony")
3809 (version "0.1.0")
3810 (source (origin
3811 (method git-fetch)
3812 (uri (git-reference
3813 (url "https://github.com/Sarcasm/flycheck-irony.git")
3814 (commit (string-append "v" version))))
3815 (file-name (git-file-name name version))
3816 (sha256
3817 (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))))
3818 (build-system emacs-build-system)
3819 (inputs
3820 `(("irony-mode" ,emacs-irony-mode)
3821 ("flycheck-mode" ,emacs-flycheck)
3822 ("emacs-company" ,emacs-company)))
3823 (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
3824 (description "This package provides a frontend for Flycheck that lets
3825 irony-mode do the syntax checking.")
3826 (home-page "https://github.com/Sarcasm/flycheck-irony")
3827 (license license:gpl3+)))
3828
3829 (define-public emacs-irony-eldoc
3830 (package
3831 (name "emacs-irony-eldoc")
3832 (version (package-version emacs-irony-mode))
3833 (source
3834 (origin
3835 (method git-fetch)
3836 (uri (git-reference
3837 (url "https://github.com/ikirill/irony-eldoc.git")
3838 (commit "0df5831eaae264a25422b061eb2792aadde8b3f2")))
3839 (file-name (git-file-name name version))
3840 (sha256
3841 (base32 "1l5qpr66v1l12fb50yh73grb2rr85xxmbj19mm33b5rdrq2bqmmd"))))
3842 (build-system emacs-build-system)
3843 (inputs
3844 `(("irony-mode" ,emacs-irony-mode)))
3845 (synopsis "Eldoc integration for irony-mode")
3846 (description "Irony-eldoc is an eldoc extension that shows documentation
3847 for the current function or variable in the minibuffer.")
3848 (home-page "https://github.com/ikirill/irony-eldoc")
3849 (license license:gpl3+)))
3850
3851 (define-public emacs-company-quickhelp
3852 ;; XXX: release version 2.3.0 is on an unmaintained branch for some reason,
3853 ;; so we use the latest 2.2.0 commit instead
3854 (let ((commit "479676cade80a9f03802ca3d956591820ed5c537")
3855 (revision "1"))
3856 (package
3857 (name "emacs-company-quickhelp")
3858 (version (git-version "2.2.0" revision commit))
3859 (source
3860 (origin
3861 (method git-fetch)
3862 (uri (git-reference
3863 (url "https://github.com/expez/company-quickhelp.git")
3864 (commit commit)))
3865 (file-name (git-file-name name version))
3866 (sha256
3867 (base32 "0hbqpnaf4hnin3nmdzmfj3v22kk9a97b6zssqs96ns36d9h52xcp"))))
3868 (build-system emacs-build-system)
3869 (propagated-inputs
3870 `(("emacs-pos-tip" ,emacs-pos-tip)
3871 ("emacs-company" ,emacs-company)))
3872 (home-page "https://github.com/expez/company-quickhelp")
3873 (synopsis "Popup documentation for completion candidates")
3874 (description "@code{company-quickhelp} shows documentation for the
3875 completion candidate when using the Company text completion framework.")
3876 (license license:gpl3+))))
3877
3878 (define-public emacs-math-symbol-lists
3879 (let ((commit "dc7531cff0c845d5470a50c24d5d7309b2ced7eb")
3880 (revision "1"))
3881 (package
3882 (name "emacs-math-symbol-lists")
3883 (version (git-version "1.2.1" revision commit))
3884 (source
3885 (origin
3886 (method git-fetch)
3887 (uri (git-reference
3888 (url "https://github.com/vspinu/math-symbol-lists.git")
3889 (commit commit)))
3890 (file-name (git-file-name name version))
3891 (sha256
3892 (base32 "094m21i9rns6m59cmhxcivxxafbg52w8f8na4y3v47aq67zmhhqm"))))
3893 (build-system emacs-build-system)
3894 (home-page "https://github.com/vspinu/math-symbol-lists")
3895 (synopsis "Lists of Unicode math symbols and @code{LaTeX} commands")
3896 (description "This is a storage package used by completion engines like
3897 @code{company-math}.")
3898 (license license:gpl3+))))
3899
3900 (define-public emacs-company-math
3901 (let ((commit "600e49449644f6835f9dc3501bc58461999e8ab9")
3902 (revision "1"))
3903 (package
3904 (name "emacs-company-math")
3905 (version (git-version "1.3" revision commit))
3906 (source
3907 (origin
3908 (method git-fetch)
3909 (uri (git-reference
3910 (url "https://github.com/vspinu/company-math.git")
3911 (commit commit)))
3912 (file-name (git-file-name name version))
3913 (sha256
3914 (base32
3915 "1ps2lpkzn8mjbpcbvvy1qz3xbgrh6951x8y9bsd1fm32drdph9lh"))))
3916 (build-system emacs-build-system)
3917 (propagated-inputs
3918 `(("emacs-math-symbol-lists" ,emacs-math-symbol-lists)
3919 ("emacs-company" ,emacs-company)))
3920 (home-page "https://github.com/vspinu/company-math")
3921 (synopsis "Completion backends for Unicode math symbols and @code{LaTeX} tags")
3922 (description "This package provides a backend for use with
3923 @code{company-mode} allowing for completion of common math symbols.")
3924 (license license:gpl3+))))
3925
3926 (define-public emacs-compdef
3927 (let ((commit "67104a38763cc819644f711248b170a43bce151b")
3928 (revision "2"))
3929 (package
3930 (name "emacs-compdef")
3931 (version (git-version "0.2" revision commit))
3932 (source
3933 (origin
3934 (method git-fetch)
3935 (uri (git-reference
3936 (url "https://gitlab.com/jjzmajic/compdef.git")
3937 (commit commit)))
3938 (file-name (git-file-name name version))
3939 (sha256
3940 (base32 "1f6y6cr67gps9jp5hd20xszfd3k26v70g6z4g5db6wdkvlnc2wkg"))))
3941 (build-system emacs-build-system)
3942 (home-page "https://gitlab.com/jjzmajic/compdef")
3943 (synopsis "Set local completion backends")
3944 (description "This package provides a function to cleanly set local
3945 completion backends according to mode, and integrates with
3946 @code{use-package}.")
3947 (license license:gpl3+))))
3948
3949 (define-public emacs-handle
3950 (let ((commit "51c050bc1c6e5caf0eb47ecd985daea1db7241ab")
3951 (revision "2"))
3952 (package
3953 (name "emacs-handle")
3954 (version (git-version "0.1" revision commit))
3955 (source
3956 (origin
3957 (method git-fetch)
3958 (uri (git-reference
3959 (url "https://gitlab.com/jjzmajic/handle.git")
3960 (commit commit)))
3961 (file-name (git-file-name name version))
3962 (sha256
3963 (base32 "14f15qzfmwdslml4rv37zb5d1lsjf0jibriz636hb7q7knx1n4sg"))))
3964 (build-system emacs-build-system)
3965 (propagated-inputs
3966 `(("emacs-parent-mode" ,emacs-parent-mode)))
3967 (home-page "https://gitlab.com/jjzmajic/handle")
3968 (synopsis "Handle generic functions across related major modes")
3969 (description "This package provides generic functions that specialize on
3970 major modes and intended purpose rather than on arguments. Different
3971 callables for tasks like expression evaluation, definition-jumping, and more
3972 can now be grouped accordingly and tried in sequence until one of them
3973 succeeds.")
3974 (license license:gpl3+))))
3975
3976 (define-public emacs-nswbuff
3977 (let ((commit "362da7f3687e2eb5bb11667347de85f4a9d002bc")
3978 (revision "1"))
3979 (package
3980 (name "emacs-nswbuff")
3981 (version (git-version "1.0" revision commit))
3982 (source
3983 (origin
3984 (method git-fetch)
3985 (uri (git-reference
3986 (url "https://github.com/joostkremers/nswbuff.git")
3987 (commit commit)))
3988 (file-name (git-file-name name version))
3989 (sha256
3990 (base32 "0l2xfz8z5qd4hz3kv6zn7h6qq3narkilri8a071y1n8j31jps4ma"))))
3991 (build-system emacs-build-system)
3992 (home-page "https://github.com/joostkremers/nswbuff")
3993 (synopsis "Quickly switch between buffers")
3994 (description "This package allows for navigating between buffers within
3995 a customizable list.")
3996 (license license:gpl3+))))
3997
3998 (define-public emacs-phi-search
3999 (let ((commit "9a089b8271cb1cff9640848850298c9ec855286c")
4000 (revision "1"))
4001 (package
4002 (name "emacs-phi-search")
4003 (version (git-version "20160630" revision commit))
4004 (source
4005 (origin
4006 (method git-fetch)
4007 (uri (git-reference
4008 (url "https://github.com/zk-phi/phi-search.git")
4009 (commit commit)))
4010 (file-name (git-file-name name version))
4011 (sha256
4012 (base32 "1gr5plcbrfdc4pglfj905s89hf8x0kc083h30wcnd81bnw9jwz1x"))))
4013 (build-system emacs-build-system)
4014 (home-page "https://github.com/zk-phi/phi-search")
4015 (synopsis "Interactive search compatible with @code{multiple-cursors}")
4016 (description "This package can be used with @code{multiple-cursors} to
4017 provide an incremental search that moves all fake cursors in sync.")
4018 (license license:gpl2+))))
4019
4020 (define-public emacs-phi-search-mc
4021 (let ((commit "7aa671910f766437089aec26c3aa7814222d1356")
4022 (revision "1"))
4023 (package
4024 (name "emacs-phi-search-mc")
4025 (version (git-version "2.2.1" revision commit))
4026 (source
4027 (origin
4028 (method git-fetch)
4029 (uri (git-reference
4030 (url "https://github.com/knu/phi-search-mc.el.git")
4031 (commit commit)))
4032 (file-name (git-file-name name version))
4033 (sha256
4034 (base32 "0wr86ad0yl52im6b9z0b9pzmhcn39qg5m9878yfv1nbxliw40lcd"))))
4035 (build-system emacs-build-system)
4036 (propagated-inputs
4037 `(("emacs-phi-search" ,emacs-phi-search)
4038 ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
4039 (home-page "https://github.com/knu/phi-search-mc.el")
4040 (synopsis "Extend @code{phi-search} with additional
4041 @code{multiple-cursors} functionality")
4042 (description "This package provides further integration between
4043 @code{multiple-cursors} and @code{phi-search}, a package that allows for
4044 interactive searches to move multiple fake cursors.")
4045 (license license:bsd-2))))
4046
4047 (define-public emacs-multiple-cursors
4048 (package
4049 (name "emacs-multiple-cursors")
4050 (version "1.4.0")
4051 (source
4052 (origin
4053 (method git-fetch)
4054 (uri (git-reference
4055 (url "https://github.com/magnars/multiple-cursors.el.git")
4056 (commit version)))
4057 (file-name (git-file-name name version))
4058 (sha256
4059 (base32 "1ijgvzv5r44xqvz751fd5drbvrspapw6xwv47582w255j363r6ss"))))
4060 (build-system emacs-build-system)
4061 (home-page "https://github.com/magnars/multiple-cursors.el")
4062 (synopsis "Multiple cursors for Emacs")
4063 (description
4064 "This package adds support to Emacs for editing text with multiple
4065 simultaneous cursors.")
4066 (license license:gpl3+)))
4067
4068 (define-public emacs-mc-extras
4069 (let ((commit "053abc52181b8718559d7361a587bbb795faf164")
4070 (revision "1"))
4071 (package
4072 (name "emacs-mc-extras")
4073 (version (git-version "1.2.4" revision commit))
4074 (source
4075 (origin
4076 (method git-fetch)
4077 (uri (git-reference
4078 (url "https://github.com/knu/mc-extras.el.git")
4079 (commit commit)))
4080 (file-name (git-file-name name version))
4081 (sha256
4082 (base32 "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481"))))
4083 (build-system emacs-build-system)
4084 (propagated-inputs
4085 `(("emacs-multiple-cursors" ,emacs-multiple-cursors)))
4086 (home-page "https://github.com/knu/mc-extras.el")
4087 (synopsis "Extra functions for manipulating multiple cursors")
4088 (description
4089 "This package provides additional functions for
4090 @code{multiple-cursors}, including functions for marking s-expressions,
4091 comparing characters, removing cursors, and more.")
4092 (license license:bsd-2))))
4093
4094 (define-public emacs-typo
4095 (package
4096 (name "emacs-typo")
4097 (version "1.1")
4098 (home-page "https://github.com/jorgenschaefer/typoel")
4099 (source (origin
4100 (method git-fetch)
4101 (uri (git-reference
4102 (url home-page)
4103 (commit (string-append "v" version))))
4104 (file-name (git-file-name name version))
4105 (sha256
4106 (base32
4107 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))))
4108 (build-system emacs-build-system)
4109 (synopsis "Minor mode for typographic editing")
4110 (description
4111 "This package provides two Emacs modes, @code{typo-mode} and
4112 @code{typo-global-mode}. These modes automatically insert Unicode characters
4113 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
4114 automatically inserts a Unicode opening or closing quotation mark, depending
4115 on context.")
4116 (license license:gpl3+)))
4117
4118 (define-public emacs-company-lsp
4119 (package
4120 (name "emacs-company-lsp")
4121 (version "2.1.0")
4122 (source (origin
4123 (method git-fetch)
4124 (uri (git-reference
4125 (url "https://github.com/tigersoldier/company-lsp.git")
4126 (commit version)))
4127 (file-name (git-file-name name version))
4128 (sha256
4129 (base32
4130 "1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"))))
4131 (build-system emacs-build-system)
4132 (propagated-inputs
4133 `(("emacs-dash" ,emacs-dash)
4134 ("emacs-lsp-mode" ,emacs-lsp-mode)
4135 ("emacs-company" ,emacs-company)
4136 ("emacs-s" ,emacs-s)
4137 ("emacs-dash" ,emacs-dash)))
4138 (native-inputs
4139 `(("emacs-buttercup" ,emacs-buttercup)))
4140 (arguments
4141 `(#:tests? #t
4142 #:test-command '("buttercup" "-L" ".")))
4143 (home-page "https://github.com/tigersoldier/company-lsp")
4144 (synopsis "Completion for @code{lsp-mode}")
4145 (description
4146 "This package provides completion features that are not possible with
4147 @code{lsp-mode} and @code{company-capf} alone, including support for trigger
4148 characters and asynchronous fetching of completion candidates.")
4149 (license license:gpl3+)))
4150
4151 (define-public emacs-scheme-complete
4152 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
4153 (package
4154 (name "emacs-scheme-complete")
4155 (version (string-append "20151223." (string-take commit 8)))
4156 (source
4157 (origin
4158 (method git-fetch)
4159 (uri (git-reference
4160 (url "https://github.com/ashinn/scheme-complete.git")
4161 (commit commit)))
4162 (file-name (git-file-name name version))
4163 (sha256
4164 (base32
4165 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
4166 (patches
4167 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
4168 (build-system emacs-build-system)
4169 (home-page "https://github.com/ashinn/scheme-complete")
4170 (synopsis "Smart tab completion for Scheme in Emacs")
4171 (description
4172 "This file provides a single function, @code{scheme-smart-complete},
4173 which you can use for intelligent, context-sensitive completion for any Scheme
4174 implementation in Emacs. To use it just load this file and bind that function
4175 to a key in your preferred mode.")
4176 (license license:public-domain))))
4177
4178 (define-public emacs-scel
4179 (let ((version "20170629")
4180 (revision "1")
4181 (commit "aeea3ad4be9306d14c3a734a4ff54fee10ac135b"))
4182 (package
4183 (name "emacs-scel")
4184 (version (git-version version revision commit))
4185 (source
4186 (origin
4187 (method git-fetch)
4188 (uri (git-reference
4189 (url "https://github.com/supercollider/scel.git")
4190 (commit commit)))
4191 (file-name (git-file-name name version))
4192 (sha256
4193 (base32
4194 "0jvmzs1lsjyndqshhii2y4mnr3wghai26i3p75453zrpxpg0zvvw"))))
4195 (build-system emacs-build-system)
4196 (arguments
4197 `(#:modules ((guix build emacs-build-system)
4198 ((guix build cmake-build-system) #:prefix cmake:)
4199 (guix build utils))
4200 #:imported-modules (,@%emacs-build-system-modules
4201 (guix build cmake-build-system))
4202 #:phases
4203 (modify-phases %standard-phases
4204 (add-after 'unpack 'configure
4205 (lambda* (#:key outputs #:allow-other-keys)
4206 (substitute* "el/CMakeLists.txt"
4207 (("share/emacs/site-lisp/SuperCollider")
4208 (string-append
4209 "share/emacs/site-lisp")))
4210 ((assoc-ref cmake:%standard-phases 'configure)
4211 #:outputs outputs
4212 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
4213 (add-after 'add-source-to-load-path 'add-el-dir-to-emacs-load-path
4214 (lambda _
4215 (setenv "EMACSLOADPATH"
4216 (string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
4217 #t))
4218 (replace 'install (assoc-ref cmake:%standard-phases 'install)))))
4219 (inputs
4220 `(("supercollider" ,supercollider)))
4221 (native-inputs
4222 `(("cmake" ,cmake-minimal)))
4223 (home-page "https://github.com/supercollider/scel")
4224 (synopsis "SuperCollider Emacs interface")
4225 (description "@code{emacs-scel} is an Emacs interface to SuperCollider.
4226 SuperCollider is a platform for audio synthesis and algorithmic composition.")
4227 (license license:gpl2+))))
4228
4229 (define-public emacs-company-auctex
4230 (let ((commit "48c42c58ce2f0e693301b0cb2d085055410c1b25")
4231 (revision "1"))
4232 (package
4233 (name "emacs-company-auctex")
4234 (version (git-version "0" revision commit))
4235 (source (origin
4236 (method git-fetch)
4237 (uri (git-reference
4238 (url "https://github.com/alexeyr/company-auctex")
4239 (commit commit)))
4240 (file-name (git-file-name name version))
4241 (sha256
4242 (base32
4243 "10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"))))
4244 (build-system emacs-build-system)
4245 (propagated-inputs
4246 `(("emacs-yasnippet" ,emacs-yasnippet)
4247 ("emacs-auctex" ,emacs-auctex)
4248 ("emacs-company" ,emacs-company)))
4249 (home-page "https://github.com/alexeyr/company-auctex/")
4250 (synopsis "Completion for @code{AUCTeX}")
4251 (description
4252 "This package provides a group of backends permitting auto-completion
4253 for @code{AUCTeX}.")
4254 (license license:gpl3+))))
4255
4256 (define-public emacs-mit-scheme-doc
4257 (package
4258 (name "emacs-mit-scheme-doc")
4259 (version "20140203")
4260 (source
4261 (origin
4262 (modules '((guix build utils)))
4263 (snippet
4264 ;; keep only file of interest
4265 '(begin
4266 (for-each delete-file '("dot-emacs.el" "Makefile"))
4267 (install-file "6.945-config/mit-scheme-doc.el" ".")
4268 (delete-file-recursively "6.945-config")
4269 #t))
4270 (file-name (string-append name "-" version ".tar.bz2"))
4271 (method url-fetch)
4272 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
4273 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
4274 (sha256
4275 (base32
4276 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
4277 (build-system emacs-build-system)
4278 (inputs `(("mit-scheme" ,mit-scheme)))
4279 (arguments
4280 `(#:phases
4281 (modify-phases %standard-phases
4282 (add-after 'unpack 'configure-doc
4283 (lambda* (#:key inputs #:allow-other-keys)
4284 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
4285 (doc-dir (string-append mit-scheme-dir "/share/doc/"
4286 "mit-scheme-"
4287 ,(package-version mit-scheme))))
4288 (substitute* "mit-scheme-doc.el"
4289 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
4290 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
4291 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
4292 (synopsis "MIT-Scheme documentation lookup for Emacs")
4293 (description
4294 "This package provides a set of Emacs functions to search definitions of
4295 identifiers in the MIT-Scheme documentation.")
4296 (license license:gpl2+)))
4297
4298 (define-public emacs-constants
4299 (package
4300 (name "emacs-constants")
4301 (version "2.6")
4302 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
4303 (source
4304 (origin
4305 (method git-fetch)
4306 (uri (git-reference
4307 (url "https://github.com/fedeinthemix/emacs-constants.git")
4308 (commit (string-append "v" version))))
4309 (file-name (git-file-name name version))
4310 (sha256
4311 (base32 "0f5sh6b45a8p9kancjp9jk44ws8ww6x50a0i6zgyyvr7dbvii1a0"))))
4312 (build-system emacs-build-system)
4313 (synopsis "Enter definition of constants into an Emacs buffer")
4314 (description
4315 "This package provides functions for inserting the definition of natural
4316 constants and units into an Emacs buffer.")
4317 (license license:gpl2+)))
4318
4319 (define-public emacs-tagedit
4320 (package
4321 (name "emacs-tagedit")
4322 (version "1.4.0")
4323 (source
4324 (origin
4325 (method git-fetch)
4326 (uri (git-reference
4327 (url "https://github.com/magnars/tagedit.git")
4328 (commit version)))
4329 (file-name (git-file-name name version))
4330 (sha256
4331 (base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
4332 (build-system emacs-build-system)
4333 (propagated-inputs
4334 `(("emacs-s" ,emacs-s)
4335 ("emacs-dash" ,emacs-dash)))
4336 (home-page "https://github.com/magnars/tagedit")
4337 (synopsis "Some paredit-like features for html-mode")
4338 (description
4339 "This package provides a collection of paredit-like functions for editing
4340 in @code{html-mode}.")
4341 (license license:gpl3+)))
4342
4343 (define-public emacs-slime
4344 (package
4345 (name "emacs-slime")
4346 (version "2.24")
4347 (source
4348 (origin
4349 (method git-fetch)
4350 (uri (git-reference
4351 (url "https://github.com/slime/slime.git")
4352 (commit (string-append "v" version))))
4353 (file-name (git-file-name name version))
4354 (sha256
4355 (base32 "0js24x42m7b5iymb4rxz501dff19vav5pywnzv50b673rbkaaqvh"))))
4356 (build-system emacs-build-system)
4357 (native-inputs
4358 `(("texinfo" ,texinfo)))
4359 (arguments
4360 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
4361 #:exclude '("^slime-tests.el" "^contrib/test/"
4362 "^contrib/Makefile$" "^contrib/README.md$")
4363 #:phases
4364 (modify-phases %standard-phases
4365 (add-after 'unpack 'make-git-checkout-writable
4366 (lambda _
4367 (for-each make-file-writable (find-files "."))
4368 #t))
4369 (add-before 'install 'configure
4370 (lambda* _
4371 (emacs-substitute-variables "slime.el"
4372 ("inferior-lisp-program" "sbcl"))
4373 #t))
4374 (add-before 'install 'install-doc
4375 (lambda* (#:key outputs #:allow-other-keys)
4376 (let* ((out (assoc-ref outputs "out"))
4377 (info-dir (string-append out "/share/info"))
4378 (doc-dir (string-append out "/share/doc/"
4379 ,name "-" ,version))
4380 (doc-files '("doc/slime-refcard.pdf"
4381 "README.md" "NEWS" "PROBLEMS"
4382 "CONTRIBUTING.md")))
4383 (with-directory-excursion "doc"
4384 (substitute* "Makefile"
4385 (("infodir=/usr/local/info")
4386 (string-append "infodir=" info-dir)))
4387 (invoke "make" "html/index.html")
4388 (invoke "make" "slime.info")
4389 (install-file "slime.info" info-dir)
4390 (copy-recursively "html" (string-append doc-dir "/html")))
4391 (for-each (lambda (f)
4392 (install-file f doc-dir)
4393 (delete-file f))
4394 doc-files)
4395 (delete-file-recursively "doc")
4396 #t))))))
4397 (home-page "https://github.com/slime/slime")
4398 (synopsis "Superior Lisp Interaction Mode for Emacs")
4399 (description
4400 "SLIME extends Emacs with support for interactive programming in
4401 Common Lisp. The features are centered around @command{slime-mode},
4402 an Emacs minor mode that complements the standard @command{lisp-mode}.
4403 While lisp-mode supports editing Lisp source files, @command{slime-mode}
4404 adds support for interacting with a running Common Lisp process
4405 for compilation, debugging, documentation lookup, and so on.")
4406 (license (list license:gpl2+ license:public-domain))))
4407
4408 (define-public emacs-popup
4409 (package
4410 (name "emacs-popup")
4411 (version "0.5.3")
4412 (source
4413 (origin
4414 (method git-fetch)
4415 (uri (git-reference
4416 (url "https://github.com/auto-complete/popup-el.git")
4417 (commit (string-append "v" version))))
4418 (file-name (git-file-name name version))
4419 (sha256
4420 (base32 "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h"))))
4421 (build-system emacs-build-system)
4422 (home-page "https://github.com/auto-complete/popup-el")
4423 (synopsis "Visual Popup User Interface for Emacs")
4424 (description
4425 "Popup.el is a visual popup user interface library for Emacs.
4426 This provides a basic API and common UI widgets such as popup tooltips
4427 and popup menus.")
4428 (license license:gpl3+)))
4429
4430 (define-public emacs-python-environment
4431 (package
4432 (name "emacs-python-environment")
4433 (version "0.0.2")
4434 (source
4435 (origin
4436 (method git-fetch)
4437 (uri (git-reference
4438 (url "https://github.com/tkf/emacs-python-environment/")
4439 (commit version)))
4440 (file-name (git-file-name name version))
4441 (sha256
4442 (base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
4443 (build-system emacs-build-system)
4444 (propagated-inputs
4445 `(("emacs-deferred" ,emacs-deferred)))
4446 (home-page "https://github.com/tkf/emacs-python-environment")
4447 (synopsis "Provides a @code{virtualenv} API in Emacs Lisp")
4448 (description
4449 "This package permits automated installation of tools written in Python.")
4450 (license license:gpl3+)))
4451
4452 (define-public emacs-jedi
4453 (package
4454 (name "emacs-jedi")
4455 (version "0.2.8")
4456 (source (origin
4457 (method git-fetch)
4458 (uri (git-reference
4459 (url "https://github.com/tkf/emacs-jedi/")
4460 (commit (string-append "v" version))))
4461 (file-name (git-file-name name version))
4462 (sha256
4463 (base32
4464 "1bckxppfzd5gwn0aw4h86igb7igal9axqncq7j8zmflg7zppncf1"))))
4465 (build-system emacs-build-system)
4466 (native-inputs
4467 `(("emacs-mocker" ,emacs-mocker)))
4468 (propagated-inputs
4469 `(("emacs-auto-complete" ,emacs-auto-complete)
4470 ("emacs-python-environment" ,emacs-python-environment)
4471 ("emacs-epc" ,emacs-epc)))
4472 (home-page "https://github.com/tkf/emacs-jedi")
4473 (synopsis "Provides Python completion in Emacs")
4474 (description
4475 "This package provides completion in Python buffers and also helps find
4476 the locations of docstrings, arguments, and functions.")
4477 (license license:gpl3+)))
4478
4479 (define-public emacs-company-jedi
4480 (package
4481 (name "emacs-company-jedi")
4482 (version "0.04")
4483 (source (origin
4484 (method git-fetch)
4485 (uri (git-reference
4486 (url "https://github.com/syohex/emacs-company-jedi")
4487 (commit version)))
4488 (file-name (git-file-name name version))
4489 (sha256
4490 (base32
4491 "1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
4492 (build-system emacs-build-system)
4493 (propagated-inputs
4494 `(("emacs-jedi" ,emacs-jedi)
4495 ("emacs-company" ,emacs-company)))
4496 (home-page "https://github.com/syohex/emacs-company-jedi")
4497 (synopsis "Provides Python completion in @code{company-mode}")
4498 (description
4499 "This package provides a Company backend for Python.")
4500 (license license:gpl3+)))
4501
4502 (define-public emacs-puppet-mode
4503 (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
4504 (revision "1"))
4505 (package
4506 (name "emacs-puppet-mode")
4507 ;; The last release, 0.3 was several years ago, and there have been many
4508 ;; commits since
4509 (version (git-version "0.3" revision commit))
4510 (source
4511 (origin
4512 (method url-fetch)
4513 (uri (string-append
4514 "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
4515 commit "/puppet-mode.el"))
4516 (sha256
4517 (base32
4518 "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
4519 (build-system emacs-build-system)
4520 (home-page "https://github.com/voxpupuli/puppet-mode")
4521 (synopsis "Emacs major mode for the Puppet configuration language")
4522 (description
4523 "This package provides support for the Puppet configuration language,
4524 including syntax highlighting, indentation of expressions and statements,
4525 linting of manifests and integration with Puppet Debugger.")
4526 ;; Also incorporates work covered by the Apache License, Version 2.0
4527 (license license:gpl3+))))
4528
4529 (define-public emacs-god-mode
4530 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
4531 (revision "1"))
4532 (package
4533 (name "emacs-god-mode")
4534 (version (string-append "20151005.925."
4535 revision "-" (string-take commit 9)))
4536 (source
4537 (origin
4538 (method git-fetch)
4539 (uri (git-reference
4540 (url "https://github.com/chrisdone/god-mode.git")
4541 (commit commit)))
4542 (file-name (git-file-name name version))
4543 (sha256
4544 (base32
4545 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
4546 (build-system emacs-build-system)
4547 (home-page "https://github.com/chrisdone/god-mode")
4548 (synopsis "Minor mode for entering commands without modifier keys")
4549 (description
4550 "This package provides a global minor mode for entering Emacs commands
4551 without modifier keys. It's similar to Vim's separation of commands and
4552 insertion mode. When enabled all keys are implicitly prefixed with
4553 @samp{C-} (among other helpful shortcuts).")
4554 (license license:gpl3+))))
4555
4556 (define-public emacs-jinja2-mode
4557 (package
4558 (name "emacs-jinja2-mode")
4559 (version "0.2")
4560 (source
4561 (origin
4562 (method git-fetch)
4563 (uri (git-reference
4564 (url "https://github.com/paradoxxxzero/jinja2-mode.git")
4565 (commit (string-append "v" version))))
4566 (file-name (git-file-name name version))
4567 (sha256
4568 (base32 "0l26wcy496k6xk7q5sf905xir0p73ziy6c44is77854lv3y0z381"))))
4569 (build-system emacs-build-system)
4570 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
4571 (synopsis "Major mode for jinja2")
4572 (description
4573 "Emacs major mode for jinja2 with: syntax highlighting,
4574 sgml/html integration, and indentation (working with sgml).")
4575 (license license:gpl3+)))
4576
4577 (define-public emacs-company-cabal
4578 ;; The latest version is 0.3.0, but no release has been provided after 0.2.1.
4579 (let ((commit "62112a7259e24bd6c08885629a185afe512b7d3d")
4580 (revision "1"))
4581 (package
4582 (name "emacs-company-cabal")
4583 (version (git-version "0.3.0" revision commit))
4584 (source (origin
4585 (method git-fetch)
4586 (uri (git-reference
4587 (url "https://github.com/iquiw/company-cabal/")
4588 (commit commit)))
4589 (file-name (git-file-name name version))
4590 (sha256
4591 (base32
4592 "1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"))))
4593 (build-system emacs-build-system)
4594 (propagated-inputs
4595 `(("emacs-company" ,emacs-company)))
4596 (arguments
4597 `(#:include (cons "^tools\\/" %default-include)))
4598 (home-page "https://github.com/iquiw/company-cabal/")
4599 (synopsis "Company completion for Haskell Cabal files")
4600 (description
4601 "This package allows for completion of field names, section names,
4602 field values, and more within @code{haskell-cabal-mode}.")
4603 (license license:gpl3+))))
4604
4605 (define-public emacs-rfcview
4606 (package
4607 (name "emacs-rfcview")
4608 (version "0.13")
4609 (home-page "http://www.loveshack.ukfsn.org/emacs")
4610 (source (origin
4611 (method url-fetch)
4612 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
4613 (sha256
4614 (base32
4615 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
4616 (build-system emacs-build-system)
4617 (synopsis "Prettify Request for Comments (RFC) documents")
4618 (description "The Internet Engineering Task Force (IETF) and the Internet
4619 Society (ISOC) publish various Internet-related protocols and specifications
4620 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
4621 documents. RFCs and STDs are published in a simple text form. This package
4622 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
4623 read these documents in Emacs. It prettifies the text and adds
4624 hyperlinks/menus for easier navigation. It also provides functions for
4625 browsing the index of RFC documents and fetching them from remote servers or
4626 local directories.")
4627 (license license:gpl3+)))
4628
4629 (define-public emacs-ffap-rfc-space
4630 (package
4631 (name "emacs-ffap-rfc-space")
4632 (version "12")
4633 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
4634 (source (origin
4635 (method url-fetch)
4636 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
4637 (sha256
4638 (base32
4639 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
4640 (build-system emacs-build-system)
4641 (synopsis "Make ffap recognize an RFC with a space before its number")
4642 (description "The Internet Engineering Task Force (IETF) and the
4643 Internet Society (ISOC) publish various Internet-related protocols and
4644 specifications as \"Request for Comments\" (RFC) documents. The
4645 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
4646 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
4647 and load the appropriate RFC from a remote server. However, it fails
4648 to recognize a name like \"RFC 1234\". This package enhances ffap so
4649 that it correctly finds RFCs even when a space appears before the
4650 number.")
4651 (license license:gpl3+)))
4652
4653 (define-public emacs-org-bullets
4654 (package
4655 (name "emacs-org-bullets")
4656 (version "0.2.4")
4657 (source
4658 (origin
4659 (method git-fetch)
4660 (uri (git-reference
4661 (url "https://github.com/sabof/org-bullets.git")
4662 (commit version)))
4663 (file-name (git-file-name name version))
4664 (sha256
4665 (base32 "10nr4sjffnqbllv6gmak6pviyynrb7pi5nvrq331h5alm3xcpq0w"))))
4666 (build-system emacs-build-system)
4667 (home-page "https://github.com/sabof/org-bullets")
4668 (synopsis "Show bullets in org-mode as UTF-8 characters")
4669 (description
4670 "This package provides an Emacs minor mode causing bullets in
4671 @code{org-mode} to be rendered as UTF-8 characters.")
4672 (license license:gpl3+)))
4673
4674 (define-public emacs-org-pomodoro
4675 ;; Last release version was from 2016.
4676 (let ((commit "aa07c11318f91219336197e62c47bc7a3d090479")
4677 (revision "1"))
4678 (package
4679 (name "emacs-org-pomodoro")
4680 (version (git-version "2.1.0" revision commit))
4681 (source
4682 (origin
4683 (method git-fetch)
4684 (uri (git-reference
4685 (url "https://github.com/marcinkoziej/org-pomodoro.git")
4686 (commit commit)))
4687 (file-name (git-file-name name version))
4688 (sha256
4689 (base32 "0nbprh2nhnmb7ngp9ndr6zr37ashcsvpi5slv7a37x1dl7j6w1k4"))))
4690 (build-system emacs-build-system)
4691 (propagated-inputs
4692 `(("emacs-alert" ,emacs-alert)))
4693 (arguments
4694 `(#:include (cons "^resources\\/" %default-include)
4695 #:tests? #t
4696 #:test-command '("emacs" "--batch"
4697 "-l" "org-pomodoro-tests.el"
4698 "-f" "ert-run-tests-batch-and-exit")
4699 #:phases
4700 (modify-phases %standard-phases
4701 (add-before 'check 'make-tests-writable
4702 (lambda _
4703 (make-file-writable "org-pomodoro-tests.el")
4704 #t))
4705 (add-before 'check 'add-require
4706 (lambda _
4707 (emacs-batch-edit-file "org-pomodoro-tests.el"
4708 `(progn (progn (goto-char (point-min))
4709 (re-search-forward
4710 "ert-deftest")
4711 (beginning-of-line)
4712 (forward-line -1)
4713 (insert "(require 'org-pomodoro)"))
4714 (basic-save-buffer)))
4715 #t)))))
4716 (home-page "https://github.com/marcinkoziej/org-pomodoro")
4717 (synopsis "Pomodoro technique for org-mode")
4718 (description "@code{emacs-org-pomodoro} adds very basic support for
4719 Pomodoro technique in Emacs org-mode.
4720
4721 Run @code{M-x org-pomodoro} for the task at point or select one of the
4722 last tasks that you clocked time for. Each clocked-in pomodoro starts
4723 a timer of 25 minutes and after each pomodoro a break timer of 5
4724 minutes is started automatically. Every 4 breaks a long break is
4725 started with 20 minutes. All values are customizable.")
4726 (license license:gpl3+))))
4727
4728 (define-public emacs-org-sidebar
4729 (package
4730 (name "emacs-org-sidebar")
4731 (version "0.2")
4732 (source
4733 (origin
4734 (method git-fetch)
4735 (uri (git-reference
4736 (url "https://github.com/alphapapa/org-sidebar.git")
4737 (commit version)))
4738 (file-name (git-file-name name version))
4739 (sha256
4740 (base32 "106h06vjfbqfj761vbxwymd6612ds8c6fk053yzgbrqzm3hn2c03"))))
4741 (build-system emacs-build-system)
4742 (propagated-inputs
4743 `(("emacs-dash" ,emacs-dash)
4744 ("emacs-org-super-agenda" ,emacs-org-super-agenda)
4745 ("emacs-org" ,emacs-org)
4746 ("emacs-org-ql" ,emacs-org-ql)
4747 ("emacs-s" ,emacs-s)))
4748 (home-page "https://github.com/alphapapa/org-sidebar")
4749 (synopsis "Helpful sidebar for Org buffers")
4750 (description "This package provides a sidebar for Org buffers. At the
4751 top is a chronological list of scheduled and deadlined tasks in the current
4752 buffer (similar to the Org agenda ,but without all its features), and below
4753 that is a list of all other non-done to-do items. If the buffer is narrowed,
4754 the sidebar only shows items in the narrowed portion; this allows seeing an
4755 overview of tasks in a subtree.")
4756 (license license:gpl3+)))
4757
4758 (define-public emacs-org-trello
4759 (package
4760 (name "emacs-org-trello")
4761 (version "0.8.1")
4762 (source
4763 (origin
4764 (method git-fetch)
4765 (uri (git-reference
4766 (url "https://github.com/org-trello/org-trello.git")
4767 (commit version)))
4768 (file-name (git-file-name name version))
4769 (sha256
4770 (base32
4771 "02gx3kv4mkij69ln8x8wf9n28x17pbb4kv85v78d3lxph7ykqimc"))))
4772 (build-system emacs-build-system)
4773 (propagated-inputs
4774 `(("emacs-dash" ,emacs-dash)
4775 ("emacs-deferred" ,emacs-deferred)
4776 ("emacs-f" ,emacs-f)
4777 ("emacs-helm" ,emacs-helm)
4778 ("emacs-request" ,emacs-request)
4779 ("emacs-s" ,emacs-s)))
4780 (home-page "https://org-trello.github.io")
4781 (synopsis "Emacs minor mode for interacting with Trello")
4782 (description "This package provides an Emacs minor mode to extend
4783 @code{org-mode} with Trello abilities. Trello is an online project
4784 organizer.")
4785 (license license:gpl3+)))
4786
4787 (define-public emacs-org-tanglesync
4788 (let ((commit "d99181f173b4e55b4e835d99fcd415e62beb047f")
4789 (revision "2"))
4790 (package
4791 (name "emacs-org-tanglesync")
4792 (version (git-version "0.6" revision commit))
4793 (source
4794 (origin
4795 (method git-fetch)
4796 (uri (git-reference
4797 (url "https://github.com/mtekman/org-tanglesync.el.git")
4798 (commit commit)))
4799 (file-name (git-file-name name version))
4800 (sha256
4801 (base32 "0x94gy1bgfd1f3p9w2bfrqj11bwy9ql0cpi1gw6srpj7kykx0lml"))))
4802 (build-system emacs-build-system)
4803 (propagated-inputs
4804 `(("emacs-org" ,emacs-org)))
4805 (home-page "https://github.com/mtekman/org-tanglesync.el")
4806 (synopsis "Sync Org source blocks with tangled external files")
4807 (description "This package automatically pulls changes from source code
4808 to their corresponding tangled blocks.")
4809 (license license:gpl3+))))
4810
4811 (define-public emacs-company-flow
4812 (let ((commit "76ef585c70d2a3206c2eadf24ba61e59124c3a16")
4813 (revision "1"))
4814 (package
4815 (name "emacs-company-flow")
4816 (version (git-version "0.1.0" revision commit))
4817 (source (origin
4818 (method git-fetch)
4819 (uri (git-reference
4820 (url "https://github.com/aaronjensen/company-flow/")
4821 (commit commit)))
4822 (file-name (git-file-name name version))
4823 (sha256
4824 (base32
4825 "0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
4826 (build-system emacs-build-system)
4827 (propagated-inputs
4828 `(("emacs-company" ,emacs-company)
4829 ("emacs-dash" ,emacs-dash)))
4830 (home-page "https://github.com/aaronjensen/company-flow/")
4831 (synopsis "Flow backend for @code{company-mode}")
4832 (description
4833 "This package provides completion for JavaScript files utilizing Flow.")
4834 (license license:gpl3+))))
4835
4836 (define-public emacs-atom-one-dark-theme
4837 (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
4838 (revision "0"))
4839 (package
4840 (name "emacs-atom-one-dark-theme")
4841 (version (git-version "0.4.0" revision commit))
4842 (source (origin
4843 (method git-fetch)
4844 (uri (git-reference
4845 (url "https://github.com/jonathanchu/atom-one-dark-theme.git")
4846 (commit commit)))
4847 (sha256
4848 (base32
4849 "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
4850 (file-name (git-file-name name version))))
4851 (build-system emacs-build-system)
4852 (home-page "https://github.com/jonathanchu/atom-one-dark-theme")
4853 (synopsis "Atom One Dark color theme for Emacs")
4854 (description "An Emacs port of the Atom One Dark theme from Atom.io.")
4855 (license license:gpl3+))))
4856
4857 (define-public emacs-zenburn-theme
4858 (package
4859 (name "emacs-zenburn-theme")
4860 (version "2.6")
4861 (source
4862 (origin
4863 (method git-fetch)
4864 (uri (git-reference
4865 (url "https://github.com/bbatsov/zenburn-emacs.git")
4866 (commit (string-append "v" version))))
4867 (file-name (git-file-name name version))
4868 (sha256
4869 (base32 "1n87r5hs7h5r8dgfid66skpzcypl9hssr9m3npp916g6jfsi782f"))))
4870 (build-system emacs-build-system)
4871 (home-page "https://github.com/bbatsov/zenburn-emacs")
4872 (synopsis "Low contrast color theme for Emacs")
4873 (description
4874 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
4875 It is built on top of the custom theme support in Emacs 24 or later.")
4876 (license license:gpl3+)))
4877
4878 (define-public emacs-moe-theme-el
4879 (let ((commit "6e086d855d6bb446bbd1090742815589a81a915f")
4880 (version "1.0")
4881 (revision "1"))
4882 (package
4883 (name "emacs-moe-theme-el")
4884 (version (git-version version revision commit))
4885 (source
4886 (origin
4887 (method git-fetch)
4888 (uri (git-reference
4889 (url "https://github.com/kuanyui/moe-theme.el")
4890 (commit commit)))
4891 (file-name (git-file-name name version))
4892 (sha256
4893 (base32 "0xj4wfd7h4jqnr193pizm9frf6lmwjr0dsdv2l9mqh9k691z1dnc"))))
4894 (build-system emacs-build-system)
4895 (home-page "https://github.com/kuanyui/moe-theme.el")
4896 (synopsis "Anime-inspired color themes")
4897 (description
4898 "This package provides vibrant color schemes with light and dark
4899 variants.")
4900 (license license:gpl3+))))
4901
4902 (define-public emacs-solarized-theme
4903 (package
4904 (name "emacs-solarized-theme")
4905 (version "1.2.2")
4906 (source (origin
4907 (method git-fetch)
4908 (uri (git-reference
4909 (url "https://github.com/bbatsov/solarized-emacs/")
4910 (commit (string-append "v" version))))
4911 (file-name (git-file-name name version))
4912 (sha256
4913 (base32
4914 "0zcj9jf8nlsj9vms888z2vs76q54n8g8r9sh381xad3x8d6lrlb3"))))
4915 (build-system emacs-build-system)
4916 (propagated-inputs
4917 `(("emacs-dash" ,emacs-dash)))
4918 (home-page "https://github.com/bbatsov/solarized-emacs")
4919 (synopsis "Port of the Solarized theme for Emacs")
4920 (description
4921 "Solarized for Emacs is a port of the Solarized theme for Vim. This
4922 package provides a light and a dark variant.")
4923 (license license:gpl3+)))
4924
4925 (define-public emacs-poet-theme
4926 (let ((commit "d84f7b259cc9b6ff8d442cf4c38bd6c7065ff8f4")
4927 (revision "0"))
4928 (package
4929 (name "emacs-poet-theme")
4930 (version (git-version "0" revision commit))
4931 (source
4932 (origin
4933 (method git-fetch)
4934 (uri (git-reference
4935 (url "https://github.com/kunalb/poet.git")
4936 (commit commit)))
4937 (file-name (git-file-name name version))
4938 (sha256
4939 (base32
4940 "0a84jdaj619mb59a46dmkk2sfs42rylqk9ryl1drgs8d3lia79mz"))))
4941 (build-system emacs-build-system)
4942 (home-page "https://github.com/kunalb/poet/")
4943 (synopsis "Emacs theme for prose")
4944 (description
4945 "Emacs has very good support for multiple fonts in a single file. Poet
4946 uses this support to make it much more convenient to write prose within Emacs,
4947 with particular attention paid to @code{org-mode} and @code{markdown-mode}.
4948 Code blocks, tables, etc are formatted in monospace text with the appropriate
4949 backgrounds.")
4950 (license license:expat))))
4951
4952 (define-public emacs-ahungry-theme
4953 (package
4954 (name "emacs-ahungry-theme")
4955 (version "1.10.0")
4956 (source
4957 (origin (method url-fetch)
4958 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
4959 version ".tar"))
4960 (sha256
4961 (base32
4962 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
4963 (build-system emacs-build-system)
4964 (home-page "https://github.com/ahungry/color-theme-ahungry")
4965 (synopsis "Ahungry color theme for Emacs")
4966 (description "Ahungry theme for Emacs provides bright and bold colors.
4967 If you load it from a terminal, you will be able to make use of the
4968 transparent background. If you load it from a GUI, it will default to a
4969 dark background.")
4970 (license license:gpl3+)))
4971
4972 (define-public emacs-gruvbox-theme
4973 (package
4974 (name "emacs-gruvbox-theme")
4975 (version "1.28.0")
4976 (source (origin
4977 (method git-fetch)
4978 (uri (git-reference
4979 (url "https://github.com/greduan/emacs-theme-gruvbox.git")
4980 (commit version)))
4981 (file-name (git-file-name name version))
4982 (sha256
4983 (base32
4984 "00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"))))
4985 (build-system emacs-build-system)
4986 (propagated-inputs
4987 `(("emacs-autothemer" ,emacs-autothemer)))
4988 (home-page "https://github.com/greduan/emacs-theme-gruvbox")
4989 (synopsis "Gruvbox is a retro groove color scheme ported from Vim")
4990 (description
4991 "Gruvbox is heavily inspired by badwolf, jellybeans and solarized.
4992
4993 Designed as a bright theme with pastel 'retro groove' colors and light/dark
4994 mode switching in the way of solarized. The main focus when developing gruvbox
4995 is to keep colors easily distinguishable, contrast enough and still pleasant
4996 for the eyes.")
4997 (license license:expat))) ; MIT license
4998
4999 (define-public emacs-spacegray-theme
5000 (let ((commit "9826265c2bceb2ebc1c5e16a45021da0253ace97")
5001 (revision "0"))
5002 (package
5003 (name "emacs-spacegray-theme")
5004 (version (git-version "0" revision commit))
5005 (source (origin
5006 (method git-fetch)
5007 (uri (git-reference
5008 (url "https://github.com/bruce/emacs-spacegray-theme.git")
5009 (commit commit)))
5010 (file-name (git-file-name name version))
5011 (sha256
5012 (base32
5013 "0aplwmm17ypbns5blc4rf5rr6dasj0zp5ibykpfl43fh4bd8z89n"))))
5014 (build-system emacs-build-system)
5015 (home-page "https://github.com/bruce/emacs-spacegray-theme")
5016 (synopsis "Port of Sublime Text's Spacegray theme for Emacs")
5017 (description
5018 "@code{spacegray-theme} is an Emacs port of the Spacegray theme from
5019 Sublime Text. It features a dark blue/gray background and soft blue, green,
5020 orange and red as accent colors.")
5021 (license license:expat)))) ; MIT license
5022
5023 (define-public emacs-2048-game
5024 (package
5025 (name "emacs-2048-game")
5026 (version "20151026.1233")
5027 (source
5028 (origin
5029 (method url-fetch)
5030 (uri (string-append "https://melpa.org/packages/2048-game-"
5031 version ".el"))
5032 (sha256
5033 (base32
5034 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
5035 (build-system emacs-build-system)
5036 (home-page "https://bitbucket.org/zck/2048.el")
5037 (synopsis "Implementation of the game 2048 in Emacs Lisp")
5038 (description
5039 "This program is an implementation of 2048 for Emacs.
5040 The goal of this game is to create a tile with value 2048. The size of the
5041 board and goal value can be customized.")
5042 (license license:gpl3+)))
5043
5044 (define-public emacs-base16-theme
5045 (package
5046 (name "emacs-base16-theme")
5047 (version "2.2")
5048 (source
5049 (origin
5050 (method git-fetch)
5051 (uri (git-reference
5052 (url "https://github.com/belak/base16-emacs.git")
5053 (commit version)))
5054 (file-name (git-file-name name version))
5055 (sha256
5056 (base32 "01w89g413s1da6rf94y1xnhw79cjy2bqb01yfjs58cy492cm0vr6"))))
5057 (build-system emacs-build-system)
5058 (home-page "https://github.com/belak/base16-emacs")
5059 (synopsis "Base16 color themes for Emacs")
5060 (description
5061 "Base16 provides carefully chosen syntax highlighting and a default set
5062 of sixteen colors suitable for a wide range of applications. Base16 is not a
5063 single theme but a set of guidelines with numerous implementations.")
5064 (license license:expat)))
5065
5066 (define-public emacs-solaire-mode
5067 (package
5068 (name "emacs-solaire-mode")
5069 (version "1.0.9")
5070 (source
5071 (origin
5072 (method git-fetch)
5073 (uri (git-reference
5074 (url "https://github.com/hlissner/emacs-solaire-mode.git")
5075 (commit (string-append "v" version))))
5076 (file-name (git-file-name name version))
5077 (sha256
5078 (base32 "011m4r7s6i9lgjymh7jgq5jwwrpz4vmpvp3c8d4ix96v5hi04kzg"))))
5079 (build-system emacs-build-system)
5080 (home-page "https://github.com/hlissner/emacs-solaire-mode")
5081 (synopsis "Change background of file-visiting buffers in Emacs")
5082 (description
5083 "@code{solaire-mode} is inspired by editors which visually distinguish
5084 code-editing windows from sidebars, popups, terminals, ecetera. It changes the
5085 background of file-visiting buffers (and certain aspects of the UI) to make
5086 them easier to distinguish from other, less important buffers.")
5087 (license license:expat)))
5088
5089 (define-public emacs-prescient
5090 ;; XXX: emacs-ivy introduced a commit that disables sorting for counsel-M-x
5091 ;; by default, so we use a non-release version ahead by one commit
5092 (let ((commit "95056580ed743da92b05aaf86f943ee05600c28d")
5093 (revision "1"))
5094 (package
5095 (name "emacs-prescient")
5096 (version (git-version "3.3" revision commit))
5097 (source (origin
5098 (method git-fetch)
5099 (uri (git-reference
5100 (url "https://github.com/raxod502/prescient.el/")
5101 (commit commit)))
5102 (file-name (git-file-name name version))
5103 (sha256
5104 (base32
5105 "06qxs8p66jr4gg9m1gd27v5may32f3n28la56cv4f4prinqyyfj7"))))
5106 (build-system emacs-build-system)
5107 (propagated-inputs
5108 `(("emacs-company" ,emacs-company)
5109 ("emacs-ivy" ,emacs-ivy)))
5110 (home-page "https://github.com/raxod502/prescient.el/")
5111 (synopsis "Library that sorts and filters lists of candidates")
5112 (description
5113 "This package provides a library for sorting and filtering, as well as
5114 extensions for @code{ivy-mode} and @code{company-mode} that make use of the
5115 library.")
5116 (license license:gpl3+))))
5117
5118 (define-public emacs-smartparens
5119 (package
5120 (name "emacs-smartparens")
5121 (version "1.11.0")
5122 (source
5123 (origin
5124 (method git-fetch)
5125 (uri (git-reference
5126 (url "https://github.com/Fuco1/smartparens.git")
5127 (commit version)))
5128 (file-name (git-file-name name version))
5129 (sha256
5130 (base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
5131 (build-system emacs-build-system)
5132 (propagated-inputs
5133 `(("emacs-dash" ,emacs-dash)
5134 ("emacs-markdown-mode" ,emacs-markdown-mode)))
5135 (home-page "https://github.com/Fuco1/smartparens")
5136 (synopsis "Paredit-like insertion, wrapping and navigation with user
5137 defined pairs")
5138 (description
5139 "Smartparens is a minor mode for Emacs that deals with parens pairs
5140 and tries to be smart about it. It started as a unification effort to
5141 combine functionality of several existing packages in a single,
5142 compatible and extensible way to deal with parentheses, delimiters, tags
5143 and the like. Some of these packages include autopair, textmate,
5144 wrap-region, electric-pair-mode, paredit and others. With the basic
5145 features found in other packages it also brings many improvements as
5146 well as completely new features.")
5147 (license license:gpl3+)))
5148
5149 (define-public emacs-highlight-symbol
5150 ;; We prefer a more recent commit that provides an option to squelch
5151 ;; echo-area alerts that can drown out useful information like eldoc
5152 ;; messages.
5153 (let ((commit "7a789c779648c55b16e43278e51be5898c121b3a")
5154 (version "1.3")
5155 (revision "1"))
5156 (package
5157 (name "emacs-highlight-symbol")
5158 (version (git-version version revision commit))
5159 (source
5160 (origin
5161 (method git-fetch)
5162 (uri (git-reference
5163 (url "https://github.com/nschum/highlight-symbol.el.git")
5164 (commit commit)))
5165 (file-name (git-file-name name version))
5166 (sha256
5167 (base32 "19cgyk0sh8nsmf3jbi92i8qsdx4l4yilfq5jj9zfdbj9p5gvwx96"))))
5168 (build-system emacs-build-system)
5169 (home-page "https://nschum.de/src/emacs/highlight-symbol/")
5170 (synopsis "Automatic and manual symbol highlighting for Emacs")
5171 (description
5172 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
5173 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
5174 the symbol at point highlighted.
5175
5176 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
5177 @code{highlight-symbol-next-in-defun} and
5178 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
5179 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
5180 bindings @code{M-p} and @code{M-p} for navigation. When
5181 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
5182 regardless of @code{highlight-symbol-idle-delay}.
5183
5184 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
5185 (license license:gpl2+))))
5186
5187 (define-public emacs-symbol-overlay
5188 (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc")
5189 (revision "1"))
5190 (package
5191 (name "emacs-symbol-overlay")
5192 (version (git-version "4.1" revision commit))
5193 (source
5194 (origin
5195 (method git-fetch)
5196 (uri (git-reference
5197 (url "https://github.com/wolray/symbol-overlay.git")
5198 (commit commit)))
5199 (file-name (git-file-name name version))
5200 (sha256
5201 (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"))))
5202 (build-system emacs-build-system)
5203 (home-page "https://github.com/wolray/symbol-overlay")
5204 (synopsis "Highlight symbols and perform various search operations on them")
5205 (description
5206 "This package provides functions for highlighting and navigating
5207 between symbols.")
5208 (license license:gpl3+))))
5209
5210 (define-public emacs-hl-todo
5211 (package
5212 (name "emacs-hl-todo")
5213 (version "3.0.0")
5214 (source (origin
5215 (method git-fetch)
5216 (uri (git-reference
5217 (url "https://github.com/tarsius/hl-todo")
5218 (commit (string-append "v" version))))
5219 (file-name (git-file-name name version))
5220 (sha256
5221 (base32
5222 "07xcc04ivpl5sbgb55qz84mz6wa500h0awzw1zq1ba5mfjjq8hls"))))
5223 (build-system emacs-build-system)
5224 (home-page "https://github.com/tarsius/hl-todo")
5225 (synopsis "Emacs mode to highlight TODO and similar keywords")
5226 (description
5227 "This package provides an Emacs mode to highlight TODO and similar
5228 keywords in comments and strings. This package also provides commands for
5229 moving to the next or previous keyword and to invoke @code{occur} with a
5230 regexp that matches all known keywords.")
5231 (license license:gpl3+)))
5232
5233 (define-public emacs-perspective
5234 (package
5235 (name "emacs-perspective")
5236 (version "2.2")
5237 (source
5238 (origin
5239 (method git-fetch)
5240 (uri (git-reference
5241 (url "https://github.com/nex3/perspective-el.git")
5242 (commit version)))
5243 (file-name (git-file-name name version))
5244 (sha256
5245 (base32
5246 "0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
5247 (build-system emacs-build-system)
5248 (home-page "https://github.com/nex3/perspective-el")
5249 (synopsis "Switch between named \"perspectives\"")
5250 (description
5251 "This package provides tagged workspaces in Emacs, similar to workspaces in
5252 windows managers such as Awesome and XMonad. @code{perspective.el} provides
5253 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
5254 perspective is composed of a window configuration and a set of buffers.
5255 Switching to a perspective activates its window configuration, and when in a
5256 perspective only its buffers are available by default.")
5257 ;; This package is released under the same license as Emacs (GPLv3+) or
5258 ;; the Expat license.
5259 (license license:gpl3+)))
5260
5261 (define-public emacs-test-simple
5262 (package
5263 (name "emacs-test-simple")
5264 (version "1.3.0")
5265 (source
5266 (origin
5267 (method url-fetch)
5268 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
5269 version ".el"))
5270 (sha256
5271 (base32
5272 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
5273 (build-system emacs-build-system)
5274 (home-page "https://github.com/rocky/emacs-test-simple")
5275 (synopsis "Simple unit test framework for Emacs Lisp")
5276 (description
5277 "Test Simple is a simple unit test framework for Emacs Lisp. It
5278 alleviates the need for context macros, enclosing specifications or required
5279 test tags. It supports both interactive and non-interactive use.")
5280 (license license:gpl3+)))
5281
5282 (define-public emacs-load-relative
5283 (package
5284 (name "emacs-load-relative")
5285 (version "1.3.1")
5286 (source
5287 (origin
5288 (method url-fetch)
5289 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
5290 version ".el"))
5291 (sha256
5292 (base32 "1m37scr82lqqy954fchjxrmdh4lngrl4d1yzxhp3yfjhsydizhrj"))))
5293 (build-system emacs-build-system)
5294 (home-page "http://github.com/rocky/emacs-load-relative")
5295 (synopsis "Emacs Lisp relative file loading related functions")
5296 (description
5297 "Provides functions which facilitate writing multi-file Emacs packages
5298 and running from the source tree without having to \"install\" code or fiddle
5299 with @{load-path}.
5300
5301 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
5302 another (presumably currently running) Emacs Lisp file.")
5303 (license license:gpl3+)))
5304
5305 (define-public emacs-loc-changes
5306 (package
5307 (name "emacs-loc-changes")
5308 (version "1.2")
5309 (source
5310 (origin
5311 (method url-fetch)
5312 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
5313 version ".el"))
5314 (sha256
5315 (base32
5316 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
5317 (build-system emacs-build-system)
5318 (home-page "https://github.com/rocky/emacs-loc-changes")
5319 (synopsis "Keeps track of positions even after buffer changes")
5320 (description
5321 "This Emacs package provides a mean to track important buffer positions
5322 after buffer changes.")
5323 (license license:gpl3+)))
5324
5325 (define-public emacs-realgud
5326 (package
5327 (name "emacs-realgud")
5328 (version "1.5.1")
5329 (source
5330 (origin
5331 (method git-fetch)
5332 (uri (git-reference
5333 (url "https://github.com/realgud/realgud/")
5334 (commit version)))
5335 (sha256
5336 (base32
5337 "1d3s23jk0i34wpyxfajydgyyvsxnpbqrfl0mgydsq7zw2c75ylnq"))
5338 (file-name (git-file-name name version))))
5339 (build-system emacs-build-system)
5340 (arguments
5341 `(#:tests? #t
5342 #:phases
5343 (modify-phases %standard-phases
5344 (add-after 'unpack 'fix-autogen-script
5345 (lambda _
5346 (substitute* "autogen.sh"
5347 (("./configure") "sh configure"))))
5348 (add-after 'fix-autogen-script 'autogen
5349 (lambda _
5350 (setenv "CONFIG_SHELL" "sh")
5351 (invoke "sh" "autogen.sh")))
5352 (add-after 'fix-autogen-script 'set-home
5353 (lambda _
5354 (setenv "HOME" (getenv "TMPDIR"))))
5355 (add-before 'patch-el-files 'remove-realgud-pkg.el
5356 (lambda _
5357 ;; FIXME: `patch-el-files' crashes on this file with error:
5358 ;; unable to locate "bashdb".
5359 (delete-file "./test/test-regexp-bashdb.el"))))
5360 #:include (cons* ".*\\.el$" %default-include)))
5361 (native-inputs
5362 `(("autoconf" ,autoconf)
5363 ("automake" ,automake)
5364 ("emacs-test-simple" ,emacs-test-simple)))
5365 (propagated-inputs
5366 `(("emacs-load-relative" ,emacs-load-relative)
5367 ("emacs-loc-changes" ,emacs-loc-changes)))
5368 (home-page "https://github.com/realgud/realgud/")
5369 (synopsis
5370 "Modular front-end for interacting with external debuggers")
5371 (description
5372 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
5373 with external debuggers. It integrates various debuggers such as gdb, pdb,
5374 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
5375 sources. Unlike GUD, it also supports running multiple debug sessions in
5376 parallel.")
5377 (license license:gpl3+)))
5378
5379 (define-public emacs-request
5380 (package
5381 (name "emacs-request")
5382 (version "0.3.2")
5383 (source (origin
5384 (method git-fetch)
5385 (uri (git-reference
5386 (url "https://github.com/tkf/emacs-request.git")
5387 (commit (string-append "v" version))))
5388 (file-name (git-file-name name version))
5389 (sha256
5390 (base32
5391 "1djywhvvb6kwdj0nd3axjvb7k2g06dzkc6hsf29w9rsk96vr8ryl"))))
5392 (build-system emacs-build-system)
5393 (arguments
5394 `(#:tests? #f)) ; requires network access.
5395 (propagated-inputs
5396 `(("emacs-deferred" ,emacs-deferred)))
5397 (home-page "https://github.com/tkf/emacs-request")
5398 (synopsis "Package for speaking HTTP in Emacs Lisp")
5399 (description "This package provides a HTTP request library with multiple
5400 backends. It supports url.el which is shipped with Emacs and the curl command
5401 line program.")
5402 (license license:gpl3+)))
5403
5404 (define-public emacs-rudel
5405 (package
5406 (name "emacs-rudel")
5407 (version "0.3.1")
5408 (source
5409 (origin
5410 (method url-fetch)
5411 (uri (string-append "https://elpa.gnu.org/packages/rudel-"
5412 version ".tar"))
5413 (sha256
5414 (base32
5415 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
5416 (build-system emacs-build-system)
5417 (home-page "http://rudel.sourceforge.net/")
5418 (synopsis "Collaborative editing framework")
5419 (description
5420 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
5421 is to share buffers with other users in order to edit the contents of those
5422 buffers collaboratively. Rudel supports multiple backends to enable
5423 communication with other collaborative editors using different protocols,
5424 though currently Obby (for use with the Gobby editor) is the only
5425 fully-functional one.")
5426 (license license:gpl3+)))
5427
5428 (define-public emacs-hydra
5429 (package
5430 (name "emacs-hydra")
5431 (version "0.15.0")
5432 (source
5433 (origin
5434 (method git-fetch)
5435 (uri (git-reference
5436 (url "https://github.com/abo-abo/hydra")
5437 (commit version)))
5438 (file-name (git-file-name name version))
5439 (sha256
5440 (base32
5441 "0fapvhmhgc9kppf3bvkgry0cd7gyilg7sfvlscfrfjxpx4xvwsfy"))))
5442 (build-system emacs-build-system)
5443 (arguments
5444 `(#:tests? #t
5445 #:test-command '("make" "test")))
5446 (home-page "https://github.com/abo-abo/hydra")
5447 (synopsis "Make Emacs bindings that stick around")
5448 (description
5449 "This package can be used to tie related commands into a family of short
5450 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
5451 the prefixed binding), all the heads can be called in succession with only a
5452 short extension. Any binding that isn't the Hydra's head vanquishes the
5453 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
5454 serve its original purpose, calling the command assigned to it. This makes
5455 the Hydra very seamless; it's like a minor mode that disables itself
5456 automatically.")
5457 (license license:gpl3+)))
5458
5459 (define-public emacs-ivy
5460 (package
5461 (name "emacs-ivy")
5462 (version "0.13.0")
5463 (source
5464 (origin
5465 (method git-fetch)
5466 (uri (git-reference
5467 (url "https://github.com/abo-abo/swiper.git")
5468 (commit version)))
5469 (file-name (git-file-name name version))
5470 (sha256
5471 (base32
5472 "0ghcwrg8a6r5q6fw2x8s08cwlmnz2d8qjhisnjwbnc2l4cgqpd9p"))))
5473 (build-system emacs-build-system)
5474 (arguments
5475 `(#:phases
5476 (modify-phases %standard-phases
5477 (add-after 'install 'install-doc
5478 (lambda* (#:key outputs #:allow-other-keys)
5479 (let* ((out (assoc-ref outputs "out"))
5480 (info (string-append out "/share/info")))
5481 (with-directory-excursion "doc"
5482 (invoke "makeinfo" "ivy.texi")
5483 (install-file "ivy.info" info)
5484 #t))))
5485 (add-before 'check 'make-dummy-git-directory
5486 (lambda _
5487 (mkdir-p ".git")))
5488 (add-after 'check 'delete-dummy-git-directory
5489 (lambda _
5490 (delete-file-recursively ".git"))))
5491 #:tests? #t
5492 #:test-command '("make" "test")))
5493 (propagated-inputs
5494 `(("emacs-hydra" ,emacs-hydra)))
5495 (native-inputs
5496 `(("texinfo" ,texinfo)
5497 ("emacs-wgrep" ,emacs-wgrep)))
5498 (home-page "http://oremacs.com/swiper/")
5499 (synopsis "Incremental vertical completion for Emacs")
5500 (description
5501 "This package provides @code{ivy-read} as an alternative to
5502 @code{completing-read} and similar functions. No attempt is made to determine
5503 the best candidate. Instead, the user can navigate candidates with
5504 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
5505 splitting the input text by spaces and re-building it into a regular
5506 expression.")
5507 (license license:gpl3+)))
5508
5509 (define-public emacs-ivy-xref
5510 (let ((commit "1a35fc0f070388701b05b0a455cbe262e924d547")
5511 (revision "1"))
5512 (package
5513 (name "emacs-ivy-xref")
5514 (version (git-version "0.1" revision commit))
5515 (source
5516 (origin
5517 (method git-fetch)
5518 (uri (git-reference
5519 (url "https://github.com/alexmurray/ivy-xref.git")
5520 (commit commit)))
5521 (file-name (git-file-name name version))
5522 (sha256
5523 (base32
5524 "0d71nm9d9ajp5i6dnl8h1hw9jqp8gd1ajgninb1h13i80rplzl9k"))))
5525 (build-system emacs-build-system)
5526 (propagated-inputs
5527 `(("emacs-ivy" ,emacs-ivy)))
5528 (home-page "https://github.com/alexmurray/ivy-xref")
5529 (synopsis "Ivy interface for @code{xref}")
5530 (description "This package provides an Ivy interface for selecting from
5531 @code{xref} results.")
5532 (license license:gpl3))))
5533
5534 (define-public emacs-ivy-pass
5535 (let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
5536 (revision "1"))
5537 (package
5538 (name "emacs-ivy-pass")
5539 (version (git-version "0.1" revision commit))
5540 (source
5541 (origin
5542 (method git-fetch)
5543 (uri (git-reference
5544 (url "https://github.com/ecraven/ivy-pass.git")
5545 (commit commit)))
5546 (file-name (git-file-name name version))
5547 (sha256
5548 (base32
5549 "18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
5550 (build-system emacs-build-system)
5551 (propagated-inputs
5552 `(("emacs-ivy" ,emacs-ivy)
5553 ("emacs-password-store" ,emacs-password-store)
5554 ("password-store" ,password-store)))
5555 (home-page "https://github.com/ecraven/ivy-pass")
5556 (synopsis "Ivy interface for password store (pass)")
5557 (description "This package provides an Ivy interface for working with
5558 the password store @code{pass}.")
5559 (license license:gpl3))))
5560
5561 (define-public emacs-ivy-yasnippet
5562 (let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
5563 (revision "2"))
5564 (package
5565 (name "emacs-ivy-yasnippet")
5566 (version (git-version "0.1" revision commit))
5567 (source
5568 (origin
5569 (method git-fetch)
5570 (uri (git-reference
5571 (url "https://github.com/mkcms/ivy-yasnippet.git")
5572 (commit commit)))
5573 (file-name (git-file-name name version))
5574 (sha256
5575 (base32
5576 "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
5577 (build-system emacs-build-system)
5578 (propagated-inputs
5579 `(("emacs-ivy" ,emacs-ivy)
5580 ("emacs-yasnippet" ,emacs-yasnippet)
5581 ("emacs-dash" ,emacs-dash)))
5582 (home-page "https://github.com/mkcms/ivy-yasnippet")
5583 (synopsis "Preview @code{yasnippets} with @code{ivy}")
5584 (description "This package allows you to select @code{yasnippet}
5585 snippets using @code{ivy} completion. When current selection changes in the
5586 minibuffer, the snippet contents are temporarily expanded in the buffer. To
5587 use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
5588 @code{yas-minor-mode} first).")
5589 (license license:gpl3+))))
5590
5591 (define-public emacs-ivy-rich
5592 ;; The latest release version has a small mistake that has since been fixed,
5593 ;; so we use a more recent commit.
5594 (let ((commit "7a667b135983a1f3ad33d6db8514638e2a3bdfb3")
5595 (revision "2"))
5596 (package
5597 (name "emacs-ivy-rich")
5598 (version (git-version "0.1.4" revision commit))
5599 (source
5600 (origin
5601 (method git-fetch)
5602 (uri (git-reference
5603 (url "https://github.com/Yevgnen/ivy-rich.git")
5604 (commit commit)))
5605 (file-name (git-file-name name version))
5606 (sha256
5607 (base32 "1v5j6pak2j1wjw19y7rx9rhxif0bj2h47xyl2knfcl6fi4qiqm9y"))))
5608 (build-system emacs-build-system)
5609 (propagated-inputs
5610 `(("emacs-ivy" ,emacs-ivy)))
5611 (home-page "https://github.com/Yevgnen/ivy-rich")
5612 (synopsis "More friendly interface for @code{ivy}")
5613 (description
5614 "This package extends @code{ivy} by showing more information in the
5615 minibuffer for each candidate. It adds columns showing buffer modes, file
5616 sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
5617 show icons as well.")
5618 (license license:gpl3+))))
5619
5620 (define-public emacs-avy
5621 (package
5622 (name "emacs-avy")
5623 (version "0.5.0")
5624 (source
5625 (origin
5626 (method git-fetch)
5627 (uri (git-reference
5628 (url "https://github.com/abo-abo/avy.git")
5629 (commit version)))
5630 (file-name (git-file-name name version))
5631 (sha256
5632 (base32 "09qdni1s74i5pv8741szl5g4ynj8fxn0x65qmwa9rmfkbimnc0fs"))))
5633 (build-system emacs-build-system)
5634 (arguments
5635 `(#:tests? #t
5636 #:test-command '("make" "test")))
5637 (home-page "https://github.com/abo-abo/avy")
5638 (synopsis "Tree-based completion for Emacs")
5639 (description
5640 "This package provides a generic completion method based on building a
5641 balanced decision tree with each candidate being a leaf. To traverse the tree
5642 from the root to a desired leaf, typically a sequence of @code{read-key} can
5643 be used.
5644
5645 In order for @code{read-key} to make sense, the tree needs to be visualized
5646 appropriately, with a character at each branch node. So this completion
5647 method works only for things that you can see on your screen, all at once,
5648 such as the positions of characters, words, line beginnings, links, or
5649 windows.")
5650 (license license:gpl3+)))
5651
5652 (define-public emacs-ace-window
5653 ;; last release version is from 2015
5654 (let ((commit "a5344925e399e1f015721cda6cf5db03c90ab87a")
5655 (revision "1"))
5656 (package
5657 (name "emacs-ace-window")
5658 (version (git-version "0.9.0" revision commit))
5659 (source
5660 (origin
5661 (method git-fetch)
5662 (uri (git-reference
5663 (url "https://github.com/abo-abo/ace-window.git")
5664 (commit commit)))
5665 (file-name (git-file-name name version))
5666 (sha256
5667 (base32
5668 "18jm8gfgnf6ja9aarws5650lw2zfi3wdwc5j8r5ijn5fcqhfy7rc"))))
5669 (build-system emacs-build-system)
5670 (propagated-inputs
5671 `(("emacs-avy" ,emacs-avy)))
5672 (home-page "https://github.com/abo-abo/ace-window")
5673 (synopsis "Quickly switch windows in Emacs")
5674 (description
5675 "@code{ace-window} is meant to replace @code{other-window}.
5676 In fact, when there are only two windows present, @code{other-window} is
5677 called. If there are more, each window will have its first character
5678 highlighted. Pressing that character will switch to that window.")
5679 (license license:gpl3+))))
5680
5681 (define-public emacs-iedit
5682 ;; Last release version was in 2016.
5683 (let ((commit "e2c100cdd67b7d82835d281ac2cd1bf4f374bc8f")
5684 (revision "1"))
5685 (package
5686 (name "emacs-iedit")
5687 (version (git-version "0.9.9.9" revision commit))
5688 (source
5689 (origin
5690 (method git-fetch)
5691 (uri (git-reference
5692 (url "https://github.com/victorhge/iedit.git")
5693 (commit commit)))
5694 (file-name (git-file-name name version))
5695 (sha256
5696 (base32 "0wr3w2id95wx2rma8n1ifjrv9rx37ly26ijc5zi58id0yrip3hnc"))))
5697 (build-system emacs-build-system)
5698 (home-page "https://www.emacswiki.org/emacs/Iedit")
5699 (synopsis "Edit multiple regions in the same way simultaneously")
5700 (description
5701 "This package is an Emacs minor mode and allows you to edit one
5702 occurrence of some text in a buffer (possibly narrowed) or region, and
5703 simultaneously have other occurrences edited in the same way.
5704
5705 You can also use Iedit mode as a quick way to temporarily show only the buffer
5706 lines that match the current text being edited. This gives you the effect of
5707 a temporary @code{keep-lines} or @code{occur}.")
5708 (license license:gpl3+))))
5709
5710 (define-public emacs-zoutline
5711 (package
5712 (name "emacs-zoutline")
5713 (version "0.2.0")
5714 (source
5715 (origin
5716 (method git-fetch)
5717 (uri (git-reference
5718 (url "https://github.com/abo-abo/zoutline")
5719 (commit version)))
5720 (sha256
5721 (base32
5722 "1w0zh6vs7klgivq5r030a82mcfg1zwic4x3fimyiqyg5n8p67hyx"))
5723 (file-name (git-file-name name version))))
5724 (build-system emacs-build-system)
5725 (home-page "https://github.com/abo-abo/zoutline")
5726 (synopsis "Simple outline library")
5727 (description
5728 "This library provides helpers for outlines. Outlines allow users to
5729 navigate code in a tree-like fashion.")
5730 (license license:gpl3+)))
5731
5732 (define-public emacs-lispy
5733 (package
5734 (name "emacs-lispy")
5735 (version "0.27.0")
5736 (home-page "https://github.com/abo-abo/lispy")
5737 (source (origin
5738 (method git-fetch)
5739 (uri (git-reference
5740 (url "https://github.com/abo-abo/lispy")
5741 (commit version)))
5742 (sha256
5743 (base32
5744 "1cm7f4pyl73f3vhkb7ah6bbbrj2sa7n0p31g09k7dy4zgx04bgw6"))
5745 (file-name (git-file-name name version))))
5746 (build-system emacs-build-system)
5747 (propagated-inputs
5748 `(("emacs-ace-window" ,emacs-ace-window)
5749 ("emacs-iedit" ,emacs-iedit)
5750 ("emacs-ivy" ,emacs-ivy)
5751 ("emacs-hydra" ,emacs-hydra)
5752 ("emacs-zoutline" ,emacs-zoutline)))
5753 (native-inputs
5754 `(("emacs-clojure-mode" ,emacs-clojure-mode)
5755 ("emacs-undercover" ,emacs-undercover)))
5756 (arguments
5757 `(#:include (cons* "^lispy-clojure\\.clj$"
5758 "^lispy-python\\.py$"
5759 %default-include)
5760 #:phases
5761 ;; XXX: one failing test involving python evaluation
5762 (modify-phases %standard-phases
5763 (add-before 'check 'make-test-writable
5764 (lambda _
5765 (make-file-writable "lispy-test.el")
5766 #t))
5767 (add-before 'check 'remove-python-eval-test
5768 (lambda _
5769 (emacs-batch-edit-file "lispy-test.el"
5770 `(progn
5771 (progn
5772 (goto-char (point-min))
5773 (re-search-forward
5774 "ert-deftest lispy-eval-python-str")
5775 (beginning-of-line)
5776 (kill-sexp))
5777 (basic-save-buffer)))
5778 #t)))
5779 #:tests? #t
5780 #:test-command '("make" "test")))
5781 (synopsis "Modal S-expression editing")
5782 (description
5783 "Due to the structure of Lisp syntax it's very rare for the programmer
5784 to want to insert characters right before \"(\" or right after \")\". Thus
5785 unprefixed printable characters can be used to call commands when the point is
5786 at one of these special locations. Lispy provides unprefixed keybindings for
5787 S-expression editing when point is at the beginning or end of an
5788 S-expression.")
5789 (license license:gpl3+)))
5790
5791 (define-public emacs-lispyville
5792 (let ((commit "d28b937f0cabd8ce61e2020fe9a733ca80d82c74")
5793 (revision "1"))
5794 (package
5795 (name "emacs-lispyville")
5796 (version (git-version "0.1" revision commit))
5797 (home-page "https://github.com/noctuid/lispyville")
5798 (source (origin
5799 (method git-fetch)
5800 (uri (git-reference (url home-page) (commit commit)))
5801 (sha256
5802 (base32
5803 "0f6srwj1qqkfkbmp5n5pjvi6gm7b7xav05p5hrs2i83rjrakzzqx"))
5804 (file-name (git-file-name name version))))
5805 (propagated-inputs
5806 `(("emacs-evil" ,emacs-evil)
5807 ("emacs-lispy" ,emacs-lispy)))
5808 (build-system emacs-build-system)
5809 (arguments
5810 `(#:phases
5811 ;; XXX: mysterious whitespace issue with one test
5812 (modify-phases %standard-phases
5813 (add-before 'check 'make-test-writable
5814 (lambda _
5815 (make-file-writable "lispyville-test.el")
5816 #t))
5817 (add-after 'make-test-writable 'remove-test
5818 (lambda _
5819 (emacs-batch-edit-file "lispyville-test.el"
5820 `(progn (progn (goto-char (point-min))
5821 (re-search-forward
5822 "ert-deftest lispyville-comment-and-clone-dwim")
5823 (beginning-of-line)
5824 (kill-sexp))
5825 (basic-save-buffer))))))
5826 #:tests? #t
5827 #:test-command '("make" "test")))
5828 (synopsis "Minor mode for integrating Evil with lispy")
5829 (description
5830 "LispyVille's main purpose is to provide a Lisp editing environment
5831 suited towards Evil users. It can serve as a minimal layer on top of lispy
5832 for better integration with Evil, but it does not require the use of lispy’s
5833 keybinding style. The provided commands allow for editing Lisp in normal
5834 state and will work even without lispy being enabled.")
5835 (license license:gpl3+))))
5836
5837 (define-public emacs-lpy
5838 (let ((commit "43b401fe15f0f0d01edb189378b9498121e9f766")
5839 (revision "3"))
5840 (package
5841 (name "emacs-lpy")
5842 (version (git-version "0.1.0" revision commit))
5843 (source
5844 (origin
5845 (method git-fetch)
5846 (uri (git-reference
5847 (url "https://github.com/abo-abo/lpy")
5848 (commit commit)))
5849 (sha256
5850 (base32
5851 "0xj1r7cn1rivaxhvawvmgx9fg3xilpfw4lkf2x2aqplr4s85ijas"))
5852 (file-name (git-file-name name version))))
5853 (propagated-inputs
5854 `(("emacs-zoutline" ,emacs-zoutline)
5855 ("emacs-lispy" ,emacs-lispy)))
5856 (build-system emacs-build-system)
5857 (home-page "https://github.com/abo-abo/lpy")
5858 (synopsis "Modal editing for Python")
5859 (description
5860 "This package provides a minor mode for Python that binds useful
5861 commands to unprefixed keys, such as @code{j} or @code{e}, under certain
5862 circumstances, and leaves the keys untouched outside of those situations,
5863 allowing unprefixed keys to insert their respective characters as expected.")
5864 (license license:gpl3+))))
5865
5866 (define-public emacs-clojure-mode
5867 (package
5868 (name "emacs-clojure-mode")
5869 (version "5.6.1")
5870 (source
5871 (origin
5872 (method git-fetch)
5873 (uri (git-reference
5874 (url "https://github.com/clojure-emacs/clojure-mode.git")
5875 (commit version)))
5876 (file-name (git-file-name name version))
5877 (sha256
5878 (base32 "1qadymqzs5fn1sb347xzfw8lqq6s85vvkh4kzm35m61g5i2lm86y"))))
5879 (build-system emacs-build-system)
5880 (native-inputs
5881 `(("emacs-dash" ,emacs-dash)
5882 ("emacs-s" ,emacs-s)
5883 ("ert-runner" ,emacs-ert-runner)))
5884 (arguments
5885 `(#:tests? #t
5886 #:test-command '("ert-runner")))
5887 (home-page "https://github.com/clojure-emacs/clojure-mode")
5888 (synopsis "Major mode for Clojure code")
5889 (description
5890 "This Emacs package provides font-lock, indentation, navigation and basic
5891 refactoring for the @uref{http://clojure.org, Clojure programming language}.
5892 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
5893 (license license:gpl3+)))
5894
5895 (define-public emacs-epl
5896 (package
5897 (name "emacs-epl")
5898 (version "0.8")
5899 (source
5900 (origin
5901 (method git-fetch)
5902 (uri (git-reference
5903 (url "https://github.com/cask/epl.git")
5904 (commit version)))
5905 (file-name (git-file-name name version))
5906 (sha256
5907 (base32 "0sjxd5y5hxhrbgfkpwx6m724r3841b53hgc61a0g5zwispw5pmrr"))))
5908 (build-system emacs-build-system)
5909 (home-page "https://github.com/cask/epl")
5910 (synopsis "Emacs Package Library")
5911 (description
5912 "A package management library for Emacs, based on @code{package.el}.
5913
5914 The purpose of this library is to wrap all the quirks and hassle of
5915 @code{package.el} into a sane API.")
5916 (license license:gpl3+)))
5917
5918 (define-public emacs-counsel-projectile
5919 (package
5920 (name "emacs-counsel-projectile")
5921 (version "0.3.0")
5922 (source (origin
5923 (method git-fetch)
5924 (uri (git-reference
5925 (url "https://github.com/ericdanan/counsel-projectile")
5926 (commit version)))
5927 (file-name (git-file-name name version))
5928 (sha256
5929 (base32
5930 "1inc4ndl0ysfwvxk4avbgpj4qi9rc93da6476a5c81xmwpsv8wmq"))))
5931 (build-system emacs-build-system)
5932 (propagated-inputs
5933 `(("emacs-ivy" ,emacs-ivy)
5934 ("emacs-projectile" ,emacs-projectile)))
5935 (home-page "https://github.com/ericdanan/counsel-projectile")
5936 (synopsis "Enhance Projectile with Ivy")
5937 (description
5938 "This package uses Ivy to provide additional actions for Projectile
5939 commands and replacements for existing functions.")
5940 (license license:gpl3+)))
5941
5942 (define-public emacs-queue
5943 (package
5944 (name "emacs-queue")
5945 (version "0.2")
5946 (source (origin
5947 (method url-fetch)
5948 (uri (string-append "https://elpa.gnu.org/packages/queue-"
5949 version ".el"))
5950 (sha256
5951 (base32
5952 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
5953 (build-system emacs-build-system)
5954 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
5955 (synopsis "Queue data structure for Emacs")
5956 (description
5957 "This Emacs library provides queue data structure. These queues can be
5958 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
5959 stack, i.e. elements can be added to the front or back of the queue, and can
5960 be removed from the front. This type of data structure is sometimes called an
5961 \"output-restricted deque\".")
5962 (license license:gpl3+)))
5963
5964 (define-public emacs-pkg-info
5965 (package
5966 (name "emacs-pkg-info")
5967 (version "0.6")
5968 (source
5969 (origin
5970 (method git-fetch)
5971 (uri (git-reference
5972 (url "https://github.com/lunaryorn/pkg-info.el.git")
5973 (commit version)))
5974 (file-name (git-file-name name version))
5975 (sha256
5976 (base32 "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"))))
5977 (build-system emacs-build-system)
5978 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
5979 (home-page "https://github.com/lunaryorn/pkg-info.el")
5980 (synopsis "Information about Emacs packages")
5981 (description
5982 "This library extracts information from the installed Emacs packages.")
5983 (license license:gpl3+)))
5984
5985 (define-public emacs-spinner
5986 (package
5987 (name "emacs-spinner")
5988 (version "1.7.3")
5989 (source (origin
5990 (method url-fetch)
5991 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
5992 version ".el"))
5993 (sha256
5994 (base32
5995 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
5996 (build-system emacs-build-system)
5997 (home-page "https://github.com/Malabarba/spinner.el")
5998 (synopsis "Emacs mode-line spinner for operations in progress")
5999 (description
6000 "This Emacs package adds spinners and progress-bars to the mode-line for
6001 ongoing operations.")
6002 (license license:gpl3+)))
6003
6004 (define-public emacs-sparql-mode
6005 (package
6006 (name "emacs-sparql-mode")
6007 (version "2.0.1")
6008 (source
6009 (origin
6010 (method git-fetch)
6011 (uri (git-reference
6012 (url "https://github.com/ljos/sparql-mode.git")
6013 (commit (string-append "v" version))))
6014 (file-name (git-file-name name version))
6015 (sha256
6016 (base32 "0ywhqk6n5k0l85zjwbnrivnvxjzqipqrggv06lify6yv18qmyl6s"))))
6017 (build-system emacs-build-system)
6018 (home-page "https://github.com/ljos/sparql-mode")
6019 (synopsis "SPARQL mode for Emacs")
6020 (description "This package provides a major mode for Emacs that provides
6021 syntax highlighting for SPARQL. It also provides a way to execute queries
6022 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
6023 possible to query other endpoints like DBPedia.")
6024 (license license:gpl3+)))
6025
6026 (define-public emacs-better-defaults
6027 (package
6028 (name "emacs-better-defaults")
6029 (version "0.1.3")
6030 (source
6031 (origin
6032 (method git-fetch)
6033 (uri (git-reference
6034 (url "https://github.com/technomancy/better-defaults")
6035 (commit version)))
6036 (file-name (git-file-name name version))
6037 (sha256
6038 (base32
6039 "1rxznx2l0cdpiz8mad8s6q17m1fngpgb1cki7ch6yh18r3qz8ysr"))))
6040 (build-system emacs-build-system)
6041 (home-page "https://github.com/technomancy/better-defaults")
6042 (synopsis "Better defaults for Emacs")
6043 (description
6044 "Better defaults attempts to address the most obvious deficiencies of the
6045 Emacs default configuration in uncontroversial ways that nearly everyone can
6046 agree upon.")
6047 (license license:gpl3+)))
6048
6049 (define-public emacs-undohist-el
6050 (let ((commit "d2239a5f736724ceb9e3b6bcaa86f4064805cda0")
6051 (revision "1"))
6052 (package
6053 (name "emacs-undohist-el")
6054 (version (git-version "0" revision commit))
6055 (source
6056 (origin
6057 (method git-fetch)
6058 (uri (git-reference
6059 (url "https://github.com/m2ym/undohist-el")
6060 (commit commit)))
6061 (file-name (git-file-name name version))
6062 (sha256
6063 (base32
6064 "1c0daw246ky7b1x5b8h55x79pl1pjqk1k348l487bdd8zdj4w9wx"))
6065 (patches
6066 (search-patches "emacs-undohist-ignored.patch"))))
6067 (build-system emacs-build-system)
6068 (home-page "https://github.com/m2ym/undohist-el")
6069 (synopsis "Save undo history between sessions")
6070 (description "This package allows persistent use of undo history for
6071 individual file buffers.")
6072 (license license:gpl3+))))
6073
6074 (define-public emacs-eprime
6075 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
6076 (package
6077 (name "emacs-eprime")
6078 (version (string-append "20140513-" (string-take commit 7)))
6079 (source (origin
6080 (method url-fetch)
6081 (uri (string-append "https://raw.githubusercontent.com"
6082 "/AndrewHynes/eprime-mode/"
6083 commit "/eprime-mode.el"))
6084 (file-name (string-append "eprime-" version ".el"))
6085 (sha256
6086 (base32
6087 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
6088 (build-system emacs-build-system)
6089 (home-page "https://github.com/AndrewHynes/eprime-mode")
6090 (synopsis "E-prime checking mode for Emacs")
6091 (description "This package provides an E-prime checking mode for Emacs
6092 that highlights non-conforming text. The subset of the English language called
6093 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
6094 (license license:gpl3+))))
6095
6096 (define-public emacs-julia-mode
6097 ;; XXX: Upstream version remained stuck at 0.3. See
6098 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
6099 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
6100 (revision "1"))
6101 (package
6102 (name "emacs-julia-mode")
6103 (version (string-append "0.3-" revision "." (string-take commit 8)))
6104 (source
6105 (origin
6106 (method git-fetch)
6107 (uri (git-reference
6108 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
6109 (commit commit)))
6110 (file-name (git-file-name name version))
6111 (sha256
6112 (base32
6113 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
6114 (build-system emacs-build-system)
6115 (arguments
6116 `(#:tests? #t
6117 #:test-command '("emacs" "--batch"
6118 "-l" "julia-mode-tests.el"
6119 "-f" "ert-run-tests-batch-and-exit")))
6120 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
6121 (synopsis "Major mode for Julia")
6122 (description "This Emacs package provides a mode for the Julia
6123 programming language.")
6124 (license license:expat))))
6125
6126 (define-public emacs-smex
6127 (package
6128 (name "emacs-smex")
6129 (version "3.0")
6130 (source (origin
6131 (method url-fetch)
6132 (uri (string-append "https://raw.githubusercontent.com"
6133 "/nonsequitur/smex/" version "/smex.el"))
6134 (file-name (string-append "smex-" version ".el"))
6135 (sha256
6136 (base32
6137 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
6138 (build-system emacs-build-system)
6139 (home-page "https://github.com/nonsequitur/smex/")
6140 (synopsis "M-x interface with Ido-style fuzzy matching")
6141 (description
6142 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
6143 convenient interface to your recently and most frequently used commands. And
6144 to all the other commands, too.")
6145 (license license:gpl3+)))
6146
6147 (define-public emacs-js2-mode
6148 (package
6149 (name "emacs-js2-mode")
6150 (version "20190219")
6151 (source
6152 (origin
6153 (method git-fetch)
6154 (uri (git-reference
6155 (url "https://github.com/mooz/js2-mode.git")
6156 (commit version)))
6157 (file-name (git-file-name name version))
6158 (sha256
6159 (base32 "0766bbr4piia9vfr4ivd2gwi8dxah654adv6h28ylz4q8xmfzm1b"))))
6160 (build-system emacs-build-system)
6161 (arguments
6162 `(#:tests? #t
6163 #:test-command '("make" "test")))
6164 (home-page "https://github.com/mooz/js2-mode/")
6165 (synopsis "Improved JavaScript editing mode for Emacs")
6166 (description
6167 "Js2-mode provides a JavaScript major mode for Emacs that is more
6168 advanced than the built-in javascript-mode. Features include accurate syntax
6169 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
6170 errors and strict-mode warnings, smart line-wrapping within comments and
6171 strings, and code folding.")
6172 (license license:gpl3+)))
6173
6174 (define-public emacs-nodejs-repl
6175 (package
6176 (name "emacs-nodejs-repl")
6177 (version "0.2.2")
6178 (source (origin
6179 (method git-fetch)
6180 (uri (git-reference
6181 (url "https://github.com/abicky/nodejs-repl.el")
6182 (commit version)))
6183 (file-name (git-file-name name version))
6184 (sha256
6185 (base32
6186 "1kkj888k9x5n0i7xkia177gzsa84my3g8n0n7v65281cc4f1yhk5"))))
6187 (build-system emacs-build-system)
6188 (inputs
6189 `(("node" ,node)))
6190 (native-inputs
6191 `(("emacs-ert-expectations" ,emacs-ert-expectations)))
6192 (arguments
6193 `(#:phases
6194 (modify-phases %standard-phases
6195 (add-after 'unpack 'set-shell
6196 ;; Setting the SHELL environment variable is required for the tests
6197 ;; to find sh.
6198 (lambda _
6199 (setenv "SHELL" (which "sh"))
6200 #t))
6201 (add-after 'unpack 'configure
6202 (lambda* (#:key inputs outputs #:allow-other-keys)
6203 (let ((node (assoc-ref inputs "node")))
6204 ;; Specify the absolute file names of the various
6205 ;; programs so that everything works out-of-the-box.
6206 (make-file-writable "nodejs-repl.el")
6207 (emacs-substitute-variables
6208 "nodejs-repl.el"
6209 ("nodejs-repl-command"
6210 (string-append node "/bin/node")))))))
6211 #:tests? #t
6212 #:test-command '("emacs" "-Q" "--batch"
6213 "-L" "."
6214 "-l" "test/test.el"
6215 "-f" "ert-run-tests-batch-and-exit")))
6216 (home-page "https://github.com/abicky/nodejs-repl.el")
6217 (synopsis "Node.js REPL inside Emacs")
6218 (description
6219 "This program is derived from comint-mode and provides the following
6220 features:
6221
6222 @itemize
6223 @item TAB completion same as Node.js REPL
6224 @item file name completion in string
6225 @item incremental history search
6226 @end itemize")
6227 (license license:gpl3+)))
6228
6229 (define-public emacs-typescript-mode
6230 (package
6231 (name "emacs-typescript-mode")
6232 (version "0.3")
6233 (source (origin
6234 (method git-fetch)
6235 (uri (git-reference
6236 (url "https://github.com/ananthakumaran/typescript.el")
6237 (commit (string-append "v" version))))
6238 (file-name (git-file-name name version))
6239 (sha256
6240 (base32
6241 "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh"))))
6242 (build-system emacs-build-system)
6243 (home-page "https://github.com/ananthakumaran/typescript.el")
6244 (synopsis "Emacs major mode for editing Typescript code")
6245 (description
6246 "This is based on Karl Landstrom's barebones @code{typescript-mode}.
6247 This is much more robust and works with @code{cc-mode}'s comment
6248 filling (mostly). The modifications to the original @code{javascript.el} mode
6249 mainly consisted in replacing \"javascript\" with \"typescript\"
6250
6251 The main features of this Typescript mode are syntactic highlighting (enabled
6252 with @code{font-lock-mode} or @code{global-font-lock-mode}), automatic
6253 indentation and filling of comments and C preprocessor fontification.")
6254 (license license:gpl3+)))
6255
6256 (define-public emacs-tide
6257 (package
6258 (name "emacs-tide")
6259 (version "3.2.3")
6260 (source (origin
6261 (method git-fetch)
6262 (uri (git-reference
6263 (url "https://github.com/ananthakumaran/tide")
6264 (commit (string-append "v" version))))
6265 (file-name (git-file-name name version))
6266 (sha256
6267 (base32
6268 "19kjq4kr2j853p5qp1s79zxmrfprli82lsnphbrlp9vbnib28xyd"))))
6269 (build-system emacs-build-system)
6270 (propagated-inputs
6271 `(("emacs-dash" ,emacs-dash)
6272 ("emacs-s" ,emacs-s)
6273 ("emacs-flycheck" ,emacs-flycheck)
6274 ("emacs-typescript-mode" ,emacs-typescript-mode)))
6275 (home-page "https://github.com/ananthakumaran/tide")
6276 (synopsis "Typescript IDE for Emacs")
6277 (description
6278 "Tide is an Interactive Development Environment (IDE) for Emacs which
6279 provides the following features:
6280
6281 @itemize
6282 @item ElDoc
6283 @item Auto complete
6284 @item Flycheck
6285 @item Jump to definition, Jump to type definition
6286 @item Find occurrences
6287 @item Rename symbol
6288 @item Imenu
6289 @item Compile On Save
6290 @item Highlight Identifiers
6291 @item Code Fixes
6292 @item Code Refactor
6293 @item Organize Imports
6294 @end itemize")
6295 (license license:gpl3+)))
6296
6297 (define-public emacs-markdown-mode
6298 (package
6299 (name "emacs-markdown-mode")
6300 (version "2.3")
6301 (source (origin
6302 (method git-fetch)
6303 (uri (git-reference
6304 (url "https://github.com/jrblevin/markdown-mode.git")
6305 (commit (string-append "v" version))))
6306 (file-name (git-file-name name version))
6307 (sha256
6308 (base32
6309 "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
6310 (build-system emacs-build-system)
6311 (home-page "https://jblevins.org/projects/markdown-mode/")
6312 (synopsis "Emacs Major mode for Markdown files")
6313 (description
6314 "Markdown-mode is a major mode for editing Markdown-formatted text files
6315 in Emacs.")
6316 (license license:gpl3+)))
6317
6318 (define-public emacs-evil-markdown
6319 (let ((commit "46cd81b37991c4325fc24015a610f832b0ff995d")
6320 (revision "1"))
6321 (package
6322 (name "emacs-evil-markdown")
6323 (version (git-version "0.0.2" revision commit))
6324 (source (origin
6325 (method git-fetch)
6326 (uri (git-reference
6327 (url "https://github.com/Somelauw/evil-markdown.git")
6328 (commit commit)))
6329 (file-name (git-file-name name version))
6330 (sha256
6331 (base32
6332 "0mad8sp5y9vyk28595qygspnyh8bfmb1fbxjlw70qwc1kdn822n4"))))
6333 (build-system emacs-build-system)
6334 (propagated-inputs
6335 `(("emacs-markdown-mode" ,emacs-markdown-mode)
6336 ("emacs-evil" ,emacs-evil)))
6337 (home-page "http://jblevins.org/projects/evil-markdown/")
6338 (synopsis "Evil keybindings for @code{markdown-mode}")
6339 (description
6340 "This package provides custom text objects and bindings for
6341 @code{markdown-mode}.")
6342 (license license:gpl3+))))
6343
6344 (define-public emacs-edit-indirect
6345 (package
6346 (name "emacs-edit-indirect")
6347 (version "0.1.5")
6348 (source
6349 (origin
6350 (method git-fetch)
6351 (uri (git-reference
6352 (url "https://github.com/Fanael/edit-indirect")
6353 (commit version)))
6354 (file-name (git-file-name name version))
6355 (sha256
6356 (base32
6357 "0by1x53pji39fjrj5bd446kz831nv0vdgw2jqasbym4pc1p2947r"))))
6358 (build-system emacs-build-system)
6359 (home-page "https://github.com/Fanael/edit-indirect")
6360 (synopsis "Edit regions in separate buffers")
6361 (description "This package allows you to edit regions in separate buffers,
6362 like @code{org-edit-src-code} but for arbitrary regions.")
6363 (license license:gpl3+)))
6364
6365 (define-public emacs-projectile
6366 (package
6367 (name "emacs-projectile")
6368 (version "2.0.0")
6369 (source (origin
6370 (method url-fetch)
6371 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
6372 "/projectile/v" version "/projectile.el"))
6373 (file-name (string-append "projectile-" version ".el"))
6374 (sha256
6375 (base32
6376 "149hablms6n9b4wp78dz4pjz1rzyylfw9ayghq5p9d7k661mvyby"))))
6377 (build-system emacs-build-system)
6378 (propagated-inputs
6379 `(("emacs-dash" ,emacs-dash)
6380 ("emacs-pkg-info" ,emacs-pkg-info)))
6381 (home-page "https://github.com/bbatsov/projectile")
6382 (synopsis "Manage and navigate projects in Emacs easily")
6383 (description
6384 "This library provides easy project management and navigation. The
6385 concept of a project is pretty basic - just a folder containing special file.
6386 Currently git, mercurial and bazaar repos are considered projects by default.
6387 If you want to mark a folder manually as a project just create an empty
6388 .projectile file in it.")
6389 (license license:gpl3+)))
6390
6391 (define-public emacs-skeletor
6392 (let ((commit "47c5b761aee8452716c97a69949ac2f675affe13")
6393 (revision "1"))
6394 (package
6395 (name "emacs-skeletor")
6396 (version (git-version "1.6.1" revision commit))
6397 (source (origin
6398 (method git-fetch)
6399 (uri (git-reference
6400 (url "https://github.com/chrisbarrett/skeletor.el.git")
6401 (commit commit)))
6402 (file-name (git-file-name name version))
6403 (sha256
6404 (base32
6405 "12bdgykfh4mwsqdazxjdvha62h3q3v33159ypy91f6x59y01fi0n"))))
6406 (build-system emacs-build-system)
6407 (propagated-inputs
6408 `(("emacs-s" ,emacs-s)
6409 ("emacs-f" ,emacs-f)
6410 ("emacs-dash" ,emacs-dash)
6411 ("emacs-let-alist" ,emacs-let-alist)))
6412 (native-inputs
6413 `(("emacs-ert-runner" ,emacs-ert-runner)))
6414 (arguments
6415 `(#:include (cons "^project-skeletons\\/" %default-include)
6416 ;; XXX: one failing test involving initializing a git repo
6417 #:phases
6418 (modify-phases %standard-phases
6419 (add-before 'check 'make-test-writable
6420 (lambda _
6421 (make-file-writable "test/skeletor-test.el")
6422 #t))
6423 (add-before 'check 'remove-git-test
6424 (lambda _
6425 (emacs-batch-edit-file "test/skeletor-test.el"
6426 `(progn
6427 (progn
6428 (goto-char (point-min))
6429 (re-search-forward
6430 "ert-deftest initialises-git-repo")
6431 (beginning-of-line)
6432 (kill-sexp))
6433 (basic-save-buffer)))
6434 #t)))
6435 #:tests? #t
6436 #:test-command '("ert-runner")))
6437 (home-page "https://github.com/chrisbarrett/skeletor.el")
6438 (synopsis "Project skeletons for Emacs")
6439 (description "This package provides project templates and automates the
6440 mundane parts of setting up a new project, such as version control, licenses,
6441 and tooling.")
6442 (license license:gpl3+))))
6443
6444 (define-public emacs-elfeed
6445 (package
6446 (name "emacs-elfeed")
6447 (version "3.3.0")
6448 (source
6449 (origin
6450 (method git-fetch)
6451 (uri (git-reference
6452 (url "https://github.com/skeeto/elfeed.git")
6453 (commit version)))
6454 (file-name (git-file-name name version))
6455 (sha256
6456 (base32 "0j8a94val4ml7g1vcjgzk1w89h55sxfdrwnncmz6qbh1y2xsz8c5"))))
6457 (build-system emacs-build-system)
6458 (arguments
6459 `(#:tests? #t
6460 #:test-command '("make" "test")))
6461 (home-page "https://github.com/skeeto/elfeed")
6462 (synopsis "Atom/RSS feed reader for Emacs")
6463 (description
6464 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
6465 and RSS, with a user interface inspired by notmuch.")
6466 (license license:gpl3+)))
6467
6468 (define-public emacs-elfeed-org
6469 (let ((commit "77b6bbf222487809813de260447d31c4c59902c9"))
6470 (package
6471 (name "emacs-elfeed-org")
6472 (version (git-version "0.1" "1" commit))
6473 (source
6474 (origin
6475 (method git-fetch)
6476 (uri (git-reference
6477 (url "https://github.com/remyhonig/elfeed-org.git")
6478 (commit commit)))
6479 (file-name (git-file-name name version))
6480 (sha256
6481 (base32 "0a2ibka82xq1dhy2z7rd2y9zhcj8rna8357881yz49wf55ccgm53"))))
6482 (build-system emacs-build-system)
6483 (propagated-inputs
6484 `(("emacs-elfeed" ,emacs-elfeed)
6485 ("emacs-org" ,emacs-org)
6486 ("emacs-dash" ,emacs-dash)
6487 ("emacs-s" ,emacs-s)))
6488 (native-inputs
6489 `(("ert-runner" ,emacs-ert-runner)
6490 ("emacs-xtest" ,emacs-xtest)))
6491 (arguments
6492 `(#:tests? #t
6493 #:test-command '("ert-runner" "-L" "org-mode/lisp")
6494 #:phases
6495 (modify-phases %standard-phases
6496 (add-before 'check 'chmod
6497 (lambda _
6498 (chmod "test/fixture-mark-feed-ignore.org" #o644)
6499 #t)))))
6500 (home-page "https://github.com/remyhonig/elfeed-org")
6501 (synopsis "Configure Elfeed with an Org-mode file")
6502 (description
6503 "@code{elfeed-org} lets you manage your Elfeed subscriptions
6504 in Org-mode. Maintaining tags for all RSS feeds is cumbersome using
6505 the regular flat list, where there is no hierarchy and tag names are
6506 duplicated a lot. Org-mode makes the book keeping of tags and feeds
6507 much easier.")
6508 (license license:gpl3+))))
6509
6510 (define-public emacs-el-x
6511 (package
6512 (name "emacs-el-x")
6513 (version "0.3.1")
6514 (source (origin
6515 (method git-fetch)
6516 (uri (git-reference
6517 (url "https://github.com/sigma/el-x.git")
6518 (commit (string-append "v" version))))
6519 (file-name (git-file-name name version))
6520 (sha256
6521 (base32
6522 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
6523 (build-system emacs-build-system)
6524 (arguments
6525 `(#:phases
6526 (modify-phases %standard-phases
6527 ;; Move the source files to the top level, which is included in
6528 ;; the EMACSLOADPATH.
6529 (add-after 'unpack 'move-source-files
6530 (lambda _
6531 (let ((el-files (find-files "./lisp" ".*\\.el$")))
6532 (for-each (lambda (f)
6533 (rename-file f (basename f)))
6534 el-files))
6535 #t)))))
6536 (home-page "https://github.com/sigma/el-x")
6537 (synopsis "Emacs Lisp extensions")
6538 (description "command@{emacs-el-x} defines the @code{dflet} macro to
6539 provide the historic behavior of @code{flet}, as well as
6540 @code{declare-function} stub for older Emacs.")
6541 (license license:gpl2+)))
6542
6543 (define-public emacs-mocker
6544 (package
6545 (name "emacs-mocker")
6546 (version "0.3.1")
6547 (source (origin
6548 (method git-fetch)
6549 (uri (git-reference
6550 (url "https://github.com/sigma/mocker.el.git")
6551 (commit (string-append "v" version))))
6552 (file-name (git-file-name name version))
6553 (sha256
6554 (base32
6555 "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
6556 (build-system emacs-build-system)
6557 (arguments
6558 `(#:tests? #t
6559 #:test-command '("ert-runner")))
6560 (native-inputs
6561 `(("ert-runner" ,emacs-ert-runner)))
6562 (propagated-inputs
6563 `(("emacs-el-x" ,emacs-el-x)))
6564 (home-page "https://github.com/sigma/mocker.el")
6565 (synopsis "Mocking framework for Emacs Lisp")
6566 (description "Mocker.el is a framework for writing tests in Emacs Lisp.
6567 It uses regular Lisp rather than a domain specific language (DSL), which
6568 maximizes flexibility (at the expense of conciseness).")
6569 (license license:gpl2+)))
6570
6571 (define-public emacs-find-file-in-project
6572 (package
6573 (name "emacs-find-file-in-project")
6574 (version "5.7.7")
6575 (source (origin
6576 (method git-fetch)
6577 (uri (git-reference
6578 (url "https://github.com/technomancy/find-file-in-project.git")
6579 (commit version)))
6580 (file-name (git-file-name name version))
6581 (sha256
6582 (base32
6583 "1skjbh7m0cck2rwmgzrrds51gipqf1jqghyfx15drc1n6kwivx3h"))))
6584 (build-system emacs-build-system)
6585 (arguments
6586 `(#:tests? #t
6587 #:test-command '("ert-runner" "tests")))
6588 (native-inputs
6589 `(("ert-runner" ,emacs-ert-runner)))
6590 (home-page "https://github.com/technomancy/find-file-in-project")
6591 (synopsis "File/directory finder for Emacs")
6592 (description "@code{find-file-in-project} allows to find files or
6593 directories quickly in the current project. The project root is detected
6594 automatically when Git, Subversion or Mercurial are used. It also provides
6595 functions to assist in reviewing changes on files.")
6596 (license license:gpl3+)))
6597
6598 (define-public emacs-pyvenv
6599 (package
6600 (name "emacs-pyvenv")
6601 (version "1.21")
6602 (source (origin
6603 (method git-fetch)
6604 (uri (git-reference
6605 (url "https://github.com/jorgenschaefer/pyvenv.git")
6606 (commit (string-append "v" version))))
6607 (file-name (git-file-name name version))
6608 (sha256
6609 (base32
6610 "055sgk8zf4wb5nqsf3qasf5gg861zlb1831733f1qcrd2ij5gzxx"))))
6611 (build-system emacs-build-system)
6612 (arguments
6613 `(#:phases
6614 (modify-phases %standard-phases
6615 ;; This phase incorrectly attempts to substitute "activate" and fails
6616 ;; doing so.
6617 (delete 'patch-el-files))
6618 #:tests? #t
6619 #:test-command '("ert-runner")))
6620 (native-inputs
6621 `(("ert-runner" ,emacs-ert-runner)
6622 ("emacs-mocker" ,emacs-mocker)))
6623 (home-page "https://github.com/jorgenschaefer/pyvenv")
6624 (synopsis "Python virtual environment interface for Emacs")
6625 (description "pyvenv.el is a minor mode to support using Python virtual
6626 environments (virtualenv) inside Emacs.")
6627 (license license:gpl3+)))
6628
6629 (define-public emacs-highlight-indentation
6630 ;; Last release version is from 2015.
6631 (let ((commit "d03803f2c06749c430443a3d24e039cbafc9c58f")
6632 (revision "1"))
6633 (package
6634 (name "emacs-highlight-indentation")
6635 (version (git-version "0.7.0" revision commit))
6636 (source
6637 (origin
6638 (method git-fetch)
6639 (uri (git-reference
6640 (url "https://github.com/antonj/Highlight-Indentation-for-Emacs.git")
6641 (commit commit)))
6642 (file-name (git-file-name name version))
6643 (sha256
6644 (base32
6645 "1jq0gf4kcx9hvrw40rnw5c2qynjpjw1vsjbi2i4lqjbsnfnxn4wz"))))
6646 (build-system emacs-build-system)
6647 (home-page "https://github.com/antonj/Highlight-Indentation-for-Emacs/")
6648 (synopsis "Highlighting indentation for Emacs")
6649 (description "This package provides two minor modes to highlight
6650 indentation guides in Emacs:
6651
6652 @enumerate
6653 @item @code{highlight-indentation-mode}, which displays guidelines
6654 indentation (space indentation only).
6655 @item @code{highlight-indentation-current-column-mode}, which displays
6656 guidelines for the current-point indentation (space indentation only).
6657 @end enumerate")
6658 (license license:gpl2+))))
6659
6660 (define-public emacs-elpy
6661 (package
6662 (name "emacs-elpy")
6663 (version "1.31.0")
6664 (source (origin
6665 (method git-fetch)
6666 (uri (git-reference
6667 (url "https://github.com/jorgenschaefer/elpy.git")
6668 (commit version)))
6669 (file-name (git-file-name name version))
6670 (sha256
6671 (base32
6672 "0bvmgqs3c80bhs9v5ymgadv7vk4iamha10y7rl09pixmjm4mzagk"))))
6673 (build-system emacs-build-system)
6674 (arguments
6675 `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
6676 #:phases
6677 ;; TODO: Make `elpy-config' display Guix commands :)
6678 (modify-phases %standard-phases
6679 ;; One elpy test depends on being run inside a Python virtual
6680 ;; environment to pass. We have nothing to gain from doing so here,
6681 ;; so we just trick Elpy into thinking we are (see:
6682 ;; https://github.com/jorgenschaefer/elpy/pull/1293).
6683 (add-before 'check 'fake-virtualenv
6684 (lambda _
6685 (setenv "VIRTUAL_ENV" "/tmp")
6686 #t))
6687 (add-before 'check 'build-doc
6688 (lambda _
6689 (with-directory-excursion "docs"
6690 (invoke "make" "info" "man"))
6691 ;; Move .info file at the root so that it can installed by the
6692 ;; 'move-doc phase.
6693 (rename-file "docs/_build/texinfo/Elpy.info" "Elpy.info")
6694 #t))
6695 (add-after 'build-doc 'install-manpage
6696 (lambda* (#:key outputs #:allow-other-keys)
6697 (let* ((out (assoc-ref outputs "out"))
6698 (man1 (string-append out "/share/man/man1")))
6699 (mkdir-p man1)
6700 (copy-file "docs/_build/man/elpy.1"
6701 (string-append man1 "/elpy.1")))
6702 #t)))
6703 #:tests? #t
6704 #:test-command '("ert-runner")))
6705 (propagated-inputs
6706 `(("emacs-company" ,emacs-company)
6707 ("emacs-find-file-in-project" ,emacs-find-file-in-project)
6708 ("emacs-highlight-indentation" ,emacs-highlight-indentation)
6709 ("emacs-yasnippet" ,emacs-yasnippet)
6710 ("pyvenv" ,emacs-pyvenv)
6711 ("s" ,emacs-s)))
6712 (native-inputs
6713 `(("ert-runner" ,emacs-ert-runner)
6714 ("emacs-f" ,emacs-f)
6715 ("python" ,python-wrapper)
6716 ("python-autopep8" ,python-autopep8)
6717 ("python-black" ,python-black)
6718 ("python-flake8" ,python-flake8)
6719 ("python-jedi" ,python-jedi)
6720 ("python-yapf" ,python-yapf)
6721 ;; For documentation.
6722 ("python-sphinx" ,python-sphinx)
6723 ("texinfo" ,texinfo)))
6724 (home-page "https://github.com/jorgenschaefer/elpy")
6725 (synopsis "Python development environment for Emacs")
6726 (description "Elpy brings powerful Python editing to Emacs. It combines
6727 and configures a number of other packages written in Emacs Lisp as well as
6728 Python, together offering features such as navigation, documentation,
6729 completion, interactive development and more.")
6730 (license license:gpl3+)))
6731
6732 (define-public emacs-rainbow-delimiters
6733 (package
6734 (name "emacs-rainbow-delimiters")
6735 (version "2.1.4")
6736 (source (origin
6737 (method git-fetch)
6738 (uri (git-reference
6739 (url "https://github.com/Fanael/rainbow-delimiters.git")
6740 (commit version)))
6741 (file-name (git-file-name name version))
6742 (sha256
6743 (base32
6744 "1zr2669savnmkc68hiqsq9wccm6bs1j6jbmlac1xqh6nq7xgq36g"))))
6745 (build-system emacs-build-system)
6746 (home-page "https://github.com/Fanael/rainbow-delimiters")
6747 (arguments
6748 `(#:tests? #t
6749 #:test-command '("emacs" "-Q" "-batch"
6750 "-l" "rainbow-delimiters-test.el"
6751 "-f" "ert-run-tests-batch-and-exit")))
6752 (synopsis "Highlight brackets according to their depth")
6753 (description
6754 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
6755 highlights parentheses, brackets, and braces according to their depth. Each
6756 successive level is highlighted in a different color, making it easy to spot
6757 matching delimiters, orient yourself in the code, and tell which statements
6758 are at a given level.")
6759 (license license:gpl3+)))
6760
6761 (define-public emacs-rainbow-identifiers
6762 (package
6763 (name "emacs-rainbow-identifiers")
6764 (version "0.2.2")
6765 (source (origin
6766 (method url-fetch)
6767 (uri (string-append "https://raw.githubusercontent.com/Fanael"
6768 "/rainbow-identifiers/" version
6769 "/rainbow-identifiers.el"))
6770 (file-name (string-append "rainbow-identifiers-" version ".el"))
6771 (sha256
6772 (base32
6773 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
6774 (build-system emacs-build-system)
6775 (home-page "https://github.com/Fanael/rainbow-identifiers")
6776 (synopsis "Highlight identifiers in source code")
6777 (description
6778 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
6779 identifiers based on their names. Each identifier gets a color based on a hash
6780 of its name.")
6781 (license license:bsd-2)))
6782
6783 (define-public emacs-rainbow-mode
6784 (package
6785 (name "emacs-rainbow-mode")
6786 (version "1.0.2")
6787 (source (origin
6788 (method url-fetch)
6789 (uri (string-append
6790 "https://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
6791 (sha256
6792 (base32
6793 "1zfqj63sr07pdlwy7caz4fxsjhmbhh939n81z6jxq9xggm8ajxkd"))))
6794 (build-system emacs-build-system)
6795 (home-page "https://elpa.gnu.org/packages/rainbow-mode.html")
6796 (synopsis "Colorize color names in buffers")
6797 (description
6798 "This minor mode sets background color to strings that match color
6799 names, e.g. #0000ff is displayed in white with a blue background.")
6800 (license license:gpl3+)))
6801
6802 (define-public emacs-visual-fill-column
6803 (package
6804 (name "emacs-visual-fill-column")
6805 (version "1.11")
6806 (source (origin
6807 (method url-fetch)
6808 (uri (string-append "https://codeload.github.com/joostkremers/"
6809 "visual-fill-column/tar.gz/" version))
6810 (file-name (string-append name "-" version ".tar.gz"))
6811 (sha256
6812 (base32
6813 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
6814 (build-system emacs-build-system)
6815 (home-page "https://github.com/joostkremers/visual-fill-column")
6816 (synopsis "Fill-column for visual-line-mode")
6817 (description
6818 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
6819 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
6820 wrapping lines at the window edge, which is the standard behaviour of
6821 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
6822 @code{fill-column} is too large for the window, the text is wrapped at the
6823 window edge.")
6824 (license license:gpl3+)))
6825
6826 (define-public emacs-writeroom
6827 (package
6828 (name "emacs-writeroom")
6829 (version "3.9")
6830 (source
6831 (origin
6832 (method git-fetch)
6833 (uri (git-reference
6834 (url "https://github.com/joostkremers/writeroom-mode.git")
6835 (commit version)))
6836 (file-name (git-file-name name version))
6837 (sha256
6838 (base32
6839 "1nrppnfqsaki6myp58w8jhmzb94rzskh5n98glcn4ghr8sqnafi8"))))
6840 (build-system emacs-build-system)
6841 (propagated-inputs
6842 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
6843 (home-page "https://github.com/joostkremers/writeroom-mode")
6844 (synopsis "Distraction-free writing for Emacs")
6845 (description
6846 "This package defines a minor mode for distraction-free writing. Some of
6847 the default effects include entering fullscreen, deleting other windows of the
6848 current frame, disabling the mode line, and adding margins to the buffer that
6849 restrict the text width to 80 characters.")
6850 (license license:bsd-3)))
6851
6852 (define-public emacs-ido-completing-read+
6853 (package
6854 (name "emacs-ido-completing-read+")
6855 (version "3.12")
6856 (source (origin
6857 (method url-fetch)
6858 (uri (string-append "https://raw.githubusercontent.com"
6859 "/DarwinAwardWinner/ido-ubiquitous/v"
6860 version "/ido-completing-read+.el"))
6861 (file-name (string-append "ido-completing-read+-" version ".el"))
6862 (sha256
6863 (base32
6864 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
6865 (build-system emacs-build-system)
6866 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
6867 (synopsis "Replacement for completing-read using ido")
6868 (description
6869 "The ido-completing-read+ function is a wrapper for ido-completing-read.
6870 Importantly, it detects edge cases that ordinary ido cannot handle and either
6871 adjusts them so ido can handle them, or else simply falls back to the standard
6872 Emacs completion function instead.")
6873 (license license:gpl3+)))
6874
6875 (define-public emacs-ido-ubiquitous
6876 (package
6877 (name "emacs-ido-ubiquitous")
6878 (version "3.12")
6879 (source (origin
6880 (method url-fetch)
6881 (uri (string-append "https://raw.githubusercontent.com"
6882 "/DarwinAwardWinner/ido-ubiquitous/v"
6883 version "/ido-ubiquitous.el"))
6884 (file-name (string-append "ido-ubiquitous-" version ".el"))
6885 (sha256
6886 (base32
6887 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
6888 (build-system emacs-build-system)
6889 (propagated-inputs
6890 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
6891 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
6892 (synopsis "Use ido (nearly) everywhere")
6893 (description
6894 "Ido-ubiquitous enables ido-style completion for almost every function
6895 that uses the standard completion function completing-read.")
6896 (license license:gpl3+)))
6897
6898 (define-public emacs-yaml-mode
6899 (package
6900 (name "emacs-yaml-mode")
6901 (version "0.0.14")
6902 (source (origin
6903 (method git-fetch)
6904 (uri (git-reference
6905 (url "https://github.com/yoshiki/yaml-mode.git")
6906 (commit version)))
6907 (file-name (git-file-name name version))
6908 (sha256
6909 (base32
6910 "18g064ardqi1f3xz7j6rs1x9fvv9sn0iq9vgid8c6qvxq7gwj00r"))))
6911 (build-system emacs-build-system)
6912 (home-page "https://github.com/yoshiki/yaml-mode")
6913 (synopsis "Major mode for editing YAML files")
6914 (description
6915 "Yaml-mode is an Emacs major mode for editing files in the YAML data
6916 serialization format. It was initially developed by Yoshiki Kurihara and many
6917 features were added by Marshall Vandegrift. As YAML and Python share the fact
6918 that indentation determines structure, this mode provides indentation and
6919 indentation command behavior very similar to that of python-mode.")
6920 (license license:gpl3+)))
6921
6922 (define-public emacs-gitlab-ci-mode
6923 (package
6924 (name "emacs-gitlab-ci-mode")
6925 (version "20190425.11.10")
6926 (source (origin
6927 (method git-fetch)
6928 (uri (git-reference
6929 (url "https://gitlab.com/joewreschnig/gitlab-ci-mode.git")
6930 (commit (string-append "v" version))))
6931 (file-name (git-file-name name version))
6932 (sha256
6933 (base32
6934 "1jkp9mnbiccqnha9zs646znqyqvy5jjb81kah7ghbkzdqqk2avm0"))))
6935 (build-system emacs-build-system)
6936 (propagated-inputs
6937 `(("emacs-yaml-mode" ,emacs-yaml-mode)))
6938 (home-page "https://gitlab.com/joewreschnig/gitlab-ci-mode/")
6939 (synopsis "Emacs mode for editing GitLab CI files")
6940 (description
6941 "@code{gitlab-ci-mode} is an Emacs major mode for editing GitLab CI
6942 files. It provides syntax highlighting and completion for keywords and
6943 special variables. An interface to GitLab’s CI file linter is also provided
6944 via @code{gitlab-ci-lint}.")
6945 (license license:gpl3+)))
6946
6947 (define-public emacs-web-mode
6948 (package
6949 (name "emacs-web-mode")
6950 (version "16")
6951 (source (origin
6952 (method git-fetch)
6953 (uri (git-reference
6954 (url "https://github.com/fxbois/web-mode.git")
6955 (commit (string-append "v" version))))
6956 (file-name (git-file-name name version))
6957 (sha256
6958 (base32
6959 "17dw6a8d0p304f2sa4f9zwd8r48w2wbkc3fvbmxwlg4w12h7cwf0"))))
6960 (build-system emacs-build-system)
6961 (synopsis "Major mode for editing web templates")
6962 (description "Web-mode is an Emacs major mode for editing web templates
6963 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
6964 client/server side engines). Web-mode is compatible with many template
6965 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
6966 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
6967 Dust.js, React/JSX, Angularjs, ejs, etc.")
6968 (home-page "http://web-mode.org/")
6969 (license license:gpl3+)))
6970
6971 (define-public emacs-wgrep
6972 (package
6973 (name "emacs-wgrep")
6974 (version "2.3.2")
6975 (source (origin
6976 (method git-fetch)
6977 (uri (git-reference
6978 (url "https://github.com/mhayashi1120/Emacs-wgrep")
6979 (commit version)))
6980 (file-name (git-file-name name version))
6981 (sha256
6982 (base32
6983 "00cwqzb94jlq4mwgv8z7r3mn0a6mhq95z6j189kacq9g4473zh8d"))))
6984 (build-system emacs-build-system)
6985 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
6986 (synopsis "Edit a grep buffer and apply those changes to the files")
6987 (description
6988 "Emacs wgrep allows you to edit a grep buffer and apply those changes
6989 to the file buffer. Several backends are supported beside the classic grep:
6990 ack, ag, helm and pt.")
6991 (license license:gpl3+)))
6992
6993 (define-public emacs-helm
6994 (package
6995 (name "emacs-helm")
6996 (version "3.6.0")
6997 (source
6998 (origin
6999 (method git-fetch)
7000 (uri (git-reference
7001 (url "https://github.com/emacs-helm/helm.git")
7002 (commit (string-append "v" version))))
7003 (file-name (git-file-name name version))
7004 (sha256
7005 (base32 "0miq2q52pbicijp7pmj0widk252qixswywc03d120s4hya2b7vd7"))))
7006 (build-system emacs-build-system)
7007 (propagated-inputs
7008 `(("emacs-async" ,emacs-async)
7009 ("emacs-popup" ,emacs-popup)))
7010 (home-page "https://emacs-helm.github.io/helm/")
7011 (synopsis "Incremental completion and selection narrowing
7012 framework for Emacs")
7013 (description "Helm is incremental completion and selection narrowing
7014 framework for Emacs. It will help steer you in the right direction when
7015 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
7016 of @code{anything.el} originally written by Tamas Patrovic and can be
7017 considered to be its successor. Helm sets out to clean up the legacy code in
7018 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
7019 not tied in the trap of backward compatibility.")
7020 (license license:gpl3+)))
7021
7022 (define-public emacs-helm-org
7023 (let ((commit "8457e1e46227bf87726e05c42cec5a4b51c2ef7b")
7024 (revision "3"))
7025 (package
7026 (name "emacs-helm-org")
7027 (version (git-version "1.0" revision commit))
7028 (source
7029 (origin
7030 (method git-fetch)
7031 (uri (git-reference
7032 (url "https://github.com/emacs-helm/helm-org.git")
7033 (commit commit)))
7034 (file-name (git-file-name name version))
7035 (sha256
7036 (base32 "0kcjhwwi492n9m2w894hvdavfvhj45zygy7bwvx103wvpay5h6h6"))))
7037 (build-system emacs-build-system)
7038 (propagated-inputs
7039 `(("emacs-helm" ,emacs-helm)))
7040 (home-page "https://github.com/emacs-helm/helm-org")
7041 (synopsis "Helm interface to the Silver Searcher")
7042 (description
7043 "This package provides a frontend for grepping tools like ag and ack,
7044 as well as features for editing search results.")
7045 (license license:gpl3+))))
7046
7047 (define-public emacs-helm-swoop
7048 (package
7049 (name "emacs-helm-swoop")
7050 (version "2.0.0")
7051 (source
7052 (origin
7053 (method git-fetch)
7054 (uri (git-reference
7055 (url "https://github.com/emacsorphanage/helm-swoop.git")
7056 (commit version)))
7057 (file-name (git-file-name name version))
7058 (sha256
7059 (base32 "0k0ns92g45x8dbymqpl6ylk5mj3wiw2h03f48q5cy1z8in0c4rjd"))))
7060 (build-system emacs-build-system)
7061 (propagated-inputs
7062 `(("emacs-helm" ,emacs-helm)))
7063 (home-page "https://github.com/emacsorphanage/helm-swoop")
7064 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
7065 (description
7066 "This package builds on the Helm interface to provide several commands
7067 for search-based navigation of buffers.")
7068 (license license:gpl2+)))
7069
7070 (define-public emacs-helm-ag
7071 (let ((commit "2fc02c4ead29bf0db06fd70740cc7c364cb650ac")
7072 (revision "1"))
7073 (package
7074 (name "emacs-helm-ag")
7075 (version (git-version "0.58" revision commit))
7076 (source
7077 (origin
7078 (method git-fetch)
7079 (uri (git-reference
7080 (url "https://github.com/syohex/emacs-helm-ag.git")
7081 (commit commit)))
7082 (file-name (git-file-name name version))
7083 (sha256
7084 (base32 "1gnn0byywbld6afcq1vp92cjvy4wlag9d1wgymnqn86c3b1bcf21"))))
7085 (build-system emacs-build-system)
7086 (propagated-inputs
7087 `(("emacs-helm" ,emacs-helm)))
7088 (home-page "https://github.com/syohex/emacs-helm-ag")
7089 (synopsis "Helm interface to the Silver Searcher")
7090 (description
7091 "This package provides a frontend for grepping tools like ag and ack,
7092 as well as features for editing search results.")
7093 (license license:gpl3+))))
7094
7095 ;; There hasn't been a tag or release since 2016, so we take the latest
7096 ;; commit.
7097 (define-public emacs-helm-projectile
7098 (let ((commit "5328b74dddcee8d1913803ca8167868831a07463")
7099 (version "0.14.0")
7100 (revision "1"))
7101 (package
7102 (name "emacs-helm-projectile")
7103 (version (git-version version revision commit))
7104 (source
7105 (origin
7106 (method git-fetch)
7107 (uri (git-reference
7108 (url "https://github.com/bbatsov/helm-projectile.git")
7109 (commit commit)))
7110 (file-name (git-file-name name version))
7111 (sha256
7112 (base32 "0a811cblrvc8llpv771b8dppgxs6bwjyvjy3qn2xns4nigvn93s0"))))
7113 (build-system emacs-build-system)
7114 (propagated-inputs
7115 `(("emacs-helm" ,emacs-helm)
7116 ("emacs-projectile" ,emacs-projectile)))
7117 (home-page "https://github.com/bbatsov/helm-projectile")
7118 (synopsis "Helm integration for Projectile")
7119 (description
7120 "This Emacs library provides a Helm interface for Projectile.")
7121 (license license:gpl3+))))
7122
7123 (define-public emacs-taskrunner
7124 (let ((commit "3afd4a546d42339543d3d4e51b175fc3e82b3358")
7125 (revision "1"))
7126 (package
7127 (name "emacs-taskrunner")
7128 (version (git-version "0.6" revision commit))
7129 (source
7130 (origin
7131 (method git-fetch)
7132 (uri (git-reference
7133 (url "https://github.com/emacs-taskrunner/emacs-taskrunner.git")
7134 (commit commit)))
7135 (file-name (git-file-name name version))
7136 (sha256
7137 (base32
7138 "1lkdvmjn3alhqxq2i64sdr977sbw3g0b2670d9bwyzi67qh0jxrv"))))
7139 (build-system emacs-build-system)
7140 (propagated-inputs
7141 `(("emacs-async" ,emacs-async)
7142 ("emacs-projectile" ,emacs-projectile)))
7143 (home-page "https://github.com/emacs-taskrunner/emacs-taskrunner")
7144 (synopsis "Retrieve tasks from various build systems and task-runners")
7145 (description "This package parses Makefiles and build-system files for
7146 multiple project types.")
7147 (license license:gpl3+))))
7148
7149 (define-public emacs-ivy-taskrunner
7150 (let ((commit "75d8d67cfe3c29663fe0f5508a887adf40ed5162")
7151 (revision "1"))
7152 (package
7153 (name "emacs-ivy-taskrunner")
7154 (version (git-version "0.9" revision commit))
7155 (source
7156 (origin
7157 (method git-fetch)
7158 (uri (git-reference
7159 (url "https://github.com/emacs-taskrunner/ivy-taskrunner.git")
7160 (commit commit)))
7161 (file-name (git-file-name name version))
7162 (sha256
7163 (base32
7164 "1wf4s4k0ap21f7g5w6128an8nsvbja7f5n889vcml5b6gjz058db"))))
7165 (build-system emacs-build-system)
7166 (propagated-inputs
7167 `(("emacs-ivy" ,emacs-ivy)
7168 ("emacs-taskrunner" ,emacs-taskrunner)
7169 ("emacs-projectile" ,emacs-projectile)))
7170 (home-page "https://github.com/emacs-taskrunner/ivy-taskrunner")
7171 (synopsis "Retrieve build-system tasks using Ivy")
7172 (description "This package provides an Ivy interface for selecting
7173 Makefile targets.")
7174 (license license:gpl3+))))
7175
7176 (define-public emacs-helm-taskrunner
7177 (let ((commit "1910dac19cbc7bd4fd08b0faf9affd455339fbea")
7178 (revision "1"))
7179 (package
7180 (name "emacs-helm-taskrunner")
7181 (version (git-version "0.9" revision commit))
7182 (source
7183 (origin
7184 (method git-fetch)
7185 (uri (git-reference
7186 (url "https://github.com/emacs-taskrunner/helm-taskrunner.git")
7187 (commit commit)))
7188 (file-name (git-file-name name version))
7189 (sha256
7190 (base32
7191 "182lmr858fx6rdhp1fy7kv8dvrhzcnxzwfck1q22s6xs8x85d5q7"))))
7192 (build-system emacs-build-system)
7193 (propagated-inputs
7194 `(("emacs-helm" ,emacs-helm)
7195 ("emacs-taskrunner" ,emacs-taskrunner)
7196 ("emacs-projectile" ,emacs-projectile)))
7197 (home-page "https://github.com/emacs-taskrunner/helm-taskrunner")
7198 (synopsis "Retrieve build-system tasks using Helm")
7199 (description "This package provides a Helm interface for selecting
7200 Makefile targets.")
7201 (license license:gpl3+))))
7202
7203 (define-public emacs-helm-make
7204 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
7205 (revision "1"))
7206 (package
7207 (name "emacs-helm-make")
7208 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
7209 (source
7210 (origin
7211 (method git-fetch)
7212 (uri (git-reference
7213 (url "https://github.com/abo-abo/helm-make.git")
7214 (commit commit)))
7215 (file-name (git-file-name name version))
7216 (sha256
7217 (base32
7218 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
7219 (build-system emacs-build-system)
7220 (propagated-inputs
7221 `(("emacs-helm" ,emacs-helm)
7222 ("emacs-projectile" ,emacs-projectile)))
7223 (home-page "https://github.com/abo-abo/helm-make")
7224 (synopsis "Select a Makefile target with helm")
7225 (description "@code{helm-make} or @code{helm-make-projectile} will give
7226 you a @code{helm} selection of directory Makefile's targets. Selecting a
7227 target will call @code{compile} on it.")
7228 (license license:gpl3+))))
7229
7230 (define-public emacs-cider
7231 (package
7232 (name "emacs-cider")
7233 (version "0.23.0")
7234 (source
7235 (origin
7236 (method git-fetch)
7237 (uri (git-reference
7238 (url "https://github.com/clojure-emacs/cider.git")
7239 (commit (string-append "v" version))))
7240 (file-name (git-file-name name version))
7241 (sha256
7242 (base32
7243 "05yjkqc6d4grq9z5pxmv3anqh4zlhfg4v46jlccp6ynh030g7axs"))))
7244 (build-system emacs-build-system)
7245 (arguments
7246 '(#:exclude ; Don't exclude 'cider-test.el'.
7247 '("^\\.dir-locals\\.el$" "^test/")))
7248 (propagated-inputs
7249 `(("emacs-clojure-mode" ,emacs-clojure-mode)
7250 ("emacs-sesman" ,emacs-sesman)
7251 ("emacs-seq" ,emacs-seq)
7252 ("emacs-spinner" ,emacs-spinner)
7253 ("emacs-parseedn" ,emacs-parseedn)
7254 ("emacs-pkg-info" ,emacs-pkg-info)
7255 ("emacs-queue" ,emacs-queue)))
7256 (home-page "https://cider.mx/")
7257 (synopsis "Clojure development environment for Emacs")
7258 (description
7259 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
7260 provide an interactive development experience similar to the one you'd get
7261 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
7262 Geiser) and Smalltalk.
7263
7264 CIDER is the successor to the now deprecated combination of using SLIME +
7265 swank-clojure for Clojure development.
7266
7267 There are plenty of differences between CIDER and SLIME, but the core ideas
7268 are pretty much the same (and SLIME served as the principle inspiration for
7269 CIDER).")
7270 (license license:gpl3+)))
7271
7272 ;; There hasn't been a tag or release since 2016, so we take the latest
7273 ;; commit.
7274 (define-public emacs-sly
7275 (let ((commit "0a3b81770e46b93b9ffd8b9ac5254e0b88d1b13d")
7276 (revision "3"))
7277 (package
7278 (name "emacs-sly")
7279 (version (git-version "1.0.0" revision commit))
7280 (source
7281 (origin
7282 (method git-fetch)
7283 (uri (git-reference
7284 (url "https://github.com/joaotavora/sly.git")
7285 (commit commit)))
7286 (file-name (git-file-name name version))
7287 (sha256
7288 (base32
7289 "1q5ga4mxa0ffa4zb2y0zfwmgzjggx4fn1y4bl2x7ac6ynvb32zkj"))))
7290 (build-system emacs-build-system)
7291 (native-inputs
7292 `(("texinfo" ,texinfo)))
7293 (arguments
7294 `(#:include (cons* "^contrib\\/" "^lib\\/" "^slynk\\/" %default-include)
7295 #:phases
7296 ;; The package provides autoloads.
7297 (modify-phases %standard-phases
7298 (delete 'make-autoloads)
7299 (add-before 'install 'install-doc
7300 (lambda* (#:key outputs #:allow-other-keys)
7301 (let* ((out (assoc-ref outputs "out"))
7302 (info-dir (string-append out "/share/info"))
7303 (doc-dir (string-append out "/share/doc/"
7304 ,name "-" ,version))
7305 (doc-files '(;; "doc/sly-refcard.pdf" ; See sly-refcard.pdf below.
7306 "README.md" "NEWS.md" "PROBLEMS.md"
7307 "CONTRIBUTING.md")))
7308 (with-directory-excursion "doc"
7309 (substitute* "Makefile"
7310 (("infodir=/usr/local/info")
7311 (string-append "infodir=" info-dir))
7312 ;; Don't rebuild contributors.texi since we are not in
7313 ;; the git repo.
7314 (("contributors.texi: Makefile texinfo-tabulate.awk")
7315 "contributors.texi:"))
7316 (invoke "make" "html/index.html")
7317 (invoke "make" "sly.info")
7318 ;; TODO: We need minimal texlive with "preprint" package
7319 ;; (for fullpage.sty). (invoke "make" "sly-refcard.pdf")
7320 (install-file "sly.info" info-dir)
7321 (copy-recursively "html" (string-append doc-dir "/html")))
7322 (for-each (lambda (f)
7323 (install-file f doc-dir)
7324 (delete-file f))
7325 doc-files)
7326 (delete-file-recursively "doc")
7327 #t))))))
7328 (home-page "https://github.com/joaotavora/sly")
7329 (synopsis "Sylvester the Cat's Common Lisp IDE")
7330 (description
7331 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
7332 contains the following improvements over it:
7333
7334 @enumerate
7335 @item Completely redesigned REPL based on Emacs's own full-featured
7336 @code{comint.el}.
7337 @item Live code annotations via a new @code{sly-stickers} contrib.
7338 @item Consistent interactive button interface. Everything can be copied to
7339 the REPL.
7340 @item Multiple inspectors with independent history.
7341 @item Regexp-capable @code{M-x sly-apropos}.
7342 @item Contribs are first class SLY citizens and enabled by default.
7343 @item Use ASDF to loads contribs on demand.
7344 @end enumerate
7345
7346 SLY tracks SLIME's bugfixes and all its familiar features (debugger, inspector,
7347 xref, etc...) are still available, but with better integration.")
7348 (license license:gpl3+))))
7349
7350 (define-public emacs-sly-quicklisp
7351 (let ((commit "01ebe3976a244309f2e277c09206831135a0b66c")
7352 (revision "1"))
7353 (package
7354 (name "emacs-sly-quicklisp")
7355 (version (git-version "0.0.0" revision commit))
7356 (home-page "https://github.com/joaotavora/sly-quicklisp")
7357 (source
7358 (origin
7359 (method git-fetch)
7360 (uri (git-reference
7361 (url home-page)
7362 (commit commit)))
7363 (file-name (git-file-name name version))
7364 (sha256
7365 (base32
7366 "1vfqmvayf35g6y3ljsm3rlzv5jm50qikhh4lv2zkkswj6gkkb1cv"))))
7367 (build-system emacs-build-system)
7368 (propagated-inputs
7369 `(("emacs-sly" ,emacs-sly)))
7370 (arguments
7371 `(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
7372 #:phases
7373 ;; The package provides autoloads.
7374 (modify-phases %standard-phases
7375 (delete 'make-autoloads))))
7376 (synopsis "Quicklisp support for SLY")
7377 (description
7378 "@command{sly-quicklisp} is an external contrib for SLY that provides a
7379 sly-quickload command that prompts the user for a package to install. ")
7380 (license license:gpl3+))))
7381
7382 (define-public emacs-sly-asdf
7383 (let ((commit "ad248056ded3099b0528b6111ba335e835d9e5a7")
7384 (revision "3"))
7385 (package
7386 (name "emacs-sly-asdf")
7387 (version (git-version "0.1.0" revision commit))
7388 (home-page "https://github.com/mmgeorge/sly-asdf")
7389 (source
7390 (origin
7391 (method git-fetch)
7392 (uri (git-reference
7393 (url home-page)
7394 (commit commit)))
7395 (file-name (git-file-name name version))
7396 (sha256
7397 (base32
7398 "0lip0spmglny3y612pxn3rfnpdaj12c9f7ya7bprryg2gvcdippa"))))
7399 (build-system emacs-build-system)
7400 (propagated-inputs
7401 `(("emacs-sly" ,emacs-sly)
7402 ("emacs-popup" ,emacs-popup)))
7403 (arguments
7404 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
7405 (synopsis "ASDF contrib for SLY")
7406 (description
7407 "@command{sly-asdf} is an external contrib for SLY that provides
7408 additional support for working with ASDF projects.")
7409 (license license:gpl3+))))
7410
7411 (define-public emacs-sly-named-readtables
7412 (let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")
7413 (revision "1"))
7414 (package
7415 (name "emacs-sly-named-readtables")
7416 (version (git-version "0.1" revision commit))
7417 (home-page "https://github.com/joaotavora/sly-named-readtables")
7418 (source
7419 (origin
7420 (method git-fetch)
7421 (uri (git-reference
7422 (url home-page)
7423 (commit commit)))
7424 (file-name (git-file-name name version))
7425 (sha256
7426 (base32
7427 "16asd119rzqrlclps2q6yrkis8jy5an5xgzzqvb7jdyq39zxg54q"))))
7428 (build-system emacs-build-system)
7429 (propagated-inputs
7430 `(("emacs-sly" ,emacs-sly)))
7431 (arguments
7432 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
7433 (synopsis "Named-readtables support for SLY")
7434 (description
7435 "@command{sly-named-readtables} is an external contrib for SLY that
7436 enables different readtables to be active in different parts of the same
7437 file.")
7438 (license license:gpl3+))))
7439
7440 (define-public emacs-sly-macrostep
7441 (let ((commit "be2d24545092d164be1a91031d8881afd29c9ec0")
7442 (revision "1"))
7443 (package
7444 (name "emacs-sly-macrostep")
7445 (version (git-version "0.1" revision commit))
7446 (home-page "https://github.com/joaotavora/sly-macrostep")
7447 (source
7448 (origin
7449 (method git-fetch)
7450 (uri (git-reference
7451 (url home-page)
7452 (commit commit)))
7453 (file-name (git-file-name name version))
7454 (sha256
7455 (base32
7456 "0v8m3zkccpqd2l8m9340y672l2mm3mrry8422nva5kfvpcwdayqb"))))
7457 (build-system emacs-build-system)
7458 (propagated-inputs
7459 `(("emacs-sly" ,emacs-sly)
7460 ("emacs-macrostep" ,emacs-macrostep)))
7461 (arguments
7462 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
7463 #:phases
7464 ;; The package provides autoloads.
7465 (modify-phases %standard-phases
7466 (delete 'make-autoloads))))
7467 (synopsis "Expand Common Lisp macros inside source files with SLY")
7468 (description
7469 "@command{sly-macrostep} is a SLY contrib for expanding CL macros right
7470 inside the source file.")
7471 (license license:gpl3+))))
7472
7473 (define-public emacs-sly-package-inferred
7474 (let ((commit "800e71e2be631422277e2ec77e6d6f6ea20e95ef")
7475 (revision "1"))
7476 (package
7477 (name "emacs-sly-package-inferred")
7478 (version (git-version "0.1" revision commit))
7479 (home-page "https://github.com/40ants/sly-package-inferred")
7480 (source
7481 (origin
7482 (method git-fetch)
7483 (uri (git-reference
7484 (url home-page)
7485 (commit commit)))
7486 (file-name (git-file-name name version))
7487 (sha256
7488 (base32
7489 "1216idyp034nkqddhw4p53jkhhdxa6xnjjmsvijpf4rxqnfqvapg"))))
7490 (build-system emacs-build-system)
7491 (propagated-inputs
7492 `(("emacs-sly" ,emacs-sly)))
7493 (arguments
7494 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
7495 #:phases
7496 ;; The package provides autoloads.
7497 (modify-phases %standard-phases
7498 (delete 'make-autoloads))))
7499 (synopsis "Improved package inferred systems support for SLY")
7500 (description
7501 "@command{sly-package-inferred} is an external contrib for SLY that
7502 replaces its completion with a function which is better suited for systems
7503 using package inferred style.")
7504 (license license:gpl3+))))
7505
7506 (define-public emacs-lua-mode
7507 (let ((commit "95c64bb5634035630e8c59d10d4a1d1003265743")
7508 (revision "2"))
7509 (package
7510 (name "emacs-lua-mode")
7511 (version (git-version "20151025" revision commit))
7512 (home-page "https://github.com/immerrr/lua-mode/")
7513 (source (origin
7514 (method git-fetch)
7515 (uri (git-reference
7516 (url home-page)
7517 (commit commit)))
7518 (file-name (git-file-name name version))
7519 (sha256
7520 (base32
7521 "1mra4db25ds64526dsj8m5yv0kfq3lgggjh1x6xmqypdaryddbcp"))))
7522 (build-system emacs-build-system)
7523 (synopsis "Major mode for lua")
7524 (description
7525 "This Emacs package provides a mode for @uref{https://www.lua.org/,
7526 Lua programming language}.")
7527 (license license:gpl2+))))
7528
7529 (define-public emacs-ebuild-mode
7530 (package
7531 (name "emacs-ebuild-mode")
7532 (version "1.37")
7533 (source (origin
7534 (method url-fetch)
7535 (uri (string-append
7536 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
7537 "-" version ".tar.xz"))
7538 (file-name (string-append name "-" version ".tar.xz"))
7539 (sha256
7540 (base32
7541 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
7542 (build-system emacs-build-system)
7543 (home-page "https://devmanual.gentoo.org")
7544 (synopsis "Major modes for Gentoo package files")
7545 (description
7546 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
7547 news items, openrc and runscripts.")
7548 (license license:gpl2+)))
7549
7550 (define-public emacs-evil
7551 (package
7552 (name "emacs-evil")
7553 (version "1.2.14")
7554 (source
7555 (origin
7556 (method git-fetch)
7557 (uri (git-reference
7558 (url "https://github.com/emacs-evil/evil")
7559 (commit version)))
7560 (file-name (git-file-name name version))
7561 (sha256
7562 (base32
7563 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
7564 (arguments
7565 `(#:phases
7566 (modify-phases %standard-phases
7567 (add-before 'check 'fix-test-helpers
7568 (lambda _
7569 (substitute* "evil-test-helpers.el"
7570 (("\\(undo-tree-mode 1\\)") ""))
7571 #t)))))
7572 (build-system emacs-build-system)
7573 (home-page "https://github.com/emacs-evil/evil")
7574 (synopsis "Extensible Vi layer for Emacs")
7575 (description
7576 "Evil is an extensible vi layer for Emacs. It emulates the
7577 main features of Vim, and provides facilities for writing custom
7578 extensions.")
7579 (license license:gpl3+)))
7580
7581 (define-public emacs-evil-collection
7582 (let ((commit "eb36c82a84d313e961777dc78fd4ff1d718efdf6")
7583 (revision "13"))
7584 (package
7585 (name "emacs-evil-collection")
7586 (version (git-version "0.0.3" revision commit))
7587 (source (origin
7588 (method git-fetch)
7589 (uri (git-reference
7590 (url "https://github.com/emacs-evil/evil-collection")
7591 (commit commit)))
7592 (file-name (git-file-name name version))
7593 (sha256
7594 (base32
7595 "0wi84x9176y4xjl7zpn882achfamx3a2ixlj4nvflxfh6q1qg7bz"))))
7596 (build-system emacs-build-system)
7597 (propagated-inputs
7598 `(("emacs-evil" ,emacs-evil)
7599 ("emacs-annalist" ,emacs-annalist)))
7600 (arguments
7601 `(#:include (cons* "^modes\\/" %default-include)))
7602 (home-page "https://github.com/emacs-evil/evil-collection")
7603 (synopsis "Collection of Evil bindings for many major and minor modes")
7604 (description "This is a collection of Evil bindings for the parts of
7605 Emacs that Evil does not cover properly by default, such as @code{help-mode},
7606 @code{M-x calendar}, Eshell and more.")
7607 (license license:gpl3+))))
7608
7609 (define-public emacs-goto-chg
7610 (let ((commit "1829a13026c597e358f716d2c7793202458120b5")
7611 (version "1.7.3")
7612 (revision "1"))
7613 (package
7614 (name "emacs-goto-chg")
7615 (version (git-version version revision commit))
7616 (source
7617 (origin
7618 (method git-fetch)
7619 (uri (git-reference
7620 (url "https://github.com/emacs-evil/goto-chg")
7621 (commit commit)))
7622 (file-name (git-file-name name version))
7623 (sha256
7624 (base32
7625 "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki"))))
7626 (build-system emacs-build-system)
7627 (propagated-inputs
7628 `(("emacs-undo-tree" ,emacs-undo-tree)))
7629 (home-page "https://github.com/emacs-evil/goto-chg")
7630 (synopsis "Go to the last change in the Emacs buffer")
7631 (description
7632 "This package provides @code{M-x goto-last-change} command that goes to
7633 the point of the most recent edit in the current Emacs buffer. When repeated,
7634 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
7635 used for reverse direction.")
7636 (license license:gpl2+))))
7637
7638 (define-public emacs-janpath-evil-numbers
7639 (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")
7640 (version "0.5")
7641 (revision "1"))
7642 (package
7643 (name "emacs-janpath-evil-numbers")
7644 (version (git-version version revision commit))
7645 (source
7646 (origin
7647 (method git-fetch)
7648 (uri (git-reference
7649 (url "https://github.com/janpath/evil-numbers")
7650 (commit commit)))
7651 (file-name (git-file-name name version))
7652 (sha256
7653 (base32
7654 "16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
7655 (build-system emacs-build-system)
7656 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7657 (home-page "https://github.com/janpath/evil-numbers")
7658 (synopsis "Increment and decrement numeric literals")
7659 (description
7660 "This package provides functionality to search for a number up to the
7661 end of a line and increment or decrement it.")
7662 (license license:gpl3+))))
7663
7664 (define-public emacs-evil-owl
7665 (let ((commit "24c5f43df375194386344e69bc720ea3986c9510")
7666 (revision "3"))
7667 (package
7668 (name "emacs-evil-owl")
7669 (version (git-version "0.0.1" revision commit))
7670 (source
7671 (origin
7672 (method git-fetch)
7673 (uri (git-reference
7674 (url "https://github.com/mamapanda/evil-owl")
7675 (commit commit)))
7676 (file-name (git-file-name name version))
7677 (sha256
7678 (base32
7679 "0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
7680 (build-system emacs-build-system)
7681 (propagated-inputs
7682 `(("emacs-evil" ,emacs-evil)))
7683 (arguments
7684 `(#:tests? #t
7685 #:test-command '("make" "test")))
7686 (home-page "https://github.com/mamapanda/evil-owl")
7687 (synopsis "Preview candidates when using Evil registers and marks")
7688 (description
7689 "This package supplements Evil's register- and mark-based commands with
7690 a popup window for previewing candidates.")
7691 (license license:gpl3+))))
7692
7693 (define-public emacs-evil-args
7694 (let ((commit "758ad5ae54ad34202064fec192c88151c08cb387")
7695 (revision "1"))
7696 (package
7697 (name "emacs-evil-args")
7698 (version (git-version "1.0" revision commit))
7699 (source
7700 (origin
7701 (method git-fetch)
7702 (uri (git-reference
7703 (url "https://github.com/wcsmith/evil-args.git")
7704 (commit commit)))
7705 (file-name (git-file-name name version))
7706 (sha256
7707 (base32
7708 "0k35glgsirc3cph8v5hhjrqfh4ndwh8a28qbr03y3jl8s453xcj7"))))
7709 (build-system emacs-build-system)
7710 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7711 (home-page "https://github.com/wcsmith/evil-args")
7712 (synopsis "Motions and text objects for delimited arguments in Evil")
7713 (description
7714 "This package provides motions and text objects for delimited
7715 arguments, such as arguments separated by commas and semicolons.")
7716 (license license:expat))))
7717
7718 (define-public emacs-evil-exchange
7719 (let ((commit "47691537815150715e64e6f6ec79be7746c96120")
7720 (version "0.41")
7721 (revision "1"))
7722 (package
7723 (name "emacs-evil-exchange")
7724 (version (git-version version revision commit))
7725 (source
7726 (origin
7727 (method git-fetch)
7728 (uri (git-reference
7729 (url "https://github.com/Dewdrops/evil-exchange")
7730 (commit commit)))
7731 (file-name (git-file-name name version))
7732 (sha256
7733 (base32
7734 "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
7735 (build-system emacs-build-system)
7736 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7737 (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
7738 (arguments
7739 `(#:phases
7740 (modify-phases %standard-phases
7741 (add-before 'check 'fix-makefile
7742 (lambda _
7743 (substitute* "Makefile"
7744 (("cask exec ") ""))
7745 #t)))
7746 #:tests? #t
7747 #:test-command '("make" "test")))
7748 (home-page "https://github.com/Dewdrops/evil-exchange")
7749 (synopsis "Exchange text easily within Evil")
7750 (description
7751 "This package, a port of @code{vim-exchange}, provides an Evil operator
7752 for exchanging text.")
7753 (license license:gpl3+))))
7754
7755 (define-public emacs-evil-replace-with-register
7756 (let ((commit "91cc7bf21a94703c441cc9212214075b226b7f67")
7757 (version "0.1")
7758 (revision "1"))
7759 (package
7760 (name "emacs-evil-replace-with-register")
7761 (version (git-version version revision commit))
7762 (source
7763 (origin
7764 (method git-fetch)
7765 (uri (git-reference
7766 (url "https://github.com/Dewdrops/evil-ReplaceWithRegister")
7767 (commit commit)))
7768 (file-name (git-file-name name version))
7769 (sha256
7770 (base32
7771 "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"))))
7772 (build-system emacs-build-system)
7773 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7774 (home-page "https://github.com/Dewdrops/evil-ReplaceWithRegister")
7775 (synopsis "Quickly replace text with the contents of a register")
7776 (description
7777 "This package provides an Evil operator for replacing text with the
7778 contents of a register.")
7779 (license license:gpl3+))))
7780
7781 (define-public emacs-evil-indent-plus
7782 (let ((commit "0c7501e6efed661242c3a20e0a6c79a6455c2c40")
7783 (version "1.0.0")
7784 (revision "1"))
7785 (package
7786 (name "emacs-evil-indent-plus")
7787 (version (git-version version revision commit))
7788 (source
7789 (origin
7790 (method git-fetch)
7791 (uri (git-reference
7792 (url "https://github.com/TheBB/evil-indent-plus")
7793 (commit commit)))
7794 (file-name (git-file-name name version))
7795 (sha256
7796 (base32
7797 "1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"))))
7798 (build-system emacs-build-system)
7799 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7800 (home-page "https://github.com/TheBB/evil-indent-plus")
7801 (synopsis "Text objects based on indentation")
7802 (description
7803 "This package adds new text objects for @code{evil-mode} based on
7804 blocks having the same or higher indentation, including or excluding
7805 surrounding lines.")
7806 (license license:gpl2+))))
7807
7808 (define-public emacs-evil-text-object-python
7809 (let ((commit "9a064fe6475429145cbcc3b270fcc963b67adb15")
7810 (version "1.0.1")
7811 (revision "1"))
7812 (package
7813 (name "emacs-evil-text-object-python")
7814 (version (git-version version revision commit))
7815 (source
7816 (origin
7817 (method git-fetch)
7818 (uri (git-reference
7819 (url "https://github.com/wbolster/evil-text-object-python")
7820 (commit commit)))
7821 (file-name (git-file-name name version))
7822 (sha256
7823 (base32
7824 "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
7825 (build-system emacs-build-system)
7826 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7827 (home-page "https://github.com/wbolster/evil-text-object-python")
7828 (synopsis "Text objects for Python")
7829 (description
7830 "This package provides @code{evil-mode} text objects for Python.")
7831 (license license:gpl3+))))
7832
7833 (define-public emacs-evil-lion
7834 (let ((commit "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab")
7835 (revision "1"))
7836 (package
7837 (name "emacs-evil-lion")
7838 (version (git-version "0.0.2" revision commit))
7839 (source
7840 (origin
7841 (method git-fetch)
7842 (uri (git-reference
7843 (url "https://github.com/edkolev/evil-lion")
7844 (commit commit)))
7845 (file-name (git-file-name name version))
7846 (sha256
7847 (base32
7848 "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
7849 (build-system emacs-build-system)
7850 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7851 (arguments
7852 `(#:tests? #t
7853 #:test-command '("make" "test")))
7854 (home-page "https://github.com/edkolev/evil-lion")
7855 (synopsis "Align operator for @code{evil-mode}")
7856 (description
7857 "This package, a port of @code{vim-lion}, provides an operator for
7858 aligning text objects based on separators.")
7859 (license license:gpl3+))))
7860
7861 (define-public emacs-evil-expat
7862 (let ((commit "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2")
7863 (revision "1"))
7864 (package
7865 (name "emacs-evil-expat")
7866 (version (git-version "0.0.1" revision commit))
7867 (source
7868 (origin
7869 (method git-fetch)
7870 (uri (git-reference
7871 (url "https://github.com/edkolev/evil-expat")
7872 (commit commit)))
7873 (file-name (git-file-name name version))
7874 (sha256
7875 (base32
7876 "0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
7877 (build-system emacs-build-system)
7878 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7879 (arguments
7880 `(#:tests? #t
7881 #:test-command '("make" "test")))
7882 (home-page "https://github.com/edkolev/evil-expat")
7883 (synopsis "Extra @code{ex} commands for @code{evil-mode}")
7884 (description
7885 "This package provides additional commands for the @code{ex} command
7886 line, including functions for version control with Git and for copying and
7887 pasting into and from @code{tmux} paste buffers.")
7888 (license license:gpl3+))))
7889
7890 (define-public emacs-evil-nerd-commenter
7891 (package
7892 (name "emacs-evil-nerd-commenter")
7893 (version "3.3.8")
7894 (source
7895 (origin
7896 (method git-fetch)
7897 (uri (git-reference
7898 (url "https://github.com/redguardtoo/evil-nerd-commenter")
7899 (commit version)))
7900 (file-name (git-file-name name version))
7901 (sha256
7902 (base32
7903 "0qd5a89mzvdyhd8lm13iwp220vzpd6dajwx54frlc5bzsxdmg6vc"))))
7904 (build-system emacs-build-system)
7905 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7906 (arguments
7907 `(#:tests? #t
7908 #:test-command '("make" "test")))
7909 (home-page "https://github.com/redguardtoo/evil-nerd-commenter")
7910 (synopsis "Comment and uncomment lines efficiently")
7911 (description
7912 "This package provides text objects and operators for comments within
7913 @code{evil-mode}.")
7914 (license license:gpl3+)))
7915
7916 (define-public emacs-evil-visual-replace
7917 (package
7918 (name "emacs-evil-visual-replace")
7919 (version "0.0.5")
7920 (source
7921 (origin
7922 (method git-fetch)
7923 (uri (git-reference
7924 (url "https://github.com/troyp/evil-visual-replace")
7925 (commit version)))
7926 (file-name (git-file-name name version))
7927 (sha256
7928 (base32
7929 "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"))))
7930 (build-system emacs-build-system)
7931 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7932 (home-page "https://github.com/troyp/evil-visual-replace")
7933 (synopsis "Replacement commands for @code{evil-mode} visual blocks")
7934 (description
7935 "This package provides versions of @code{query-replace} and
7936 @code{replace-regexp} that work for @code{evil-mode} visual blocks.")
7937 (license license:gpl2+)))
7938
7939 (define-public emacs-evil-visualstar
7940 (let ((commit "06c053d8f7381f91c53311b1234872ca96ced752")
7941 (version "0.0.2")
7942 (revision "1"))
7943 (package
7944 (name "emacs-evil-visualstar")
7945 (version (git-version version revision commit))
7946 (source
7947 (origin
7948 (method git-fetch)
7949 (uri (git-reference
7950 (url "https://github.com/bling/evil-visualstar")
7951 (commit commit)))
7952 (file-name (git-file-name name version))
7953 (sha256
7954 (base32
7955 "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"))))
7956 (build-system emacs-build-system)
7957 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7958 (home-page "https://github.com/bling/evil-visualstar")
7959 (synopsis "Instantly search using the visual selection")
7960 (description
7961 "This package provides @code{evil-mode} functions for using selected text
7962 to search.")
7963 (license license:gpl3+))))
7964
7965 (define-public emacs-monky
7966 (package
7967 (name "emacs-monky")
7968 (version "0.1")
7969 (source (origin
7970 (method git-fetch)
7971 (uri (git-reference
7972 (url "https://github.com/ananthakumaran/monky.git")
7973 (commit version)))
7974 (file-name (git-file-name name version))
7975 (sha256
7976 (base32
7977 "1fgn7al4zwz2k5wb5dy3byqg9lsrjk9fra341mxh5ma2pfwxjgps"))))
7978 (build-system emacs-build-system)
7979 (home-page "https://ananthakumaran.in/monky/index.html")
7980 (arguments
7981 `(#:tests? #t
7982 #:test-command '("emacs" "--batch"
7983 "-l" "test/monky-unit-test.el"
7984 "-f" "ert-run-tests-batch-and-exit")))
7985 (synopsis "Interactive interface for the Mercurial version control system")
7986 (description
7987 "Monky provides an Emacs interface for Mercurial (Hg). Using Monky, you
7988 can selectively commit files, view the diffs, and other things.")
7989 (license license:gpl3+)))
7990
7991 (define-public emacs-monroe
7992 (package
7993 (name "emacs-monroe")
7994 (version "0.3.1")
7995 (source
7996 (origin
7997 (method git-fetch)
7998 (uri (git-reference
7999 (url "https://github.com/sanel/monroe.git")
8000 (commit version)))
8001 (file-name (git-file-name name version))
8002 (sha256
8003 (base32 "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"))))
8004 (build-system emacs-build-system)
8005 (home-page "https://github.com/sanel/monroe")
8006 (synopsis "Clojure nREPL client for Emacs")
8007 (description
8008 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
8009 distribution, primarily targeting Clojure users")
8010 (license license:gpl3+)))
8011
8012 (define-public emacs-orgalist
8013 (package
8014 (name "emacs-orgalist")
8015 (version "1.11")
8016 (source
8017 (origin
8018 (method url-fetch)
8019 (uri (string-append "https://elpa.gnu.org/packages/"
8020 "orgalist-" version ".el"))
8021 (sha256
8022 (base32
8023 "0zbqkk540rax32s8szp5zgz3a02zw88fc1dmjmyw6h3ls04m91kl"))))
8024 (build-system emacs-build-system)
8025 (home-page "https://elpa.gnu.org/packages/orgalist.html")
8026 (synopsis "Manage Org-like lists in non-Org buffers")
8027 (description "Write Org mode's plain lists in non-Org buffers. More
8028 specifically, Orgalist supports the syntax of Org mode for numbered,
8029 unnumbered, description items, checkboxes, and counter cookies.
8030
8031 The library also implements radio lists, i.e., lists written in Org
8032 syntax later translated into the host format, e.g., LaTeX or HTML.")
8033 (license license:gpl3+)))
8034
8035 (define-public emacs-writegood-mode
8036 (package
8037 (name "emacs-writegood-mode")
8038 (version "2.0.2")
8039 (home-page "https://github.com/bnbeckwith/writegood-mode")
8040 (source (origin
8041 (method git-fetch)
8042 (uri (git-reference
8043 (url home-page)
8044 (commit (string-append "v" version))))
8045 (sha256
8046 (base32
8047 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
8048 (file-name (string-append name "-checkout"))))
8049 (build-system emacs-build-system)
8050 (synopsis "Polish up poor writing on the fly")
8051 (description
8052 "This minor mode tries to find and highlight problems with your writing
8053 in English as you type. It primarily detects \"weasel words\" and abuse of
8054 passive voice.")
8055 (license license:gpl3+)))
8056
8057 (define-public emacs-neotree
8058 (package
8059 (name "emacs-neotree")
8060 (version "0.5.2")
8061 (home-page "https://github.com/jaypei/emacs-neotree")
8062 (source (origin
8063 (method git-fetch)
8064 (uri (git-reference
8065 (url home-page)
8066 (commit version)))
8067 (sha256
8068 (base32
8069 "0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
8070 (file-name (git-file-name name version))))
8071 (build-system emacs-build-system)
8072 (synopsis "Folder tree view for Emacs")
8073 (description "This Emacs package provides a folder tree view.")
8074 (license license:gpl3+)))
8075
8076 (define-public emacs-org
8077 (package
8078 (name "emacs-org")
8079 ;; emacs-org-contrib inherits from this package. Please update it as
8080 ;; well.
8081 (version "9.3.3")
8082 (source
8083 (origin
8084 (method url-fetch)
8085 (uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
8086 (sha256
8087 (base32 "0yafckcx5ka2rpmv24x7ns6f3s1h216x2lbgaxsf1dmklbjcfvwv"))))
8088 (build-system emacs-build-system)
8089 (home-page "https://orgmode.org/")
8090 (synopsis "Outline-based notes management and organizer")
8091 (description "Org is an Emacs mode for keeping notes, maintaining TODO
8092 lists, and project planning with a fast and effective lightweight markup
8093 language. It also is an authoring system with unique support for literate
8094 programming and reproducible research.")
8095 (license license:gpl3+)))
8096
8097 (define-public emacs-org-contrib
8098 (package
8099 (inherit emacs-org)
8100 (name "emacs-org-contrib")
8101 (version "20200206")
8102 (source
8103 (origin
8104 (method url-fetch)
8105 (uri (string-append "https://orgmode.org/elpa/"
8106 "org-plus-contrib-" version ".tar"))
8107 (sha256
8108 (base32 "1fdxh8zgjnb500wkcl0bc0fdzbsln6p044b4s4nz85wkfw0jkfs5"))))
8109 (arguments
8110 `(#:modules ((guix build emacs-build-system)
8111 (guix build utils)
8112 (guix build emacs-utils)
8113 (ice-9 ftw)
8114 (srfi srfi-1))
8115 #:phases
8116 (modify-phases %standard-phases
8117 (add-after 'install 'delete-org-files
8118 (lambda* (#:key inputs outputs #:allow-other-keys)
8119 (let* ((out (assoc-ref outputs "out"))
8120 (org (assoc-ref inputs "org"))
8121 (contrib-files
8122 (map basename (find-files out)))
8123 (org+contrib-files
8124 (map basename (find-files org)))
8125 (duplicates (lset-intersection string=?
8126 contrib-files
8127 org+contrib-files)))
8128 (with-directory-excursion
8129 (string-append out "/share/emacs/site-lisp")
8130 (for-each delete-file duplicates))
8131 #t))))))
8132 (propagated-inputs
8133 `(("arduino-mode" ,emacs-arduino-mode)
8134 ("cider" ,emacs-cider)
8135 ("org" ,emacs-org)
8136 ("scel" ,emacs-scel)))
8137 (synopsis "Contributed packages to Org mode")
8138 (description "Org is an Emacs mode for keeping notes, maintaining TODO
8139 lists, and project planning with a fast and effective plain-text system.
8140
8141 This package is equivalent to org-plus-contrib, but only includes additional
8142 files that you would find in @file{contrib/} from the git repository.")))
8143
8144 (define-public emacs-flx
8145 (package
8146 (name "emacs-flx")
8147 (version "0.6.1")
8148 (source
8149 (origin
8150 (method git-fetch)
8151 (uri (git-reference
8152 (url "https://github.com/lewang/flx.git")
8153 (commit (string-append "v" version))))
8154 (sha256
8155 (base32
8156 "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"))
8157 (file-name (git-file-name name version))))
8158 (build-system emacs-build-system)
8159 (home-page "https://github.com/lewang/flx")
8160 (synopsis "Fuzzy matching for Emacs")
8161 (description
8162 "Flx provides fuzzy matching for emacs a la sublime text.
8163 The sorting algorithm is a balance between word beginnings (abbreviation)
8164 and contiguous matches (substring). The longer the substring match,
8165 the higher it scores. This maps well to how we think about matching.
8166 Flx has support for ido (interactively do things) through flx-ido.")
8167 (license license:gpl3+)))
8168
8169 (define-public emacs-cyberpunk-theme
8170 (package
8171 (name "emacs-cyberpunk-theme")
8172 (version "1.21")
8173 (source
8174 (origin
8175 (method git-fetch)
8176 (uri (git-reference
8177 (url "https://github.com/n3mo/cyberpunk-theme.el/")
8178 (commit version)))
8179 (sha256
8180 (base32
8181 "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
8182 (file-name (git-file-name name version))))
8183 (build-system emacs-build-system)
8184 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
8185 (synopsis "Cyberpunk theme for Emacs built-in color theme support")
8186 (description
8187 "Cyberpunk color theme for the Emacs 24+ built-in color theme support
8188 known loosely as deftheme. Many mode-specific customizations are included.")
8189 (license license:gpl3+)))
8190
8191 (define-public emacs-danneskjold-theme
8192 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
8193 (revision "1"))
8194 (package
8195 (name "emacs-danneskjold-theme")
8196 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
8197 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
8198 (source
8199 (origin
8200 (method git-fetch)
8201 (uri (git-reference
8202 (url home-page)
8203 (commit commit)))
8204 (file-name (git-file-name name version))
8205 (sha256
8206 (base32
8207 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
8208 (build-system emacs-build-system)
8209 (arguments
8210 `(#:phases
8211 (modify-phases %standard-phases
8212 (add-after 'unpack 'delete-screenshots
8213 (lambda _
8214 (delete-file-recursively "screenshots") #t)))))
8215 (synopsis "High-contrast Emacs theme")
8216 (description
8217 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
8218 (license license:gpl3+))))
8219
8220 (define-public emacs-dream-theme
8221 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
8222 (revision "1"))
8223 (package
8224 (name "emacs-dream-theme")
8225 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
8226 (source
8227 (origin
8228 (method git-fetch)
8229 (uri (git-reference
8230 (url "https://github.com/djcb/dream-theme")
8231 (commit commit)))
8232 (file-name (git-file-name name version))
8233 (sha256
8234 (base32
8235 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
8236 (build-system emacs-build-system)
8237 (home-page "https://github.com/djcb/dream-theme")
8238 (synopsis "High-contrast Emacs theme")
8239 (description
8240 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
8241 by zenburn, sinburn and similar themes, but slowly diverging from them.")
8242 (license license:gpl3+))))
8243
8244 (define-public emacs-auto-complete
8245 (package
8246 (name "emacs-auto-complete")
8247 (version "1.5.1")
8248 (source
8249 (origin
8250 (method git-fetch)
8251 (uri (git-reference
8252 (url "https://github.com/auto-complete/auto-complete.git")
8253 (commit (string-append "v" version))))
8254 (sha256
8255 (base32
8256 "04i9b11iksg6acn885wl3qgi5xpsm3yszlqmd2x21yhprndlz7gb"))
8257 (file-name (git-file-name name version))))
8258 (build-system emacs-build-system)
8259 (propagated-inputs
8260 `(("emacs-popup" ,emacs-popup)))
8261 (home-page "https://github.com/auto-complete/auto-complete")
8262 (synopsis "Intelligent auto-completion extension for Emacs")
8263 (description
8264 "Auto-Complete is an intelligent auto-completion extension for Emacs.
8265 It extends the standard Emacs completion interface and provides an environment
8266 that allows users to concentrate more on their own work. Its features are:
8267 a visual interface, reduce overhead of completion by using statistic method,
8268 extensibility.")
8269 (license license:gpl3+)))
8270
8271 (define-public emacs-nginx-mode
8272 (package
8273 (name "emacs-nginx-mode")
8274 (version "1.1.9")
8275 (source
8276 (origin
8277 (method git-fetch)
8278 (uri (git-reference
8279 (url "https://github.com/ajc/nginx-mode.git")
8280 (commit (string-append "v" version))))
8281 (file-name (git-file-name name version))
8282 (sha256
8283 (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
8284 (build-system emacs-build-system)
8285 (home-page "https://github.com/ajc/nginx-mode")
8286 (synopsis "Emacs major mode for editing nginx config files")
8287 (description "This package provides an Emacs major mode for
8288 editing nginx config files.")
8289 (license license:gpl2+)))
8290
8291 (define-public emacs-stream
8292 (let ((commit "a3f3da155a49c133e2692bd8789b35492bfdc4f7")
8293 (revision "1"))
8294 (package
8295 (name "emacs-stream")
8296 (version (git-version "2.2.4" revision commit))
8297 (source
8298 (origin
8299 (method git-fetch)
8300 (uri (git-reference
8301 (url "https://github.com/Emacsmirror/stream.git")
8302 (commit commit)))
8303 (file-name (git-file-name name version))
8304 (sha256
8305 (base32 "0aig0yjb9z752ijh0mzildjmh44j051inchga8qll01dr8wf7332"))))
8306 (build-system emacs-build-system)
8307 (arguments
8308 `(#:tests? #t
8309 #:test-command '("emacs" "--batch"
8310 "-l" "tests/stream-tests.el"
8311 "-f" "ert-run-tests-batch-and-exit")))
8312 (home-page "https://github.com/Emacsmirror/stream")
8313 (synopsis "Implementation of streams for Emacs")
8314 (description "This library provides an implementation of streams for Emacs.
8315 Streams are implemented as delayed evaluation of cons cells.")
8316 (license license:gpl3+))))
8317
8318 (define-public emacs-cl-print
8319 (let ((commit "1a70c553dfb04352afb5b8696fe0cef8acc8f991")
8320 (revision "1"))
8321 (package
8322 (name "emacs-cl-print")
8323 (version (git-version "1.0" revision commit))
8324 (source
8325 (origin
8326 (method git-fetch)
8327 (uri (git-reference
8328 (url "https://github.com/emacsmirror/cl-print.git")
8329 (commit commit)))
8330 (file-name (git-file-name name version))
8331 (sha256
8332 (base32 "164zbnsi5mssvcpy0158fm7fw5cmd1r5nkpn29fmd2b2scy3gm79"))))
8333 (build-system emacs-build-system)
8334 (home-page "https://github.com/emacsmirror/cl-print")
8335 (synopsis "CL-style generic printing")
8336 (description "This package provides a generic function,
8337 @code{cl-print-object}, to which the programmer can add any method they
8338 please.")
8339 (license license:gpl3+))))
8340
8341 (define-public emacs-el-search
8342 (let ((commit "07bed84dd8ae9e4c6c648834224b1d33fdbd51e0")
8343 (revision "2"))
8344 (package
8345 (name "emacs-el-search")
8346 (version (git-version "1.12.6.1" revision commit))
8347 (source
8348 (origin
8349 (method git-fetch)
8350 (uri (git-reference
8351 (url "https://github.com/emacsmirror/el-search.git")
8352 (commit commit)))
8353 (file-name (git-file-name name version))
8354 (sha256
8355 (base32 "10w1ldgijdhfsrazp0y3bm76jv5wvdn94k1yp0pmc2m1896b58ak"))))
8356 (build-system emacs-build-system)
8357 (inputs
8358 `(("emacs-stream" ,emacs-stream)
8359 ("emacs-cl-print" ,emacs-cl-print)))
8360 (home-page "https://github.com/emacsmirror/el-search")
8361 (synopsis "Expression based interactive search for emacs-lisp-mode")
8362 (description "This package provides expression based interactive search
8363 procedures for emacs-lisp-mode.")
8364 (license license:gpl3+))))
8365
8366 (define-public emacs-ht
8367 (package
8368 (name "emacs-ht")
8369 (version "2.2")
8370 (source
8371 (origin
8372 (method git-fetch)
8373 (uri (git-reference
8374 (url "https://github.com/Wilfred/ht.el.git")
8375 (commit version)))
8376 (file-name (git-file-name name version))
8377 (sha256
8378 (base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
8379 (build-system emacs-build-system)
8380 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
8381 (native-inputs
8382 `(("emacs-ert-runner" ,emacs-ert-runner)))
8383 (arguments
8384 `(#:tests? #t
8385 #:test-command '("ert-runner")))
8386 (home-page "https://github.com/Wilfred/ht.el")
8387 (synopsis "Hash table library for Emacs")
8388 (description
8389 "This package simplifies the use of hash tables in elisp. It also
8390 provides functions to convert hash tables from and to alists and plists.")
8391 (license license:gpl3+)))
8392
8393 (define-public emacs-log4e
8394 (package
8395 (name "emacs-log4e")
8396 (version "0.3.0")
8397 (source
8398 (origin
8399 (method git-fetch)
8400 (uri (git-reference
8401 (url "https://github.com/aki2o/log4e.git")
8402 (commit (string-append "v" version))))
8403 (file-name (git-file-name name version))
8404 (sha256
8405 (base32 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
8406 (build-system emacs-build-system)
8407 (arguments
8408 `(#:phases
8409 (modify-phases %standard-phases
8410 (add-after 'unpack 'remove-tests
8411 ;; Guile builder complains about null characters in some
8412 ;; strings of test files. Remove "test" directory (it is not
8413 ;; needed anyway).
8414 (lambda _
8415 (delete-file-recursively "test"))))))
8416 (home-page "https://github.com/aki2o/log4e")
8417 (synopsis "Logging framework for elisp")
8418 (description
8419 "This package provides a logging framework for elisp. It allows
8420 you to deal with multiple log levels.")
8421 (license license:gpl3+)))
8422
8423 (define-public emacs-gntp
8424 (package
8425 (name "emacs-gntp")
8426 (version "0.1")
8427 (source
8428 (origin
8429 (method git-fetch)
8430 (uri (git-reference
8431 (url "https://github.com/tekai/gntp.el.git")
8432 (commit (string-append "v" version))))
8433 (file-name (git-file-name name version))
8434 (sha256
8435 (base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
8436 (build-system emacs-build-system)
8437 (home-page "https://github.com/tekai/gntp.el")
8438 (synopsis "Growl Notification Protocol for Emacs")
8439 (description
8440 "This package implements the Growl Notification Protocol GNTP
8441 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
8442 It is incomplete as it only lets you send but not receive
8443 notifications.")
8444 (license license:bsd-3)))
8445
8446 (define-public emacs-alert
8447 (package
8448 (name "emacs-alert")
8449 (version "1.3")
8450 (source
8451 (origin
8452 (method git-fetch)
8453 (uri (git-reference
8454 (url "https://github.com/jwiegley/alert.git")
8455 (commit (string-append "v" version))))
8456 (file-name (git-file-name name version))
8457 (sha256
8458 (base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
8459 (build-system emacs-build-system)
8460 (propagated-inputs
8461 `(("emacs-gntp" ,emacs-gntp)
8462 ("emacs-log4e" ,emacs-log4e)))
8463 (home-page "https://github.com/jwiegley/alert")
8464 (synopsis "Growl-style notification system for Emacs")
8465 (description
8466 "Alert is a Growl-workalike for Emacs which uses a common notification
8467 interface and multiple, selectable \"styles\", whose use is fully
8468 customizable by the user.")
8469 (license license:gpl2+)))
8470
8471 (define-public emacs-zones
8472 (let ((commit "3169815c323966ff8e252b44e3558d6d045243fe")
8473 (revision "2"))
8474 (package
8475 (name "emacs-zones")
8476 (version (git-version "0" revision commit))
8477 (source
8478 (origin
8479 (method git-fetch)
8480 (uri (git-reference
8481 (url "https://github.com/emacsmirror/zones.git")
8482 (commit commit)))
8483 (file-name (git-file-name name version))
8484 (sha256
8485 (base32
8486 "039msns5596rz0my7fxpanpxwg1lkhpiibm9ppnlzaajx1hszbzl"))
8487 (patches
8488 (search-patches
8489 "emacs-zones-called-interactively.patch"))))
8490 (build-system emacs-build-system)
8491 (home-page "https://www.emacswiki.org/emacs/Zones")
8492 (synopsis "Define and act on multiple zones of buffer text")
8493 (description "Library @file{zones.el} lets you easily define and
8494 subsequently act on multiple zones of buffer text. You can think of this as
8495 enlarging the notion of region. In effect, it can remove the requirement of
8496 target text being a contiguous sequence of characters. A set of buffer zones
8497 is, in effect, a (typically) noncontiguous set of text.")
8498 (license license:gpl3+))))
8499
8500 (define-public emacs-mu4e-alert
8501 (package
8502 (name "emacs-mu4e-alert")
8503 (version "1.0")
8504 (source
8505 (origin
8506 (method git-fetch)
8507 (uri (git-reference
8508 (url "https://github.com/iqbalansari/mu4e-alert.git")
8509 (commit (string-append "v" version))))
8510 (file-name (git-file-name name version))
8511 (sha256
8512 (base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"))))
8513 (build-system emacs-build-system)
8514 (propagated-inputs
8515 `(("emacs-alert" ,emacs-alert)
8516 ("emacs-s" ,emacs-s)
8517 ("emacs-ht" ,emacs-ht)
8518 ("mu" ,mu)))
8519 (home-page "https://github.com/iqbalansari/mu4e-alert")
8520 (synopsis "Desktop notification for mu4e")
8521 (description
8522 "This package provides desktop notifications for mu4e.
8523 Additionally it can display the number of unread emails in the
8524 mode-line.")
8525 (license license:gpl3+)))
8526
8527 (define-public emacs-mu4e-jump-to-list
8528 (let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b")
8529 (revision "1"))
8530 (package
8531 (name "emacs-mu4e-jump-to-list")
8532 (version (git-version "1.0" revision commit))
8533 (source
8534 (origin
8535 (method git-fetch)
8536 (uri (git-reference
8537 (url "https://gitlab.com/wavexx/mu4e-jump-to-list.el.git")
8538 (commit commit)))
8539 (file-name (git-file-name name version))
8540 (sha256
8541 (base32
8542 "00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv"))))
8543 (build-system emacs-build-system)
8544 (propagated-inputs
8545 `(("mu" ,mu)))
8546 (home-page "https://gitlab.com/wavexx/mu4e-jump-to-list.el")
8547 (synopsis "Select and view mailing lists in mu4e")
8548 (description
8549 "@code{mu4e-jump-to-list} allows you to select and view mailing lists
8550 automatically using existing List-ID headers in your mu database. Just press
8551 \"l\" in the headers view and any mailing list you've subscribed to will be
8552 automatically discovered and presented in recency order.")
8553 (license license:gpl3+))))
8554
8555 (define-public emacs-mu4e-patch
8556 (let ((commit "522da46c1653b1cacc79cde91d6534da7ae9517d")
8557 (revision "1"))
8558 (package
8559 (name "emacs-mu4e-patch")
8560 (version (git-version "0.1.0" revision commit))
8561 (source (origin
8562 (method git-fetch)
8563 (uri (git-reference
8564 (url "https://github.com/seanfarley/mu4e-patch")
8565 (commit commit)))
8566 (file-name (git-file-name name version))
8567 (sha256
8568 (base32
8569 "10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
8570 (build-system emacs-build-system)
8571 (propagated-inputs
8572 `(("mu" ,mu)))
8573 (home-page "https://github.com/seanfarley/mu4e-patch")
8574 (synopsis "Colorize patch-like emails in mu4e")
8575 (description
8576 "Extension for mu4e to colorize patch-like emails with diff-mode.
8577 This is based on Frank Terbeck's @code{gnus-article-treat-patch.el} but has
8578 been adapted to work with mu4e.")
8579 (license license:gpl3+))))
8580
8581 (define-public emacs-pretty-mode
8582 (package
8583 (name "emacs-pretty-mode")
8584 (version "2.0.3")
8585 (source
8586 (origin
8587 (method git-fetch)
8588 (uri (git-reference
8589 (url "https://github.com/akatov/pretty-mode/")
8590 (commit version)))
8591 (file-name (git-file-name name version))
8592 (sha256
8593 (base32
8594 "013fig9i4fyx16krp2vfv953p3rwdzr38zs6i50af4pqz4vrcfvh"))))
8595 (build-system emacs-build-system)
8596 (home-page "https://github.com/akatov/pretty-mode")
8597 (synopsis "Redisplay parts of the buffer as Unicode symbols")
8598 (description
8599 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
8600 (license license:gpl3+)))
8601
8602 (define-public emacs-yasnippet
8603 (package
8604 (name "emacs-yasnippet")
8605 (version "0.14.0")
8606 (source
8607 (origin
8608 (method git-fetch)
8609 (uri (git-reference
8610 (url "https://github.com/joaotavora/yasnippet.git")
8611 (commit version)))
8612 (file-name (string-append name "-" version ".tar.gz"))
8613 (sha256
8614 (base32 "0via9dzw8m5lzymg1h78xkwjssh39zr3g6ccyamlf1rjzjsyxknv"))
8615 (modules '((guix build utils)))
8616 (snippet
8617 '(begin
8618 ;; YASnippet expects a "snippets" subdirectory in the same
8619 ;; directory as yasnippet.el, but we don't install it because it's
8620 ;; a git submodule pointing to an external repository. Adjust
8621 ;; `yas-snippet-dirs' to prevent warnings about a missing
8622 ;; directory.
8623 (substitute* "yasnippet.el"
8624 (("^ +'yas-installed-snippets-dir\\)\\)\n")
8625 "))\n"))
8626 #t))))
8627 (build-system emacs-build-system)
8628 (arguments
8629 `(#:tests? #t
8630 #:test-command '("emacs" "--batch"
8631 "-l" "yasnippet-tests.el"
8632 "-f" "ert-run-tests-batch-and-exit")
8633 ;; FIXME: one failing test.
8634 #:phases
8635 (modify-phases %standard-phases
8636 (add-before 'check 'make-tests-writable
8637 (lambda _
8638 (make-file-writable "yasnippet-tests.el")
8639 #t))
8640 (add-before 'check 'delete-rebinding-test
8641 (lambda _
8642 (emacs-batch-edit-file "yasnippet-tests.el"
8643 `(progn (goto-char (point-min))
8644 (re-search-forward "ert-deftest test-rebindings")
8645 (beginning-of-line)
8646 (kill-sexp)
8647 (basic-save-buffer)))
8648 #t)))))
8649 (home-page "https://github.com/joaotavora/yasnippet")
8650 (synopsis "Yet another snippet extension for Emacs")
8651 (description
8652 "YASnippet is a template system for Emacs. It allows you to type an
8653 abbreviation and automatically expand it into function templates.")
8654 (license license:gpl3+)))
8655
8656 (define-public emacs-yasnippet-snippets
8657 (package
8658 (name "emacs-yasnippet-snippets")
8659 (version "0.20")
8660 (source
8661 (origin
8662 (method git-fetch)
8663 (uri (git-reference
8664 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
8665 (commit version)))
8666 (file-name (git-file-name name version))
8667 (sha256
8668 (base32 "095w7cdmfwmmr6426mbq15n0a5izgbmv9408m9yh1pqz5x3v3vsx"))))
8669 (build-system trivial-build-system)
8670 (arguments
8671 `(#:modules ((guix build utils))
8672 #:builder
8673 (begin
8674 (use-modules (guix build utils))
8675 (let* ((source (assoc-ref %build-inputs "source"))
8676 (out (assoc-ref %outputs "out"))
8677 (snippet-dir
8678 (string-append out "/share/emacs/yasnippet-snippets/")))
8679 (with-directory-excursion source
8680 (mkdir-p snippet-dir)
8681 (copy-recursively "snippets" snippet-dir)))
8682 #t)))
8683 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
8684 (synopsis "Collection of YASnippet snippets for many languages")
8685 (description
8686 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
8687 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
8688 To make YASnippet aware of these snippets, add the above directory to
8689 @code{yas-snippet-dirs}.")
8690 (license license:gpl3+)))
8691
8692 (define-public emacs-helm-c-yasnippet
8693 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
8694 (revision "1"))
8695 (package
8696 (name "emacs-helm-c-yasnippet")
8697 (version (string-append "0.6.7" "-" revision "."
8698 (string-take commit 7)))
8699 (source (origin
8700 (method git-fetch)
8701 (uri (git-reference
8702 (url "https://github.com/emacs-jp/helm-c-yasnippet")
8703 (commit commit)))
8704 (file-name (git-file-name name version))
8705 (sha256
8706 (base32
8707 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
8708 (build-system emacs-build-system)
8709 (propagated-inputs
8710 `(("emacs-helm" ,emacs-helm)
8711 ("emacs-yasnippet" ,emacs-yasnippet)))
8712 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
8713 (synopsis "Helm integration for Yasnippet")
8714 (description "This Emacs library provides Helm interface for
8715 Yasnippet.")
8716 (license license:gpl2+))))
8717
8718 (define-public emacs-helm-system-packages
8719 ;; There won't be a new release after 1.10.1 until
8720 ;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
8721 ;; and latest commits fix import issues with Guix.
8722 (let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
8723 (package
8724 (name "emacs-helm-system-packages")
8725 (version (git-version "1.10.1" "1" commit))
8726 (source (origin
8727 (method git-fetch)
8728 (uri (git-reference
8729 (url "https://github.com/emacs-helm/helm-system-packages")
8730 (commit commit)))
8731 (file-name (git-file-name name version))
8732 (sha256
8733 (base32
8734 "0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
8735 (build-system emacs-build-system)
8736 (inputs
8737 `(("recutils" ,recutils)))
8738 (propagated-inputs
8739 `(("emacs-helm" ,emacs-helm)))
8740 (arguments
8741 `(#:phases
8742 (modify-phases %standard-phases
8743 (add-after 'unpack 'configure
8744 (lambda* (#:key inputs outputs #:allow-other-keys)
8745 (let ((recutils (assoc-ref inputs "recutils")))
8746 ;; Specify the absolute file names of the various
8747 ;; programs so that everything works out-of-the-box.
8748 (substitute* "helm-system-packages-guix.el"
8749 (("recsel") (string-append recutils "/bin/recsel")))))))))
8750 (home-page "https://github.com/emacs-helm/helm-system-packages")
8751 (synopsis "Helm System Packages is an interface to your package manager")
8752 (description "List all available packages in Helm (with installed
8753 packages displayed in their own respective face). Fuzzy-search, mark and
8754 execute the desired action over any selections of packages: Install,
8755 uninstall, display packages details (in Org Mode) or insert details at point,
8756 find files owned by packages... And much more, including performing all the
8757 above over the network.")
8758 (license license:gpl3+))))
8759
8760 (define-public emacs-helm-org-rifle
8761 (package
8762 (name "emacs-helm-org-rifle")
8763 (version "1.7.0")
8764 (source
8765 (origin
8766 (method git-fetch)
8767 (uri (git-reference
8768 (url "https://github.com/alphapapa/helm-org-rifle")
8769 (commit version)))
8770 (file-name (git-file-name name version))
8771 (sha256
8772 (base32
8773 "058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"))))
8774 (build-system emacs-build-system)
8775 (propagated-inputs
8776 `(("emacs-dash" ,emacs-dash)
8777 ("emacs-f" ,emacs-f)
8778 ("emacs-helm" ,emacs-helm)
8779 ("emacs-org" ,emacs-org)
8780 ("emacs-s" ,emacs-s)))
8781 (home-page "https://github.com/alphapapa/helm-org-rifle")
8782 (synopsis "Rifle through Org files")
8783 (description "This package searches both headings and contents of entries
8784 in Org buffers and displays matching entries.")
8785 (license license:gpl3+)))
8786
8787 (define-public emacs-dired-toggle-sudo
8788 (package
8789 (name "emacs-dired-toggle-sudo")
8790 (version "1.0")
8791 (source
8792 (origin
8793 (method git-fetch)
8794 (uri (git-reference
8795 (url "https://github.com/renard/dired-toggle-sudo")
8796 (commit (string-append "v" version))))
8797 (file-name (git-file-name name version))
8798 (sha256
8799 (base32
8800 "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"))
8801 (patches
8802 (search-patches
8803 "emacs-dired-toggle-sudo-emacs-26.patch"))))
8804 (build-system emacs-build-system)
8805 (home-page "https://github.com/renard/dired-toggle-sudo")
8806 (synopsis "Browse directory with @code{sudo} privileges")
8807 (description "This package allows for the use of @code{dired} with
8808 @code{sudo} privileges.")
8809 (license license:wtfpl2)))
8810
8811 (define-public emacs-memoize
8812 (package
8813 (name "emacs-memoize")
8814 (version "1.1")
8815 (source
8816 (origin
8817 (method git-fetch)
8818 (uri (git-reference
8819 (url "https://github.com/skeeto/emacs-memoize.git")
8820 (commit version)))
8821 (file-name (git-file-name name version))
8822 (sha256
8823 (base32 "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk"))))
8824 (build-system emacs-build-system)
8825 (arguments
8826 `(#:tests? #t
8827 #:test-command '("emacs" "--batch"
8828 "-l" "memoize-test.el"
8829 "-f" "ert-run-tests-batch-and-exit")))
8830 (home-page "https://github.com/skeeto/emacs-memoize")
8831 (synopsis "Emacs lisp memoization library")
8832 (description "@code{emacs-memoize} is an Emacs library for
8833 memoizing functions.")
8834 (license license:unlicense)))
8835
8836 (define-public emacs-linum-relative
8837 (package
8838 (name "emacs-linum-relative")
8839 (version "0.6")
8840 (source
8841 (origin
8842 (method git-fetch)
8843 (uri (git-reference
8844 (url "https://github.com/coldnew/linum-relative.git")
8845 (commit version)))
8846 (file-name (git-file-name name version))
8847 (sha256
8848 (base32 "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n"))))
8849 (build-system emacs-build-system)
8850 (home-page "https://github.com/coldnew/linum-relative")
8851 (synopsis "Relative line numbering for Emacs")
8852 (description "@code{emacs-linum-relative} displays the relative line
8853 number on the left margin in Emacs.")
8854 (license license:gpl2+)))
8855
8856 (define-public emacs-idle-highlight
8857 (package
8858 (name "emacs-idle-highlight")
8859 (version "1.1.3")
8860 (source
8861 (origin
8862 (method git-fetch)
8863 (uri (git-reference
8864 (url "https://github.com/nonsequitur/idle-highlight-mode.git")
8865 (commit version)))
8866 (file-name (git-file-name name version))
8867 (sha256
8868 (base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"))))
8869 (build-system emacs-build-system)
8870 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
8871 (synopsis "Highlights all occurrences of the word the point is on")
8872 (description
8873 "This Emacs package provides @code{idle-highlight-mode} that sets
8874 an idle timer to highlight all occurrences in the buffer of the word under
8875 the point.")
8876 (license license:gpl3+)))
8877
8878 (define-public emacs-ox-twbs
8879 (package
8880 (name "emacs-ox-twbs")
8881 (version "1.1.1")
8882 (source
8883 (origin
8884 (method git-fetch)
8885 (uri (git-reference
8886 (url "https://github.com/marsmining/ox-twbs.git")
8887 (commit (string-append "v" version))))
8888 (file-name (git-file-name name version))
8889 (sha256
8890 (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
8891 (build-system emacs-build-system)
8892 (home-page "https://github.com/marsmining/ox-twbs")
8893 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
8894 (description
8895 "This Emacs package outputs your org-mode docs with a simple, clean and
8896 modern look. It implements a new HTML back-end for exporting org-mode docs as
8897 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
8898 jQuery and Bootstrap resources included via osscdn.")
8899 (license license:gpl3+)))
8900
8901 (define-public emacs-highlight-sexp
8902 (package
8903 (name "emacs-highlight-sexp")
8904 (version "1.0")
8905 (source
8906 (origin
8907 (method git-fetch)
8908 (uri (git-reference
8909 (url "https://github.com/daimrod/highlight-sexp.git")
8910 (commit (string-append "v" version))))
8911 (file-name (git-file-name name version))
8912 (sha256
8913 (base32 "12cyk2q5g6p4ac2hykw1cag7dp1prjjnck5f7nalwwaklmy62y79"))))
8914 (build-system emacs-build-system)
8915 (home-page "https://github.com/daimrod/highlight-sexp")
8916 (synopsis "Minor mode that highlights the s-exp at the current position")
8917 (description
8918 "This Emacs package highlights the s-exp at the current position.")
8919 (license license:gpl3+)))
8920
8921 (define-public emacs-highlight-stages
8922 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
8923 (revision "1"))
8924 (package
8925 (name "emacs-highlight-stages")
8926 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
8927 (source
8928 (origin
8929 (method git-fetch)
8930 (uri (git-reference
8931 (url "https://github.com/zk-phi/highlight-stages.git")
8932 (commit commit)))
8933 (file-name (git-file-name name version))
8934 (sha256
8935 (base32
8936 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
8937 (patches
8938 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
8939 (build-system emacs-build-system)
8940 (home-page "https://github.com/wigust/highlight-stages")
8941 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
8942 (description "@code{highlight-stages} provides an Emacs minor mode that
8943 highlights quasi-quoted expressions.")
8944 (license license:gpl3+))))
8945
8946 (define-public emacspeak
8947 (package
8948 (name "emacspeak")
8949 (version "50.0")
8950 (source
8951 (origin
8952 (method url-fetch)
8953 (uri (string-append
8954 "https://github.com/tvraman/emacspeak/releases/download/"
8955 version "/emacspeak-" version ".tar.bz2"))
8956 (sha256
8957 (base32
8958 "0rsj7rzfyqmyidfsjrhjnxi2d43axx6r3gac1fhv5xkkbiiqzqkb"))))
8959 (build-system gnu-build-system)
8960 (arguments
8961 '(#:make-flags (list (string-append "prefix="
8962 (assoc-ref %outputs "out")))
8963 #:phases
8964 (modify-phases %standard-phases
8965 (replace 'configure
8966 (lambda _
8967 (setenv "SHELL" (which "sh"))
8968 ;; Configure Emacspeak according to etc/install.org.
8969 (invoke "make" "config")))
8970 (add-after 'build 'build-espeak
8971 (lambda _
8972 (invoke "make" "espeak")))
8973 (replace 'install
8974 (lambda* (#:key inputs outputs #:allow-other-keys)
8975 (let* ((out (assoc-ref outputs "out"))
8976 (bin (string-append out "/bin"))
8977 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
8978 (info (string-append out "/share/info"))
8979 (emacs (string-append (assoc-ref inputs "emacs")
8980 "/bin/emacs")))
8981 ;; According to etc/install.org, the Emacspeak directory should
8982 ;; be copied to its installation destination.
8983 (for-each
8984 (lambda (file)
8985 (copy-recursively file (string-append lisp "/" file)))
8986 '("etc" "info" "js" "lisp" "media" "servers" "sounds"
8987 "stumpwm" "xsl"))
8988 ;; Make sure emacspeak is loaded from the correct directory.
8989 (substitute* "etc/emacspeak.sh"
8990 (("/lisp/emacspeak-setup.el")
8991 (string-append lisp "/lisp/emacspeak-setup.el")))
8992 ;; Install the convenient startup script.
8993 (mkdir-p bin)
8994 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
8995 #t))
8996 (add-after 'install 'wrap-program
8997 (lambda* (#:key inputs outputs #:allow-other-keys)
8998 (let* ((out (assoc-ref outputs "out"))
8999 (emacspeak (string-append out "/bin/emacspeak"))
9000 (espeak (string-append (assoc-ref inputs "espeak")
9001 "/bin/espeak")))
9002 ;; The environment variable DTK_PROGRAM tells emacspeak what
9003 ;; program to use for speech.
9004 (wrap-program emacspeak
9005 `("DTK_PROGRAM" ":" prefix (,espeak)))
9006 #t))))
9007 #:tests? #f)) ; no check target
9008 (inputs
9009 `(("emacs" ,emacs)
9010 ("espeak" ,espeak)
9011 ("perl" ,perl)
9012 ("tcl" ,tcl)
9013 ("tclx" ,tclx)))
9014 (home-page "http://emacspeak.sourceforge.net")
9015 (synopsis "Audio desktop interface for Emacs")
9016 (description
9017 "Emacspeak is a speech interface that allows visually impaired users to
9018 interact independently and efficiently with the computer. Audio formatting
9019 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
9020 allows Emacspeak to produce rich aural presentations of electronic information.
9021 By seamlessly blending all aspects of the Internet such as Web-surfing and
9022 messaging, Emacspeak speech-enables local and remote information via a
9023 consistent and well-integrated user interface.")
9024 (license license:gpl2+)))
9025
9026 (define-public emacs-adaptive-wrap
9027 (package
9028 (name "emacs-adaptive-wrap")
9029 (version "0.5.1")
9030 (source (origin
9031 (method url-fetch)
9032 (uri (string-append
9033 "https://elpa.gnu.org/packages/adaptive-wrap-"
9034 version ".el"))
9035 (sha256
9036 (base32
9037 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
9038 (build-system emacs-build-system)
9039 (home-page "https://elpa.gnu.org/packages/adaptive-wrap.html")
9040 (synopsis "Smart line-wrapping with wrap-prefix")
9041 (description
9042 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
9043 minor mode which sets the wrap-prefix property on the fly so that
9044 single-long-line paragraphs get word-wrapped in a way similar to what
9045 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
9046 actually changing the buffer's text.")
9047 (license license:gpl3+)))
9048
9049 (define-public emacs-diff-hl
9050 (package
9051 (name "emacs-diff-hl")
9052 (version "1.8.7")
9053 (source
9054 (origin
9055 (method git-fetch)
9056 (uri (git-reference
9057 (url "https://github.com/dgutov/diff-hl")
9058 (commit version)))
9059 (file-name (git-file-name name version))
9060 (sha256
9061 (base32 "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"))))
9062 (build-system emacs-build-system)
9063 (home-page "https://github.com/dgutov/diff-hl")
9064 (synopsis
9065 "Highlight uncommitted changes using VC")
9066 (description
9067 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
9068 window (using the fringe, by default), allows you to jump between
9069 the hunks and revert them selectively.")
9070 (license license:gpl3+)))
9071
9072 (define-public emacs-diminish
9073 (package
9074 (name "emacs-diminish")
9075 (version "0.45")
9076 (source
9077 (origin
9078 (method git-fetch)
9079 (uri (git-reference
9080 (url "https://github.com/myrjola/diminish.el.git")
9081 (commit (string-append "v" version))))
9082 (file-name (git-file-name name version))
9083 (sha256
9084 (base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
9085 (build-system emacs-build-system)
9086 (home-page "https://github.com/myrjola/diminish.el")
9087 (synopsis "Diminish minor modes with no modeline display")
9088 (description "@code{emacs-diminish} implements hiding or
9089 abbreviation of the mode line displays (lighters) of minor modes.")
9090 (license license:gpl2+)))
9091
9092 (define-public emacs-use-package
9093 (package
9094 (name "emacs-use-package")
9095 (version "2.4")
9096 (source (origin
9097 (method git-fetch)
9098 (uri (git-reference
9099 (url "https://github.com/jwiegley/use-package")
9100 (commit version)))
9101 (file-name (git-file-name name version))
9102 (sha256
9103 (base32
9104 "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
9105 (build-system emacs-build-system)
9106 (propagated-inputs
9107 `(("emacs-diminish" ,emacs-diminish)))
9108 (arguments
9109 `(#:tests? #t
9110 #:test-command '("emacs" "--batch"
9111 "-l" "use-package-tests.el"
9112 "-f" "ert-run-tests-batch-and-exit")))
9113 (home-page "https://github.com/jwiegley/use-package")
9114 (synopsis "Declaration for simplifying your .emacs")
9115 (description "The use-package macro allows you to isolate package
9116 configuration in your @file{.emacs} file in a way that is both
9117 performance-oriented and tidy.")
9118 (license license:gpl2+)))
9119
9120 (define-public emacs-leaf
9121 (package
9122 (name "emacs-leaf")
9123 (version "3.5.0")
9124 (source
9125 (origin
9126 (method git-fetch)
9127 (uri (git-reference
9128 (url "https://github.com/conao3/leaf.el.git")
9129 (commit (string-append "v" version))))
9130 (file-name (git-file-name name version))
9131 (sha256
9132 (base32
9133 "1rgd59146wad92yc64las0qgx67k2ifgsw1vwhp40xvkd7kb0r6d"))))
9134 (build-system emacs-build-system)
9135 (home-page "https://github.com/conao3/leaf.el")
9136 (arguments
9137 `(#:tests? #t
9138 #:test-command '("emacs" "--batch"
9139 "-l" "leaf-tests.el"
9140 "-f" "cort-test-run")))
9141 (synopsis
9142 "Simplify your init.el configuration, extended use-package")
9143 (description
9144 "This package provides macros that allows you to declaratively configure
9145 settings typical of an Elisp package with various keywords. The syntax is
9146 similar, but not identical to use-package -- overall, leaf aims at a cleaner
9147 and more predictable implementation.")
9148 (license license:agpl3+)))
9149
9150 (define-public emacs-strace-mode
9151 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
9152 (revision "1"))
9153 (package
9154 (name "emacs-strace-mode")
9155 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
9156 (source (origin
9157 (method git-fetch)
9158 (uri (git-reference
9159 (url "https://github.com/pkmoore/strace-mode")
9160 (commit commit)))
9161 (file-name (git-file-name name version))
9162 (sha256
9163 (base32
9164 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
9165 (build-system emacs-build-system)
9166 (home-page "https://github.com/pkmoore/strace-mode")
9167 (synopsis "Emacs major mode to highlight strace outputs")
9168 (description "@code{emacs-strace-mode} provides an Emacs major mode
9169 highlighting strace outputs.")
9170 (license license:gpl3+))))
9171
9172 (define-public emacs-default-encrypt
9173 (package
9174 (name "emacs-default-encrypt")
9175 (version "4.4")
9176 (source
9177 (origin
9178 (method url-fetch)
9179 (uri (string-append
9180 "https://informationelle-selbstbestimmung-im-internet.de"
9181 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
9182 (file-name (string-append "jl-encrypt-" version ".el"))
9183 (sha256
9184 (base32
9185 "0w9ggz075j1zwg7d0rv9k8238g600p7czfnnsnawswi7yps2xk78"))))
9186 (build-system emacs-build-system)
9187 (home-page
9188 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
9189 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
9190 (description
9191 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
9192 automatically encrypts messages that you send (e.g., email) when public keys
9193 for all recipients are available, and it protects you from accidentally
9194 sending un-encrypted messages. It can also be configured to automatically
9195 sign messages that you send. For details and instructions on how to use
9196 DefaultEncrypt, please refer to the home page or read the comments in the
9197 source file, @file{jl-encrypt.el}.")
9198 (license license:gpl3+)))
9199
9200 (define-public emacs-extend-smime
9201 (package
9202 (name "emacs-extend-smime")
9203 (version "3.3")
9204 (source
9205 (origin
9206 (method url-fetch)
9207 (uri (string-append
9208 "https://informationelle-selbstbestimmung-im-internet.de"
9209 "/emacs/jl-smime" version "/jl-smime.el"))
9210 (file-name (string-append "jl-smime-" version ".el"))
9211 (sha256
9212 (base32
9213 "1iv8s2wjmv3v5qfwlcy9hvvrmxxvp3f8m1krlr789q7bbh35jynh"))))
9214 (build-system emacs-build-system)
9215 (home-page
9216 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
9217 (synopsis "Improved S/MIME support for Gnus in Emacs")
9218 (propagated-inputs
9219 `(("emacs-default-encrypt" ,emacs-default-encrypt)))
9220 (description
9221 ;; TRANSLATORS: ExtendSMIME, DefaultEncrypt, and emacs-default-encrypt
9222 ;; should not be translated. The name "emacs-default-encrypt" refers to
9223 ;; the Guix package that provides DefaultEncrypt.
9224 "ExtendSMIME is designed to be used with Gnus in Emacs. It enhances
9225 DefaultEncrypt (emacs-default-encrypt) to support S/MIME (Secure/Multipurpose
9226 Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol).
9227 Before a message (e.g., email) is sent, ExtendSMIME searches for missing
9228 certificates via LDAP and imports them into @code{gpgsm}. When certificates
9229 for all recipients are available, DefaultEncrypt automatically encrypts the
9230 message. For details and instructions on how to use ExtendSMIME, please refer
9231 to the home page or read the comments in the source file,
9232 @file{jl-smime.el}.")
9233 (license license:gpl3+)))
9234
9235 (define-public emacs-htmlize
9236 (package
9237 (name "emacs-htmlize")
9238 (version "1.55")
9239 (source
9240 (origin
9241 (method git-fetch)
9242 (uri (git-reference
9243 (url "https://github.com/hniksic/emacs-htmlize.git")
9244 (commit (string-append "release/" version))))
9245 (file-name (git-file-name name version))
9246 (sha256
9247 (base32 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
9248 (build-system emacs-build-system)
9249 (home-page "https://github.com/hniksic/emacs-htmlize")
9250 (synopsis "Convert buffer text and decorations to HTML")
9251 (description "@code{emacs-htmlize} converts the buffer text and
9252 the associated decorations to HTML. Output to CSS, inline CSS and
9253 fonts is supported.")
9254 (license license:gpl2+)))
9255
9256 (define-public emacs-xmlgen
9257 (package
9258 (name "emacs-xmlgen")
9259 (version "0.5")
9260 (source
9261 (origin
9262 (method git-fetch)
9263 (uri (git-reference
9264 (url "https://github.com/philjackson/xmlgen.git")
9265 (commit version)))
9266 (file-name (git-file-name name version))
9267 (sha256
9268 (base32 "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"))))
9269 (build-system emacs-build-system)
9270 (arguments
9271 `(#:tests? #t
9272 #:test-command '("emacs" "--batch"
9273 "-l" "xmlgen-test.el"
9274 "-f" "ert-run-tests-batch-and-exit")))
9275 (home-page "https://github.com/philjackson/xmlgen")
9276 (synopsis "S-expression to XML domain specific language (DSL) in
9277 Emacs Lisp")
9278 (description "@code{emacs-xmlgen} provides S-expression to XML
9279 conversion for Emacs Lisp.")
9280 (license license:gpl2+)))
9281
9282 (define-public emacs-cdlatex
9283 (package
9284 (name "emacs-cdlatex")
9285 (version "4.7")
9286 (source
9287 (origin
9288 (method git-fetch)
9289 (uri (git-reference
9290 (url "https://github.com/cdominik/cdlatex.git")
9291 (commit version)))
9292 (file-name (git-file-name name version))
9293 (sha256
9294 (base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
9295 (build-system emacs-build-system)
9296 (propagated-inputs
9297 `(("emacs-auctex" ,emacs-auctex)))
9298 (home-page "https://github.com/cdominik/cdlatex")
9299 (synopsis "Fast Emacs input methods for LaTeX environments and
9300 math")
9301 (description "CDLaTeX is an Emacs minor mode supporting fast
9302 insertion of environment templates and math in LaTeX. Similar
9303 commands are also offered as part of the AUCTeX package, but it is not
9304 the same - CDLaTeX focuses on speediness for inserting LaTeX
9305 constructs.")
9306 (license license:gpl3+)))
9307
9308 (define-public emacs-cnfonts
9309 (package
9310 (name "emacs-cnfonts")
9311 (version "0.9.1")
9312 (source
9313 (origin
9314 (method git-fetch)
9315 (uri (git-reference
9316 (url "https://github.com/tumashu/cnfonts.git")
9317 (commit (string-append "v" version))))
9318 (file-name (git-file-name name version))
9319 (sha256
9320 (base32 "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"))))
9321 (build-system emacs-build-system)
9322 (home-page "https://github.com/tumashu/cnfonts")
9323 (synopsis "Emacs Chinese fonts setup tool")
9324 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
9325 configuration of Chinese fonts.")
9326 (license license:gpl2+)))
9327
9328 (define-public emacs-php-mode
9329 (package
9330 (name "emacs-php-mode")
9331 (version "1.22.2")
9332 (source (origin
9333 (method git-fetch)
9334 (uri (git-reference
9335 (url "https://github.com/ejmr/php-mode.git")
9336 (commit (string-append "v" version))))
9337 (file-name (git-file-name name version))
9338 (sha256
9339 (base32
9340 "1r4bpyavlndd4c78cv5cc97bc0gkd4cggiyz4kd2vg6zlyc1nld3"))))
9341 (build-system emacs-build-system)
9342 (home-page "https://github.com/ejmr/php-mode")
9343 (synopsis "Major mode for editing PHP code")
9344 (description "@code{php-mode} is a major mode for editing PHP source
9345 code. It's an extension of C mode; thus it inherits all C mode's navigation
9346 functionality. But it colors according to the PHP grammar and indents
9347 according to the PEAR coding guidelines. It also includes a couple handy
9348 IDE-type features such as documentation search and a source and class
9349 browser.")
9350 (license license:gpl3+)))
9351
9352 (define-public emacs-pos-tip
9353 (package
9354 (name "emacs-pos-tip")
9355 (version "0.4.6")
9356 (source
9357 (origin
9358 (method git-fetch)
9359 (uri (git-reference
9360 (url "https://github.com/pitkali/pos-tip.git")
9361 (commit version)))
9362 (file-name (git-file-name name version))
9363 (sha256
9364 (base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
9365 (build-system emacs-build-system)
9366 ;; The following functions and variables needed by emacs-pos-tip are
9367 ;; not included in emacs-minimal:
9368 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
9369 (arguments `(#:emacs ,emacs))
9370 (home-page "https://github.com/pitkali/pos-tip")
9371 (synopsis "Show tooltip at point")
9372 (description "The standard library tooltip.el provides a function for
9373 displaying a tooltip at the mouse position. However, locating a tooltip at an
9374 arbitrary buffer position in a window is not easy. Pos-tip provides such a
9375 function to be used by other frontend programs.")
9376 (license license:gpl2+)))
9377
9378 (define-public emacs-pyim-basedict
9379 (package
9380 (name "emacs-pyim-basedict")
9381 (version "0.3.1")
9382 (source
9383 (origin
9384 (method git-fetch)
9385 (uri (git-reference
9386 (url "https://github.com/tumashu/pyim-basedict.git")
9387 (commit (string-append "v" version))))
9388 (file-name (git-file-name name version))
9389 (sha256
9390 (base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"))))
9391 (build-system emacs-build-system)
9392 (home-page "https://github.com/tumashu/pyim-basedict")
9393 (synopsis "Input method dictionary of pyim")
9394 (description "Pyim-basedict is the default pinyin input method dictionary,
9395 containing words from the rime project.")
9396 (license license:gpl2+)))
9397
9398 (define-public emacs-pyim
9399 (package
9400 (name "emacs-pyim")
9401 (version "1.8")
9402 (source
9403 (origin
9404 (method git-fetch)
9405 (uri (git-reference
9406 (url "https://github.com/tumashu/pyim")
9407 (commit (string-append "v" version))))
9408 (file-name (git-file-name name version))
9409 (sha256
9410 (base32
9411 "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
9412 (build-system emacs-build-system)
9413 (propagated-inputs
9414 `(("emacs-async" ,emacs-async)
9415 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
9416 ("emacs-popup" ,emacs-popup)
9417 ("emacs-posframe" ,emacs-posframe)))
9418 (home-page "https://github.com/tumashu/pyim")
9419 (synopsis "Chinese input method")
9420 (description "Chinese input method which supports quanpin, shuangpin, wubi
9421 and cangjie.")
9422 (license license:gpl2+)))
9423
9424 (define-public emacs-posframe
9425 (package
9426 (name "emacs-posframe")
9427 (version "0.5.0")
9428 (source
9429 (origin
9430 (method git-fetch)
9431 (uri (git-reference
9432 (url "https://github.com/tumashu/posframe")
9433 (commit (string-append "v" version))))
9434 (file-name (git-file-name name version))
9435 (sha256
9436 (base32
9437 "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
9438 (build-system emacs-build-system)
9439 ;; emacs-minimal does not include the function font-info
9440 (arguments `(#:emacs ,emacs))
9441 (home-page "https://github.com/tumashu/posframe")
9442 (synopsis "Pop a posframe (a child frame) at point")
9443 (description "@code{emacs-posframe} can pop a posframe at point. A
9444 posframe is a child frame displayed within its root window's buffer.
9445 @code{emacs-posframe} is fast and works well with CJK languages.")
9446 (license license:gpl3+)))
9447
9448 (define-public emacs-el2org
9449 (package
9450 (name "emacs-el2org")
9451 (version "0.6.0")
9452 (source
9453 (origin
9454 (method git-fetch)
9455 (uri (git-reference
9456 (url "https://github.com/tumashu/el2org.git")
9457 (commit (string-append "v" version))))
9458 (file-name (git-file-name name version))
9459 (sha256
9460 (base32 "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"))))
9461 (build-system emacs-build-system)
9462 (home-page "https://github.com/tumashu/el2org")
9463 (synopsis "Convert Emacs-lisp file to org file")
9464 (description "El2org is a simple tool, which can convert Emacs-lisp file
9465 to org file, you can use this tool to write orgify commentary.")
9466 (license license:gpl2+)))
9467
9468 (define-public emacs-mustache
9469 (package
9470 (name "emacs-mustache")
9471 (version "0.23")
9472 (source
9473 (origin
9474 (method git-fetch)
9475 (uri (git-reference
9476 (url "https://github.com/Wilfred/mustache.el.git")
9477 (commit version)))
9478 (file-name (git-file-name name version))
9479 (sha256
9480 (base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
9481 (build-system emacs-build-system)
9482 (propagated-inputs
9483 `(("emacs-dash" ,emacs-dash)
9484 ("emacs-ht" ,emacs-ht)
9485 ("emacs-s" ,emacs-s)))
9486 (home-page "https://github.com/Wilfred/mustache.el")
9487 (synopsis "Mustache templating library for Emacs")
9488 (description "Mustache templating library for Emacs, mustache is
9489 a simple web template system, which is described as a logic-less system
9490 because it lacks any explicit control flow statements, both looping and
9491 conditional evaluation can be achieved using section tags processing lists
9492 and lambdas.")
9493 (license license:gpl3+)))
9494
9495 (define-public emacs-org2web
9496 (package
9497 (name "emacs-org2web")
9498 (version "0.9.1")
9499 (source
9500 (origin
9501 (method git-fetch)
9502 (uri (git-reference
9503 (url "https://github.com/tumashu/org2web.git")
9504 (commit (string-append "v" version))))
9505 (file-name (git-file-name name version))
9506 (sha256
9507 (base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"))))
9508 (build-system emacs-build-system)
9509 (propagated-inputs
9510 `(("emacs-dash" ,emacs-dash)
9511 ("emacs-el2org" ,emacs-el2org)
9512 ("emacs-ht" ,emacs-ht)
9513 ("emacs-mustache" ,emacs-mustache)
9514 ("emacs-simple-httpd" ,emacs-simple-httpd)))
9515 (home-page "https://github.com/tumashu/org2web")
9516 (synopsis "Static site generator based on org-mode ")
9517 (description "Org2web is a static site generator based on org-mode,
9518 which code derived from Kelvin H's org-page.")
9519 (license license:gpl2+)))
9520
9521 (define-public emacs-xelb
9522 (package
9523 (name "emacs-xelb")
9524 (version "0.18")
9525 (source (origin
9526 (method url-fetch)
9527 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
9528 version ".tar"))
9529 (sha256
9530 (base32
9531 "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7"))))
9532 (build-system emacs-build-system)
9533 ;; The following functions and variables needed by emacs-xelb are
9534 ;; not included in emacs-minimal:
9535 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
9536 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
9537 ;; x-display-pixel-width, x-display-pixel-height
9538 (arguments
9539 `(#:emacs ,emacs
9540 #:phases
9541 (modify-phases %standard-phases
9542 (add-after 'unpack 'regenerate-el-files
9543 (lambda* (#:key inputs #:allow-other-keys)
9544 (invoke "make"
9545 (string-append "PROTO_PATH="
9546 (assoc-ref inputs "xcb-proto")
9547 "/share/xcb")
9548 (string-append "EMACS_BIN="
9549 (assoc-ref inputs "emacs")
9550 "/bin/emacs -Q")))))))
9551 (native-inputs `(("xcb-proto" ,xcb-proto)))
9552 (home-page "https://github.com/ch11ng/xelb")
9553 (synopsis "X protocol Emacs Lisp binding")
9554 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
9555 X11 protocol based on the XML description files from the XCB project. It
9556 features an object-oriented API and permits a certain degree of concurrency.
9557 It should enable you to implement low-level X11 applications.")
9558 (license license:gpl3+)))
9559
9560 (define-public emacs-exwm
9561 (package
9562 (name "emacs-exwm")
9563 (version "0.23")
9564 (synopsis "Emacs X window manager")
9565 (source (origin
9566 (method url-fetch)
9567 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
9568 version ".tar"))
9569 (sha256
9570 (base32
9571 "05w1v3wrp1lzz20zd9lcvr5nhk809kgy6svvkbs15xhnr6x55ad5"))))
9572 (build-system emacs-build-system)
9573 (propagated-inputs
9574 `(("emacs-xelb" ,emacs-xelb)))
9575 (inputs
9576 `(("xhost" ,xhost)
9577 ("dbus" ,dbus)))
9578 ;; The following functions and variables needed by emacs-exwm are
9579 ;; not included in emacs-minimal:
9580 ;; scroll-bar-mode, fringe-mode
9581 ;; x-display-pixel-width, x-display-pixel-height
9582 (arguments
9583 `(#:emacs ,emacs
9584 #:phases
9585 (modify-phases %standard-phases
9586 (add-after 'build 'install-xsession
9587 (lambda* (#:key inputs outputs #:allow-other-keys)
9588 (let* ((out (assoc-ref outputs "out"))
9589 (xsessions (string-append out "/share/xsessions"))
9590 (bin (string-append out "/bin"))
9591 (exwm-executable (string-append bin "/exwm")))
9592 ;; Add a .desktop file to xsessions
9593 (mkdir-p xsessions)
9594 (mkdir-p bin)
9595 (with-output-to-file
9596 (string-append xsessions "/exwm.desktop")
9597 (lambda _
9598 (format #t "[Desktop Entry]~@
9599 Name=~a~@
9600 Comment=~a~@
9601 Exec=~a~@
9602 TryExec=~:*~a~@
9603 Type=Application~%" ,name ,synopsis exwm-executable)))
9604 ;; Add a shell wrapper to bin
9605 (with-output-to-file exwm-executable
9606 (lambda _
9607 (format #t "#!~a ~@
9608 ~a +SI:localuser:$USER ~@
9609 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
9610 (string-append (assoc-ref inputs "bash") "/bin/sh")
9611 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
9612 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
9613 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
9614 '(cond
9615 ((file-exists-p "~/.exwm")
9616 (load-file "~/.exwm"))
9617 ((not (featurep 'exwm))
9618 (require 'exwm)
9619 (require 'exwm-config)
9620 (exwm-config-default)
9621 (message (concat "exwm configuration not found. "
9622 "Falling back to default configuration...")))))))
9623 (chmod exwm-executable #o555)
9624 #t))))))
9625 (home-page "https://github.com/ch11ng/exwm")
9626 (description "EXWM is a full-featured tiling X window manager for Emacs
9627 built on top of XELB.")
9628 (license license:gpl3+)))
9629
9630 (define-public emacs-switch-window
9631 (package
9632 (name "emacs-switch-window")
9633 (version "1.6.2")
9634 (source
9635 (origin
9636 (method git-fetch)
9637 (uri (git-reference
9638 (url "https://github.com/dimitri/switch-window")
9639 (commit (string-append "v" version))))
9640 (file-name (git-file-name name version))
9641 (sha256
9642 (base32
9643 "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
9644 (build-system emacs-build-system)
9645 (home-page "https://github.com/dimitri/switch-window")
9646 (synopsis "Emacs window switch tool")
9647 (description "Switch-window is an emacs window switch tool, which
9648 offer a visual way to choose a window to switch to, delete, split or
9649 other operations.")
9650 (license license:wtfpl2)))
9651
9652 (define-public emacs-exwm-x
9653 (package
9654 (name "emacs-exwm-x")
9655 (version "1.9.0")
9656 (synopsis "Derivative window manager based on EXWM")
9657 (source
9658 (origin
9659 (method git-fetch)
9660 (uri (git-reference
9661 (url "https://github.com/tumashu/exwm-x")
9662 (commit (string-append "v" version))))
9663 (file-name (git-file-name name version))
9664 (sha256
9665 (base32
9666 "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
9667 (build-system emacs-build-system)
9668 (propagated-inputs
9669 `(("emacs-exwm" ,emacs-exwm)
9670 ("emacs-switch-window" ,emacs-switch-window)
9671 ("emacs-ivy" ,emacs-ivy)
9672 ("emacs-use-package" ,emacs-use-package)))
9673 (inputs
9674 `(("xhost" ,xhost)
9675 ("dbus" ,dbus)))
9676 ;; Need emacs instead of emacs-minimal,
9677 ;; for emacs's bin path will be inserted into bin/exwm-x file.
9678 (arguments
9679 `(#:emacs ,emacs
9680 #:phases
9681 (modify-phases %standard-phases
9682 (add-after 'build 'install-xsession
9683 (lambda* (#:key inputs outputs #:allow-other-keys)
9684 (let* ((out (assoc-ref outputs "out"))
9685 (xsessions (string-append out "/share/xsessions"))
9686 (bin (string-append out "/bin"))
9687 (exwm-executable (string-append bin "/exwm-x")))
9688 ;; Add a .desktop file to xsessions
9689 (mkdir-p xsessions)
9690 (mkdir-p bin)
9691 (with-output-to-file
9692 (string-append xsessions "/exwm-x.desktop")
9693 (lambda _
9694 (format #t "[Desktop Entry]~@
9695 Name=~a~@
9696 Comment=~a~@
9697 Exec=~a~@
9698 TryExec=~@*~a~@
9699 Type=Application~%" ,name ,synopsis exwm-executable)))
9700 ;; Add a shell wrapper to bin
9701 (with-output-to-file exwm-executable
9702 (lambda _
9703 (format #t "#!~a ~@
9704 ~a +SI:localuser:$USER ~@
9705 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
9706 (string-append (assoc-ref inputs "bash") "/bin/sh")
9707 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
9708 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
9709 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
9710 '(require 'exwmx-loader))))
9711 (chmod exwm-executable #o555)
9712 #t))))))
9713 (home-page "https://github.com/tumashu/exwm-x")
9714 (description "EXWM-X is a derivative window manager based on EXWM, with focus
9715 on mouse-control.")
9716 (license license:gpl3+)))
9717
9718 (define-public emacs-gnugo
9719 (package
9720 (name "emacs-gnugo")
9721 (version "3.1.0")
9722 (source
9723 (origin
9724 (method url-fetch)
9725 (uri (string-append "https://elpa.gnu.org/packages/gnugo-"
9726 version ".tar"))
9727 (sha256
9728 (base32
9729 "0xpjvs250gg71qwapdsb1hlc61gs0gpkjds01srf784fvyxx2gf1"))))
9730 (build-system emacs-build-system)
9731 (arguments
9732 `(#:phases (modify-phases %standard-phases
9733 (add-after 'unpack 'configure-default-gnugo-xpms-variable
9734 (lambda _
9735 (substitute* "gnugo.el"
9736 (("defvar gnugo-xpms nil")
9737 "defvar gnugo-xpms #'gnugo-imgen-create-xpms"))
9738 #t)))))
9739 (propagated-inputs
9740 `(("emacs-ascii-art-to-unicode" ,emacs-ascii-art-to-unicode)
9741 ("emacs-xpm" ,emacs-xpm)))
9742 (home-page "https://elpa.gnu.org/packages/gnugo.html")
9743 (synopsis "Emacs major mode for playing GNU Go")
9744 (description "This package provides an Emacs based interface for GNU Go.
9745 It has a graphical mode where the board and stones are drawn using XPM images
9746 and supports the use of a mouse.")
9747 (license license:gpl3+)))
9748
9749 (define-public emacs-gnuplot
9750 (package
9751 (name "emacs-gnuplot")
9752 (version "0.7.0")
9753 (source
9754 (origin
9755 (method git-fetch)
9756 (uri (git-reference
9757 (url "https://github.com/bruceravel/gnuplot-mode.git")
9758 (commit version)))
9759 (file-name (git-file-name name version))
9760 (sha256
9761 (base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
9762 (build-system gnu-build-system)
9763 (native-inputs `(("emacs" ,emacs-minimal)))
9764 (arguments
9765 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
9766 "/gnuplot-" version)))
9767 `(#:modules ((guix build gnu-build-system)
9768 (guix build utils)
9769 (guix build emacs-utils))
9770 #:imported-modules (,@%gnu-build-system-modules
9771 (guix build emacs-utils))
9772 #:configure-flags
9773 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
9774 "/bin/emacs")
9775 (string-append "--with-lispdir=" %output ,elisp-dir))
9776 #:phases
9777 (modify-phases %standard-phases
9778 (add-after 'install 'generate-autoloads
9779 (lambda* (#:key outputs #:allow-other-keys)
9780 (emacs-generate-autoloads
9781 "gnuplot"
9782 (string-append (assoc-ref outputs "out") ,elisp-dir))
9783 #t))))))
9784 (home-page "https://github.com/bruceravel/gnuplot-mode")
9785 (synopsis "Emacs major mode for interacting with gnuplot")
9786 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
9787 with gnuplot.")
9788 (license license:gpl2+)))
9789
9790 (define-public emacs-transpose-frame
9791 (package
9792 (name "emacs-transpose-frame")
9793 (version "0.1.0")
9794 (source
9795 (origin
9796 (method url-fetch)
9797 (uri "https://www.emacswiki.org/emacs/download/transpose-frame.el")
9798 (file-name (string-append "transpose-frame-" version ".el"))
9799 (sha256
9800 (base32
9801 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
9802 (build-system emacs-build-system)
9803 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
9804 (synopsis "Transpose window arrangement in current frame")
9805 (description "@code{emacs-transpose-frame} provides some interactive
9806 functions which allows users to transpose windows arrangement in currently
9807 selected frame.")
9808 (license license:bsd-2)))
9809
9810 (define-public emacs-key-chord
9811 (package
9812 (name "emacs-key-chord")
9813 (version "0.6")
9814 (source
9815 (origin
9816 (method url-fetch)
9817 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
9818 (file-name (string-append "key-chord-" version ".el"))
9819 (sha256
9820 (base32
9821 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
9822 (build-system emacs-build-system)
9823 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
9824 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
9825 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
9826 mode for binding key chords to commands. A key chord is defined as two keys
9827 pressed simultaneously or a single key quickly pressed twice.")
9828 (license license:gpl2+)))
9829
9830 (define-public emacs-evil-surround
9831 (package
9832 (name "emacs-evil-surround")
9833 (version "1.0.4")
9834 (source
9835 (origin
9836 (method git-fetch)
9837 (uri (git-reference
9838 (url "https://github.com/emacs-evil/evil-surround")
9839 (commit version)))
9840 (file-name (git-file-name name version))
9841 (sha256
9842 (base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
9843 (build-system emacs-build-system)
9844 (propagated-inputs
9845 `(("emacs-evil" ,emacs-evil)))
9846 (arguments
9847 `(#:tests? #t
9848 #:test-command '("make" "test")))
9849 (home-page "https://github.com/emacs-evil/evil-surround")
9850 (synopsis "Easily modify surrounding parentheses and quotes")
9851 (description "@code{emacs-evil-surround} allows easy deletion, change and
9852 addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
9853 (license license:gpl3+)))
9854
9855 (define-public emacs-evil-commentary
9856 (package
9857 (name "emacs-evil-commentary")
9858 (version "2.1.1")
9859 (source
9860 (origin
9861 (method git-fetch)
9862 (uri (git-reference
9863 (url "https://github.com/linktohack/evil-commentary.git")
9864 (commit (string-append "v" version))))
9865 (file-name (git-file-name name version))
9866 (sha256
9867 (base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"))))
9868 (build-system emacs-build-system)
9869 (propagated-inputs
9870 `(("emacs-evil" ,emacs-evil)))
9871 (home-page "https://github.com/linktohack/evil-commentary")
9872 (synopsis "Comment out code in evil mode")
9873 (description "@code{emacs-evil-commentary} adds keybindings to easily
9874 comment out lines of code in evil mode. It provides @code{gcc} to comment out
9875 lines, and @code{gc} to comment out the target of a motion.")
9876 (license license:gpl3+)))
9877
9878 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
9879 ;; therefore cannot be run
9880 (define-public emacs-ansi
9881 (package
9882 (name "emacs-ansi")
9883 (version "0.4.1")
9884 (source
9885 (origin
9886 (method git-fetch)
9887 (uri (git-reference
9888 (url "https://github.com/rejeep/ansi.el.git")
9889 (commit (string-append "v" version))))
9890 (file-name (git-file-name name version))
9891 (sha256
9892 (base32 "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"))))
9893 (build-system emacs-build-system)
9894 (propagated-inputs
9895 `(("emacs-dash" ,emacs-dash)
9896 ("emacs-s" ,emacs-s)))
9897 (home-page "https://github.com/rejeep/ansi.el")
9898 (synopsis "Convert strings to ANSI")
9899 (description "@code{emacs-ansi} defines functions that turns simple
9900 strings to ANSI strings. Turning a string into an ANSI string can be to add
9901 color to a text, add color in the background of a text or adding a style, such
9902 as bold, underscore or italic.")
9903 (license license:gpl3+)))
9904
9905 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
9906 ;; therefore cannot be run
9907 (define-public emacs-commander
9908 (package
9909 (name "emacs-commander")
9910 (version "0.7.0")
9911 (source
9912 (origin
9913 (method git-fetch)
9914 (uri (git-reference
9915 (url "https://github.com/rejeep/commander.el.git")
9916 (commit (string-append "v" version))))
9917 (file-name (git-file-name name version))
9918 (sha256
9919 (base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
9920 (build-system emacs-build-system)
9921 (propagated-inputs
9922 `(("emacs-dash" ,emacs-dash)
9923 ("emacs-f" ,emacs-f)
9924 ("emacs-s" ,emacs-s)))
9925 (home-page "https://github.com/rejeep/commander.el")
9926 (synopsis "Emacs command line parser")
9927 (description "@code{emacs-commander} provides command line parsing for
9928 Emacs.")
9929 (license license:gpl3+)))
9930
9931 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
9932 ;; cannot be run
9933 (define-public emacs-ert-runner
9934 (let ((version "0.7.0")
9935 (revision "1")
9936 (commit "90b8fdd5970ef76a4649be60003b37f82cdc1a65"))
9937 (package
9938 (name "emacs-ert-runner")
9939 (version (git-version "0.7.0" revision commit))
9940 (source
9941 (origin
9942 (method git-fetch)
9943 (uri (git-reference
9944 (url "https://github.com/rejeep/ert-runner.el.git")
9945 (commit commit)))
9946 (file-name (git-file-name name version))
9947 (sha256
9948 (base32
9949 "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"))))
9950 (build-system emacs-build-system)
9951 (inputs
9952 `(("emacs-ansi" ,emacs-ansi)
9953 ("emacs-commander" ,emacs-commander)
9954 ("emacs-dash" ,emacs-dash)
9955 ("emacs-f" ,emacs-f)
9956 ("emacs-s" ,emacs-s)
9957 ("emacs-shut-up" ,emacs-shut-up)))
9958 (arguments
9959 `(#:phases
9960 (modify-phases %standard-phases
9961 (add-after 'install 'install-executable
9962 (lambda* (#:key inputs outputs #:allow-other-keys)
9963 (let ((out (assoc-ref outputs "out"))
9964 (source-directory (string-append
9965 (getenv "TMPDIR") "/source")))
9966 (substitute* "bin/ert-runner"
9967 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
9968 (string-append "ERT_RUNNER=\"" out
9969 "/share/emacs/site-lisp")))
9970 (install-file "bin/ert-runner" (string-append out "/bin"))
9971 (wrap-program (string-append out "/bin/ert-runner")
9972 (list "EMACSLOADPATH" ":" 'prefix
9973 ;; Do not capture the transient source directory in
9974 ;; the wrapper.
9975 (delete source-directory
9976 (string-split (getenv "EMACSLOADPATH") #\:))))
9977 #t))))
9978 #:include (cons* "^reporters/.*\\.el$" %default-include)))
9979 (home-page "https://github.com/rejeep/ert-runner.el")
9980 (synopsis "Opinionated Ert testing workflow")
9981 (description "@code{ert-runner} is a tool for Emacs projects tested
9982 using ERT. It assumes a certain test structure setup and can therefore make
9983 running tests easier.")
9984 (license license:gpl3+))))
9985
9986 (define-public ert-runner
9987 (deprecated-package "ert-runner" emacs-ert-runner))
9988
9989 (define-public emacs-xtest
9990 (package
9991 (name "emacs-xtest")
9992 (version "1.1.0")
9993 (source (origin
9994 (method git-fetch)
9995 (uri (git-reference
9996 (url "https://github.com/promethial/xtest.git")
9997 (commit (string-append "v" version))))
9998 (file-name (git-file-name name version))
9999 (sha256
10000 (base32
10001 "1wqx6hlqcmqiljydih5fx89dw06g8w728pyn4iqsap8jwgjngb09"))))
10002 (arguments
10003 `(#:exclude '()))
10004 (build-system emacs-build-system)
10005 (home-page "https://github.com/promethial/xtest/")
10006 (synopsis "Simple testing with Emacs")
10007 (description "This package provides a simple testing library for Emacs.")
10008 (license license:gpl3+)))
10009
10010 (define-public emacs-disable-mouse
10011 (package
10012 (name "emacs-disable-mouse")
10013 (version "0.2")
10014 (source
10015 (origin
10016 (method git-fetch)
10017 (uri (git-reference
10018 (url "https://github.com/purcell/disable-mouse.git")
10019 (commit version)))
10020 (file-name (git-file-name name version))
10021 (sha256
10022 (base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
10023 (build-system emacs-build-system)
10024 (home-page "https://github.com/purcell/disable-mouse")
10025 (synopsis "Disable mouse commands globally")
10026 (description
10027 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
10028 pair of minor modes which suppress all mouse events by intercepting them and
10029 running a customisable handler command (@code{ignore} by default). ")
10030 (license license:gpl3+)))
10031
10032 (define-public emacs-json-reformat
10033 (package
10034 (name "emacs-json-reformat")
10035 (version "0.0.6")
10036 (source
10037 (origin
10038 (method git-fetch)
10039 (uri (git-reference
10040 (url "https://github.com/gongo/json-reformat.git")
10041 (commit version)))
10042 (file-name (git-file-name name version))
10043 (sha256
10044 (base32 "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs"))
10045 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
10046 (build-system emacs-build-system)
10047 (propagated-inputs
10048 `(("emacs-undercover" ,emacs-undercover)))
10049 (native-inputs
10050 `(("emacs-dash" ,emacs-dash)
10051 ("emacs-shut-up" ,emacs-shut-up)
10052 ("ert-runner" ,emacs-ert-runner)))
10053 (arguments
10054 `(#:tests? #t
10055 #:test-command '("ert-runner")
10056 #:phases
10057 (modify-phases %standard-phases
10058 (add-before 'check 'make-tests-writable
10059 (lambda _
10060 (for-each make-file-writable (find-files "test"))
10061 #t))
10062 (add-before 'check 'delete-json-objects-order-test
10063 (lambda _
10064 (emacs-batch-edit-file "test/json-reformat-test.el"
10065 `(progn (progn (goto-char (point-min))
10066 (re-search-forward
10067 "ert-deftest json-reformat-test:json-reformat-region")
10068 (beginning-of-line)
10069 (kill-sexp))
10070 (basic-save-buffer)))
10071 #t)))))
10072 (home-page "https://github.com/gongo/json-reformat")
10073 (synopsis "Reformatting tool for JSON")
10074 (description "@code{json-reformat} provides a reformatting tool for
10075 @url{http://json.org/, JSON}.")
10076 (license license:gpl3+)))
10077
10078 (define-public emacs-json-snatcher
10079 (package
10080 (name "emacs-json-snatcher")
10081 (version "1.0.0")
10082 (source
10083 (origin
10084 (method git-fetch)
10085 (uri (git-reference
10086 (url "https://github.com/Sterlingg/json-snatcher.git")
10087 (commit version)))
10088 (file-name (git-file-name name version))
10089 (sha256
10090 (base32 "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"))))
10091 (build-system emacs-build-system)
10092 (home-page "https://github.com/sterlingg/json-snatcher")
10093 (synopsis "Grabs the path to JSON values in a JSON file")
10094 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
10095 a @url{http://json.org/, JSON} file.")
10096 (license license:gpl3+)))
10097
10098 (define-public emacs-json-mode
10099 (package
10100 (name "emacs-json-mode")
10101 (version "1.7.0")
10102 (source
10103 (origin
10104 (method git-fetch)
10105 (uri (git-reference
10106 (url "https://github.com/joshwnj/json-mode.git")
10107 (commit (string-append "v" version))))
10108 (file-name (git-file-name name version))
10109 (sha256
10110 (base32 "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"))))
10111 (build-system emacs-build-system)
10112 (propagated-inputs
10113 `(("emacs-json-reformat" ,emacs-json-reformat)
10114 ("emacs-json-snatcher" ,emacs-json-snatcher)))
10115 (home-page "https://github.com/joshwnj/json-mode")
10116 (synopsis "Major mode for editing JSON files")
10117 (description "@code{json-mode} extends the builtin js-mode syntax
10118 highlighting.")
10119 (license license:gpl3+)))
10120
10121 (define-public emacs-restclient
10122 (let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
10123 (version "0")
10124 (revision "2")) ;Guix package revision,
10125 ;upstream doesn't have official releases
10126 (package
10127 (name "emacs-restclient")
10128 (version (git-version version revision commit))
10129 (source (origin
10130 (method git-fetch)
10131 (uri (git-reference
10132 (url "https://github.com/pashky/restclient.el.git")
10133 (commit commit)))
10134 (sha256
10135 (base32
10136 "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
10137 (file-name (git-file-name name version))))
10138 (build-system emacs-build-system)
10139 (propagated-inputs
10140 `(("emacs-helm" ,emacs-helm)))
10141 (home-page "https://github.com/pashky/restclient.el")
10142 (synopsis "Explore and test HTTP REST webservices")
10143 (description
10144 "This tool allows for testing and exploration of HTTP REST Web services
10145 from within Emacs. Restclient runs queries from a plan-text query sheet,
10146 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
10147 (license license:public-domain))))
10148
10149 (define-public emacs-whitespace-cleanup-mode
10150 (let ((commit "72427144b054b0238a86e1348c45d986b8830d9d")
10151 (revision "1"))
10152 (package
10153 (name "emacs-whitespace-cleanup-mode")
10154 (version (git-version "0.10" revision commit))
10155 (source (origin
10156 (method git-fetch)
10157 (uri (git-reference
10158 (url "https://github.com/purcell/whitespace-cleanup-mode")
10159 (commit commit)))
10160 (sha256
10161 (base32
10162 "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag"))
10163 (file-name (git-file-name name version))))
10164 (build-system emacs-build-system)
10165 (home-page "https://github.com/purcell/whitespace-cleanup-mode")
10166 (synopsis "Intelligently call @code{whitespace-cleanup} on save")
10167 (description
10168 "This package provides a minor mode that calls
10169 @code{whitespace-cleanup} before saving the current buffer only if the
10170 whitespace in the buffer was initially clean.")
10171 (license license:gpl3+))))
10172
10173 (define-public emacs-eimp
10174 (let ((version "1.4.0")
10175 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
10176 (revision "1"))
10177 (package
10178 (name "emacs-eimp")
10179 (version (git-version version revision commit))
10180 (source
10181 (origin
10182 (method git-fetch)
10183 (uri (git-reference
10184 (url "https://github.com/nicferrier/eimp.git")
10185 (commit commit)))
10186 (file-name (git-file-name name version))
10187 (sha256
10188 (base32
10189 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
10190 (build-system emacs-build-system)
10191 (arguments
10192 `(#:phases
10193 (modify-phases %standard-phases
10194 (add-after 'unpack 'configure
10195 (lambda* (#:key inputs #:allow-other-keys)
10196 (let ((imagemagick (assoc-ref inputs "imagemagick")))
10197 ;; eimp.el is read-only in git.
10198 (chmod "eimp.el" #o644)
10199 (emacs-substitute-variables "eimp.el"
10200 ("eimp-mogrify-program"
10201 (string-append imagemagick "/bin/mogrify"))))
10202 #t)))))
10203 (inputs
10204 `(("imagemagick" ,imagemagick)))
10205 (home-page "https://github.com/nicferrier/eimp")
10206 (synopsis "Interactive image manipulation utility for Emacs")
10207 (description "@code{emacs-eimp} allows interactive image manipulation
10208 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
10209 the actual transformations.")
10210 (license license:gpl2+))))
10211
10212 (define-public emacs-dired-hacks
10213 (let ((commit "886befe113fae397407c804f72c45613d1d43535")
10214 (revision "2"))
10215 (package
10216 (name "emacs-dired-hacks")
10217 (version (git-version "0.0.1" revision commit))
10218 (source (origin
10219 (method git-fetch)
10220 (uri (git-reference
10221 (url "https://github.com/Fuco1/dired-hacks.git")
10222 (commit commit)))
10223 (file-name (git-file-name name version))
10224 (sha256
10225 (base32
10226 "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"))))
10227 (build-system emacs-build-system)
10228 (propagated-inputs
10229 `(("emacs-dash" ,emacs-dash)
10230 ("emacs-eimp" ,emacs-eimp)
10231 ("emacs-f" ,emacs-f)
10232 ("emacs-s" ,emacs-s)))
10233 (home-page "https://github.com/Fuco1/dired-hacks")
10234 (synopsis
10235 "Collection of useful dired additions")
10236 (description
10237 "This package provides the following collection of Emacs dired mode
10238 additions:
10239
10240 @itemize
10241 @item dired-avfs
10242 @item dired-columns
10243 @item dired-filter
10244 @item dired-hacks-utils
10245 @item dired-images
10246 @item dired-list
10247 @item dired-narrow
10248 @item dired-open
10249 @item dired-rainbow
10250 @item dired-ranger
10251 @item dired-subtree
10252 @item dired-tagsistant
10253 @end itemize\n")
10254 (license license:gpl3+))))
10255
10256 (define-public emacs-dired-sidebar
10257 (let ((commit "21ccb6723bea69f2e2ca25998268d8a039f904cc")
10258 (revision "1"))
10259 (package
10260 (name "emacs-dired-sidebar")
10261 (home-page "https://github.com/jojojames/dired-sidebar")
10262 (version (git-version "0.1.0" revision commit))
10263 (source (origin
10264 (method git-fetch)
10265 (uri (git-reference (url home-page) (commit commit)))
10266 (file-name (git-file-name name version))
10267 (sha256
10268 (base32
10269 "0mck4qk6srbbf8xnn2sg11j822z4ybxvgavvy402d5sli515i8ca"))))
10270 (build-system emacs-build-system)
10271 (propagated-inputs
10272 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
10273 (synopsis "Sidebar for Emacs using Dired")
10274 (description
10275 "This package provides a sidebar for Emacs similar to @code{NeoTree}
10276 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
10277 (license license:gpl3+))))
10278
10279 (define-public emacs-which-key
10280 (package
10281 (name "emacs-which-key")
10282 (version "3.3.1")
10283 (source
10284 (origin
10285 (method git-fetch)
10286 (uri (git-reference
10287 (url "https://github.com/justbur/emacs-which-key.git")
10288 (commit (string-append "v" version))))
10289 (file-name (git-file-name name version))
10290 (sha256
10291 (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
10292 (build-system emacs-build-system)
10293 (arguments
10294 `(#:tests? #t
10295 #:test-command '("emacs" "--batch"
10296 "-l" "which-key-tests.el"
10297 "-f" "ert-run-tests-batch-and-exit")))
10298 (home-page "https://github.com/justbur/emacs-which-key")
10299 (synopsis "Display available key bindings in popup")
10300 (description
10301 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
10302 bindings following your currently entered incomplete command (a prefix) in a
10303 popup. For example, after enabling the minor mode if you enter C-x and wait
10304 for the default of 1 second, the minibuffer will expand with all of the
10305 available key bindings that follow C-x (or as many as space allows given your
10306 settings).")
10307 (license license:gpl3+)))
10308
10309 (define-public emacs-hercules
10310 (package
10311 (name "emacs-hercules")
10312 (version "0.2.1")
10313 (source
10314 (origin
10315 (method git-fetch)
10316 (uri (git-reference
10317 (url "https://gitlab.com/jjzmajic/hercules.el.git")
10318 (commit (string-append "v" version))))
10319 (file-name (git-file-name name version))
10320 (sha256
10321 (base32
10322 "19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
10323 (build-system emacs-build-system)
10324 (propagated-inputs
10325 `(("emacs-which-key" ,emacs-which-key)))
10326 (home-page "https://gitlab.com/jjzmajic/hercules.el")
10327 (synopsis "Call a chain of related commands without repeated prefix keys")
10328 (description
10329 "This package provides sticky-key-like functionality to obviate the
10330 need for repeated prefix-key sequences, and can reuse existing keymaps. The
10331 list of commands is displayed in a handy popup.")
10332 (license license:gpl3+)))
10333
10334 (define-public emacs-ws-butler
10335 (package
10336 (name "emacs-ws-butler")
10337 (version "0.6")
10338 (source (origin
10339 (method git-fetch)
10340 (uri (git-reference
10341 (url "https://github.com/lewang/ws-butler.git")
10342 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
10343 (file-name (git-file-name name version))
10344 (sha256
10345 (base32
10346 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
10347 (build-system emacs-build-system)
10348 (native-inputs
10349 `(("ert-runner" ,emacs-ert-runner)))
10350 (arguments
10351 `(#:tests? #t
10352 #:test-command '("ert-runner" "tests")))
10353 (home-page "https://github.com/lewang/ws-butler")
10354 (synopsis "Trim spaces from end of lines")
10355 (description
10356 "This Emacs package automatically and unobtrusively trims whitespace
10357 characters from end of lines.")
10358 (license license:gpl3+)))
10359
10360 (define-public emacs-openwith
10361 (let ((changeset "aeb78782ec87680ea9f082a3f20a3675b3770cf9")
10362 (revision "0"))
10363 (package
10364 (name "emacs-openwith")
10365 (home-page "https://bitbucket.org/jpkotta/openwith")
10366 (version (git-version "0.0.1" revision changeset))
10367 (source (origin
10368 (method hg-fetch)
10369 (uri (hg-reference (url home-page) (changeset changeset)))
10370 (file-name (git-file-name name version))
10371 (sha256
10372 (base32
10373 "1wl6gnxsyhaad4cl9bxjc0qbc5jzvlwbwjbajs0n1s6qr07d6r01"))))
10374 (build-system emacs-build-system)
10375 (synopsis "Open external applications for files with Emacs")
10376 (description
10377 "This package enables you to associate file name patterns with external
10378 applications that are automatically invoked when you use commands like
10379 @code{find-file}. For example, you can have it open @code{png} files with
10380 @code{feh} and @code{mp4} files with @code{mpv}. This is especially useful
10381 when browsing files with Dired.")
10382 (license license:gpl2+))))
10383
10384 (define-public emacs-org-edit-latex
10385 (package
10386 (name "emacs-org-edit-latex")
10387 (version "0.8.0")
10388 (source
10389 (origin
10390 (method git-fetch)
10391 (uri (git-reference
10392 (url "https://github.com/et2010/org-edit-latex.git")
10393 (commit (string-append "v" version))))
10394 (file-name (git-file-name name version))
10395 (sha256
10396 (base32 "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
10397 (build-system emacs-build-system)
10398 (propagated-inputs
10399 `(("emacs-auctex" ,emacs-auctex)
10400 ;; The version of org in Emacs 25.2 is not sufficient, because the
10401 ;; `org-latex-make-preamble' function is required.
10402 ("emacs-org" ,emacs-org)))
10403 (home-page "https://github.com/et2010/org-edit-latex")
10404 (synopsis "Edit a latex fragment just like editing a src block")
10405 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
10406 It lets you edit a latex fragment in a dedicated buffer just like editing a
10407 src block.")
10408 (license license:gpl3+)))
10409
10410 (define-public emacs-emamux
10411 (package
10412 (name "emacs-emamux")
10413 (version "0.14")
10414 (source
10415 (origin
10416 (method git-fetch)
10417 (uri (git-reference
10418 (url "https://github.com/syohex/emacs-emamux.git")
10419 (commit version)))
10420 (file-name (git-file-name name version))
10421 (sha256
10422 (base32 "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b"))))
10423 (build-system emacs-build-system)
10424 (home-page "https://github.com/syohex/emacs-emamux")
10425 (synopsis "Manipulate Tmux from Emacs")
10426 (description
10427 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
10428 multiplexer.")
10429 (license license:gpl3+)))
10430
10431 (define-public emacs-rpm-spec-mode
10432 (package
10433 (name "emacs-rpm-spec-mode")
10434 (version "0.16")
10435 (source
10436 (origin
10437 (method url-fetch)
10438 ;; URI has the Fedora release number instead of the version
10439 ;; number. This will have to updated manually every new release.
10440 (uri (string-append
10441 "https://src.fedoraproject.org/cgit/rpms"
10442 "/emacs-rpm-spec-mode.git/snapshot"
10443 "/emacs-rpm-spec-mode-f26.tar.gz"))
10444 (sha256
10445 (base32
10446 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
10447 (build-system emacs-build-system)
10448 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
10449 (synopsis "Emacs major mode for editing RPM spec files")
10450 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
10451 editing RPM spec files.")
10452 (license license:gpl2+)))
10453
10454 (define-public emacs-lcr
10455 (package
10456 (name "emacs-lcr")
10457 (version "1.1")
10458 (source
10459 (origin
10460 (method git-fetch)
10461 (uri (git-reference
10462 (url "https://github.com/jyp/lcr")
10463 (commit version)))
10464 (file-name (git-file-name name version))
10465 (sha256
10466 (base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
10467 (build-system emacs-build-system)
10468 (propagated-inputs
10469 `(("emacs-dash" ,emacs-dash)))
10470 (home-page "https://github.com/jyp/lcr")
10471 (synopsis "Lightweight coroutines in Emacs Lisp")
10472 (description "This package provides macros that can translate code into
10473 equivalent continuation-passing code, as well as miscellaneous utility
10474 functions written in continuation-passing style.")
10475 (license license:gpl3+)))
10476
10477 (define-public emacs-attrap
10478 (let ((commit "18cd1f7832870a36c404e872fa83a271fe8e688d")
10479 (revision "2"))
10480 (package
10481 (name "emacs-attrap")
10482 (version (git-version "1.0" revision commit))
10483 (source (origin
10484 (method git-fetch)
10485 (uri (git-reference
10486 (url "https://github.com/jyp/attrap")
10487 (commit commit)))
10488 (sha256
10489 (base32
10490 "078391949h0fgmshin8f79a1a595m06ig577rkgjqgngcp0d61l9"))
10491 (file-name (git-file-name name version))))
10492 (build-system emacs-build-system)
10493 (propagated-inputs
10494 `(("emacs-dash" ,emacs-dash)
10495 ("emacs-f" ,emacs-f)
10496 ("emacs-flycheck" ,emacs-flycheck)
10497 ("emacs-s" ,emacs-s)))
10498 (home-page "https://github.com/jyp/attrap")
10499 (synopsis "Fix coding error at point")
10500 (description "This package provides a command to fix the Flycheck error
10501 at point.")
10502 (license license:gpl3+))))
10503
10504 (define-public emacs-git-messenger
10505 (package
10506 (name "emacs-git-messenger")
10507 (version "0.18")
10508 (source
10509 (origin
10510 (method git-fetch)
10511 (uri (git-reference
10512 (url "https://github.com/syohex/emacs-git-messenger.git")
10513 (commit version)))
10514 (file-name (git-file-name name version))
10515 (sha256
10516 (base32 "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"))))
10517 (build-system emacs-build-system)
10518 (propagated-inputs
10519 `(("emacs-popup" ,emacs-popup)))
10520 (arguments
10521 `(#:tests? #t
10522 #:test-command '("emacs" "--batch" "-l" "test/test.el"
10523 "-f" "ert-run-tests-batch-and-exit")))
10524 (home-page "https://github.com/syohex/emacs-git-messenger")
10525 (synopsis "Popup commit message at current line")
10526 (description "@code{emacs-git-messenger} provides
10527 @code{git-messenger:popup-message}, a function that when called, will popup
10528 the last git commit message for the current line. This uses git-blame
10529 internally.")
10530 (license license:gpl3+)))
10531
10532 (define-public emacs-gitpatch
10533 (package
10534 (name "emacs-gitpatch")
10535 (version "0.5.1")
10536 (source
10537 (origin
10538 (method git-fetch)
10539 (uri (git-reference
10540 (url "https://github.com/tumashu/gitpatch.git")
10541 (commit (string-append "v" version))))
10542 (file-name (git-file-name name version))
10543 (sha256
10544 (base32 "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig"))))
10545 (build-system emacs-build-system)
10546 (home-page "https://github.com/tumashu/gitpatch")
10547 (synopsis "Mail git patch from Emacs")
10548 (description "@code{emacs-gitpatch} lets users easily send git patches,
10549 created by @code{git format-patch}, from @code{magit}, @code{dired} and
10550 @code{ibuffer} buffers.")
10551 (license license:gpl3+)))
10552
10553 (define-public emacs-erc-hl-nicks
10554 (package
10555 (name "emacs-erc-hl-nicks")
10556 (version "1.3.3")
10557 (source
10558 (origin
10559 (method git-fetch)
10560 (uri (git-reference
10561 (url "https://github.com/leathekd/erc-hl-nicks")
10562 (commit version)))
10563 (file-name (git-file-name name version))
10564 (sha256
10565 (base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"))))
10566 (build-system emacs-build-system)
10567 (synopsis "Nickname highlighting for Emacs ERC")
10568 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
10569 client for Emacs. The main features are:
10570 @itemize
10571 @item Auto-colorizes nicknames without having to specify colors
10572 @item Ignores certain characters that IRC clients add to nicknames to avoid
10573 duplicates (nickname, nickname’, nickname\", etc.)
10574 @item Attempts to produce colors with a sufficient amount of contrast between
10575 the nick color and the background color
10576 @end itemize\n")
10577 (home-page "https://github.com/leathekd/erc-hl-nicks")
10578 (license license:gpl3+)))
10579
10580 (define-public emacs-engine-mode
10581 (package
10582 (name "emacs-engine-mode")
10583 (version "2.1.1")
10584 (source
10585 (origin
10586 (method git-fetch)
10587 (uri (git-reference
10588 (url "https://github.com/hrs/engine-mode.git")
10589 (commit (string-append "v" version))))
10590 (file-name (git-file-name name version))
10591 (sha256
10592 (base32 "1xka8i4cdvp5r2v2mkli1zz17x1sdsnmszbhqav2rf94v656d91i"))))
10593 (build-system emacs-build-system)
10594 (synopsis "Minor mode for defining and querying search engines")
10595 (description "@code{engine-mode} is a global minor mode for Emacs. It
10596 enables you to easily define search engines, bind them to keybindings, and
10597 query them from the comfort of your editor.")
10598 (home-page "https://github.com/hrs/engine-mode")
10599 (license license:gpl3+)))
10600
10601 (define-public emacs-prop-menu
10602 (package
10603 (name "emacs-prop-menu")
10604 (version "0.1.2")
10605 (source
10606 (origin
10607 (method git-fetch)
10608 (uri (git-reference
10609 (url "https://github.com/david-christiansen/prop-menu-el.git")
10610 (commit version)))
10611 (file-name (git-file-name name version))
10612 (sha256
10613 (base32
10614 "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc"))))
10615 (build-system emacs-build-system)
10616 (home-page
10617 "https://github.com/david-christiansen/prop-menu-el")
10618 (synopsis
10619 "Create and display a context menu based on text and overlay properties")
10620 (description
10621 "This is a library for computing context menus based on text
10622 properties and overlays. The intended use is to have tools that
10623 annotate source code and others that use these annotations, without
10624 requiring a direct coupling between them, but maintaining
10625 discoverability.
10626
10627 Major modes that wish to use this library should first define an
10628 appropriate value for @code{prop-menu-item-functions}. Then, they should
10629 bind @code{prop-menu-by-completing-read} to an appropriate
10630 key. Optionally, a mouse pop-up can be added by binding
10631 @code{prop-menu-show-menu} to a mouse event.")
10632 (license license:gpl3+)))
10633
10634 (define-public emacs-idris-mode
10635 (let ((commit "acc8835449475d7cd205aba213fdd3d41c38ba40")
10636 (revision "0"))
10637 (package
10638 (name "emacs-idris-mode")
10639 (version (git-version "0.9.19" revision commit))
10640 (source
10641 (origin
10642 (method git-fetch)
10643 (uri (git-reference
10644 (url "https://github.com/idris-hackers/idris-mode.git")
10645 (commit commit)))
10646 (file-name (git-file-name name commit))
10647 (sha256
10648 (base32
10649 "0n9xbknc68id0mf8hbfmawi8qpvrs47ix807sk9ffv2g3ik32kk6"))))
10650 (build-system emacs-build-system)
10651 (propagated-inputs
10652 `(("emacs-prop-menu" ,emacs-prop-menu)))
10653 (home-page
10654 "https://github.com/idris-hackers/idris-mode")
10655 (synopsis "Major mode for editing Idris code")
10656 (description
10657 "This is an Emacs mode for editing Idris code. It requires the latest
10658 version of Idris, and some features may rely on the latest Git version of
10659 Idris.")
10660 (license license:gpl3+))))
10661
10662 (define-public emacs-browse-at-remote
10663 (package
10664 (name "emacs-browse-at-remote")
10665 (version "0.10.0")
10666 (source
10667 (origin
10668 (method git-fetch)
10669 (uri (git-reference
10670 (url "https://github.com/rmuslimov/browse-at-remote.git")
10671 (commit version)))
10672 (file-name (git-file-name name version))
10673 (sha256
10674 (base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
10675 (build-system emacs-build-system)
10676 (propagated-inputs
10677 `(("emacs-f" ,emacs-f)
10678 ("emacs-s" ,emacs-s)))
10679 (native-inputs
10680 `(("ert-runner" ,emacs-ert-runner)))
10681 (arguments
10682 `(#:tests? #t
10683 #:test-command '("ert-runner")))
10684 (home-page "https://github.com/rmuslimov/browse-at-remote")
10685 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
10686 (description
10687 "This Emacs package allows you to open a target page on
10688 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
10689 It supports dired buffers and opens them in tree mode at destination.")
10690 (license license:gpl3+)))
10691
10692 (define-public emacs-tiny
10693 (let ((commit "fd8a6b0b0c564d8242259e20e557ee6041f40908")
10694 (revision "1"))
10695 (package
10696 (name "emacs-tiny")
10697 (version (git-version "0.2.1" revision commit))
10698 (source
10699 (origin
10700 (method git-fetch)
10701 (uri (git-reference
10702 (url "https://github.com/abo-abo/tiny.git")
10703 (commit commit)))
10704 (file-name (git-file-name name version))
10705 (sha256
10706 (base32
10707 "1498j392ap2mk4zmsm2id16pfgvj78r428da9vw7hdrzzibai2cx"))))
10708 (build-system emacs-build-system)
10709 (arguments
10710 `(#:tests? #t
10711 #:test-command '("make" "test")))
10712 (home-page "https://github.com/abo-abo/tiny")
10713 (synopsis "Quickly generate linear ranges in Emacs")
10714 (description
10715 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
10716 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
10717 proficiency is an advantage, since you can transform your numeric range with
10718 an elisp expression.")
10719 (license license:gpl3+))))
10720
10721 (define-public emacs-emojify
10722 (package
10723 (name "emacs-emojify")
10724 (version "1.2")
10725 (source
10726 (origin
10727 (method git-fetch)
10728 (uri (git-reference
10729 (url "https://github.com/iqbalansari/emacs-emojify")
10730 (commit (string-append "v" version))))
10731 (file-name (git-file-name name version))
10732 (sha256
10733 (base32
10734 "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm"))))
10735 (build-system emacs-build-system)
10736 (arguments
10737 `(#:include (cons "^data/" %default-include)))
10738 (propagated-inputs
10739 `(("emacs-ht" ,emacs-ht)))
10740 (home-page "https://github.com/iqbalansari/emacs-emojify")
10741 (synopsis "Display emojis in Emacs")
10742 (description "This package displays emojis in Emacs similar to how Github,
10743 Slack, and other websites do. It can display plain ASCII like @code{:)} as
10744 well as Github-style emojis like @code{:smile:}. It provides a minor mode
10745 @code{emojify-mode} to enable the display of emojis in a buffer.")
10746 (license license:gpl3+)))
10747
10748 (define-public emacs-make-it-so
10749 (let ((commit "b73dfb640588123c9eece230ad72b37604f5c126")
10750 (revision "2"))
10751 (package
10752 (name "emacs-make-it-so")
10753 (version (git-version "0.1.0" revision commit))
10754 (source
10755 (origin
10756 (method git-fetch)
10757 (uri (git-reference
10758 (url "https://github.com/abo-abo/make-it-so")
10759 (commit commit)))
10760 (file-name (git-file-name name version))
10761 (sha256
10762 (base32
10763 "0p6xhyinzzkrwzbpxqfm8hlii0ikvmmylya240bwsa77w0g1k6xq"))))
10764 (build-system emacs-build-system)
10765 (arguments
10766 `(#:include (cons "^recipes/" %default-include)))
10767 (propagated-inputs
10768 `(("emacs-ivy" ,emacs-ivy)))
10769 (home-page "https://github.com/abo-abo/make-it-so")
10770 (synopsis "Transform files with Makefile recipes")
10771 (description "This package provides an interface for selecting from
10772 different conversion recipes, often including tools like @code{ffmpeg} or
10773 @code{convert}. The conversion command need only be written once, and
10774 subsequent invocations can be readily customized. Several recipes are
10775 included by default, and more can be readily added.")
10776 (license license:gpl3+))))
10777
10778 (define-public emacs-unidecode
10779 (let ((commit "5502ada9287b4012eabb879f12f5b0a9df52c5b7")
10780 (revision "1"))
10781 (package
10782 (name "emacs-unidecode")
10783 (version (git-version "0.2" revision commit))
10784 (source
10785 (origin
10786 (method git-fetch)
10787 (uri (git-reference
10788 (url "https://github.com/sindikat/unidecode")
10789 (commit commit)))
10790 (file-name (git-file-name name version))
10791 (sha256
10792 (base32
10793 "03x3nakbhmakwm977mwrf8jifvjnfwzpjv6wrwpizbqjnkgfchmn"))))
10794 (build-system emacs-build-system)
10795 (arguments
10796 `(#:include (cons* "^tools/" "^data/" %default-include)
10797 #:tests? #t
10798 #:test-command '("emacs" "--batch"
10799 "-l" "unidecode-test.el"
10800 "-f" "ert-run-tests-batch-and-exit")
10801 #:phases
10802 (modify-phases %standard-phases
10803 (add-before 'check 'make-tests-writable
10804 (lambda _
10805 (make-file-writable "unidecode-test.el")
10806 #t))
10807 (add-before 'check 'add-require
10808 (lambda _
10809 (emacs-batch-edit-file "unidecode-test.el"
10810 `(progn (progn (goto-char (point-min))
10811 (re-search-forward
10812 "ert-deftest")
10813 (forward-line -1)
10814 (insert "(require 'unidecode)"))
10815 (basic-save-buffer)))
10816 #t)))))
10817 (home-page "https://github.com/sindikat/unidecode")
10818 (synopsis "Transliterate Unicode text to ASCII")
10819 (description "This package provides functions for converting Unicode to ASCII.")
10820 (license license:gpl2+))))
10821
10822 (define-public emacs-pubmed
10823 (package
10824 (name "emacs-pubmed")
10825 (version "0.2.1")
10826 (source
10827 (origin
10828 (method git-fetch)
10829 (uri (git-reference
10830 (url "https://gitlab.com/fvdbeek/emacs-pubmed.git")
10831 (commit (string-append "v" version))))
10832 (file-name (git-file-name name version))
10833 (sha256
10834 (base32
10835 "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0"))))
10836 (build-system emacs-build-system)
10837 (propagated-inputs
10838 `(("emacs-deferred" ,emacs-deferred)
10839 ("emacs-esxml" ,emacs-esxml)
10840 ("emacs-s" ,emacs-s)
10841 ("emacs-unidecode" ,emacs-unidecode)))
10842 (home-page "https://gitlab.com/fvdbeek/emacs-pubmed")
10843 (synopsis "Interface to PubMed")
10844 (description "This package provides an Emacs interface to the PubMed
10845 database of references on life sciences.")
10846 (license license:gpl3+)))
10847
10848 (define-public emacs-websocket
10849 (package
10850 (name "emacs-websocket")
10851 (version "1.10")
10852 (source
10853 (origin
10854 (method git-fetch)
10855 (uri (git-reference
10856 (url "https://github.com/ahyatt/emacs-websocket.git")
10857 (commit version)))
10858 (file-name (git-file-name name version))
10859 (sha256
10860 (base32
10861 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
10862 (build-system emacs-build-system)
10863 (arguments
10864 `(#:tests? #t
10865 ;; TODO: also enable websocket-functional-test.el
10866 #:test-command '("emacs" "--batch"
10867 "-l" "websocket-test.el"
10868 "-f" "ert-run-tests-batch-and-exit")))
10869 (home-page "https://elpa.gnu.org/packages/websocket.html")
10870 (synopsis "Emacs WebSocket client and server")
10871 (description "This is an Elisp library for WebSocket clients to talk to
10872 WebSocket servers, and for WebSocket servers to accept connections from
10873 WebSocket clients. This library is designed to be used by other library
10874 writers, to write applications that use WebSockets, and is not useful by
10875 itself.")
10876 (license license:gpl3+)))
10877
10878 (define-public emacs-oauth2
10879 (package
10880 (name "emacs-oauth2")
10881 (version "0.11")
10882 (source
10883 (origin
10884 (method url-fetch)
10885 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
10886 version ".el"))
10887 (sha256
10888 (base32
10889 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
10890 (build-system emacs-build-system)
10891 (home-page "https://elpa.gnu.org/packages/oauth2.html")
10892 (synopsis "OAuth 2.0 authorization protocol implementation")
10893 (description
10894 "This package provides an Elisp implementation of the OAuth 2.0 draft.
10895 The main entry point is @code{oauth2-auth-and-store} which will return a token
10896 structure. This token structure can be then used with
10897 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
10898 retrieve any data that need OAuth authentication to be accessed. If the token
10899 needs to be refreshed, the code handles it automatically and stores the new
10900 value of the access token.")
10901 (license license:gpl3+)))
10902
10903 (define-public emacs-circe
10904 (package
10905 (name "emacs-circe")
10906 (version "2.11")
10907 (source
10908 (origin
10909 (method git-fetch)
10910 (uri (git-reference
10911 (url "https://github.com/jorgenschaefer/circe.git")
10912 (commit (string-append "v" version))))
10913 (file-name (git-file-name name version))
10914 (sha256
10915 (base32 "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"))))
10916 (build-system emacs-build-system)
10917 (arguments
10918 `(#:tests? #t
10919 #:test-command '("buttercup" "-L" ".")
10920 #:phases
10921 (modify-phases %standard-phases
10922 ;; The HOME environment variable should be set to an existing
10923 ;; directory for the tests to succeed.
10924 (add-before 'check 'set-home
10925 (lambda _
10926 (setenv "HOME" "/tmp")
10927 #t)))))
10928 (native-inputs
10929 `(("emacs-buttercup" ,emacs-buttercup)))
10930 ;; In order to securely connect to an IRC server using TLS, Circe requires
10931 ;; the GnuTLS binary.
10932 (propagated-inputs
10933 `(("gnutls" ,gnutls)))
10934 (home-page "https://github.com/jorgenschaefer/circe")
10935 (synopsis "Client for IRC in Emacs")
10936 (description "Circe is a Client for IRC in Emacs. It integrates well with
10937 the rest of the editor, using standard Emacs key bindings and indicating
10938 activity in channels in the status bar so it stays out of your way unless you
10939 want to use it.")
10940 (license license:gpl3+)))
10941
10942 (define-public emacs-tracking
10943 (package
10944 (inherit emacs-circe)
10945 (name "emacs-tracking")
10946 (arguments
10947 ;; "tracking.el" is a library extracted from Circe package. It requires
10948 ;; "shorten.el".
10949 `(#:include '("^shorten.el$" "^tracking.el$")
10950 ,@(package-arguments emacs-circe)))
10951 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
10952 (synopsis "Buffer tracking library")
10953 (description "@code{tracking.el} provides a way for different modes to
10954 notify the user that a buffer needs attention. The user then can cycle
10955 through them using @key{C-c C-SPC}.")
10956 (license license:gpl3+)))
10957
10958 (define-public emacs-slack
10959 (let ((commit "10fbb81f567b44647ad125a48ecd72df106fb624")
10960 (revision "6"))
10961 (package
10962 (name "emacs-slack")
10963 (version (git-version "0.0.2" revision commit))
10964 (source (origin
10965 (method git-fetch)
10966 (uri (git-reference
10967 (url "https://github.com/yuya373/emacs-slack.git")
10968 (commit commit)))
10969 (file-name (git-file-name name commit))
10970 (sha256
10971 (base32
10972 "01ln9rbalgpxw6rbr4czhy6bd8wrrpyf0qgn2chcq3zmmrn4sy1z"))))
10973 (build-system emacs-build-system)
10974 (arguments
10975 `(#:phases
10976 (modify-phases %standard-phases
10977 ;; HOME needs to exist for source compilation.
10978 (add-before 'build 'set-HOME
10979 (lambda _ (setenv "HOME" "/tmp") #t)))))
10980 (propagated-inputs
10981 `(("emacs-alert" ,emacs-alert)
10982 ("emacs-emojify" ,emacs-emojify)
10983 ("emacs-helm" ,emacs-helm)
10984 ("emacs-request" ,emacs-request)
10985 ("emacs-websocket" ,emacs-websocket)
10986 ("emacs-oauth2" ,emacs-oauth2)
10987 ("emacs-circe" ,emacs-circe)))
10988 (home-page "https://github.com/yuya373/emacs-slack")
10989 (synopsis "Slack client for Emacs")
10990 (description "This package provides an Emacs client for the Slack
10991 messaging service.")
10992 (license license:gpl3+))))
10993
10994 (define-public emacs-bash-completion
10995 (package
10996 (name "emacs-bash-completion")
10997 (version "2.1.0")
10998 (source
10999 (origin
11000 (method git-fetch)
11001 (uri (git-reference
11002 (url "https://github.com/szermatt/emacs-bash-completion.git")
11003 (commit version)))
11004 (file-name (git-file-name name version))
11005 (sha256
11006 (base32 "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"))))
11007 (inputs `(("bash" ,bash)))
11008 (build-system emacs-build-system)
11009 (arguments
11010 `(#:phases
11011 (modify-phases %standard-phases
11012 (add-after 'unpack 'make-git-checkout-writable
11013 (λ _
11014 (for-each make-file-writable (find-files "."))
11015 #t))
11016 (add-before 'install 'configure
11017 (lambda* (#:key inputs #:allow-other-keys)
11018 (let ((bash (assoc-ref inputs "bash")))
11019 (emacs-substitute-variables "bash-completion.el"
11020 ("bash-completion-prog" (string-append bash "/bin/bash"))))
11021 #t)))))
11022 (home-page "https://github.com/szermatt/emacs-bash-completion")
11023 (synopsis "Bash completion for the shell buffer")
11024 (description
11025 "@code{bash-completion} defines dynamic completion hooks for shell-mode
11026 and shell-command prompts that are based on Bash completion.")
11027 (license license:gpl2+)))
11028
11029 (define-public emacs-easy-kill
11030 (package
11031 (name "emacs-easy-kill")
11032 (version "0.9.3")
11033 (source (origin
11034 (method url-fetch)
11035 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
11036 version ".tar"))
11037 (sha256
11038 (base32
11039 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
11040 (build-system emacs-build-system)
11041 (home-page "https://github.com/leoliu/easy-kill")
11042 (synopsis "Kill and mark things easily in Emacs")
11043 (description
11044 "This package provides commands @code{easy-kill} and @code{easy-mark} to
11045 let users kill or mark things easily.")
11046 (license license:gpl3+)))
11047
11048 (define-public emacs-csv-mode
11049 (package
11050 (name "emacs-csv-mode")
11051 (version "1.10")
11052 (source
11053 (origin
11054 (method url-fetch)
11055 (uri (string-append "https://elpa.gnu.org/packages/csv-mode-"
11056 version ".el"))
11057 (sha256
11058 (base32 "0q7j2cmj7vs6hz8cnf7j7lmlcjmig3jn2p6az345z96agl8a5xsq"))))
11059 (build-system emacs-build-system)
11060 (home-page "https://elpa.gnu.org/packages/csv-mode.html")
11061 (synopsis "Major mode for editing comma/char separated values")
11062 (description
11063 "This Emacs package implements CSV mode, a major mode for editing records
11064 in a generalized CSV (character-separated values) format.")
11065 (license license:gpl3+)))
11066
11067 (define-public emacs-transmission
11068 (package
11069 (name "emacs-transmission")
11070 (version "0.12.1")
11071 (source
11072 (origin
11073 (method git-fetch)
11074 (uri (git-reference
11075 (url "https://github.com/holomorph/transmission.git")
11076 (commit version)))
11077 (file-name (git-file-name name version))
11078 (sha256
11079 (base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
11080 (build-system emacs-build-system)
11081 (home-page "https://github.com/holomorph/transmission")
11082 (synopsis "Emacs interface to a Transmission session")
11083 (description "This package provides an Emacs interface to interact with a
11084 running session of the Transmission Bittorrent client.
11085
11086 Features:
11087
11088 @itemize
11089 @item List, add, start/stop, verify, remove torrents.
11090 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
11091 @item Navigate to the corresponding file list, torrent info, peer info
11092 contexts.
11093 @item Toggle downloading and set priorities for individual files.
11094 @end itemize\n")
11095 (license license:gpl3+)))
11096
11097 (define-public emacs-polymode
11098 (package
11099 (name "emacs-polymode")
11100 (version "0.2")
11101 (source (origin
11102 (method git-fetch)
11103 (uri (git-reference
11104 (url "https://github.com/polymode/polymode.git")
11105 (commit (string-append "v" version))))
11106 (file-name (git-file-name name version))
11107 (sha256
11108 (base32
11109 "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"))))
11110 (build-system emacs-build-system)
11111 (home-page "https://github.com/polymode/polymode")
11112 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
11113 (description
11114 "Polymode is an Emacs package that offers generic support for multiple
11115 major modes inside a single Emacs buffer. It is lightweight, object oriented
11116 and highly extensible. Creating a new polymode typically takes only a few
11117 lines of code. Polymode also provides extensible facilities for external
11118 literate programming tools for exporting, weaving and tangling.")
11119 (license license:gpl3+)))
11120
11121 (define-public emacs-polymode-ansible
11122 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
11123 (package
11124 (name "emacs-polymode-ansible")
11125 ;; No upstream version release yet.
11126 (version (git-version "0.1" "1" commit))
11127 (source
11128 (origin
11129 (method git-fetch)
11130 (uri (git-reference
11131 (url "https://gitlab.com/mavit/poly-ansible")
11132 (commit commit)))
11133 (file-name (git-file-name name version))
11134 (sha256
11135 (base32
11136 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
11137 (build-system emacs-build-system)
11138 (propagated-inputs
11139 `(("emacs-ansible-doc" ,emacs-ansible-doc)
11140 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
11141 ("emacs-polymode" ,emacs-polymode)
11142 ("emacs-yaml-mode" ,emacs-yaml-mode)))
11143 (properties '((upstream-name . "poly-ansible")))
11144 (home-page "https://gitlab.com/mavit/poly-ansible/")
11145 (synopsis "Polymode for Ansible - Jinja2 in YAML")
11146 (description
11147 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
11148 (license license:gpl3+))))
11149
11150 (define-public emacs-polymode-org
11151 (package
11152 (name "emacs-polymode-org")
11153 (version "0.2")
11154 (source
11155 (origin
11156 (method git-fetch)
11157 (uri (git-reference
11158 (url "https://github.com/polymode/poly-org.git")
11159 (commit (string-append "v" version))))
11160 (file-name (git-file-name name version))
11161 (sha256
11162 (base32
11163 "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck"))))
11164 (build-system emacs-build-system)
11165 (propagated-inputs
11166 `(("emacs-polymode" ,emacs-polymode)))
11167 (properties '((upstream-name . "poly-org")))
11168 (home-page "https://github.com/polymode/poly-org")
11169 (synopsis "Polymode definitions for Org mode buffers")
11170 (description
11171 "Provides definitions for @code{emacs-polymode} to support
11172 @code{emacs-org} buffers. Edit source blocks in an Org mode buffer using the
11173 native modes of the blocks' languages while remaining inside the primary Org
11174 buffer.")
11175 (license license:gpl3+)))
11176
11177 (define-public eless
11178 (package
11179 (name "eless")
11180 (version "0.3")
11181 (source
11182 (origin
11183 (method git-fetch)
11184 (uri (git-reference
11185 (url "https://github.com/kaushalmodi/eless.git")
11186 (commit (string-append "v" version))))
11187 (file-name (git-file-name name version))
11188 (sha256
11189 (base32 "0jr7vhh4vw69llhi0fh9ljscljkszkj0acdxl04da5hvqv6pnqbb"))))
11190 (build-system trivial-build-system)
11191 (inputs
11192 `(("bash" ,bash)))
11193 (arguments
11194 `(#:modules ((guix build utils))
11195 #:builder
11196 (begin
11197 (use-modules (guix build utils))
11198 (copy-recursively (assoc-ref %build-inputs "source") "source")
11199 (chdir "source")
11200 (substitute* "eless" (("/usr/bin/env bash")
11201 (string-append (assoc-ref %build-inputs "bash")
11202 "/bin/bash")))
11203 (install-file "eless" (string-append %output "/bin"))
11204 (install-file "doc/eless.info" (string-append %output "/share/info"))
11205 #t)))
11206 (home-page "https://github.com/kaushalmodi/eless")
11207 (synopsis "Use Emacs as a paginator")
11208 (description "@code{eless} provides a combination of Bash script
11209 and a minimal Emacs view-mode.
11210
11211 Feautures:
11212
11213 @itemize
11214 @item Independent of a user’s Emacs config.
11215 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
11216 @item Not require an Emacs server to be already running.
11217 @item Syntax highlighting.
11218 @item Org-mode file rendering.
11219 @item @code{man} page viewer.
11220 @item Info viewer.
11221 @item Dired, wdired, (batch edit symbolic links).
11222 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
11223 @item Filter log files lines matching a regexp.
11224 @item Auto-revert log files similar to @code{tail -f}.
11225 @item Quickly change frame and font sizes.
11226 @end itemize\n")
11227 (license license:expat)))
11228
11229 (define-public emacs-evil-matchit
11230 (package
11231 (name "emacs-evil-matchit")
11232 (version "2.3.4")
11233 (source
11234 (origin
11235 (method git-fetch)
11236 (uri (git-reference
11237 (url "https://github.com/redguardtoo/evil-matchit.git")
11238 (commit version)))
11239 (file-name (git-file-name name version))
11240 (sha256
11241 (base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
11242 (build-system emacs-build-system)
11243 (propagated-inputs
11244 `(("emacs-evil" ,emacs-evil)))
11245 (home-page "https://github.com/redguardtoo/evil-matchit")
11246 (synopsis "Vim matchit ported into Emacs")
11247 (description
11248 "@code{evil-matchit} is a minor mode for jumping between matching tags in
11249 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
11250 (license license:gpl3+)))
11251
11252 (define-public emacs-evil-smartparens
11253 (package
11254 (name "emacs-evil-smartparens")
11255 (version "0.4.0")
11256 (source
11257 (origin
11258 (method git-fetch)
11259 (uri (git-reference
11260 (url "https://github.com/expez/evil-smartparens.git")
11261 (commit version)))
11262 (file-name (git-file-name name version))
11263 (sha256
11264 (base32 "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"))))
11265 (build-system emacs-build-system)
11266 (propagated-inputs
11267 `(("emacs-evil" ,emacs-evil)
11268 ("emacs-smartparens" ,emacs-smartparens)))
11269 (home-page "https://github.com/expez/evil-smartparens")
11270 (synopsis "Emacs Evil integration for Smartparens")
11271 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
11272 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
11273 emulates Vim features and provides Vim-like key bindings.")
11274 (license license:gpl3+)))
11275
11276 (define-public emacs-evil-quickscope
11277 (package
11278 (name "emacs-evil-quickscope")
11279 (version "0.1.4")
11280 (source
11281 (origin
11282 (method git-fetch)
11283 (uri (git-reference
11284 (url "https://github.com/blorbx/evil-quickscope.git")
11285 (commit (string-append "v" version))))
11286 (file-name (git-file-name name version))
11287 (sha256
11288 (base32 "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"))))
11289 (build-system emacs-build-system)
11290 (propagated-inputs
11291 `(("emacs-evil" ,emacs-evil)))
11292 (arguments
11293 `(#:tests? #t
11294 #:test-command '("emacs" "--batch"
11295 "-l" "evil-quickscope-tests.el"
11296 "-f" "ert-run-tests-batch-and-exit")))
11297 (home-page "https://github.com/blorbx/evil-quickscope")
11298 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
11299 (description "@code{emacs-evil-quickscope} highlights targets for Evil
11300 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
11301 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
11302 features and provides Vim-like key bindings.")
11303 (license license:gpl3+)))
11304
11305 (define-public emacs-bongo
11306 (package
11307 (name "emacs-bongo")
11308 (version "1.0")
11309 (source
11310 (origin
11311 (method git-fetch)
11312 (uri (git-reference
11313 (url "https://github.com/dbrock/bongo.git")
11314 (commit version)))
11315 (file-name (git-file-name name version))
11316 (sha256
11317 (base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
11318 (build-system emacs-build-system)
11319 (home-page "https://github.com/dbrock/bongo")
11320 (synopsis "Media player for Emacs")
11321 (description
11322 "This package provides a flexible media player for Emacs. @code{Bongo}
11323 supports multiple backends such as @code{vlc}, @code{mpg123},
11324 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
11325 @code{afplay}.")
11326 (license license:gpl2+)))
11327
11328 (define-public emacs-groovy-modes
11329 (package
11330 (name "emacs-groovy-modes")
11331 (version "2.0")
11332 (source (origin
11333 (method git-fetch)
11334 (uri (git-reference
11335 (url "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
11336 (commit version)))
11337 (file-name (git-file-name name version))
11338 (sha256
11339 (base32
11340 "0c1d4cbnlny8gpcd20zr1wxx6ggf28jgh7sgd5r1skpsvjpbfqx2"))))
11341 (build-system emacs-build-system)
11342 (propagated-inputs
11343 `(("emacs-s" ,emacs-s)))
11344 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
11345 (synopsis "Groovy related modes for Emacs")
11346 (description
11347 "This package provides @code{groovy-mode} for syntax highlighting in
11348 Groovy source files, REPL integration with run-groovy and Grails project
11349 navigation with the grails mode.")
11350 (license license:gpl3+)))
11351
11352 (define-public groovy-emacs-modes
11353 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
11354
11355 (define-public emacs-org-tree-slide
11356 (let ((commit "036a36eec1cf712d3db155572aed325daa372eb5")
11357 (revision "2"))
11358 (package
11359 (name "emacs-org-tree-slide")
11360 (version (git-version "2.8.4" revision commit))
11361 (source (origin
11362 (method git-fetch)
11363 (uri (git-reference
11364 (url "https://github.com/takaxp/org-tree-slide.git")
11365 (commit commit)))
11366 (sha256
11367 (base32
11368 "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
11369 (file-name (git-file-name name version))))
11370 (build-system emacs-build-system)
11371 (home-page "https://github.com/takaxp/org-tree-slide")
11372 (synopsis "Presentation tool for org-mode")
11373 (description
11374 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
11375 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
11376 @kbd{C-<} to jump to the next and previous slide.")
11377 (license license:gpl3+))))
11378
11379 (define-public emacs-scratch-el
11380 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
11381 (revision "1"))
11382 (package
11383 (name "emacs-scratch-el")
11384 (version (git-version "1.2" revision commit))
11385 (source (origin
11386 (method git-fetch)
11387 (uri (git-reference
11388 (url "https://github.com/ieure/scratch-el.git")
11389 (commit commit)))
11390 (file-name (git-file-name name version))
11391 (sha256
11392 (base32
11393 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
11394 (build-system emacs-build-system)
11395 (native-inputs
11396 `(("texinfo" ,texinfo)))
11397 (arguments
11398 '(#:phases
11399 (modify-phases %standard-phases
11400 (add-after 'install 'install-doc
11401 (lambda* (#:key outputs #:allow-other-keys)
11402 (unless (invoke "makeinfo" "scratch.texi")
11403 (error "makeinfo failed"))
11404 (install-file "scratch.info"
11405 (string-append (assoc-ref outputs "out")
11406 "/share/info"))
11407 #t)))))
11408 (home-page "https://github.com/ieure/scratch-el/")
11409 (synopsis "Create scratch buffers with the same mode as current buffer")
11410 (description "Scratch is an extension to Emacs that enables one to create
11411 scratch buffers that are in the same mode as the current buffer. This is
11412 notably useful when working on code in some language; you may grab code into a
11413 scratch buffer, and, by virtue of this extension, do so using the Emacs
11414 formatting rules for that language.")
11415 (license license:bsd-2))))
11416
11417 (define-public emacs-kv
11418 (package
11419 (name "emacs-kv")
11420 (version "0.0.19")
11421 (source
11422 (origin
11423 (method git-fetch)
11424 (uri (git-reference
11425 (url "https://github.com/nicferrier/emacs-kv.git")
11426 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
11427 (file-name (git-file-name name version))
11428 (sha256
11429 (base32
11430 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
11431 (build-system emacs-build-system)
11432 (arguments
11433 `(#:tests? #t
11434 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
11435 "-f" "ert-run-tests-batch-and-exit")))
11436 (home-page "https://github.com/nicferrier/emacs-kv")
11437 (synopsis "Key/Value data structures library for Emacs Lisp")
11438 (description "@code{emacs-kv} is a collection of tools for dealing with
11439 key/value data structures such as plists, alists and hash-tables in Emacs
11440 Lisp.")
11441 (license license:gpl3+)))
11442
11443 (define-public emacs-esxml
11444 (package
11445 (name "emacs-esxml")
11446 (version "0.3.4")
11447 (source (origin
11448 (method git-fetch)
11449 (uri (git-reference
11450 (url "https://github.com/tali713/esxml.git")
11451 (commit version)))
11452 (file-name (git-file-name name version))
11453 (sha256
11454 (base32
11455 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
11456 (build-system emacs-build-system)
11457 (arguments
11458 `(#:phases
11459 (modify-phases %standard-phases
11460 (add-after 'unpack 'fix-sources
11461 (lambda _
11462 ;; See: https://github.com/tali713/esxml/pull/28.
11463 (substitute* "css-lite.el"
11464 ((";;; main interface")
11465 (string-append ";;; main interface\n"
11466 "(require 'cl-lib)"))
11467 (("mapcan")
11468 "cl-mapcan")
11469 (("',\\(cl-mapcan #'process-css-rule rules\\)")
11470 "(cl-mapcan #'process-css-rule ',rules)"))
11471 (substitute* "esxml-form.el"
11472 ((",esxml-form-field-defn")
11473 "#'esxml-form-field-defn"))
11474 ;; See: https://github.com/tali713/esxml/issues/25
11475 (delete-file "esxpath.el")
11476 #t)))))
11477 (propagated-inputs
11478 `(("emacs-kv" ,emacs-kv)))
11479 (home-page "https://github.com/tali713/esxml/")
11480 (synopsis "SXML for EmacsLisp")
11481 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
11482 Simply, this is the easiest way to write HTML or XML in Lisp. This library
11483 uses the native form of XML representation as used by many libraries already
11484 included within Emacs. See @code{esxml-to-xml} for a concise description of
11485 the format.")
11486 (license license:gpl3+)))
11487
11488 (define-public emacs-nov-el
11489 (package
11490 (name "emacs-nov-el")
11491 (version "0.2.9")
11492 (source (origin
11493 (method git-fetch)
11494 (uri (git-reference
11495 (url "https://github.com/wasamasa/nov.el.git")
11496 (commit version)))
11497 (file-name (git-file-name name version))
11498 (sha256
11499 (base32
11500 "0v01l1p35mcigixs6j4c5bpc7n7bd51kxa0p3l1xl0gr92774yq3"))))
11501 (build-system emacs-build-system)
11502 (arguments
11503 `(#:phases
11504 (modify-phases %standard-phases
11505 (add-after 'unpack 'embed-path-to-unzip
11506 (lambda _
11507 (substitute* "nov.el"
11508 (("\\(executable-find \"unzip\"\\)")
11509 (string-append "\"" (which "unzip") "\"")))
11510 #t)))))
11511 (propagated-inputs
11512 `(("emacs-dash" ,emacs-dash)
11513 ("emacs-esxml" ,emacs-esxml)))
11514 (inputs
11515 `(("unzip" ,unzip)))
11516 (home-page "https://github.com/wasamasa/nov.el/")
11517 (synopsis "Major mode for reading EPUBs in Emacs")
11518 (description "@code{nov.el} provides a major mode for reading EPUB
11519 documents.
11520
11521 Features:
11522
11523 @itemize
11524 @item Basic navigation (jump to TOC, previous/next chapter)
11525 @item Remembering and restoring the last read position
11526 @item Jump to next chapter when scrolling beyond end
11527 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
11528 @item Hyperlinks to internal and external targets
11529 @item Supports textual and image documents
11530 @item View source of document files
11531 @item Metadata display
11532 @item Image rescaling
11533 @end itemize
11534 ")
11535 (license license:gpl3+)))
11536
11537 (define-public epipe
11538 (package
11539 (name "epipe")
11540 (version "0.1.0")
11541 (source
11542 (origin
11543 (method git-fetch)
11544 (uri (git-reference
11545 (url "https://github.com/cute-jumper/epipe.git")
11546 (commit version)))
11547 (file-name (git-file-name name version))
11548 (sha256
11549 (base32 "0lkisi1s7sn12nx8zh58qmsxwnk1rjwryj18wcbr148xqz3swg57"))))
11550 (build-system trivial-build-system)
11551 (inputs
11552 `(("bash" ,bash)
11553 ("perl" ,perl)))
11554 (arguments
11555 `(#:modules
11556 ((guix build utils))
11557 #:builder
11558 (begin
11559 (use-modules (guix build utils))
11560 ;; Extract source.
11561 (copy-recursively (assoc-ref %build-inputs "source") "source")
11562 (chdir "source")
11563 ;; Patch shebangs.
11564 (substitute* "epipe"
11565 (("/usr/bin/env bash")
11566 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
11567 (patch-shebang "epipe.pl"
11568 (list (string-append (assoc-ref %build-inputs "perl")
11569 "/bin")))
11570 ;; Install.
11571 (for-each (lambda (file)
11572 (install-file file (string-append %output "/bin")))
11573 '("epipe" "epipe.pl"))
11574 #t)))
11575 (home-page "https://github.com/cute-jumper/epipe")
11576 (synopsis "Pipe to the @code{emacsclient}")
11577 (description "@code{epipe} provides an utility to use your editor in
11578 the pipeline, featuring the support for running @code{emacsclient}.")
11579 (license license:gpl3+)))
11580
11581 (define-public emacs-hcl-mode
11582 (package
11583 (name "emacs-hcl-mode")
11584 (version "0.03")
11585 (source
11586 (origin
11587 (method git-fetch)
11588 (uri (git-reference
11589 (url "https://github.com/syohex/emacs-hcl-mode.git")
11590 (commit version)))
11591 (file-name (git-file-name name version))
11592 (sha256
11593 (base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
11594 (build-system emacs-build-system)
11595 (home-page "https://github.com/syohex/emacs-hcl-mode")
11596 (synopsis "Major mode for the Hashicorp Configuration Language")
11597 (description
11598 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
11599 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
11600 highlighting and indentation support.")
11601 (license license:gpl3+)))
11602
11603 (define-public emacs-terraform-mode
11604 (package
11605 (name "emacs-terraform-mode")
11606 (version "0.06")
11607 (source
11608 (origin
11609 (method git-fetch)
11610 (uri (git-reference
11611 (url "https://github.com/syohex/emacs-terraform-mode.git")
11612 (commit version)))
11613 (file-name (git-file-name name version))
11614 (sha256
11615 (base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
11616 (build-system emacs-build-system)
11617 (propagated-inputs
11618 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
11619 (home-page "https://github.com/syohex/emacs-terraform-mode")
11620 (synopsis "Major mode for Terraform")
11621 (description
11622 "@code{emacs-terraform-mode} provides a major mode for working with
11623 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
11624 functionality is inherited from @code{hcl-mode}.")
11625 (license license:gpl3+)))
11626
11627 (define-public emacs-exec-path-from-shell
11628 (package
11629 (name "emacs-exec-path-from-shell")
11630 (version "1.12")
11631 (source
11632 (origin
11633 (method git-fetch)
11634 (uri (git-reference
11635 (url "https://github.com/purcell/exec-path-from-shell")
11636 (commit version)))
11637 (file-name (git-file-name name version))
11638 (sha256
11639 (base32
11640 "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
11641 (build-system emacs-build-system)
11642 (home-page "https://github.com/purcell/exec-path-from-shell")
11643 (synopsis "Get environment variables such as @var{PATH} from the shell")
11644 (description
11645 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
11646 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
11647 the like work as expected on systems on which Emacs is not guaranteed to
11648 inherit a login shell's environment variables. It also allows other
11649 environment variables to be retrieved from the shell, so that Emacs will see
11650 the same values you get in a terminal.")
11651 (license license:gpl3+)))
11652
11653 (define-public emacs-frog-menu
11654 (let ((commit "740bbc88b8535d31f783f3b2043a2a6683afbf31")
11655 (revision "1"))
11656 (package
11657 (name "emacs-frog-menu")
11658 (version (git-version "0.2.9" revision commit))
11659 (source
11660 (origin
11661 (method git-fetch)
11662 (uri (git-reference
11663 (url "https://github.com/clemera/frog-menu")
11664 (commit commit)))
11665 (file-name (git-file-name name version))
11666 (sha256
11667 (base32
11668 "1g77424jwq62qj06rvld44s5hp0dw8rw2pwmmag6gd536zf65xrj"))))
11669 (build-system emacs-build-system)
11670 (propagated-inputs
11671 `(("emacs-posframe" ,emacs-posframe)
11672 ("emacs-avy" ,emacs-avy)))
11673 (home-page "https://github.com/clemera/frog-menu")
11674 (synopsis "Quickly pick items from ad hoc menus")
11675 (description
11676 "This package provides a popup offering a preview of a list of
11677 candidates on which user-defined dispatch actions can act.")
11678 (license license:gpl3+))))
11679
11680 (define-public emacs-frog-jump-buffer
11681 (let ((commit "2d7b342785ae27d45f5d252272df6eb773c78e20")
11682 (revision "1"))
11683 (package
11684 (name "emacs-frog-jump-buffer")
11685 (version (git-version "0.1.4" revision commit))
11686 (source
11687 (origin
11688 (method git-fetch)
11689 (uri (git-reference
11690 (url "https://github.com/waymondo/frog-jump-buffer")
11691 (commit commit)))
11692 (file-name (git-file-name name version))
11693 (sha256
11694 (base32
11695 "1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"))))
11696 (build-system emacs-build-system)
11697 (propagated-inputs
11698 `(("emacs-dash" ,emacs-dash)
11699 ("emacs-frog-menu" ,emacs-frog-menu)
11700 ("emacs-avy" ,emacs-avy)))
11701 (home-page "https://github.com/waymondo/frog-jump-buffer")
11702 (synopsis "Jump to any Emacs buffer with minimal keystrokes")
11703 (description
11704 "This package provides a preview window of buffers that can be switched
11705 to with quicklink-style selections.")
11706 (license license:gpl3+))))
11707
11708 (define-public emacs-deft
11709 (package
11710 (name "emacs-deft")
11711 (version "0.8")
11712 (source
11713 (origin
11714 (method git-fetch)
11715 (uri (git-reference
11716 (url "https://github.com/jrblevin/deft.git")
11717 (commit (string-append "v" version))))
11718 (file-name (git-file-name name version))
11719 (sha256
11720 (base32
11721 "0z7cilgiz6krvl5h2z72hkch43qxmypb0k6p5vxn5lx1p6v0mrf2"))))
11722 (build-system emacs-build-system)
11723 (home-page "https://jblevins.org/projects/deft/")
11724 (synopsis "Quickly browse, filter, and edit plain text notes")
11725 (description
11726 "Deft is an Emacs mode for quickly browsing, filtering, and editing
11727 directories of plain text notes, inspired by Notational Velocity.")
11728 (license license:bsd-3)))
11729
11730 (define-public emacs-anzu
11731 (package
11732 (name "emacs-anzu")
11733 (version "0.62")
11734 (source
11735 (origin
11736 (method git-fetch)
11737 (uri (git-reference
11738 (url "https://github.com/syohex/emacs-anzu.git")
11739 (commit version)))
11740 (file-name (git-file-name name version))
11741 (sha256
11742 (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
11743 (build-system emacs-build-system)
11744 (home-page "https://github.com/syohex/emacs-anzu")
11745 (synopsis "Show number of matches in mode-line while searching")
11746 (description
11747 "Anzu provides a minor mode which displays \"current match/total
11748 matches\" in the mode line in various search modes. This is an Emacs port of
11749 Anzu.zim.")
11750 (license license:gpl3+)))
11751
11752 (define-public emacs-ascii-art-to-unicode
11753 (package
11754 (name "emacs-ascii-art-to-unicode")
11755 (version "1.12")
11756 (source
11757 (origin
11758 (method url-fetch)
11759 (uri (string-append "https://elpa.gnu.org/packages/ascii-art-to-unicode-"
11760 version ".el"))
11761 (sha256
11762 (base32
11763 "1w9h2lyriafxj71r79774gh822cz8mry3gdfzyj6ym6v9mvqypna"))))
11764 (build-system emacs-build-system)
11765 (home-page "https://elpa.gnu.org/packages/ascii-art-to-unicode.html")
11766 (synopsis "ASCII to Unicode art converter for Emacs")
11767 (description "This Emacs package provides the commands @command{aa2u} and
11768 @command{aa2u-rectangle}. Both of these commands can be used to convert
11769 simple ASCII art line drawings to Unicode; the former works on the active
11770 region of the buffer, while the latter works on rectangular selections.")
11771 (license license:gpl3+)))
11772
11773 (define-public emacs-emmet-mode
11774 (let ((commit "1acb821e0142136344ccf40c1e5fb664d7db2e70")
11775 (revision "1"))
11776 (package
11777 (name "emacs-emmet-mode")
11778 (version (git-version "1.0.8" revision commit))
11779 (source (origin
11780 (method git-fetch)
11781 (uri (git-reference
11782 (url "https://github.com/smihica/emmet-mode.git")
11783 (commit commit)))
11784 (file-name (git-file-name name version))
11785 (sha256
11786 (base32
11787 "1p25h191bm0h5b3w5apg7wks51k7pb7h4dlww4jbl9ri4d33fzcl"))))
11788 (build-system emacs-build-system)
11789 (home-page "https://github.com/smihica/emmet-mode")
11790 (synopsis "Unofficial Emmet's support for Emacs")
11791 (description
11792 "Unfold CSS-selector-like expressions to markup. It is intended to be
11793 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
11794 (license license:gpl3+))))
11795
11796 (define-public emacs-ergoemacs-mode
11797 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
11798 (revision "1"))
11799 (package
11800 (name "emacs-ergoemacs-mode")
11801 (version (git-version "5.16.10.12" revision commit))
11802 (source
11803 (origin
11804 (method git-fetch)
11805 (uri (git-reference
11806 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
11807 (commit commit)))
11808 (file-name (git-file-name name version))
11809 (sha256
11810 (base32
11811 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
11812 (build-system emacs-build-system)
11813 (propagated-inputs
11814 `(("emacs-undo-tree" ,emacs-undo-tree)))
11815 (home-page "https://ergoemacs.github.io/")
11816 (synopsis "Emacs mode based on common modern interface and ergonomics")
11817 (description
11818 "This package provides an efficient Emacs keybinding set based on
11819 statistics of command frequency, and supports common shortcuts for open,
11820 close, copy, cut, paste, undo, redo.")
11821 (license license:gpl3+))))
11822
11823 (define-public emacs-password-store
11824 (package
11825 (name "emacs-password-store")
11826 (version "1.7.3")
11827 (source (origin
11828 (method url-fetch)
11829 (uri
11830 (string-append "https://git.zx2c4.com/password-store/snapshot/"
11831 "password-store-" version ".tar.xz"))
11832 (sha256
11833 (base32
11834 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
11835 (build-system emacs-build-system)
11836 (arguments
11837 `(#:phases
11838 (modify-phases %standard-phases
11839 (add-after 'unpack 'extract-el-file
11840 (lambda _
11841 (copy-file "contrib/emacs/password-store.el" "password-store.el")
11842 (delete-file-recursively "contrib")
11843 (delete-file-recursively "man")
11844 (delete-file-recursively "src")
11845 (delete-file-recursively "tests"))))))
11846 (propagated-inputs
11847 `(("emacs-f" ,emacs-f)
11848 ("emacs-s" ,emacs-s)
11849 ("emacs-with-editor" ,emacs-with-editor)
11850 ("password-store" ,password-store)))
11851 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
11852 (synopsis "Password store (pass) support for Emacs")
11853 (description
11854 "This package provides functions for working with pass (\"the
11855 standard Unix password manager\").")
11856 (license license:gpl2+)))
11857
11858 (define-public emacs-auth-source-pass
11859 (let ((commit "847a1f54ed48856b4dfaaa184583ef2c84173edf")
11860 (revision "2"))
11861 (package
11862 (name "emacs-auth-source-pass")
11863 (version (git-version "5.0.0" revision commit))
11864 (source
11865 (origin
11866 (method git-fetch)
11867 (uri (git-reference
11868 (url "https://github.com/DamienCassou/auth-password-store.git")
11869 (commit commit)))
11870 (file-name (git-file-name name version))
11871 (sha256
11872 (base32 "0g48z5w6n3c54zqfpx65dfyl9jqbl15idvbb1hhw2pd9f9r8fykk"))))
11873 (build-system emacs-build-system)
11874 (arguments
11875 `(#:tests? #t
11876 #:test-command '("emacs" "--batch"
11877 "-L" "."
11878 "-l" "test/auth-source-pass-tests.el"
11879 "-f" "ert-run-tests-batch-and-exit")))
11880 (home-page "https://github.com/DamienCassou/auth-password-store")
11881 (synopsis "Integrate @code{auth-source} with @code{password-store}")
11882 (description "This package helps Emacs integrate with the Unix
11883 @code{password-store} application.")
11884 (license license:gpl3+))))
11885
11886 (define-public emacs-pass
11887 (package
11888 (name "emacs-pass")
11889 (version "1.8")
11890 (source
11891 (origin
11892 (method git-fetch)
11893 (uri (git-reference
11894 (url "https://github.com/NicolasPetton/pass.git")
11895 (commit version)))
11896 (file-name (git-file-name name version))
11897 (sha256
11898 (base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
11899 (build-system emacs-build-system)
11900 (propagated-inputs
11901 `(("emacs-password-store" ,emacs-password-store)
11902 ("emacs-f" ,emacs-f)))
11903 (home-page "https://github.com/NicolasPetton/pass")
11904 (synopsis "Major mode for @file{password-store.el}")
11905 (description "This is a major mode for managing password-store (pass)
11906 keychains. The keychain entries are displayed in a directory-like structure
11907 and can be consulted and modified.")
11908 (license license:gpl3+)))
11909
11910 (define-public emacs-evil-anzu
11911 (package
11912 (name "emacs-evil-anzu")
11913 (version "0.03")
11914 (source
11915 (origin
11916 (method git-fetch)
11917 (uri (git-reference
11918 (url "https://github.com/syohex/emacs-evil-anzu")
11919 (commit version)))
11920 (file-name (git-file-name name version))
11921 (sha256
11922 (base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
11923 (build-system emacs-build-system)
11924 (propagated-inputs
11925 `(("emacs-evil" ,emacs-evil)
11926 ("emacs-anzu" ,emacs-anzu)))
11927 (home-page "https://github.com/syohex/emacs-evil-anzu")
11928 (synopsis "Anzu for evil-mode")
11929 (description "@code{anzu} provides a minor mode that displays the current
11930 match and total match information in the mode-line in various search modes.")
11931 (license license:gpl3+)))
11932
11933 (define-public emacs-pg
11934 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
11935 (package
11936 (name "emacs-pg")
11937 (version (git-version "0.1" "1" commit))
11938 (source (origin
11939 (method git-fetch)
11940 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
11941 (commit commit)))
11942 (file-name (git-file-name name version))
11943 (sha256
11944 (base32
11945 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
11946 (build-system emacs-build-system)
11947 (home-page "https://github.com/cbbrowne/pg.el")
11948 (synopsis "Emacs Lisp interface for PostgreSQL")
11949 (description
11950 "This package provides an Emacs Lisp interface for PostgreSQL.")
11951 (license license:gpl3+))))
11952
11953 (define-public emacs-cl-generic
11954 (package
11955 (name "emacs-cl-generic")
11956 (version "0.3")
11957 (source
11958 (origin
11959 (method url-fetch)
11960 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
11961 version ".el"))
11962 (sha256
11963 (base32
11964 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
11965 (build-system emacs-build-system)
11966 (home-page "https://elpa.gnu.org/packages/seq.html")
11967 (synopsis
11968 "Forward @code{cl-generic} compatibility for Emacs before version 25")
11969 (description "This package provides a subset of the features of the
11970 @code{cl-generic} package introduced in Emacs-25, for use on previous
11971 @code{emacsen}.")
11972 (license license:gpl3+)))
11973
11974 (define-public emacs-finalize
11975 (package
11976 (name "emacs-finalize")
11977 (version "2.0.0")
11978 (source
11979 (origin
11980 (method git-fetch)
11981 (uri (git-reference
11982 (url "https://github.com/skeeto/elisp-finalize.git")
11983 (commit version)))
11984 (file-name (git-file-name name version))
11985 (sha256
11986 (base32 "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79"))))
11987 (build-system emacs-build-system)
11988 (propagated-inputs
11989 `(("emacs-cl-generic" ,emacs-cl-generic)))
11990 (home-page "https://github.com/skeeto/elisp-finalize")
11991 (synopsis "Finalizers for Emacs Lisp")
11992 (description
11993 "This package will allows to immediately run a callback (a finalizer)
11994 after its registered lisp object has been garbage collected. This allows for
11995 extra resources, such as buffers and processes, to be cleaned up after the
11996 object has been freed.")
11997 (license license:unlicense)))
11998
11999 (define-public emacs-emacsql
12000 (package
12001 (name "emacs-emacsql")
12002 (version "3.0.0")
12003 (source (origin
12004 (method git-fetch)
12005 (uri (git-reference
12006 (url "https://github.com/skeeto/emacsql.git")
12007 (commit (string-append version))))
12008 (file-name (git-file-name name version))
12009 (sha256
12010 (base32
12011 "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
12012 (build-system emacs-build-system)
12013 (arguments
12014 `(#:modules ((guix build emacs-build-system)
12015 (guix build utils)
12016 (guix build emacs-utils)
12017 (srfi srfi-26))
12018 #:phases
12019 (modify-phases %standard-phases
12020 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
12021 (add-before 'install 'patch-elisp-shell-shebangs
12022 (lambda _
12023 (substitute* (find-files "." "\\.el")
12024 (("/bin/sh") (which "sh")))
12025 #t))
12026 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
12027 (lambda _
12028 (setenv "SHELL" "sh")))
12029 (add-after 'setenv-shell 'build-emacsql-sqlite
12030 (lambda _
12031 (invoke "make" "binary" "CC=gcc")))
12032 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
12033 ;; This build phase installs emacs-emacsql binary.
12034 (lambda* (#:key outputs #:allow-other-keys)
12035 (install-file "sqlite/emacsql-sqlite"
12036 (string-append (assoc-ref outputs "out")
12037 "/bin"))
12038 #t))
12039 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
12040 ;; This build phase removes interactive prompts
12041 ;; and makes sure Emacs look for binaries in the right places.
12042 (lambda* (#:key outputs #:allow-other-keys)
12043 (let ((file "emacsql-sqlite.el"))
12044 (chmod file #o644)
12045 (emacs-substitute-sexps file
12046 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
12047 ("(executable-find" (which "gcc"))
12048 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
12049 ;; in the right place.
12050 ("(defvar emacsql-sqlite-executable"
12051 (string-append (assoc-ref outputs "out")
12052 "/bin/emacsql-sqlite"))))))
12053 (replace 'install
12054 (lambda* (#:key outputs #:allow-other-keys)
12055 (let* ((out (assoc-ref outputs "out")))
12056 (install-file "sqlite/emacsql-sqlite"
12057 (string-append out "/bin"))
12058 (for-each (cut install-file <>
12059 (string-append out "/share/emacs/site-lisp"))
12060 (find-files "." "\\.elc*$")))
12061 #t)))))
12062 (inputs
12063 `(("emacs-minimal" ,emacs-minimal)
12064 ("mariadb" ,mariadb "lib")
12065 ("mariadb-dev" ,mariadb "dev")
12066 ("postgresql" ,postgresql)))
12067 (propagated-inputs
12068 `(("emacs-finalize" ,emacs-finalize)
12069 ("emacs-pg" ,emacs-pg)))
12070 (home-page "https://github.com/skeeto/emacsql")
12071 (synopsis "Emacs high-level SQL database front-end")
12072 (description "Any readable Lisp value can be stored as a value in EmacSQL,
12073 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
12074 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
12075 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
12076 (license license:gpl3+)))
12077
12078 (define-public emacs-closql
12079 ;; Take a commit newer than 1.0.0 release because of Emacs upgrade to 26.3.
12080 (let ((commit "70b98dbae53611d10a461d9b4a6f71086910dcef"))
12081 (package
12082 (name "emacs-closql")
12083 (version (git-version "1.0.0" "1" commit))
12084 (source
12085 (origin
12086 (method git-fetch)
12087 (uri (git-reference
12088 (url "https://github.com/emacscollective/closql.git")
12089 (commit commit)))
12090 (file-name (git-file-name name version))
12091 (sha256
12092 (base32
12093 "1wvhrihg663f61yzc7f0vha2abjdnlwbk0gjcwakdfk1bhwf5ikh"))))
12094 (build-system emacs-build-system)
12095 (propagated-inputs
12096 `(("emacs-emacsql" ,emacs-emacsql)))
12097 (home-page "https://github.com/emacscollective/closql")
12098 (synopsis "Store EIEIO objects using EmacSQL")
12099 (description
12100 "This package allows to store uniform EIEIO objects in an EmacSQL
12101 database. SQLite is used as backend. This library imposes some restrictions
12102 on what kind of objects can be stored; it isn't intended to store arbitrary
12103 objects. All objects have to share a common superclass and subclasses cannot
12104 add any additional instance slots.")
12105 (license license:gpl3))))
12106
12107 (define-public emacs-epkg
12108 ;; The release version is to old for the current database scheme.
12109 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
12110 (package
12111 (name "emacs-epkg")
12112 (version (git-version "3.0.0" "1" commit))
12113 (source
12114 (origin
12115 (method git-fetch)
12116 (uri (git-reference
12117 (url "https://github.com/emacscollective/epkg.git")
12118 (commit commit)))
12119 (file-name (git-file-name name version))
12120 (sha256
12121 (base32
12122 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
12123 (build-system emacs-build-system)
12124 (propagated-inputs
12125 `(("emacs-closql" ,emacs-closql)
12126 ("emacs-dash" ,emacs-dash)))
12127 (home-page "https://emacsmirror.net")
12128 (synopsis "Browse the Emacsmirror package database")
12129 (description "This package provides access to a local copy of the
12130 Emacsmirror package database. It provides low-level functions for querying
12131 the database and a @file{package.el} user interface for browsing the database.
12132 Epkg itself is not a package manager.
12133
12134 Getting a local copy:
12135
12136 @example
12137 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
12138 cd ~/.emacs.d/epkgs
12139 git submodule init
12140 git config --global url.https://github.com/.insteadOf git@@github.com:
12141 git submodule update
12142 @end example
12143
12144 Some submodule may be missing. In this case Git will prompt for a GitHub user
12145 name and password. To skip it press a @key{Return} key.
12146
12147 You could get a Epkg package list by invoking @code{epkg-list-packages} in
12148 Emacs.")
12149 (license license:gpl3+))))
12150
12151 (define-public emacs-elisp-slime-nav
12152 (package
12153 (name "emacs-elisp-slime-nav")
12154 (version "0.9")
12155 (source
12156 (origin
12157 (method git-fetch)
12158 (uri (git-reference
12159 (url "https://github.com/purcell/elisp-slime-nav.git")
12160 (commit version)))
12161 (file-name (git-file-name name version))
12162 (sha256
12163 (base32 "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"))))
12164 (build-system emacs-build-system)
12165 (home-page "https://github.com/purcell/elisp-slime-nav")
12166 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
12167 (description
12168 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
12169 in @code{emacs-lisp-mode}, together with an elisp equivalent of
12170 @code{slime-describe-symbol}.")
12171 (license license:gpl3+)))
12172
12173 (define-public emacs-dedicated
12174 (package
12175 (name "emacs-dedicated")
12176 (version "1.0.0")
12177 (source
12178 (origin
12179 (method git-fetch)
12180 (uri (git-reference
12181 (url "https://github.com/emacsorphanage/dedicated.git")
12182 (commit version)))
12183 (file-name (git-file-name name version))
12184 (sha256
12185 (base32 "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414"))))
12186 (build-system emacs-build-system)
12187 (home-page "https://github.com/emacsorphanage/dedicated")
12188 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
12189 (description
12190 "This simple Emacs minor mode allows you to toggle a window's
12191 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
12192 files into that window. This can be quite handy since many commands will use
12193 another window to show results (compilation mode, starting info, and so on).
12194 A dedicated window won't be used for such a purpose. For details, please read
12195 the source file.")
12196 (license license:gpl2+)))
12197
12198 (define-public emacs-nnreddit
12199 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
12200 (revision "1"))
12201 (package
12202 (name "emacs-nnreddit")
12203 (version (string-append "0.0.1-" revision "."
12204 (string-take commit 7)))
12205 (source (origin
12206 (method git-fetch)
12207 (uri (git-reference
12208 (url "https://github.com/paul-issartel/nnreddit.git")
12209 (commit commit)))
12210 (file-name (git-file-name name version))
12211 (sha256
12212 (base32
12213 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
12214 (build-system emacs-build-system)
12215 (home-page "https://github.com/paul-issartel/nnreddit")
12216 (synopsis "Reddit backend for the Gnus newsreader")
12217 (description "@url{https://www.reddit.com} backend for the Gnus
12218 newsreader.")
12219 (license license:gpl3+))))
12220
12221 (define-public emacs-makey
12222 (package
12223 (name "emacs-makey")
12224 (version "0.3")
12225 (source
12226 (origin
12227 (method git-fetch)
12228 (uri (git-reference
12229 (url "https://github.com/mickeynp/makey.git")
12230 (commit version)))
12231 (file-name (git-file-name name version))
12232 (sha256
12233 (base32 "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"))))
12234 (build-system emacs-build-system)
12235 (home-page "https://github.com/mickeynp/makey")
12236 (synopsis "Emacs interactive command-line mode")
12237 (description
12238 "This package provides an Emacs interactive command-line mode.")
12239 (license license:gpl3+)))
12240
12241 (define-public emacs-outorg
12242 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
12243 (package
12244 (name "emacs-outorg")
12245 (version (git-version "2.0" "1" commit))
12246 (source
12247 (origin
12248 (method git-fetch)
12249 (uri (git-reference
12250 (url "https://github.com/alphapapa/outorg")
12251 (commit commit)))
12252 (file-name (git-file-name name version))
12253 (sha256
12254 (base32
12255 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
12256 (build-system emacs-build-system)
12257 (home-page "https://github.com/alphapapa/outorg")
12258 (synopsis "Org-style comment editing")
12259 (description "Outorg is for editing comment-sections of source-code
12260 files in temporary Org-mode buffers. It turns conventional
12261 literate-programming upside-down in that the default mode is the
12262 programming-mode, and special action has to be taken to switch to the
12263 text-mode (i.e. Org-mode).")
12264 (license license:gpl3+))))
12265
12266 (define-public emacs-outshine
12267 (package
12268 (name "emacs-outshine")
12269 (version "3.0.1")
12270 (source (origin
12271 (method git-fetch)
12272 (uri (git-reference
12273 (url "https://github.com/alphapapa/outshine.git")
12274 (commit (string-append "v" version))))
12275 (file-name (git-file-name name version))
12276 (sha256
12277 (base32
12278 "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
12279 (build-system emacs-build-system)
12280 (propagated-inputs
12281 `(("emacs-outorg" ,emacs-outorg)))
12282 (home-page "https://github.com/alphapapa/outshine")
12283 (synopsis "Emacs outline with outshine")
12284 (description "Outshine attempts to bring the look and feel of
12285 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
12286 of @code{outline-minor-mode} (@code{org-mode} itself derives from
12287 outline-mode), so there is no such thing like an outshine mode, only
12288 @code{outline-minor-mode} with outshine extensions loaded.")
12289 (license license:gpl3+)))
12290
12291 (define-public emacs-frecency
12292 (let ((commit "31ef9ff4af1a4fed3dcc24ea74037feea8795c87")
12293 (version "0.1-pre")
12294 (revision "1"))
12295 (package
12296 (name "emacs-frecency")
12297 (version (git-version version revision commit))
12298 (source (origin
12299 (method git-fetch)
12300 (uri (git-reference
12301 (url "https://github.com/alphapapa/frecency.el")
12302 (commit commit)))
12303 (sha256
12304 (base32
12305 "051aihjdg3x22svaxhwylpi8i6s2x9j8syvsj1jgilgjjdy15l6j"))
12306 (file-name (git-file-name name version))))
12307 (build-system emacs-build-system)
12308 (propagated-inputs
12309 `(("emacs-a" ,emacs-a)
12310 ("emacs-dash" ,emacs-dash)))
12311 (home-page "https://github.com/alphapapa/frecency.el")
12312 (synopsis "Sort items by frequency and recency of access")
12313 (description "This package provides a way of sorting items via
12314 a heuristic based on frequency and recency.")
12315 (license license:gpl3+))))
12316
12317 (define-public emacs-org-recent-headings
12318 (package
12319 (name "emacs-org-recent-headings")
12320 (version "0.1")
12321 (source (origin
12322 (method git-fetch)
12323 (uri (git-reference
12324 (url "https://github.com/alphapapa/org-recent-headings.git")
12325 (commit version)))
12326 (file-name (git-file-name name version))
12327 (sha256
12328 (base32
12329 "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy"))))
12330 (build-system emacs-build-system)
12331 (propagated-inputs
12332 `(("emacs-org" ,emacs-org)
12333 ("emacs-dash" ,emacs-dash)
12334 ("emacs-frecency" ,emacs-frecency)))
12335 (home-page "https://github.com/alphapapa/org-recent-headings")
12336 (synopsis "Navigate to recently used Org headings and lists")
12337 (description "This package maintains a list of recently used Org headings,
12338 as well as functions for navigating between these headings.")
12339 (license license:gpl3+)))
12340
12341 (define-public emacs-org-super-agenda
12342 ;; emacs-org-sidebar depends on a newer commit than the latest release version.
12343 (let ((commit "a87ca11fbbe72ab6c1c4c3b55ae9e1e93ebfb8ba")
12344 (revision "3"))
12345 (package
12346 (name "emacs-org-super-agenda")
12347 (version (git-version "1.1.1" revision commit))
12348 (source (origin
12349 (method git-fetch)
12350 (uri (git-reference
12351 (url "https://github.com/alphapapa/org-super-agenda")
12352 (commit commit)))
12353 (file-name (git-file-name name version))
12354 (sha256
12355 (base32
12356 "08b7babdaqblb6jff57an4kbcxk6fkhf668620fipfjgbsnqv3ff"))))
12357 (build-system emacs-build-system)
12358 (propagated-inputs
12359 `(("emacs-org" ,emacs-org)
12360 ("emacs-dash" ,emacs-dash)
12361 ("emacs-ts" ,emacs-ts)
12362 ("emacs-ht" ,emacs-ht)
12363 ("emacs-s" ,emacs-s)))
12364 (home-page "https://github.com/alphapapa/org-super-agenda")
12365 (synopsis "Supercharged Org agenda")
12366 (description "This package allows items in the Org agenda to be grouped
12367 into sections while preserving the structure imposed by any timestamps.")
12368 (license license:gpl3+))))
12369
12370 (define-public emacs-org-make-toc
12371 (package
12372 (name "emacs-org-make-toc")
12373 (version "0.4")
12374 (source (origin
12375 (method git-fetch)
12376 (uri (git-reference
12377 (url "https://github.com/alphapapa/org-make-toc")
12378 (commit version)))
12379 (file-name (git-file-name name version))
12380 (sha256
12381 (base32
12382 "0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw"))))
12383 (build-system emacs-build-system)
12384 (propagated-inputs
12385 `(("emacs-org" ,emacs-org)
12386 ("emacs-dash" ,emacs-dash)
12387 ("emacs-s" ,emacs-s)))
12388 (home-page "https://github.com/alphapapa/org-make-toc")
12389 (synopsis "Maintain a table of contents for an Org file")
12390 (description "This package facilitates the creation and maintenance of
12391 tables of contents.")
12392 (license license:gpl3+)))
12393
12394 (define-public emacs-ts
12395 (let ((commit "395649a2f2ba79028331bb1fa9ec08b218950ff6")
12396 (revision "2"))
12397 (package
12398 (name "emacs-ts")
12399 (version (git-version "0.1" revision commit))
12400 (source (origin
12401 (method git-fetch)
12402 (uri (git-reference
12403 (url "https://github.com/alphapapa/ts.el")
12404 (commit commit)))
12405 (sha256
12406 (base32
12407 "02603wv66fplsigxd87jy23hrb5g9vigszcpdqrdv0ypaqaxlr3a"))
12408 (file-name (git-file-name name version))))
12409 (build-system emacs-build-system)
12410 (propagated-inputs
12411 `(("emacs-s" ,emacs-s)
12412 ("emacs-dash" ,emacs-dash)))
12413 (arguments
12414 ;; XXX: Three tests are failing because of a timezone-related issue
12415 ;; with how they're written. On my machine, all the failing test
12416 ;; results are 18000 seconds (5 hours) off.
12417
12418 ;; The ts-parse-org function accepts a string without any timezone
12419 ;; info, not assumed to be in Unix time, and converts it to a so-called
12420 ;; ts struct. The ts-unix function (accessor) accepts a ts struct,
12421 ;; then seems to assume the struct's corresponding time is in terms of
12422 ;; the user's current time zone, before returning a Unix time in
12423 ;; seconds.
12424
12425 ;; The failing tests all have similar problems, but nothing else about
12426 ;; the library seems particularly off.
12427
12428 `(#:tests? #t
12429 #:test-command '("emacs" "--batch"
12430 "-l" "test/test.el"
12431 "-f" "ert-run-tests-batch-and-exit")
12432 #:phases
12433 (modify-phases %standard-phases
12434 (add-before 'check 'make-tests-writable
12435 (lambda _
12436 (make-file-writable "test/test.el")
12437 #t))
12438 (add-before 'check 'delete-failing-tests
12439 (lambda _
12440 (emacs-batch-edit-file "test/test.el"
12441 `(progn (progn
12442 (goto-char (point-min))
12443 (dolist (test-regexp '("ert-deftest ts-format"
12444 "ert-deftest ts-parse-org\\_>"
12445 "ert-deftest ts-parse-org-element"))
12446 (re-search-forward test-regexp)
12447 (beginning-of-line)
12448 (kill-sexp)))
12449 (basic-save-buffer)))
12450 #t)))))
12451 (home-page "https://github.com/alphapapa/ts.el")
12452 (synopsis "Timestamp and date/time library")
12453 (description "This package facilitates manipulating dates, times, and
12454 timestamps by providing a @code{ts} struct.")
12455 (license license:gpl3+))))
12456
12457 (define-public emacs-peg
12458 (package
12459 (name "emacs-peg")
12460 (version "0.6")
12461 (source (origin
12462 (method git-fetch)
12463 (uri (git-reference
12464 (url "https://github.com/emacsmirror/peg")
12465 (commit version)))
12466 (sha256
12467 (base32
12468 "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"))
12469 (file-name (git-file-name name version))))
12470 (build-system emacs-build-system)
12471 (home-page "https://github.com/emacsmirror/peg/")
12472 (synopsis "Parsing Expression Grammars in Elisp")
12473 (description "This package provides a macro that parses the current buffer
12474 according to a parsing expression grammar.")
12475 (license license:gpl3+)))
12476
12477 (define-public emacs-org-ql
12478 (package
12479 (name "emacs-org-ql")
12480 (version "0.3.2")
12481 (source (origin
12482 (method git-fetch)
12483 (uri (git-reference
12484 (url "https://github.com/alphapapa/org-ql")
12485 (commit version)))
12486 (sha256
12487 (base32
12488 "11bhpi2l28vp8mm9nx18jljbqdnh9vxpv9kp1dn9lpsgivcdbc34"))
12489 (file-name (git-file-name name version))))
12490 (build-system emacs-build-system)
12491 (propagated-inputs
12492 `(("emacs-s" ,emacs-s)
12493 ("emacs-f" ,emacs-f)
12494 ("emacs-ov" ,emacs-ov)
12495 ("emacs-peg" ,emacs-peg)
12496 ("emacs-org-super-agenda" ,emacs-org-super-agenda)
12497 ("emacs-ts" ,emacs-ts)
12498 ("emacs-org" ,emacs-org)
12499 ("emacs-helm" ,emacs-helm)
12500 ("emacs-helm-org" ,emacs-helm-org)
12501 ("emacs-dash" ,emacs-dash)))
12502 (native-inputs
12503 `(("emacs-buttercup" ,emacs-buttercup)))
12504 (arguments
12505 `(#:phases
12506 (modify-phases %standard-phases
12507 (add-after 'unpack 'require-helm
12508 (lambda _
12509 (substitute* "helm-org-ql.el"
12510 (("^;;;; Requirements")
12511 ";;;; Requirements\n(require 'helm)\n(require 'helm-org)"))
12512 #t)))
12513 #:tests? #t
12514 #:test-command '("buttercup" "-L" ".")))
12515 (home-page "https://github.com/alphapapa/org-ql/")
12516 (synopsis "Query language for Org buffers")
12517 (description "This package provides a Lispy query language for Org
12518 files, allowing for actions to be performed based on search criteria.")
12519 (license license:gpl3+)))
12520
12521 (define-public emacs-org-auto-expand
12522 (let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62")
12523 (revision "1"))
12524 (package
12525 (name "emacs-org-auto-expand")
12526 (version (git-version "0.1" revision commit))
12527 (source (origin
12528 (method git-fetch)
12529 (uri (git-reference
12530 (url "https://github.com/alphapapa/org-auto-expand")
12531 (commit commit)))
12532 (file-name (git-file-name name version))
12533 (sha256
12534 (base32
12535 "1my0c6xmkh37lwi6l472lz9d86lf20h6xcllzlxm1lxa24rhva6v"))))
12536 (build-system emacs-build-system)
12537 (propagated-inputs
12538 `(("emacs-org" ,emacs-org)
12539 ("emacs-dash" ,emacs-dash)))
12540 (home-page "https://github.com/alphapapa/org-auto-expand")
12541 (synopsis "Automatically expand certain Org headings")
12542 (description "This package allows a customizable set of headings in Org
12543 files to be expanded upon opening them.")
12544 (license license:gpl3+))))
12545
12546 (define-public emacs-parsebib
12547 (package
12548 (name "emacs-parsebib")
12549 (version "2.3.1")
12550 (source
12551 (origin
12552 (method git-fetch)
12553 (uri (git-reference
12554 (url "https://github.com/joostkremers/parsebib.git")
12555 (commit version)))
12556 (file-name (git-file-name name version))
12557 (sha256
12558 (base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh"))))
12559 (build-system emacs-build-system)
12560 (home-page "https://github.com/joostkremers/parsebib")
12561 (synopsis "Library for parsing bib files")
12562 (description
12563 "This package provides an Emacs library for parsing bib files.")
12564 (license license:gpl3+)))
12565
12566 (define-public emacs-ebib
12567 (let ((commit "99bd909f47f71e024ce324981109b73a50e82fba"))
12568 (package
12569 (name "emacs-ebib")
12570 (version "2.21")
12571 (source
12572 (origin
12573 (method git-fetch)
12574 (uri (git-reference
12575 (url "https://github.com/joostkremers/ebib.git")
12576 (commit commit)))
12577 (file-name (git-file-name name version))
12578 (sha256
12579 (base32
12580 "131vgl4d1j9s4055x88409w19q52x2m0x08b961hylp7yb5ljzgh"))))
12581 (build-system emacs-build-system)
12582 (propagated-inputs
12583 `(("emacs-parsebib" ,emacs-parsebib)))
12584 (home-page "http://joostkremers.github.io/ebib/")
12585 (synopsis "BibTeX database manager for Emacs")
12586 (description
12587 "Ebib is a BibTeX database manager that runs in GNU Emacs.
12588 With Ebib you can create, sort and manage your .bib database files,
12589 all within Emacs. It supports searching, multi-line field values and
12590 @@String and @@Preamble definitions. Ebib integrates with (La)TeX
12591 mode, Org mode and other Emacs editing modes.")
12592 ;; The Ebib source files are released under a BSD license with
12593 ;; the exception of org-ebib.el, which is released under the GNU
12594 ;; GPL.
12595 (license (list license:bsd-3
12596 license:gpl3+)))))
12597
12598 (define-public emacs-biblio
12599 (package
12600 (name "emacs-biblio")
12601 (version "0.2")
12602 (source
12603 (origin
12604 (method git-fetch)
12605 (uri (git-reference
12606 (url "https://github.com/cpitclaudel/biblio.el.git")
12607 (commit version)))
12608 (file-name (git-file-name name version))
12609 (sha256
12610 (base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
12611 (build-system emacs-build-system)
12612 (propagated-inputs
12613 `(("emacs-seq" ,emacs-seq)
12614 ("emacs-dash" ,emacs-dash)
12615 ("emacs-let-alist" ,emacs-let-alist)))
12616 (home-page "https://github.com/cpitclaudel/biblio.el")
12617 (synopsis "Browse and import bibliographic references")
12618 (description "This package provides an extensible Emacs package for
12619 browsing and fetching references.
12620
12621 @file{biblio.el} makes it easy to browse and gather bibliographic references
12622 and publications from various sources, by keywords or by DOI. References are
12623 automatically fetched from well-curated sources, and formatted as BibTeX.")
12624 (license license:gpl3+)))
12625
12626 (define-public emacs-helm-bibtex
12627 (let ((commit "d4471232be26793fbf56c0ac3690b5f537c378b9")
12628 (revision "2"))
12629 (package
12630 (name "emacs-helm-bibtex")
12631 (version (string-append "2.0.0" "-" revision "."
12632 (string-take commit 7)))
12633 (source
12634 (origin
12635 (method git-fetch)
12636 (uri (git-reference
12637 (url "https://github.com/tmalsburg/helm-bibtex.git")
12638 (commit commit)))
12639 (file-name (git-file-name name version))
12640 (sha256
12641 (base32
12642 "1bkzhic6qckb267025il1r3xcpz99kisphxiafni1pxvf9jafr0j"))))
12643 (build-system emacs-build-system)
12644 (propagated-inputs
12645 `(("emacs-helm" ,emacs-helm)
12646 ("emacs-parsebib" ,emacs-parsebib)
12647 ("emacs-s" ,emacs-s)
12648 ("emacs-dash" ,emacs-dash)
12649 ("emacs-f" ,emacs-f)
12650 ("emacs-biblio" ,emacs-biblio)
12651 ("emacs-ivy" ,emacs-ivy)))
12652 (home-page "https://github.com/tmalsburg/helm-bibtex")
12653 (synopsis "Bibliography manager based on Helm")
12654 (description "This package provides bibliography manager for Emacs,
12655 based on Helm and the bibtex-completion backend.
12656
12657 Key features:
12658
12659 @itemize
12660 @item Quick access to your bibliography from within Emacs
12661 @item Powerful search capabilities
12662 @item Provides instant search results as you type
12663 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
12664 @item Open the PDFs, URLs, or DOIs associated with an entry
12665 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
12666 BibTeX entries, or plain text references at point, attach PDFs to emails
12667 @item Support for note taking
12668 @item Quick access to online bibliographic databases such as Pubmed,
12669 arXiv, Google Scholar, Library of Congress, etc.
12670 @item Imports BibTeX entries from CrossRef and other sources.
12671 @end itemize\n")
12672 (license license:gpl3+))))
12673
12674 (define-public emacs-ewmctrl
12675 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
12676 (package
12677 (name "emacs-ewmctrl")
12678 (version (git-version "0.0.1" "1" commit))
12679 (source
12680 (origin
12681 (method git-fetch)
12682 (uri (git-reference
12683 (url "https://github.com/flexibeast/ewmctrl.git")
12684 (commit commit)))
12685 (file-name (git-file-name name version))
12686 (sha256
12687 (base32
12688 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
12689 (build-system emacs-build-system)
12690 (arguments
12691 '(#:phases
12692 (modify-phases %standard-phases
12693 (add-after 'unpack 'patch-ewmctrl
12694 ;; This build phase makes sure ‘ewmctrl’ looks
12695 ;; for ‘wmctrl’ in the right place.
12696 (lambda _
12697 (let ((file "ewmctrl.el"))
12698 (chmod file #o644)
12699 (emacs-substitute-sexps file
12700 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
12701 (inputs
12702 `(("wmctrl" ,wmctrl)))
12703 (home-page "https://github.com/flexibeast/ewmctrl")
12704 (synopsis "Emacs interface to @code{wmctrl}")
12705 (description "@code{ewmctrl} provides an Emacs interface to
12706 @code{wmctrl} command-line window-management program.")
12707 (license license:gpl3+))))
12708
12709 (define-public emacs-erc-image
12710 (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
12711 (revision "1"))
12712 (package
12713 (name "emacs-erc-image")
12714 (version (git-version "0" revision commit))
12715 (source
12716 (origin
12717 (method git-fetch)
12718 (uri (git-reference
12719 (url "https://github.com/kidd/erc-image.el")
12720 (commit commit)))
12721 (file-name (git-file-name name version))
12722 (sha256
12723 (base32
12724 "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
12725 (build-system emacs-build-system)
12726 (home-page "https://github.com/kidd/erc-image.el")
12727 (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
12728 (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
12729 and @code{erc-send-modify-hook} to download and show images.")
12730 (license license:gpl3+))))
12731
12732 (define-public emacs-helm-gtags
12733 (package
12734 (name "emacs-helm-gtags")
12735 (version "1.5.6")
12736 (source
12737 (origin
12738 (method git-fetch)
12739 (uri (git-reference
12740 (url "https://github.com/syohex/emacs-helm-gtags.git")
12741 (commit version)))
12742 (file-name (git-file-name name version))
12743 (sha256
12744 (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
12745 (build-system emacs-build-system)
12746 (propagated-inputs
12747 `(("emacs-helm" ,emacs-helm)))
12748 (home-page "https://github.com/syohex/emacs-helm-gtags")
12749 (synopsis "Emacs Helm interface to GNU Global")
12750 (description
12751 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
12752 (license license:gpl3+)))
12753
12754 (define-public emacs-list-utils
12755 (package
12756 (name "emacs-list-utils")
12757 (version "0.4.4")
12758 (source
12759 (origin
12760 (method git-fetch)
12761 (uri (git-reference
12762 (url "https://github.com/rolandwalker/list-utils.git")
12763 (commit (string-append "v" version))))
12764 (file-name (git-file-name name version))
12765 (sha256
12766 (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
12767 (build-system emacs-build-system)
12768 (home-page "https://github.com/rolandwalker/list-utils")
12769 (synopsis "List-manipulation utility functions")
12770 (description "This package provides a list manipulation library for Emacs.")
12771 (license license:gpl3+)))
12772
12773 (define-public emacs-move-text
12774 (package
12775 (name "emacs-move-text")
12776 (version "2.0.8")
12777 (source
12778 (origin
12779 (method git-fetch)
12780 (uri (git-reference
12781 (url "https://github.com/emacsfodder/move-text.git")
12782 (commit version)))
12783 (file-name (git-file-name name version))
12784 (sha256
12785 (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"))))
12786 (build-system emacs-build-system)
12787 (home-page "https://github.com/emacsfodder/move-text")
12788 (synopsis "Move current line or region with M-up or M-down")
12789 (description "This package provide functions to move the current line
12790 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
12791 region instead.")
12792 (license license:gpl3+)))
12793
12794 (define-public emacs-validate
12795 (package
12796 (name "emacs-validate")
12797 (version "1.0.5")
12798 (source (origin
12799 (method git-fetch)
12800 (uri (git-reference
12801 (url "https://github.com/Malabarba/validate.el")
12802 (commit version)))
12803 (file-name (git-file-name name version))
12804 (sha256
12805 (base32
12806 "1l12ibx6cw4mgicgjpw71fb4fr4sd0k54lvbpq7ngc29br3j6i4v"))))
12807 (build-system emacs-build-system)
12808 (home-page "https://github.com/Malabarba/validate.el")
12809 (synopsis "Emacs library for scheme validation")
12810 (description "This Emacs library provides two functions that perform
12811 schema validation.")
12812 (license license:gpl3+)))
12813
12814 (define-public emacs-rainbow-blocks
12815 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
12816 (package
12817 (name "emacs-rainbow-blocks")
12818 (version (git-version "1.0.0" "1" commit))
12819 (source (origin
12820 (method git-fetch)
12821 (uri (git-reference
12822 (url "https://github.com/istib/rainbow-blocks.git")
12823 (commit commit)))
12824 (file-name (git-file-name name version))
12825 (sha256
12826 (base32
12827 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
12828 (build-system emacs-build-system)
12829 (home-page "https://github.com/istib/rainbow-blocks")
12830 (synopsis "Highlight sexp blocks")
12831 (description "Rainbow-blocks is an Emacs mode that highlights blocks
12832 made of parentheses, brackets, and braces according to their depth. Each
12833 successive level is highlighted in a different color. This makes it easy to
12834 orient yourself in the code, and tell which statements are at a given level.")
12835 (license license:gpl3+))))
12836
12837 (define-public emacs-hierarchy
12838 (package
12839 (name "emacs-hierarchy")
12840 (version "0.7.0")
12841 (source
12842 (origin
12843 (method git-fetch)
12844 (uri (git-reference
12845 (url "https://github.com/DamienCassou/hierarchy.git")
12846 (commit (string-append "v" version))))
12847 (file-name (git-file-name name version))
12848 (sha256
12849 (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
12850 (build-system emacs-build-system)
12851 (native-inputs
12852 `(("emacs-buttercup" ,emacs-buttercup)))
12853 (arguments
12854 `(#:tests? #t
12855 #:test-command '("buttercup" "-L" ".")))
12856 (home-page "https://github.com/DamienCassou/hierarchy")
12857 (synopsis "Library to create and display hierarchy structures")
12858 (description "This package provides an Emacs library to create, query,
12859 navigate and display hierarchy structures.")
12860 (license license:gpl3+)))
12861
12862 (define-public emacs-tree-mode
12863 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
12864 (revision "1"))
12865 (package
12866 (name "emacs-tree-mode")
12867 (version (string-append "0.0.1" "-" revision "."
12868 (string-take commit 7)))
12869 (source
12870 (origin
12871 (method git-fetch)
12872 (uri (git-reference
12873 (url "https://github.com/emacsorphanage/tree-mode.git")
12874 (commit commit)))
12875 (file-name (git-file-name name version))
12876 (sha256
12877 (base32
12878 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
12879 (build-system emacs-build-system)
12880 (home-page "https://github.com/emacsorphanage/tree-mode")
12881 (synopsis "Emacs mode to manage tree widgets")
12882 (description
12883 "This package provides an Emacs library to manage tree widgets.")
12884 (license license:gpl3+))))
12885
12886 (define-public emacs-md4rd
12887 (package
12888 (name "emacs-md4rd")
12889 (version "0.3.1")
12890 (source (origin
12891 (method git-fetch)
12892 (uri (git-reference
12893 (url "https://github.com/ahungry/md4rd.git")
12894 (commit version)))
12895 (file-name (git-file-name name version))
12896 (sha256
12897 (base32
12898 "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
12899 (propagated-inputs
12900 `(("emacs-hierarchy" ,emacs-hierarchy)
12901 ("emacs-request" ,emacs-request)
12902 ("emacs-dash" ,emacs-dash)
12903 ("emacs-s" ,emacs-s)
12904 ("emacs-tree-mode" ,emacs-tree-mode)))
12905 (build-system emacs-build-system)
12906 (home-page "https://github.com/ahungry/md4rd")
12907 (synopsis "Emacs Mode for Reddit")
12908 (description
12909 "This package allows to read Reddit from within Emacs interactively.")
12910 (license license:gpl3+)))
12911
12912 (define-public emacs-pulseaudio-control
12913 (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
12914 (revision "3"))
12915 (package
12916 (name "emacs-pulseaudio-control")
12917 (version (git-version "0.0.1" revision commit))
12918 (source
12919 (origin
12920 (method git-fetch)
12921 (uri (git-reference
12922 (url "https://github.com/flexibeast/pulseaudio-control.git")
12923 (commit commit)))
12924 (file-name (git-file-name name version))
12925 (sha256
12926 (base32
12927 "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
12928 (build-system emacs-build-system)
12929 (arguments
12930 '(#:phases (modify-phases %standard-phases
12931 (add-after 'unpack 'patch-file-name
12932 (lambda* (#:key inputs #:allow-other-keys)
12933 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
12934 (chmod "pulseaudio-control.el" #o600)
12935 (emacs-substitute-variables "pulseaudio-control.el"
12936 ("pulseaudio-control-pactl-path"
12937 (string-append pulseaudio "/bin/pactl")))
12938 #t))))))
12939 (inputs `(("pulseaudio" ,pulseaudio)))
12940 (home-page "https://github.com/flexibeast/pulseaudio-control")
12941 (synopsis "Control @code{pulseaudio} from Emacs")
12942 (description
12943 "This package allows to control @code{pulseaudio} from Emacs.")
12944 (license license:gpl3+))))
12945
12946 (define-public emacs-datetime
12947 (package
12948 (name "emacs-datetime")
12949 (version "0.3")
12950 (source
12951 (origin
12952 (method git-fetch)
12953 (uri (git-reference
12954 (url "https://github.com/doublep/datetime.git")
12955 (commit version)))
12956 (file-name (git-file-name name version))
12957 (sha256
12958 (base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5"))))
12959 (build-system emacs-build-system)
12960 (home-page "https://github.com/doublep/datetime/")
12961 (synopsis "Library to work with dates in Emacs")
12962 (description "Parsing, formatting, matching and recoding
12963 timestamps and date-time format strings library for Emacs.")
12964 (license license:gpl3+)))
12965
12966 (define-public emacs-org-mind-map
12967 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
12968 (revision "1"))
12969 (package
12970 (name "emacs-org-mind-map")
12971 (version (string-append "0.0.1" "-" revision "."
12972 (string-take commit 7)))
12973 (source
12974 (origin
12975 (method git-fetch)
12976 (uri (git-reference
12977 (url "https://github.com/theodorewiles/org-mind-map.git")
12978 (commit commit)))
12979 (file-name (git-file-name name version))
12980 (sha256
12981 (base32
12982 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
12983 (propagated-inputs
12984 `(("emacs-dash" ,emacs-dash)))
12985 (build-system emacs-build-system)
12986 (home-page "https://github.com/theodorewiles/org-mind-map")
12987 (synopsis "Create Graphviz directed graphs from Org files")
12988 (description
12989 "This package creates Graphviz directed graphs from Org files.")
12990 (license license:gpl3+))))
12991
12992 (define-public emacs-npm-mode
12993 (package
12994 (name "emacs-npm-mode")
12995 (version "0.6.0")
12996 (source
12997 (origin
12998 (method git-fetch)
12999 (uri (git-reference
13000 (url "https://github.com/mojochao/npm-mode.git")
13001 (commit version)))
13002 (file-name (git-file-name name version))
13003 (sha256
13004 (base32 "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"))))
13005 (build-system emacs-build-system)
13006 (home-page "https://github.com/mojochao/npm-mode")
13007 (synopsis "Minor mode for working with @code{npm} projects")
13008 (description
13009 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
13010 (license license:gpl3+)))
13011
13012 (define-public emacs-seq
13013 (package
13014 (name "emacs-seq")
13015 (version "2.20")
13016 (source
13017 (origin
13018 (method url-fetch)
13019 (uri (string-append "https://elpa.gnu.org/packages/seq-" version ".tar"))
13020 (sha256
13021 (base32
13022 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
13023 (build-system emacs-build-system)
13024 (home-page "https://elpa.gnu.org/packages/seq.html")
13025 (synopsis "Sequence manipulation functions")
13026 (description "Sequence-manipulation functions that complement basic
13027 functions provided by @file{subr.el}.")
13028 (license license:gpl3+)))
13029
13030 (define-public emacs-itail
13031 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
13032 (revision "1"))
13033 (package
13034 (name "emacs-itail")
13035 (version (string-append "0.0.1" "-" revision "."
13036 (string-take commit 7)))
13037 (source
13038 (origin
13039 (method git-fetch)
13040 (uri (git-reference
13041 (url "https://github.com/re5et/itail.git")
13042 (commit commit)))
13043 (file-name (git-file-name name version))
13044 (sha256
13045 (base32
13046 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
13047 (build-system emacs-build-system)
13048 (home-page "https://github.com/re5et/itail")
13049 (synopsis "Interactive @code{tail} Emacs mode")
13050 (description "@code{itail} provides interactive @code{tail} mode
13051 that allows you to filter the tail with unix pipes and highlight the
13052 contents of the tailed file. Works locally or on remote files using
13053 tramp.")
13054 (license license:gpl3+))))
13055
13056 (define-public emacs-loop
13057 (package
13058 (name "emacs-loop")
13059 (version "1.3")
13060 (source
13061 (origin
13062 (method git-fetch)
13063 (uri (git-reference
13064 (url "https://github.com/Wilfred/loop.el.git")
13065 (commit version)))
13066 (file-name (git-file-name name version))
13067 (sha256
13068 (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
13069 (build-system emacs-build-system)
13070 (native-inputs
13071 `(("emacs-ert-runner" ,emacs-ert-runner)
13072 ("emacs-undercover" ,emacs-undercover)))
13073 (arguments
13074 `(#:tests? #t
13075 #:test-command '("ert-runner")))
13076 (home-page "https://github.com/Wilfred/loop.el")
13077 (synopsis "Imperative loop structures for Emacs")
13078 (description "Loop structures familiar to users of other languages. This
13079 library adds a selection of popular loop structures as well as break and
13080 continue.")
13081 (license license:gpl3+)))
13082
13083 (define-public emacs-elisp-refs
13084 (package
13085 (name "emacs-elisp-refs")
13086 (version "1.3")
13087 (source
13088 (origin
13089 (method git-fetch)
13090 (uri (git-reference
13091 (url "https://github.com/Wilfred/elisp-refs.git")
13092 (commit version)))
13093 (file-name (git-file-name name version))
13094 (sha256
13095 (base32 "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"))))
13096 (build-system emacs-build-system)
13097 (propagated-inputs
13098 `(("emacs-dash" ,emacs-dash)
13099 ("emacs-f" ,emacs-f)
13100 ("emacs-list-utils" ,emacs-list-utils)
13101 ("emacs-loop" ,emacs-loop)
13102 ("emacs-s" ,emacs-s)
13103 ("emacs-shut-up" ,emacs-shut-up)))
13104 (native-inputs
13105 `(("emacs-ert-runner" ,emacs-ert-runner)
13106 ("emacs-undercover" ,emacs-undercover)))
13107 (arguments
13108 `(#:tests? #t
13109 #:test-command '("ert-runner")))
13110 (home-page "https://github.com/Wilfred/elisp-refs")
13111 (synopsis "Find callers of elisp functions or macros")
13112 (description "Find references to functions, macros or variables. Unlike a
13113 dumb text search, @code{elisp-refs} actually parses the code, so it's never
13114 confused by comments or @code{foo-bar} matching @code{foo}.")
13115 (license license:gpl3+)))
13116
13117 (define-public emacs-crux
13118 (let ((commit "308f17d914e2cd79cbc809de66d02b03ceb82859")
13119 (revision "2"))
13120 (package
13121 (name "emacs-crux")
13122 (version (git-version "0.3.0" revision commit))
13123 (source
13124 (origin
13125 (method git-fetch)
13126 (uri (git-reference
13127 (url "https://github.com/bbatsov/crux.git")
13128 (commit commit)))
13129 (file-name (git-file-name name version))
13130 (sha256
13131 (base32
13132 "0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x"))))
13133 (build-system emacs-build-system)
13134 (home-page "https://github.com/bbatsov/crux")
13135 (synopsis "Collection of useful functions for Emacs")
13136 (description
13137 "@code{crux} provides a collection of useful functions for Emacs.")
13138 (license license:gpl3+))))
13139
13140 (define-public emacs-edit-server
13141 (package
13142 (name "emacs-edit-server")
13143 (version "1.13")
13144 (source
13145 (origin
13146 (method git-fetch)
13147 (uri (git-reference
13148 (url "https://github.com/stsquad/emacs_chrome.git")
13149 (commit (string-append "v" version))))
13150 (file-name (git-file-name name version))
13151 (sha256
13152 (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
13153 (build-system emacs-build-system)
13154 (arguments
13155 `(#:phases
13156 (modify-phases %standard-phases
13157 (add-after 'unpack 'chdir-elisp
13158 ;; Elisp directory is not in root of the source.
13159 (lambda _
13160 (chdir "servers"))))))
13161 (home-page "https://github.com/stsquad/emacs_chrome")
13162 (synopsis "Server that responds to edit requests from Chromium")
13163 (description
13164 "This package provides an edit server to respond to requests from Emacs.")
13165 (license license:gpl3+)))
13166
13167 (define-public emacs-m-buffer-el
13168 (package
13169 (name "emacs-m-buffer-el")
13170 (version "0.15")
13171 (source
13172 (origin
13173 (method git-fetch)
13174 (uri (git-reference
13175 (url "https://github.com/phillord/m-buffer-el")
13176 (commit (string-append "v" version))))
13177 (file-name (git-file-name name version))
13178 (sha256
13179 (base32
13180 "1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809"))))
13181 (arguments
13182 `(#:phases
13183 (modify-phases %standard-phases
13184 (add-before 'install 'check
13185 (lambda* (#:key inputs #:allow-other-keys)
13186 (invoke "emacs" "--batch" "-L" "."
13187 "-l" "test/m-buffer-test.el"
13188 "-l" "test/m-buffer-at-test.el"
13189 "-f" "ert-run-tests-batch-and-exit"))))))
13190 (build-system emacs-build-system)
13191 (home-page "https://github.com/phillord/m-buffer-el")
13192 (synopsis "List oriented buffer operations for Emacs")
13193 (description "@code{m-buffer} provides a set of list-orientated functions
13194 for operating over the contents of Emacs buffers.")
13195 (license license:gpl3+)))
13196
13197 (define-public emacs-let-alist
13198 (package
13199 (name "emacs-let-alist")
13200 (version "1.0.6")
13201 (source
13202 (origin
13203 (method url-fetch)
13204 (uri (string-append
13205 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
13206 (sha256
13207 (base32 "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"))))
13208 (build-system emacs-build-system)
13209 (home-page "https://elpa.gnu.org/packages/let-alist.html")
13210 (synopsis "Easily let-bind values of an assoc-list by their names")
13211 (description "This package offers a single macro, @code{let-alist}. This
13212 macro takes a first argument (whose value must be an alist) and a body.")
13213 (license license:gpl3+)))
13214
13215 (define-public emacs-esup
13216 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
13217 (revision "1"))
13218 (package
13219 (name "emacs-esup")
13220 (version (string-append "0.6" "-" revision "."
13221 (string-take commit 7)))
13222 (source
13223 (origin
13224 (method git-fetch)
13225 (uri (git-reference
13226 (url "https://github.com/jschaf/esup.git")
13227 (commit commit)))
13228 (file-name (git-file-name name version))
13229 (sha256
13230 (base32
13231 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
13232 ;; TODO: Add tests
13233 (build-system emacs-build-system)
13234 (home-page "https://github.com/jschaf/esup")
13235 (synopsis "Emacs start up profiler")
13236 (description "Benchmark Emacs Startup time without ever leaving
13237 your Emacs.")
13238 (license license:gpl2+))))
13239
13240 (define-public emacs-restart-emacs
13241 (let ((commit "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9")
13242 (revision "1"))
13243 (package
13244 (name "emacs-restart-emacs")
13245 (version (git-version "0.1.1" revision commit))
13246 (source
13247 (origin
13248 (method git-fetch)
13249 (uri (git-reference
13250 (url "https://github.com/iqbalansari/restart-emacs.git")
13251 (commit commit)))
13252 (file-name (git-file-name name version))
13253 (sha256
13254 (base32 "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav"))))
13255 (build-system emacs-build-system)
13256 (home-page "https://github.com/iqbalansari/restart-emacs")
13257 (synopsis "Restart Emacs from within Emacs")
13258 (description "This package provides a simple command to restart Emacs from
13259 within Emacs.")
13260 (license license:gpl3+))))
13261
13262 (define-public emacs-sourcemap
13263 (package
13264 (name "emacs-sourcemap")
13265 (version "0.03")
13266 (source
13267 (origin
13268 (method git-fetch)
13269 (uri (git-reference
13270 (url "https://github.com/syohex/emacs-sourcemap.git")
13271 (commit version)))
13272 (file-name (git-file-name name version))
13273 (sha256
13274 (base32 "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"))))
13275 (build-system emacs-build-system)
13276 (home-page "https://github.com/syohex/emacs-sourcemap")
13277 (synopsis "Sourcemap parser")
13278 (description "Sourcemap parser")
13279 (license license:gpl3+)))
13280
13281 (define-public emacs-macrostep
13282 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
13283 (package
13284 (name "emacs-macrostep")
13285 (version (git-version "0.9" "1" commit))
13286 (source (origin
13287 (method git-fetch)
13288 (uri (git-reference
13289 (url "https://github.com/joddie/macrostep.git")
13290 (commit commit)))
13291 (file-name (git-file-name name version))
13292 (sha256
13293 (base32
13294 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
13295 (build-system emacs-build-system)
13296 (arguments
13297 '(#:phases
13298 (modify-phases %standard-phases
13299 (add-before 'check 'remove-test
13300 ;; Fails because of requirement ‘/bin/sh’.
13301 (lambda _
13302 (let ((file "macrostep-test.el"))
13303 (chmod file #o644)
13304 (emacs-batch-edit-file file
13305 `(progn (progn (goto-char (point-min))
13306 (re-search-forward
13307 "(ert-deftest macrostep-expand-c-macros")
13308 (beginning-of-line)
13309 (kill-sexp))
13310 (basic-save-buffer))))))
13311 (add-before 'install 'check
13312 (lambda _
13313 (invoke "emacs" "--batch" "-L" "."
13314 "-l" "macrostep-test.el"
13315 "-f" "ert-run-tests-batch-and-exit"))))))
13316 (home-page "https://github.com/joddie/macrostep")
13317 (synopsis "Interactive macro-expander for Emacs")
13318 (description "@code{macrostep} is an Emacs minor mode for interactively
13319 stepping through the expansion of macros in Emacs Lisp source code. It lets
13320 you see exactly what happens at each step of the expansion process by
13321 pretty-printing the expanded forms inline in the source buffer, which is
13322 temporarily read-only while macro expansions are visible. You can expand and
13323 collapse macro forms one step at a time, and evaluate or instrument the
13324 expansions for debugging with Edebug as normal (but see “Bugs and known
13325 limitations”, below). Single-stepping through the expansion is particularly
13326 useful for debugging macros that expand into another macro form. These can be
13327 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
13328 until the top-level form is no longer a macro call.")
13329 (license license:gpl3+))))
13330
13331 (define-public emacs-parent-mode
13332 (package
13333 (name "emacs-parent-mode")
13334 (version "2.3")
13335 (source
13336 (origin
13337 (method git-fetch)
13338 (uri (git-reference
13339 (url "https://github.com/Fanael/parent-mode.git")
13340 (commit version)))
13341 (file-name (git-file-name name version))
13342 (sha256
13343 (base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
13344 (build-system emacs-build-system)
13345 (home-page "https://github.com/Fanael/parent-mode")
13346 (synopsis "Get major mode's parent modes")
13347 (description "Get major mode's parent modes")
13348 (license license:gpl3+)))
13349
13350 (define-public emacs-lacarte
13351 (package
13352 (name "emacs-lacarte")
13353 (version "0.1")
13354 (source (origin
13355 (method url-fetch)
13356 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
13357 (sha256
13358 (base32
13359 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
13360 (build-system emacs-build-system)
13361 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
13362 (synopsis "Execute menu items as commands, with completion")
13363 (description "Execute menu items as commands, with completion.")
13364 (license license:gpl3)))
13365
13366 (define-public emacs-isearch-prop
13367 (let ((commit "4a2765f835dd115d472142da05215c4c748809f4")
13368 (revision "2"))
13369 (package
13370 (name "emacs-isearch-prop")
13371 (version (git-version "0" revision commit))
13372 (source
13373 (origin
13374 (method git-fetch)
13375 (uri (git-reference
13376 (url "https://github.com/emacsmirror/isearch-prop.git")
13377 (commit commit)))
13378 (file-name (git-file-name name version))
13379 (sha256
13380 (base32
13381 "06gdk5m84q6pxwng8rjxny1zkll8f3m2x6lw4xyib2dvg7iaslh3"))))
13382 (build-system emacs-build-system)
13383 (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
13384 (synopsis "Extensions to @code{isearch.el}")
13385 (description "The Emacs library @code{isearch-prop.el} lets you search within
13386 contexts. You can limit incremental search to a set of zones of
13387 buffer text, search contexts that in effect constitute a multi-region.
13388 These zones can be defined in various ways, including some ways
13389 provided specially by this library.")
13390 (license license:gpl3+))))
13391
13392 (define-public emacs-company-lua
13393 (let ((commit "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52")
13394 (revision "2"))
13395 (package
13396 (name "emacs-company-lua")
13397 (version (git-version "0.1" "2" commit))
13398 (source
13399 (origin
13400 (method git-fetch)
13401 (uri (git-reference
13402 (url "https://github.com/ptrv/company-lua.git")
13403 (commit commit)))
13404 (file-name (git-file-name name version))
13405 (sha256
13406 (base32
13407 "0ny2dcc7c585p7v3j6q0rpkbj1qmf2ismy8a5020jpr585xvz0hh"))))
13408 (build-system emacs-build-system)
13409 (propagated-inputs
13410 `(("emacs-company" ,emacs-company)
13411 ("emacs-s" ,emacs-s)
13412 ("emacs-f" ,emacs-f)
13413 ("emacs-lua-mode" ,emacs-lua-mode)))
13414 (arguments
13415 `(#:include (cons* "^lua\\/" %default-include)))
13416 (home-page "https://github.com/ptrv/company-lua")
13417 (synopsis "Company backend for Lua")
13418 (description
13419 "This package provides Company backend for Lua programming language.")
13420 (license license:gpl3+))))
13421
13422 (define-public emacs-beginend
13423 (package
13424 (name "emacs-beginend")
13425 (version "2.0.0")
13426 (source
13427 (origin
13428 (method git-fetch)
13429 (uri (git-reference
13430 (url "https://github.com/DamienCassou/beginend.git")
13431 (commit (string-append "v" version))))
13432 (file-name (git-file-name name version))
13433 (sha256
13434 (base32 "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"))))
13435 ;; TODO: Run tests.
13436 (build-system emacs-build-system)
13437 (inputs
13438 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
13439 (home-page "https://github.com/DamienCassou/beginend")
13440 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
13441 (description "@code{beginend} redefines @code{M-<} and @code{M->}
13442 keybindings for Emacs modes so that point moves to meaningful
13443 locations. Redefined keys are still accessible by pressing the same
13444 key again.")
13445 (license license:gpl3+)))
13446
13447 (define-public emacs-mbsync
13448 (let ((commit "b62491c0e0d89eb9c66261a16d7ac81231c9c453")
13449 (revision "4"))
13450 (package
13451 (name "emacs-mbsync")
13452 (version (git-version "0.1.2" revision commit))
13453 (source
13454 (origin
13455 (method git-fetch)
13456 (uri (git-reference
13457 (url "https://github.com/dimitri/mbsync-el.git")
13458 (commit commit)))
13459 (file-name (git-file-name name version))
13460 (sha256
13461 (base32
13462 "1zlih37mkqjn2czl12zn7lgxxljvrwhqqpbksj9c91zn0f0rm3mz"))))
13463 (build-system emacs-build-system)
13464 (home-page "https://github.com/dimitri/mbsync-el")
13465 (synopsis "Interface to mbsync for Emacs")
13466 (description "This package allows to call the @code{mbsync} from
13467 within Emacs.")
13468 (license license:gpl3+))))
13469
13470 (define-public emacs-ibuffer-projectile
13471 (let ((commit "76496214144687cee0b5139be2e61b1e400cac87")
13472 (revision "2"))
13473 (package
13474 (name "emacs-ibuffer-projectile")
13475 (version (git-version "0.2" revision commit))
13476 (source
13477 (origin
13478 (method git-fetch)
13479 (uri (git-reference
13480 (url "https://github.com/purcell/ibuffer-projectile.git")
13481 (commit commit)))
13482 (file-name (git-file-name name version))
13483 (sha256
13484 (base32
13485 "0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav"))))
13486 (build-system emacs-build-system)
13487 (propagated-inputs
13488 `(("emacs-projectile" ,emacs-projectile)))
13489 (home-page "https://github.com/purcell/ibuffer-projectile")
13490 (synopsis "Group ibuffer's list by projectile root")
13491 (description "Adds functionality to Emacs @code{ibuffer} for
13492 grouping buffers by their projectile root directory.")
13493 (license license:gpl3+))))
13494
13495 (define-public emacs-helm-mode-manager
13496 (package
13497 (name "emacs-helm-mode-manager")
13498 (version "1.0.0")
13499 (source
13500 (origin
13501 (method git-fetch)
13502 (uri (git-reference
13503 (url "https://github.com/istib/helm-mode-manager")
13504 (commit version)))
13505 (file-name (git-file-name name version))
13506 (sha256
13507 (base32
13508 "1srx5f0s9x7zan7ayqd6scxfhcvr3nkd4yzs96hphd87rb18apzk"))))
13509 (build-system emacs-build-system)
13510 (propagated-inputs
13511 `(("emacs-helm" ,emacs-helm)))
13512 (home-page "https://github.com/istib/helm-mode-manager/")
13513 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
13514 (description "This package provides a Helm interface for toggling Emacs
13515 major or minor mode.
13516
13517 @itemize
13518 @item @code{helm-switch-major-mode} list of all major modes
13519 @item @code{helm-enable-minor-mode} list of all inactive minor modes
13520 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
13521 @end itemize\n
13522
13523 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
13524 documentation.")
13525 (license license:gpl3+)))
13526
13527 (define-public emacs-hy-mode
13528 (package
13529 (name "emacs-hy-mode")
13530 (version "1.0.3")
13531 (source
13532 (origin
13533 (method git-fetch)
13534 (uri (git-reference
13535 (url "https://github.com/hylang/hy-mode.git")
13536 (commit (string-append "v" version))))
13537 (file-name (git-file-name name version))
13538 (sha256
13539 (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
13540 (build-system emacs-build-system)
13541 (propagated-inputs
13542 `(("emacs-dash" ,emacs-dash)
13543 ("emacs-s" ,emacs-s)))
13544 (home-page "https://github.com/hylang/hy-mode")
13545 (synopsis "Major mode for Hylang")
13546 (description "This package provides a major mode for Hylang.")
13547 (license license:gpl3+)))
13548
13549 (define-public emacs-web-beautify
13550 (package
13551 (name "emacs-web-beautify")
13552 (version "0.3.2")
13553 (source
13554 (origin
13555 (method git-fetch)
13556 (uri (git-reference
13557 (url "https://github.com/yasuyk/web-beautify.git")
13558 (commit version)))
13559 (file-name (git-file-name name version))
13560 (sha256
13561 (base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
13562 (build-system emacs-build-system)
13563 (home-page "https://github.com/yasuyk/web-beautify")
13564 (synopsis "Format HTML, CSS and JavaScript, JSON")
13565 (description "This package provides an Emacs functions to format HTML,
13566 CSS, JavaScript, JSON.")
13567 (license license:gpl3+)))
13568
13569 (define-public emacs-helm-shell-history
13570 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
13571 (package
13572 (name "emacs-helm-shell-history")
13573 (version (git-version "0.1" "1" commit))
13574 (source
13575 (origin
13576 (method git-fetch)
13577 (uri (git-reference
13578 (url "https://github.com/yuutayamada/helm-shell-history.git")
13579 (commit commit)))
13580 (file-name (git-file-name name version))
13581 (sha256
13582 (base32
13583 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
13584 (build-system emacs-build-system)
13585 (arguments
13586 '(#:phases
13587 (modify-phases %standard-phases
13588 (add-before 'check 'patch-helm-shell-history-file
13589 (lambda _
13590 (let ((file "helm-shell-history.el"))
13591 (chmod file #o644)
13592 (emacs-substitute-sexps file
13593 ("(defvar helm-shell-history-file"
13594 `(expand-file-name "~/.bash_history"))))
13595 #t)))))
13596 (propagated-inputs
13597 `(("emacs-helm" ,emacs-helm)))
13598 (home-page "https://github.com/yuutayamada/helm-shell-history")
13599 (synopsis "Find shell history with Emacs Helm")
13600 (description "This package provides an Emacs Helm interface to search
13601 throw a shell history.")
13602 (license license:gpl3+))))
13603
13604 (define-public emacs-discover-my-major
13605 (package
13606 (name "emacs-discover-my-major")
13607 (version "1.0")
13608 (source
13609 (origin
13610 (method url-fetch)
13611 (uri
13612 (string-append "https://github.com/steckerhalter/discover-my-major"
13613 "/archive/" version ".tar.gz"))
13614 (file-name (string-append name "-" version ".tar.gz"))
13615 (sha256
13616 (base32
13617 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
13618 (build-system emacs-build-system)
13619 (propagated-inputs
13620 `(("emacs-makey" ,emacs-makey)))
13621 (home-page "https://github.com/steckerhalter/discover-my-major")
13622 (synopsis "Discover key bindings for the current Emacs major mode")
13623 (description "This package provides allows to discover key bindings and
13624 their meaning for the current Emacs major-mode.")
13625 (license license:gpl3+)))
13626
13627 (define-public emacs-org-ref
13628 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
13629 (revision "1"))
13630 (package
13631 (name "emacs-org-ref")
13632 (version (string-append "1.1.1" "-" revision "."
13633 (string-take commit 7)))
13634 (source
13635 (origin
13636 (method git-fetch)
13637 (uri (git-reference
13638 (url "https://github.com/jkitchin/org-ref.git")
13639 (commit commit)))
13640 (file-name (git-file-name name version))
13641 (sha256
13642 (base32
13643 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
13644 (build-system emacs-build-system)
13645 (propagated-inputs
13646 `(("emacs-dash" ,emacs-dash)
13647 ("emacs-helm" ,emacs-helm)
13648 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
13649 ("emacs-ivy" ,emacs-ivy)
13650 ("emacs-hydra" ,emacs-hydra)
13651 ("emacs-key-chord" ,emacs-key-chord)
13652 ("emacs-s" ,emacs-s)
13653 ("emacs-f" ,emacs-f)
13654 ("emacs-pdf-tools" ,emacs-pdf-tools)))
13655 (home-page "https://github.com/jkitchin/org-ref")
13656 (synopsis "Citations, cross-references and bibliographies in org-mode")
13657 (description
13658 "Lisp code to setup bibliography, cite, ref and label org-mode links.
13659 Also sets up reftex and helm for org-mode citations. The links are
13660 clickable and do things that are useful.
13661
13662 The default setup uses helm-bibtex.
13663
13664 You should really read org-ref.org in this package for details.")
13665 (license license:gpl3+))))
13666
13667 ;; This project is unmaintained. Please use emacs-org-re-reveal instead.
13668 (define-public emacs-org-reveal
13669 (let ((commit "9210413202a360a559a51e8275faa42be68cf44b"))
13670 (package
13671 (name "emacs-org-reveal")
13672 (version (git-version "0.1" "3" commit))
13673 (source (origin
13674 (method git-fetch)
13675 (uri (git-reference
13676 (url "https://github.com/yjwen/org-reveal.git")
13677 (commit commit)))
13678 (file-name (git-file-name name version))
13679 (sha256
13680 (base32
13681 "1wlfk823d3vrn480m38j7ncaqm193lvh6y22b92fx4b3yhdbndza"))))
13682 (build-system emacs-build-system)
13683 (home-page "https://github.com/yjwen/org-reveal")
13684 (synopsis "Org and Reveal.js powered HTML presentation tool")
13685 (description "Org-Reveal is a command@{org-mode} extension that allows
13686 to create beautiful presentations (slides) with 3D effects from simple but
13687 powerful Org contents.")
13688 (license license:gpl3+))))
13689
13690 (define-public emacs-org-re-reveal
13691 (package
13692 (name "emacs-org-re-reveal")
13693 (version "2.5.1")
13694 (source (origin
13695 (method git-fetch)
13696 (uri (git-reference
13697 (url "https://gitlab.com/oer/org-re-reveal.git")
13698 (commit version)))
13699 (file-name (git-file-name name version))
13700 (sha256
13701 (base32
13702 "1zbz6hbddxbb264ibmhc04cmnpk17kb50jpn5l8878q4hxw5wwy2"))))
13703 (build-system emacs-build-system)
13704 (propagated-inputs
13705 `(("emacs-htmlize" ,emacs-htmlize)
13706 ("emacs-org" ,emacs-org)))
13707 (home-page "https://gitlab.com/oer/org-re-reveal")
13708 (synopsis "Build HTML presentations with reveal.js from Org source files")
13709 (description "This project started as fork of org-reveal. It provides an
13710 export back-end for HTML presentations with reveal.js from Org mode source
13711 files.")
13712 (license license:gpl3+)))
13713
13714 (define-public emacs-add-hooks
13715 (package
13716 (name "emacs-add-hooks")
13717 (version "3.1.1")
13718 (source
13719 (origin
13720 (method git-fetch)
13721 (uri (git-reference
13722 (url "https://github.com/nickmccurdy/add-hooks.git")
13723 (commit version)))
13724 (file-name (git-file-name name version))
13725 (sha256
13726 (base32 "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl"))))
13727 (build-system emacs-build-system)
13728 (home-page "https://github.com/nickmccurdy/add-hooks/")
13729 (synopsis "Emacs function for setting multiple hooks")
13730 (description "This package provides a @code{add-hooks} function tidies up
13731 duplicate hook and function names further into a single declarative call.")
13732 (license license:gpl3+)))
13733
13734 (define-public emacs-fancy-narrow
13735 (package
13736 (name "emacs-fancy-narrow")
13737 (version "0.9.5")
13738 (source
13739 (origin
13740 (method git-fetch)
13741 (uri (git-reference
13742 (url "https://github.com/Malabarba/fancy-narrow.git")
13743 (commit version)))
13744 (file-name (git-file-name name version))
13745 (sha256
13746 (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
13747 (build-system emacs-build-system)
13748 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
13749 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
13750 (description
13751 "Unlike @code{narrow-to-region}, which completely hides text outside
13752 the narrowed region, this package simply de-emphasizes the text, makes it
13753 read-only, and makes it unreachable. This leads to a much more natural
13754 feeling where the region stays static (instead of being brutally moved to a
13755 blank slate) and is clearly highlighted with respect to the rest of the
13756 buffer.")
13757 (license license:gpl2+)))
13758
13759 (define-public emacs-know-your-http-well
13760 (package
13761 (name "emacs-know-your-http-well")
13762 (version "0.5.0")
13763 (source
13764 (origin
13765 (method git-fetch)
13766 (uri (git-reference
13767 (url "https://github.com/for-GET/know-your-http-well.git")
13768 (commit (string-append "v" version))))
13769 (file-name (git-file-name name version))
13770 (sha256
13771 (base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
13772 (arguments
13773 `(#:phases
13774 (modify-phases %standard-phases
13775 (add-after 'unpack 'install-json-files
13776 (lambda* (#:key outputs #:allow-other-keys)
13777 (for-each (lambda (directory)
13778 (copy-recursively directory
13779 (string-append
13780 (assoc-ref outputs "out")
13781 directory)))
13782 '("js" "json"))))
13783 (add-after 'unpack 'chdir-elisp
13784 ;; Elisp directory is not in root of the source.
13785 (lambda _
13786 (chdir "emacs"))))))
13787 (build-system emacs-build-system)
13788 (home-page "https://github.com/for-GET/know-your-http-well")
13789 (synopsis "Meaning of HTTP headers codes")
13790 (description "Meaning of HTTP headers codes.")
13791 (license license:gpl3+)))
13792
13793 (define-public emacs-navi-mode
13794 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
13795 (package
13796 (name "emacs-navi-mode")
13797 (version (git-version "2.0" "1" commit))
13798 (source
13799 (origin
13800 (method git-fetch)
13801 (uri (git-reference
13802 (url "https://github.com/alphapapa/navi.git")
13803 (commit commit)))
13804 (file-name (git-file-name name version))
13805 (sha256
13806 (base32
13807 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
13808 (build-system emacs-build-system)
13809 (propagated-inputs
13810 `(("emacs-outshine" ,emacs-outshine)
13811 ("emacs-outorg" ,emacs-outorg)))
13812 (home-page "https://github.com/alphapapa/navi")
13813 (synopsis "Emacs major-mode for easy buffer-navigation")
13814 (description
13815 "This package provides an Emacs major-mode for easy buffer-navigation")
13816 (license license:gpl3+))))
13817
13818 (define-public emacs-download-region
13819 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
13820 (revision "1"))
13821 (package
13822 (name "emacs-download-region")
13823 (version (string-append "0.0.1" "-" revision "."
13824 (string-take commit 7)))
13825 (source
13826 (origin
13827 (method git-fetch)
13828 (uri (git-reference
13829 (url "https://github.com/zk-phi/download-region.git")
13830 (commit commit)))
13831 (file-name (git-file-name name version))
13832 (sha256
13833 (base32
13834 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
13835 (build-system emacs-build-system)
13836 (home-page "https://github.com/zk-phi/download-region")
13837 (synopsis "In buffer download manager for Emacs")
13838 (description "@code{download-region} provides in buffer
13839 downloading manager for Emacs.")
13840 (license license:gpl3+))))
13841
13842 (define-public emacs-helpful
13843 (package
13844 (name "emacs-helpful")
13845 (version "0.17")
13846 (source
13847 (origin
13848 (method git-fetch)
13849 (uri (git-reference
13850 (url "https://github.com/Wilfred/helpful.git")
13851 (commit version)))
13852 (file-name (git-file-name name version))
13853 (sha256
13854 (base32 "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"))))
13855 (build-system emacs-build-system)
13856 (propagated-inputs
13857 `(("emacs-elisp-refs" ,emacs-elisp-refs)
13858 ("emacs-dash" ,emacs-dash)
13859 ("emacs-s" ,emacs-s)
13860 ("emacs-f" ,emacs-f)
13861 ("emacs-shut-up" ,emacs-shut-up)))
13862 (native-inputs
13863 `(("emacs-ert-runner" ,emacs-ert-runner)
13864 ("emacs-undercover" ,emacs-undercover)))
13865 (arguments
13866 `(#:tests? #t
13867 #:test-command '("ert-runner")))
13868 (home-page "https://github.com/Wilfred/helpful")
13869 (synopsis "More contextual information in Emacs help")
13870 (description "@code{helpful} is an alternative to the built-in Emacs help
13871 that provides much more contextual information.
13872
13873 @itemize
13874 @item Show the source code for interactively defined functions (unlike the
13875 built-in Help).
13876 @item Fall back to the raw sexp if no source is available.
13877 @item Show where a function is being called.
13878 @item Docstrings will Highlight the summary (the first sentence), include
13879 cross-references, hide superfluous puncuation.
13880 @item Show you the properties that have been applied to the current
13881 symbol. This provides visibility of features like edebug or byte-code
13882 optimisation.
13883 @item Provide a separate @code{helpful-command} function to view interactive
13884 functions.
13885 @item Display any keybindings that apply to interactive functions.
13886 @item Trace, disassemble functions from inside Helpful. This is discoverable
13887 and doesn't require memorisation of commands.
13888 @end itemize\n")
13889 (license license:gpl3+)))
13890
13891 (define-public emacs-logview
13892 (package
13893 (name "emacs-logview")
13894 (version "0.9")
13895 (source
13896 (origin
13897 (method git-fetch)
13898 (uri (git-reference
13899 (url "https://github.com/doublep/logview.git")
13900 (commit version)))
13901 (file-name (git-file-name name version))
13902 (sha256
13903 (base32 "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"))))
13904 (propagated-inputs
13905 `(("emacs-datetime" ,emacs-datetime)))
13906 (build-system emacs-build-system)
13907 (home-page "https://github.com/doublep/logview/")
13908 (synopsis "Emacs mode for viewing log files")
13909 (description "@code{logview} provides an Emacs mode to view log files.")
13910 (license license:gpl3+)))
13911
13912 (define-public emacs-suggest
13913 (package
13914 (name "emacs-suggest")
13915 (version "0.7")
13916 (home-page "https://github.com/Wilfred/suggest.el")
13917 (source
13918 (origin
13919 (method git-fetch)
13920 (uri (git-reference
13921 (url home-page)
13922 (commit version)))
13923 (file-name (git-file-name name version))
13924 (sha256
13925 (base32
13926 "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
13927 (build-system emacs-build-system)
13928 (propagated-inputs
13929 `(("emacs-loop" ,emacs-loop)
13930 ("emacs-dash" ,emacs-dash)
13931 ("emacs-s" ,emacs-s)
13932 ("emacs-f" ,emacs-f)
13933 ("emacs-spinner" ,emacs-spinner)
13934 ("emacs-shut-up" ,emacs-shut-up)))
13935 (native-inputs
13936 `(("emacs-ert-runner" ,emacs-ert-runner)
13937 ("emacs-undercover" ,emacs-undercover)))
13938 (arguments
13939 `(#:tests? #t
13940 #:test-command '("ert-runner")))
13941 (synopsis "Suggest Elisp functions that give the output requested")
13942 (description "Suggest.el will find functions that give the output
13943 requested. It's a great way of exploring list, string and arithmetic
13944 functions.")
13945 (license license:gpl3+)))
13946
13947 (define-public emacs-benchmark-init
13948 (package
13949 (name "emacs-benchmark-init")
13950 (version "1.0")
13951 (source
13952 (origin
13953 (method git-fetch)
13954 (uri (git-reference
13955 (url "https://github.com/dholm/benchmark-init-el.git")
13956 (commit version)))
13957 (file-name (git-file-name name version))
13958 (sha256
13959 (base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
13960 (build-system emacs-build-system)
13961 (home-page "https://github.com/dholm/benchmark-init-el")
13962 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
13963 (description "@code{benchmark-init} provides a way to keep track of where
13964 time is being spent during Emacs startup in order to optimize startup time.")
13965 (license license:gpl3+)))
13966
13967 (define-public emacs-emms-player-simple-mpv
13968 ;; A new mpv backend is included in Emms from 5.0.
13969 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
13970
13971 (define-public emacs-magit-gerrit
13972 (let ((version "0.3")
13973 (revision "1")
13974 (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
13975 (package
13976 (name "emacs-magit-gerrit")
13977 (version (git-version version revision commit))
13978 (source (origin
13979 (method git-fetch)
13980 (uri (git-reference
13981 (url "https://github.com/terranpro/magit-gerrit.git")
13982 (commit commit)))
13983 (file-name (git-file-name name version))
13984 (sha256
13985 (base32
13986 "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
13987 (build-system emacs-build-system)
13988 (propagated-inputs
13989 `(("emacs-magit" ,emacs-magit)))
13990 (home-page "https://github.com/terranpro/magit-gerrit")
13991 (synopsis "Magit extension for Gerrit")
13992 (description "This Magit extension provides integration with Gerrit,
13993 which makes it possible to conduct Gerrit code reviews directly from within
13994 Emacs.")
13995 (license license:gpl3+))))
13996
13997 (define-public emacs-magit-org-todos-el
13998 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
13999 (package
14000 (name "emacs-magit-org-todos-el")
14001 (version (git-version "0.1.1" "1" commit))
14002 (source
14003 (origin
14004 (method git-fetch)
14005 (uri (git-reference
14006 (url "https://github.com/danielma/magit-org-todos.el.git")
14007 (commit commit)))
14008 (file-name (git-file-name name version))
14009 (sha256
14010 (base32
14011 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
14012 (propagated-inputs
14013 `(("magit" ,emacs-magit)))
14014 (build-system emacs-build-system)
14015 (home-page "https://github.com/danielma/magit-org-todos.el")
14016 (synopsis "Get todo.org into Emacs Magit status")
14017 (description "This package allows you to get @file{todo.org} into your
14018 magit status.
14019
14020 If you have a @file{todo.org} file with @code{TODO} items in the root of your
14021 repository, @code{magit-org-todos} will create a section in your Magit status
14022 buffer with each of your todos.")
14023 (license license:gpl3+))))
14024
14025 (define-public emacs-f3
14026 (package
14027 (name "emacs-f3")
14028 (version "0.1")
14029 (source
14030 (origin
14031 (method git-fetch)
14032 (uri (git-reference
14033 (url "https://github.com/cosmicexplorer/f3.git")
14034 (commit version)))
14035 (file-name (git-file-name name version))
14036 (sha256
14037 (base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
14038 (build-system emacs-build-system)
14039 (propagated-inputs
14040 `(("emacs-helm" ,emacs-helm)))
14041 (home-page "https://github.com/cosmicexplorer/f3")
14042 (synopsis "Fantastic File Finder for Emacs")
14043 (description
14044 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
14045 (license license:gpl3+)))
14046
14047 (define-public emacs-lice-el
14048 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
14049 (package
14050 (name "emacs-lice-el")
14051 (version (git-version "0.2" "1" commit))
14052 (source (origin
14053 (method git-fetch)
14054 (uri (git-reference
14055 (url "https://github.com/buzztaiki/lice-el.git")
14056 (commit commit)))
14057 (file-name (git-file-name name version))
14058 (sha256
14059 (base32
14060 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
14061 (build-system emacs-build-system)
14062 (home-page "https://github.com/buzztaiki/lice-el")
14063 (synopsis "License and header template for Emacs")
14064 (description "@code{lice.el} provides following features:
14065
14066 @itemize
14067 @item License template management.
14068 @item File header insertion.
14069 @end itemize\n")
14070 (license license:gpl3+))))
14071
14072 (define-public emacs-academic-phrases
14073 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
14074 (package
14075 (name "emacs-academic-phrases")
14076 (version (git-version "0.1" "1" commit))
14077 (source
14078 (origin
14079 (method git-fetch)
14080 (uri (git-reference
14081 (url "https://github.com/nashamri/academic-phrases.git")
14082 (commit commit)))
14083 (file-name (git-file-name name version))
14084 (sha256
14085 (base32
14086 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
14087 (build-system emacs-build-system)
14088 (propagated-inputs
14089 `(("emacs-dash" ,emacs-dash)
14090 ("emacs-s" ,emacs-s)
14091 ("emacs-ht" ,emacs-ht)))
14092 (home-page "https://github.com/nashamri/academic-phrases")
14093 (synopsis "Bypass that mental block when writing your papers")
14094 (description
14095 "When writing your academic paper, you might get stuck trying to find
14096 the right phrase that captures your intention. This package tries to
14097 alleviate that problem by presenting you with a list of phrases organized by
14098 the topic or by the paper section that you are writing. This package has
14099 around 600 phrases so far.
14100
14101 Using this package is easy, just call @code{academic-phrases} to get a list of
14102 phrases organized by topic, or call @code{academic-phrases-by-section} to
14103 browse the phrases by the paper section and fill-in the blanks if required.")
14104 (license license:gpl3+))))
14105
14106 (define-public emacs-auto-yasnippet
14107 (let ((commit "624b0d9711222073a2a3f2186e2605eb99fc83c9")
14108 (revision "2"))
14109 (package
14110 (name "emacs-auto-yasnippet")
14111 (version (git-version "0.3.0" revision commit))
14112 (source (origin
14113 (method git-fetch)
14114 (uri (git-reference
14115 (url "https://github.com/abo-abo/auto-yasnippet.git")
14116 (commit commit)))
14117 (file-name (git-file-name name version))
14118 (sha256
14119 (base32
14120 "15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
14121 (build-system emacs-build-system)
14122 (arguments
14123 '(#:tests? #t
14124 #:test-command '("make" "test")))
14125 (propagated-inputs
14126 `(("emacs-yasnippet" ,emacs-yasnippet)))
14127 (home-page "https://github.com/abo-abo/auto-yasnippet/")
14128 (synopsis "Quickly create disposable yasnippets")
14129 (description "This package provides a hybrid of keyboard macros and
14130 yasnippet. You create the snippet on the go, usually to be used just in the
14131 one place. It's fast, because you're not leaving the current buffer, and all
14132 you do is enter the code you'd enter anyway, just placing ~ where you'd like
14133 yasnippet fields and mirrors to be.")
14134 (license license:gpl3+))))
14135
14136 (define-public emacs-highlight-numbers
14137 (package
14138 (name "emacs-highlight-numbers")
14139 (version "0.2.3")
14140 (source
14141 (origin
14142 (method git-fetch)
14143 (uri (git-reference
14144 (url "https://github.com/Fanael/highlight-numbers.git")
14145 (commit version)))
14146 (file-name (git-file-name name version))
14147 (sha256
14148 (base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
14149 (build-system emacs-build-system)
14150 (propagated-inputs
14151 `(("emacs-parent-mode" ,emacs-parent-mode)))
14152 (home-page "https://github.com/Fanael/highlight-numbers")
14153 (synopsis "Highlight numbers in source code")
14154 (description "@code{highlight-numbers-mode} provides a minor mode for
14155 syntax highlighting of numeric literals in source code.
14156
14157 It s customizable: it's easy to add or redefine what exactly consitutes a
14158 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
14159 (license license:gpl3+)))
14160
14161 (define-public emacs-darkroom
14162 (package
14163 (name "emacs-darkroom")
14164 (version "0.2")
14165 (source (origin
14166 (method url-fetch)
14167 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
14168 version ".el"))
14169 (sha256
14170 (base32
14171 "1a528brhz4vckhp77n2c1phkyqdliykpj9kzk3f834f4rwnb5mp0"))))
14172 (build-system emacs-build-system)
14173 (home-page "https://elpa.gnu.org/packages/darkroom.html")
14174 (synopsis "Remove visual distractions and focus on writing")
14175 (description "@code{darkroom-mode} makes visual distractions disappear.
14176 The mode-line is temporarily elided, text is enlarged and margins are adjusted
14177 so that it's centered on the window.
14178
14179 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
14180 @code{darkroom-mode}, unless the current buffer lives in the sole window of
14181 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
14182 split to display more windows and more buffers, the buffer exits
14183 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
14184 @code{darkroom-mode}.")
14185 (license license:gpl3+)))
14186
14187 (define-public emacs-rsw-elisp
14188 (package
14189 (name "emacs-rsw-elisp")
14190 (version "1.0.5")
14191 (source (origin
14192 (method git-fetch)
14193 (uri (git-reference
14194 (url "https://github.com/rswgnu/rsw-elisp")
14195 (commit version)))
14196 (file-name (git-file-name name version))
14197 (sha256
14198 (base32
14199 "0dfq8myg0r91900bk1s70amsmm4mjk2qsg12v5pk7lla5d2vnyaf"))))
14200 (build-system emacs-build-system)
14201 (home-page "https://github.com/rswgnu/rsw-elisp")
14202 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
14203 (description "This package improves and replaces the GNU Emacs commands
14204 that interactively evaluate Emacs Lisp expressions. The new commands replace
14205 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
14206 the same way as the old commands when called non-interactively; only the
14207 interactive behavior should be different.")
14208 (license license:gpl3+)))
14209
14210 (define-public emacs-default-text-scale
14211 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
14212 (revision "1"))
14213 (package
14214 (name "emacs-default-text-scale")
14215 (version (string-append "0.1" "-" revision "."
14216 (string-take commit 7)))
14217 (source (origin
14218 (method git-fetch)
14219 (uri (git-reference
14220 (url "https://github.com/purcell/default-text-scale")
14221 (commit commit)))
14222 (file-name (git-file-name name version))
14223 (sha256
14224 (base32
14225 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
14226 (build-system emacs-build-system)
14227 (home-page "https://github.com/purcell/default-text-scale")
14228 (synopsis "Adjust the font size in all Emacs frames")
14229 (description "This package provides commands for increasing or
14230 decreasing the default font size in all GUI Emacs frames.")
14231 (license license:gpl3+))))
14232
14233 (define-public emacs-mixed-pitch
14234 (package
14235 (name "emacs-mixed-pitch")
14236 (version "1.0.1")
14237 (source
14238 (origin
14239 (method git-fetch)
14240 (uri (git-reference
14241 (url "https://gitlab.com/jabranham/mixed-pitch.git")
14242 (commit version)))
14243 (file-name (git-file-name name version))
14244 (sha256
14245 (base32 "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"))))
14246 (build-system emacs-build-system)
14247 (home-page "https://gitlab.com/jabranham/mixed-pitch")
14248 (synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
14249 (description
14250 "@code{mixed-pitch-mode} is a minor mode that enables mixing
14251 variable-pitch and fixed-pitch fonts in the same buffer. The list
14252 @code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
14253 fixed-pitch,everything else becomes variable-pitch.")
14254 (license license:gpl3+)))
14255
14256 (define-public emacs-visual-regexp
14257 (package
14258 (name "emacs-visual-regexp")
14259 (version "1.1.1")
14260 (source
14261 (origin
14262 (method git-fetch)
14263 (uri (git-reference
14264 (url "https://github.com/benma/visual-regexp.el.git")
14265 (commit (string-append "v" version))))
14266 (file-name (git-file-name name version))
14267 (sha256
14268 (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
14269 (build-system emacs-build-system)
14270 (home-page "https://github.com/benma/visual-regexp.el/")
14271 (synopsis "Regexp command with interactive visual feedback")
14272 (description "This package provides an Emacs regexp command with
14273 interactive visual feedback.")
14274 (license license:gpl3+)))
14275
14276 (define-public emacs-faceup
14277 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
14278 (revision "1"))
14279 (package
14280 (name "emacs-faceup")
14281 (version (string-append "0.0.1" "-" revision "."
14282 (string-take commit 7)))
14283 (source
14284 (origin
14285 (method git-fetch)
14286 (uri (git-reference
14287 (url "https://github.com/Lindydancer/faceup.git")
14288 (commit commit)))
14289 (file-name (git-file-name name version))
14290 (sha256
14291 (base32
14292 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
14293 (build-system emacs-build-system)
14294 (home-page "https://github.com/Lindydancer/faceup")
14295 (synopsis "Markup language for faces and font-lock regression testing")
14296 (description "Emacs is capable of highlighting buffers based on
14297 language-specific @code{font-lock} rules. This package makes it possible to
14298 perform regression test for packages that provide font-lock rules.")
14299 (license license:gpl3+))))
14300
14301 (define-public emacs-racket-mode
14302 (let ((commit "2a9a102a097d04fbcd2a443fec84078036c2e277")
14303 (revision "4"))
14304 (package
14305 (name "emacs-racket-mode")
14306 (version (git-version "0.0.2" revision commit))
14307 (source
14308 (origin
14309 (method git-fetch)
14310 (uri (git-reference
14311 (url "https://github.com/greghendershott/racket-mode")
14312 (commit commit)))
14313 (file-name (git-file-name name version))
14314 (sha256
14315 (base32
14316 "1n71dxxh62jixq20b5haapv651dxc0zyrxpl1d0yqsg8ncp726bl"))))
14317 (build-system emacs-build-system)
14318 (arguments
14319 `(#:include '("\\.el$" "\\.rkt$")))
14320 (propagated-inputs
14321 `(("emacs-faceup" ,emacs-faceup)
14322 ("emacs-s" ,emacs-s)))
14323 (home-page "https://github.com/greghendershott/racket-mode")
14324 (synopsis "Major mode for Racket language")
14325 (description "@code{racket-mode} provides:
14326
14327 @itemize
14328 @item Focus on Racket (not various Schemes).
14329 @item Follow DrRacket concepts where applicable.
14330 @item Thorough font-lock and indent.
14331 @end itemize\n")
14332 (license license:gpl3+))))
14333
14334 (define-public emacs-grep-context
14335 (let ((commit "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d")
14336 (revision "1"))
14337 (package
14338 (name "emacs-grep-context")
14339 (version (git-version "0.1.0" revision commit))
14340 (source
14341 (origin
14342 (method git-fetch)
14343 (uri (git-reference
14344 (url "https://github.com/mkcms/grep-context.git")
14345 (commit commit)))
14346 (file-name (git-file-name name version))
14347 (sha256
14348 (base32
14349 "00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5"))))
14350 (build-system emacs-build-system)
14351 (propagated-inputs
14352 `(("emacs-dash" ,emacs-dash)))
14353 (home-page "https://github.com/mkcms/grep-context")
14354 (synopsis "Increase context in compilation and grep buffers")
14355 (description
14356 "This package provides an Emacs package for more context in
14357 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
14358 @code{ivy}.")
14359 (license license:gpl3+))))
14360
14361 (define-public emacs-helm-firefox
14362 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
14363 (revision "1"))
14364 (package
14365 (name "emacs-helm-firefox")
14366 (version (string-append "0.0.1" "-" revision "."
14367 (string-take commit 7)))
14368 (source
14369 (origin
14370 (method git-fetch)
14371 (uri (git-reference
14372 (url "https://github.com/emacs-helm/helm-firefox.git")
14373 (commit commit)))
14374 (file-name (git-file-name name version))
14375 (sha256
14376 (base32
14377 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
14378 (propagated-inputs
14379 `(("emacs-helm" ,emacs-helm)))
14380 (build-system emacs-build-system)
14381 (home-page "https://github.com/emacs-helm/helm-firefox")
14382 (synopsis "Display firefox bookmarks with Emacs Helm interface")
14383 (description "Display firefox bookmarks with Emacs Helm interface")
14384 (license license:gpl3+))))
14385
14386 (define-public emacs-interactive-align
14387 (package
14388 (name "emacs-interactive-align")
14389 (version "0.4.2")
14390 (source
14391 (origin
14392 (method git-fetch)
14393 (uri (git-reference
14394 (url "https://github.com/mkcms/interactive-align.git")
14395 (commit (string-append "v" version))))
14396 (file-name (git-file-name name version))
14397 (sha256
14398 (base32
14399 "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
14400 (build-system emacs-build-system)
14401 (home-page "https://github.com/mkcms/interactive-align/")
14402 (synopsis "Interactive align-regexp command in Emacs")
14403 (description "Interactive align-regexp command in Emacs")
14404 (license license:gpl3+)))
14405
14406 (define-public emacs-shift-number
14407 (package
14408 (name "emacs-shift-number")
14409 (version "0.1")
14410 (source
14411 (origin
14412 (method git-fetch)
14413 (uri (git-reference
14414 (url "https://github.com/alezost/shift-number.el")
14415 (commit (string-append "v" version))))
14416 (file-name (git-file-name name version))
14417 (sha256
14418 (base32
14419 "0zlwmzsxkv4mkggylxfx2fkrwgz7dz3zbg2gkn2rxcpy2k2gla64"))))
14420 (build-system emacs-build-system)
14421 (home-page "https://github.com/alezost/shift-number.el")
14422 (synopsis "Increase or decrease the number at point")
14423 (description "@code{emacs-shift-number} provides commands
14424 @code{shift-number-up} to increase and @code{shift-number-down} to
14425 decrease the number at point.")
14426 (license license:gpl3+)))
14427
14428 (define-public emacs-highlight-defined
14429 (package
14430 (name "emacs-highlight-defined")
14431 (version "0.1.5")
14432 (source
14433 (origin
14434 (method git-fetch)
14435 (uri (git-reference
14436 (url "https://github.com/Fanael/highlight-defined.git")
14437 (commit version)))
14438 (file-name (git-file-name name version))
14439 (sha256
14440 (base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
14441 (build-system emacs-build-system)
14442 (home-page "https://github.com/Fanael/highlight-defined")
14443 (synopsis "Syntax highlighting of known Elisp symbols")
14444 (description "Minor mode providing syntax highlighting of known Emacs Lisp
14445 symbols. Currently the code distinguishes Lisp functions, built-in functions,
14446 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
14447 (license license:gpl3+)))
14448
14449 (define-public emacs-parinfer-mode
14450 (package
14451 (name "emacs-parinfer-mode")
14452 (version "0.4.10")
14453 (source
14454 (origin
14455 (method git-fetch)
14456 (uri (git-reference
14457 (url "https://github.com/DogLooksGood/parinfer-mode.git")
14458 (commit (string-append "v" version))))
14459 (file-name (git-file-name name version))
14460 (sha256
14461 (base32 "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"))))
14462 (propagated-inputs
14463 `(("emacs-dash" ,emacs-dash)
14464 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
14465 ("emacs-company" ,emacs-company)))
14466 (build-system emacs-build-system)
14467 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
14468 (synopsis "Lisp structure editing mode")
14469 (description "@code{parinfer-mode} is a proof-of-concept editor
14470 mode for Lisp programming languages. It will infer some changes to
14471 keep Parens and Indentation inline with one another.")
14472 (license license:gpl3+)))
14473
14474 (define-public emacs-helm-eww
14475 (package
14476 (name "emacs-helm-eww")
14477 (version "1.2")
14478 (source (origin
14479 (method git-fetch)
14480 (uri (git-reference
14481 (url "https://github.com/emacs-helm/helm-eww.git")
14482 (commit version)))
14483 (file-name (git-file-name name version))
14484 (sha256
14485 (base32
14486 "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
14487 (propagated-inputs
14488 `(("emacs-helm" ,emacs-helm)))
14489 (build-system emacs-build-system)
14490 (home-page "https://github.com/emacs-helm/helm-eww/")
14491 (synopsis "Helm interface to EWW")
14492 (description "This package provides a Helm interface for EWW buffers,
14493 bookmarks and history.")
14494 (license license:gpl3+)))
14495
14496 (define-public emacs-stumpwm-mode
14497 (let ((commit "5328f85fbf6a8b08c758c17b9435368bf7a68f39"))
14498 (package
14499 (name "emacs-stumpwm-mode")
14500 (version (git-version "0.0.1" "1" commit))
14501 (source (origin
14502 (method git-fetch)
14503 (uri (git-reference
14504 (url "https://github.com/stumpwm/stumpwm-contrib.git")
14505 (commit commit)))
14506 (file-name (git-file-name name version))
14507 (sha256
14508 (base32
14509 "00kf4k8bqadi5s667wb96sn549v2kvw01zwszjrg7nhd805m1ng6"))))
14510 (build-system emacs-build-system)
14511 (arguments
14512 `(#:phases
14513 (modify-phases %standard-phases
14514 (add-after 'unpack 'chdir-elisp
14515 ;; Elisp directory is not in root of the source.
14516 (lambda _
14517 (chdir "util/swm-emacs"))))))
14518 (home-page "https://github.com/stumpwm/stumpwm-contrib")
14519 (synopsis "Emacs minor-mode for Stumpwm")
14520 (description "Emacs minor-mode for Stumpwm")
14521 (license license:gpl3+))))
14522
14523 (define-public emacs-irfc
14524 (package
14525 (name "emacs-irfc")
14526 (version "20130824.507-1")
14527 (source
14528 (origin
14529 (method url-fetch)
14530 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
14531 (file-name (string-append "irfc-" version ".el"))
14532 (sha256
14533 (base32
14534 "0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv"))))
14535 (build-system emacs-build-system)
14536 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
14537 (synopsis "Interface for IETF RFC document")
14538 (description
14539 "This package provides an Emacs interface for IETF RFC document.")
14540 (license license:gpl3+)))
14541
14542 (define-public emacs-ido-vertical-mode
14543 (package
14544 (name "emacs-ido-vertical-mode")
14545 (version "0.1.6")
14546 (source
14547 (origin
14548 (method git-fetch)
14549 (uri (git-reference
14550 (url "https://github.com/creichert/ido-vertical-mode.el.git")
14551 (commit (string-append "v" version))))
14552 (file-name (git-file-name name version))
14553 (sha256
14554 (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"))))
14555 (build-system emacs-build-system)
14556 (home-page "https://github.com/creichert/ido-vertical-mode.el")
14557 (synopsis "Makes ido-mode display vertically")
14558 (description "Makes ido-mode display prospects vertically.")
14559 (license license:gpl3+)))
14560
14561 (define-public emacs-wordgen
14562 (package
14563 (name "emacs-wordgen")
14564 (version "0.1.4")
14565 (source
14566 (origin
14567 (method git-fetch)
14568 (uri (git-reference
14569 (url "https://github.com/Fanael/wordgen.el.git")
14570 (commit version)))
14571 (file-name (git-file-name name version))
14572 (sha256
14573 (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
14574 (build-system emacs-build-system)
14575 (home-page "https://github.com/Fanael/wordgen.el")
14576 (synopsis "Random word generator")
14577 (description "This package provides functions to generate random words
14578 using user-provided rules.")
14579 (license license:gpl3+)))
14580
14581 (define-public emacs-on-screen
14582 (package
14583 (name "emacs-on-screen")
14584 (version "1.3.3")
14585 (source
14586 (origin
14587 (method url-fetch)
14588 (uri (string-append
14589 "https://elpa.gnu.org/packages/on-screen-" version ".el"))
14590 (file-name (string-append name "-" version ".el"))
14591 (sha256
14592 (base32 "0ga4hw23ki583li2z2hr7l6hk1nc2kdg4afndg06cm9jn158wza7"))))
14593 (build-system emacs-build-system)
14594 (home-page "https://github.com/michael-heerdegen/on-screen.el")
14595 (synopsis "Guide your eyes while scrolling")
14596 (description
14597 "Scrolling can be distracting because your eyes may lose
14598 orientation. This library implements a minor mode that highlights
14599 the previously visible buffer part after each scroll.")
14600 (license license:gpl3+)))
14601
14602 (define-public emacs-highlight-escape-sequences
14603 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
14604 (revision "1"))
14605 (package
14606 (name "emacs-highlight-escape-sequences")
14607 (version (string-append "0.0.1" "-" revision "."
14608 (string-take commit 7)))
14609 (source
14610 (origin
14611 (method git-fetch)
14612 (uri (git-reference
14613 (url "https://github.com/dgutov/highlight-escape-sequences.git")
14614 (commit commit)))
14615 (file-name (git-file-name name version))
14616 (sha256
14617 (base32
14618 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
14619 (build-system emacs-build-system)
14620 (home-page "https://github.com/dgutov/highlight-escape-sequences")
14621 (synopsis "Highlight escape sequences in Emacs")
14622 (description "@code{highlight-escape-sequences} provides an
14623 Emacs minor mode to escape sequences in code.")
14624 (license license:gpl3+))))
14625
14626 (define-public emacs-dashboard
14627 (package
14628 (name "emacs-dashboard")
14629 (version "1.6.0")
14630 (source
14631 (origin
14632 (method git-fetch)
14633 (uri (git-reference
14634 (url "https://github.com/rakanalh/emacs-dashboard.git")
14635 (commit version)))
14636 (file-name (git-file-name name version))
14637 (sha256
14638 (base32 "1g6g8vad1kdmv1zxp95a8sn70idl26isqjb3xk1r95pqnx1cn591"))))
14639 (build-system emacs-build-system)
14640 (propagated-inputs
14641 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
14642 (arguments
14643 '(#:include '("\\.el$" "\\.txt$" "\\.png$")
14644 #:phases
14645 (modify-phases %standard-phases
14646 (add-after 'unpack 'patch-dashboard-widgets
14647 ;; This phase fixes compilation error.
14648 (lambda _
14649 (chmod "dashboard-widgets.el" #o666)
14650 (emacs-substitute-variables "dashboard-widgets.el"
14651 ("dashboard-init-info"
14652 '(format "Loaded in %s" (emacs-init-time))))
14653 #t)))))
14654 (home-page "https://github.com/rakanalh/emacs-dashboard")
14655 (synopsis "Startup screen extracted from Spacemacs")
14656 (description "This package provides an extensible Emacs dashboard, with
14657 sections for bookmarks, projectil projects, org-agenda and more. ")
14658 (license license:gpl3+)))
14659
14660 (define-public emacs-slime-company
14661 (package
14662 (name "emacs-slime-company")
14663 (version "1.1")
14664 (source
14665 (origin
14666 (method git-fetch)
14667 (uri (git-reference
14668 (url "https://github.com/anwyn/slime-company.git")
14669 (commit (string-append "v" version))))
14670 (file-name (git-file-name name version))
14671 (sha256
14672 (base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
14673 (build-system emacs-build-system)
14674 (propagated-inputs
14675 `(("emacs-slime" ,emacs-slime)
14676 ("emacs-company" ,emacs-company)))
14677 (home-page "https://company-mode.github.io")
14678 (synopsis "SLIME completion backend for @code{company-mode}")
14679 (description
14680 "This is a backend implementation for the completion package
14681 @code{company-mode} which supports the normal and the fuzzy completion
14682 modes of SLIME.")
14683 (license license:gpl3+)))
14684
14685 (define-public emacs-sml-mode
14686 (package
14687 (name "emacs-sml-mode")
14688 (version "6.9")
14689 (source
14690 (origin
14691 (method url-fetch)
14692 (uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
14693 version ".el"))
14694 (sha256
14695 (base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
14696 (build-system emacs-build-system)
14697 (home-page "https://elpa.gnu.org/packages/sml-mode.html")
14698 (synopsis "Major mode for editing (Standard) ML")
14699 (description "SML-MODE is a major Emacs mode for editing Standard ML.
14700 It provides syntax highlighting and automatic indentation and
14701 comes with sml-proc which allows interaction with an inferior SML
14702 interactive loop.")
14703 (license license:gpl3+)))
14704
14705 (define-public emacs-eros
14706 (let ((commit "dd8910279226259e100dab798b073a52f9b4233a")
14707 (revision "2"))
14708 (package
14709 (name "emacs-eros")
14710 (version (git-version "0.0.1" revision commit))
14711 (source
14712 (origin
14713 (method git-fetch)
14714 (uri (git-reference
14715 (url "https://github.com/xiongtx/eros.git")
14716 (commit commit)))
14717 (file-name (git-file-name name version))
14718 (sha256
14719 (base32
14720 "08chj3a0lw4ygi2sv7wj0i6ihfbi8jhylr8p92inif8b88r6wg3k"))))
14721 (build-system emacs-build-system)
14722 (home-page "https://github.com/xiongtx/eros")
14723 (synopsis "Evaluation result overlays")
14724 (description "@code{eros} provides evaluation result overlays.")
14725 (license license:gpl3+))))
14726
14727 (define-public emacs-stickyfunc-enhance
14728 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
14729 (revision "1"))
14730 (package
14731 (name "emacs-stickyfunc-enhance")
14732 (version "0.1")
14733 (source
14734 (origin
14735 (method git-fetch)
14736 (uri (git-reference
14737 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
14738 (commit commit)))
14739 (file-name (git-file-name name version))
14740 (sha256
14741 (base32
14742 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
14743 (build-system emacs-build-system)
14744 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
14745 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
14746 (description
14747 "@code{semantic-stickyfunc-mode} shows the function point is currently
14748 in at the first line of the current buffer. This is useful when you have a
14749 very long function that spreads more than a screen, and you don't have to
14750 scroll up to read the function name and then scroll down to original position.")
14751 (license license:gpl3+))))
14752
14753 (define-public emacs-git-auto-commit-mode
14754 (package
14755 (name "emacs-git-auto-commit-mode")
14756 (version "4.5.0")
14757 (source
14758 (origin
14759 (method git-fetch)
14760 (uri (git-reference
14761 (url "https://github.com/ryuslash/git-auto-commit-mode.git")
14762 (commit version)))
14763 (file-name (git-file-name name version))
14764 (sha256
14765 (base32 "1w3v9pmlmdxl4pglsb6j0igp13lbzg5bhbr1rv2vll93m6zxmyma"))))
14766 (build-system emacs-build-system)
14767 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
14768 (synopsis "Emacs Minor mode to automatically commit and push")
14769 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
14770 tries to commit changes to a file after every save.
14771
14772 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
14773 the current upstream.")
14774 (license license:gpl3+)))
14775
14776 (define-public emacs-scroll-on-drag
14777 (let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")
14778 (revision "1"))
14779 (package
14780 (name "emacs-scroll-on-drag")
14781 (version (git-version "0.1" revision commit))
14782 (source
14783 (origin
14784 (method git-fetch)
14785 (uri (git-reference
14786 (url "https://gitlab.com/ideasman42/emacs-scroll-on-drag.git")
14787 (commit commit)))
14788 (file-name (git-file-name name version))
14789 (sha256
14790 (base32
14791 "1si4hdqa3jw1inbyh3wb3i5i9grbms1nwky3vyk9zg7iznwm8a9p"))))
14792 (build-system emacs-build-system)
14793 (home-page "https://gitlab.com/ideasman42/emacs-scroll-on-drag")
14794 (synopsis "Interactive scrolling")
14795 (description "This package permits scrolling at increasing speeds based
14796 on drag distance.")
14797 (license license:gpl3+))))
14798
14799 (define-public emacs-company-restclient
14800 (package
14801 (name "emacs-company-restclient")
14802 (version "0.3.0")
14803 (source
14804 (origin
14805 (method git-fetch)
14806 (uri (git-reference
14807 (url "https://github.com/iquiw/company-restclient.git")
14808 (commit (string-append "v" version))))
14809 (file-name (git-file-name name version))
14810 (sha256
14811 (base32 "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"))))
14812 (build-system emacs-build-system)
14813 (propagated-inputs
14814 `(("emacs-company" ,emacs-company)
14815 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
14816 ("emacs-restclient" ,emacs-restclient)))
14817 (home-page "https://github.com/iquiw/company-restclient")
14818 (synopsis "Company-mode completion back-end for restclient-mode")
14819 (description "@code{company-mode} back-end for
14820 @code{restclient-mode}.
14821
14822 It provides auto-completion for HTTP methods and headers in
14823 @code{restclient-mode}. Completion source is given by
14824 @code{know-your-http-well}.")
14825 (license license:gpl3+)))
14826
14827 (define-public emacs-noflet
14828 (let ((version "20170629")
14829 (revision "1")
14830 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
14831 (package
14832 (name "emacs-noflet")
14833 (version (git-version version revision commit))
14834 (source
14835 (origin
14836 (method git-fetch)
14837 (uri (git-reference
14838 (url "https://github.com/nicferrier/emacs-noflet")
14839 (commit commit)))
14840 (file-name (git-file-name name version))
14841 (sha256
14842 (base32
14843 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
14844 (build-system emacs-build-system)
14845 (arguments
14846 `(#:phases
14847 (modify-phases %standard-phases
14848 (add-after 'unpack 'require-dash
14849 ;; noflet.el uses -map from dash, but (require 'dash) is
14850 ;; missing. So, add it.
14851 (lambda _
14852 (substitute* "noflet.el"
14853 ((";;; Code:") ";;; Code:\n(require 'dash)"))
14854 #t)))))
14855 (propagated-inputs
14856 `(("emacs-dash" ,emacs-dash)))
14857 (home-page "https://github.com/nicferrier/emacs-noflet")
14858 (synopsis "Locally override functions")
14859 (description "@code{emacs-noflet} lets you locally override functions,
14860 in the manner of @command{flet}, but with access to the original function
14861 through the symbol: @command{this-fn}.")
14862 (license license:gpl3+))))
14863
14864 (define-public emacs-dumb-jump
14865 (package
14866 (name "emacs-dumb-jump")
14867 (version "0.5.3")
14868 (source
14869 (origin
14870 (method git-fetch)
14871 (uri (git-reference
14872 (url "https://github.com/jacktasia/dumb-jump.git")
14873 (commit (string-append "v" version))))
14874 (file-name (git-file-name name version))
14875 (sha256
14876 (base32 "1njf60264snhxrd36m4z687lqfkis0p9mmrr7cf1c8l0lfdvawxi"))))
14877 (build-system emacs-build-system)
14878 (arguments
14879 `(#:tests? #f ; FIXME: Tests freeze when run.
14880 #:test-command '("ert-runner")
14881 #:phases
14882 (modify-phases %standard-phases
14883 (add-after 'unpack 'set-shell
14884 (lambda _
14885 ;; Setting the SHELL environment variable is required for the
14886 ;; tests to find sh.
14887 (setenv "SHELL" (which "sh"))
14888 #t)))))
14889 (native-inputs
14890 `(("emacs-el-mock" ,emacs-el-mock)
14891 ("emacs-noflet" ,emacs-noflet)
14892 ("emacs-undercover" ,emacs-undercover)
14893 ("ert-runner" ,emacs-ert-runner)))
14894 (propagated-inputs
14895 `(("emacs-f" ,emacs-f)
14896 ("emacs-popup" ,emacs-popup)))
14897 (home-page "https://github.com/jacktasia/dumb-jump")
14898 (synopsis "Jump to definition for multiple languages without configuration")
14899 (description "Dumb Jump is an Emacs \"jump to definition\" package with
14900 support for multiple programming languages that favors \"just working\" over
14901 speed or accuracy. This means minimal --- and ideally zero --- configuration
14902 with absolutely no stored indexes (tags) or persistent background processes.
14903 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
14904 @command{rg} installed.")
14905 (license license:gpl3+)))
14906
14907 (define-public emacs-dts-mode
14908 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
14909 (revision "1"))
14910 (package
14911 (name "emacs-dts-mode")
14912 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
14913 (source
14914 (origin
14915 (method git-fetch)
14916 (uri (git-reference
14917 (url "https://github.com/bgamari/dts-mode.git")
14918 (commit commit)))
14919 (file-name (git-file-name name version))
14920 (sha256
14921 (base32
14922 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
14923 (build-system emacs-build-system)
14924 (home-page "https://github.com/bgamari/dts-mode.git")
14925 (synopsis "Emacs minor mode for editing device tree files")
14926 (description
14927 "This package provides an Emacs minor mode for highlighting
14928 device tree files.")
14929 (license license:gpl3+))))
14930
14931 (define-public emacs-daemons
14932 (package
14933 (name "emacs-daemons")
14934 (version "2.0.0")
14935 (source
14936 (origin
14937 (method git-fetch)
14938 (uri (git-reference
14939 (url "https://github.com/cbowdon/daemons.el")
14940 (commit version)))
14941 (file-name (git-file-name name version))
14942 (sha256
14943 (base32
14944 "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
14945 (build-system emacs-build-system)
14946 (home-page "https://github.com/cbowdon/daemons.el")
14947 (synopsis "Emacs UI for managing init system services")
14948 (description
14949 "This is an Emacs mode to give you a UI for managing init system
14950 daemons (services) for those getting tired of typing out @code{sudo service
14951 my_thing reload} all the time. It offers a consistent UI over different init
14952 systems.")
14953 (license license:gpl3+)))
14954
14955 (define-public emacs-isearch+
14956 (let ((commit "7c251b91a67bf914066e23e269ba52fda5b45f5f")
14957 (revision "2"))
14958 (package
14959 (name "emacs-isearch+")
14960 (version (git-version "0" revision commit))
14961 (source
14962 (origin
14963 (method git-fetch)
14964 (uri (git-reference
14965 (url "https://github.com/emacsmirror/isearch-plus.git")
14966 (commit commit)))
14967 (file-name (git-file-name name version))
14968 (sha256
14969 (base32
14970 "1w2799714jcdycjlxgs8lpmmz6dmzvcvqy8xwxhvmgpb60g4f2yr"))))
14971 (build-system emacs-build-system)
14972 (home-page "https://www.emacswiki.org/emacs/isearch+.el")
14973 (synopsis "Extensions to @code{isearch.el}")
14974 (description "This package extends @code{isearch} with advice, dynamic
14975 filters, highlighting of regexp group levels, and more.")
14976 (license license:gpl2+))))
14977
14978 (define-public emacs-eshell-bookmark
14979 (package
14980 (name "emacs-eshell-bookmark")
14981 (version "2.0.0")
14982 (source
14983 (origin
14984 (method git-fetch)
14985 (uri (git-reference
14986 (url "https://github.com/Fuco1/eshell-bookmark")
14987 (commit version)))
14988 (file-name (git-file-name name version))
14989 (sha256
14990 (base32
14991 "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"))))
14992 (build-system emacs-build-system)
14993 (home-page "https://github.com/Fuco1/eshell-bookmark")
14994 (synopsis "Provide @file{bookmark.el} integration for @code{eshell}")
14995 (description
14996 "This package allows for bookmarking @code{eshell} buffers. Upon
14997 visiting the bookmark, a new @code{eshell} session will be opened in the
14998 appropriate directory if no @code{eshell} session is active.")
14999 (license license:gpl3+)))
15000
15001 (define-public emacs-eshell-z
15002 (package
15003 (name "emacs-eshell-z")
15004 (version "0.4")
15005 (source
15006 (origin
15007 (method git-fetch)
15008 (uri (git-reference
15009 (url "https://github.com/xuchunyang/eshell-z")
15010 (commit (string-append "v" version))))
15011 (file-name (git-file-name name version))
15012 (sha256
15013 (base32
15014 "13dwaq8q23rwmrkpy3gvf7aswrkk6b9ak5221xl7n0bld4wdhq3j"))))
15015 (build-system emacs-build-system)
15016 (home-page "https://github.com/xuchunyang/eshell-z")
15017 (synopsis "Quick navigation to frequently visited directories")
15018 (description
15019 "This package is a port of @code{z}, and keeps track of visited directories
15020 and commands invoked within them in order to enable navigation via input of
15021 matching regexps.")
15022 (license license:gpl3+)))
15023
15024 (define-public emacs-esh-autosuggest
15025 (package
15026 (name "emacs-esh-autosuggest")
15027 (version "2.0.0")
15028 (source
15029 (origin
15030 (method git-fetch)
15031 (uri (git-reference
15032 (url "https://github.com/dieggsy/esh-autosuggest")
15033 (commit version)))
15034 (file-name (git-file-name name version))
15035 (sha256
15036 (base32
15037 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
15038 (build-system emacs-build-system)
15039 (propagated-inputs `(("emacs-company" ,emacs-company)))
15040 (home-page "https://github.com/dieggsy/esh-autosuggest")
15041 (synopsis "Fish-like autosuggestions in Eshell")
15042 (description
15043 "This package assumes you use something other than company for eshell
15044 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
15045 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
15046 for history autosuggestions.
15047
15048 Unless you're using @code{use-package}'s hook keyword, you can enable the
15049 autosuggestions with:
15050 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
15051 (license license:gpl3+)))
15052
15053 (define-public emacs-desktop-environment
15054 (package
15055 (name "emacs-desktop-environment")
15056 (version "0.3.0")
15057 (source
15058 (origin
15059 (method git-fetch)
15060 (uri (git-reference
15061 (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
15062 (commit (string-append "v" version))))
15063 (file-name (git-file-name name version))
15064 (sha256
15065 (base32
15066 "195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
15067 (build-system emacs-build-system)
15068 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
15069 (synopsis "Control your GNU/Linux desktop environment from Emacs")
15070 (description
15071 "This package helps you control your GNU/Linux desktop from Emacs.
15072 With @code{desktop-environment}, you can control the brightness and volume as
15073 well as take screenshots and lock your screen. The package depends on the
15074 availability of shell commands to do the hard work for us. These commands can
15075 be changed by customizing the appropriate variables.")
15076 (license license:gpl3+)))
15077
15078 (define-public emacs-org-caldav
15079 (let ((commit "a563500c9884f38ce08793e2964f8274adde163d"))
15080 (package
15081 (name "emacs-org-caldav")
15082 (version (git-version "0.0.0" "1" commit))
15083 (source
15084 (origin
15085 (method git-fetch)
15086 (uri (git-reference
15087 (url "https://github.com/dengste/org-caldav.git")
15088 (commit commit)))
15089 (file-name (git-file-name name version))
15090 (sha256
15091 (base32
15092 "18qi1iv5dc0gsvkv9ifal3cjpm568nlb907v8a53cnm4439x1l0l"))))
15093 (build-system emacs-build-system)
15094 (arguments
15095 ;; Tests require to have two specific calendars on a test server.
15096 `(#:exclude '("^org-caldav-testsuite\\.el")))
15097 (propagated-inputs
15098 `(("emacs-org" ,emacs-org)))
15099 (home-page "https://github.com/dengste/org-caldav")
15100 (synopsis "Sync Org files with external calendars via the CalDAV protocol")
15101 (description "Synchronize between events in Org files and a CalDAV
15102 calendar.")
15103 (license license:gpl3+))))
15104
15105 (define-public emacs-zotxt
15106 (package
15107 (name "emacs-zotxt")
15108 (version "20180518")
15109 (source
15110 (origin
15111 (method git-fetch)
15112 (uri (git-reference
15113 (url "https://github.com/egh/zotxt-emacs.git")
15114 (commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b")))
15115 (file-name (git-file-name name version))
15116 (sha256
15117 (base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"))))
15118 (build-system emacs-build-system)
15119 (propagated-inputs
15120 `(("emacs-deferred" ,emacs-deferred)
15121 ("emacs-request" ,emacs-request)))
15122 (home-page "https://github.com/egh/zotxt-emacs")
15123 (synopsis "Integrate Emacs with Zotero")
15124 (description "This package provides two integration features between Emacs
15125 and the Zotero research assistant: Insertion of links to Zotero items into an
15126 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
15127 (license license:gpl3+)))
15128
15129 (define-public emacs-evil-ediff
15130 ;; Evil-Ediff is included in Evil Collection from 20180617.
15131 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
15132
15133 (define-public emacs-evil-magit
15134 (let ((commit "4b66a1db8285457147a5436f209391016a819ea1")
15135 (revision "3"))
15136 (package
15137 (name "emacs-evil-magit")
15138 (version (git-version "0.4.2" revision commit))
15139 (source
15140 (origin
15141 (method git-fetch)
15142 (uri (git-reference
15143 (url "https://github.com/emacs-evil/evil-magit")
15144 (commit commit)))
15145 (file-name (git-file-name name version))
15146 (sha256
15147 (base32
15148 "0kkmbswfh34k3amfl3v140vsnz1gq4n4mg9g4khjd9yjph3zms4h"))))
15149 (build-system emacs-build-system)
15150 (propagated-inputs
15151 `(("emacs-evil" ,emacs-evil)
15152 ("magit" ,emacs-magit)))
15153 (arguments
15154 `(#:tests? #t
15155 #:test-command '("emacs" "-Q" "-batch"
15156 "-L" "."
15157 "-l" "evil-magit-tests"
15158 "-f" "ert-run-tests-batch-and-exit")))
15159 (home-page
15160 "https://github.com/emacs-evil/evil-magit")
15161 (synopsis "Evil-based key bindings for Magit")
15162 (description
15163 "This Emacs library configures Magit and Evil to play well with each other.
15164 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
15165 See the README at @url{https://github.com/justbur/evil-magit} for a table
15166 describing the key binding changes.")
15167 (license license:gpl3+))))
15168
15169 (define-public emacs-evil-mu4e
15170 ;; Evil-mu4e is included in Evil Collection from 20180617.
15171 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
15172
15173 (define-public emacs-evil-multiedit
15174 (package
15175 (name "emacs-evil-multiedit")
15176 (version "1.3.9")
15177 (source
15178 (origin
15179 (method git-fetch)
15180 (uri (git-reference
15181 (url "https://github.com/hlissner/evil-multiedit")
15182 (commit (string-append "v" version))))
15183 (file-name (git-file-name name version))
15184 (sha256
15185 (base32
15186 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
15187 (build-system emacs-build-system)
15188 (propagated-inputs
15189 `(("emacs-evil" ,emacs-evil)
15190 ("emacs-iedit" ,emacs-iedit)))
15191 (native-inputs
15192 `(("emacs-ert-runner" ,emacs-ert-runner)))
15193 (arguments
15194 `(#:phases
15195 (modify-phases %standard-phases
15196 (add-before 'check 'fix-makefile
15197 (lambda _
15198 (substitute* "Makefile"
15199 (("@cask exec ") ""))
15200 #t)))
15201 #:tests? #t
15202 #:test-command '("make" "test")))
15203 (home-page
15204 "https://github.com/hlissner/evil-multiedit")
15205 (synopsis "Multiple cursors for Evil mode")
15206 (description
15207 "This plugin was an answer to the lack of proper multiple cursor support
15208 in Emacs+Evil. It allows you to select and edit matches interactively,
15209 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
15210 defaults.")
15211 (license license:gpl3+)))
15212
15213 (define-public emacs-evil-mc
15214 (let ((commit "1cabb869fe70cef49f7dc06f015c3ade1a969c8c")
15215 (revision "2"))
15216 (package
15217 (name "emacs-evil-mc")
15218 (version (git-version "0.0.3" revision commit))
15219 (source
15220 (origin
15221 (method git-fetch)
15222 (uri (git-reference
15223 (url "https://github.com/gabesoft/evil-mc.git")
15224 (commit commit)))
15225 (file-name (git-file-name name version))
15226 (sha256
15227 (base32 "0p83p90faq1p02lmsfs7zrnky3cyzgy8z4m83a81r9kakjzhkrnb"))))
15228 (build-system emacs-build-system)
15229 (propagated-inputs
15230 `(("emacs-evil" ,emacs-evil)))
15231 (native-inputs
15232 `(("emacs-espuds" ,emacs-espuds)))
15233 (home-page "https://github.com/gabesoft/evil-mc")
15234 (synopsis "Interactive search compatible with @code{multiple-cursors}")
15235 (description "This package can be used with @code{multiple-cursors} to
15236 provide an incremental search that moves all fake cursors in sync.")
15237 (license license:expat))))
15238
15239 (define-public emacs-evil-org
15240 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
15241 (package
15242 (name "emacs-evil-org")
15243 (version (git-version "0.1.1" "1" commit))
15244 (source
15245 (origin
15246 (method git-fetch)
15247 (uri (git-reference
15248 (url "https://github.com/Somelauw/evil-org-mode")
15249 (commit commit)))
15250 (file-name (git-file-name name version))
15251 (sha256
15252 (base32
15253 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
15254 (build-system emacs-build-system)
15255 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
15256 (home-page
15257 "https://github.com/Somelauw/evil-org-mode")
15258 (synopsis "Evil keybindings for Org mode")
15259 (description
15260 "This package adds supplemental Evil mode key-bindings to Emacs
15261 Org-mode. It features:
15262 @itemize
15263 @item normal, visual and insert mode bindings;
15264 @item key bindings organised in key themes;
15265 @item operators like > and < to work on headings;
15266 @item text objects;
15267 @item table support;
15268 @item calendar (date selection) support;
15269 @item agenda support.
15270 @end itemize\n")
15271 (license license:gpl3+))))
15272
15273 (define-public emacs-debpaste
15274 (package
15275 (name "emacs-debpaste")
15276 (version "0.1.5")
15277 (home-page "https://github.com/alezost/debpaste.el")
15278 (source
15279 (origin
15280 (method git-fetch)
15281 (uri (git-reference (url home-page)
15282 (commit (string-append "v" version))))
15283 (file-name (git-file-name name version))
15284 (sha256
15285 (base32
15286 "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
15287 (build-system emacs-build-system)
15288 (propagated-inputs
15289 `(("emacs-xml-rpc" ,emacs-xml-rpc)))
15290 (synopsis "Manipulate pastes from the Debian Pastezone")
15291 (description "Debpaste is an Emacs interface for the Debian Pastezone,
15292 allowing you to receive, post, and delete pastes. It communicates with the
15293 server using XML-RPC.")
15294 (license license:gpl3+)))
15295
15296 (define-public emacs-xml-rpc
15297 (let ((commit "8f624f8b964e9145acb504e4457c9510e87dd93c")
15298 (revision "1"))
15299 (package
15300 (name "emacs-xml-rpc")
15301 (version (git-version "1.6.12" revision commit))
15302 (source
15303 (origin
15304 (method git-fetch)
15305 (uri (git-reference
15306 (url "https://github.com/hexmode/xml-rpc-el")
15307 (commit commit)))
15308 (file-name (git-file-name name version))
15309 (sha256
15310 (base32
15311 "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"))))
15312 (build-system emacs-build-system)
15313 (home-page "https://github.com/hexmode/xml-rpc-el")
15314 (synopsis "XML-RPC client for Emacs")
15315 (description "This package provides an XML-RPC client for Emacs capable
15316 of both synchronous and asynchronous method calls using the @code{url}
15317 package's async retrieval functionality. @file{xml-rpc.el} represents XML-RPC
15318 datatypes as Lisp values, automatically converting to and from the XML
15319 datastructures as needed, both for method parameters and return values, making
15320 using XML-RPC methods fairly transparent to the Lisp code.")
15321 (license license:gpl3+))))
15322
15323 (define-public emacs-xpm
15324 (package
15325 (name "emacs-xpm")
15326 (version "1.0.4")
15327 (source
15328 (origin
15329 (method url-fetch)
15330 (uri (string-append "https://elpa.gnu.org/packages/xpm-"
15331 version ".tar"))
15332 (sha256
15333 (base32
15334 "075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
15335 (build-system emacs-build-system)
15336 (home-page "https://elpa.gnu.org/packages/xpm.html")
15337 (synopsis "XPM image editing mode for Emacs")
15338 (description "This Emacs package makes editing XPM images easy (and maybe
15339 fun). Editing is done directly on the (textual) image format, for maximal
15340 cohesion with the Emacs Way.")
15341 (license license:gpl3+)))
15342
15343 (define-public emacs-fish-completion
15344 (package
15345 (name "emacs-fish-completion")
15346 (version "1.2")
15347 (source
15348 (origin
15349 (method git-fetch)
15350 (uri (git-reference
15351 (url "https://gitlab.com/Ambrevar/emacs-fish-completion.git")
15352 (commit version)))
15353 (file-name (git-file-name name version))
15354 (sha256
15355 (base32
15356 "17lqip1i1rrsvxzz4bx9rqf1fvwd3hriwg3sj6qxmfc8pylnp37q"))))
15357 (build-system emacs-build-system)
15358 (inputs `(("fish" ,fish)))
15359 (arguments
15360 `(#:phases
15361 (modify-phases %standard-phases
15362 (add-after 'unpack 'configure
15363 (lambda* (#:key inputs outputs #:allow-other-keys)
15364 (let ((fish (assoc-ref inputs "fish")))
15365 ;; Specify the absolute file names of the various
15366 ;; programs so that everything works out-of-the-box.
15367 (make-file-writable "fish-completion.el")
15368 (emacs-substitute-variables
15369 "fish-completion.el"
15370 ("fish-completion-command"
15371 (string-append fish "/bin/fish")))))))))
15372 (home-page
15373 "https://gitlab.com/Ambrevar/emacs-fish-completion")
15374 (synopsis "Fish completion for Emacs pcomplete")
15375 (description
15376 "This package provides completion for the Fish shell to pcomplete (used
15377 by shell and Eshell). You can set it up globally with:
15378
15379 @example
15380 (when (and (executable-find \"fish\")
15381 (require 'fish-completion nil t))
15382 (global-fish-completion-mode))
15383 @end example
15384
15385 Alternatively, you can call the @code{fish-completion-mode} manually or in
15386 shell/Eshell mode hook.
15387
15388 The package @code{emacs-bash-completion} is an optional dependency: if available,
15389 @code{fish-completion-complete} can be configured to fall back on bash to further
15390 try completing. See @code{fish-completion-fallback-on-bash-p}.")
15391 (license license:gpl3+)))
15392
15393 (define-public emacs-gif-screencast
15394 (package
15395 (name "emacs-gif-screencast")
15396 (version "1.1")
15397 (source
15398 (origin
15399 (method git-fetch)
15400 (uri (git-reference
15401 (url "https://gitlab.com/Ambrevar/emacs-gif-screencast.git")
15402 (commit version)))
15403 (file-name (git-file-name name version))
15404 (sha256
15405 (base32
15406 "1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
15407 (build-system emacs-build-system)
15408 (inputs
15409 `(("scrot" ,scrot)
15410 ("imagemagick" ,imagemagick)
15411 ("gifsicle" ,gifsicle)))
15412 (arguments
15413 `(#:phases
15414 (modify-phases %standard-phases
15415 (add-after 'unpack 'configure
15416 (lambda* (#:key inputs outputs #:allow-other-keys)
15417 (let ((scrot (assoc-ref inputs "scrot"))
15418 (imagemagick (assoc-ref inputs "imagemagick"))
15419 (gifsicle (assoc-ref inputs "gifsicle")))
15420 (make-file-writable "gif-screencast.el")
15421 ;; Specify the absolute file names of the various
15422 ;; programs so that everything works out-of-the-box.
15423 (emacs-substitute-variables
15424 "gif-screencast.el"
15425 ("gif-screencast-program"
15426 (string-append scrot "/bin/scrot"))
15427 ("gif-screencast-convert-program"
15428 (string-append imagemagick "/bin/convert"))
15429 ("gif-screencast-cropping-program"
15430 (string-append imagemagick "/bin/mogrify"))
15431 ("gif-screencast-optimize-program"
15432 (string-append gifsicle "/bin/gifsicle")))))))))
15433 (home-page
15434 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
15435 (synopsis "One-frame-per-action GIF recording")
15436 (description
15437 "Call @code{gif-screencast} to start a recording.
15438 A screenshot is taken for every user action. Call
15439 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
15440 the GIF result.")
15441 (license license:gpl3+)))
15442
15443 (define-public emacs-google-translate
15444 (package
15445 (name "emacs-google-translate")
15446 (version "0.11.18")
15447 (source
15448 (origin
15449 (method git-fetch)
15450 (uri (git-reference
15451 (url "https://github.com/atykhonov/google-translate/")
15452 (commit (string-append "v" version))))
15453 (file-name (git-file-name name version))
15454 (sha256
15455 (base32
15456 "1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"))))
15457 (build-system emacs-build-system)
15458 (home-page "https://github.com/atykhonov/google-translate")
15459 (synopsis "Emacs interface to Google Translate")
15460 (description
15461 "This package provides an Emacs interface to the Google Translate
15462 on-line service.")
15463 (license license:gpl3+)))
15464
15465 (define-public emacs-helm-company
15466 (package
15467 (name "emacs-helm-company")
15468 (version "0.2.5")
15469 (source
15470 (origin
15471 (method git-fetch)
15472 (uri (git-reference
15473 (url "https://github.com/Sodel-the-Vociferous/helm-company")
15474 (commit (string-append "v" version))))
15475 (file-name (git-file-name name version))
15476 (sha256
15477 (base32
15478 "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
15479 (build-system emacs-build-system)
15480 (propagated-inputs
15481 `(("emacs-helm" ,emacs-helm)
15482 ("emacs-company" ,emacs-company)))
15483 (native-inputs
15484 `(("emacs-ert-runner" ,emacs-ert-runner)))
15485 (arguments
15486 `(#:tests? #t
15487 #:test-command '("ert-runner")))
15488 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
15489 (synopsis "Helm interface for company-mode")
15490 (description
15491 "This is a Helm interface to company-mode, a text completion
15492 framework.")
15493 (license license:gpl3+)))
15494
15495 (define-public emacs-helm-descbinds
15496 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
15497 (package
15498 (name "emacs-helm-descbinds")
15499 (version (git-version "1.13" "1" commit))
15500 (source
15501 (origin
15502 (method git-fetch)
15503 (uri (git-reference
15504 (url "https://github.com/emacs-helm/helm-descbinds")
15505 (commit commit)))
15506 (file-name (git-file-name name version))
15507 (sha256
15508 (base32
15509 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
15510 (build-system emacs-build-system)
15511 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
15512 (home-page "https://github.com/emacs-helm/helm-descbinds")
15513 (synopsis "Convenient @code{describe-bindings} with Helm")
15514 (description
15515 "This package is a replacement of @code{describe-bindings} for Helm.
15516 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
15517 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
15518 @code{helm-descbinds}. The bindings are presented in a similar way as
15519 @code{describe-bindings} does, but you can use completion to find the command
15520 you searched for and execute it, or view its documentation.")
15521 (license license:gpl3+))))
15522
15523 (define-public emacs-helm-emms
15524 (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
15525 (package
15526 (name "emacs-helm-emms")
15527 (version (git-version "1.3" "2" commit))
15528 (source
15529 (origin
15530 (method git-fetch)
15531 (uri (git-reference
15532 (url "https://github.com/emacs-helm/helm-emms")
15533 (commit commit)))
15534 (file-name (git-file-name name version))
15535 (sha256
15536 (base32
15537 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
15538 (build-system emacs-build-system)
15539 (propagated-inputs
15540 `(("emacs-helm" ,emacs-helm)
15541 ("emacs-emms" ,emacs-emms)))
15542 (home-page
15543 "https://github.com/emacs-helm/helm-emms")
15544 (synopsis "Emms for Helm")
15545 (description "Helm interface for Emms to browse all tracks and all folders
15546 from @code{emms-source-file-default-directory}.")
15547 (license license:gpl3+))))
15548
15549 (define-public emacs-helm-exwm
15550 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
15551 (package
15552 (name "emacs-helm-exwm")
15553 (version (git-version "20180703" "2" commit))
15554 (source
15555 (origin
15556 (method git-fetch)
15557 (uri (git-reference
15558 (url "https://github.com/emacs-helm/helm-exwm.git")
15559 (commit commit)))
15560 (file-name (git-file-name name version))
15561 (sha256
15562 (base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
15563 (build-system emacs-build-system)
15564 (propagated-inputs
15565 `(("emacs-helm" ,emacs-helm)
15566 ("emacs-exwm" ,emacs-exwm)))
15567 (home-page
15568 "https://github.com/emacs-helm/helm-exwm")
15569 (synopsis "Helm for EXWM buffers")
15570 (description
15571 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
15572 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
15573 switch between the various windows of one or several specific applications.
15574 See @code{helm-exwm-switch-browser} for an example.")
15575 (license license:gpl3+))))
15576
15577 (define-public emacs-helm-flycheck
15578 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
15579 (package
15580 (name "emacs-helm-flycheck")
15581 (version (git-version "0.4" "1" commit))
15582 (source
15583 (origin
15584 (method git-fetch)
15585 (uri (git-reference
15586 (url "https://github.com/yasuyk/helm-flycheck")
15587 (commit commit)))
15588 (file-name (git-file-name name version))
15589 (sha256
15590 (base32
15591 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
15592 (build-system emacs-build-system)
15593 (propagated-inputs
15594 `(("emacs-dash" ,emacs-dash)
15595 ("emacs-flycheck" ,emacs-flycheck)
15596 ("emacs-helm" ,emacs-helm)))
15597 (home-page "https://github.com/yasuyk/helm-flycheck")
15598 (synopsis "Show Flycheck errors with Helm")
15599 (description
15600 "This integrates Flycheck with Helm.")
15601 (license license:gpl3+))))
15602
15603 (define-public emacs-helm-ls-git
15604 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
15605 (package
15606 (name "emacs-helm-ls-git")
15607 (version (git-version "1.9.1" "1" commit))
15608 (source
15609 (origin
15610 (method git-fetch)
15611 (uri (git-reference
15612 (url "https://github.com/emacs-helm/helm-ls-git")
15613 (commit commit)))
15614 (file-name (git-file-name name version))
15615 (sha256
15616 (base32
15617 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
15618 (build-system emacs-build-system)
15619 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
15620 (home-page "https://github.com/emacs-helm/helm-ls-git")
15621 (synopsis "Helm interface for listing the files in a Git repository")
15622 (description
15623 "This package provides a Helm interface for Git files.
15624 @itemize
15625 @item Display the open buffers in project.
15626 @item Display a status source showing state of project (modified files etc.).
15627 @item Display a list of all files in project under git control.
15628 @item Quickly look at diffs of modified files.
15629 @item Allow switching to @code{git status} with your preferred frontend
15630 (vc-dir, Magit,etc.).
15631 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
15632 can use ack-grep instead of grep).
15633 @item Integrate usage of gid from id-utils.
15634 @item Full integration with @code{helm-find-files}, allow you to browse
15635 projects unrelated to current-buffer.
15636 @item In addition, all actions of type files and buffers are provided.
15637 @end itemize\n")
15638 (license license:gpl3+))))
15639
15640 (define-public emacs-helm-mu
15641 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
15642 (package
15643 (name "emacs-helm-mu")
15644 (version (git-version "20180513" "1" commit))
15645 (source
15646 (origin
15647 (method git-fetch)
15648 (uri (git-reference
15649 (url "https://github.com/emacs-helm/helm-mu.git")
15650 (commit commit)))
15651 (file-name (git-file-name name version))
15652 (sha256
15653 (base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
15654 (build-system emacs-build-system)
15655 (propagated-inputs
15656 `(("emacs-helm" ,emacs-helm)
15657 ("mu" ,mu)))
15658 (home-page
15659 "https://github.com/emacs-helm/helm-mu")
15660 (synopsis
15661 "Helm sources for searching emails and contacts")
15662 (description
15663 "Helm sources for searching emails and contacts using @code{mu} and
15664 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
15665 Emacs build on top of mu. Mu is highly efficient making it possible to get
15666 instant results even for huge maildirs. It also provides search operators,
15667 e.g: @code{from:Peter to:Anne flag:attach search term}.")
15668 (license license:gpl3+))))
15669
15670 (define-public emacs-helm-pass
15671 (package
15672 (name "emacs-helm-pass")
15673 (version "0.3")
15674 (source
15675 (origin
15676 (method git-fetch)
15677 (uri (git-reference
15678 (url "https://github.com/emacs-helm/helm-pass")
15679 (commit version)))
15680 (file-name (git-file-name name version))
15681 (sha256
15682 (base32
15683 "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
15684 (build-system emacs-build-system)
15685 (propagated-inputs
15686 `(("emacs-helm" ,emacs-helm)
15687 ("emacs-password-store" ,emacs-password-store)))
15688 (home-page "https://github.com/emacs-helm/helm-pass")
15689 (synopsis "Helm interface to pass, the standard Unix password manager")
15690 (description
15691 "Users of @code{helm-pass} may also be interested in functionality
15692 provided by other Emacs packages dealing with pass:
15693 @itemize
15694 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
15695 @item @code{emacs-pass}, a major mode for @code{pass}.
15696 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
15697 @code{pass}, included in Emacs 26+).
15698 @end itemize\n")
15699 (license license:gpl3+)))
15700
15701 (define-public emacs-image+
15702 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
15703 (package
15704 (name "emacs-image+")
15705 (version (git-version "0.6.2" "1" commit))
15706 (source
15707 (origin
15708 (method git-fetch)
15709 (uri (git-reference
15710 (url "https://github.com/mhayashi1120/Emacs-imagex")
15711 (commit commit)))
15712 (file-name (git-file-name name version))
15713 (sha256
15714 (base32
15715 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
15716 (build-system emacs-build-system)
15717 (inputs `(("imagemagick" ,imagemagick)))
15718 (arguments
15719 `(#:phases
15720 (modify-phases %standard-phases
15721 (add-after 'unpack 'configure
15722 (lambda* (#:key inputs outputs #:allow-other-keys)
15723 (let ((imagemagick (assoc-ref inputs "imagemagick")))
15724 ;; Specify the absolute file names of the various
15725 ;; programs so that everything works out-of-the-box.
15726 (chmod "image+.el" #o666)
15727 (emacs-substitute-variables
15728 "image+.el"
15729 ("imagex-convert-command"
15730 (string-append imagemagick "/bin/convert"))
15731 ("imagex-identify-command"
15732 (string-append imagemagick "/bin/identify")))))))))
15733 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
15734 (synopsis "Image manipulation extensions for Emacs")
15735 (description
15736 "Image+ provides keybindings allowing you to zoom in or zoom out of an
15737 image, rotate it, save modified images, and more.")
15738 (license license:gpl3+))))
15739
15740 (define-public emacs-package-lint
15741 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
15742 (package
15743 (name "emacs-package-lint")
15744 (version (git-version "0.5" "1" commit))
15745 (source
15746 (origin
15747 (method git-fetch)
15748 (uri (git-reference
15749 (url "https://github.com/purcell/package-lint")
15750 (commit commit)))
15751 (file-name (git-file-name name version))
15752 (sha256
15753 (base32
15754 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
15755 (build-system emacs-build-system)
15756 (home-page "https://github.com/purcell/package-lint")
15757 (synopsis "Linting library for elisp package authors")
15758 (description
15759 "This provides a list of issues with the Emacs package metadata of a file,
15760 e.g. the package dependencies it requires. See function
15761 @code{package-lint-buffer}. Checks will currently be enabled only if a
15762 \"Package-Requires:\" or \"Package-Version:\" header is present in the
15763 file.")
15764 (license license:gpl3+))))
15765
15766 (define-public emacs-picpocket
15767 (let ((version "40")
15768 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
15769 (package
15770 (name "emacs-picpocket")
15771 (version version)
15772 (source
15773 (origin
15774 (method git-fetch)
15775 (uri (git-reference
15776 (url "https://github.com/johanclaesson/picpocket")
15777 (commit commit)))
15778 (file-name (git-file-name name version))
15779 (sha256
15780 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
15781 (build-system emacs-build-system)
15782 (arguments ; needed for running tests
15783 `(#:tests? #t
15784 #:emacs ,emacs
15785 #:test-command '("emacs" "--batch"
15786 "-l" "picpocket-test.el"
15787 "-f" "ert-run-tests-batch-and-exit")))
15788 (home-page "https://github.com/johanclaesson/picpocket")
15789 (synopsis "Image viewer for Emacs")
15790 (description
15791 "Picpocket is an image viewer for GNU Emacs. It has commands for:
15792
15793 @itemize
15794 @item File operations on the picture files (delete, move, copy, hardlink).
15795 @item Scale and rotate the picture.
15796 @item Associate pictures with tags which are saved to disk.
15797 @item Filter pictures according to tags.
15798 @item Customizing keystrokes for quick tagging and file operations.
15799 @item Undo and browse history of undoable commands.
15800 @end itemize")
15801 (license license:gpl3+))))
15802
15803 (define-public emacs-wgrep-helm
15804 ;; `emacs-wgrep-helm' was mistakenly added.
15805 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
15806
15807 (define-public emacs-mu4e-conversation
15808 (let ((commit "98110bb9c300fc9866dee8e0023355f9f79c9b96")
15809 (revision "5"))
15810 (package
15811 (name "emacs-mu4e-conversation")
15812 (version (git-version "0.0.1" revision commit))
15813 (source
15814 (origin
15815 (method git-fetch)
15816 (uri (git-reference
15817 (url "https://gitlab.com/Ambrevar/mu4e-conversation.git")
15818 (commit commit)))
15819 (file-name (git-file-name name version))
15820 (sha256
15821 (base32
15822 "080s96jkcw2p288sp1vgds91rgl693iz6hi2dv56p2ih0nnivwlg"))))
15823 (build-system emacs-build-system)
15824 (propagated-inputs
15825 `(("mu" ,mu)))
15826 (home-page
15827 "https://gitlab.com/Ambrevar/mu4e-conversation")
15828 (synopsis
15829 "Show a complete thread in a single buffer")
15830 (description
15831 "This package offers an alternate view to mu4e's e-mail display. It
15832 shows all e-mails of a thread in a single view, where each correspondent has
15833 their own face. Threads can be displayed linearly (in which case e-mails are
15834 displayed in chronological order) or as an Org document where the node tree
15835 maps the thread tree.")
15836 (license license:gpl3+))))
15837
15838 (define-public emacs-pinentry
15839 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
15840 (revision "1"))
15841 (package
15842 (name "emacs-pinentry")
15843 (version (git-version "0.1" revision commit))
15844 (source
15845 (origin
15846 (method url-fetch)
15847 (uri (string-append
15848 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
15849 "/packages/pinentry/pinentry.el?id=" commit))
15850 (file-name (string-append "pinentry.el"))
15851 (sha256
15852 (base32
15853 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
15854 (build-system emacs-build-system)
15855 (propagated-inputs
15856 `(("gnupg" ,gnupg)))
15857 (home-page "https://elpa.gnu.org/packages/pinentry.html")
15858 (synopsis "GnuPG Pinentry server implementation")
15859 (description
15860 "This package allows GnuPG passphrase to be prompted through the
15861 minibuffer instead of graphical dialog.
15862
15863 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
15864 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
15865 server with @code{M-x pinentry-start}.")
15866 (license license:gpl3+))))
15867
15868 (define-public emacs-so-long
15869 (let ((commit "cfae473b1bf65f78ddb015159e667ec0103d881c")
15870 (revision "2"))
15871 (package
15872 (name "emacs-so-long")
15873 (version (git-version "1.0" revision commit))
15874 (source
15875 (origin
15876 (method git-fetch)
15877 (uri (git-reference
15878 (url "https://git.savannah.gnu.org/git/so-long.git")
15879 (commit commit)))
15880 (file-name (git-file-name name version))
15881 (sha256
15882 (base32
15883 "0g943n5cl9lz5s7hszg6yvp10xd1xvd8mfgxyg0yckmp8fqkswin"))))
15884 (build-system emacs-build-system)
15885 (home-page "https://www.emacswiki.org/emacs/SoLong")
15886 (synopsis "Improve performance in files with long lines")
15887 (description "This package improves the performance of Emacs when
15888 viewing files with long lines.")
15889 (license license:gpl3+))))
15890
15891 (define-public emacs-github-review
15892 (let ((commit "a13a3b4f1b6114a32af843971a145ab880f51232")
15893 (revision "2"))
15894 (package
15895 (name "emacs-github-review")
15896 (version (git-version "0.1" revision commit))
15897 (source
15898 (origin
15899 (method git-fetch)
15900 (uri (git-reference
15901 (url "https://github.com/charignon/github-review")
15902 (commit commit)))
15903 (file-name (git-file-name name version))
15904 (sha256
15905 (base32
15906 "0injfpxzgfhmqalba845j5l5cdcxxqz43knhxwinf36g52nfabl0"))))
15907 (build-system emacs-build-system)
15908 (inputs
15909 `(("emacs-dash" ,emacs-dash)
15910 ("emacs-s" ,emacs-s)
15911 ("emacs-ghub" ,emacs-ghub)))
15912 (native-inputs
15913 `(("emacs-buttercup" ,emacs-buttercup)
15914 ("emacs-undercover" ,emacs-undercover)))
15915 (arguments
15916 `(#:tests? #t
15917 #:test-command '("buttercup" "-L" "test/github-review-test.el")))
15918 (home-page "https://github.com/charignon/github-review")
15919 (synopsis "Review GitHub pull requests within Emacs")
15920 (description "This package provides commands to pull in, comment on, and
15921 accept and reject GitHub pull requests.")
15922 (license license:gpl3+))))
15923
15924 (define-public emacs-deadgrep
15925 (let ((commit "3fc7ca1f58e190f0c80da455a0e40187e673020e")
15926 (revision "2"))
15927 (package
15928 (name "emacs-deadgrep")
15929 (version (git-version "0.8" revision commit))
15930 (source
15931 (origin
15932 (method git-fetch)
15933 (uri (git-reference
15934 (url "https://github.com/Wilfred/deadgrep")
15935 (commit commit)))
15936 (file-name (git-file-name name version))
15937 (sha256
15938 (base32
15939 "016gwqxd9aqzjw3hqv3vdf8cs6la8r65g6azg5rlmjqwfx3vsaha"))))
15940 (build-system emacs-build-system)
15941 (inputs
15942 `(("emacs-dash" ,emacs-dash)
15943 ("emacs-s" ,emacs-s)
15944 ("emacs-spinner" ,emacs-spinner)))
15945 (home-page "https://github.com/Wilfred/deadgrep")
15946 (synopsis "Frontend for @code{ripgrep}")
15947 (description "This package provides an Emacs interface for performing
15948 searches with @code{ripgrep}.")
15949 (license license:gpl3+))))
15950
15951 (define-public emacs-focus
15952 (let ((commit "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f")
15953 (version "0.1.1")
15954 (revision "1"))
15955 (package
15956 (name "emacs-focus")
15957 (version (git-version version revision commit))
15958 (source
15959 (origin
15960 (method git-fetch)
15961 (uri (git-reference
15962 (url "https://github.com/larstvei/Focus")
15963 (commit commit)))
15964 (file-name (git-file-name name version))
15965 (sha256
15966 (base32
15967 "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"))))
15968 (build-system emacs-build-system)
15969 (home-page "https://github.com/larstvei/Focus")
15970 (synopsis "Minor mode for focusing in on relevant text")
15971 (description "This package provides a minor mode that dims the color of
15972 text in neighboring sections.")
15973 (license license:gpl3+))))
15974
15975 (define-public emacs-pandoc-mode
15976 (package
15977 (name "emacs-pandoc-mode")
15978 (version "2.27.2")
15979 (source
15980 (origin
15981 (method git-fetch)
15982 (uri (git-reference
15983 (url "https://github.com/joostkremers/pandoc-mode")
15984 (commit version)))
15985 (file-name (git-file-name name version))
15986 (sha256
15987 (base32
15988 "04bqc7mhgkfks3nsvimd3rrriv4nqbksmv5ahlbbd03aqa2b0vrv"))))
15989 (build-system emacs-build-system)
15990 (propagated-inputs
15991 `(("emacs-dash" ,emacs-dash)
15992 ("emacs-hydra" ,emacs-hydra)))
15993 (home-page "https://github.com/joostkremers/pandoc-mode")
15994 (synopsis "Minor mode for interacting with Pandoc")
15995 (description "This package provides a Hydra menu for interacting with the
15996 Pandoc, the document-conversion tool.")
15997 (license license:bsd-3)))
15998
15999 (define-public emacs-ccls
16000 (let ((commit "aab3e31fd716daf59f9794e62d473357263e8cc0")
16001 (revision "4"))
16002 (package
16003 (name "emacs-ccls")
16004 (version (git-version "0.1" revision commit))
16005 (source
16006 (origin
16007 (method git-fetch)
16008 (uri (git-reference
16009 (url "https://github.com/MaskRay/emacs-ccls")
16010 (commit commit)))
16011 (file-name (git-file-name name version))
16012 (sha256
16013 (base32
16014 "1ykgw21ypyhwlyflppjcgqrj1xw4d9rld4z65qvwhk3f12cv113j"))))
16015 (build-system emacs-build-system)
16016 (propagated-inputs
16017 `(("ccls" ,ccls)
16018 ("emacs-dash" ,emacs-dash)
16019 ("emacs-projectile" ,emacs-projectile)
16020 ("emacs-lsp-mode" ,emacs-lsp-mode)))
16021 (home-page "https://github.com/MaskRay/emacs-ccls")
16022 (synopsis "Emacs support for the @code{ccls} language server")
16023 (description "This package extends @code{lsp-mode} to work with @code{C}
16024 and @code{C++} files through the @code{ccls} language server.")
16025 (license license:expat))))
16026
16027 (define-public emacs-org-brain
16028 (package
16029 (name "emacs-org-brain")
16030 (version "0.5")
16031 (source
16032 (origin
16033 (method git-fetch)
16034 (uri (git-reference
16035 (url "https://github.com/Kungsgeten/org-brain.git")
16036 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
16037 (file-name (git-file-name name version))
16038 (sha256
16039 (base32
16040 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
16041 (build-system emacs-build-system)
16042 (home-page "https://github.com/Kungsgeten/org-brain")
16043 (synopsis "Org-mode wiki and concept-mapping for Emacs")
16044 (description "@code{emacs-org-brain} implements a variant of concept
16045 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
16046 org-mode entries, where each entry is a file or a headline, and you can get a
16047 visual overview of the relationships between the entries: parents, children,
16048 siblings and friends. This visual overview can also be used to browse your
16049 entries. You can think of entries as nodes in a mind map, or pages in a
16050 wiki.")
16051 (license license:expat)))
16052
16053 (define-public emacs-recent-addresses
16054 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
16055 (revision "1"))
16056 (package
16057 (name "emacs-recent-addresses")
16058 (home-page "http://nschum.de/src/emacs/recent-addresses/")
16059 (version (git-version "0.1" revision commit))
16060 (source (origin
16061 (method git-fetch)
16062 (uri (git-reference
16063 ;; Note: Use a branch that works with Helm. Submitted
16064 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
16065 (url "https://github.com/civodul/recent-addresses.el")
16066 (commit commit)))
16067 (sha256
16068 (base32
16069 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
16070 (file-name (git-file-name name version))))
16071 (build-system emacs-build-system)
16072 (synopsis "Record recently-used email addressed and auto-complete them")
16073 (description
16074 "@code{recent-addresses} is an Emacs package that allows you to quickly
16075 look up previously used email addresses. It can be used alongside the Gnus
16076 email client.")
16077 (license license:gpl2+))))
16078
16079 (define-public emacs-fold-dwim
16080 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
16081 (revision "0"))
16082 (package
16083 (name "emacs-fold-dwim")
16084 (version (git-version "1.2" revision commit))
16085 (home-page "https://github.com/emacsattic/fold-dwim")
16086 (source (origin
16087 (method git-fetch)
16088 (uri (git-reference (url home-page) (commit commit)))
16089 (sha256
16090 (base32
16091 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
16092 (file-name (git-file-name name version))))
16093 (build-system emacs-build-system)
16094 (synopsis "Unified user interface for Emacs folding modes")
16095 (description
16096 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
16097 can do different things depending on the context. In this package, it means
16098 that, if the cursor is in a currently hidden folded construction, we want to
16099 show it; if it's not, we want to hide whatever fold the cursor is in.")
16100 (license license:gpl2+))))
16101
16102 (define-public emacs-markup-faces
16103 (package
16104 (name "emacs-markup-faces")
16105 (version "1.0.0")
16106 (source
16107 (origin
16108 (method url-fetch)
16109 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
16110 version ".el"))
16111 (sha256
16112 (base32
16113 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
16114 (build-system emacs-build-system)
16115 (home-page "https://github.com/sensorflo/markup-faces")
16116 (synopsis "Collection of Emacs faces for markup language modes")
16117 (description "emacs-markup-faces is like font-lock-faces, but tailored for
16118 markup languages instead programming languages. The sub group markup-faces-text
16119 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
16120 common look and feel, or let's say theme, across different markup language modes
16121 and 'text viewing modes' respectively.")
16122 (license license:gpl3+)))
16123
16124 (define-public emacs-adoc-mode
16125 (package
16126 (name "emacs-adoc-mode")
16127 (version "0.6.6")
16128 (source
16129 (origin
16130 (method git-fetch)
16131 (uri (git-reference
16132 (url "https://github.com/sensorflo/adoc-mode.git")
16133 (commit (string-append "V" version))))
16134 (file-name (git-file-name name version))
16135 (sha256
16136 (base32
16137 "0kp2aafjhqxz3mjr9hkkss85r4n51chws5a2qj1xzb63dh36liwm"))))
16138 (build-system emacs-build-system)
16139 (arguments
16140 `(#:phases
16141 (modify-phases %standard-phases
16142 ;; See: https://github.com/sensorflo/adoc-mode/issues/39.
16143 (add-after 'unpack 'disable-failing-tests
16144 (lambda _
16145 (let-syntax
16146 ((disable-tests
16147 (syntax-rules ()
16148 ((_ file ())
16149 (syntax-error "test names list must not be empty"))
16150 ((_ file (test-name ...))
16151 (substitute* file
16152 (((string-append "^\\(ert-deftest " test-name ".*") all)
16153 (string-append all "(skip-unless nil)\n")) ...)))))
16154 (disable-tests "adoc-mode-test.el"
16155 ("adoctest-test-tempo-delimited-blocks"
16156 "adoctest-test-tempo-macros"
16157 "adoctest-test-tempo-paragraphs"
16158 "adoctest-test-tempo-passthroug-macros"
16159 "adoctest-test-tempo-quotes")))
16160 #t)))
16161 #:tests? #t
16162 #:test-command '("emacs" "-Q" "-batch"
16163 "-l" "adoc-mode-test.el"
16164 "-f" "ert-run-tests-batch-and-exit")))
16165 (propagated-inputs
16166 `(("emacs-markup-faces" ,emacs-markup-faces)))
16167 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
16168 (synopsis "AsciiDoc mode for Emacs")
16169 (description "This package provides an Emacs major mode for editing AsciiDoc
16170 files. It focuses on highlighting the document to improve readability.")
16171 (license license:gpl2+)))
16172
16173 (define-public emacs-rust-mode
16174 (package
16175 (name "emacs-rust-mode")
16176 (version "0.4.0")
16177 (source (origin
16178 (method git-fetch)
16179 (uri (git-reference
16180 (url "https://github.com/rust-lang/rust-mode")
16181 (commit version)))
16182 (file-name (git-file-name name version))
16183 (sha256
16184 (base32
16185 "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
16186 (build-system emacs-build-system)
16187 (arguments
16188 `(#:phases
16189 (modify-phases %standard-phases
16190 (replace 'check
16191 (lambda _
16192 (invoke "sh" "run_rust_emacs_tests.sh"))))))
16193 (home-page "https://github.com/rust-lang/rust-mode")
16194 (synopsis "Major Emacs mode for editing Rust source code")
16195 (description "This package provides a major Emacs mode for editing Rust
16196 source code.")
16197 (license (list license:expat
16198 license:asl2.0))))
16199
16200 (define-public emacs-ztree
16201 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
16202 (package
16203 (name "emacs-ztree")
16204 (version (git-version "1.0.5" "1" commit))
16205 (source
16206 (origin
16207 (method git-fetch)
16208 (uri (git-reference
16209 (url "https://github.com/fourier/ztree")
16210 (commit commit)))
16211 (file-name (git-file-name name version))
16212 (sha256
16213 (base32
16214 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
16215 (build-system emacs-build-system)
16216 (home-page "https://github.com/fourier/ztree")
16217 (synopsis "Directory tree comparison mode for Emacs")
16218 (description "Ztree is a project dedicated to implementation of several
16219 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
16220 @command{ztree-diff} and @command{ztree-dir} (the basis of
16221 @command{ztree-diff}).")
16222 (license license:gpl3))))
16223
16224 (define-public emacs-helm-org-contacts
16225 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
16226 (package
16227 (name "emacs-helm-org-contacts")
16228 (version (git-version "20180707" "1" commit))
16229 (source
16230 (origin
16231 (method git-fetch)
16232 (uri (git-reference
16233 (url "https://github.com/tmalsburg/helm-org-contacts")
16234 (commit commit)))
16235 (file-name (git-file-name name version))
16236 (sha256
16237 (base32
16238 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
16239 (build-system emacs-build-system)
16240 (propagated-inputs
16241 `(("emacs-dash" ,emacs-dash)
16242 ("emacs-helm" ,emacs-helm)
16243 ("emacs-s" ,emacs-s)))
16244 (home-page "https://github.com/tmalsburg/helm-org-contacts")
16245 (synopsis "Helm source for org-contacts")
16246 (description "This Helm source can be used to search contacts stored in
16247 org-contacts format. There are actions for inserting postal addresses, email
16248 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
16249 was called.")
16250 (license license:gpl3))))
16251
16252 (define-public emacs-dired-du
16253 (package
16254 (name "emacs-dired-du")
16255 (version "0.5.2")
16256 (source
16257 (origin
16258 (method url-fetch)
16259 (uri (string-append
16260 "https://elpa.gnu.org/packages/dired-du-" version ".tar"))
16261 (sha256
16262 (base32 "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"))))
16263 (build-system emacs-build-system)
16264 (home-page "https://elpa.gnu.org/packages/dired-du.html")
16265 (synopsis "Dired with recursive directory sizes")
16266 (description
16267 "Display the recursive size of directories in Dired.
16268 This file defines a minor mode @command{dired-du-mode} to show the recursive
16269 size of directories in Dired buffers. If @command{du} program is available,
16270 then the directory sizes are obtained with it. Otherwise, the directory sizes
16271 are obtained with Lisp. The former is faster and provide a more precise
16272 value. For directories where the user doesn't have read permission, the
16273 recursive size is not obtained. Once this mode is enabled, every new Dired
16274 buffer displays recursive dir sizes.")
16275 (license license:gpl3+)))
16276
16277 (define-public emacs-dired-rsync
16278 (package
16279 (name "emacs-dired-rsync")
16280 (version "0.4")
16281 (source (origin
16282 (method git-fetch)
16283 (uri (git-reference
16284 (url "https://github.com/stsquad/dired-rsync.git")
16285 (commit version)))
16286 (file-name (git-file-name name version))
16287 (sha256
16288 (base32
16289 "0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"))))
16290 (build-system emacs-build-system)
16291 (propagated-inputs
16292 `(("emacs-s" ,emacs-s)
16293 ("emacs-dash" ,emacs-dash)))
16294 (home-page "https://github.com/stsquad/dired-rsync/")
16295 (synopsis "Support for rsync from Emacs dired buffers")
16296 (description "This package adds a single command @code{dired-rsync} which
16297 allows the user to copy marked files in a dired buffer via @code{rsync}. This
16298 is useful, especially for large files, because the copy happens in the
16299 background and doesn’t lock up Emacs. It is also more efficient than using
16300 tramps own encoding methods for moving data between systems.")
16301 (license license:gpl3+)))
16302
16303 (define-public emacs-pcre2el
16304 ;; Last release is very old so we get the latest commit.
16305 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
16306 (package
16307 (name "emacs-pcre2el")
16308 (version (git-version "1.8" "1" commit))
16309 (source
16310 (origin
16311 (method git-fetch)
16312 (uri (git-reference
16313 (url "https://github.com/joddie/pcre2el")
16314 (commit commit)))
16315 (file-name (git-file-name name version))
16316 (sha256
16317 (base32
16318 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
16319 (build-system emacs-build-system)
16320 (home-page "https://github.com/joddie/pcre2el")
16321 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
16322 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
16323 Tools) is a utility for working with regular expressions in Emacs, based on a
16324 recursive-descent parser for regexp syntax. In addition to converting (a
16325 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
16326
16327 @itemize
16328 @item convert Emacs syntax to PCRE
16329 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
16330 @item untangle complex regexps by showing the parse tree in @code{rx} form and
16331 highlighting the corresponding chunks of code
16332 @item show the complete list of strings (productions) matching a regexp,
16333 provided the list is finite
16334 @item provide live font-locking of regexp syntax (so far only for Elisp
16335 buffers – other modes on the TODO list).
16336 @end itemize\n")
16337 (license license:gpl3))))
16338
16339 (define-public emacs-magit-todos
16340 (package
16341 (name "emacs-magit-todos")
16342 (version "1.4.1")
16343 (source
16344 (origin
16345 (method git-fetch)
16346 (uri (git-reference
16347 (url "https://github.com/alphapapa/magit-todos")
16348 (commit version)))
16349 (file-name (git-file-name name version))
16350 (sha256
16351 (base32
16352 "1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6"))))
16353 (build-system emacs-build-system)
16354 (propagated-inputs
16355 `(("emacs-async" ,emacs-async)
16356 ("emacs-dash" ,emacs-dash)
16357 ("emacs-f" ,emacs-f)
16358 ("emacs-hl-todo" ,emacs-hl-todo)
16359 ("magit" ,emacs-magit)
16360 ("emacs-pcre2el" ,emacs-pcre2el)
16361 ("emacs-s" ,emacs-s)))
16362 (home-page "https://github.com/alphapapa/magit-todos")
16363 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
16364 (description "This package displays keyword entries from source code
16365 comments and Org files in the Magit status buffer. Activating an item jumps
16366 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
16367 few (like NOTE).")
16368 (license license:gpl3)))
16369
16370 (define-public emacs-git-annex
16371 ;; Unreleased version has a fontification fix.
16372 (let ((commit "1324d3f23c534fe79391a2c256bb8803054e383b")
16373 (revision "2"))
16374 (package
16375 (name "emacs-git-annex")
16376 (version (git-version "1.1" revision commit))
16377 (source
16378 (origin
16379 (method git-fetch)
16380 (uri (git-reference
16381 (url "https://github.com/jwiegley/git-annex-el")
16382 (commit commit)))
16383 (file-name (git-file-name name version))
16384 (sha256
16385 (base32
16386 "1lfky2nsrlndlbvk6vwbswnvbvkz1sxgg0n3r5q6xykdkjym0lrh"))))
16387 (build-system emacs-build-system)
16388 (home-page "https://github.com/jwiegley/git-annex-el")
16389 (synopsis "Emacs integration for git-annex")
16390 (description "Enhances Dired and buffers visiting annex files with
16391 git-annex functionality. In Dired, the names of annex files are shortened by
16392 hiding the symbolic links and fontified based on whether content is present.
16393 Commands for performing some common operations (e.g., unlocking and adding
16394 files) are provided.")
16395 (license license:gpl2+))))
16396
16397 (define-public emacs-hackernews
16398 (let ((commit "2362d7b00e59da7caddc8c0adc24dccb42fddef9")
16399 (revision "2"))
16400 (package
16401 (name "emacs-hackernews")
16402 (version (git-version "0.5.0" revision commit))
16403 (source
16404 (origin
16405 (method git-fetch)
16406 (uri (git-reference
16407 (url "https://github.com/clarete/hackernews.el")
16408 (commit commit)))
16409 (file-name (git-file-name name version))
16410 (sha256
16411 (base32
16412 "1hcc5b173yzcvvd2ls3jxrmsw2w9bi21m9hcpcirkn0nh93ywadv"))))
16413 (build-system emacs-build-system)
16414 (home-page "https://github.com/clarete/hackernews.el")
16415 (synopsis "Hacker News client for Emacs")
16416 (description "The @command{hackernews} package is able to fetch stories
16417 from six different Hacker News feeds, namely top, new, best, ask, show and job
16418 stories. The default feed is top stories, which corresponds to the Hacker
16419 News homepage.")
16420 (license license:gpl3))))
16421
16422 (define-public emacs-youtube-dl
16423 (let ((commit "af877b5bc4f01c04fccfa7d47a2c328926f20ef4")
16424 (revision "2"))
16425 (package
16426 (name "emacs-youtube-dl")
16427 (version (git-version "1.0" "2" commit))
16428 (source
16429 (origin
16430 (method git-fetch)
16431 (uri (git-reference
16432 (url "https://github.com/skeeto/youtube-dl-emacs/")
16433 (commit commit)))
16434 (file-name (git-file-name name version))
16435 (sha256
16436 (base32
16437 "0zkl9jkjbx0lmp9ylv4rqg1zwqibk053s4rp7s1h0i18nzk7vn8j"))))
16438 (build-system emacs-build-system)
16439 (inputs
16440 `(("youtube-dl" ,youtube-dl)))
16441 (arguments
16442 `(#:phases
16443 (modify-phases %standard-phases
16444 (add-after 'unpack 'configure
16445 (lambda* (#:key inputs #:allow-other-keys)
16446 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
16447 ;; .el is read-only in git.
16448 (chmod "youtube-dl.el" #o644)
16449 ;; Specify the absolute file names of the various
16450 ;; programs so that everything works out-of-the-box.
16451 (emacs-substitute-variables
16452 "youtube-dl.el"
16453 ("youtube-dl-program"
16454 (string-append youtube-dl "/bin/youtube-dl")))))))))
16455 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
16456 (synopsis "Emacs youtube-dl download manager")
16457 (description "This package manages a video download queue for
16458 @command{youtube-dl}, which serves as the back end. It manages a single
16459 @command{youtube-dl} subprocess, downloading one video at a time. New videos
16460 can be queued at any time.")
16461 (license license:unlicense))))
16462
16463 (define-public emacs-org-web-tools
16464 (package
16465 (name "emacs-org-web-tools")
16466 (version "1.0")
16467 (source
16468 (origin
16469 (method git-fetch)
16470 (uri (git-reference
16471 (url "https://github.com/alphapapa/org-web-tools")
16472 (commit version)))
16473 (file-name (git-file-name name version))
16474 (sha256
16475 (base32
16476 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
16477 (build-system emacs-build-system)
16478 (propagated-inputs
16479 `(("emacs-dash" ,emacs-dash)
16480 ("emacs-esxml" ,emacs-esxml)
16481 ("emacs-s" ,emacs-s)))
16482 (inputs
16483 `(("pandoc" ,ghc-pandoc)))
16484 (arguments
16485 `(#:phases
16486 (modify-phases %standard-phases
16487 (add-after 'unpack 'patch-exec-paths
16488 (lambda* (#:key inputs #:allow-other-keys)
16489 (let ((pandoc (assoc-ref inputs "pandoc")))
16490 (substitute* "org-web-tools.el"
16491 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
16492 #t))))))
16493 (home-page "https://github.com/alphapapa/org-web-tools")
16494 (synopsis "Display/Process web page as Org-mode content")
16495 (description "This package contains library functions and commands useful
16496 for retrieving web page content and processing it into Org-mode content.
16497
16498 For example, you can copy a URL to the clipboard or kill-ring, then run a
16499 command that downloads the page, isolates the “readable” content with
16500 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
16501 displays it in an Org-mode buffer. Another command does all of that but
16502 inserts it as an Org entry instead of displaying it in a new buffer.")
16503 (license license:gpl3+)))
16504
16505 (define-public emacs-blimp
16506 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
16507 (package
16508 (name "emacs-blimp")
16509 (version (git-version "0.0.0" "1" commit))
16510 (source
16511 (origin
16512 (method git-fetch)
16513 (uri (git-reference
16514 (url "https://github.com/walseb/blimp")
16515 (commit commit)))
16516 (file-name (git-file-name name version))
16517 (sha256
16518 (base32
16519 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
16520 (build-system emacs-build-system)
16521 (propagated-inputs
16522 `(("emacs-eimp" ,emacs-eimp)))
16523 (home-page "https://github.com/walseb/blimp")
16524 (synopsis "Emacs wrapper around all Imagemagick commands")
16525 (description "Blimp (Bustling Image Manipulation Package) is a complete
16526 wrapper around all Imagemagick commands with descriptions, autocompletion (for
16527 some commands) and hints displayed in prompt using @command{eimp.el} to
16528 execute its commands and resize images.")
16529 (license license:gpl3+))))
16530
16531 (define-public emacs-synosaurus
16532 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
16533 (package
16534 (name "emacs-synosaurus")
16535 (version (git-version "0.1.0" "1" commit))
16536 (source
16537 (origin
16538 (method git-fetch)
16539 (uri (git-reference
16540 (url "https://github.com/hpdeifel/synosaurus")
16541 (commit commit)))
16542 (file-name (git-file-name name version))
16543 (sha256
16544 (base32
16545 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
16546 (build-system emacs-build-system)
16547 (propagated-inputs
16548 `(("wordnet" ,wordnet)))
16549 (arguments
16550 `(#:phases
16551 (modify-phases %standard-phases
16552 (add-after 'unpack 'configure
16553 (lambda* (#:key inputs outputs #:allow-other-keys)
16554 (let ((wn (assoc-ref inputs "wordnet")))
16555 ;; .el is read-only in git.
16556 (chmod "synosaurus-wordnet.el" #o644)
16557 ;; Specify the absolute file names of the various
16558 ;; programs so that everything works out-of-the-box.
16559 (emacs-substitute-variables
16560 "synosaurus-wordnet.el"
16561 ("wordnet-command"
16562 (string-append wn "/bin/wn")))))))))
16563 (home-page "https://github.com/hpdeifel/synosaurus")
16564 (synopsis "Extensible thesaurus mode for Emacs")
16565 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
16566 backends, including the @command{wordnet} offline backend.")
16567 (license license:gpl3+))))
16568
16569 (define-public emacs-editorconfig
16570 (package
16571 (name "emacs-editorconfig")
16572 (version "0.8.1")
16573 (source
16574 (origin
16575 (method git-fetch)
16576 (uri (git-reference
16577 (url "https://github.com/editorconfig/editorconfig-emacs")
16578 (commit (string-append "v" version))))
16579 (file-name (git-file-name name version))
16580 (sha256
16581 (base32
16582 "1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
16583 (build-system emacs-build-system)
16584 (home-page "https://github.com/editorconfig/editorconfig-emacs")
16585 (synopsis "Define and maintain consistent coding styles between different
16586 editors and IDEs")
16587 (description "The EditorConfig project consists of a file format for
16588 defining coding styles and a collection of text editor plugins that enable
16589 editors to read the file format and adhere to defined styles. EditorConfig
16590 files are easily readable and they work nicely with version control systems.")
16591 (license license:gpl3+)))
16592
16593 (define-public emacs-all-the-icons
16594 (package
16595 (name "emacs-all-the-icons")
16596 (version "3.2.0")
16597 (source
16598 (origin
16599 (method git-fetch)
16600 (uri (git-reference
16601 (url "https://github.com/domtronn/all-the-icons.el.git")
16602 (commit version)))
16603 (file-name (git-file-name name version))
16604 (sha256
16605 (base32
16606 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
16607 (build-system emacs-build-system)
16608 (arguments
16609 `(#:include '("\\.el$" "^data/" "^fonts/")
16610 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
16611 ;; all-the-icons--root-code". Ignoring tests.
16612 #:exclude '("^test/")
16613 #:tests? #f))
16614 (propagated-inputs
16615 `(("f" ,emacs-f)
16616 ("memoize" ,emacs-memoize)))
16617 (home-page "https://github.com/domtronn/all-the-icons.el")
16618 (synopsis "Collect icon fonts and propertize them within Emacs")
16619 (description "All-the-icons is a utility package to collect various icon
16620 fonts and propertize them within Emacs. Icon fonts allow you to propertize
16621 and format icons the same way you would normal text. This enables things such
16622 as better scaling of and anti aliasing of the icons.")
16623 ;; Package is released under Expat license. Elisp files are licensed
16624 ;; under GPL3+. Fonts come with various licenses: Expat for
16625 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
16626 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
16627 ;; "ocitcons.ttf" and "weathericons.ttf".
16628 (license
16629 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
16630
16631 (define-public emacs-wttrin
16632 (let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
16633 (revision "1"))
16634 (package
16635 (name "emacs-wttrin")
16636 (version (git-version "0.2.0" revision commit))
16637 (source (origin
16638 (method git-fetch)
16639 (uri (git-reference
16640 (url "https://github.com/bcbcarl/emacs-wttrin.git")
16641 (commit commit)))
16642 (file-name (git-file-name name version))
16643 (sha256
16644 (base32
16645 "1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
16646 (build-system emacs-build-system)
16647 (propagated-inputs
16648 `(("emacs-xterm-color" ,emacs-xterm-color)))
16649 (home-page "https://github.com/bcbcarl/emacs-wttrin")
16650 (synopsis "Frontend for weather web service @url{wttr.in}")
16651 (description "This package provides local weather information from
16652 @url{wttr.in}.")
16653 (license license:expat))))
16654
16655 (define-public emacs-powerline
16656 (package
16657 (name "emacs-powerline")
16658 (version "2.4")
16659 (source
16660 (origin
16661 (method git-fetch)
16662 (uri (git-reference
16663 (url "https://github.com/milkypostman/powerline.git")
16664 (commit version)))
16665 (file-name (git-file-name name version))
16666 (sha256
16667 (base32
16668 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
16669 (build-system emacs-build-system)
16670 (home-page "https://github.com/milkypostman/powerline/")
16671 (synopsis "Mode-line plugin for Emacs")
16672 (description "Powerline is a utility plugin which allows you to create
16673 a better-looking, more functional Emacs mode-line. A collection of predefined
16674 themes comes with the package.")
16675 (license license:gpl3+)))
16676
16677 (define-public emacs-spaceline
16678 (package
16679 (name "emacs-spaceline")
16680 (version "2.0.1")
16681 (source
16682 (origin
16683 (method git-fetch)
16684 (uri (git-reference
16685 (url "https://github.com/TheBB/spaceline.git")
16686 (commit (string-append "v" version))))
16687 (file-name (git-file-name name version))
16688 (sha256
16689 (base32
16690 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
16691 (build-system emacs-build-system)
16692 (propagated-inputs
16693 `(("dash" ,emacs-dash)
16694 ("powerline" ,emacs-powerline)
16695 ("s" ,emacs-s)))
16696 (home-page "https://github.com/TheBB/spaceline")
16697 (synopsis "Powerline theme from Spacemacs")
16698 (description "Spaceline provides Spacemacs' mode-line theme.
16699 This package provides features for three kinds of users.
16700
16701 @itemize
16702 @item You just want to use the Spacemacs mode-line theme and forget about it.
16703 @item You want to use something similar to the Spacemacs mode-line theme, but
16704 with a handful of easy tweaks.
16705 @item You want an easy-to-use library for building your own mode-line from
16706 scratch, and you think the Spacemacs theme looks good.
16707 @end itemize")
16708 (license license:gpl3+)))
16709
16710 (define-public emacs-column-marker
16711 (package
16712 (name "emacs-column-marker")
16713 (version "9")
16714 (source
16715 (origin
16716 (method url-fetch)
16717 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
16718 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
16719 (build-system emacs-build-system)
16720 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
16721 (synopsis "Emacs mode for highlighting columns")
16722 (description
16723 "With @code{column-marker.el} you can highlight any number of text columns.
16724 Three such highlight column markers are provided by default. This is
16725 especially useful for languages like COBOL or Fortran where certain columns
16726 have special meaning. It is also handy for aligning text across long vertical
16727 distances. Multi-column characters, such as @kbd{TAB} are treated
16728 correctly.")
16729 (license license:gpl2+)))
16730
16731 (define-public emacs-slime-repl-ansi-color
16732 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
16733 (package
16734 (name "emacs-slime-repl-ansi-color")
16735 (version (git-version "0.0.0" "1" commit))
16736 (source (origin
16737 (method git-fetch)
16738 (uri (git-reference
16739 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
16740 (commit commit)))
16741 (file-name (git-file-name name version))
16742 (sha256
16743 (base32
16744 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
16745 (build-system emacs-build-system)
16746 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
16747 (synopsis "Color ANSI codes in the REPL of SLIME")
16748 (description "Color ANSI codes in the REPL of SLIME")
16749 (license license:gpl2+))))
16750
16751 (define-public emacs-helm-slime
16752 (package
16753 (name "emacs-helm-slime")
16754 (version "0.4.0")
16755 (source (origin
16756 (method git-fetch)
16757 (uri (git-reference
16758 (url "https://github.com/emacs-helm/helm-slime")
16759 (commit version)))
16760 (file-name (git-file-name name version))
16761 (sha256
16762 (base32
16763 "0mrpjhpijdrq353fnfvdj9l9xfsz390qlcvifcair9732ma7i8l0"))))
16764 (build-system emacs-build-system)
16765 (propagated-inputs
16766 `(("emacs-helm" ,emacs-helm)
16767 ("emacs-slime" ,emacs-slime)))
16768 (home-page "https://github.com/emacs-helm/helm-slime")
16769 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
16770 (description "Helm-SLIME defines a few new commands:
16771
16772 @itemize
16773 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
16774 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
16775 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
16776 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
16777 @end itemize\n")
16778 (license license:gpl3+)))
16779
16780 (define-public emacs-helm-sly
16781 (package
16782 (name "emacs-helm-sly")
16783 (version "0.4.1")
16784 (source (origin
16785 (method git-fetch)
16786 (uri (git-reference
16787 (url "https://github.com/emacs-helm/helm-sly")
16788 (commit version)))
16789 (file-name (git-file-name name version))
16790 (sha256
16791 (base32
16792 "0b2dx9nzh5233lkix3lz81c9cv626lk2hjpcjiikwvyp6y0q92ys"))))
16793 (build-system emacs-build-system)
16794 (propagated-inputs
16795 `(("emacs-helm" ,emacs-helm)
16796 ("emacs-sly" ,emacs-sly)))
16797 (home-page "https://github.com/emacs-helm/helm-sly")
16798 (synopsis "Helm for SLY, a Common Lisp interaction mode for Emacs")
16799 (description "Helm-SLY defines a few new commands:
16800
16801 @itemize
16802 @item helm-sly-list-connections: Yet another Lisp connection list with Helm.
16803 @item: helm-sly-apropos: Yet another @command{apropos} with Helm.
16804 @item helm-sly-mini: Like @command{helm-sly-list-connections}, but include an
16805 extra source of Lisp-related buffers, like the events buffer or the scratch
16806 buffer.
16807 @end itemize\n")
16808 (license license:gpl3+)))
16809
16810 (define-public emacs-gtk-look
16811 (package
16812 (name "emacs-gtk-look")
16813 (version "29")
16814 (source (origin
16815 (method url-fetch)
16816 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
16817 (sha256
16818 (base32
16819 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
16820 (build-system emacs-build-system)
16821 (arguments
16822 `(#:phases
16823 (modify-phases %standard-phases
16824 (add-after 'unpack 'configure
16825 (lambda _
16826 ;; File is read-only.
16827 (chmod "gtk-look.el" #o644)
16828 (emacs-substitute-variables "gtk-look.el"
16829 ("gtk-lookup-devhelp-indices"
16830 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
16831 #t)))))
16832 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
16833 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
16834 (description "@command{gtk-look} finds and displays HTML documentation for
16835 GTK, GNOME and Glib functions and variables in Emacs, similar to what
16836 info-lookup-symbol does for info files (C-h S). The documentation is expected
16837 to be devhelp indexes with HTML files. The location of the indexes can be
16838 customized. In addition to C code development @command{gtk-look} is good for
16839
16840 @itemize
16841 @item @command{perl-gtk2}, recognising class funcs like
16842 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
16843 @item @command{guile-gnome}, recognising methods like @command{set-text} and
16844 classes like @command{<gtk-window>}.
16845 @end itemize\n")
16846 (license license:gpl3+)))
16847
16848 (define-public emacs-ov
16849 (package
16850 (name "emacs-ov")
16851 (version "1.0.6")
16852 (source (origin
16853 (method git-fetch)
16854 (uri (git-reference
16855 (url "https://github.com/ShingoFukuyama/ov.el.git")
16856 (commit version)))
16857 (file-name (git-file-name name version))
16858 (sha256
16859 (base32
16860 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
16861 (build-system emacs-build-system)
16862 (home-page "https://github.com/ShingoFukuyama/ov.el")
16863 (synopsis "Overlay library for Emacs Lisp")
16864 (description "@code{ov.el} provides a simple way to manipulate overlays in
16865 Emacs.")
16866 (license license:gpl3+)))
16867
16868 (define-public emacs-matrix-client
16869 (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
16870 (package
16871 (name "emacs-matrix-client")
16872 (version (git-version "0.0.0" "4" commit))
16873 (source (origin
16874 (method git-fetch)
16875 (uri (git-reference
16876 (url "https://github.com/jgkamat/matrix-client-el.git")
16877 (commit commit)))
16878 (file-name (git-file-name name version))
16879 (sha256
16880 (base32
16881 "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
16882 (build-system emacs-build-system)
16883 (arguments
16884 `(#:phases
16885 (modify-phases %standard-phases
16886 (add-after 'unpack 'add-missing-require
16887 ;; Fix a filter error at runtime due to a missing require.
16888 ;; Reported upstream:
16889 ;; <https://github.com/alphapapa/matrix-client.el/issues/76>
16890 (lambda _
16891 (substitute* "matrix-client-room.el"
16892 (("\\(require 'dash-functional\\)" all)
16893 (string-append all "\n" "(require 'anaphora)")))
16894 #t)))))
16895 (propagated-inputs
16896 `(("a" ,emacs-a)
16897 ("anaphora" ,emacs-anaphora)
16898 ("dash" ,emacs-dash)
16899 ("esxml" ,emacs-esxml)
16900 ("f" ,emacs-f)
16901 ("frame-purpose" ,emacs-frame-purpose)
16902 ("ht" ,emacs-ht)
16903 ("ov" ,emacs-ov)
16904 ("rainbow-identifiers" ,emacs-rainbow-identifiers)
16905 ("request" ,emacs-request)
16906 ("s" ,emacs-s)
16907 ("tracking" ,emacs-tracking)))
16908 (home-page "https://github.com/jgkamat/matrix-client-el")
16909 (synopsis "Matrix client for Emacs")
16910 (description "@code{matrix-client} is a simple chat UI to Matrix.org
16911 rooms. It also provides an API which allows Emacs to seamlessly create
16912 RPC channels with users and other software.")
16913 (license license:gpl3+))))
16914
16915 (define-public emacs-sesman
16916 (package
16917 (name "emacs-sesman")
16918 (version "0.3.4")
16919 (source
16920 (origin
16921 (method git-fetch)
16922 (uri (git-reference
16923 (url "https://github.com/vspinu/sesman.git")
16924 (commit (string-append "v" version))))
16925 (file-name (git-file-name name version))
16926 (sha256
16927 (base32
16928 "0z5jb4vpbjsi63w3wjy6d2lgz33qdfvrgfb3bszv4hcf6a96y7fc"))))
16929 (build-system emacs-build-system)
16930 (arguments
16931 `(#:phases
16932 (modify-phases %standard-phases
16933 (add-after 'unpack 'set-shell
16934 ;; Setting the SHELL environment variable is required for the tests
16935 ;; to find sh.
16936 (lambda _
16937 (setenv "SHELL" (which "sh"))
16938 #t)))
16939 #:tests? #t
16940 #:test-command '("make" "test")))
16941 (home-page "https://github.com/vspinu/sesman")
16942 (synopsis "Session manager for Emacs based IDEs")
16943 (description "Sesman provides facilities for session management and
16944 interactive session association with the current contexts (project, directory,
16945 buffers). While sesman can be used to manage arbitrary sessions, it primary
16946 targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
16947 (license license:gpl3+)))
16948
16949 (define-public emacs-buttercup
16950 (package
16951 (name "emacs-buttercup")
16952 (version "1.16")
16953 (source
16954 (origin
16955 (method git-fetch)
16956 (uri (git-reference
16957 (url "https://github.com/jorgenschaefer/emacs-buttercup.git")
16958 (commit (string-append "v" version))))
16959 (file-name (git-file-name name version))
16960 (sha256
16961 (base32
16962 "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"))))
16963 (build-system emacs-build-system)
16964 (arguments
16965 `(#:tests? #t
16966 #:test-command '("make" "test")
16967 #:phases
16968 (modify-phases %standard-phases
16969 (add-after 'install 'install-bin
16970 (lambda* (#:key outputs #:allow-other-keys)
16971 (install-file "bin/buttercup"
16972 (string-append (assoc-ref outputs "out") "/bin"))
16973 #t)))))
16974 (home-page "https://github.com/jorgenschaefer/emacs-buttercup")
16975 (synopsis "Behavior driven emacs lisp testing framework")
16976 (description "Buttercup is a behavior-driven development framework for
16977 testing Emacs Lisp code. It allows to group related tests so they can share
16978 common set-up and tear-down code, and allows the programmer to \"spy\" on
16979 functions to ensure they are called with the right arguments during testing.")
16980 (license license:gpl3+)))
16981
16982 (define-public emacs-wordnut
16983 (let ((commit "feac531404041855312c1a046bde7ea18c674915")
16984 (revision "0"))
16985 (package
16986 (name "emacs-wordnut")
16987 (version (git-version "0.1" revision commit))
16988 (home-page "https://github.com/gromnitsky/wordnut")
16989 (source (origin
16990 (method git-fetch)
16991 (uri (git-reference (url home-page) (commit commit)))
16992 (sha256
16993 (base32
16994 "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"))
16995 (patches
16996 (search-patches "emacs-wordnut-require-adaptive-wrap.patch"))
16997 (file-name (git-file-name name version))))
16998 (build-system emacs-build-system)
16999 (propagated-inputs
17000 `(("wordnet" ,wordnet)
17001 ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
17002 (synopsis "Major mode for WordNet")
17003 (description "This Emacs package provides an interface for
17004 @code{wordnet}. Features include completion, if the query is not found
17005 too ambiguous and navigation in the result buffer.")
17006 (license license:gpl3+))))
17007
17008 (define-public emacs-frame-purpose
17009 (package
17010 (name "emacs-frame-purpose")
17011 (version "1.0")
17012 (source (origin
17013 (method git-fetch)
17014 (uri (git-reference
17015 (url "https://github.com/alphapapa/frame-purpose.el.git")
17016 (commit version)))
17017 (sha256
17018 (base32
17019 "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"))
17020 (file-name (git-file-name name version))))
17021 (build-system emacs-build-system)
17022 (inputs
17023 `(("dash" ,emacs-dash)))
17024 (synopsis "Purpose-specific frames for Emacs")
17025 (description "@code{frame-purpose} makes it easy to open purpose-specific
17026 frames that only show certain buffers, e.g. by buffers’ major mode, their
17027 filename or directory, etc, with custom frame/X-window titles, icons, and
17028 other frame parameters.")
17029 (home-page "https://github.com/alphapapa/frame-purpose.el")
17030 (license license:gpl3+)))
17031
17032 (define-public emacs-arduino-mode
17033 (let ((commit "3e2bad4569ad26e929e6db2cbcff0d6d36812698")) ;no release yet
17034 (package
17035 (name "emacs-arduino-mode")
17036 (version (git-version "0" "0" commit))
17037 (source (origin
17038 (method git-fetch)
17039 (uri (git-reference
17040 (url "https://github.com/bookest/arduino-mode.git")
17041 (commit commit)))
17042 (sha256
17043 (base32
17044 "1yvaqjc9hadbnnay5fprnh890xsp53kidad1zpb4a5z4a5z61n3c"))
17045 (file-name (git-file-name name version))))
17046 (build-system emacs-build-system)
17047 (synopsis "Emacs major mode for editing Arduino sketches")
17048 (description "Emacs major mode for editing Arduino sketches.")
17049 (home-page "https://github.com/bookest/arduino-mode")
17050 (license license:gpl3+))))
17051
17052 (define-public emacs-annalist
17053 (let ((commit "e0601539c9ac0171a684ea3ff6266d215d1d08e6")
17054 (revision "1"))
17055 (package
17056 (name "emacs-annalist")
17057 (version (git-version "1.0.0" revision commit))
17058 (source (origin
17059 (method git-fetch)
17060 (uri (git-reference
17061 (url "https://github.com/noctuid/annalist.el.git")
17062 (commit commit)))
17063 (sha256
17064 (base32
17065 "10bmimdzpi6cql4sb2hbgdvrza83xbac50bi9qng4z662pfnlaam"))
17066 (file-name (git-file-name name version))))
17067 (build-system emacs-build-system)
17068 (native-inputs
17069 `(("emacs-buttercup" ,emacs-buttercup)
17070 ("emacs-lispy" ,emacs-lispy)
17071 ("emacs-evil" ,emacs-evil)))
17072 (arguments
17073 `(#:phases
17074 (modify-phases %standard-phases
17075 (add-before 'check 'fix-makefile
17076 (lambda _
17077 (substitute* "Makefile"
17078 (("cask exec ") ""))
17079 #t)))
17080 #:tests? #t
17081 #:test-command '("make" "test")))
17082 (home-page "https://github.com/noctuid/annalist.el")
17083 (synopsis "Record and display information with Org headings and tables")
17084 (description "This package allows for keybindings, settings, hooks, and
17085 advice to be recorded and displayed.")
17086 (license license:gpl3+))))
17087
17088 (define-public emacs-general
17089 (let ((commit "f38fb2294bd29261374b772f765730f2fa168b3e")
17090 (revision "3"))
17091 (package
17092 (name "emacs-general")
17093 (version (git-version "0" revision commit))
17094 (source (origin
17095 (method git-fetch)
17096 (uri (git-reference
17097 (url "https://github.com/noctuid/general.el.git")
17098 (commit commit)))
17099 (sha256
17100 (base32
17101 "1aqi5axkwfng6rm52sblf738c7rffp10sqs69dvkh2fv3ps8q28i"))
17102 (file-name (git-file-name name version))))
17103 (build-system emacs-build-system)
17104 (native-inputs
17105 `(("emacs-buttercup" ,emacs-buttercup)
17106 ("emacs-evil" ,emacs-evil)
17107 ("emacs-which-key" ,emacs-which-key)
17108 ("emacs-use-package" ,emacs-use-package)))
17109 (arguments
17110 `(#:phases
17111 (modify-phases %standard-phases
17112 (add-before 'check 'fix-makefile
17113 (lambda _
17114 (substitute* "Makefile"
17115 (("cask exec ") ""))
17116 #t)))
17117 #:tests? #t
17118 #:test-command '("make" "test")))
17119 (home-page "https://github.com/noctuid/general.el")
17120 (synopsis "More convenient key definitions in emacs")
17121 (description "@code{general.el} provides a more convenient method for
17122 binding keys in emacs (for both evil and non-evil users). Like
17123 @code{use-package}, which provides a convenient, unified interface for
17124 managing packages, @code{general.el} is intended to provide a convenient,
17125 unified interface for key definitions. While this package does implement some
17126 completely new functionality (such as the ability to make vim-style
17127 keybindings under non-prefix keys with an optional timeout), its primary
17128 purpose is to build on existing functionality to make key definition more
17129 clear and concise. @code{general-define-key} is user-extensible and supports
17130 defining multiple keys in multiple keymaps at once, implicitly wrapping key
17131 strings with (@code{kbd ...}), using named prefix key sequences (like the
17132 leader key in vim), and much more.")
17133 (license license:gpl3+))))
17134
17135 (define-public emacs-tldr
17136 (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
17137 (package
17138 (name "emacs-tldr")
17139 (version (git-version "0" "0" commit))
17140 (home-page "https://github.com/kuanyui/tldr.el")
17141 (source (origin
17142 (method git-fetch)
17143 (uri (git-reference
17144 (url (string-append home-page ".git"))
17145 (commit commit)))
17146 (sha256
17147 (base32
17148 "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
17149 (file-name (git-file-name name version))))
17150 (build-system emacs-build-system)
17151 (synopsis "Simplified and community-driven man pages for Emacs")
17152 (description "@code{emacs-tldr} allows the user to access tldr pages
17153 from within emacs. The @code{tldr} pages are a community effort to simplify
17154 the man pages with practical examples.")
17155 (license license:wtfpl2))))
17156
17157 (define-public emacs-window-layout
17158 (package
17159 (name "emacs-window-layout")
17160 (version "1.4")
17161 (home-page "https://github.com/kiwanami/emacs-window-layout")
17162 (source (origin
17163 (method git-fetch)
17164 (uri (git-reference
17165 (url home-page)
17166 (commit (string-append "v" version))))
17167 (sha256
17168 (base32
17169 "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"))
17170 (file-name (git-file-name name version))))
17171 (build-system emacs-build-system)
17172 (synopsis "Simple window layout management framework for emacs")
17173 (description "A window-layout management library that can split a frame
17174 or a window into some windows according to a layout recipe.")
17175 (license license:gpl3+)))
17176
17177 (define-public emacs-e2wm
17178 (package
17179 (name "emacs-e2wm")
17180 (version "1.4")
17181 (home-page "https://github.com/kiwanami/emacs-window-manager")
17182 (source (origin
17183 (method git-fetch)
17184 (uri (git-reference
17185 (url home-page)
17186 (commit (string-append "v" version))))
17187 (sha256
17188 (base32
17189 "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
17190 (file-name (git-file-name name version))))
17191 (build-system emacs-build-system)
17192 (propagated-inputs
17193 `(("emacs-window-layout" ,emacs-window-layout)))
17194 (synopsis "Equilibrium Emacs Window Manager")
17195 (description "E2WM is a window manager for Emacs. It enables to
17196 customize the place of pop-up window, how the windows are split, how the
17197 buffers are located in the windows, keybinds to manipulate windows and
17198 buffers, etc. It also has plug-ins to help your Emacs life.")
17199 (license license:gpl3+)))
17200
17201 (define-public emacs-ctable
17202 (let ((commit "b8830d1ca95abb100a81bc32011bd17d5ecba000"))
17203 (package
17204 (name "emacs-ctable")
17205 (version (git-version "0.1.2" "1" commit))
17206 (home-page "https://github.com/kiwanami/emacs-ctable")
17207 (source (origin
17208 (method git-fetch)
17209 (uri (git-reference
17210 (url home-page)
17211 (commit commit)))
17212 (sha256
17213 (base32
17214 "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"))
17215 (file-name (git-file-name name version))))
17216 (build-system emacs-build-system)
17217 (synopsis "Table component for Emacs Lisp")
17218 (description "This program is a table component for Emacs Lisp. Other
17219 programs can use this table component for the application UI.")
17220 (license license:gpl3+))))
17221
17222 (define-public emacs-leetcode
17223 (let ((commit "8624496af9e105c3e07d88844b37ede87540d604")
17224 (revision "1"))
17225 (package
17226 (name "emacs-leetcode")
17227 (version (git-version "0" "1" commit))
17228 (home-page "https://github.com/ginqi7/leetcode-emacs.git")
17229 (source (origin
17230 (method git-fetch)
17231 (uri (git-reference
17232 (url "https://github.com/ginqi7/leetcode-emacs")
17233 (commit commit)))
17234 (sha256
17235 (base32
17236 "11pp7ydlmwrv7djf9mwk4xzn295xbmdnj5x13bfj5yjpjr89p531"))
17237 (file-name (git-file-name name version))))
17238 (build-system emacs-build-system)
17239 (propagated-inputs
17240 `(("emacs-names" ,emacs-names)
17241 ("emacs-ctable" ,emacs-ctable)))
17242 (synopsis "Solve and submit LeetCode problems from within Emacs")
17243 (description "This package provides an Emacs interface to LeetCode
17244 allowing users to log in and solve problems of their choice using Emacs.")
17245 (license license:unlicense))))
17246
17247 (define-public emacs-epc
17248 (let ((commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda"))
17249 (package
17250 (name "emacs-epc")
17251 (version (git-version "0.1.1" "1" commit))
17252 (home-page "https://github.com/kiwanami/emacs-epc")
17253 (source (origin
17254 (method git-fetch)
17255 (uri (git-reference
17256 (url home-page)
17257 (commit commit)))
17258 (sha256
17259 (base32
17260 "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"))
17261 (file-name (git-file-name name version))))
17262 (build-system emacs-build-system)
17263 (propagated-inputs
17264 `(("emacs-deferred" ,emacs-deferred)
17265 ("emacs-ctable" ,emacs-ctable)))
17266 (synopsis "RPC stack for Emacs Lisp")
17267 (description "This program is an asynchronous RPC stack for Emacs.
17268 Using this RPC stack, Emacs can communicate with the peer process
17269 smoothly. Because the protocol employs S-expression encoding and consists of
17270 asynchronous communications, the RPC response is fairly good.")
17271 (license license:gpl3+))))
17272
17273 (define-public emacs-edbi
17274 (let ((commit "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0"))
17275 (package
17276 (name "emacs-edbi")
17277 (version (git-version "0.1.3" "1" commit))
17278 (home-page "https://github.com/kiwanami/emacs-edbi")
17279 (source (origin
17280 (method git-fetch)
17281 (uri (git-reference
17282 (url home-page)
17283 (commit commit)))
17284 (sha256
17285 (base32
17286 "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"))
17287 (file-name (git-file-name name version))))
17288 (build-system emacs-build-system)
17289 (inputs
17290 `(("perl" ,perl)
17291 ("perl-rpc-epc-service" ,perl-rpc-epc-service)
17292 ("perl-dbi" ,perl-dbi)
17293 ;; TODO: Adding support for perl-dbd-mysql and others would
17294 ;; dramatically increase the closure size. Make several packages?
17295 ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
17296 (propagated-inputs
17297 `(("emacs-e2wm" ,emacs-e2wm)
17298 ("emacs-epc" ,emacs-epc)))
17299 (arguments
17300 `(#:include '("\\.el$" "\\.pl$")
17301 #:phases
17302 (modify-phases %standard-phases
17303 (add-after 'install 'patch-path
17304 (lambda* (#:key inputs outputs #:allow-other-keys)
17305 (let ((perl (assoc-ref inputs "perl"))
17306 (dir (string-append (assoc-ref outputs "out")
17307 "/share/emacs/site-lisp/guix.d/edbi-"
17308 ,version)))
17309 (substitute* (string-append dir "/edbi.el")
17310 (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
17311 (chmod (string-append dir "/edbi-bridge.pl") #o555)
17312 (wrap-program (string-append dir "/edbi-bridge.pl")
17313 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
17314 #t))))))
17315 (synopsis "Database Interface for Emacs Lisp")
17316 (description "This program connects the database server through Perl's
17317 DBI, and provides DB-accessing API and the simple management UI.")
17318 (license license:gpl3+))))
17319
17320 (define-public emacs-edbi-sqlite
17321 (let ((commit "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f"))
17322 (package
17323 (name "emacs-edbi-sqlite")
17324 (version (git-version "0.1.1" "1" commit))
17325 (home-page "https://github.com/proofit404/edbi-sqlite")
17326 (source (origin
17327 (method git-fetch)
17328 (uri (git-reference
17329 (url home-page)
17330 (commit commit)))
17331 (sha256
17332 (base32
17333 "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"))
17334 (file-name (git-file-name name version))))
17335 (build-system emacs-build-system)
17336 (propagated-inputs
17337 `(("emacs-edbi" ,emacs-edbi)))
17338 (synopsis "Open SQLite files in Emacs")
17339 (description "This package is a convenience wrapper for @command{edbi}
17340 to open SQLite databases.")
17341 (license license:gpl3+))))
17342
17343 (define-public emacs-nix-mode
17344 (package
17345 (name "emacs-nix-mode")
17346 (version "1.4.1")
17347 (source
17348 (origin
17349 (method git-fetch)
17350 (uri (git-reference
17351 (url "https://github.com/NixOS/nix-mode.git")
17352 (commit (string-append "v" version))))
17353 (file-name (git-file-name name version))
17354 (sha256
17355 (base32 "04xpgg9nba5m1bl7ci5l456whcb8nfhsbvgxyx89bp0zqgr005q7"))))
17356 (build-system emacs-build-system)
17357 (inputs
17358 `(("emacs-company" ,emacs-company)
17359 ("emacs-json-mode" ,emacs-json-mode)
17360 ("emacs-mmm-mode" ,emacs-mmm-mode)))
17361 (home-page "https://github.com/NixOS/nix-mode")
17362 (synopsis "Emacs major mode for editing Nix expressions")
17363 (description "@code{nixos-mode} provides an Emacs major mode for editing
17364 Nix expressions. It supports syntax highlighting, indenting and refilling of
17365 comments.")
17366 (license license:lgpl2.1+)))
17367
17368 (define-public emacs-libmpdel
17369 (package
17370 (name "emacs-libmpdel")
17371 (version "1.1.2")
17372 (source (origin
17373 (method git-fetch)
17374 (uri (git-reference
17375 (url "https://gitea.petton.fr/mpdel/libmpdel.git")
17376 (commit (string-append "v" version))))
17377 (file-name (git-file-name name version))
17378 (sha256
17379 (base32
17380 "0dnjndpv6bmz5blfs75ynmbm32g23l4slg5p3941b1i94a08qzpy"))))
17381 (build-system emacs-build-system)
17382 (home-page "https://gitea.petton.fr/mpdel/libmpdel")
17383 (synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
17384 (description
17385 "An Emacs library client to communicate with Music Player Daemon (MPD), a
17386 flexible, powerful, server-side application for playing music.")
17387 (license license:gpl3+)))
17388
17389 (define-public emacs-mpdel
17390 (package
17391 (name "emacs-mpdel")
17392 (version "1.0.0")
17393 (source
17394 (origin
17395 (method git-fetch)
17396 (uri (git-reference
17397 (url "https://gitea.petton.fr/mpdel/mpdel.git")
17398 (commit (string-append "v" version))))
17399 (file-name (git-file-name name version))
17400 (sha256
17401 (base32
17402 "0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"))))
17403 (build-system emacs-build-system)
17404 (inputs
17405 `(("emacs-libmpdel" ,emacs-libmpdel)))
17406 (home-page "https://gitea.petton.fr/mpdel/mpdel")
17407 (synopsis "Emacs user interface for Music Player Daemon (MPD)")
17408 (description
17409 "MPDel provides an Emacs user interface to control playback (play, pause,
17410 next, volume) and display and control the current playlist as well as your
17411 stored playlists.")
17412 (license license:gpl3+)))
17413
17414 (define-public emacs-vterm
17415 (let ((version "0")
17416 (revision "1")
17417 (commit "7d7381fa8104b55b70148cf147523d9ab7f01fcd"))
17418 (package
17419 (name "emacs-vterm")
17420 (version (git-version version revision commit))
17421 (source (origin
17422 (method git-fetch)
17423 (uri (git-reference
17424 (url "https://github.com/akermu/emacs-libvterm.git")
17425 (commit commit)))
17426 (file-name (git-file-name name version))
17427 (sha256
17428 (base32
17429 "04a2jlhmr20ipgzpnba3yryw3ly7qdxjgaw10dwn9wxy1yqmapz1"))))
17430 (build-system emacs-build-system)
17431 (arguments
17432 `(#:modules ((guix build emacs-build-system)
17433 ((guix build cmake-build-system) #:prefix cmake:)
17434 (guix build emacs-utils)
17435 (guix build utils))
17436 #:imported-modules (,@%emacs-build-system-modules
17437 (guix build cmake-build-system))
17438 #:phases
17439 (modify-phases %standard-phases
17440 (add-before 'add-source-to-load-path 'remove-vterm-module-make
17441 (lambda* (#:key outputs #:allow-other-keys)
17442 ;; Remove the Emacs Lisp file.
17443 (delete-file "vterm-module-make.el")
17444 ;; Remove references to the removed file.
17445 (make-file-writable "vterm.el")
17446 (emacs-substitute-sexps "vterm.el"
17447 ("(or (require 'vterm-module nil t)"
17448 `(module-load
17449 ,(string-append (assoc-ref outputs "out")
17450 "/lib/vterm-module.so"))))
17451 #t))
17452 (add-after 'build 'configure
17453 ;; Run cmake.
17454 (lambda* (#:key outputs #:allow-other-keys)
17455 ((assoc-ref cmake:%standard-phases 'configure)
17456 #:outputs outputs
17457 #:out-of-source? #f
17458 #:configure-flags '("-DUSE_SYSTEM_LIBVTERM=ON"))
17459 #t))
17460 (add-after 'configure 'make
17461 ;; Run make.
17462 (lambda* (#:key (make-flags '()) outputs #:allow-other-keys)
17463 ;; Compile the shared object file.
17464 (apply invoke "make" "all" make-flags)
17465 ;; Move the file into /lib.
17466 (install-file
17467 "vterm-module.so"
17468 (string-append (assoc-ref outputs "out") "/lib"))
17469 #t)))
17470 #:tests? #f))
17471 (native-inputs
17472 `(("cmake" ,cmake-minimal)
17473 ("libtool" ,libtool)
17474 ("libvterm" ,libvterm)))
17475 (home-page "https://github.com/akermu/emacs-libvterm")
17476 (synopsis "Emacs libvterm integration")
17477 (description "This package implements a bridge to @code{libvterm} to
17478 display a terminal in an Emacs buffer.")
17479 (license license:gpl3+))))
17480
17481 (define-public emacs-simple-mpc
17482 ;; There have been no releases.
17483 (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
17484 (revision "1"))
17485 (package
17486 (name "emacs-simple-mpc")
17487 (version (git-version "0" revision commit))
17488 (source
17489 (origin
17490 (method git-fetch)
17491 (uri (git-reference
17492 (url "https://github.com/jorenvo/simple-mpc.git")
17493 (commit commit)))
17494 (file-name (git-file-name name version))
17495 (sha256
17496 (base32
17497 "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
17498 (build-system emacs-build-system)
17499 (propagated-inputs `(("emacs-s" ,emacs-s)))
17500 (home-page "https://github.com/jorenvo/simple-mpc")
17501 (synopsis "Simple Emacs frontend to mpc")
17502 (description "This package provides an Emacs major mode which acts as a
17503 front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
17504 (license license:gpl3+))))
17505
17506 (define-public emacs-mkmcc-gnuplot-mode
17507 (package
17508 (name "emacs-mkmcc-gnuplot-mode")
17509 (version "1.2.0")
17510 (source
17511 (origin
17512 (method git-fetch)
17513 (uri (git-reference
17514 (url "https://github.com/mkmcc/gnuplot-mode")
17515 (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
17516 (file-name (git-file-name name version))
17517 (sha256
17518 (base32
17519 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
17520 (build-system emacs-build-system)
17521 (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
17522 (synopsis "Minimal emacs major mode for editing gnuplot scripts")
17523 (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
17524 mode for editing gnuplot scripts. It provides syntax highlighting,
17525 indentation and a command to plot the file.")
17526 (license license:gpl3+)))
17527
17528 (define-public emacs-cmake-font-lock
17529 (let ((commit "e0ceaaae19c13b66f781512e3295bfc6707b56f4")
17530 (revision "1"))
17531 (package
17532 (name "emacs-cmake-font-lock")
17533 (version (git-version "0.1.5" revision commit))
17534 (source (origin
17535 (method git-fetch)
17536 (uri (git-reference
17537 (url "https://github.com/Lindydancer/cmake-font-lock.git")
17538 (commit commit)))
17539 (file-name (git-file-name name version))
17540 (sha256
17541 (base32
17542 "03gsyn95dlmsn15bl353bphi3qy7ccn5bss3f7n97kf38bllh0yf"))))
17543 (build-system emacs-build-system)
17544 (native-inputs
17545 `(("emacs-faceup" ,emacs-faceup)))
17546 (arguments
17547 `(#:include (cons "^admin\\/" %default-include)))
17548 (home-page "https://github.com/Lindydancer/cmake-font-lock")
17549 (synopsis "Advanced type-aware syntax-highlighting for CMake")
17550 (description "This package highlights function arguments in CMake
17551 according to their use.")
17552 (license license:gpl3+))))
17553
17554 (define-public emacs-dtrt-indent
17555 (package
17556 (name "emacs-dtrt-indent")
17557 (version "0.8")
17558 (source (origin
17559 (method git-fetch)
17560 (uri (git-reference
17561 (url "https://github.com/jscheid/dtrt-indent")
17562 (commit version)))
17563 (file-name (git-file-name name version))
17564 (sha256
17565 (base32
17566 "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
17567 (build-system emacs-build-system)
17568 (home-page "https://github.com/jscheid/dtrt-indent")
17569 (synopsis "Minor mode that guesses the indentation offset")
17570 (description "This package provides a minor mode that guesses the
17571 indentation offset originally used for creating source code files and
17572 transparently adjusts the corresponding settings in Emacs, making it more
17573 convenient to edit foreign files.")
17574 (license license:gpl2+)))
17575
17576 (define-public emacs-repo
17577 (package
17578 (name "emacs-repo")
17579 (version "0.1.3")
17580 (source (origin
17581 (method git-fetch)
17582 (uri (git-reference
17583 (url "https://github.com/canatella/repo-el")
17584 (commit version)))
17585 (file-name (git-file-name name version))
17586 (sha256
17587 (base32
17588 "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
17589 (build-system emacs-build-system)
17590 (native-inputs
17591 `(("emacs-el-mock" ,emacs-el-mock)
17592 ("ert-runner" ,emacs-ert-runner)))
17593 (propagated-inputs
17594 `(("emacs-f" ,emacs-f)
17595 ("magit" ,emacs-magit)))
17596 (home-page "https://github.com/canatella/repo-el")
17597 (synopsis "Emacs interface for the Google Repo tool")
17598 (description "This package provides integration of the Google Repo tool
17599 with emacs. It displays the output of the @code{repo status} command in a
17600 buffer and launches Magit from the status buffer for the project at point.")
17601 (license license:gpl3+)))
17602
17603 (define-public emacs-alect-themes
17604 (package
17605 (name "emacs-alect-themes")
17606 (version "0.9")
17607 (source (origin
17608 (method git-fetch)
17609 (uri (git-reference
17610 (url "https://github.com/alezost/alect-themes")
17611 (commit (string-append "v" version))))
17612 (file-name (git-file-name name version))
17613 (sha256
17614 (base32
17615 "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
17616 (build-system emacs-build-system)
17617 (home-page "https://github.com/alezost/alect-themes")
17618 (synopsis "Low contrast, light, dark and black color theme for Emacs")
17619 (description "@code{emacs-alect-themes} provides configurable light, dark
17620 and black color themes for Emacs. The themes are intended to be used with
17621 GUI.")
17622 (license license:gpl3+)))
17623
17624 (define-public emacs-google-c-style
17625 (let ((commit "6271f3f473ceb3a7fef99388a3040903b1a145f1")
17626 (revision "0"))
17627 (package
17628 (name "emacs-google-c-style")
17629 (version (git-version "0.1" revision commit))
17630 (source (origin
17631 (method git-fetch)
17632 (uri (git-reference
17633 (url "https://github.com/google/styleguide")
17634 (commit commit)))
17635 (file-name (git-file-name name version))
17636 (sha256
17637 (base32
17638 "1jghyyasdl15c4gaqaxmdn43am63k6bykn5ab83f1ahv9zi1krxk"))))
17639 (build-system emacs-build-system)
17640 (home-page "https://github.com/google/styleguide")
17641 (synopsis "Emacs settings file for Google C/C++ style")
17642 (description "@code{emacs-google-c-style} provides an Emacs settings
17643 file for Google C and C++ style.")
17644 (license license:gpl1+))))
17645
17646 (define-public emacs-redshank
17647 (let ((commit "f98e68f532e622bcd464292ca4a9cf5fbea14ebb")
17648 (revision "1"))
17649 (package
17650 (name "emacs-redshank")
17651 (version (git-version "0.1" revision commit))
17652 (source (origin
17653 (method git-fetch)
17654 (uri (git-reference
17655 (url "http://www.foldr.org/~michaelw/projects/redshank.git")
17656 (commit commit)))
17657 (file-name (git-file-name name version))
17658 (sha256
17659 (base32
17660 "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
17661 (build-system emacs-build-system)
17662 (propagated-inputs
17663 `(("emacs-paredit" ,emacs-paredit)))
17664 (home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
17665 (synopsis "Common Lisp Editing Extensions (for Emacs)")
17666 (description "Redshank is a collection of code-wrangling Emacs macros
17667 mostly geared towards Common Lisp, but some are useful for other Lisp
17668 dialects, too. Redshank's code transformations aim to be expression-based (as
17669 opposed to character-based).")
17670 (license license:gpl1+))))
17671
17672 (define-public emacs-disk-usage
17673 (package
17674 (name "emacs-disk-usage")
17675 (version "1.3.3")
17676 (source
17677 (origin
17678 (method git-fetch)
17679 (uri (git-reference
17680 (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git")
17681 (commit version)))
17682 (file-name (git-file-name name version))
17683 (sha256
17684 (base32
17685 "0hv2gsd8k5fbjgckgiyisq4rn1i7y4rchbjy8kmixjv6mx563bll"))))
17686 (build-system emacs-build-system)
17687 (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
17688 (synopsis "Sort and browse disk usage listings with Emacs")
17689 (description "Disk Usage is a file system analyzer: it offers a tabulated
17690 view of file listings sorted by size. Directory sizes are computed
17691 recursively. The results are cached for speed.")
17692 (license license:gpl3+)))
17693
17694 (define-public emacs-orgit
17695 (package
17696 (name "emacs-orgit")
17697 (version "1.5.3")
17698 (home-page "https://github.com/magit/orgit")
17699 (source (origin
17700 (method git-fetch)
17701 (uri (git-reference
17702 (url home-page)
17703 (commit (string-append "v" version))))
17704 (file-name (git-file-name name version))
17705 (sha256
17706 (base32
17707 "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"))))
17708 (build-system emacs-build-system)
17709 (propagated-inputs
17710 `(("emacs-dash" ,emacs-dash)
17711 ("emacs-magit" ,emacs-magit)))
17712 (synopsis "Support for Org links to Magit buffers")
17713 (description "This package defines several Org link types, which can be
17714 used to link to certain Magit buffers. Use the command
17715 @command{org-store-link} while such a buffer is current to store a link.
17716 Later you can insert it into an Org buffer using the command
17717 @code{org-insert-link}.")
17718 (license license:gpl3+)))
17719
17720 (define-public emacs-amx
17721 (package
17722 (name "emacs-amx")
17723 (version "3.2")
17724 (source (origin
17725 (method git-fetch)
17726 (uri (git-reference
17727 (url "https://github.com/DarwinAwardWinner/amx")
17728 (commit (string-append "v" version))))
17729 (file-name (git-file-name name version))
17730 (sha256
17731 (base32
17732 "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"))))
17733 (build-system emacs-build-system)
17734 (propagated-inputs `(("emacs-s" ,emacs-s)))
17735 (home-page "https://github.com/DarwinAwardWinner/amx")
17736 (synopsis "Alternative interface for M-x")
17737 (description "Amx is an alternative interface for M-x in Emacs. It
17738 provides several enhancements over the ordinary
17739 @code{execute-extended-command}, such as prioritizing your most-used commands
17740 in the completion list and showing keyboard shortcuts, and it supports several
17741 completion systems for selecting commands, such as ido and ivy.")
17742 (license license:gpl3+)))
17743
17744 (define-public emacs-lorem-ipsum
17745 (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
17746 (package
17747 (name "emacs-lorem-ipsum")
17748 (version (git-version "0.2" "1" commit))
17749 (home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
17750 (source (origin
17751 (method git-fetch)
17752 (uri (git-reference
17753 (url home-page)
17754 (commit commit)))
17755 (file-name (git-file-name name version))
17756 (sha256
17757 (base32
17758 "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
17759 (build-system emacs-build-system)
17760 (synopsis "Insert dummy pseudo Latin text in Emacs")
17761 (description "This package provides convenience functions to insert
17762 dummy Latin text into a buffer. This can be useful if you need to produce
17763 paragraphs or pages of text for testing purposes.")
17764 (license license:gpl3+))))
17765
17766 (define-public emacs-lisp-extra-font-lock
17767 (let ((commit "4605eccbe1a7fcbd3cacf5b71249435413b4db4f"))
17768 (package
17769 (name "emacs-lisp-extra-font-lock")
17770 (version (git-version "0.0.6" "1" commit))
17771 (home-page "https://github.com/Lindydancer/lisp-extra-font-lock")
17772 (source (origin
17773 (method git-fetch)
17774 (uri (git-reference
17775 (url home-page)
17776 (commit commit)))
17777 (file-name (git-file-name name version))
17778 (sha256
17779 (base32
17780 "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"))))
17781 (build-system emacs-build-system)
17782 (synopsis "Highlight bound variables and quoted expressions in Emacs")
17783 (description "This package highlight the location where local variables
17784 is created (bound, for example, by let) as well as quoted and backquoted
17785 constant expressions.")
17786 (license license:gpl3+))))
17787
17788 (define-public emacs-docker-tramp
17789 (package
17790 (name "emacs-docker-tramp")
17791 (version "0.1")
17792 (source
17793 (origin
17794 (method git-fetch)
17795 (uri (git-reference
17796 (url "https://github.com/emacs-pe/docker-tramp.el")
17797 (commit (string-append "v" version))))
17798 (file-name (git-file-name name version))
17799 (sha256
17800 (base32
17801 "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
17802 (build-system emacs-build-system)
17803 (home-page "https://github.com/emacs-pe/docker-tramp.el")
17804 (synopsis "TRAMP integration for docker containers")
17805 (description
17806 "This package provides a TRAMP method for Docker containers.")
17807 (license license:gpl3+)))
17808
17809 (define-public emacs-docker
17810 (package
17811 (name "emacs-docker")
17812 (version "1.3.0")
17813 (source (origin
17814 (method git-fetch)
17815 (uri (git-reference
17816 (url "https://github.com/Silex/docker.el")
17817 (commit version)))
17818 (file-name (git-file-name name version))
17819 (sha256
17820 (base32
17821 "1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw"))))
17822 (inputs
17823 `(("emacs-undercover" ,emacs-undercover)))
17824 (propagated-inputs
17825 `(("emacs-dash" ,emacs-dash)
17826 ("emacs-docker-tramp" ,emacs-docker-tramp)
17827 ("emacs-magit-popup" ,emacs-magit-popup)
17828 ("emacs-s" ,emacs-s)
17829 ("emacs-tablist" ,emacs-tablist)
17830 ("emacs-json-mode" ,emacs-json-mode)))
17831 (arguments
17832 `(#:phases
17833 (modify-phases %standard-phases
17834 (delete 'check)))) ;no tests
17835 (build-system emacs-build-system)
17836 (home-page "https://github.com/Silex/docker.el")
17837 (synopsis "Manage docker from Emacs")
17838 (description "This package provides an Emacs interface for Docker.")
17839 (license license:gpl3+)))
17840
17841 (define-public emacs-dockerfile-mode
17842 ;; Latest upstream release is too old.
17843 (let ((commit "ed73e82dcc636dad00d1a8c3b32a49136d25ee60"))
17844 (package
17845 (name "emacs-dockerfile-mode")
17846 (version (git-version "1.2" "2" commit))
17847 (source
17848 (origin
17849 (method git-fetch)
17850 (uri (git-reference
17851 (url "https://github.com/spotify/dockerfile-mode.git")
17852 (commit commit)))
17853 (file-name (git-file-name name version))
17854 (sha256
17855 (base32
17856 "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl"))))
17857 (build-system emacs-build-system)
17858 (propagated-inputs
17859 `(("emacs-s" ,emacs-s)))
17860 (home-page "https://github.com/spotify/dockerfile-mode")
17861 (synopsis "Major mode for editing Dockerfile")
17862 (description
17863 "This package provides a major mode @code{dockerfile-mode} for use with
17864 the standard @code{Dockerfile} file format.")
17865 (license license:asl2.0))))
17866
17867 (define-public emacs-lsp-mode
17868 (package
17869 (name "emacs-lsp-mode")
17870 (version "6.2.1")
17871 (source (origin
17872 (method git-fetch)
17873 (uri (git-reference
17874 (url "https://github.com/emacs-lsp/lsp-mode.git")
17875 (commit version)))
17876 (file-name (git-file-name name version))
17877 (sha256
17878 (base32
17879 "0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
17880 (build-system emacs-build-system)
17881 (propagated-inputs
17882 `(("emacs-dash" ,emacs-dash)
17883 ("emacs-f" ,emacs-f)
17884 ("emacs-ht" ,emacs-ht)
17885 ("emacs-markdown-mode" ,emacs-markdown-mode)
17886 ("emacs-spinner" ,emacs-spinner)
17887 ("emacs-hydra" ,emacs-hydra)))
17888 (home-page "https://github.com/emacs-lsp/lsp-mode")
17889 (synopsis "Emacs client and library for the Language Server Protocol")
17890 (description "@code{LSP-mode} is a client and library implementation for
17891 the Language Server Protocol. This mode aims to provide an IDE-like
17892 experience by providing optional integration with other popular Emacs packages
17893 like @code{company}, @code{flycheck}, and @code{projectile}.")
17894 (license license:gpl3+)))
17895
17896 (define-public emacs-pfuture
17897 (let ((commit "368254ee30692c709400db413c347e18e76a8a55"))
17898 (package
17899 (name "emacs-pfuture")
17900 (version (git-version "1.6" "1" commit))
17901 (source (origin
17902 (method git-fetch)
17903 (uri (git-reference
17904 (url "https://github.com/Alexander-Miller/pfuture.git")
17905 (commit commit)))
17906 (file-name (git-file-name name version))
17907 (sha256
17908 (base32
17909 "096raqpjx84njws85r7pqq1wi9w9bjwkr0ga1mbbhlna1mfn3mg4"))))
17910 (build-system emacs-build-system)
17911 (home-page
17912 "https://github.com/Alexander-Miller/pfuture")
17913 (synopsis "Simple wrapper around asynchronous processes for Emacs")
17914 (description "This package provides a simple wrapper around asynchronous
17915 processes for Emacs")
17916 (license license:gpl3+))))
17917
17918 (define-public emacs-treemacs
17919 (package
17920 (name "emacs-treemacs")
17921 (version "2.6")
17922 (source (origin
17923 (method git-fetch)
17924 (uri (git-reference
17925 (url "https://github.com/Alexander-Miller/treemacs.git")
17926 (commit version)))
17927 (file-name (git-file-name name version))
17928 (sha256
17929 (base32
17930 "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"))))
17931 (build-system emacs-build-system)
17932 (propagated-inputs
17933 `(("emacs-dash" ,emacs-dash)
17934 ("emacs-s" ,emacs-s)
17935 ("emacs-f" ,emacs-f)
17936 ("emacs-ace-window" ,emacs-ace-window)
17937 ("emacs-pfuture" ,emacs-pfuture)
17938 ("emacs-hydra" ,emacs-hydra)
17939 ("emacs-ht" ,emacs-ht)))
17940 (native-inputs
17941 `(("emacs-buttercup" ,emacs-buttercup)
17942 ("emacs-el-mock" ,emacs-el-mock)))
17943 (inputs
17944 `(("python" ,python)))
17945 (arguments
17946 `(#:tests? #t ;TODO: Investigate ‘treemacs--parse-collapsed-dirs’ test failure.
17947 #:phases
17948 (modify-phases %standard-phases
17949 (add-after 'unpack 'fix-makefile
17950 (lambda _
17951 (substitute* "Makefile"
17952 (("@\\$\\(CASK\\) exec ") ""))
17953 #t))
17954 (add-after 'fix-makefile 'chdir-elisp
17955 ;; Elisp directory is not in root of the source.
17956 (lambda _
17957 (chdir "src/elisp")))
17958 (replace 'check
17959 (lambda _
17960 (with-directory-excursion "../.." ;treemacs root
17961 (chmod "test/test-treemacs.el" #o644)
17962 (emacs-substitute-sexps "test/test-treemacs.el"
17963 ("(describe \"treemacs--parse-collapsed-dirs\""
17964 ""))
17965 (invoke "make" "test"))))
17966 (add-before 'install 'patch-paths
17967 (lambda* (#:key inputs outputs #:allow-other-keys)
17968 (with-directory-excursion "../.." ;treemacs root
17969 (chmod "src/elisp/treemacs-core-utils.el" #o644)
17970 (emacs-substitute-variables "src/elisp/treemacs-core-utils.el"
17971 ("treemacs-dir"
17972 (string-append (assoc-ref outputs "out") "/")))
17973 (chmod "src/elisp/treemacs-icons.el" #o644)
17974 (substitute* "src/elisp/treemacs-icons.el"
17975 (("icons/default") "share/emacs-treemacs/images"))
17976 (chmod "src/elisp/treemacs-customization.el" #o644)
17977 (emacs-substitute-variables "src/elisp/treemacs-customization.el"
17978 ("treemacs-python-executable"
17979 (string-append (assoc-ref inputs "python") "/bin/python3")))
17980 (chmod "src/elisp/treemacs-async.el" #o644)
17981 (substitute* "src/elisp/treemacs-async.el"
17982 (("src/scripts") (string-append "share/" ,name "/scripts"))))
17983 #t))
17984 (add-after 'install 'install-data
17985 (lambda* (#:key outputs #:allow-other-keys)
17986 (let ((out (assoc-ref outputs "out")))
17987 (with-directory-excursion "../.." ;treemacs root
17988 (copy-recursively "icons/default"
17989 (string-append out "/share/" ,name "/images"))
17990 (copy-recursively
17991 "src/scripts"
17992 (string-append out "/share/" ,name "/scripts"))
17993 #t)))))))
17994 (home-page "https://github.com/Alexander-Miller/treemacs")
17995 (synopsis "Emacs tree style file explorer")
17996 (description "Powerful and flexible file tree project explorer.")
17997 (license license:gpl3+)))
17998
17999 (define-public emacs-treemacs-extra
18000 (package
18001 (inherit emacs-treemacs)
18002 (name "emacs-treemacs-extra")
18003 (propagated-inputs
18004 `(,@(package-propagated-inputs emacs-treemacs)
18005 ("emacs-evil" ,emacs-evil)
18006 ("emacs-magit" ,emacs-magit)
18007 ("emacs-projectile" ,emacs-projectile)))
18008 (arguments
18009 (substitute-keyword-arguments
18010 (package-arguments emacs-treemacs)
18011 ((#:phases phases)
18012 `(modify-phases ,phases
18013 (add-after 'chdir-elisp 'copy-extra
18014 (lambda _
18015 (copy-recursively "../extra" ".")))))))))
18016
18017 (define-public emacs-lsp-java
18018 (package
18019 (name "emacs-lsp-java")
18020 (version "2.2")
18021 (source (origin
18022 (method git-fetch)
18023 (uri (git-reference
18024 (url "https://github.com/emacs-lsp/lsp-java.git")
18025 (commit version)))
18026 (file-name (git-file-name name version))
18027 (sha256
18028 (base32
18029 "0hcnvbyaqyypgby1bfj4zbrbq97amk8hfx0sj4w73rl46yf4jk3j"))))
18030 (build-system emacs-build-system)
18031 (propagated-inputs
18032 `(("emacs-lsp-mode" ,emacs-lsp-mode)
18033 ("emacs-markdown-mode" ,emacs-markdown-mode)
18034 ("emacs-dash" ,emacs-dash)
18035 ("emacs-f" ,emacs-f)
18036 ("emacs-ht" ,emacs-ht)
18037 ("emacs-request" ,emacs-request)
18038 ("emacs-treemacs" ,emacs-treemacs)))
18039 (home-page "https://github.com/emacs-lsp/lsp-java/")
18040 (synopsis "Java support for lsp-mode")
18041 (description "Emacs Java IDE using Eclipse JDT Language Server.")
18042 (license license:gpl3+)))
18043
18044 (define-public emacs-lsp-ui
18045 (package
18046 (name "emacs-lsp-ui")
18047 (version "6.0")
18048 (source (origin
18049 (method git-fetch)
18050 (uri (git-reference
18051 (url "https://github.com/emacs-lsp/lsp-ui.git")
18052 (commit version)))
18053 (file-name (git-file-name name version))
18054 (sha256
18055 (base32
18056 "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
18057 (build-system emacs-build-system)
18058 (propagated-inputs
18059 `(("emacs-dash" ,emacs-dash)
18060 ("emacs-lsp-mode" ,emacs-lsp-mode)
18061 ("emacs-markdown-mode" ,emacs-markdown-mode)
18062 ("emacs-flycheck" ,emacs-flycheck)))
18063 (home-page "https://github.com/emacs-lsp/lsp-ui")
18064 (synopsis "User interface extensions for @code{lsp-mode}")
18065 (description
18066 "@code{LSP-ui} contains several enhancements and integrations for
18067 @code{lsp-mode}, such as visual flychecking, displaying references in-line,
18068 and code peeking.")
18069 (license license:gpl3+)))
18070
18071 (define-public emacs-lsp-lua-emmy
18072 (let ((commit "ab53fb2a8b8942804eb75bab5624fd19f1d360bf"))
18073 (package
18074 (name "emacs-lsp-lua-emmy")
18075 (version (git-version "0.1.0" "1" commit))
18076 (source (origin
18077 (method git-fetch)
18078 (uri (git-reference
18079 (url "https://github.com/phenix3443/lsp-lua-emmy.git")
18080 (commit commit)))
18081 (file-name (git-file-name name version))
18082 (sha256
18083 (base32
18084 "0rbizis73n1w5ig07fj1han74chbc1zpbp5bn37rj0gz608aqka8"))))
18085 (build-system emacs-build-system)
18086 (propagated-inputs
18087 `(("emacs-lsp-mode" ,emacs-lsp-mode)))
18088 (home-page "https://github.com/phenix3443/lsp-lua-emmy/")
18089 (synopsis "Lua support in @code{lsp-mode} client for Emacs")
18090 (description "This package provides a Lua language support in
18091 @code{lsp-mode} client for Emacs.")
18092 (license license:gpl3+))))
18093
18094 (define-public emacs-lsp-ivy
18095 (let ((commit "caf1e1d7e22ed0b5fe18dd508d1a6f83dd163288")
18096 (revision "2"))
18097 (package
18098 (name "emacs-lsp-ivy")
18099 (version (git-version "0.1" revision commit))
18100 (source (origin
18101 (method git-fetch)
18102 (uri (git-reference
18103 (url "https://github.com/emacs-lsp/lsp-ivy.git")
18104 (commit commit)))
18105 (file-name (git-file-name name version))
18106 (sha256
18107 (base32
18108 "084ds4qhzhivfnicy3h7z4mblxgcqx8pfnkbjr9qjrfng7cisy4z"))))
18109 (build-system emacs-build-system)
18110 (propagated-inputs
18111 `(("emacs-ivy" ,emacs-ivy)
18112 ("emacs-lsp-mode" ,emacs-lsp-mode)
18113 ("emacs-dash" ,emacs-dash)))
18114 (home-page "https://github.com/emacs-lsp/lsp-ivy")
18115 (synopsis "Provide LSP-enhanced completion for symbols")
18116 (description
18117 "This package enhances @code{ivy} with completion for symbols from
18118 workspaces with a LSP-compliant server running.")
18119 (license license:gpl3+))))
18120
18121 (define-public emacs-helm-lsp
18122 (let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b")
18123 (revision "1"))
18124 (package
18125 (name "emacs-helm-lsp")
18126 (version (git-version "0.1" revision commit))
18127 (source (origin
18128 (method git-fetch)
18129 (uri (git-reference
18130 (url "https://github.com/emacs-lsp/helm-lsp.git")
18131 (commit commit)))
18132 (file-name (git-file-name name version))
18133 (sha256
18134 (base32
18135 "0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv"))))
18136 (build-system emacs-build-system)
18137 (propagated-inputs
18138 `(("emacs-helm" ,emacs-helm)
18139 ("emacs-lsp-mode" ,emacs-lsp-mode)
18140 ("emacs-dash" ,emacs-dash)))
18141 (home-page "https://github.com/emacs-lsp/helm-lsp")
18142 (synopsis "Provide LSP-enhanced completion for symbols")
18143 (description
18144 "This package enhances @code{helm} with completion for symbols from
18145 workspaces with a LSP-compliant server running.")
18146 (license license:gpl3+))))
18147
18148 (define-public emacs-helm-notmuch
18149 (package
18150 (name "emacs-helm-notmuch")
18151 (version "1.2")
18152 (home-page "https://github.com/emacs-helm/helm-notmuch/")
18153 (source (origin
18154 (method git-fetch)
18155 (uri (git-reference
18156 (url home-page)
18157 (commit version)))
18158 (file-name (git-file-name name version))
18159 (sha256
18160 (base32
18161 "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
18162 (build-system emacs-build-system)
18163 (propagated-inputs
18164 `(("emacs-helm" ,emacs-helm)
18165 ("notmuch" ,notmuch)))
18166 (synopsis "Search emails with Emacs Notmuch and Helm")
18167 (description
18168 "This package can be used to search emails in Emacs, searching result
18169 displays as you type thanks to Helm, though @command{notmuch-search} does the
18170 real search.")
18171 (license license:gpl3+)))
18172
18173 (define-public emacs-elmacro
18174 (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
18175 (package
18176 (name "emacs-elmacro")
18177 (version (git-version "1.1.0" "1" commit))
18178 (home-page "https://github.com/Silex/elmacro")
18179 (source (origin
18180 (method git-fetch)
18181 (uri (git-reference
18182 (url home-page)
18183 (commit commit)))
18184 (file-name (git-file-name name version))
18185 (sha256
18186 (base32
18187 "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
18188 (build-system emacs-build-system)
18189 (propagated-inputs
18190 `(("emacs-s" ,emacs-s)
18191 ("emacs-dash" ,emacs-dash)))
18192 (synopsis "Convert keyboard macros to Emacs Lisp")
18193 (description
18194 "This package displays keyboard macros or latest interactive commands
18195 as Emacs Lisp.")
18196 (license license:gpl3+))))
18197
18198 (define-public emacs-transient
18199 ;; 0.1.0 depends on lv.el but not later versions.
18200 (let ((commit "7e45a57ec81185631fe763733f64c99021df2a06"))
18201 (package
18202 (name "emacs-transient")
18203 (version (git-version "0.1.0" "1" commit))
18204 (source (origin
18205 (method git-fetch)
18206 (uri (git-reference
18207 (url "https://github.com/magit/transient")
18208 (commit commit)))
18209 (file-name (git-file-name name version))
18210 (sha256
18211 (base32
18212 "0r6d4c1lga3bk0s7q7y4v4hbpxnd9h40cjxybqvax2z902931fz1"))))
18213 (build-system gnu-build-system)
18214 (native-inputs `(("texinfo" ,texinfo)
18215 ("emacs" ,emacs-minimal)))
18216 (propagated-inputs
18217 `(("dash" ,emacs-dash)))
18218 (arguments
18219 `(#:modules ((guix build gnu-build-system)
18220 (guix build utils)
18221 (srfi srfi-26)
18222 (guix build emacs-utils))
18223 #:imported-modules (,@%gnu-build-system-modules
18224 (guix build emacs-utils))
18225 #:tests? #f ; tests are not included in the release
18226 #:make-flags (list "lisp" "info")
18227 #:phases
18228 (modify-phases %standard-phases
18229 (delete 'configure)
18230 (replace 'install
18231 (lambda* (#:key inputs outputs #:allow-other-keys)
18232 (let* ((out (assoc-ref outputs "out"))
18233 (lisp (string-append out "/share/emacs/site-lisp"))
18234 (info (string-append out "/share/info")))
18235 (for-each (cut install-file <> lisp)
18236 (find-files "." "\\.elc*$"))
18237 (install-file "docs/transient.info" (string-append info)))
18238 #t)))))
18239 (home-page "https://magit.vc/manual/transient")
18240 (synopsis "Transient commands in Emacs")
18241 (description
18242 "Taking inspiration from prefix keys and prefix arguments in Emacs,
18243 Transient implements a similar abstraction involving a prefix command, infix
18244 arguments and suffix commands. We could call this abstraction a \"transient
18245 command\", but because it always involves at least two commands (a prefix and
18246 a suffix) we prefer to call it just a \"transient\".")
18247 (license license:gpl3+))))
18248
18249 (define-public emacs-forge
18250 (let ((commit "63cbf81f166fc71861d8e3d246df8e5ccedcb9bb"))
18251 (package
18252 (name "emacs-forge")
18253 (version (git-version "0.1.0" "2" commit))
18254 (source
18255 (origin
18256 (method git-fetch)
18257 (uri (git-reference
18258 (url "https://github.com/magit/forge.git")
18259 (commit commit)))
18260 (file-name (git-file-name name version))
18261 (sha256
18262 (base32
18263 "1yf2xjx3459py6rji740jm8bmh2pv66ghnbjxsvjd4jf9kcdav83"))))
18264 (build-system gnu-build-system)
18265 (native-inputs
18266 `(("texinfo" ,texinfo)
18267 ("emacs" ,emacs-minimal)))
18268 (propagated-inputs
18269 `(("emacs-closql" ,emacs-closql)
18270 ("emacs-dash" ,emacs-dash)
18271 ("emacs-emacsql-sqlite" ,emacs-emacsql)
18272 ("emacs-ghub" ,emacs-ghub)
18273 ("emacs-let-alist" ,emacs-let-alist)
18274 ("emacs-magit" ,emacs-magit)
18275 ("emacs-markdown-mode" ,emacs-markdown-mode)
18276 ("emacs-transient" ,emacs-transient)))
18277 (arguments
18278 `(#:tests? #f ;no tests
18279 #:modules ((srfi srfi-26)
18280 (guix build gnu-build-system)
18281 ((guix build emacs-build-system) #:prefix emacs:)
18282 (guix build utils)
18283 (guix build emacs-utils))
18284 #:imported-modules (,@%gnu-build-system-modules
18285 (guix build emacs-build-system)
18286 (guix build emacs-utils))
18287 #:phases
18288 (modify-phases %standard-phases
18289 (delete 'configure)
18290 (delete 'install)
18291 (add-after 'unpack 'delete-doc-targets
18292 (lambda _
18293 (substitute* "./Makefile"
18294 (("lisp docs") "lisp"))))
18295 (add-after 'delete-doc-targets 'chdir-lisp
18296 (lambda _
18297 (chdir "lisp")))
18298 (add-after 'chdir-lisp 'emacs-install
18299 (assoc-ref emacs:%standard-phases 'install))
18300 (add-after 'emacs-install 'emacs-make-autoloads
18301 (assoc-ref emacs:%standard-phases 'make-autoloads))
18302 (add-after 'build 'install-elc
18303 (lambda* (#:key outputs #:allow-other-keys)
18304 (let* ((out (assoc-ref outputs "out"))
18305 (el-dir (string-append
18306 out "/share/emacs/site-lisp/guix.d/forge-"
18307 ,version)))
18308 (for-each (cut install-file <> el-dir)
18309 (find-files "." "\\.elc"))
18310 #t)))
18311 (add-after 'install-elc 'install-doc
18312 (lambda* (#:key outputs #:allow-other-keys)
18313 (let* ((out (assoc-ref outputs "out"))
18314 (info (string-append out "/share/info")))
18315 (with-directory-excursion "../docs"
18316 (invoke "makeinfo" "forge.texi")
18317 (install-file "forge.info" info)
18318 #t)))))))
18319 (home-page "https://github.com/magit/forge/")
18320 (synopsis "Access Git forges from Magit")
18321 (description
18322 "Work with Git forges, such as Github and Gitlab, from the comfort of
18323 Magit and the rest of Emacs.")
18324 (license license:gpl3+))))
18325
18326 (define-public emacs-matcha
18327 (let ((commit "c7df5cf5cdac9ae369e241342389ccda0205eab9"))
18328 (package
18329 (name "emacs-matcha")
18330 (version (git-version "0.0.1" "1" commit)) ;no upstream release
18331 (source (origin
18332 (method git-fetch)
18333 (uri (git-reference
18334 (url "https://github.com/jojojames/matcha.git")
18335 (commit commit)))
18336 (file-name (git-file-name name version))
18337 (sha256
18338 (base32
18339 "1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
18340 (propagated-inputs
18341 `(("emacs-hydra" ,emacs-hydra)
18342 ("emacs-transient" ,emacs-transient)))
18343 (build-system emacs-build-system)
18344 (home-page "https://github.com/jojojames/matcha/")
18345 (synopsis "Collection of hydras with a generic interface to launch them")
18346 (description "Matcha provides a collection of transients for various
18347 packages with a consistent way to use them.")
18348 (license license:gpl3+))))
18349
18350 (define-public emacs-undo-propose-el
18351 (let ((commit "f80baee566807d733fbacbab08a897bcd62579c3")
18352 (revision "3"))
18353 (package
18354 (name "emacs-undo-propose-el")
18355 (version (git-version "3.0.0" revision commit))
18356 (source
18357 (origin
18358 (method git-fetch)
18359 (uri (git-reference
18360 (url "https://github.com/jackkamm/undo-propose-el")
18361 (commit commit)))
18362 (file-name (git-file-name name version))
18363 (sha256
18364 (base32
18365 "00rqz63bhh66q78l646q3w16gydygj8h4d8np0dpbifgzciak90b"))))
18366 (build-system emacs-build-system)
18367 (arguments
18368 `(#:tests? #t
18369 #:test-command '("make" "test")))
18370 (home-page "https://github.com/jackkamm/undo-propose-el")
18371 (synopsis "Simple and safe navigation of @code{undo} history")
18372 (description "This package permits navigation of @code{undo} history in a
18373 temporary buffer, which is read-only save for @code{undo} commands, and
18374 subsequent committal of a chain of @code{undo} commands as a single edit in
18375 the @code{undo} history.")
18376 (license license:gpl3+))))
18377
18378 (define-public emacs-elisp-docstring-mode
18379 (let ((commit "f512e509dd690f65133e55563ebbfd2dede5034f")
18380 (version "0.0.1")
18381 (revision "1"))
18382 (package
18383 (name "emacs-elisp-docstring-mode")
18384 (version (git-version version revision commit))
18385 (source
18386 (origin
18387 (method git-fetch)
18388 (uri (git-reference
18389 (url "https://github.com/Fuco1/elisp-docstring-mode")
18390 (commit commit)))
18391 (file-name (git-file-name name version))
18392 (sha256
18393 (base32
18394 "0al8m75p359h4n82rf0dsl22qfdg9cwwywn5pn7x6gb96c7qrqaa"))))
18395 (build-system emacs-build-system)
18396 (home-page "https://github.com/Fuco1/elisp-docstring-mode")
18397 (synopsis "Major mode for editing Emacs Lisp docstrings")
18398 (description "This package provides font lock and automatic escaping and
18399 unescaping of quotes.")
18400 (license license:gpl3+))))
18401
18402 (define-public emacs-vimrc-mode
18403 (let ((commit "13bc150a870d5d4a95f1111e4740e2b22813c30e")
18404 (version "0.3.1")
18405 (revision "1"))
18406 (package
18407 (name "emacs-vimrc-mode")
18408 (version (git-version version revision commit))
18409 (source
18410 (origin
18411 (method git-fetch)
18412 (uri (git-reference
18413 (url "https://github.com/mcandre/vimrc-mode")
18414 (commit commit)))
18415 (file-name (git-file-name name version))
18416 (sha256
18417 (base32
18418 "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"))))
18419 (build-system emacs-build-system)
18420 (home-page "https://github.com/mcandre/vimrc-mode")
18421 (synopsis "Major mode for Vimscript")
18422 (description "This package provides font lock and @code{beginning-} and
18423 @code{end-of-defun} functions for Vimscript files.")
18424 (license license:gpl3+))))
18425
18426 (define-public emacs-flycheck-haskell
18427 (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
18428 (revision "2"))
18429 (package
18430 (name "emacs-flycheck-haskell")
18431 (version (git-version "0.8" revision commit))
18432 (source
18433 (origin
18434 (method git-fetch)
18435 (uri (git-reference
18436 (url "https://github.com/flycheck/flycheck-haskell")
18437 (commit commit)))
18438 (file-name (git-file-name name version))
18439 (sha256
18440 (base32
18441 "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
18442 (build-system emacs-build-system)
18443 (propagated-inputs
18444 `(("emacs-dash" ,emacs-dash)
18445 ("emacs-seq" ,emacs-seq)
18446 ("emacs-flycheck" ,emacs-flycheck)
18447 ("emacs-haskell-mode" ,emacs-haskell-mode)
18448 ("emacs-let-alist" ,emacs-let-alist)))
18449 (arguments
18450 `(#:include '("\\.el$" "\\.hs$")))
18451 (home-page "https://github.com/flycheck/flycheck-haskell")
18452 (synopsis "Flycheck for Haskell")
18453 (description "This package configures syntax-checking for Haskell
18454 buffers.")
18455 (license license:gpl3+))))
18456
18457 (define-public emacs-js2-refactor-el
18458 (let ((commit "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28")
18459 (revision "2"))
18460 (package
18461 (name "emacs-js2-refactor-el")
18462 (version (git-version "0.9.0" revision commit))
18463 (source
18464 (origin
18465 (method git-fetch)
18466 (uri (git-reference
18467 (url "https://github.com/magnars/js2-refactor.el")
18468 (commit commit)))
18469 (file-name (git-file-name name version))
18470 (sha256
18471 (base32
18472 "08b25y3raz0p98zxk9xdd8nj9shqd6mzrqhbq1gg4cwsmi7h7ly1"))))
18473 (build-system emacs-build-system)
18474 (propagated-inputs
18475 `(("emacs-dash" ,emacs-dash)
18476 ("emacs-s" ,emacs-s)
18477 ("emacs-js2-mode" ,emacs-js2-mode)
18478 ("emacs-yasnippet" ,emacs-yasnippet)
18479 ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
18480 (native-inputs
18481 `(("emacs-buttercup" ,emacs-buttercup)
18482 ("emacs-espuds" ,emacs-espuds)))
18483 (home-page "https://github.com/magnars/js2-refactor.el")
18484 (synopsis "JavaScript refactoring in Emacs")
18485 (description "This package provides various refactoring functions for
18486 JavaScript.")
18487 (license license:gpl3+))))
18488
18489 (define-public emacs-prettier
18490 (let ((commit "e9b73e81d3e1642aec682195f127a42dfb0b5774")
18491 (version "0.1.0")
18492 (revision "1"))
18493 (package
18494 (name "emacs-prettier")
18495 (version (git-version version revision commit))
18496 (source
18497 (origin
18498 (method git-fetch)
18499 (uri (git-reference
18500 (url "https://github.com/prettier/prettier-emacs")
18501 (commit commit)))
18502 (file-name (git-file-name name version))
18503 (sha256
18504 (base32
18505 "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"))))
18506 (build-system emacs-build-system)
18507 (home-page "https://github.com/prettier/prettier-emacs")
18508 (synopsis "Automatic formatting of JavaScript code")
18509 (description "This package integrates Prettier with Emacs, and
18510 provides a minor mode that autoformats the buffer upon saving.")
18511 (license license:expat))))
18512
18513 (define-public emacs-fish-mode
18514 (package
18515 (name "emacs-fish-mode")
18516 (version "0.1.4")
18517 (source
18518 (origin
18519 (method git-fetch)
18520 (uri (git-reference
18521 (url "https://github.com/wwwjfy/emacs-fish")
18522 (commit version)))
18523 (file-name (git-file-name name version))
18524 (sha256
18525 (base32
18526 "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"))))
18527 (build-system emacs-build-system)
18528 (home-page "https://github.com/wwwjfy/emacs-fish")
18529 (synopsis "Major mode for Fish shell scripts")
18530 (description "This package provides syntax highlighting and indentation
18531 functions for Fish shell scripts.")
18532 (license license:gpl3+)))
18533
18534 (define-public emacs-eshell-up
18535 (let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
18536 (version "0.0.3")
18537 (revision "12"))
18538 (package
18539 (name "emacs-eshell-up")
18540 (version (git-version version revision commit))
18541 (source
18542 (origin
18543 (method git-fetch)
18544 (uri (git-reference
18545 (url "https://github.com/peterwvj/eshell-up")
18546 (commit commit)))
18547 (file-name (git-file-name name version))
18548 (sha256
18549 (base32
18550 "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
18551 (build-system emacs-build-system)
18552 (home-page "https://github.com/peterwvj/eshell-up")
18553 (synopsis "Quickly go to a parent directory in @code{Eshell}")
18554 (description "This package provides quick navigation to a specific
18555 parent directory using @code{Eshell}.")
18556 (license license:gpl3+))))
18557
18558 (define-public emacs-tco-el
18559 (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
18560 (revision "1"))
18561 (package
18562 (name "emacs-tco-el")
18563 (version (git-version "0.3" revision commit))
18564 (source
18565 (origin
18566 (method git-fetch)
18567 (uri (git-reference
18568 (url "https://github.com/Wilfred/tco.el")
18569 (commit commit)))
18570 (file-name (git-file-name name version))
18571 (sha256
18572 (base32
18573 "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"))))
18574 (build-system emacs-build-system)
18575 (propagated-inputs
18576 `(("emacs-dash" ,emacs-dash)))
18577 (native-inputs
18578 `(("emacs-ert-runner" ,emacs-ert-runner)
18579 ("emacs-undercover" ,emacs-undercover)))
18580 (arguments
18581 `(#:tests? #t
18582 #:test-command '("ert-runner")))
18583 (home-page "https://github.com/Wilfred/tco.el")
18584 (synopsis "Tail-call optimization for Emacs Lisp")
18585 (description "This package provides tail-call optimization for Emacs
18586 Lisp functions that call themselves in tail position.")
18587 (license license:gpl3+))))
18588
18589 (define-public emacs-equake
18590 (let ((commit "7eddc025ee61b83029363e22219af228b8c20681")
18591 (revision "2"))
18592 (package
18593 (name "emacs-equake")
18594 (version (git-version "0.85" revision commit))
18595 (source
18596 (origin
18597 (method git-fetch)
18598 (uri (git-reference
18599 (url "https://gitlab.com/emacsomancer/equake/")
18600 (commit commit)))
18601 (file-name (git-file-name name version))
18602 (sha256
18603 (base32
18604 "1c55pbqak3d02sw6z1139baxzy401b90g0gxzcc3j6sgplz6sc6w"))))
18605 (build-system emacs-build-system)
18606 (propagated-inputs
18607 `(("emacs-dash" ,emacs-dash)
18608 ("emacs-tco-el" ,emacs-tco-el)))
18609 (home-page "https://gitlab.com/emacsomancer/equake/")
18610 (synopsis "Drop-down console for @code{Eshell} and terminal emulators")
18611 (description "This package provides a Quake-style drop-down console
18612 compatible with Emacs' shell modes.")
18613 (license license:gpl3+))))
18614
18615 (define-public emacs-vdiff
18616 (let ((commit "09e15fc932bfd2febe1d4a65780a532394562b07")
18617 (revision "1"))
18618 (package
18619 (name "emacs-vdiff")
18620 (version (git-version "0.2.3" revision commit))
18621 (source
18622 (origin
18623 (method git-fetch)
18624 (uri (git-reference
18625 (url "https://github.com/justbur/emacs-vdiff.git")
18626 (commit commit)))
18627 (file-name (git-file-name name version))
18628 (sha256
18629 (base32
18630 "1gvqi5l4zs872nn4pmj603aza09d81qad2rgijzv268lif8z34db"))))
18631 (build-system emacs-build-system)
18632 (propagated-inputs
18633 `(("emacs-hydra" ,emacs-hydra)))
18634 (arguments
18635 `(#:tests? #t
18636 #:test-command '("emacs" "-Q" "-batch" "-L" "."
18637 "-l" "vdiff-test.el"
18638 "-f" "ert-run-tests-batch-and-exit")))
18639 (home-page "https://github.com/justbur/emacs-vdiff/")
18640 (synopsis "Frontend for diffing based on vimdiff")
18641 (description "This package permits comparisons of two or three buffers
18642 based on diff output.")
18643 (license license:gpl3+))))
18644
18645 (define-public emacs-vdiff-magit
18646 ;; Need to use a more recent commit than the latest release version because
18647 ;; of Magit and Transient
18648 (let ((commit "b100d126c69e5c26a61ae05aa1778bcc4302b597")
18649 (version "0.3.2")
18650 (revision "8"))
18651 (package
18652 (name "emacs-vdiff-magit")
18653 (version (git-version version revision commit))
18654 (source
18655 (origin
18656 (method git-fetch)
18657 (uri (git-reference
18658 (url "https://github.com/justbur/emacs-vdiff-magit/")
18659 (commit commit)))
18660 (file-name (git-file-name name version))
18661 (sha256
18662 (base32
18663 "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"))))
18664 (build-system emacs-build-system)
18665 (propagated-inputs
18666 `(("emacs-vdiff" ,emacs-vdiff)
18667 ("emacs-magit" ,emacs-magit)
18668 ("emacs-transient" ,emacs-transient)))
18669 (home-page "https://github.com/justbur/emacs-vdiff-magit/")
18670 (synopsis "Frontend for diffing based on vimdiff")
18671 (description "This package permits comparisons of two or three buffers
18672 based on diff output.")
18673 (license license:gpl3+))))
18674
18675 (define-public emacs-all-the-icons-dired
18676 (let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
18677 (version "1.0")
18678 (revision "1"))
18679 (package
18680 (name "emacs-all-the-icons-dired")
18681 (version (git-version version revision commit))
18682 (source
18683 (origin
18684 (method git-fetch)
18685 (uri (git-reference
18686 (url "https://github.com/jtbm37/all-the-icons-dired/")
18687 (commit commit)))
18688 (file-name (git-file-name name version))
18689 (sha256
18690 (base32
18691 "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
18692 (build-system emacs-build-system)
18693 (propagated-inputs
18694 `(("emacs-all-the-icons" ,emacs-all-the-icons)))
18695 (home-page "https://github.com/jtbm37/all-the-icons-dired/")
18696 (synopsis "Show icons for each file in @code{dired-mode}")
18697 (description "This package allows icons from @file{all-the-icons.el} to
18698 be used in @code{dired-mode}.")
18699 (license license:gpl3+))))
18700
18701 (define-public emacs-exwm-edit
18702 (let ((commit "961c0f3ea45766b888c73d7353da13d329538034")
18703 (version "0.0.1")
18704 (revision "1"))
18705 (package
18706 (name "emacs-exwm-edit")
18707 (version (git-version version revision commit))
18708 (source
18709 (origin
18710 (method git-fetch)
18711 (uri (git-reference
18712 (url "https://github.com/agzam/exwm-edit/")
18713 (commit commit)))
18714 (file-name (git-file-name name version))
18715 (sha256
18716 (base32
18717 "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw"))))
18718 (build-system emacs-build-system)
18719 (propagated-inputs
18720 `(("emacs-exwm" ,emacs-exwm)))
18721 (home-page "https://github.com/agzam/exwm-edit/")
18722 (synopsis "Open temp buffers for editing text from EXWM buffers")
18723 (description "This package facilitates editing text from EXWM buffers by
18724 generating a temp buffer in which any useful Emacs utilities and modes can be
18725 invoked.")
18726 (license license:gpl3+))))
18727
18728 (define-public emacs-ert-async
18729 (package
18730 (name "emacs-ert-async")
18731 (version "0.1.2")
18732 (source
18733 (origin
18734 (method git-fetch)
18735 (uri (git-reference
18736 (url "https://github.com/rejeep/ert-async.el")
18737 (commit (string-append "v" version))))
18738 (file-name (git-file-name name version))
18739 (sha256
18740 (base32
18741 "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
18742 (build-system emacs-build-system)
18743 (home-page "https://github.com/rejeep/ert-async.el")
18744 (synopsis "Async support for ERT")
18745 (description "This package allows ERT to work with asynchronous tests.")
18746 (license license:gpl3+)))
18747
18748 (define-public emacs-prodigy-el
18749 (let ((commit "0a12eec1f001a4eef16b2c0c524f02f2647a4ff1")
18750 (revision "2"))
18751 (package
18752 (name "emacs-prodigy-el")
18753 (version (git-version "0.7.0" revision commit))
18754 (source
18755 (origin
18756 (method git-fetch)
18757 (uri (git-reference
18758 (url "https://github.com/rejeep/prodigy.el")
18759 (commit commit)))
18760 (file-name (git-file-name name version))
18761 (sha256
18762 (base32
18763 "02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"))))
18764 (build-system emacs-build-system)
18765 (propagated-inputs
18766 `(("emacs-dash" ,emacs-dash)
18767 ("emacs-s" ,emacs-s)
18768 ("emacs-f" ,emacs-f)))
18769 (native-inputs
18770 `(("emacs-el-mock" ,emacs-el-mock)
18771 ("emacs-ert-async" ,emacs-ert-async)))
18772 (home-page "https://github.com/rejeep/prodigy.el")
18773 (synopsis "Manage external services from within Emacs")
18774 (description "This package provides a GUI for defining and monitoring services.")
18775 (license license:gpl3+))))
18776
18777 (define-public emacs-web-server
18778 (let ((commit "cafa5b7582c57252a0884b2c33da9b18fb678713")
18779 (revision "1"))
18780 (package
18781 (name "emacs-web-server")
18782 (version (git-version "0.1.0" revision commit))
18783 (source
18784 (origin
18785 (method git-fetch)
18786 (uri (git-reference
18787 (url "https://github.com/eschulte/emacs-web-server/")
18788 (commit commit)))
18789 (file-name (git-file-name name version))
18790 (sha256
18791 (base32
18792 "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y"))))
18793 (build-system emacs-build-system)
18794 (native-inputs
18795 `(("curl" ,curl)))
18796 (arguments
18797 `(#:phases
18798 (modify-phases %standard-phases
18799 (add-after 'unpack 'set-shell
18800 ;; Setting the SHELL environment variable is required for the tests
18801 ;; to find sh.
18802 (lambda _
18803 (setenv "SHELL" (which "sh"))
18804 #t)))
18805 #:tests? #t
18806 #:test-command '("make" "check")))
18807 (home-page "https://github.com/eschulte/emacs-web-server/")
18808 (synopsis "Web server with handlers in Emacs Lisp")
18809 (description "This package supports HTTP GET and POST requests with
18810 url-encoded parameters, as well as web sockets.")
18811 (license license:gpl3+))))
18812
18813 (define-public emacs-markdown-preview-mode
18814 (package
18815 (name "emacs-markdown-preview-mode")
18816 (version "0.9.2")
18817 (source
18818 (origin
18819 (method git-fetch)
18820 (uri (git-reference
18821 (url "https://github.com/ancane/markdown-preview-mode")
18822 (commit (string-append "v" version))))
18823 (file-name (git-file-name name version))
18824 (sha256
18825 (base32
18826 "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"))))
18827 (build-system emacs-build-system)
18828 (propagated-inputs
18829 `(("emacs-markdown-mode" ,emacs-markdown-mode)
18830 ("emacs-websocket" ,emacs-websocket)
18831 ("emacs-web-server" ,emacs-web-server)))
18832 (arguments '(#:include '("\\.el$" "\\.html$")))
18833 (home-page "https://github.com/ancane/markdown-preview-mode")
18834 (synopsis "Preview Markdown files")
18835 (description "This package provides a minor mode for preview of Markdown
18836 files, and sends rendered Markdown to a web browser.")
18837 (license license:gpl3+)))
18838
18839 (define-public emacs-dotenv-mode
18840 (package
18841 (name "emacs-dotenv-mode")
18842 (version "0.2.4")
18843 (source
18844 (origin
18845 (method git-fetch)
18846 (uri (git-reference
18847 (url "https://github.com/preetpalS/emacs-dotenv-mode")
18848 (commit (string-append "v" version))))
18849 (file-name (git-file-name name version))
18850 (sha256
18851 (base32
18852 "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
18853 (build-system emacs-build-system)
18854 (home-page "https://github.com/preetpalS/emacs-dotenv-mode")
18855 (synopsis "Major mode for @file{.env} files")
18856 (description "This package provides syntax highlighting for @file{.env}
18857 files.")
18858 (license license:gpl3+)))
18859
18860 (define-public emacs-add-node-modules-path
18861 (let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
18862 (version "1.2.0")
18863 (revision "10"))
18864 (package
18865 (name "emacs-add-node-modules-path")
18866 (version (git-version version revision commit))
18867 (source
18868 (origin
18869 (method git-fetch)
18870 (uri (git-reference
18871 (url "https://github.com/codesuki/add-node-modules-path")
18872 (commit commit)))
18873 (file-name (git-file-name name version))
18874 (sha256
18875 (base32
18876 "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
18877 (build-system emacs-build-system)
18878 (home-page "https://github.com/codesuki/add-node-modules-path")
18879 (synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
18880 (description "This package searches the parent directories of the
18881 current file for the project's @file{node_modules/.bin/} directory, allowing
18882 Emacs to find project-specific installations of packages.")
18883 (license license:expat))))
18884
18885 (define-public emacs-flow-minor-mode
18886 (let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
18887 (version "0.3")
18888 (revision "4"))
18889 (package
18890 (name "emacs-flow-minor-mode")
18891 (version (git-version version revision commit))
18892 (source
18893 (origin
18894 (method git-fetch)
18895 (uri (git-reference
18896 (url "https://github.com/an-sh/flow-minor-mode")
18897 (commit commit)))
18898 (file-name (git-file-name name version))
18899 (sha256
18900 (base32
18901 "169r4ib9qg9q6fm3p0p23qs1qx4pa9pg1qvyq4ysr85i7kwygppl"))))
18902 (build-system emacs-build-system)
18903 (home-page "https://github.com/an-sh/flow-minor-mode")
18904 (synopsis "Minor mode for JavaScript Flow files")
18905 (description "This package integrates Flow with Emacs, allowing for
18906 definition-jumping and type-checking on demand.")
18907 (license license:bsd-3))))
18908
18909 (define-public emacs-rjsx-mode
18910 (let ((commit "0e7fa6b4facdec4f85a7a8865bdf59dfd57217b5")
18911 (revision "2"))
18912 (package
18913 (name "emacs-rjsx-mode")
18914 (version (git-version "0.4" revision commit))
18915 (source
18916 (origin
18917 (method git-fetch)
18918 (uri (git-reference
18919 (url "https://github.com/felipeochoa/rjsx-mode")
18920 (commit commit)))
18921 (file-name (git-file-name name version))
18922 (sha256
18923 (base32
18924 "0s0871sx3ch09kgvbcp9na4zdrfrda62xjq8m9knbq5vnj8q8qpi"))))
18925 (build-system emacs-build-system)
18926 (propagated-inputs
18927 `(("emacs-js2-mode" ,emacs-js2-mode)))
18928 (arguments
18929 `(#:tests? #t
18930 #:test-command '("make" "test")))
18931 (home-page "https://github.com/felipeochoa/rjsx-mode")
18932 (synopsis "Major mode for JSX files")
18933 (description "This package extends the parser of @code{js2-mode} to
18934 support JSX syntax.")
18935 (license license:expat))))
18936
18937 (define-public emacs-origami-el
18938 (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
18939 (version "1.0")
18940 (revision "1"))
18941 (package
18942 (name "emacs-origami-el")
18943 (version (git-version version revision commit))
18944 (source
18945 (origin
18946 (method git-fetch)
18947 (uri (git-reference
18948 (url "https://github.com/gregsexton/origami.el")
18949 (commit commit)))
18950 (file-name (git-file-name name version))
18951 (sha256
18952 (base32
18953 "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
18954 (build-system emacs-build-system)
18955 (propagated-inputs
18956 `(("emacs-dash" ,emacs-dash)
18957 ("emacs-s" ,emacs-s)))
18958 (home-page "https://github.com/gregsexton/origami.el")
18959 (synopsis "Flexible text-folding")
18960 (description "This package provides a minor mode for collapsing and
18961 expanding regions of text without modifying the actual contents.")
18962 (license license:expat))))
18963
18964 (define-public emacs-peep-dired
18965 (let ((commit "c88a9a3050197840edfe145f11e0bb9488de32f4")
18966 (version "0")
18967 (revision "1"))
18968 (package
18969 (name "emacs-peep-dired")
18970 (version (git-version version revision commit))
18971 (source
18972 (origin
18973 (method git-fetch)
18974 (uri (git-reference
18975 (url "https://github.com/asok/peep-dired")
18976 (commit commit)))
18977 (file-name (git-file-name name version))
18978 (sha256
18979 (base32
18980 "1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"))))
18981 (build-system emacs-build-system)
18982 (home-page "https://github.com/asok/peep-dired")
18983 (synopsis "Preview files in another window")
18984 (description "This package provides a minor mode that allows files to be
18985 previewed by scrolling up and down within a @code{dired} buffer.")
18986 (license license:gpl3+))))
18987
18988 (define-public emacs-counsel-etags
18989 (package
18990 (name "emacs-counsel-etags")
18991 (version "1.8.9")
18992 (source
18993 (origin
18994 (method git-fetch)
18995 (uri (git-reference
18996 (url "https://github.com/redguardtoo/counsel-etags")
18997 (commit version)))
18998 (file-name (git-file-name name version))
18999 (sha256
19000 (base32
19001 "0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"))))
19002 (build-system emacs-build-system)
19003 (propagated-inputs
19004 `(("emacs-ivy" ,emacs-ivy)))
19005 (arguments
19006 `(#:tests? #t
19007 #:test-command '("make" "test")))
19008 (home-page "https://github.com/redguardtoo/counsel-etags")
19009 (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
19010 (description "This package uses @code{ivy-mode} to facilitate navigating
19011 and searching through @code{Ctags} files.")
19012 (license license:gpl3+)))
19013
19014 (define-public emacs-ivy-clipmenu
19015 (let ((commit "d2071f2c5043a05d610cd1952e84176ca78c31dc"))
19016 (package
19017 (name "emacs-ivy-clipmenu")
19018 (version (git-version "0.0.1" "1" commit))
19019 (source (origin
19020 (method git-fetch)
19021 (uri (git-reference
19022 (url "https://github.com/wpcarro/ivy-clipmenu.el.git")
19023 (commit commit)))
19024 (file-name (git-file-name name version))
19025 (sha256
19026 (base32
19027 "0npd8glzk5z4n7y9mzbsbzi0cf3by19fqcki052jr3dga363lds7"))))
19028 (propagated-inputs
19029 `(("emacs-f" ,emacs-f)
19030 ("emacs-ivy" ,emacs-ivy)))
19031 (build-system emacs-build-system)
19032 (home-page "https://github.com/wpcarro/ivy-clipmenu.el")
19033 (synopsis "Ivy integration with clipmenu")
19034 (description "Ivy integration with the clipboard manager, clipmenu.")
19035 (license license:expat))))
19036
19037 (define-public emacs-org-download
19038 (let ((commit "10c9d7c8eed928c88a896310c882e3af4d8d0f61")
19039 (revision "2"))
19040 (package
19041 (name "emacs-org-download")
19042 (version (git-version "0.1.0" revision commit))
19043 (source (origin
19044 (method git-fetch)
19045 (uri (git-reference
19046 (url "https://github.com/abo-abo/org-download")
19047 (commit commit)))
19048 (sha256
19049 (base32
19050 "0i8wlx1i7y1vn5lqwjifvymvszg28a07vwqcm4jslf1v2ajs1lsl"))
19051 (file-name (git-file-name name version))))
19052 (build-system emacs-build-system)
19053 (propagated-inputs
19054 `(("emacs-org" ,emacs-org)
19055 ("emacs-async" ,emacs-async)))
19056 (home-page "https://github.com/abo-abo/org-download")
19057 (synopsis "Facilitate moving images")
19058 (description "This package provides utilities for managing image files
19059 copied into @code{org-mode} buffers.")
19060 (license license:gpl3+))))
19061
19062 (define-public emacs-dash-docs
19063 (let ((commit "111fd9b97001f1ad887b45e5308a14ddd68ce70a")
19064 (revision "1"))
19065 (package
19066 (name "emacs-dash-docs")
19067 (version (git-version "1.4.0" revision commit))
19068 (source
19069 (origin
19070 (method git-fetch)
19071 (uri (git-reference
19072 (url "https://github.com/dash-docs-el/dash-docs.git")
19073 (commit commit)))
19074 (file-name (git-file-name name version))
19075 (sha256
19076 (base32
19077 "0sckb7z0ylflva212bns7iq9mfnffgjghi0qspsbfwra35zb9xng"))))
19078 (build-system emacs-build-system)
19079 (propagated-inputs
19080 `(("emacs-async" ,emacs-async)))
19081 (native-inputs
19082 `(("emacs-undercover" ,emacs-undercover)
19083 ("emacs-ert-runner" ,emacs-ert-runner)))
19084 (arguments
19085 `(#:tests? #t
19086 #:test-command '("ert-runner")
19087 #:phases
19088 ;; this test requires network access, so remove it
19089 (modify-phases %standard-phases
19090 (add-before 'check 'make-tests-writable
19091 (lambda _
19092 (make-file-writable "test/dash-docs-test.el")
19093 #t))
19094 (add-before 'check 'delete-test
19095 (lambda _
19096 (emacs-batch-edit-file "test/dash-docs-test.el"
19097 `(progn (progn
19098 (goto-char (point-min))
19099 (re-search-forward "ert-deftest dash-docs-official-docsets-test")
19100 (beginning-of-line)
19101 (kill-sexp))
19102 (basic-save-buffer)))
19103 #t)))))
19104 (home-page "https://github.com/dash-docs-el/dash-docs")
19105 (synopsis "Offline documentation browser for APIs using Dash docsets")
19106 (description "This package exposes functionality to work with Dash docsets.")
19107 (license license:gpl3+))))
19108
19109 (define-public emacs-helm-dash
19110 (let ((commit "7f853bd34da666f0e9a883011c80f451b06f6c59")
19111 (revision "2"))
19112 (package
19113 (name "emacs-helm-dash")
19114 (version (git-version "1.3.0" revision commit))
19115 (source
19116 (origin
19117 (method git-fetch)
19118 (uri (git-reference
19119 (url "https://github.com/areina/helm-dash.git")
19120 (commit commit)))
19121 (file-name (git-file-name name version))
19122 (sha256
19123 (base32
19124 "0r192vzry1212ihabg9pgw9xar8zdgnbgy0vsgvfm8s5wj6ny7jp"))))
19125 (build-system emacs-build-system)
19126 (propagated-inputs
19127 `(("emacs-helm" ,emacs-helm)
19128 ("emacs-dash-docs" ,emacs-dash-docs)))
19129 (home-page "https://github.com/areina/helm-dash")
19130 (synopsis "Offline documentation browser for APIs using Dash docsets")
19131 (description "This package uses Helm to install and navigate through
19132 Dash docsets.")
19133 (license license:gpl3+))))
19134
19135 (define-public emacs-counsel-dash
19136 (let ((commit "7027868d483b51d949b9f20fb8f34b122ca61520")
19137 (revision "3"))
19138 (package
19139 (name "emacs-counsel-dash")
19140 (version (git-version "0.1.3" revision commit))
19141 (source
19142 (origin
19143 (method git-fetch)
19144 (uri (git-reference
19145 (url "https://github.com/dash-docs-el/counsel-dash.git")
19146 (commit commit)))
19147 (file-name (git-file-name name version))
19148 (sha256
19149 (base32
19150 "0h3f5pxnmb21pq4hh7k4w8jzflz1k2ap7nwpjc222w0q6x6jrbjp"))))
19151 (build-system emacs-build-system)
19152 (propagated-inputs
19153 `(("emacs-dash-docs" ,emacs-dash-docs)
19154 ("emacs-ivy" ,emacs-ivy)))
19155 (arguments
19156 `(#:phases
19157 (modify-phases %standard-phases
19158 (add-after 'unpack 'require-ivy
19159 (lambda _
19160 (substitute* "counsel-dash.el"
19161 (("^\\(require 'cl-lib\\)")
19162 "(require 'cl-lib)\n(require 'ivy)\n(require 'subr-x)"))
19163 #t)))))
19164 (home-page "https://github.com/dash-docs-el/counsel-dash")
19165 (synopsis "Offline documentation browser for APIs using Dash docsets")
19166 (description "This package uses @code{ivy-mode} to install and navigate
19167 through Dash docsets.")
19168 (license license:expat))))
19169
19170 (define-public emacs-el-patch
19171 (package
19172 (name "emacs-el-patch")
19173 (version "2.2.3")
19174 (source
19175 (origin
19176 (method git-fetch)
19177 (uri (git-reference
19178 (url "https://github.com/raxod502/el-patch")
19179 (commit version)))
19180 (file-name (git-file-name name version))
19181 (sha256
19182 (base32
19183 "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"))))
19184 (build-system emacs-build-system)
19185 (home-page "https://github.com/raxod502/el-patch")
19186 (synopsis "Future-proof your Emacs customizations")
19187 (description "This package allows for an alternate definition of an Elisp
19188 function to be specified and for any differences from the original definition
19189 to be examined using Ediff.")
19190 (license license:expat)))
19191
19192 (define-public emacs-info-plus
19193 (let ((commit "4a6b93c170169594e1e8ea60cd799a1a88a969da")
19194 (revision "2"))
19195 (package
19196 (name "emacs-info-plus")
19197 (version (git-version "0" revision commit))
19198 (source
19199 (origin
19200 (method git-fetch)
19201 (uri (git-reference
19202 (url "https://github.com/emacsmirror/info-plus")
19203 (commit commit)))
19204 (file-name (git-file-name name version))
19205 (sha256
19206 (base32
19207 "1xzmx7m1qbl3b1x6yq1db1a108xqaa64ljfv1hdw763zmy4kc6m0"))))
19208 (build-system emacs-build-system)
19209 (home-page "https://github.com/emacsmirror/info-plus")
19210 (synopsis "Extensions to @file{info.el}")
19211 (description "This package extends Emacs' @file{info.el} by allowing
19212 outline-enabled table of contents, additional metadata association for Info
19213 nodes, and more.")
19214 (license license:gpl2+))))
19215
19216 (define-public emacs-eval-sexp-fu-el
19217 (package
19218 (name "emacs-eval-sexp-fu-el")
19219 (version "0.5.0")
19220 (source
19221 (origin
19222 (method git-fetch)
19223 (uri (git-reference
19224 (url "https://github.com/hchbaw/eval-sexp-fu.el")
19225 (commit (string-append "v" version))))
19226 (file-name (git-file-name name version))
19227 (sha256
19228 (base32
19229 "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
19230 (build-system emacs-build-system)
19231 (home-page "https://github.com/hchbaw/eval-sexp-fu.el")
19232 (synopsis "Enhancements for evaluating s-expressions")
19233 (description "This package provides provides variants of
19234 @code{eval-last-sexp} that work on the containing list or s-expression, as
19235 well as an option for visually flashing evaluated s-expressions.")
19236 (license license:gpl3+)))
19237
19238 (define-public emacs-counsel-tramp
19239 (package
19240 (name "emacs-counsel-tramp")
19241 (version "0.6.3")
19242 (source
19243 (origin
19244 (method git-fetch)
19245 (uri (git-reference
19246 (url "https://github.com/masasam/emacs-counsel-tramp")
19247 (commit version)))
19248 (file-name (git-file-name name version))
19249 (sha256
19250 (base32
19251 "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
19252 (build-system emacs-build-system)
19253 (propagated-inputs
19254 `(("emacs-ivy" ,emacs-ivy)))
19255 (home-page "https://github.com/masasam/emacs-counsel-tramp")
19256 (synopsis "Ivy interface for TRAMP")
19257 (description "This package allows @code{ivy-mode} to display and filter
19258 SSH servers.")
19259 (license license:gpl3+)))
19260
19261 (define-public emacs-tramp-auto-auth
19262 (let ((commit "f15a12dfab651aff60f4a9d70f868030a12344ac"))
19263 (package
19264 (name "emacs-tramp-auto-auth")
19265 (version (git-version "20191027" "1" commit))
19266 (source
19267 (origin
19268 (method git-fetch)
19269 (uri (git-reference
19270 (url "https://github.com/oitofelix/tramp-auto-auth.git")
19271 (commit commit)))
19272 (file-name (git-file-name name version))
19273 (sha256
19274 (base32
19275 "09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
19276 (build-system emacs-build-system)
19277 (home-page "https://github.com/oitofelix/tramp-auto-auth")
19278 (synopsis "TRAMP automatic authentication library")
19279 (description "This package provides @code{tramp-auto-auth-mode} Emacs
19280 global minor mode whose purpose is to automatically feed TRAMP sub-processes
19281 with passwords for paths matching regexps.")
19282 (license license:gpl3+))))
19283
19284 (define-public emacs-eacl
19285 (package
19286 (name "emacs-eacl")
19287 (version "2.0.1")
19288 (source
19289 (origin
19290 (method git-fetch)
19291 (uri (git-reference
19292 (url "https://github.com/redguardtoo/eacl")
19293 (commit version)))
19294 (file-name (git-file-name name version))
19295 (sha256
19296 (base32
19297 "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
19298 (build-system emacs-build-system)
19299 (propagated-inputs
19300 `(("emacs-ivy" ,emacs-ivy)))
19301 (home-page "https://github.com/redguardtoo/eacl")
19302 (synopsis "Auto-complete lines by using @code{grep} on a project")
19303 (description "This package provides auto-completion cammands for single
19304 and multiple lines of code in a project.")
19305 (license license:gpl3+)))
19306
19307 (define-public emacs-semantic-refactor
19308 ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
19309 ;; commits since then.
19310 (let ((commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5"))
19311 (package
19312 (name "emacs-semantic-refactor")
19313 (version (git-version "0.5" "1" commit))
19314 (source
19315 (origin
19316 (method git-fetch)
19317 (uri (git-reference
19318 (url "https://github.com/tuhdo/semantic-refactor")
19319 (commit commit)))
19320 (file-name (git-file-name name version))
19321 (sha256
19322 (base32
19323 "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"))))
19324 (build-system emacs-build-system)
19325 (home-page "https://github.com/tuhdo/semantic-refactor")
19326 (synopsis "Refactoring tool for C/C++ and Lisp dialects")
19327 (description "This package provides a refactoring tool based on the
19328 Emacs Semantic parser framework. For C and C++ it supports operations such as:
19329
19330 @enumerate
19331 @item Generating class implementations
19332 @item Generating function prototypes
19333 @item Converting functions to function pointers
19334 @item Moving semantic units
19335 @item etc...
19336 @end enumerate
19337
19338 For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such
19339 as:
19340
19341 @enumerate
19342 @item Formatting the whole buffer
19343 @item Converting sexpressions to one or multiple lines
19344 @item etc...
19345 @end enumerate\n")
19346 (license license:gpl3+))))
19347
19348 (define-public emacs-nhexl-mode
19349 (package
19350 (name "emacs-nhexl-mode")
19351 (version "1.4")
19352 (source
19353 (origin
19354 (method url-fetch)
19355 (uri (string-append
19356 "https://elpa.gnu.org/packages/nhexl-mode-"
19357 version ".el"))
19358 (sha256
19359 (base32 "1c2q4w6hkvc7z4026hiqdcsm2scd6q35x7b0dk80h8qicsbi14c8"))))
19360 (build-system emacs-build-system)
19361 (home-page "https://elpa.gnu.org/packages/nhexl-mode.html")
19362 (synopsis "Minor mode to edit files via hex-dump format")
19363 (description
19364 "This package implements NHexl mode, a minor mode for editing files
19365 in hex dump format. The mode command is called @command{nhexl-mode}.
19366
19367 This minor mode implements similar functionality to @command{hexl-mode},
19368 but using a different implementation technique, which makes it
19369 usable as a \"plain\" minor mode. It works on any buffer, and does
19370 not mess with the undo log or with the major mode.
19371
19372 It also comes with:
19373
19374 @itemize
19375 @item @command{nhexl-nibble-edit-mode}: a \"nibble editor\" minor mode, where
19376 the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys
19377 (which only work for hex-digits) will only modify the nibble under point.
19378 @item @command{nhexl-overwrite-only-mode}: a minor mode to try and avoid
19379 moving text. In this minor mode, not only self-inserting keys overwrite
19380 existing text, but commands like `yank' and @command{kill-region} as well.
19381 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
19382 C-f} to advance by #xa4 characters.
19383 @end itemize\n")
19384 (license license:gpl3+)))
19385
19386 (define-public emacs-helm-wikipedia
19387 (let ((commit "126f044e0a0e1432e0791c33ce2a41875d704a9b"))
19388 (package
19389 (name "emacs-helm-wikipedia")
19390 (version (git-version "0.0.0" "1" commit))
19391 (home-page "https://github.com/emacs-helm/helm-wikipedia/")
19392 (source
19393 (origin
19394 (method git-fetch)
19395 (uri (git-reference
19396 (url home-page)
19397 (commit commit)))
19398 (file-name (git-file-name name version))
19399 (sha256
19400 (base32
19401 "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
19402 (build-system emacs-build-system)
19403 (inputs
19404 `(("helm" ,emacs-helm)))
19405 (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
19406 (description
19407 "This package provides an Emacs Helm interface for search suggestions
19408 and article extracts for Wikipedia.")
19409 (license license:gpl3+))))
19410
19411 (define-public emacs-webfeeder
19412 (package
19413 (name "emacs-webfeeder")
19414 (version "1.0.0")
19415 (source
19416 (origin
19417 (method url-fetch)
19418 (uri (string-append
19419 "https://elpa.gnu.org/packages/webfeeder-"
19420 version
19421 ".tar"))
19422 (sha256
19423 (base32
19424 "06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
19425 (build-system emacs-build-system)
19426 (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
19427 (synopsis "Build RSS and Atom webfeeds from HTML files")
19428 (description
19429 "Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML
19430 files. The various elements of the HTML input are parsed with customizable
19431 functions (e.g. @code{webfeeder-title-function}).")
19432 (license license:gpl3+)))
19433
19434 (define-public emacs-evil-numbers
19435 (let ((commit "6ea1c8c3a9b37bed63d48f1128e9a4910e68187e"))
19436 (package
19437 (name "emacs-evil-numbers")
19438 (version (git-version "0.4" "1" commit))
19439 (source (origin
19440 (method git-fetch)
19441 (uri (git-reference
19442 (url "https://github.com/dieggsy/evil-numbers")
19443 (commit commit)))
19444 (file-name (git-file-name name version))
19445 (sha256
19446 (base32
19447 "1aq95hj8x13py0pwsnc6wvd8cc5yv5qin8ym9js42y5966vwj4np"))))
19448 (build-system emacs-build-system)
19449 (home-page "https://github.com/dieggsy/evil-numbers")
19450 (synopsis "Increment and decrement numbers in Emacs")
19451 (description "This package increments and decrements binary, octal,
19452 decimal and hex literals. It works like C-a/C-x in Vim, i.e. searches for
19453 number up to EOL and then increments or decrements and keeps zero padding up
19454 (unlike in Vim). When a region is active, as in Evil's visual mode, all the
19455 numbers within that region will be incremented/decremented (unlike in Vim).
19456
19457 It is a fork of https://github.com/cofi/evil-numbers, which is unmaintained.")
19458 (license license:gpl3+))))
19459
19460 (define-public emacs-rotate-text
19461 (package
19462 (name "emacs-rotate-text")
19463 (version "0.1")
19464 (source (origin
19465 (method git-fetch)
19466 (uri (git-reference
19467 (url "https://github.com/nschum/rotate-text.el.git")
19468 (commit version)))
19469 (file-name (git-file-name name version))
19470 (sha256
19471 (base32
19472 "1cgxv4aibkvv6lnssynn0438a615fz3zq8hg9sb0lhfgsr99pxln"))))
19473 (build-system emacs-build-system)
19474 (home-page "http://nschum.de/src/emacs/rotate-text/")
19475 (synopsis "Cycle through words, symbols and patterns in Emacs")
19476 (description "@code{rotate-text} allows you rotate to commonly
19477 interchanged text with a single keystroke. For example, you can toggle
19478 between \"frame-width\" and \"frame-height\", between \"public\",
19479 \"protected\" and \"private\" and between \"variable1\", \"variable2\" through
19480 \"variableN\".")
19481 (license license:gpl2+)))
19482
19483 (define-public emacs-ediprolog
19484 (package
19485 (name "emacs-ediprolog")
19486 (version "1.2")
19487 (source
19488 (origin
19489 (method url-fetch)
19490 (uri (string-append
19491 "https://elpa.gnu.org/packages/ediprolog-"
19492 version
19493 ".el"))
19494 (sha256
19495 (base32
19496 "039ffvp7c810mjyargmgw1i87g0z8qs8qicq826sd9aiz9hprfaz"))))
19497 (build-system emacs-build-system)
19498 (home-page "https://elpa.gnu.org/packages/ediprolog.html")
19499 (synopsis "Emacs Does Interactive Prolog")
19500 (description "This package provides a major mode that let the user
19501 interact with SWI-Prolog in all buffers. For instance, one can consult Prolog
19502 programs and evaluate embedded queries. This mode is focused on the command
19503 @code{ediprolog-dwim} (Do What I Mean) which is supposed to, depending on the
19504 context, carry out the appropriate action.")
19505 (license license:gpl3+)))
19506
19507 (define-public emacs-evil-cleverparens
19508 (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
19509 (revision "1"))
19510 (package
19511 (name "emacs-evil-cleverparens")
19512 (version (git-version "2017-07-17" revision commit))
19513 (source (origin
19514 (method git-fetch)
19515 (uri (git-reference
19516 (url "https://github.com/luxbock/evil-cleverparens.git")
19517 (commit commit)))
19518 (sha256 (base32 "0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
19519 (file-name (git-file-name name version))))
19520 (build-system emacs-build-system)
19521 (propagated-inputs
19522 `(("emacs-evil" ,emacs-evil)
19523 ("emacs-paredit" ,emacs-paredit)
19524 ("emacs-smartparens" ,emacs-smartparens)))
19525 (home-page "https://github.com/luxbock/evil-cleverparens")
19526 (synopsis "Emacs modal editing optimized for editing Lisp")
19527 (description "@code{evil-cleverparens} remaps Evil keybindings to allow
19528 modal editing with screwing up the structure of Lisp code. Alternatives for
19529 verb commands which would are normally destructive (such as deletion) are
19530 provided. Those alternative commands are and bound by default to their
19531 corresponding Evil keys.")
19532 (license license:expat))))
19533
19534 (define-public emacs-evil-traces
19535 (let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
19536 (revision "2"))
19537 (package
19538 (name "emacs-evil-traces")
19539 (version (git-version "0.0.1" revision commit))
19540 (source (origin
19541 (method git-fetch)
19542 (uri (git-reference
19543 (url "https://github.com/mamapanda/evil-traces.git")
19544 (commit commit)))
19545 (file-name (git-file-name name version))
19546 (sha256
19547 (base32
19548 "12p9lfxscs182vbd4dy0m5gacs3d4kyprbz5yndpwvl8g2qsqplz"))))
19549 (build-system emacs-build-system)
19550 (propagated-inputs
19551 `(("emacs-evil" ,emacs-evil)))
19552 (arguments
19553 `(#:phases
19554 (modify-phases %standard-phases
19555 (add-after 'unpack 'set-shell
19556 ;; Setting the SHELL environment variable is required for the tests
19557 ;; to find sh.
19558 (lambda _
19559 (setenv "SHELL" (which "sh"))
19560 #t)))
19561 #:tests? #t
19562 #:test-command '("make" "test")))
19563 (home-page "https://github.com/mamapanda/evil-traces")
19564 (synopsis "Visual hints for @code{evil-ex}")
19565 (description "This package adds visual hints to certain @code{ex}
19566 commands in @code{evil-mode}.")
19567 (license license:gpl3+))))
19568
19569 (define-public emacs-xterm-color
19570 (package
19571 (name "emacs-xterm-color")
19572 (version "1.9")
19573 (source (origin
19574 (method git-fetch)
19575 (uri (git-reference
19576 (url "https://github.com/atomontage/xterm-color.git")
19577 (commit version)))
19578 (file-name (git-file-name name version))
19579 (sha256
19580 (base32
19581 "0i9ivc5xhl5y5v0l18kbhfg8s2abb9zaimyx951b8bc0f5as68xm"))))
19582 (build-system emacs-build-system)
19583 (home-page "https://github.com/atomontage/xterm-color")
19584 (synopsis "ANSI & xterm-256 color text property translator for Emacs")
19585 (description "@code{xterm-color.el} is an ANSI control sequence to
19586 text-property translator.")
19587 (license license:bsd-2)))
19588
19589 (define-public emacs-org-noter
19590 (package
19591 (name "emacs-org-noter")
19592 (version "1.4.1")
19593 (source
19594 (origin
19595 (method git-fetch)
19596 (uri (git-reference
19597 (url "https://github.com/weirdNox/org-noter.git")
19598 (commit version)))
19599 (file-name (git-file-name name version))
19600 (sha256
19601 (base32
19602 "1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
19603 (build-system emacs-build-system)
19604 (propagated-inputs `(("emacs-org" ,emacs-org)))
19605 (home-page "https://github.com/weirdNox/org-noter")
19606 (synopsis "Synchronized, Org-mode, document annotator")
19607 (description
19608 "This package lets you create notes that are kept in sync when you
19609 scroll through the document, but that are external to it---the notes
19610 themselves live in an Org-mode file. As such, this leverages the power of
19611 Org-mode (the notes may have outlines, latex fragments, babel, etc...) while
19612 acting like notes that are made @emph{in} the document.")
19613 (license license:gpl3+)))
19614
19615 (define-public emacs-org-redmine
19616 (let ((commit "e77d013bc3784947c46a5c53f03cd7d3c68552fc"))
19617 (package
19618 (name "emacs-org-redmine")
19619 (version (git-version "0.1" "1" commit))
19620 (source (origin
19621 (method git-fetch)
19622 (uri (git-reference
19623 (url "https://github.com/gongo/org-redmine.git")
19624 (commit commit)))
19625 (file-name (git-file-name name version))
19626 (sha256
19627 (base32
19628 "06miv3mf2a39vkf6mmm5ssc47inqh7dq82khsyc03anz4d4lj822"))))
19629 (build-system emacs-build-system)
19630 (home-page "https://github.com/gongo/org-redmine/")
19631 (synopsis "Redmine tools using Emacs")
19632 (description "This program provides an Emacs client for Redmine.")
19633 (license license:gpl3+))))
19634
19635 (define-public emacs-multi-term
19636 (let ((commit "0804b11e52b960c80f5cd0712ee1e53ae70d83a4"))
19637 (package
19638 (name "emacs-multi-term")
19639 (version "1.2")
19640 (source (origin
19641 (method git-fetch)
19642 (uri (git-reference
19643 (url "https://github.com/manateelazycat/multi-term.git")
19644 (commit commit)))
19645 (file-name (git-file-name name version))
19646 (sha256
19647 (base32
19648 "0apvidmvb7rv05qjnjhax42ma8wrimik5vxx620dlbv17svz7iyf"))))
19649 (build-system emacs-build-system)
19650 (inputs `(("zsh" ,zsh)))
19651 (home-page "https://github.com/manateelazycat/multi-term")
19652 (synopsis "Manage multiple terminal buffers in Emacs")
19653 (description
19654 "This package enhances @code{term.el} with the following features:
19655
19656 @enumerate
19657 @item Functions to switch between multiple terminal buffers
19658 @item List of keys to be intercepted by @code{emacs-multi-term} instead of by
19659 the underlying terminal
19660 @item Kills the unused buffer left after exiting the terminal
19661 @item Kills the running sub-processes along with the terminal when killing the
19662 it forcibly
19663 @item Dedicated window for debugging program.
19664 @end enumerate")
19665 (license license:gpl3+))))
19666
19667 (define-public emacs-elpher
19668 (package
19669 (name "emacs-elpher")
19670 (version "1.4.6")
19671 (source
19672 (origin
19673 (method git-fetch)
19674 (uri (git-reference
19675 (url "https://github.com/tgvaughan/elpher")
19676 (commit (string-append "v" version))))
19677 (file-name (git-file-name name version))
19678 (sha256
19679 (base32
19680 "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
19681 (build-system emacs-build-system)
19682 (native-inputs
19683 `(("texinfo" ,texinfo)))
19684 (arguments
19685 `(#:phases
19686 (modify-phases %standard-phases
19687 (add-before 'install 'build-doc
19688 (lambda _
19689 (invoke "makeinfo" "elpher.texi"))))))
19690 (home-page "https://github.com/tgvaughan/elpher")
19691 (synopsis "Gopher client for Emacs")
19692 (description "Elpher is a full-featured gopher client for Emacs. Its
19693 features include intuitive keyboard and mouse-driven browsing, out-of-the-box
19694 compatibility with evil-mode, clickable web and gopher links in plain text,
19695 caching of visited sites, pleasant and configurable visualization of Gopher
19696 directories, direct visualisation of image files, jumping directly to links by
19697 name (with autocompletion), a simple bookmark management system and
19698 connections using TLS encryption.")
19699 (license license:gpl3+)))
19700
19701 (define-public emacs-zerodark-theme
19702 (package
19703 (name "emacs-zerodark-theme")
19704 (version "4.6")
19705 (source
19706 (origin
19707 (method git-fetch)
19708 (uri (git-reference
19709 (url "https://github.com/NicolasPetton/zerodark-theme")
19710 (commit version)))
19711 (file-name (git-file-name name version))
19712 (sha256
19713 (base32
19714 "0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6"))))
19715 (build-system emacs-build-system)
19716 (propagated-inputs
19717 `(("emacs-flycheck" ,emacs-flycheck)
19718 ("emacs-all-the-icons" ,emacs-all-the-icons)))
19719 (home-page
19720 "https://gitlab.petton.fr/nico/zerodark-theme")
19721 (synopsis
19722 "Dark, medium contrast theme for Emacs")
19723 (description
19724 "Zerodark is a dark theme inspired from One Dark and Niflheim.
19725 An optional mode-line format can be enabled with @code{zerodark-setup-modeline-format}.")
19726 (license license:gpl3+)))
19727
19728 (define-public emacs-gnus-alias
19729 (package
19730 (name "emacs-gnus-alias")
19731 (version "20150316")
19732 (source (origin
19733 (method git-fetch)
19734 (uri (git-reference
19735 (url "https://github.com/hexmode/gnus-alias.git")
19736 (commit "9447d3ccb4c0e75d0468899cccff7aa249657bac")))
19737 (file-name (git-file-name name version))
19738 (sha256
19739 (base32
19740 "1i278npayv3kfxxd1ypi9n83q5l402sbc1zkm11pf8g006ifqsp4"))))
19741 (build-system emacs-build-system)
19742 (home-page "https://melpa.org/#/gnus-alias")
19743 (synopsis "Alternative to @code{gnus-posting-styles}")
19744 (description "This Emacs add-on provides a simple mechanism to switch
19745 Identities when using a @code{message-mode} or a @code{message-mode} derived
19746 mode. Identities can include @code{From} and @code{Organisation} headers,
19747 extra headers, body and signature. Other features include:
19748
19749 @itemize
19750 @item Switch Identities in a message buffer.
19751 @item Access original message to help determine Identity of the followup/reply
19752 message.
19753 @item Act on a forwarded message as if it were a message being replied to.
19754 @item Start a new message with a given Identity pre-selected.
19755 @end itemize")
19756 (license license:gpl2+)))
19757
19758 (define-public emacs-ox-epub
19759 (package
19760 (name "emacs-ox-epub")
19761 (version "0.3")
19762 (source (origin
19763 (method git-fetch)
19764 (uri (git-reference
19765 (url "https://github.com/ofosos/ox-epub.git")
19766 (commit (string-append "v" version))))
19767 (file-name (git-file-name name version))
19768 (sha256
19769 (base32
19770 "057sqmvm8hwkhcg3yd4i8zz2xlqsqrpyiklyiw750s3i5mxdn0k7"))))
19771 (build-system emacs-build-system)
19772 (home-page "https://github.com/ofosos/ox-epub")
19773 (synopsis "Export org mode projects to EPUB")
19774 (description "@code{ox-epub} extends the (X)HTML exporter to generate
19775 @code{.epub} files directly from OrgMode. This will export EPUB version 2,
19776 which should give broad compatibility. It should also be relatiely easy to
19777 convert the resulting @code{.epub} to a @code{.mobi} file. Needs a working
19778 zip utility (default is @code{zip}).")
19779 (license license:gpl3+)))
19780
19781 (define-public emacs-ox-hugo
19782 (package
19783 (name "emacs-ox-hugo")
19784 (version "0.8")
19785 (source
19786 (origin
19787 (method git-fetch)
19788 (uri (git-reference
19789 (url "https://github.com/kaushalmodi/ox-hugo.git")
19790 (commit (string-append "v" version))))
19791 (file-name (git-file-name name version))
19792 (sha256
19793 (base32
19794 "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
19795 (build-system emacs-build-system)
19796 (home-page "https://ox-hugo.scripter.co")
19797 (synopsis "Hugo markdown back-end for Org export engine")
19798 (description
19799 "Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible
19800 Markdown, Blackfriday, and also generates the front-matter in TOML or YAML
19801 format.")
19802 (license license:gpl3+)))
19803
19804 (define-public emacs-ox-pandoc
19805 (package
19806 (name "emacs-ox-pandoc")
19807 (version "20180510")
19808 (source (origin
19809 (method git-fetch)
19810 (uri (git-reference
19811 (url "https://github.com/kawabata/ox-pandoc.git")
19812 (commit "aa37dc7e94213d4ebedb85c384c1ba35007da18e")))
19813 (file-name (git-file-name name version))
19814 (sha256
19815 (base32
19816 "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
19817 (build-system emacs-build-system)
19818 (inputs
19819 `(("pandoc" ,ghc-pandoc)))
19820 (propagated-inputs
19821 `(("emacs-dash" ,emacs-dash)
19822 ("emacs-ht" ,emacs-ht)))
19823 (home-page "https://github.com/kawabata/ox-pandoc")
19824 (synopsis "Org exporter for Pandoc")
19825 (description "@code{ox-pandoc} is an exporter for converting Org-mode
19826 files to numerous other formats via Pandoc.")
19827 (license license:gpl3+)))
19828
19829 (define-public emacs-wc-mode
19830 (package
19831 (name "emacs-wc-mode")
19832 (version "1.3")
19833 (source (origin
19834 (method git-fetch)
19835 (uri (git-reference
19836 (url "https://github.com/bnbeckwith/wc-mode.git")
19837 (commit (string-append "v" version))))
19838 (file-name (git-file-name name version))
19839 (sha256
19840 (base32
19841 "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"))))
19842 (build-system emacs-build-system)
19843 (home-page "https://github.com/bnbeckwith/wc-mode")
19844 (synopsis "Running word count with goals (minor mode)")
19845 (description "@code{wc-mode} is a minor mode, providing a ‘wc’ function
19846 for Emacs buffers as well as a modeline addition with live word, line and
19847 character counts. Additionally, a user can set specific goals for adding or
19848 deleting words. These goals were partly inspired by 750words.com where the
19849 goal of the site is to encourage writing by setting a goal of 750 words at a
19850 time.")
19851 (license license:gpl3+)))
19852
19853 (define-public emacs-mastodon
19854 (package
19855 (name "emacs-mastodon")
19856 (version "0.9.0")
19857 (source (origin
19858 (method git-fetch)
19859 (uri (git-reference
19860 (url "https://github.com/jdenen/mastodon.el.git")
19861 (commit version)))
19862 (file-name (git-file-name name version))
19863 (sha256
19864 (base32
19865 "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"))))
19866 (build-system emacs-build-system)
19867 (arguments
19868 `(#:phases
19869 (modify-phases %standard-phases
19870 ;; Move the source files to the top level, which is included in
19871 ;; the EMACSLOADPATH.
19872 (add-after 'unpack 'move-source-files
19873 (lambda _
19874 (let ((el-files (find-files "./lisp" ".*\\.el$")))
19875 (for-each (lambda (f)
19876 (rename-file f (basename f)))
19877 el-files))
19878 #t)))))
19879 (home-page "https://github.com/jdenen/mastodon.el")
19880 (synopsis "Emacs client for Mastodon")
19881 (description "@code{mastodon.el} is an Emacs client for Mastodon, the
19882 federated microblogging social network.")
19883 (license license:gpl3+)))
19884
19885 ;; The last release tarball is for version 0.6. We pick a commit close to
19886 ;; version 0.6.10, which doesn't have a release tarball.
19887 (define-public emacs-ebdb
19888 (let ((commit "2a87f5ed2a53e3a4e91e8c88ba5afc49f5e945df")
19889 (revision "0"))
19890 (package
19891 (name "emacs-ebdb")
19892 (version (git-version "0.6.10" revision commit))
19893 (source (origin
19894 (method git-fetch)
19895 (uri (git-reference
19896 (url "https://github.com/girzel/ebdb.git")
19897 (commit commit)))
19898 (file-name (git-file-name name version))
19899 (sha256
19900 (base32
19901 "0fidy7z0c86dpqiss97sg5s92fd3fj4bdl8pqqdgg2m00jx4mrjz"))))
19902 (build-system emacs-build-system)
19903 (home-page "https://github.com/girzel/ebdb")
19904 (synopsis "EIEIO port of BBDB, Emacs's contact-management package")
19905 (description "EBDB is a contact management/addressbook package for
19906 Emacs. It's a re-write of the Insidious Big Brother Database (BBDB) using
19907 Emacs Lisp's (relatively new) EIEIO object oriented libraries.")
19908 (license license:gpl3+))))
19909
19910 (define-public emacs-refactor
19911 (package
19912 (name "emacs-refactor")
19913 (version "0.4")
19914 (source (origin
19915 (method git-fetch)
19916 (uri (git-reference
19917 (url "https://github.com/Wilfred/emacs-refactor.git")
19918 (commit version)))
19919 (file-name (git-file-name name version))
19920 (sha256
19921 (base32
19922 "1yky7vlv91501xb43xk19rr8mxlvrsxhawsc98jivf64nad5dqay"))))
19923 (build-system emacs-build-system)
19924 (propagated-inputs
19925 `(("emacs-dash" ,emacs-dash)
19926 ("emacs-s" ,emacs-s)
19927 ("emacs-popup" ,emacs-popup)
19928 ("emacs-list-utils" ,emacs-list-utils)
19929 ("emacs-iedit" ,emacs-iedit)))
19930 (home-page "https://github.com/Wilfred/emacs-refactor/")
19931 (synopsis "Language-specific refactoring in Emacs")
19932 (description "Emacs Refactor (EMR) is a framework for providing
19933 language-specific refactoring in Emacs. It includes refactoring commands for
19934 a variety of languages, including elisp itself.")
19935 (license license:gpl3+)))
19936
19937 (define-public emacs-flyspell-correct
19938 (package
19939 (name "emacs-flyspell-correct")
19940 (version "0.5")
19941 (source
19942 (origin
19943 (method git-fetch)
19944 (uri (git-reference
19945 (url "https://github.com/d12frosted/flyspell-correct.git")
19946 (commit (string-append "v" version))))
19947 (file-name (git-file-name name version))
19948 (sha256
19949 (base32
19950 "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"))))
19951 (build-system emacs-build-system)
19952 (propagated-inputs
19953 `(("emacs-helm" ,emacs-helm)
19954 ("emacs-ivy" ,emacs-ivy)
19955 ("emacs-popup" ,emacs-popup)))
19956 (home-page
19957 "https://github.com/d12frosted/flyspell-correct")
19958 (synopsis
19959 "Correcting words with flyspell via custom interfaces")
19960 (description
19961 "This package provides functionality for correcting words via custom
19962 interfaces. Several interfaces are supported beside the classic ido: popup,
19963 helm and ivy.")
19964 (license license:gpl3+)))
19965
19966 (define-public emacs-org-emms
19967 (let ((commit "07a8917f3d628c32e5de1dbd118ac08203772533")
19968 (revision "1"))
19969 (package
19970 (name "emacs-org-emms")
19971 (version
19972 (git-version "0.1" revision commit))
19973 (source
19974 (origin
19975 (method git-fetch)
19976 (uri (git-reference
19977 (url "https://gitlab.com/jagrg/org-emms.git")
19978 (commit commit)))
19979 (file-name (git-file-name name commit))
19980 (sha256
19981 (base32
19982 "1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d"))))
19983 (build-system emacs-build-system)
19984 (propagated-inputs
19985 `(("emms" ,emacs-emms)
19986 ("emacs-org" ,emacs-org)))
19987 (home-page "https://gitlab.com/jagrg/org-emms")
19988 (synopsis "Play multimedia files from org-mode")
19989 (description
19990 "This package provides a new org link type for playing back multimedia
19991 files from org-mode using EMMS, The Emacs Multimedia System. If the link
19992 contains a track position, playback will start at the specified position.")
19993 (license license:gpl3+))))
19994
19995 (define-public emacs-org-jira
19996 (package
19997 (name "emacs-org-jira")
19998 (version "4.3.1")
19999 (source
20000 (origin
20001 (method git-fetch)
20002 (uri (git-reference
20003 (url "https://github.com/ahungry/org-jira.git")
20004 (commit version)))
20005 (file-name (git-file-name name version))
20006 (sha256
20007 (base32
20008 "1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2"))))
20009 (build-system emacs-build-system)
20010 (propagated-inputs
20011 `(("emacs-request" ,emacs-request)
20012 ("emacs-s" ,emacs-s)
20013 ("emacs-dash" ,emacs-dash)
20014 ("emacs-org" ,emacs-org)))
20015 (home-page "https://github.com/ahungry/org-jira")
20016 (synopsis "Syncing between Jira and Org-mode")
20017 (description
20018 "This package provides an extension to org-mode for syncing issues with
20019 JIRA issue servers.")
20020 (license license:gpl3+)))
20021
20022 (define-public emacs-systemd-mode
20023 (package
20024 (name "emacs-systemd-mode")
20025 (version "1.6")
20026 (source (origin
20027 (method git-fetch)
20028 (uri (git-reference
20029 (url "https://github.com/holomorph/systemd-mode.git")
20030 (commit (string-append "v" version))))
20031 (file-name (git-file-name name version))
20032 (sha256
20033 (base32
20034 "0ylgnvpfindg4cxccbqy02ic7p0i9rygf1w16dm1filwhbqvjplq"))))
20035 (build-system emacs-build-system)
20036 (arguments '(#:include '("\\.el$" "\\.txt$")))
20037 (home-page "https://github.com/holomorph/systemd-mode")
20038 (synopsis
20039 "Major mode for editing systemd units")
20040 (description
20041 "Major mode for editing systemd units in GNU Emacs.")
20042 (license license:gpl3+)))
20043
20044 (define-public emacs-ssh-config-mode
20045 (let ((commit "4c1dfa57d452cb5654453bf186c8ff63e1e71b56")
20046 (revision "1"))
20047 (package
20048 (name "emacs-ssh-config-mode")
20049 (version (git-version "8.0" revision commit))
20050 (source
20051 (origin
20052 (method git-fetch)
20053 (uri
20054 (git-reference
20055 (url "https://github.com/jhgorrell/ssh-config-mode-el.git")
20056 (commit commit)))
20057 (file-name (git-file-name name commit))
20058 (sha256
20059 (base32
20060 "0crglfdazzckizbwzmgl2rn6j85avfzkr1q7ijxd17rp2anvr9bd"))))
20061 (build-system emacs-build-system)
20062 (arguments '(#:include '("\\.el$" "\\.txt$")))
20063 (home-page
20064 "https://github.com/jhgorrell/ssh-config-mode-el")
20065 (synopsis
20066 "Mode for fontification of ~/.ssh/config")
20067 (description
20068 "This package fontifies the ssh config keywords and creates
20069 keybindings for skipping from host section to host section.")
20070 (license license:gpl3+))))
20071
20072 (define-public emacs-ssh-agency
20073 (package
20074 (name "emacs-ssh-agency")
20075 (version "0.4")
20076 (source (origin
20077 (method git-fetch)
20078 (uri (git-reference
20079 (url "https://github.com/magit/ssh-agency.git")
20080 (commit version)))
20081 (file-name (git-file-name name version))
20082 (sha256
20083 (base32
20084 "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"))))
20085 (build-system emacs-build-system)
20086 (propagated-inputs
20087 `(("dash" ,emacs-dash)))
20088 (home-page "https://github.com/magit/ssh-agency")
20089 (synopsis "Manage @code{ssh-agent} from Emacs")
20090 (description
20091 "This package provides functions to startup @code{ssh-agent}, set the
20092 needed environment variables in Emacs, and prompt for passphrases from within
20093 Emacs so that pushes and pulls from @code{magit} will not require entering any
20094 passphrase.
20095
20096 It can also be useful on Unix-like platforms to delay having to enter your
20097 passphrase until the first time you push to a remote.")
20098 (license license:gpl3+)))
20099
20100 (define-public emacs-tao-theme
20101 (let ((commit "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c")
20102 (revision "0"))
20103 (package
20104 (name "emacs-tao-theme")
20105 (version (git-version "0" revision commit))
20106 (source
20107 (origin
20108 (method git-fetch)
20109 (uri (git-reference
20110 (url "https://github.com/11111000000/tao-theme-emacs.git")
20111 (commit commit)))
20112 (file-name (git-file-name name version))
20113 (sha256
20114 (base32
20115 "07vvlglmkj87hpxz79s3bl2cjn71vain57fdxs7j9vlr5jkchxwn"))))
20116 (build-system emacs-build-system)
20117 (home-page "https://github.com/11111000000/tao-theme-emacs")
20118 (synopsis "Parameterized uncolored color themes for Emacs")
20119 (description
20120 "This package provides two parameterized uncolored color themes for
20121 Emacs: @code{tao-yin} and @code{tao-yang}. The default
20122 @code{tao-theme-scale-fn} is @code{tao-theme-golden-scale}.
20123
20124 You can customize: @code{tao-theme-scale-fn}, that returns 16 2-digit numbers;
20125 @code{tao-theme-scale-filter-fn}, for edge filter; and
20126 @code{tao-theme-use-height}.")
20127 (license license:gpl3+))))
20128
20129 (define-public emacs-almost-mono-themes
20130 (let ((commit "c3a85c1a665530a5d830665969725cdba8eceb75")
20131 (revision "0"))
20132 (package
20133 (name "emacs-almost-mono-themes")
20134 (version (git-version "0" revision commit))
20135 (source
20136 (origin
20137 (method git-fetch)
20138 (uri (git-reference
20139 (url "https://github.com/cryon/almost-mono-themes.git")
20140 (commit commit)))
20141 (file-name (git-file-name name version))
20142 (sha256
20143 (base32
20144 "034k32xkr5ma415hlkbl35z0jxc4sa1inf87hg3y6lrlfl83fyjh"))))
20145 (build-system emacs-build-system)
20146 (home-page "https://github.com/cryon/almost-mono-themes")
20147 (synopsis "Almost monochromatic themes for emacs in a few variants")
20148 (description
20149 "This package provides a collection of almost monochrome Emacs themes:
20150 @code{almost-mono-black} and @code{almost-mono-white}.")
20151 (license license:gpl3+))))
20152
20153 (define-public emacs-quasi-monochrome
20154 (let ((commit "68060dbbc0bbfe4924387392874186c5a29bb434")
20155 (revision "0"))
20156 (package
20157 (name "emacs-quasi-monochrome")
20158 (version (git-version "1.2" revision commit))
20159 (source
20160 (origin
20161 (method git-fetch)
20162 (uri (git-reference
20163 (url "https://github.com/lbolla/emacs-quasi-monochrome.git")
20164 (commit commit)))
20165 (file-name (git-file-name name version))
20166 (sha256
20167 (base32
20168 "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22"))))
20169 (build-system emacs-build-system)
20170 (home-page "https://github.com/lbolla/emacs-quasi-monochrome")
20171 (synopsis "Dark color theme for Emacs")
20172 (description
20173 "This package provides a dark color theme with a black background, high
20174 contrast and few colors.")
20175 (license license:gpl3+))))
20176
20177 (define-public emacs-doom-themes
20178 (let ((commit "54039c5171e3f8c9cef1f82122549b66cd8c8f7b")
20179 (revision "4")
20180 (version "2.1.6"))
20181 (package
20182 (name "emacs-doom-themes")
20183 (version (git-version version revision commit))
20184 (source (origin
20185 (method git-fetch)
20186 (uri (git-reference
20187 (url "https://github.com/hlissner/emacs-doom-themes.git")
20188 (commit commit)))
20189 (file-name (git-file-name name version))
20190 (sha256
20191 (base32 "1iwdjq4q2gkhi6jwas3ywgmdz5dg14sfb3fzhqd7wih6j3i2l3cr"))))
20192 (build-system emacs-build-system)
20193 (native-inputs
20194 `(("emacs-ert-runner" ,emacs-ert-runner)))
20195 (arguments
20196 `(#:tests? #t
20197 #:test-command '("ert-runner")
20198 #:modules ((guix build emacs-build-system)
20199 (guix build utils)
20200 (guix build emacs-utils)
20201 (srfi srfi-1))
20202 #:phases
20203 (modify-phases %standard-phases
20204 (add-after 'unpack 'move-themes
20205 (lambda _
20206 ;; Move the source files to the top level, which is in the
20207 ;; EMACSLOADPATH.
20208 (for-each (lambda (f)
20209 (rename-file f (basename f)))
20210 (find-files "./themes" ".*\\.el$"))
20211 #t))
20212 ;; There is a byte-code overflow issue in the latest checkout
20213 ;; which affects byte-compilation for several (read `most') theme
20214 ;; files. In order to cope with this issue, we disable
20215 ;; byte-compilation until this issue is resolved.
20216 ;; <https://github.com/hlissner/emacs-doom-themes/issues/314>
20217 ;;
20218 ;; NOTE: Byte-comp has been disabled in/after commit 9cd6872.
20219 ;; However our method of selective disabling is preferential to
20220 ;; just widely disabling byte-compilation.
20221 (add-after 'move-themes 'disable-breaking-compilation
20222 (lambda _
20223 (for-each (lambda (file)
20224 (chmod file #o600) ; needed to write changes.
20225 (emacs-batch-disable-compilation file))
20226 (cons "doom-themes-ext-neotree.el"
20227 ;; NOTE: When updating this package, determine
20228 ;; whether changed theme files can byte-compile.
20229 ;; If they can successfully byte-compile, add them
20230 ;; to this list of exceptions.
20231 (lset-difference string-contains
20232 (find-files "." ".*-theme.el")
20233 '("material"
20234 "snazzy"
20235 "tomorrow-day"))))
20236 #t)))))
20237 (synopsis "Wide collection of color themes for Emacs")
20238 (description "Emacs-doom-themes contains numerous popular color themes for
20239 Emacs that integrate with major modes like Org-mode.")
20240 (home-page "https://github.com/hlissner/emacs-doom-themes")
20241 (license license:expat))))
20242
20243 (define-public emacs-modus-themes
20244 (package
20245 (name "emacs-modus-themes")
20246 (version "0.4.0")
20247 (source
20248 (origin
20249 (method git-fetch)
20250 (uri (git-reference
20251 (url "https://gitlab.com/protesilaos/modus-themes.git")
20252 (commit version)))
20253 (file-name (git-file-name name version))
20254 (sha256
20255 (base32 "0c4y3y9mjf6x2b9087fk6nkxvgvm9f5l1p2vdwqny80vp4krsb8r"))))
20256 (build-system emacs-build-system)
20257 (home-page "https://gitlab.com/protesilaos/modus-themes")
20258 (synopsis "Emacs themes designed for colour-contrast accessibility")
20259 (description
20260 "This is a set of accessible themes for GNU Emacs. The contrast ratio
20261 between foreground and background values should always be >= 7:1, which
20262 conforms with the WCAG AAA accessibility standard.
20263
20264 The Modus themes project consists of two standalone items, one where dark text
20265 is cast on a light backdrop (Modus Operandi) and another where light text is
20266 displayed against a dark background (Modus Vivendi).")
20267 (license license:gpl3+)))
20268
20269 (define-public emacs-punpun-theme
20270 (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65")
20271 (revision "0"))
20272 (package
20273 (name "emacs-punpun-theme")
20274 (version (git-version "0" revision commit))
20275 (source
20276 (origin
20277 (method git-fetch)
20278 (uri (git-reference
20279 (url "https://github.com/wasamasa/punpun-theme.git")
20280 (commit commit)))
20281 (file-name (git-file-name name version))
20282 (sha256
20283 (base32
20284 "1sgxrj3igzq86h3whfymxf4qzv9kpvcrlhbvjmnp7fwrplys0n7d"))))
20285 (build-system emacs-build-system)
20286 (home-page "https://github.com/wasamasa/punpun-theme")
20287 (synopsis "Bleak Emacs theme")
20288 (description
20289 "A bleak theme. Uses shades of gray and the occasional splash of
20290 color. Designed for 256-color terminals. Comes in light and dark!")
20291 (license license:gpl3+))))
20292
20293 (define-public emacs-elixir-mode
20294 (package
20295 (name "emacs-elixir-mode")
20296 (version "2.3.1")
20297 (source
20298 (origin
20299 (method git-fetch)
20300 (uri (git-reference
20301 (url "https://github.com/elixir-editors/emacs-elixir.git")
20302 (commit (string-append "v" version))))
20303 (file-name (git-file-name name version))
20304 (sha256
20305 (base32 "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg"))))
20306 (build-system emacs-build-system)
20307 (propagated-inputs
20308 `(("emacs-pkg-info" ,emacs-pkg-info)))
20309 (home-page
20310 "https://github.com/elixir-editors/emacs-elixir")
20311 (synopsis "Major mode for editing Elixir files")
20312 (description
20313 "Elixir-Mode Provides font-locking, indentation and navigation support
20314 for the Elixir programming language.")
20315 (license license:gpl3+)))
20316
20317 (define-public emacs-dimmer
20318 (package
20319 (name "emacs-dimmer")
20320 (version "0.3.0")
20321 (source
20322 (origin
20323 (method git-fetch)
20324 (uri (git-reference
20325 (url "https://github.com/gonewest818/dimmer.el.git")
20326 (commit version)))
20327 (file-name (git-file-name name version))
20328 (sha256
20329 (base32 "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif"))))
20330 (build-system emacs-build-system)
20331 (home-page "https://github.com/gonewest818/dimmer.el")
20332 (synopsis "Visually highlights the selected buffer in Emacs")
20333 (description "Dimmer provides a minor mode that indicates which buffer is
20334 currently active by dimming the faces in the other buffers. It does this
20335 nondestructively, and computes the dimmed faces dynamically such that your
20336 overall color scheme is shown in a muted form without requiring you to define
20337 what is a \"dim\" version of every face.")
20338 (license license:gpl3+)))
20339
20340 (define-public emacs-minibuffer-line
20341 (package
20342 (name "emacs-minibuffer-line")
20343 (version "0.1")
20344 (source
20345 (origin
20346 (method url-fetch)
20347 (uri (string-append
20348 "https://elpa.gnu.org/packages/minibuffer-line-"
20349 version
20350 ".el"))
20351 (sha256
20352 (base32 "1ny4iirp26na5118wfgxlv6fxlrdclzdbd9m0lkrv51w0qw7spil"))))
20353 (build-system emacs-build-system)
20354 (home-page "https://elpa.gnu.org/packages/minibuffer-line.html")
20355 (synopsis "Display status info in the minibuffer window")
20356 (description
20357 "This package lets you display various status information in the
20358 minibuffer window instead of the mode-line. Of course, this is only displayed
20359 when the minibuffer window is not already used for other things (e.g. a
20360 minibuffer or an each area message).
20361
20362 The contents and aspect is controlled by the @code{minibuffer-line-format}
20363 variable and the @code{minibuffer-line} face.")
20364 (license license:gpl3+)))
20365
20366 (define-public emacs-eshell-prompt-extras
20367 (package
20368 (name "emacs-eshell-prompt-extras")
20369 (version "1.0")
20370 (home-page "https://github.com/zwild/eshell-prompt-extras")
20371 (source
20372 (origin
20373 (method git-fetch)
20374 (uri (git-reference
20375 (url home-page)
20376 (commit version)))
20377 (file-name (git-file-name name version))
20378 (sha256
20379 (base32
20380 "0gb07mns23dgqqr6qfy7d6ndizy15sqgbgfaig6k5xbjnwi02v9g"))))
20381 (build-system emacs-build-system)
20382 (synopsis "Display extra information and color for your Eshell prompt")
20383 (description "This library displays various customizable elements for
20384 @code{eshell} prompts: remote user, remote host, python virtual environment
20385 info, git branch, git dirty info and git unpushed number. Multiple themes are
20386 available.")
20387 (license license:gpl3+)))
20388
20389 (define-public emacs-eshell-did-you-mean
20390 (package
20391 (name "emacs-eshell-did-you-mean")
20392 (version "0.1")
20393 (home-page "https://github.com/xuchunyang/eshell-did-you-mean")
20394 (source
20395 (origin
20396 (method git-fetch)
20397 (uri (git-reference
20398 (url home-page)
20399 (commit (string-append "v" version))))
20400 (file-name (git-file-name name version))
20401 (sha256
20402 (base32
20403 "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg"))))
20404 (build-system emacs-build-system)
20405 (synopsis "Display suggestions on 'command not found' in Eshell")
20406 (description "This library adds a list of 'Did you mean...' suggestions
20407 when the command was not found in Eshell. The suggestions are found after the
20408 commands that bear resemblance to the input command.")
20409 (license license:gpl3+)))
20410
20411 (define-public emacs-unfill
20412 (package
20413 (name "emacs-unfill")
20414 (version "0.2")
20415 (home-page "https://github.com/purcell/unfill")
20416 (source
20417 (origin
20418 (method git-fetch)
20419 (uri (git-reference
20420 (url home-page)
20421 (commit version)))
20422 (file-name (git-file-name name version))
20423 (sha256
20424 (base32 "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"))))
20425 (build-system emacs-build-system)
20426 (synopsis "Inverse of Emacs' @code{fill-paragraph} and @code{fill-region}")
20427 (description
20428 "The functions in this package provide the inverse of Emacs'
20429 @code{fill-paragraph} and @code{fill-region}.")
20430 (license license:gpl3+)))
20431
20432 (define-public emacs-windower
20433 (package
20434 (name "emacs-windower")
20435 (version "0.0.1")
20436 (home-page "https://gitlab.com/ambrevar/emacs-windower")
20437 (source
20438 (origin
20439 (method git-fetch)
20440 (uri (git-reference
20441 (url home-page)
20442 (commit version)))
20443 (file-name (git-file-name name version))
20444 (sha256
20445 (base32 "0h24gb1ip0czfasxm8wwcc3v19g7mznzw2sxkmmfb5iis59p7dfy"))))
20446 (build-system emacs-build-system)
20447 (synopsis "Helper functions for window manipulation in Emacs")
20448 (description
20449 "This package provides helper functions for window manipulation in Emacs,
20450 such as:
20451
20452 @itemize
20453 - switch to last buffer,
20454 - toggle single window display,
20455 - toggle between horizontal and vertical splits,
20456 - move borders more naturally,
20457 - swap windows à-la @code{windmove}.
20458 @end itemize\n")
20459 (license license:gpl3+)))
20460
20461 (define-public emacs-flycheck-cpplint
20462 (let ((commit "1d8a090861572258ab704915263feeb3a436c3d2")
20463 (revision "1"))
20464 (package
20465 (name "emacs-flycheck-cpplint")
20466 (version (git-version "0.1" revision commit))
20467 (source
20468 (origin
20469 (method git-fetch)
20470 (uri (git-reference
20471 (url "https://github.com/flycheck/flycheck-google-cpplint")
20472 (commit commit)))
20473 (file-name (git-file-name name version))
20474 (sha256
20475 (base32 "0l6sg83f6z8x2alnblpv03rj442sbnkkkcbf8i0agjmx3713a5yx"))))
20476 (build-system emacs-build-system)
20477 (arguments
20478 `(#:phases
20479 (modify-phases %standard-phases
20480 (add-after 'unpack 'set-cpplint-path
20481 (lambda _
20482 (substitute* "flycheck-google-cpplint.el"
20483 (("\"cpplint.py\"")
20484 (string-append "\"" (which "cpplint") "\"")))
20485 #t)))))
20486 (inputs
20487 `(("cpplint" ,cpplint)))
20488 (propagated-inputs
20489 `(("flycheck-mode" ,emacs-flycheck)))
20490 (synopsis "Google C++ checker for Flycheck")
20491 (description "This package provides a interface for @code{cpplint} over
20492 Flycheck plugin. @code{cpplint} is a static code checker for C++, following
20493 Google guidelines.")
20494 (home-page "https://github.com/flycheck/flycheck-google-cpplint")
20495 (license license:gpl3+))))
20496
20497 (define-public emacs-helm-fish-completion
20498 (package
20499 (name "emacs-helm-fish-completion")
20500 (version "0.2")
20501 (home-page "https://github.com/emacs-helm/helm-fish-completion")
20502 (source
20503 (origin
20504 (method git-fetch)
20505 (uri (git-reference
20506 (url home-page)
20507 (commit version)))
20508 (file-name (git-file-name name version))
20509 (sha256
20510 (base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896"))))
20511 (build-system emacs-build-system)
20512 (propagated-inputs
20513 `(("helm" ,emacs-helm)
20514 ("fish-completion" ,emacs-fish-completion)))
20515 (synopsis "Helm interface for Emacs fish-completion")
20516 (description "Helm Fish Completion is a Helm interface for Emacs
20517 fish-completion. It can be used in both Eshell and M-x shell.")
20518 (license license:gpl3+)))
20519
20520 (define-public emacs-telega
20521 ;; This package has versions newer than indicated on MELPA.
20522 ;; Get the current version from `telega-version` in telega.el.
20523 ;; or by running M-x telega-version.
20524 (let ((commit "ae09592498ce380e57fbb76725fd4c89ae248864")
20525 (revision "0")
20526 (version "0.6.0"))
20527 (package
20528 (name "emacs-telega")
20529 (version (git-version version revision commit))
20530 (source
20531 (origin
20532 (method git-fetch)
20533 (uri (git-reference
20534 (url "https://github.com/zevlg/telega.el.git")
20535 (commit commit)))
20536 (sha256
20537 (base32
20538 "0mv6i80958d9crzspzik5xh5g8326115bvg2frgv0dp9p6rm86m3"))
20539 (file-name (git-file-name name version))))
20540 (build-system gnu-build-system)
20541 (arguments
20542 `(#:modules ((guix build gnu-build-system)
20543 ((guix build emacs-build-system) #:prefix emacs:)
20544 (guix build utils)
20545 (guix build emacs-utils))
20546 #:imported-modules (,@%gnu-build-system-modules
20547 (guix build emacs-build-system)
20548 (guix build emacs-utils))
20549 #:test-target "test"
20550 #:make-flags (list "WITH_VOIP=t")
20551 #:phases
20552 (modify-phases %standard-phases
20553 (add-after 'unpack 'prefix-patch
20554 (lambda _
20555 (substitute* "server/Makefile"
20556 (("CC=cc")
20557 "CC=gcc")
20558 (("INSTALL_PREFIX=\\$\\(HOME\\)/.telega")
20559 (string-append "INSTALL_PREFIX=" (assoc-ref %outputs "out")
20560 "/bin"))
20561 ;; Manually invoke `run_tests.py` after install phase.
20562 (("python3 run_tests.py")
20563 ""))
20564 #t))
20565 (add-after 'unpack 'telega-paths-patch
20566 (lambda* (#:key inputs #:allow-other-keys)
20567 ;; Hard-code paths to `ffplay` and `ffmpeg`.
20568 (let ((ffplay-bin (string-append (assoc-ref inputs "ffmpeg")
20569 "/bin/ffplay"))
20570 (ffmpeg-bin (string-append (assoc-ref inputs "ffmpeg")
20571 "/bin/ffmpeg")))
20572 (substitute* "telega-ffplay.el"
20573 (("\\(executable-find \"ffplay\"\\)")
20574 (string-append
20575 "(and (file-executable-p \"" ffplay-bin "\")"
20576 "\"" ffplay-bin "\")"))
20577 (("\\(executable-find \"ffmpeg\"\\)")
20578 (string-append
20579 "(and (file-executable-p \"" ffmpeg-bin "\")"
20580 "\"" ffmpeg-bin "\")"))))
20581 ;; Modify telega-util to reflect unique dir name in
20582 ;; `telega-install-data' phase.
20583 (substitute* "telega-util.el"
20584 (("\\(concat \"etc/\" filename\\) telega--lib-directory")
20585 "(concat \"telega-data/\" filename)
20586 (locate-dominating-file telega--lib-directory
20587 \"telega-data\")"))
20588 #t))
20589 ;; The server test suite has a hardcoded path.
20590 ;; Reset this behavior to use the proper path.
20591 (add-after 'unpack 'server-suite-patch
20592 (lambda _
20593 (substitute* "server/run_tests.py"
20594 (("~/.telega/telega-server")
20595 (string-append (assoc-ref %outputs "out")
20596 "/bin/telega-server")))
20597 #t))
20598 (add-after 'install 'run-server-suite
20599 (lambda _
20600 (invoke "python3" "server/run_tests.py")
20601 #t))
20602 (delete 'configure)
20603 ;; Build emacs-side using `emacs-build-system'
20604 (add-after 'compress-documentation 'emacs-add-source-to-load-path
20605 (assoc-ref emacs:%standard-phases 'add-source-to-load-path))
20606 (add-after 'emacs-add-source-to-load-path 'emacs-install
20607 (assoc-ref emacs:%standard-phases 'install))
20608 ;; This step installs subdir /etc, which contains images, sounds and
20609 ;; various other data, next to the site-lisp dir.
20610 (add-after 'emacs-install 'telega-install-data
20611 (lambda* (#:key outputs #:allow-other-keys)
20612 (copy-recursively
20613 "etc"
20614 (string-append (assoc-ref outputs "out")
20615 "/share/emacs/telega-data/"))
20616 #t))
20617 (add-after 'telega-install-data 'emacs-build
20618 (assoc-ref emacs:%standard-phases 'build))
20619 (add-after 'emacs-build 'emacs-make-autoloads
20620 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
20621 (inputs
20622 `(("ffmpeg" ,ffmpeg))) ; mp4/gif support.
20623 (propagated-inputs
20624 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)
20625 ("emacs-company" ,emacs-company)
20626 ("libwebp" ,libwebp))) ; sticker support.
20627 (native-inputs
20628 `(("tdlib" ,tdlib)
20629 ("libtgvoip" ,libtgvoip) ; VoIP support.
20630 ("emacs" ,emacs)
20631 ("python" ,python)))
20632 (synopsis "GNU Emacs client for the Telegram messenger")
20633 (description
20634 "Telega is a full-featured, unofficial GNU Emacs-based client for the
20635 Telegram messaging platform.")
20636 (home-page "https://github.com/zevlg/telega.el")
20637 (license license:gpl3+))))
20638
20639 (define-public emacs-doom-modeline
20640 (package
20641 (name "emacs-doom-modeline")
20642 (version "2.8.2")
20643 (source (origin
20644 (method git-fetch)
20645 (uri (git-reference
20646 (url "https://github.com/seagle0128/doom-modeline.git")
20647 (commit (string-append "v" version))))
20648 (sha256
20649 (base32
20650 "11srz1mr821axggs2jcmdhihxx09a2dniqv3n039wbdfaimfaidz"))
20651 (file-name (git-file-name name version))))
20652 (build-system emacs-build-system)
20653 (arguments
20654 `(#:test-command '("ert-runner")))
20655 (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
20656 (propagated-inputs
20657 `(("emacs-all-the-icons" ,emacs-all-the-icons)
20658 ("emacs-shrink-path" ,emacs-shrink-path)))
20659 (synopsis "Fancy and fast mode-line inspired by minimalism design")
20660 (description "Doom modeline is a complete modeline for GNU Emacs inspired
20661 by the Doom theme collection. This modeline features support for mode-specific
20662 icon support, git integration, and several other utilities.")
20663 (home-page "https://github.com/seagle0128/doom-modeline/")
20664 (license license:gpl3+)))
20665
20666 (define-public emacs-shrink-path
20667 (package
20668 (name "emacs-shrink-path")
20669 (version "0.3.1")
20670 (source
20671 (origin
20672 (method git-fetch)
20673 (uri (git-reference
20674 (url "https://gitlab.com/bennya/shrink-path.el.git")
20675 (commit (string-append "v" version))))
20676 (sha256
20677 (base32
20678 "0kx0c4syd7k6ff9j463bib32pz4wq0rzjlg6b0yqnymlzfr1mbki"))
20679 (file-name (git-file-name name version))))
20680 (build-system emacs-build-system)
20681 (propagated-inputs
20682 `(("emacs-s" ,emacs-s)
20683 ("emacs-dash" ,emacs-dash)
20684 ("emacs-f" ,emacs-f)))
20685 (home-page "https://gitlab.com/bennya/shrink-path.el")
20686 (synopsis "Fish-style path truncation in emacs-lisp")
20687 (description "This package provides utility functions that allow for
20688 Fish-style truncated directories in eshell and various modelines.")
20689 (license license:gpl3+)))
20690
20691 (define-public emacs-org-present
20692 (let ((commit "d13acd70eff6a1608bc991920232146a0de76b21"))
20693 (package
20694 (name "emacs-org-present")
20695 (version "0.0.1")
20696 (source
20697 (origin
20698 (method git-fetch)
20699 (uri (git-reference
20700 (url "https://github.com/rlister/org-present.git")
20701 (commit commit)))
20702 (file-name (git-file-name name version))
20703 (sha256
20704 (base32
20705 "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q"))))
20706 (build-system emacs-build-system)
20707 (synopsis "Ultra-minimalist presentation minor-mode for Emacs org-mode")
20708 (description "Org-present is an extremely minimalist presentation tool
20709 for Emacs org-mode. Simply layout your presentation with each slide under a
20710 top-level header, start the minor mode with @code{org-present}, and page through
20711 each slide with left/right keys.")
20712 (home-page "https://github.com/rlister/org-present")
20713 (license license:gpl2))))
20714
20715 (define-public emacs-fullframe
20716 (package
20717 (name "emacs-fullframe")
20718 (version "0.5.0")
20719 (source
20720 (origin
20721 (method git-fetch)
20722 (uri (git-reference
20723 (url "https://github.com/tomterl/fullframe.git")
20724 (commit version)))
20725 (sha256
20726 (base32
20727 "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"))
20728 (file-name (git-file-name name version))))
20729 (build-system emacs-build-system)
20730 (home-page "https://github.com/tomterl/fullframe")
20731 (synopsis "Generalized automatic execution in a single frame")
20732 (description "This library provides helpers for single-window-per-frame
20733 execution of buffer-exposing commands.")
20734 (license license:gpl3+)))
20735
20736 (define-public emacs-eshell-toggle
20737 (let ((commit "ddfbe0a693497c4d4bc5494a19970ba4f6ab9033")
20738 (revision "1"))
20739 (package
20740 (name "emacs-eshell-toggle")
20741 (version (git-version "0.10.0" revision commit))
20742 (source
20743 (origin
20744 (method git-fetch)
20745 (uri (git-reference
20746 (url "https://github.com/4DA/eshell-toggle.git")
20747 (commit commit)))
20748 (sha256
20749 (base32
20750 "0xqrp8pwbmfxjdqipgpw5nw633mvhjjjm3k3j9sh9xdpmw05hhws"))
20751 (file-name (git-file-name name version))))
20752 (build-system emacs-build-system)
20753 (propagated-inputs
20754 `(("emacs-dash" ,emacs-dash)))
20755 (home-page "https://github.com/4DA/eshell-toggle")
20756 (synopsis "Show and hide an @code{eshell} instance")
20757 (description "This package toggles an @code{eshell} instance for the
20758 current buffer.")
20759 (license license:gpl3+))))
20760
20761 (define-public emacs-repl-toggle
20762 (package
20763 (name "emacs-repl-toggle")
20764 (version "0.6.1")
20765 (source
20766 (origin
20767 (method git-fetch)
20768 (uri (git-reference
20769 (url "https://github.com/tomterl/repl-toggle.git")
20770 (commit version)))
20771 (sha256
20772 (base32
20773 "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"))
20774 (file-name (git-file-name name version))))
20775 (build-system emacs-build-system)
20776 (propagated-inputs
20777 `(("emacs-fullframe" ,emacs-fullframe)))
20778 (home-page "https://github.com/tomterl/repl-toggle")
20779 (synopsis "Switch to and from current major mode's REPL")
20780 (description "This package provides a function to switch to and from a
20781 REPL appropriate to the current major mode.")
20782 (license license:gpl3+)))
20783
20784 (define-public emacs-blackout
20785 (let ((commit "4bac44671fca4c98d96aa94c79946bf4d4baf0ee")
20786 (revision "1"))
20787 (package
20788 (name "emacs-blackout")
20789 (version (git-version "1.0" revision commit))
20790 (source
20791 (origin
20792 (method git-fetch)
20793 (uri (git-reference
20794 (url "https://github.com/raxod502/blackout.git")
20795 (commit commit)))
20796 (sha256
20797 (base32
20798 "1wnh0nwy6r3a18sy9sqmrwv04vnmaflxy4g7mq8jiyyjijri7l1b"))
20799 (file-name (git-file-name name version))))
20800 (build-system emacs-build-system)
20801 (home-page "https://github.com/raxod502/blackout")
20802 (synopsis "Clean up mode lighters")
20803 (description "This package provides a function for hiding and customizing
20804 display of major and minor modes in the mode line.")
20805 (license license:gpl3+))))
20806
20807 (define-public emacs-ivy-omni-org
20808 (let ((commit "5460a9fc061a4a5ae8372dc8df966ced94abab58")
20809 (revision "1"))
20810 (package
20811 (name "emacs-ivy-omni-org")
20812 (version (git-version "0.2.1" revision commit))
20813 (source
20814 (origin
20815 (method git-fetch)
20816 (uri (git-reference
20817 (url "https://github.com/akirak/ivy-omni-org.git")
20818 (commit commit)))
20819 (file-name (git-file-name name version))
20820 (sha256
20821 (base32
20822 "1np1f51hc3phkl5w02a9a79gl38ra2d535i784fn4pqaasvm0rq8"))))
20823 (build-system emacs-build-system)
20824 (propagated-inputs
20825 `(("emacs-ivy" ,emacs-ivy)
20826 ("emacs-dash" ,emacs-dash)))
20827 (synopsis "Browse anything in Org mode")
20828 (description "This package allows Org items to be accessed via the Ivy
20829 interface.")
20830 (home-page "https://github.com/akirak/ivy-omni-org")
20831 (license license:gpl3+))))
20832
20833 (define-public emacs-shackle
20834 (let ((commit "7ccbe513852a1d1700b698547efca14b8940319d")
20835 (revision "1"))
20836 (package
20837 (name "emacs-shackle")
20838 (version (git-version "1.0.3" revision commit))
20839 (source
20840 (origin
20841 (method git-fetch)
20842 (uri (git-reference
20843 (url "https://github.com/wasamasa/shackle.git")
20844 (commit commit)))
20845 (file-name (git-file-name name version))
20846 (sha256
20847 (base32
20848 "0agsp8ia4irr540r898ifhjqp28n1zsq1pilv1kc272spn3qhvp9"))))
20849 (build-system emacs-build-system)
20850 (synopsis "Enforce rules for popups")
20851 (description "This package provides a global minor mode in which users
20852 can specify how popup-displaying functions occupy the screen.")
20853 (home-page "https://github.com/wasamasa/shackle")
20854 (license license:gpl3+))))
20855
20856 (define-public emacs-helm-lacarte
20857 (let ((commit "40a6c449720be521435b6b1da7911af3a0b9dca0")
20858 (revision "1"))
20859 (package
20860 (name "emacs-helm-lacarte")
20861 (version (git-version "0" revision commit))
20862 (source
20863 (origin
20864 (method git-fetch)
20865 (uri (git-reference
20866 (url "https://github.com/emacs-helm/helm-lacarte.git")
20867 (commit commit)))
20868 (file-name (git-file-name name version))
20869 (sha256
20870 (base32
20871 "0dkfd3lap2v7b4nckzv8v7hczmzwzhbl75haqkra107ln91ldbwc"))))
20872 (build-system emacs-build-system)
20873 (propagated-inputs
20874 `(("emacs-helm" ,emacs-helm)
20875 ("emacs-lacarte" ,emacs-lacarte)))
20876 (synopsis "Helm interface to @code{lacarte.el}")
20877 (description "This package provides a Helm interface to
20878 @code{lacarte.el}, a package that displays mode-specific commands as menu
20879 items.")
20880 (home-page "https://github.com/emacs-helm/helm-lacarte")
20881 (license license:gpl3+))))
20882
20883 (define-public emacs-esh-help
20884 (let ((commit "417673ed18a983930a66a6692dbfb288a995cb80")
20885 (revision "1"))
20886 (package
20887 (name "emacs-esh-help")
20888 (version (git-version "1.0.1" revision commit))
20889 (source
20890 (origin
20891 (method git-fetch)
20892 (uri (git-reference
20893 (url "https://github.com/tom-tan/esh-help.git")
20894 (commit commit)))
20895 (file-name (git-file-name name version))
20896 (sha256
20897 (base32
20898 "0x7d51a6ljl014zy7mi27vzcqqbcwg9z4drq29fr2ajk82mqhlgd"))))
20899 (build-system emacs-build-system)
20900 (propagated-inputs
20901 `(("emacs-dash" ,emacs-dash)))
20902 (synopsis "Help functions for Eshell")
20903 (description "This package provides a @code{run-help} function inspired
20904 by @code{zsh} as well as @code{eldoc} support.")
20905 (home-page "https://github.com/tom-tan/esh-help")
20906 (license license:gpl3+))))
20907
20908 (define-public emacs-isearch-dabbrev
20909 (let ((commit "1efe7abba4923015cbc2462395deaec5446a9cc8")
20910 (revision "1"))
20911 (package
20912 (name "emacs-isearch-dabbrev")
20913 (version (git-version "0.1" revision commit))
20914 (source
20915 (origin
20916 (method git-fetch)
20917 (uri (git-reference
20918 (url "https://github.com/Dewdrops/isearch-dabbrev.git")
20919 (commit commit)))
20920 (file-name (git-file-name name version))
20921 (sha256
20922 (base32
20923 "17d0816awadvsw1qc7r0p6ira75jmgxaj9hsk9ypayxsaf6ynyrb"))))
20924 (build-system emacs-build-system)
20925 (synopsis "Use @code{dabbrev} within @code{isearch}")
20926 (description "This package allows @code{dabbrev-expand} to be used
20927 within @code{isearch-mode}.")
20928 (home-page "https://github.com/Dewdrops/isearch-dabbrev")
20929 (license license:gpl3+))))
20930
20931 (define-public emacs-helm-linux-disks
20932 (let ((commit "2cdc8116a08534289eb0dc76461d0f93a0bdf231")
20933 (revision "1"))
20934 (package
20935 (name "emacs-helm-linux-disks")
20936 (version (git-version "0.1" revision commit))
20937 (source
20938 (origin
20939 (method git-fetch)
20940 (uri (git-reference
20941 (url "https://github.com/Akirak/helm-linux-disks.git")
20942 (commit commit)))
20943 (file-name (git-file-name name version))
20944 (sha256
20945 (base32
20946 "1limw82zd8jz3mhh9rqlmhj4cjhfgybs9argfjid1an3vpyhc85i"))))
20947 (build-system emacs-build-system)
20948 (propagated-inputs
20949 `(("emacs-helm" ,emacs-helm)))
20950 (synopsis "Mount/unmount volumes in Linux via Helm")
20951 (description "This package provides a Helm interface to run operations
20952 on removable volumes in Linux.")
20953 (home-page "https://github.com/Akirak/helm-linux-disks")
20954 (license license:gpl3+))))
20955
20956 (define-public emacs-psession
20957 (let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
20958 (revision "1"))
20959 (package
20960 (name "emacs-psession")
20961 (version (git-version "1.5" revision commit))
20962 (source
20963 (origin
20964 (method git-fetch)
20965 (uri (git-reference
20966 (url "https://github.com/thierryvolpiatto/psession.git")
20967 (commit commit)))
20968 (file-name (git-file-name name version))
20969 (sha256
20970 (base32
20971 "15frl618393bc891d0yi3mdxzvbq790a86vfvp3dyd5riz4ddg95"))))
20972 (build-system emacs-build-system)
20973 (propagated-inputs
20974 `(("emacs-async" ,emacs-async)))
20975 (synopsis "Persistent save of @code{elisp} objects.")
20976 (description "This package provides minor modes for saving Emacs session
20977 data, including buffers, window configuration, variables, and more.")
20978 (home-page "https://github.com/thierryvolpiatto/psession")
20979 (license license:gpl3+))))
20980
20981 (define-public emacs-parseedn
20982 (package
20983 (name "emacs-parseedn")
20984 (version "0.1.0")
20985 (source
20986 (origin
20987 (method git-fetch)
20988 (uri (git-reference
20989 (url "https://github.com/clojure-emacs/parseedn.git")
20990 (commit (string-append "v" version))))
20991 (file-name (git-file-name name version))
20992 (sha256
20993 (base32
20994 "11wi3hwcgmy54p6ivpijqm7v0hj6j75a19qk5z779bqfrp79b4pc"))))
20995 (build-system emacs-build-system)
20996 (propagated-inputs
20997 `(("emacs-a" ,emacs-a)
20998 ("emacs-parseclj" ,emacs-parseclj)))
20999 (home-page "https://cider.mx")
21000 (synopsis "EDN parser for Emacs Lisp")
21001 (description
21002 "An Emacs Lisp library for parsing EDN (Clojure) data.
21003 It uses parseclj's shift-reduce parser internally.")
21004 (license license:gpl3+)))
21005
21006 (define-public emacs-parseclj
21007 (package
21008 (name "emacs-parseclj")
21009 (version "0.1.0")
21010 (source
21011 (origin
21012 (method git-fetch)
21013 (uri (git-reference
21014 (url "https://github.com/clojure-emacs/parseclj.git")
21015 (commit (string-append "v" version))))
21016 (file-name (git-file-name name version))
21017 (sha256
21018 (base32
21019 "03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr"))))
21020 (build-system emacs-build-system)
21021 (propagated-inputs `(("emacs-a" ,emacs-a)))
21022 (home-page "https://cider.mx")
21023 (synopsis "Clojure parser for Emacs Lisp")
21024 (description
21025 "An Emacs Lisp library for parsing Clojure code and EDN data.
21026 It supports several input and output formats, all powered by the
21027 same shift-reduce parser function.")
21028 (license license:gpl3+)))
21029
21030 (define-public emacs-hide-mode-line
21031 (package
21032 (name "emacs-hide-mode-line")
21033 (version "1.0.2")
21034 (source (origin
21035 (method git-fetch)
21036 (uri (git-reference
21037 (url "https://github.com/hlissner/emacs-hide-mode-line.git")
21038 (commit (string-append "v" version))))
21039 (file-name (git-file-name name version))
21040 (sha256
21041 (base32
21042 "0dfzjgxfkcw4wisbyldsm1km18pfp9j8xgadn6qnsz11l55bpgyp"))))
21043 (build-system emacs-build-system)
21044 (synopsis "Emacs plugin that hides the mode-line")
21045 (description "A minor mode that hides the mode-line in your current
21046 buffer. It can be used to toggle an alternative mode-line, toggle its visibility,
21047 or simply disable the mode-line in buffers where it is not very useful.")
21048 (home-page "https://github.com/hlissner/emacs-hide-mode-line")
21049 (license license:expat)))
21050
21051 (define-public emacs-helm-cider
21052 ;; No new release since March 2018.
21053 (let ((commit "9363cc537f06233345aa3af5cd46aa5681ad607b"))
21054 (package
21055 (name "emacs-helm-cider")
21056 (version (git-version "0.4.0" "1" commit))
21057 (home-page "https://github.com/clojure-emacs/helm-cider")
21058 (source (origin
21059 (method git-fetch)
21060 (uri (git-reference
21061 (url home-page)
21062 (commit commit)))
21063 (file-name (git-file-name name version))
21064 (sha256
21065 (base32
21066 "0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7"))))
21067 (build-system emacs-build-system)
21068 (propagated-inputs
21069 `(("emacs-helm" ,emacs-helm)
21070 ("emacs-cider" ,emacs-cider)))
21071 (synopsis "Helm interface to Clojure's CIDER")
21072 (description "Helm-CIDER adds Helm interfaces to
21073 @command{cider-apropos}, @command{cider-apropos-documentation},
21074 @command{cider-browse-ns} (namespaces).
21075
21076 It also provides original Helm commands: @command{helm-cider-spec},
21077 @command{helm-cider-spec-ns}, @command{helm-cider-repl-history},
21078 @command{helm-cider-cheatsheet}.")
21079 (license license:gpl3+))))
21080
21081 (define-public emacs-edn
21082 ;; No release since February 2016
21083 (let ((commit "be9e32d1b49e35247b263b0243df7cfdc8d413ab"))
21084 (package
21085 (name "emacs-edn")
21086 (version (git-version "1.1.2" "1" commit))
21087 (home-page "https://github.com/expez/edn.el")
21088 (source (origin
21089 (method git-fetch)
21090 (uri (git-reference
21091 (url home-page)
21092 (commit commit)))
21093 (file-name (git-file-name name version))
21094 (sha256
21095 (base32
21096 "1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l"))))
21097 (build-system emacs-build-system)
21098 (propagated-inputs
21099 `(("emacs-peg" ,emacs-peg)))
21100 (synopsis "Read and write EDN from Elisp")
21101 (description "This is an Emacs Lisp library for reading and writing the
21102 data format @code{edn}. See @url{https://github.com/edn-format/edn}.")
21103 (license license:gpl3+))))
21104
21105 (define-public emacs-helm-clojuredocs
21106 (let ((commit "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea"))
21107 (package
21108 (name "emacs-helm-clojuredocs")
21109 (version (git-version "0.3" "1" commit))
21110 (home-page "https://github.com/mbuczko/helm-clojuredocs")
21111 (source (origin
21112 (method git-fetch)
21113 (uri (git-reference
21114 (url home-page)
21115 (commit commit)))
21116 (file-name (git-file-name name version))
21117 (sha256
21118 (base32
21119 "015b8zxh91ljhqvn6z43gy08di54xcw9skw0i7frj3d7gk984qhl"))))
21120 (build-system emacs-build-system)
21121 (propagated-inputs
21122 `(("emacs-helm" ,emacs-helm)
21123 ("emacs-edn" ,emacs-edn)))
21124 (synopsis "Search help on clojuredocs.org with Helm")
21125 (description "This package provides a Helm interface to lookup Clojure
21126 documentation on @url{https://clojuredocs.org} with Helm.
21127
21128 Two function are exposed:
21129 @itemize
21130 @item @command{helm-clojuredocs}: opens a Helm session with no initial
21131 pattern. Searching starts with minimal 3 characters entered.
21132 @item @command{helm-clojuredocs-at-point}: opens a Helm session with initial
21133 pattern guessed from thing under current cursor position.
21134 @end itemize\n")
21135 (license license:gpl3+))))
21136
21137 (define-public emacs-metal-mercury-mode
21138 (let ((commit "99e2d8fb7177cae3bfa2dec2910fc28216d5f5a8")
21139 (revision "1")
21140 (version "0.0.0"))
21141 (package
21142 (name "emacs-metal-mercury-mode")
21143 (version (git-version version revision commit))
21144 (source
21145 (origin
21146 (method git-fetch)
21147 (uri (git-reference
21148 (url "https://github.com/ahungry/metal-mercury-mode.git")
21149 (commit commit)))
21150 (sha256
21151 (base32
21152 "0iil5k3rgifz2vqwsy12rbv5rzyvidq4sgwazsb2hzys8xynmfn5"))
21153 (file-name (git-file-name name version))))
21154 (build-system emacs-build-system)
21155 (propagated-inputs
21156 `(("emacs-dash" ,emacs-dash)))
21157 (synopsis "Major mode for editing Mercury files")
21158 (description
21159 "Major mode for editing Mercury files. This is a rewrite of the original
21160 mercury-mode provided by Emacs as a wrapper around prolog-mode.")
21161 (home-page "https://github.com/ahungry/metal-mercury-mode")
21162 (license license:gpl3+))))
21163
21164 (define-public emacs-boxquote
21165 ;; The following commit is 2.1 release with a switch to GPL3+ license.
21166 (let ((commit "7e47e0e2853bc1215739b2e28f260e9eed93b2c5")
21167 (revision "0"))
21168 (package
21169 (name "emacs-boxquote")
21170 (version (git-version "2.1" revision commit))
21171 (source
21172 (origin
21173 (method git-fetch)
21174 (uri (git-reference
21175 (url "https://github.com/davep/boxquote.el.git")
21176 (commit commit)))
21177 (file-name (git-file-name name version))
21178 (sha256
21179 (base32 "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"))))
21180 (build-system emacs-build-system)
21181 (home-page "https://github.com/davep/boxquote.el")
21182 (synopsis "Quote text with different kinds of boxes")
21183 (description "@code{boxquote} provides a set of functions for using
21184 a text quoting style that partially boxes in the left hand side of an area of
21185 text, such a marking style might be used to show externally included text or
21186 example code.")
21187 (license license:gpl3+))))
21188
21189 (define-public emacs-company-ebdb
21190 (package
21191 (name "emacs-company-ebdb")
21192 (version "1.1")
21193 (source
21194 (origin
21195 (method url-fetch)
21196 (uri (string-append "https://elpa.gnu.org/packages/"
21197 "company-ebdb-" version ".el"))
21198 (sha256
21199 (base32 "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"))))
21200 (build-system emacs-build-system)
21201 (propagated-inputs
21202 `(("emacs-company" ,emacs-company)))
21203 (home-page "https://elpa.gnu.org/packages/company-ebdb.html")
21204 (synopsis "Company completion backend for EBDB in Message mode")
21205 (description "@code{company-ebdb} provides Company mode integration for
21206 EBDB. It is copied more or less intact from @code{company-bbdb}, originally
21207 by Jan Tatarik.")
21208 (license license:gpl3+)))
21209
21210 (define-public emacs-mwim
21211 ;; Use the latest commit not in a release version as of yet, since it
21212 ;; contains a bug fix for the cases where `comment-start-skip' is nil.
21213 (let ((commit "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85")
21214 (revision "0"))
21215 (package
21216 (name "emacs-mwim")
21217 (version (git-version "0.4" revision commit))
21218 (source
21219 (origin
21220 (method git-fetch)
21221 (uri (git-reference
21222 (url "https://github.com/alezost/mwim.el.git")
21223 (commit commit)))
21224 (file-name (git-file-name name version))
21225 (sha256
21226 (base32 "0l3k611gp9g2x2vfmh92wnhnda81dslpwwpb8mxmzk308man77ya"))))
21227 (build-system emacs-build-system)
21228 (home-page "https://github.com/alezost/mwim.el")
21229 (synopsis "Move to the beginning/end of line, code or comment")
21230 (description "@code{mwim} provides several commands to switch between
21231 various line positions, like moving to the beginning/end of code, line, or
21232 comment.")
21233 (license license:gpl3+))))
21234
21235 (define-public emacs-delight
21236 (package
21237 (name "emacs-delight")
21238 (version "1.5")
21239 (source
21240 (origin
21241 (method url-fetch)
21242 (uri (string-append "https://elpa.gnu.org/packages/"
21243 "delight-" version ".el"))
21244 (sha256
21245 (base32 "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7"))))
21246 (build-system emacs-build-system)
21247 (home-page "https://elpa.gnu.org/packages/delight.html")
21248 (synopsis "Dimmer switch for your mode-line lighter text")
21249 (description "@code{delight} enables customizing or hiding the
21250 mode-line text (lighter) of major and minor modes.")
21251 (license license:gpl3+)))
21252
21253 (define-public emacs-unkillable-scratch
21254 ;; Use the latest (unreleased) commit as of now, since it contains a handy
21255 ;; `unkillable-scratch-do-not-reset-scratch-buffer' customization to not
21256 ;; repopulate the scratch buffer with `initial-scratch-message'.
21257 (let ((commit "b24c2a760529833f230c14cb02ff6e7ec92288ab")
21258 (revision "0"))
21259 (package
21260 (name "emacs-unkillable-scratch")
21261 (version (git-version "1.0.0" revision commit))
21262 (source
21263 (origin
21264 (method git-fetch)
21265 (uri (git-reference
21266 (url "https://github.com/EricCrosson/unkillable-scratch.git")
21267 (commit commit)))
21268 (file-name (git-file-name name version))
21269 (sha256
21270 (base32 "13wjbcxr3km4s96yhpavgs5acs5pvqv3ih1p84diqb3x3i6wd4pa"))))
21271 (build-system emacs-build-system)
21272 (home-page "https://github.com/EricCrosson/unkillable-scratch")
21273 (synopsis "Prevents the *scratch* buffer from being killed")
21274 (description "@code{unkillable-scratch} helps prevent killing buffers
21275 matching a given regexp.")
21276 (license license:gpl2+))))
21277
21278 (define-public emacs-switch-buffer-functions
21279 (package
21280 (name "emacs-switch-buffer-functions")
21281 (version "0.0.1")
21282 (source
21283 (origin
21284 (method git-fetch)
21285 (uri (git-reference
21286 (url "https://github.com/10sr/switch-buffer-functions-el.git")
21287 (commit (string-append "v" version))))
21288 (file-name (git-file-name name version))
21289 (sha256
21290 (base32 "0pq53b8wrjbrxd5hnrcdi0z7mffp4bax55hn90k9ca3j76lhbn1k"))))
21291 (build-system emacs-build-system)
21292 (home-page "https://github.com/10sr/switch-buffer-functions-el")
21293 (synopsis "Hooks run when switching current buffer")
21294 (description "This package provides a hook variable
21295 @code{switch-buffer-functions}. The hooks will be run when the current buffer
21296 is changed after an interactive command, i.e., when @code{post-command-hook}
21297 hooks are run. The hooked functions will be called with both the previous and
21298 the current buffer.")
21299 (license license:unlicense)))
21300
21301 (define-public emacs-erc-scrolltoplace
21302 (package
21303 (name "emacs-erc-scrolltoplace")
21304 (version "0.1.0")
21305 (source
21306 (origin
21307 (method git-fetch)
21308 (uri (git-reference
21309 (url "https://gitlab.com/jgkamat/erc-scrolltoplace.git")
21310 (commit version)))
21311 (file-name (git-file-name name version))
21312 (sha256
21313 (base32 "11zpqwh1mlfifbgnvhc63bvnhg340jgxssm3m43hr1sxsyb52lh6"))))
21314 (build-system emacs-build-system)
21315 (propagated-inputs
21316 `(("emacs-switch-buffer-functions" ,emacs-switch-buffer-functions)))
21317 (home-page "https://gitlab.com/jgkamat/erc-scrolltoplace")
21318 (synopsis "ERC module to replace scrolltobottom while using keep-place")
21319 (description "@code{erc-scrolltoplace} is an ERC module to try
21320 to emulate @code{scrolltobottom} while @code{keep-place} is enabled.")
21321 (license license:gpl3+)))
21322
21323 (define-public emacs-dmenu
21324 ;; Use the latest commit, as there are no tagged releases.
21325 (let ((commit "e8cc9b27c79d3ecc252267c082ab8e9c82eab264")
21326 (revision "0"))
21327 (package
21328 (name "emacs-dmenu")
21329 (version (git-version "0.1" revision commit))
21330 (source
21331 (origin
21332 (method git-fetch)
21333 (uri (git-reference
21334 (url "https://github.com/lujun9972/el-dmenu.git")
21335 (commit commit)))
21336 (file-name (git-file-name name version))
21337 (sha256
21338 (base32 "098ncygms1r33zhjlq4fj2p4jc91v5whqrm3fazzdk7sd6dilf25"))))
21339 (build-system emacs-build-system)
21340 (home-page "https://github.com/lujun9972/el-dmenu")
21341 (synopsis "Simulate the @command{dmenu} command line program")
21342 (description "This package provides a @command{dmenu} command for
21343 launching other commands/applications from within Emacs, similar to the
21344 @command{dmenu} program. This is especially useful when using EXWM.")
21345 (license license:gpl3+))))
21346
21347 (define-public emacs-no-littering
21348 (package
21349 (name "emacs-no-littering")
21350 (version "1.0.3")
21351 (source
21352 (origin
21353 (method git-fetch)
21354 (uri (git-reference
21355 (url "https://github.com/emacscollective/no-littering.git")
21356 (commit (string-append "v" version))))
21357 (file-name (git-file-name name version))
21358 (sha256
21359 (base32 "17is06l0w6glppabv2kaclrnqi3dqb6p6alpslpg7lrjd8vd45ir"))))
21360 (build-system emacs-build-system)
21361 (home-page "https://github.com/emacscollective/no-littering")
21362 (synopsis "Help keep ~/.emacs.d/ clean")
21363 (description "The default paths used to store configuration files and
21364 persistent data are not consistent across Emacs packages, be them built-in or
21365 third-party ones. @code{no-littering} sets out to help clean
21366 @file{~/.emacs.d/} by putting configuration files and persistent data files in
21367 two user-defined directories, as well as using more descriptive names for
21368 files and subdirectories when appropriate.")
21369 (license license:gpl3+)))
21370
21371 (define-public emacs-message-x
21372 ;; Use the latest commit, as there are no tagged releases.
21373 (let ((commit "5524de7bbfdd8749c110f48de5afb024d9f83133")
21374 (revision "0"))
21375 (package
21376 (name "emacs-message-x")
21377 (version (git-version "1.23" revision commit))
21378 (source
21379 (origin
21380 (method git-fetch)
21381 (uri (git-reference
21382 (url "https://github.com/emacsmirror/message-x.git")
21383 (commit commit)))
21384 (file-name (git-file-name name version))
21385 (sha256
21386 (base32 "0qy1xf11j357lsnbb829hnbg7fq1cii4cx54fwf0wgjh1bv2abvj"))))
21387 (build-system emacs-build-system)
21388 (home-page "https://www.emacswiki.org/emacs/message-x.el")
21389 (synopsis "Customizable completion in message headers")
21390 (description "@code{message-x} assigns a context-sensitive function to
21391 the TAB key in Message mode. When on a header line, it performs completion
21392 based on which header we are in (for example, newsgroup name completion makes
21393 sense on the @samp{Newsgroups} header, whereas mail alias expansion makes
21394 sense in the @samp{To} and @samp{Cc} headers). When in the message body, this
21395 executes a different function (default: @code{indent-relative}).")
21396 (license license:gpl2+))))
21397
21398 (define-public emacs-gnus-harvest
21399 (let ((commit "feda071a87b799bd5d23cacde3ee71f0b166e75d")
21400 (revision "0"))
21401 (package
21402 (name "emacs-gnus-harvest")
21403 (version (git-version "1.0" revision commit))
21404 (source
21405 (origin
21406 (method git-fetch)
21407 (uri (git-reference
21408 (url "https://github.com/jwiegley/gnus-harvest.git")
21409 (commit commit)))
21410 (file-name (git-file-name name version))
21411 (sha256
21412 (base32 "08zb7vc3v3wdxkzgi902vlc5ybfvm8fxrvm5drnwfsjj9873pbcb"))))
21413 (build-system emacs-build-system)
21414 (inputs
21415 `(("sqlite" ,sqlite)))
21416 (arguments
21417 `(#:phases
21418 (modify-phases %standard-phases
21419 (add-before 'build 'patch-exec-paths
21420 (lambda* (#:key inputs #:allow-other-keys)
21421 (let ((sqlite (assoc-ref inputs "sqlite"))
21422 (file "gnus-harvest.el"))
21423 (make-file-writable file)
21424 (emacs-substitute-variables file
21425 ("gnus-harvest-sqlite-program"
21426 (string-append sqlite "/bin/sqlite3"))))
21427 #t)))))
21428 (home-page "https://github.com/jwiegley/gnus-harvest")
21429 (synopsis
21430 "Harvest email addresses from read/written Gnus articles")
21431 (description "@code{gnus-harvest} notices email address in every message
21432 or post you read or write, and collects them in a SQLite database, which can
21433 be easily and quickly queried to determine the completion list. It optionally
21434 uses BBDB and Message-X.")
21435 (license license:gpl3+))))
21436
21437 (define-public emacs-auto-dictionary-mode
21438 (package
21439 (name "emacs-auto-dictionary-mode")
21440 (version "1.1")
21441 (source
21442 (origin
21443 (method git-fetch)
21444 (uri (git-reference
21445 (url "https://github.com/nschum/auto-dictionary-mode")
21446 (commit version)))
21447 (file-name (git-file-name name version))
21448 (sha256
21449 (base32 "191294k92qp8gmfypf0q8j8qrym96aqikzvyb9p03wqvbr3r1dsk"))))
21450 (build-system emacs-build-system)
21451 (home-page "http://nschum.de/src/emacs/auto-dictionary/")
21452 (synopsis "Automatic dictionary switcher for Emacs spell checking")
21453 (description "@code{auto-dictionary} is a minor mode that hooks into
21454 Flyspell's on-the-fly spell checking and extends these checks to also detect
21455 language. Auto-dictionary then sets @code{ispell-dictionary} to use the
21456 detected language.")
21457 (license license:gpl2+)))