gnu: emacs-geiser: Declare a source file-name.
[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 "http://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 "4e323bc28da2f07fd799b6a31b94fd93848b5f3c")
7384 (revision "2"))
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 "16sc33jhc6ik4ilsyqc3cjpi6v0wdmwjlwrzjwd6yym11bscsmad"))))
7399 (build-system emacs-build-system)
7400 (propagated-inputs
7401 `(("emacs-sly" ,emacs-sly)))
7402 (arguments
7403 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
7404 (synopsis "ASDF contrib for SLY")
7405 (description
7406 "@command{sly-asdf} is an external contrib for SLY that provides
7407 additional support for working with ASDF projects.")
7408 (license license:gpl3+))))
7409
7410 (define-public emacs-sly-named-readtables
7411 (let ((commit "a5a42674ccffa97ccd5e4e9742beaf3ea719931f")
7412 (revision "1"))
7413 (package
7414 (name "emacs-sly-named-readtables")
7415 (version (git-version "0.1" revision commit))
7416 (home-page "https://github.com/joaotavora/sly-named-readtables")
7417 (source
7418 (origin
7419 (method git-fetch)
7420 (uri (git-reference
7421 (url home-page)
7422 (commit commit)))
7423 (file-name (git-file-name name version))
7424 (sha256
7425 (base32
7426 "16asd119rzqrlclps2q6yrkis8jy5an5xgzzqvb7jdyq39zxg54q"))))
7427 (build-system emacs-build-system)
7428 (propagated-inputs
7429 `(("emacs-sly" ,emacs-sly)))
7430 (arguments
7431 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
7432 (synopsis "Named-readtables support for SLY")
7433 (description
7434 "@command{sly-named-readtables} is an external contrib for SLY that
7435 enables different readtables to be active in different parts of the same
7436 file.")
7437 (license license:gpl3+))))
7438
7439 (define-public emacs-sly-macrostep
7440 (let ((commit "be2d24545092d164be1a91031d8881afd29c9ec0")
7441 (revision "1"))
7442 (package
7443 (name "emacs-sly-macrostep")
7444 (version (git-version "0.1" revision commit))
7445 (home-page "https://github.com/joaotavora/sly-macrostep")
7446 (source
7447 (origin
7448 (method git-fetch)
7449 (uri (git-reference
7450 (url home-page)
7451 (commit commit)))
7452 (file-name (git-file-name name version))
7453 (sha256
7454 (base32
7455 "0v8m3zkccpqd2l8m9340y672l2mm3mrry8422nva5kfvpcwdayqb"))))
7456 (build-system emacs-build-system)
7457 (propagated-inputs
7458 `(("emacs-sly" ,emacs-sly)
7459 ("emacs-macrostep" ,emacs-macrostep)))
7460 (arguments
7461 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
7462 #:phases
7463 ;; The package provides autoloads.
7464 (modify-phases %standard-phases
7465 (delete 'make-autoloads))))
7466 (synopsis "Expand Common Lisp macros inside source files with SLY")
7467 (description
7468 "@command{sly-macrostep} is a SLY contrib for expanding CL macros right
7469 inside the source file.")
7470 (license license:gpl3+))))
7471
7472 (define-public emacs-sly-package-inferred
7473 (let ((commit "800e71e2be631422277e2ec77e6d6f6ea20e95ef")
7474 (revision "1"))
7475 (package
7476 (name "emacs-sly-package-inferred")
7477 (version (git-version "0.1" revision commit))
7478 (home-page "https://github.com/40ants/sly-package-inferred")
7479 (source
7480 (origin
7481 (method git-fetch)
7482 (uri (git-reference
7483 (url home-page)
7484 (commit commit)))
7485 (file-name (git-file-name name version))
7486 (sha256
7487 (base32
7488 "1216idyp034nkqddhw4p53jkhhdxa6xnjjmsvijpf4rxqnfqvapg"))))
7489 (build-system emacs-build-system)
7490 (propagated-inputs
7491 `(("emacs-sly" ,emacs-sly)))
7492 (arguments
7493 '(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
7494 #:phases
7495 ;; The package provides autoloads.
7496 (modify-phases %standard-phases
7497 (delete 'make-autoloads))))
7498 (synopsis "Improved package inferred systems support for SLY")
7499 (description
7500 "@command{sly-package-inferred} is an external contrib for SLY that
7501 replaces its completion with a function which is better suited for systems
7502 using package inferred style.")
7503 (license license:gpl3+))))
7504
7505 (define-public emacs-lua-mode
7506 (let ((commit "95c64bb5634035630e8c59d10d4a1d1003265743")
7507 (revision "2"))
7508 (package
7509 (name "emacs-lua-mode")
7510 (version (git-version "20151025" revision commit))
7511 (home-page "https://github.com/immerrr/lua-mode/")
7512 (source (origin
7513 (method git-fetch)
7514 (uri (git-reference
7515 (url home-page)
7516 (commit commit)))
7517 (file-name (git-file-name name version))
7518 (sha256
7519 (base32
7520 "1mra4db25ds64526dsj8m5yv0kfq3lgggjh1x6xmqypdaryddbcp"))))
7521 (build-system emacs-build-system)
7522 (synopsis "Major mode for lua")
7523 (description
7524 "This Emacs package provides a mode for @uref{https://www.lua.org/,
7525 Lua programming language}.")
7526 (license license:gpl2+))))
7527
7528 (define-public emacs-ebuild-mode
7529 (package
7530 (name "emacs-ebuild-mode")
7531 (version "1.37")
7532 (source (origin
7533 (method url-fetch)
7534 (uri (string-append
7535 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
7536 "-" version ".tar.xz"))
7537 (file-name (string-append name "-" version ".tar.xz"))
7538 (sha256
7539 (base32
7540 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
7541 (build-system emacs-build-system)
7542 (home-page "https://devmanual.gentoo.org")
7543 (synopsis "Major modes for Gentoo package files")
7544 (description
7545 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
7546 news items, openrc and runscripts.")
7547 (license license:gpl2+)))
7548
7549 (define-public emacs-evil
7550 (package
7551 (name "emacs-evil")
7552 (version "1.2.14")
7553 (source
7554 (origin
7555 (method git-fetch)
7556 (uri (git-reference
7557 (url "https://github.com/emacs-evil/evil")
7558 (commit version)))
7559 (file-name (git-file-name name version))
7560 (sha256
7561 (base32
7562 "1833w397xhac5g3pp25szr2gyvclxy91aw27azvbmsx94pyk2a3q"))))
7563 (arguments
7564 `(#:phases
7565 (modify-phases %standard-phases
7566 (add-before 'check 'fix-test-helpers
7567 (lambda _
7568 (substitute* "evil-test-helpers.el"
7569 (("\\(undo-tree-mode 1\\)") ""))
7570 #t)))))
7571 (build-system emacs-build-system)
7572 (home-page "https://github.com/emacs-evil/evil")
7573 (synopsis "Extensible Vi layer for Emacs")
7574 (description
7575 "Evil is an extensible vi layer for Emacs. It emulates the
7576 main features of Vim, and provides facilities for writing custom
7577 extensions.")
7578 (license license:gpl3+)))
7579
7580 (define-public emacs-evil-collection
7581 (let ((commit "eb36c82a84d313e961777dc78fd4ff1d718efdf6")
7582 (revision "13"))
7583 (package
7584 (name "emacs-evil-collection")
7585 (version (git-version "0.0.3" revision commit))
7586 (source (origin
7587 (method git-fetch)
7588 (uri (git-reference
7589 (url "https://github.com/emacs-evil/evil-collection")
7590 (commit commit)))
7591 (file-name (git-file-name name version))
7592 (sha256
7593 (base32
7594 "0wi84x9176y4xjl7zpn882achfamx3a2ixlj4nvflxfh6q1qg7bz"))))
7595 (build-system emacs-build-system)
7596 (propagated-inputs
7597 `(("emacs-evil" ,emacs-evil)
7598 ("emacs-annalist" ,emacs-annalist)))
7599 (arguments
7600 `(#:include (cons* "^modes\\/" %default-include)))
7601 (home-page "https://github.com/emacs-evil/evil-collection")
7602 (synopsis "Collection of Evil bindings for many major and minor modes")
7603 (description "This is a collection of Evil bindings for the parts of
7604 Emacs that Evil does not cover properly by default, such as @code{help-mode},
7605 @code{M-x calendar}, Eshell and more.")
7606 (license license:gpl3+))))
7607
7608 (define-public emacs-goto-chg
7609 (let ((commit "1829a13026c597e358f716d2c7793202458120b5")
7610 (version "1.7.3")
7611 (revision "1"))
7612 (package
7613 (name "emacs-goto-chg")
7614 (version (git-version version revision commit))
7615 (source
7616 (origin
7617 (method git-fetch)
7618 (uri (git-reference
7619 (url "https://github.com/emacs-evil/goto-chg")
7620 (commit commit)))
7621 (file-name (git-file-name name version))
7622 (sha256
7623 (base32
7624 "1y603maw9xwdj3qiarmf1bp13461f9f5ackzicsbynl0i9la3qki"))))
7625 (build-system emacs-build-system)
7626 (propagated-inputs
7627 `(("emacs-undo-tree" ,emacs-undo-tree)))
7628 (home-page "https://github.com/emacs-evil/goto-chg")
7629 (synopsis "Go to the last change in the Emacs buffer")
7630 (description
7631 "This package provides @code{M-x goto-last-change} command that goes to
7632 the point of the most recent edit in the current Emacs buffer. When repeated,
7633 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
7634 used for reverse direction.")
7635 (license license:gpl2+))))
7636
7637 (define-public emacs-janpath-evil-numbers
7638 (let ((commit "d988041c1fe6e941dc8d591390750b237f71f524")
7639 (version "0.5")
7640 (revision "1"))
7641 (package
7642 (name "emacs-janpath-evil-numbers")
7643 (version (git-version version revision commit))
7644 (source
7645 (origin
7646 (method git-fetch)
7647 (uri (git-reference
7648 (url "https://github.com/janpath/evil-numbers")
7649 (commit commit)))
7650 (file-name (git-file-name name version))
7651 (sha256
7652 (base32
7653 "16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
7654 (build-system emacs-build-system)
7655 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7656 (home-page "https://github.com/janpath/evil-numbers")
7657 (synopsis "Increment and decrement numeric literals")
7658 (description
7659 "This package provides functionality to search for a number up to the
7660 end of a line and increment or decrement it.")
7661 (license license:gpl3+))))
7662
7663 (define-public emacs-evil-owl
7664 (let ((commit "24c5f43df375194386344e69bc720ea3986c9510")
7665 (revision "3"))
7666 (package
7667 (name "emacs-evil-owl")
7668 (version (git-version "0.0.1" revision commit))
7669 (source
7670 (origin
7671 (method git-fetch)
7672 (uri (git-reference
7673 (url "https://github.com/mamapanda/evil-owl")
7674 (commit commit)))
7675 (file-name (git-file-name name version))
7676 (sha256
7677 (base32
7678 "0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
7679 (build-system emacs-build-system)
7680 (propagated-inputs
7681 `(("emacs-evil" ,emacs-evil)))
7682 (arguments
7683 `(#:tests? #t
7684 #:test-command '("make" "test")))
7685 (home-page "https://github.com/mamapanda/evil-owl")
7686 (synopsis "Preview candidates when using Evil registers and marks")
7687 (description
7688 "This package supplements Evil's register- and mark-based commands with
7689 a popup window for previewing candidates.")
7690 (license license:gpl3+))))
7691
7692 (define-public emacs-evil-args
7693 (let ((commit "758ad5ae54ad34202064fec192c88151c08cb387")
7694 (revision "1"))
7695 (package
7696 (name "emacs-evil-args")
7697 (version (git-version "1.0" revision commit))
7698 (source
7699 (origin
7700 (method git-fetch)
7701 (uri (git-reference
7702 (url "https://github.com/wcsmith/evil-args.git")
7703 (commit commit)))
7704 (file-name (git-file-name name version))
7705 (sha256
7706 (base32
7707 "0k35glgsirc3cph8v5hhjrqfh4ndwh8a28qbr03y3jl8s453xcj7"))))
7708 (build-system emacs-build-system)
7709 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7710 (home-page "https://github.com/wcsmith/evil-args")
7711 (synopsis "Motions and text objects for delimited arguments in Evil")
7712 (description
7713 "This package provides motions and text objects for delimited
7714 arguments, such as arguments separated by commas and semicolons.")
7715 (license license:expat))))
7716
7717 (define-public emacs-evil-exchange
7718 (let ((commit "47691537815150715e64e6f6ec79be7746c96120")
7719 (version "0.41")
7720 (revision "1"))
7721 (package
7722 (name "emacs-evil-exchange")
7723 (version (git-version version revision commit))
7724 (source
7725 (origin
7726 (method git-fetch)
7727 (uri (git-reference
7728 (url "https://github.com/Dewdrops/evil-exchange")
7729 (commit commit)))
7730 (file-name (git-file-name name version))
7731 (sha256
7732 (base32
7733 "0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
7734 (build-system emacs-build-system)
7735 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7736 (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
7737 (arguments
7738 `(#:phases
7739 (modify-phases %standard-phases
7740 (add-before 'check 'fix-makefile
7741 (lambda _
7742 (substitute* "Makefile"
7743 (("cask exec ") ""))
7744 #t)))
7745 #:tests? #t
7746 #:test-command '("make" "test")))
7747 (home-page "https://github.com/Dewdrops/evil-exchange")
7748 (synopsis "Exchange text easily within Evil")
7749 (description
7750 "This package, a port of @code{vim-exchange}, provides an Evil operator
7751 for exchanging text.")
7752 (license license:gpl3+))))
7753
7754 (define-public emacs-evil-replace-with-register
7755 (let ((commit "91cc7bf21a94703c441cc9212214075b226b7f67")
7756 (version "0.1")
7757 (revision "1"))
7758 (package
7759 (name "emacs-evil-replace-with-register")
7760 (version (git-version version revision commit))
7761 (source
7762 (origin
7763 (method git-fetch)
7764 (uri (git-reference
7765 (url "https://github.com/Dewdrops/evil-ReplaceWithRegister")
7766 (commit commit)))
7767 (file-name (git-file-name name version))
7768 (sha256
7769 (base32
7770 "14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"))))
7771 (build-system emacs-build-system)
7772 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7773 (home-page "https://github.com/Dewdrops/evil-ReplaceWithRegister")
7774 (synopsis "Quickly replace text with the contents of a register")
7775 (description
7776 "This package provides an Evil operator for replacing text with the
7777 contents of a register.")
7778 (license license:gpl3+))))
7779
7780 (define-public emacs-evil-indent-plus
7781 (let ((commit "0c7501e6efed661242c3a20e0a6c79a6455c2c40")
7782 (version "1.0.0")
7783 (revision "1"))
7784 (package
7785 (name "emacs-evil-indent-plus")
7786 (version (git-version version revision commit))
7787 (source
7788 (origin
7789 (method git-fetch)
7790 (uri (git-reference
7791 (url "https://github.com/TheBB/evil-indent-plus")
7792 (commit commit)))
7793 (file-name (git-file-name name version))
7794 (sha256
7795 (base32
7796 "1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"))))
7797 (build-system emacs-build-system)
7798 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7799 (home-page "https://github.com/TheBB/evil-indent-plus")
7800 (synopsis "Text objects based on indentation")
7801 (description
7802 "This package adds new text objects for @code{evil-mode} based on
7803 blocks having the same or higher indentation, including or excluding
7804 surrounding lines.")
7805 (license license:gpl2+))))
7806
7807 (define-public emacs-evil-text-object-python
7808 (let ((commit "9a064fe6475429145cbcc3b270fcc963b67adb15")
7809 (version "1.0.1")
7810 (revision "1"))
7811 (package
7812 (name "emacs-evil-text-object-python")
7813 (version (git-version version revision commit))
7814 (source
7815 (origin
7816 (method git-fetch)
7817 (uri (git-reference
7818 (url "https://github.com/wbolster/evil-text-object-python")
7819 (commit commit)))
7820 (file-name (git-file-name name version))
7821 (sha256
7822 (base32
7823 "074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
7824 (build-system emacs-build-system)
7825 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7826 (home-page "https://github.com/wbolster/evil-text-object-python")
7827 (synopsis "Text objects for Python")
7828 (description
7829 "This package provides @code{evil-mode} text objects for Python.")
7830 (license license:gpl3+))))
7831
7832 (define-public emacs-evil-lion
7833 (let ((commit "6b03593f5dd6e7c9ca02207f9a73615cf94c93ab")
7834 (revision "1"))
7835 (package
7836 (name "emacs-evil-lion")
7837 (version (git-version "0.0.2" revision commit))
7838 (source
7839 (origin
7840 (method git-fetch)
7841 (uri (git-reference
7842 (url "https://github.com/edkolev/evil-lion")
7843 (commit commit)))
7844 (file-name (git-file-name name version))
7845 (sha256
7846 (base32
7847 "1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
7848 (build-system emacs-build-system)
7849 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7850 (arguments
7851 `(#:tests? #t
7852 #:test-command '("make" "test")))
7853 (home-page "https://github.com/edkolev/evil-lion")
7854 (synopsis "Align operator for @code{evil-mode}")
7855 (description
7856 "This package, a port of @code{vim-lion}, provides an operator for
7857 aligning text objects based on separators.")
7858 (license license:gpl3+))))
7859
7860 (define-public emacs-evil-expat
7861 (let ((commit "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2")
7862 (revision "1"))
7863 (package
7864 (name "emacs-evil-expat")
7865 (version (git-version "0.0.1" revision commit))
7866 (source
7867 (origin
7868 (method git-fetch)
7869 (uri (git-reference
7870 (url "https://github.com/edkolev/evil-expat")
7871 (commit commit)))
7872 (file-name (git-file-name name version))
7873 (sha256
7874 (base32
7875 "0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
7876 (build-system emacs-build-system)
7877 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7878 (arguments
7879 `(#:tests? #t
7880 #:test-command '("make" "test")))
7881 (home-page "https://github.com/edkolev/evil-expat")
7882 (synopsis "Extra @code{ex} commands for @code{evil-mode}")
7883 (description
7884 "This package provides additional commands for the @code{ex} command
7885 line, including functions for version control with Git and for copying and
7886 pasting into and from @code{tmux} paste buffers.")
7887 (license license:gpl3+))))
7888
7889 (define-public emacs-evil-nerd-commenter
7890 (package
7891 (name "emacs-evil-nerd-commenter")
7892 (version "3.3.8")
7893 (source
7894 (origin
7895 (method git-fetch)
7896 (uri (git-reference
7897 (url "https://github.com/redguardtoo/evil-nerd-commenter")
7898 (commit version)))
7899 (file-name (git-file-name name version))
7900 (sha256
7901 (base32
7902 "0qd5a89mzvdyhd8lm13iwp220vzpd6dajwx54frlc5bzsxdmg6vc"))))
7903 (build-system emacs-build-system)
7904 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7905 (arguments
7906 `(#:tests? #t
7907 #:test-command '("make" "test")))
7908 (home-page "https://github.com/redguardtoo/evil-nerd-commenter")
7909 (synopsis "Comment and uncomment lines efficiently")
7910 (description
7911 "This package provides text objects and operators for comments within
7912 @code{evil-mode}.")
7913 (license license:gpl3+)))
7914
7915 (define-public emacs-evil-visual-replace
7916 (package
7917 (name "emacs-evil-visual-replace")
7918 (version "0.0.5")
7919 (source
7920 (origin
7921 (method git-fetch)
7922 (uri (git-reference
7923 (url "https://github.com/troyp/evil-visual-replace")
7924 (commit version)))
7925 (file-name (git-file-name name version))
7926 (sha256
7927 (base32
7928 "1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"))))
7929 (build-system emacs-build-system)
7930 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7931 (home-page "https://github.com/troyp/evil-visual-replace")
7932 (synopsis "Replacement commands for @code{evil-mode} visual blocks")
7933 (description
7934 "This package provides versions of @code{query-replace} and
7935 @code{replace-regexp} that work for @code{evil-mode} visual blocks.")
7936 (license license:gpl2+)))
7937
7938 (define-public emacs-evil-visualstar
7939 (let ((commit "06c053d8f7381f91c53311b1234872ca96ced752")
7940 (version "0.0.2")
7941 (revision "1"))
7942 (package
7943 (name "emacs-evil-visualstar")
7944 (version (git-version version revision commit))
7945 (source
7946 (origin
7947 (method git-fetch)
7948 (uri (git-reference
7949 (url "https://github.com/bling/evil-visualstar")
7950 (commit commit)))
7951 (file-name (git-file-name name version))
7952 (sha256
7953 (base32
7954 "0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"))))
7955 (build-system emacs-build-system)
7956 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
7957 (home-page "https://github.com/bling/evil-visualstar")
7958 (synopsis "Instantly search using the visual selection")
7959 (description
7960 "This package provides @code{evil-mode} functions for using selected text
7961 to search.")
7962 (license license:gpl3+))))
7963
7964 (define-public emacs-monky
7965 (package
7966 (name "emacs-monky")
7967 (version "0.1")
7968 (source (origin
7969 (method git-fetch)
7970 (uri (git-reference
7971 (url "https://github.com/ananthakumaran/monky.git")
7972 (commit version)))
7973 (file-name (git-file-name name version))
7974 (sha256
7975 (base32
7976 "1fgn7al4zwz2k5wb5dy3byqg9lsrjk9fra341mxh5ma2pfwxjgps"))))
7977 (build-system emacs-build-system)
7978 (home-page "https://ananthakumaran.in/monky/index.html")
7979 (arguments
7980 `(#:tests? #t
7981 #:test-command '("emacs" "--batch"
7982 "-l" "test/monky-unit-test.el"
7983 "-f" "ert-run-tests-batch-and-exit")))
7984 (synopsis "Interactive interface for the Mercurial version control system")
7985 (description
7986 "Monky provides an Emacs interface for Mercurial (Hg). Using Monky, you
7987 can selectively commit files, view the diffs, and other things.")
7988 (license license:gpl3+)))
7989
7990 (define-public emacs-monroe
7991 (package
7992 (name "emacs-monroe")
7993 (version "0.3.1")
7994 (source
7995 (origin
7996 (method git-fetch)
7997 (uri (git-reference
7998 (url "https://github.com/sanel/monroe.git")
7999 (commit version)))
8000 (file-name (git-file-name name version))
8001 (sha256
8002 (base32 "101lfrykdbv37spkbw7zihhx26bc1lhjyxbanrcp9880bxj04jiy"))))
8003 (build-system emacs-build-system)
8004 (home-page "https://github.com/sanel/monroe")
8005 (synopsis "Clojure nREPL client for Emacs")
8006 (description
8007 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
8008 distribution, primarily targeting Clojure users")
8009 (license license:gpl3+)))
8010
8011 (define-public emacs-orgalist
8012 (package
8013 (name "emacs-orgalist")
8014 (version "1.11")
8015 (source
8016 (origin
8017 (method url-fetch)
8018 (uri (string-append "https://elpa.gnu.org/packages/"
8019 "orgalist-" version ".el"))
8020 (sha256
8021 (base32
8022 "0zbqkk540rax32s8szp5zgz3a02zw88fc1dmjmyw6h3ls04m91kl"))))
8023 (build-system emacs-build-system)
8024 (home-page "https://elpa.gnu.org/packages/orgalist.html")
8025 (synopsis "Manage Org-like lists in non-Org buffers")
8026 (description "Write Org mode's plain lists in non-Org buffers. More
8027 specifically, Orgalist supports the syntax of Org mode for numbered,
8028 unnumbered, description items, checkboxes, and counter cookies.
8029
8030 The library also implements radio lists, i.e., lists written in Org
8031 syntax later translated into the host format, e.g., LaTeX or HTML.")
8032 (license license:gpl3+)))
8033
8034 (define-public emacs-writegood-mode
8035 (package
8036 (name "emacs-writegood-mode")
8037 (version "2.0.2")
8038 (home-page "https://github.com/bnbeckwith/writegood-mode")
8039 (source (origin
8040 (method git-fetch)
8041 (uri (git-reference
8042 (url home-page)
8043 (commit (string-append "v" version))))
8044 (sha256
8045 (base32
8046 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
8047 (file-name (string-append name "-checkout"))))
8048 (build-system emacs-build-system)
8049 (synopsis "Polish up poor writing on the fly")
8050 (description
8051 "This minor mode tries to find and highlight problems with your writing
8052 in English as you type. It primarily detects \"weasel words\" and abuse of
8053 passive voice.")
8054 (license license:gpl3+)))
8055
8056 (define-public emacs-neotree
8057 (package
8058 (name "emacs-neotree")
8059 (version "0.5.2")
8060 (home-page "https://github.com/jaypei/emacs-neotree")
8061 (source (origin
8062 (method git-fetch)
8063 (uri (git-reference
8064 (url home-page)
8065 (commit version)))
8066 (sha256
8067 (base32
8068 "0hx72fq10772bbyqrj7mhhp02k26cccjxdadiqm1ykainhfmn1x0"))
8069 (file-name (git-file-name name version))))
8070 (build-system emacs-build-system)
8071 (synopsis "Folder tree view for Emacs")
8072 (description "This Emacs package provides a folder tree view.")
8073 (license license:gpl3+)))
8074
8075 (define-public emacs-org
8076 (package
8077 (name "emacs-org")
8078 ;; emacs-org-contrib inherits from this package. Please update it as
8079 ;; well.
8080 (version "9.3.3")
8081 (source
8082 (origin
8083 (method url-fetch)
8084 (uri (string-append "https://elpa.gnu.org/packages/org-" version ".tar"))
8085 (sha256
8086 (base32 "0yafckcx5ka2rpmv24x7ns6f3s1h216x2lbgaxsf1dmklbjcfvwv"))))
8087 (build-system emacs-build-system)
8088 (home-page "https://orgmode.org/")
8089 (synopsis "Outline-based notes management and organizer")
8090 (description "Org is an Emacs mode for keeping notes, maintaining TODO
8091 lists, and project planning with a fast and effective lightweight markup
8092 language. It also is an authoring system with unique support for literate
8093 programming and reproducible research.")
8094 (license license:gpl3+)))
8095
8096 (define-public emacs-org-contrib
8097 (package
8098 (inherit emacs-org)
8099 (name "emacs-org-contrib")
8100 (version "20200206")
8101 (source
8102 (origin
8103 (method url-fetch)
8104 (uri (string-append "https://orgmode.org/elpa/"
8105 "org-plus-contrib-" version ".tar"))
8106 (sha256
8107 (base32 "1fdxh8zgjnb500wkcl0bc0fdzbsln6p044b4s4nz85wkfw0jkfs5"))))
8108 (arguments
8109 `(#:modules ((guix build emacs-build-system)
8110 (guix build utils)
8111 (guix build emacs-utils)
8112 (ice-9 ftw)
8113 (srfi srfi-1))
8114 #:phases
8115 (modify-phases %standard-phases
8116 (add-after 'install 'delete-org-files
8117 (lambda* (#:key inputs outputs #:allow-other-keys)
8118 (let* ((out (assoc-ref outputs "out"))
8119 (org (assoc-ref inputs "org"))
8120 (contrib-files
8121 (map basename (find-files out)))
8122 (org+contrib-files
8123 (map basename (find-files org)))
8124 (duplicates (lset-intersection string=?
8125 contrib-files
8126 org+contrib-files)))
8127 (with-directory-excursion
8128 (string-append out "/share/emacs/site-lisp")
8129 (for-each delete-file duplicates))
8130 #t))))))
8131 (propagated-inputs
8132 `(("arduino-mode" ,emacs-arduino-mode)
8133 ("cider" ,emacs-cider)
8134 ("org" ,emacs-org)
8135 ("scel" ,emacs-scel)))
8136 (synopsis "Contributed packages to Org mode")
8137 (description "Org is an Emacs mode for keeping notes, maintaining TODO
8138 lists, and project planning with a fast and effective plain-text system.
8139
8140 This package is equivalent to org-plus-contrib, but only includes additional
8141 files that you would find in @file{contrib/} from the git repository.")))
8142
8143 (define-public emacs-flx
8144 (package
8145 (name "emacs-flx")
8146 (version "0.6.1")
8147 (source
8148 (origin
8149 (method git-fetch)
8150 (uri (git-reference
8151 (url "https://github.com/lewang/flx.git")
8152 (commit (string-append "v" version))))
8153 (sha256
8154 (base32
8155 "0sjybrcnb2sl33swy3q664vqrparajcl0m455gciiih2j87hwadc"))
8156 (file-name (git-file-name name version))))
8157 (build-system emacs-build-system)
8158 (home-page "https://github.com/lewang/flx")
8159 (synopsis "Fuzzy matching for Emacs")
8160 (description
8161 "Flx provides fuzzy matching for emacs a la sublime text.
8162 The sorting algorithm is a balance between word beginnings (abbreviation)
8163 and contiguous matches (substring). The longer the substring match,
8164 the higher it scores. This maps well to how we think about matching.
8165 Flx has support for ido (interactively do things) through flx-ido.")
8166 (license license:gpl3+)))
8167
8168 (define-public emacs-cyberpunk-theme
8169 (package
8170 (name "emacs-cyberpunk-theme")
8171 (version "1.21")
8172 (source
8173 (origin
8174 (method git-fetch)
8175 (uri (git-reference
8176 (url "https://github.com/n3mo/cyberpunk-theme.el/")
8177 (commit version)))
8178 (sha256
8179 (base32
8180 "05mfgr9aj7knn7niadv9p6z3qrfpq2lbbi2wxxx62xywim9maw2y"))
8181 (file-name (git-file-name name version))))
8182 (build-system emacs-build-system)
8183 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
8184 (synopsis "Cyberpunk theme for Emacs built-in color theme support")
8185 (description
8186 "Cyberpunk color theme for the Emacs 24+ built-in color theme support
8187 known loosely as deftheme. Many mode-specific customizations are included.")
8188 (license license:gpl3+)))
8189
8190 (define-public emacs-danneskjold-theme
8191 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
8192 (revision "1"))
8193 (package
8194 (name "emacs-danneskjold-theme")
8195 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
8196 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
8197 (source
8198 (origin
8199 (method git-fetch)
8200 (uri (git-reference
8201 (url home-page)
8202 (commit commit)))
8203 (file-name (git-file-name name version))
8204 (sha256
8205 (base32
8206 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
8207 (build-system emacs-build-system)
8208 (arguments
8209 `(#:phases
8210 (modify-phases %standard-phases
8211 (add-after 'unpack 'delete-screenshots
8212 (lambda _
8213 (delete-file-recursively "screenshots") #t)))))
8214 (synopsis "High-contrast Emacs theme")
8215 (description
8216 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
8217 (license license:gpl3+))))
8218
8219 (define-public emacs-dream-theme
8220 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
8221 (revision "1"))
8222 (package
8223 (name "emacs-dream-theme")
8224 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
8225 (source
8226 (origin
8227 (method git-fetch)
8228 (uri (git-reference
8229 (url "https://github.com/djcb/dream-theme")
8230 (commit commit)))
8231 (file-name (git-file-name name version))
8232 (sha256
8233 (base32
8234 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
8235 (build-system emacs-build-system)
8236 (home-page "https://github.com/djcb/dream-theme")
8237 (synopsis "High-contrast Emacs theme")
8238 (description
8239 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
8240 by zenburn, sinburn and similar themes, but slowly diverging from them.")
8241 (license license:gpl3+))))
8242
8243 (define-public emacs-auto-complete
8244 (package
8245 (name "emacs-auto-complete")
8246 (version "1.5.1")
8247 (source
8248 (origin
8249 (method git-fetch)
8250 (uri (git-reference
8251 (url "https://github.com/auto-complete/auto-complete.git")
8252 (commit (string-append "v" version))))
8253 (sha256
8254 (base32
8255 "04i9b11iksg6acn885wl3qgi5xpsm3yszlqmd2x21yhprndlz7gb"))
8256 (file-name (git-file-name name version))))
8257 (build-system emacs-build-system)
8258 (propagated-inputs
8259 `(("emacs-popup" ,emacs-popup)))
8260 (home-page "https://github.com/auto-complete/auto-complete")
8261 (synopsis "Intelligent auto-completion extension for Emacs")
8262 (description
8263 "Auto-Complete is an intelligent auto-completion extension for Emacs.
8264 It extends the standard Emacs completion interface and provides an environment
8265 that allows users to concentrate more on their own work. Its features are:
8266 a visual interface, reduce overhead of completion by using statistic method,
8267 extensibility.")
8268 (license license:gpl3+)))
8269
8270 (define-public emacs-nginx-mode
8271 (package
8272 (name "emacs-nginx-mode")
8273 (version "1.1.9")
8274 (source
8275 (origin
8276 (method git-fetch)
8277 (uri (git-reference
8278 (url "https://github.com/ajc/nginx-mode.git")
8279 (commit (string-append "v" version))))
8280 (file-name (git-file-name name version))
8281 (sha256
8282 (base32 "17dh5pr3gh6adrbqx588gimxbb2fr7iv2qrxv6r48w2727l344xs"))))
8283 (build-system emacs-build-system)
8284 (home-page "https://github.com/ajc/nginx-mode")
8285 (synopsis "Emacs major mode for editing nginx config files")
8286 (description "This package provides an Emacs major mode for
8287 editing nginx config files.")
8288 (license license:gpl2+)))
8289
8290 (define-public emacs-stream
8291 (let ((commit "a3f3da155a49c133e2692bd8789b35492bfdc4f7")
8292 (revision "1"))
8293 (package
8294 (name "emacs-stream")
8295 (version (git-version "2.2.4" revision commit))
8296 (source
8297 (origin
8298 (method git-fetch)
8299 (uri (git-reference
8300 (url "https://github.com/Emacsmirror/stream.git")
8301 (commit commit)))
8302 (file-name (git-file-name name version))
8303 (sha256
8304 (base32 "0aig0yjb9z752ijh0mzildjmh44j051inchga8qll01dr8wf7332"))))
8305 (build-system emacs-build-system)
8306 (arguments
8307 `(#:tests? #t
8308 #:test-command '("emacs" "--batch"
8309 "-l" "tests/stream-tests.el"
8310 "-f" "ert-run-tests-batch-and-exit")))
8311 (home-page "https://github.com/Emacsmirror/stream")
8312 (synopsis "Implementation of streams for Emacs")
8313 (description "This library provides an implementation of streams for Emacs.
8314 Streams are implemented as delayed evaluation of cons cells.")
8315 (license license:gpl3+))))
8316
8317 (define-public emacs-cl-print
8318 (let ((commit "1a70c553dfb04352afb5b8696fe0cef8acc8f991")
8319 (revision "1"))
8320 (package
8321 (name "emacs-cl-print")
8322 (version (git-version "1.0" revision commit))
8323 (source
8324 (origin
8325 (method git-fetch)
8326 (uri (git-reference
8327 (url "https://github.com/emacsmirror/cl-print.git")
8328 (commit commit)))
8329 (file-name (git-file-name name version))
8330 (sha256
8331 (base32 "164zbnsi5mssvcpy0158fm7fw5cmd1r5nkpn29fmd2b2scy3gm79"))))
8332 (build-system emacs-build-system)
8333 (home-page "https://github.com/emacsmirror/cl-print")
8334 (synopsis "CL-style generic printing")
8335 (description "This package provides a generic function,
8336 @code{cl-print-object}, to which the programmer can add any method they
8337 please.")
8338 (license license:gpl3+))))
8339
8340 (define-public emacs-el-search
8341 (let ((commit "07bed84dd8ae9e4c6c648834224b1d33fdbd51e0")
8342 (revision "2"))
8343 (package
8344 (name "emacs-el-search")
8345 (version (git-version "1.12.6.1" revision commit))
8346 (source
8347 (origin
8348 (method git-fetch)
8349 (uri (git-reference
8350 (url "https://github.com/emacsmirror/el-search.git")
8351 (commit commit)))
8352 (file-name (git-file-name name version))
8353 (sha256
8354 (base32 "10w1ldgijdhfsrazp0y3bm76jv5wvdn94k1yp0pmc2m1896b58ak"))))
8355 (build-system emacs-build-system)
8356 (inputs
8357 `(("emacs-stream" ,emacs-stream)
8358 ("emacs-cl-print" ,emacs-cl-print)))
8359 (home-page "https://github.com/emacsmirror/el-search")
8360 (synopsis "Expression based interactive search for emacs-lisp-mode")
8361 (description "This package provides expression based interactive search
8362 procedures for emacs-lisp-mode.")
8363 (license license:gpl3+))))
8364
8365 (define-public emacs-ht
8366 (package
8367 (name "emacs-ht")
8368 (version "2.2")
8369 (source
8370 (origin
8371 (method git-fetch)
8372 (uri (git-reference
8373 (url "https://github.com/Wilfred/ht.el.git")
8374 (commit version)))
8375 (file-name (git-file-name name version))
8376 (sha256
8377 (base32 "1p3qa7g0wa0wbviv2f8bda39cjys3naayk5xjm3nxxmqsyy8papx"))))
8378 (build-system emacs-build-system)
8379 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
8380 (native-inputs
8381 `(("emacs-ert-runner" ,emacs-ert-runner)))
8382 (arguments
8383 `(#:tests? #t
8384 #:test-command '("ert-runner")))
8385 (home-page "https://github.com/Wilfred/ht.el")
8386 (synopsis "Hash table library for Emacs")
8387 (description
8388 "This package simplifies the use of hash tables in elisp. It also
8389 provides functions to convert hash tables from and to alists and plists.")
8390 (license license:gpl3+)))
8391
8392 (define-public emacs-log4e
8393 (package
8394 (name "emacs-log4e")
8395 (version "0.3.0")
8396 (source
8397 (origin
8398 (method git-fetch)
8399 (uri (git-reference
8400 (url "https://github.com/aki2o/log4e.git")
8401 (commit (string-append "v" version))))
8402 (file-name (git-file-name name version))
8403 (sha256
8404 (base32 "1l28n7a0v2zkknc70i1wn6qb5i21dkhfizzk8wcj28v44cgzk022"))))
8405 (build-system emacs-build-system)
8406 (arguments
8407 `(#:phases
8408 (modify-phases %standard-phases
8409 (add-after 'unpack 'remove-tests
8410 ;; Guile builder complains about null characters in some
8411 ;; strings of test files. Remove "test" directory (it is not
8412 ;; needed anyway).
8413 (lambda _
8414 (delete-file-recursively "test"))))))
8415 (home-page "https://github.com/aki2o/log4e")
8416 (synopsis "Logging framework for elisp")
8417 (description
8418 "This package provides a logging framework for elisp. It allows
8419 you to deal with multiple log levels.")
8420 (license license:gpl3+)))
8421
8422 (define-public emacs-gntp
8423 (package
8424 (name "emacs-gntp")
8425 (version "0.1")
8426 (source
8427 (origin
8428 (method git-fetch)
8429 (uri (git-reference
8430 (url "https://github.com/tekai/gntp.el.git")
8431 (commit (string-append "v" version))))
8432 (file-name (git-file-name name version))
8433 (sha256
8434 (base32 "1nvyjjjydrimpxy4cpg90si7sr8lmldbhlcm2mx8npklp9pn5y3a"))))
8435 (build-system emacs-build-system)
8436 (home-page "https://github.com/tekai/gntp.el")
8437 (synopsis "Growl Notification Protocol for Emacs")
8438 (description
8439 "This package implements the Growl Notification Protocol GNTP
8440 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
8441 It is incomplete as it only lets you send but not receive
8442 notifications.")
8443 (license license:bsd-3)))
8444
8445 (define-public emacs-alert
8446 (package
8447 (name "emacs-alert")
8448 (version "1.3")
8449 (source
8450 (origin
8451 (method git-fetch)
8452 (uri (git-reference
8453 (url "https://github.com/jwiegley/alert.git")
8454 (commit (string-append "v" version))))
8455 (file-name (git-file-name name version))
8456 (sha256
8457 (base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
8458 (build-system emacs-build-system)
8459 (propagated-inputs
8460 `(("emacs-gntp" ,emacs-gntp)
8461 ("emacs-log4e" ,emacs-log4e)))
8462 (home-page "https://github.com/jwiegley/alert")
8463 (synopsis "Growl-style notification system for Emacs")
8464 (description
8465 "Alert is a Growl-workalike for Emacs which uses a common notification
8466 interface and multiple, selectable \"styles\", whose use is fully
8467 customizable by the user.")
8468 (license license:gpl2+)))
8469
8470 (define-public emacs-zones
8471 (let ((commit "3169815c323966ff8e252b44e3558d6d045243fe")
8472 (revision "2"))
8473 (package
8474 (name "emacs-zones")
8475 (version (git-version "0" revision commit))
8476 (source
8477 (origin
8478 (method git-fetch)
8479 (uri (git-reference
8480 (url "https://github.com/emacsmirror/zones.git")
8481 (commit commit)))
8482 (file-name (git-file-name name version))
8483 (sha256
8484 (base32
8485 "039msns5596rz0my7fxpanpxwg1lkhpiibm9ppnlzaajx1hszbzl"))
8486 (patches
8487 (search-patches
8488 "emacs-zones-called-interactively.patch"))))
8489 (build-system emacs-build-system)
8490 (home-page "https://www.emacswiki.org/emacs/Zones")
8491 (synopsis "Define and act on multiple zones of buffer text")
8492 (description "Library @file{zones.el} lets you easily define and
8493 subsequently act on multiple zones of buffer text. You can think of this as
8494 enlarging the notion of region. In effect, it can remove the requirement of
8495 target text being a contiguous sequence of characters. A set of buffer zones
8496 is, in effect, a (typically) noncontiguous set of text.")
8497 (license license:gpl3+))))
8498
8499 (define-public emacs-mu4e-alert
8500 (package
8501 (name "emacs-mu4e-alert")
8502 (version "1.0")
8503 (source
8504 (origin
8505 (method git-fetch)
8506 (uri (git-reference
8507 (url "https://github.com/iqbalansari/mu4e-alert.git")
8508 (commit (string-append "v" version))))
8509 (file-name (git-file-name name version))
8510 (sha256
8511 (base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"))))
8512 (build-system emacs-build-system)
8513 (propagated-inputs
8514 `(("emacs-alert" ,emacs-alert)
8515 ("emacs-s" ,emacs-s)
8516 ("emacs-ht" ,emacs-ht)
8517 ("mu" ,mu)))
8518 (home-page "https://github.com/iqbalansari/mu4e-alert")
8519 (synopsis "Desktop notification for mu4e")
8520 (description
8521 "This package provides desktop notifications for mu4e.
8522 Additionally it can display the number of unread emails in the
8523 mode-line.")
8524 (license license:gpl3+)))
8525
8526 (define-public emacs-mu4e-jump-to-list
8527 (let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b")
8528 (revision "1"))
8529 (package
8530 (name "emacs-mu4e-jump-to-list")
8531 (version (git-version "1.0" revision commit))
8532 (source
8533 (origin
8534 (method git-fetch)
8535 (uri (git-reference
8536 (url "https://gitlab.com/wavexx/mu4e-jump-to-list.el.git")
8537 (commit commit)))
8538 (file-name (git-file-name name version))
8539 (sha256
8540 (base32
8541 "00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv"))))
8542 (build-system emacs-build-system)
8543 (propagated-inputs
8544 `(("mu" ,mu)))
8545 (home-page "https://gitlab.com/wavexx/mu4e-jump-to-list.el")
8546 (synopsis "Select and view mailing lists in mu4e")
8547 (description
8548 "@code{mu4e-jump-to-list} allows you to select and view mailing lists
8549 automatically using existing List-ID headers in your mu database. Just press
8550 \"l\" in the headers view and any mailing list you've subscribed to will be
8551 automatically discovered and presented in recency order.")
8552 (license license:gpl3+))))
8553
8554 (define-public emacs-mu4e-patch
8555 (let ((commit "522da46c1653b1cacc79cde91d6534da7ae9517d")
8556 (revision "1"))
8557 (package
8558 (name "emacs-mu4e-patch")
8559 (version (git-version "0.1.0" revision commit))
8560 (source (origin
8561 (method git-fetch)
8562 (uri (git-reference
8563 (url "https://github.com/seanfarley/mu4e-patch")
8564 (commit commit)))
8565 (file-name (git-file-name name version))
8566 (sha256
8567 (base32
8568 "10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
8569 (build-system emacs-build-system)
8570 (propagated-inputs
8571 `(("mu" ,mu)))
8572 (home-page "https://github.com/seanfarley/mu4e-patch")
8573 (synopsis "Colorize patch-like emails in mu4e")
8574 (description
8575 "Extension for mu4e to colorize patch-like emails with diff-mode.
8576 This is based on Frank Terbeck's @code{gnus-article-treat-patch.el} but has
8577 been adapted to work with mu4e.")
8578 (license license:gpl3+))))
8579
8580 (define-public emacs-pretty-mode
8581 (package
8582 (name "emacs-pretty-mode")
8583 (version "2.0.3")
8584 (source
8585 (origin
8586 (method git-fetch)
8587 (uri (git-reference
8588 (url "https://github.com/akatov/pretty-mode/")
8589 (commit version)))
8590 (file-name (git-file-name name version))
8591 (sha256
8592 (base32
8593 "013fig9i4fyx16krp2vfv953p3rwdzr38zs6i50af4pqz4vrcfvh"))))
8594 (build-system emacs-build-system)
8595 (home-page "https://github.com/akatov/pretty-mode")
8596 (synopsis "Redisplay parts of the buffer as Unicode symbols")
8597 (description
8598 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
8599 (license license:gpl3+)))
8600
8601 (define-public emacs-yasnippet
8602 (package
8603 (name "emacs-yasnippet")
8604 (version "0.14.0")
8605 (source
8606 (origin
8607 (method git-fetch)
8608 (uri (git-reference
8609 (url "https://github.com/joaotavora/yasnippet.git")
8610 (commit version)))
8611 (file-name (string-append name "-" version ".tar.gz"))
8612 (sha256
8613 (base32 "0via9dzw8m5lzymg1h78xkwjssh39zr3g6ccyamlf1rjzjsyxknv"))
8614 (modules '((guix build utils)))
8615 (snippet
8616 '(begin
8617 ;; YASnippet expects a "snippets" subdirectory in the same
8618 ;; directory as yasnippet.el, but we don't install it because it's
8619 ;; a git submodule pointing to an external repository. Adjust
8620 ;; `yas-snippet-dirs' to prevent warnings about a missing
8621 ;; directory.
8622 (substitute* "yasnippet.el"
8623 (("^ +'yas-installed-snippets-dir\\)\\)\n")
8624 "))\n"))
8625 #t))))
8626 (build-system emacs-build-system)
8627 (arguments
8628 `(#:tests? #t
8629 #:test-command '("emacs" "--batch"
8630 "-l" "yasnippet-tests.el"
8631 "-f" "ert-run-tests-batch-and-exit")
8632 ;; FIXME: one failing test.
8633 #:phases
8634 (modify-phases %standard-phases
8635 (add-before 'check 'make-tests-writable
8636 (lambda _
8637 (make-file-writable "yasnippet-tests.el")
8638 #t))
8639 (add-before 'check 'delete-rebinding-test
8640 (lambda _
8641 (emacs-batch-edit-file "yasnippet-tests.el"
8642 `(progn (goto-char (point-min))
8643 (re-search-forward "ert-deftest test-rebindings")
8644 (beginning-of-line)
8645 (kill-sexp)
8646 (basic-save-buffer)))
8647 #t)))))
8648 (home-page "https://github.com/joaotavora/yasnippet")
8649 (synopsis "Yet another snippet extension for Emacs")
8650 (description
8651 "YASnippet is a template system for Emacs. It allows you to type an
8652 abbreviation and automatically expand it into function templates.")
8653 (license license:gpl3+)))
8654
8655 (define-public emacs-yasnippet-snippets
8656 (package
8657 (name "emacs-yasnippet-snippets")
8658 (version "0.20")
8659 (source
8660 (origin
8661 (method git-fetch)
8662 (uri (git-reference
8663 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
8664 (commit version)))
8665 (file-name (git-file-name name version))
8666 (sha256
8667 (base32 "095w7cdmfwmmr6426mbq15n0a5izgbmv9408m9yh1pqz5x3v3vsx"))))
8668 (build-system trivial-build-system)
8669 (arguments
8670 `(#:modules ((guix build utils))
8671 #:builder
8672 (begin
8673 (use-modules (guix build utils))
8674 (let* ((source (assoc-ref %build-inputs "source"))
8675 (out (assoc-ref %outputs "out"))
8676 (snippet-dir
8677 (string-append out "/share/emacs/yasnippet-snippets/")))
8678 (with-directory-excursion source
8679 (mkdir-p snippet-dir)
8680 (copy-recursively "snippets" snippet-dir)))
8681 #t)))
8682 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
8683 (synopsis "Collection of YASnippet snippets for many languages")
8684 (description
8685 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
8686 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
8687 To make YASnippet aware of these snippets, add the above directory to
8688 @code{yas-snippet-dirs}.")
8689 (license license:gpl3+)))
8690
8691 (define-public emacs-helm-c-yasnippet
8692 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
8693 (revision "1"))
8694 (package
8695 (name "emacs-helm-c-yasnippet")
8696 (version (string-append "0.6.7" "-" revision "."
8697 (string-take commit 7)))
8698 (source (origin
8699 (method git-fetch)
8700 (uri (git-reference
8701 (url "https://github.com/emacs-jp/helm-c-yasnippet")
8702 (commit commit)))
8703 (file-name (git-file-name name version))
8704 (sha256
8705 (base32
8706 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
8707 (build-system emacs-build-system)
8708 (propagated-inputs
8709 `(("emacs-helm" ,emacs-helm)
8710 ("emacs-yasnippet" ,emacs-yasnippet)))
8711 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
8712 (synopsis "Helm integration for Yasnippet")
8713 (description "This Emacs library provides Helm interface for
8714 Yasnippet.")
8715 (license license:gpl2+))))
8716
8717 (define-public emacs-helm-system-packages
8718 ;; There won't be a new release after 1.10.1 until
8719 ;; https://github.com/emacs-helm/helm-system-packages/issues/25 is fixed,
8720 ;; and latest commits fix import issues with Guix.
8721 (let ((commit "6572340f41611ef1991e9612d34d59130957ee4a"))
8722 (package
8723 (name "emacs-helm-system-packages")
8724 (version (git-version "1.10.1" "1" commit))
8725 (source (origin
8726 (method git-fetch)
8727 (uri (git-reference
8728 (url "https://github.com/emacs-helm/helm-system-packages")
8729 (commit commit)))
8730 (file-name (git-file-name name version))
8731 (sha256
8732 (base32
8733 "0mcz6vkpk12vsyd37xv1rbg4v442sxc3lj8yxskqg294xbdaclz4"))))
8734 (build-system emacs-build-system)
8735 (inputs
8736 `(("recutils" ,recutils)))
8737 (propagated-inputs
8738 `(("emacs-helm" ,emacs-helm)))
8739 (arguments
8740 `(#:phases
8741 (modify-phases %standard-phases
8742 (add-after 'unpack 'configure
8743 (lambda* (#:key inputs outputs #:allow-other-keys)
8744 (let ((recutils (assoc-ref inputs "recutils")))
8745 ;; Specify the absolute file names of the various
8746 ;; programs so that everything works out-of-the-box.
8747 (substitute* "helm-system-packages-guix.el"
8748 (("recsel") (string-append recutils "/bin/recsel")))))))))
8749 (home-page "https://github.com/emacs-helm/helm-system-packages")
8750 (synopsis "Helm System Packages is an interface to your package manager")
8751 (description "List all available packages in Helm (with installed
8752 packages displayed in their own respective face). Fuzzy-search, mark and
8753 execute the desired action over any selections of packages: Install,
8754 uninstall, display packages details (in Org Mode) or insert details at point,
8755 find files owned by packages... And much more, including performing all the
8756 above over the network.")
8757 (license license:gpl3+))))
8758
8759 (define-public emacs-helm-org-rifle
8760 (package
8761 (name "emacs-helm-org-rifle")
8762 (version "1.7.0")
8763 (source
8764 (origin
8765 (method git-fetch)
8766 (uri (git-reference
8767 (url "https://github.com/alphapapa/helm-org-rifle")
8768 (commit version)))
8769 (file-name (git-file-name name version))
8770 (sha256
8771 (base32
8772 "058zvh7cdall7dl3xay9ibcjvs13fbqp8fli3lz980pinmsds3r2"))))
8773 (build-system emacs-build-system)
8774 (propagated-inputs
8775 `(("emacs-dash" ,emacs-dash)
8776 ("emacs-f" ,emacs-f)
8777 ("emacs-helm" ,emacs-helm)
8778 ("emacs-org" ,emacs-org)
8779 ("emacs-s" ,emacs-s)))
8780 (home-page "https://github.com/alphapapa/helm-org-rifle")
8781 (synopsis "Rifle through Org files")
8782 (description "This package searches both headings and contents of entries
8783 in Org buffers and displays matching entries.")
8784 (license license:gpl3+)))
8785
8786 (define-public emacs-dired-toggle-sudo
8787 (package
8788 (name "emacs-dired-toggle-sudo")
8789 (version "1.0")
8790 (source
8791 (origin
8792 (method git-fetch)
8793 (uri (git-reference
8794 (url "https://github.com/renard/dired-toggle-sudo")
8795 (commit (string-append "v" version))))
8796 (file-name (git-file-name name version))
8797 (sha256
8798 (base32
8799 "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"))
8800 (patches
8801 (search-patches
8802 "emacs-dired-toggle-sudo-emacs-26.patch"))))
8803 (build-system emacs-build-system)
8804 (home-page "https://github.com/renard/dired-toggle-sudo")
8805 (synopsis "Browse directory with @code{sudo} privileges")
8806 (description "This package allows for the use of @code{dired} with
8807 @code{sudo} privileges.")
8808 (license license:wtfpl2)))
8809
8810 (define-public emacs-memoize
8811 (package
8812 (name "emacs-memoize")
8813 (version "1.1")
8814 (source
8815 (origin
8816 (method git-fetch)
8817 (uri (git-reference
8818 (url "https://github.com/skeeto/emacs-memoize.git")
8819 (commit version)))
8820 (file-name (git-file-name name version))
8821 (sha256
8822 (base32 "04qgnlg4x6va7x364dhj1wbjmz8p5iq2vk36mn9198k2vxmijwzk"))))
8823 (build-system emacs-build-system)
8824 (arguments
8825 `(#:tests? #t
8826 #:test-command '("emacs" "--batch"
8827 "-l" "memoize-test.el"
8828 "-f" "ert-run-tests-batch-and-exit")))
8829 (home-page "https://github.com/skeeto/emacs-memoize")
8830 (synopsis "Emacs lisp memoization library")
8831 (description "@code{emacs-memoize} is an Emacs library for
8832 memoizing functions.")
8833 (license license:unlicense)))
8834
8835 (define-public emacs-linum-relative
8836 (package
8837 (name "emacs-linum-relative")
8838 (version "0.6")
8839 (source
8840 (origin
8841 (method git-fetch)
8842 (uri (git-reference
8843 (url "https://github.com/coldnew/linum-relative.git")
8844 (commit version)))
8845 (file-name (git-file-name name version))
8846 (sha256
8847 (base32 "0b3n1gk2w1p72x0zfdz9l70winq2fnjpjrgq0awxx730xk7ypp5n"))))
8848 (build-system emacs-build-system)
8849 (home-page "https://github.com/coldnew/linum-relative")
8850 (synopsis "Relative line numbering for Emacs")
8851 (description "@code{emacs-linum-relative} displays the relative line
8852 number on the left margin in Emacs.")
8853 (license license:gpl2+)))
8854
8855 (define-public emacs-idle-highlight
8856 (package
8857 (name "emacs-idle-highlight")
8858 (version "1.1.3")
8859 (source
8860 (origin
8861 (method git-fetch)
8862 (uri (git-reference
8863 (url "https://github.com/nonsequitur/idle-highlight-mode.git")
8864 (commit version)))
8865 (file-name (git-file-name name version))
8866 (sha256
8867 (base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"))))
8868 (build-system emacs-build-system)
8869 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
8870 (synopsis "Highlights all occurrences of the word the point is on")
8871 (description
8872 "This Emacs package provides @code{idle-highlight-mode} that sets
8873 an idle timer to highlight all occurrences in the buffer of the word under
8874 the point.")
8875 (license license:gpl3+)))
8876
8877 (define-public emacs-ox-twbs
8878 (package
8879 (name "emacs-ox-twbs")
8880 (version "1.1.1")
8881 (source
8882 (origin
8883 (method git-fetch)
8884 (uri (git-reference
8885 (url "https://github.com/marsmining/ox-twbs.git")
8886 (commit (string-append "v" version))))
8887 (file-name (git-file-name name version))
8888 (sha256
8889 (base32 "0kd45p8y7ykadmai4jn1x1pgpafyqggwb1ccbjzalxw4k9wmd45f"))))
8890 (build-system emacs-build-system)
8891 (home-page "https://github.com/marsmining/ox-twbs")
8892 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
8893 (description
8894 "This Emacs package outputs your org-mode docs with a simple, clean and
8895 modern look. It implements a new HTML back-end for exporting org-mode docs as
8896 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
8897 jQuery and Bootstrap resources included via osscdn.")
8898 (license license:gpl3+)))
8899
8900 (define-public emacs-highlight-sexp
8901 (package
8902 (name "emacs-highlight-sexp")
8903 (version "1.0")
8904 (source
8905 (origin
8906 (method git-fetch)
8907 (uri (git-reference
8908 (url "https://github.com/daimrod/highlight-sexp.git")
8909 (commit (string-append "v" version))))
8910 (file-name (git-file-name name version))
8911 (sha256
8912 (base32 "12cyk2q5g6p4ac2hykw1cag7dp1prjjnck5f7nalwwaklmy62y79"))))
8913 (build-system emacs-build-system)
8914 (home-page "https://github.com/daimrod/highlight-sexp")
8915 (synopsis "Minor mode that highlights the s-exp at the current position")
8916 (description
8917 "This Emacs package highlights the s-exp at the current position.")
8918 (license license:gpl3+)))
8919
8920 (define-public emacs-highlight-stages
8921 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
8922 (revision "1"))
8923 (package
8924 (name "emacs-highlight-stages")
8925 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
8926 (source
8927 (origin
8928 (method git-fetch)
8929 (uri (git-reference
8930 (url "https://github.com/zk-phi/highlight-stages.git")
8931 (commit commit)))
8932 (file-name (git-file-name name version))
8933 (sha256
8934 (base32
8935 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
8936 (patches
8937 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
8938 (build-system emacs-build-system)
8939 (home-page "https://github.com/wigust/highlight-stages")
8940 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
8941 (description "@code{highlight-stages} provides an Emacs minor mode that
8942 highlights quasi-quoted expressions.")
8943 (license license:gpl3+))))
8944
8945 (define-public emacspeak
8946 (package
8947 (name "emacspeak")
8948 (version "50.0")
8949 (source
8950 (origin
8951 (method url-fetch)
8952 (uri (string-append
8953 "https://github.com/tvraman/emacspeak/releases/download/"
8954 version "/emacspeak-" version ".tar.bz2"))
8955 (sha256
8956 (base32
8957 "0rsj7rzfyqmyidfsjrhjnxi2d43axx6r3gac1fhv5xkkbiiqzqkb"))))
8958 (build-system gnu-build-system)
8959 (arguments
8960 '(#:make-flags (list (string-append "prefix="
8961 (assoc-ref %outputs "out")))
8962 #:phases
8963 (modify-phases %standard-phases
8964 (replace 'configure
8965 (lambda _
8966 (setenv "SHELL" (which "sh"))
8967 ;; Configure Emacspeak according to etc/install.org.
8968 (invoke "make" "config")))
8969 (add-after 'build 'build-espeak
8970 (lambda _
8971 (invoke "make" "espeak")))
8972 (replace 'install
8973 (lambda* (#:key inputs outputs #:allow-other-keys)
8974 (let* ((out (assoc-ref outputs "out"))
8975 (bin (string-append out "/bin"))
8976 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
8977 (info (string-append out "/share/info"))
8978 (emacs (string-append (assoc-ref inputs "emacs")
8979 "/bin/emacs")))
8980 ;; According to etc/install.org, the Emacspeak directory should
8981 ;; be copied to its installation destination.
8982 (for-each
8983 (lambda (file)
8984 (copy-recursively file (string-append lisp "/" file)))
8985 '("etc" "info" "js" "lisp" "media" "servers" "sounds"
8986 "stumpwm" "xsl"))
8987 ;; Make sure emacspeak is loaded from the correct directory.
8988 (substitute* "etc/emacspeak.sh"
8989 (("/lisp/emacspeak-setup.el")
8990 (string-append lisp "/lisp/emacspeak-setup.el")))
8991 ;; Install the convenient startup script.
8992 (mkdir-p bin)
8993 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
8994 #t))
8995 (add-after 'install 'wrap-program
8996 (lambda* (#:key inputs outputs #:allow-other-keys)
8997 (let* ((out (assoc-ref outputs "out"))
8998 (emacspeak (string-append out "/bin/emacspeak"))
8999 (espeak (string-append (assoc-ref inputs "espeak")
9000 "/bin/espeak")))
9001 ;; The environment variable DTK_PROGRAM tells emacspeak what
9002 ;; program to use for speech.
9003 (wrap-program emacspeak
9004 `("DTK_PROGRAM" ":" prefix (,espeak)))
9005 #t))))
9006 #:tests? #f)) ; no check target
9007 (inputs
9008 `(("emacs" ,emacs)
9009 ("espeak" ,espeak)
9010 ("perl" ,perl)
9011 ("tcl" ,tcl)
9012 ("tclx" ,tclx)))
9013 (home-page "http://emacspeak.sourceforge.net")
9014 (synopsis "Audio desktop interface for Emacs")
9015 (description
9016 "Emacspeak is a speech interface that allows visually impaired users to
9017 interact independently and efficiently with the computer. Audio formatting
9018 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
9019 allows Emacspeak to produce rich aural presentations of electronic information.
9020 By seamlessly blending all aspects of the Internet such as Web-surfing and
9021 messaging, Emacspeak speech-enables local and remote information via a
9022 consistent and well-integrated user interface.")
9023 (license license:gpl2+)))
9024
9025 (define-public emacs-adaptive-wrap
9026 (package
9027 (name "emacs-adaptive-wrap")
9028 (version "0.5.1")
9029 (source (origin
9030 (method url-fetch)
9031 (uri (string-append
9032 "https://elpa.gnu.org/packages/adaptive-wrap-"
9033 version ".el"))
9034 (sha256
9035 (base32
9036 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
9037 (build-system emacs-build-system)
9038 (home-page "https://elpa.gnu.org/packages/adaptive-wrap.html")
9039 (synopsis "Smart line-wrapping with wrap-prefix")
9040 (description
9041 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
9042 minor mode which sets the wrap-prefix property on the fly so that
9043 single-long-line paragraphs get word-wrapped in a way similar to what
9044 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
9045 actually changing the buffer's text.")
9046 (license license:gpl3+)))
9047
9048 (define-public emacs-diff-hl
9049 (package
9050 (name "emacs-diff-hl")
9051 (version "1.8.7")
9052 (source
9053 (origin
9054 (method git-fetch)
9055 (uri (git-reference
9056 (url "https://github.com/dgutov/diff-hl")
9057 (commit version)))
9058 (file-name (git-file-name name version))
9059 (sha256
9060 (base32 "0i7x6qgr3nydcwhw72sbc8z9x9dfhgkf0dqj9nakvx36vn1bblbq"))))
9061 (build-system emacs-build-system)
9062 (home-page "https://github.com/dgutov/diff-hl")
9063 (synopsis
9064 "Highlight uncommitted changes using VC")
9065 (description
9066 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
9067 window (using the fringe, by default), allows you to jump between
9068 the hunks and revert them selectively.")
9069 (license license:gpl3+)))
9070
9071 (define-public emacs-diminish
9072 (package
9073 (name "emacs-diminish")
9074 (version "0.45")
9075 (source
9076 (origin
9077 (method git-fetch)
9078 (uri (git-reference
9079 (url "https://github.com/myrjola/diminish.el.git")
9080 (commit (string-append "v" version))))
9081 (file-name (git-file-name name version))
9082 (sha256
9083 (base32 "0qpgfgp8hrzz4vdifxq8h25n0a0jlzgf7aa1fpy6r0080v5rqbb6"))))
9084 (build-system emacs-build-system)
9085 (home-page "https://github.com/myrjola/diminish.el")
9086 (synopsis "Diminish minor modes with no modeline display")
9087 (description "@code{emacs-diminish} implements hiding or
9088 abbreviation of the mode line displays (lighters) of minor modes.")
9089 (license license:gpl2+)))
9090
9091 (define-public emacs-use-package
9092 (package
9093 (name "emacs-use-package")
9094 (version "2.4")
9095 (source (origin
9096 (method git-fetch)
9097 (uri (git-reference
9098 (url "https://github.com/jwiegley/use-package")
9099 (commit version)))
9100 (file-name (git-file-name name version))
9101 (sha256
9102 (base32
9103 "1b7mjjh0d6fmkkd9vyj64vca27xqhga0nvyrrcqxpqjn62zq046y"))))
9104 (build-system emacs-build-system)
9105 (propagated-inputs
9106 `(("emacs-diminish" ,emacs-diminish)))
9107 (arguments
9108 `(#:tests? #t
9109 #:test-command '("emacs" "--batch"
9110 "-l" "use-package-tests.el"
9111 "-f" "ert-run-tests-batch-and-exit")))
9112 (home-page "https://github.com/jwiegley/use-package")
9113 (synopsis "Declaration for simplifying your .emacs")
9114 (description "The use-package macro allows you to isolate package
9115 configuration in your @file{.emacs} file in a way that is both
9116 performance-oriented and tidy.")
9117 (license license:gpl2+)))
9118
9119 (define-public emacs-leaf
9120 (package
9121 (name "emacs-leaf")
9122 (version "3.5.0")
9123 (source
9124 (origin
9125 (method git-fetch)
9126 (uri (git-reference
9127 (url "https://github.com/conao3/leaf.el.git")
9128 (commit (string-append "v" version))))
9129 (file-name (git-file-name name version))
9130 (sha256
9131 (base32
9132 "1rgd59146wad92yc64las0qgx67k2ifgsw1vwhp40xvkd7kb0r6d"))))
9133 (build-system emacs-build-system)
9134 (home-page "https://github.com/conao3/leaf.el")
9135 (arguments
9136 `(#:tests? #t
9137 #:test-command '("emacs" "--batch"
9138 "-l" "leaf-tests.el"
9139 "-f" "cort-test-run")))
9140 (synopsis
9141 "Simplify your init.el configuration, extended use-package")
9142 (description
9143 "This package provides macros that allows you to declaratively configure
9144 settings typical of an Elisp package with various keywords. The syntax is
9145 similar, but not identical to use-package -- overall, leaf aims at a cleaner
9146 and more predictable implementation.")
9147 (license license:agpl3+)))
9148
9149 (define-public emacs-strace-mode
9150 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
9151 (revision "1"))
9152 (package
9153 (name "emacs-strace-mode")
9154 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
9155 (source (origin
9156 (method git-fetch)
9157 (uri (git-reference
9158 (url "https://github.com/pkmoore/strace-mode")
9159 (commit commit)))
9160 (file-name (git-file-name name version))
9161 (sha256
9162 (base32
9163 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
9164 (build-system emacs-build-system)
9165 (home-page "https://github.com/pkmoore/strace-mode")
9166 (synopsis "Emacs major mode to highlight strace outputs")
9167 (description "@code{emacs-strace-mode} provides an Emacs major mode
9168 highlighting strace outputs.")
9169 (license license:gpl3+))))
9170
9171 (define-public emacs-default-encrypt
9172 (package
9173 (name "emacs-default-encrypt")
9174 (version "4.4")
9175 (source
9176 (origin
9177 (method url-fetch)
9178 (uri (string-append
9179 "https://informationelle-selbstbestimmung-im-internet.de"
9180 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
9181 (file-name (string-append "jl-encrypt-" version ".el"))
9182 (sha256
9183 (base32
9184 "0w9ggz075j1zwg7d0rv9k8238g600p7czfnnsnawswi7yps2xk78"))))
9185 (build-system emacs-build-system)
9186 (home-page
9187 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
9188 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
9189 (description
9190 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
9191 automatically encrypts messages that you send (e.g., email) when public keys
9192 for all recipients are available, and it protects you from accidentally
9193 sending un-encrypted messages. It can also be configured to automatically
9194 sign messages that you send. For details and instructions on how to use
9195 DefaultEncrypt, please refer to the home page or read the comments in the
9196 source file, @file{jl-encrypt.el}.")
9197 (license license:gpl3+)))
9198
9199 (define-public emacs-extend-smime
9200 (package
9201 (name "emacs-extend-smime")
9202 (version "3.3")
9203 (source
9204 (origin
9205 (method url-fetch)
9206 (uri (string-append
9207 "https://informationelle-selbstbestimmung-im-internet.de"
9208 "/emacs/jl-smime" version "/jl-smime.el"))
9209 (file-name (string-append "jl-smime-" version ".el"))
9210 (sha256
9211 (base32
9212 "1iv8s2wjmv3v5qfwlcy9hvvrmxxvp3f8m1krlr789q7bbh35jynh"))))
9213 (build-system emacs-build-system)
9214 (home-page
9215 "https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
9216 (synopsis "Improved S/MIME support for Gnus in Emacs")
9217 (propagated-inputs
9218 `(("emacs-default-encrypt" ,emacs-default-encrypt)))
9219 (description
9220 ;; TRANSLATORS: ExtendSMIME, DefaultEncrypt, and emacs-default-encrypt
9221 ;; should not be translated. The name "emacs-default-encrypt" refers to
9222 ;; the Guix package that provides DefaultEncrypt.
9223 "ExtendSMIME is designed to be used with Gnus in Emacs. It enhances
9224 DefaultEncrypt (emacs-default-encrypt) to support S/MIME (Secure/Multipurpose
9225 Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol).
9226 Before a message (e.g., email) is sent, ExtendSMIME searches for missing
9227 certificates via LDAP and imports them into @code{gpgsm}. When certificates
9228 for all recipients are available, DefaultEncrypt automatically encrypts the
9229 message. For details and instructions on how to use ExtendSMIME, please refer
9230 to the home page or read the comments in the source file,
9231 @file{jl-smime.el}.")
9232 (license license:gpl3+)))
9233
9234 (define-public emacs-htmlize
9235 (package
9236 (name "emacs-htmlize")
9237 (version "1.55")
9238 (source
9239 (origin
9240 (method git-fetch)
9241 (uri (git-reference
9242 (url "https://github.com/hniksic/emacs-htmlize.git")
9243 (commit (string-append "release/" version))))
9244 (file-name (git-file-name name version))
9245 (sha256
9246 (base32 "0gi3xshscpa53qrj8yplfsqahcilc2ybcc2p7gnh5nbnf2n1n97x"))))
9247 (build-system emacs-build-system)
9248 (home-page "https://github.com/hniksic/emacs-htmlize")
9249 (synopsis "Convert buffer text and decorations to HTML")
9250 (description "@code{emacs-htmlize} converts the buffer text and
9251 the associated decorations to HTML. Output to CSS, inline CSS and
9252 fonts is supported.")
9253 (license license:gpl2+)))
9254
9255 (define-public emacs-xmlgen
9256 (package
9257 (name "emacs-xmlgen")
9258 (version "0.5")
9259 (source
9260 (origin
9261 (method git-fetch)
9262 (uri (git-reference
9263 (url "https://github.com/philjackson/xmlgen.git")
9264 (commit version)))
9265 (file-name (git-file-name name version))
9266 (sha256
9267 (base32 "096i29v0badx0a6339h9ckdz78zj59gbjdp7vj7vhkq9d830392s"))))
9268 (build-system emacs-build-system)
9269 (arguments
9270 `(#:tests? #t
9271 #:test-command '("emacs" "--batch"
9272 "-l" "xmlgen-test.el"
9273 "-f" "ert-run-tests-batch-and-exit")))
9274 (home-page "https://github.com/philjackson/xmlgen")
9275 (synopsis "S-expression to XML domain specific language (DSL) in
9276 Emacs Lisp")
9277 (description "@code{emacs-xmlgen} provides S-expression to XML
9278 conversion for Emacs Lisp.")
9279 (license license:gpl2+)))
9280
9281 (define-public emacs-cdlatex
9282 (package
9283 (name "emacs-cdlatex")
9284 (version "4.7")
9285 (source
9286 (origin
9287 (method git-fetch)
9288 (uri (git-reference
9289 (url "https://github.com/cdominik/cdlatex.git")
9290 (commit version)))
9291 (file-name (git-file-name name version))
9292 (sha256
9293 (base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
9294 (build-system emacs-build-system)
9295 (propagated-inputs
9296 `(("emacs-auctex" ,emacs-auctex)))
9297 (home-page "https://github.com/cdominik/cdlatex")
9298 (synopsis "Fast Emacs input methods for LaTeX environments and
9299 math")
9300 (description "CDLaTeX is an Emacs minor mode supporting fast
9301 insertion of environment templates and math in LaTeX. Similar
9302 commands are also offered as part of the AUCTeX package, but it is not
9303 the same - CDLaTeX focuses on speediness for inserting LaTeX
9304 constructs.")
9305 (license license:gpl3+)))
9306
9307 (define-public emacs-cnfonts
9308 (package
9309 (name "emacs-cnfonts")
9310 (version "0.9.1")
9311 (source
9312 (origin
9313 (method git-fetch)
9314 (uri (git-reference
9315 (url "https://github.com/tumashu/cnfonts.git")
9316 (commit (string-append "v" version))))
9317 (file-name (git-file-name name version))
9318 (sha256
9319 (base32 "11d44lf0m0kbzq1mvyqkl4aprys0xqaarp08nij57xnynin1rynx"))))
9320 (build-system emacs-build-system)
9321 (home-page "https://github.com/tumashu/cnfonts")
9322 (synopsis "Emacs Chinese fonts setup tool")
9323 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
9324 configuration of Chinese fonts.")
9325 (license license:gpl2+)))
9326
9327 (define-public emacs-php-mode
9328 (package
9329 (name "emacs-php-mode")
9330 (version "1.22.2")
9331 (source (origin
9332 (method git-fetch)
9333 (uri (git-reference
9334 (url "https://github.com/ejmr/php-mode.git")
9335 (commit (string-append "v" version))))
9336 (file-name (git-file-name name version))
9337 (sha256
9338 (base32
9339 "1r4bpyavlndd4c78cv5cc97bc0gkd4cggiyz4kd2vg6zlyc1nld3"))))
9340 (build-system emacs-build-system)
9341 (home-page "https://github.com/ejmr/php-mode")
9342 (synopsis "Major mode for editing PHP code")
9343 (description "@code{php-mode} is a major mode for editing PHP source
9344 code. It's an extension of C mode; thus it inherits all C mode's navigation
9345 functionality. But it colors according to the PHP grammar and indents
9346 according to the PEAR coding guidelines. It also includes a couple handy
9347 IDE-type features such as documentation search and a source and class
9348 browser.")
9349 (license license:gpl3+)))
9350
9351 (define-public emacs-pos-tip
9352 (package
9353 (name "emacs-pos-tip")
9354 (version "0.4.6")
9355 (source
9356 (origin
9357 (method git-fetch)
9358 (uri (git-reference
9359 (url "https://github.com/pitkali/pos-tip.git")
9360 (commit version)))
9361 (file-name (git-file-name name version))
9362 (sha256
9363 (base32 "0w8bnspnk871qndp18hs0wk4x9x31xr9rwbvf5dc8mcbnj29ch33"))))
9364 (build-system emacs-build-system)
9365 ;; The following functions and variables needed by emacs-pos-tip are
9366 ;; not included in emacs-minimal:
9367 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
9368 (arguments `(#:emacs ,emacs))
9369 (home-page "https://github.com/pitkali/pos-tip")
9370 (synopsis "Show tooltip at point")
9371 (description "The standard library tooltip.el provides a function for
9372 displaying a tooltip at the mouse position. However, locating a tooltip at an
9373 arbitrary buffer position in a window is not easy. Pos-tip provides such a
9374 function to be used by other frontend programs.")
9375 (license license:gpl2+)))
9376
9377 (define-public emacs-pyim-basedict
9378 (package
9379 (name "emacs-pyim-basedict")
9380 (version "0.3.1")
9381 (source
9382 (origin
9383 (method git-fetch)
9384 (uri (git-reference
9385 (url "https://github.com/tumashu/pyim-basedict.git")
9386 (commit (string-append "v" version))))
9387 (file-name (git-file-name name version))
9388 (sha256
9389 (base32 "0576r8ap9gp91ycjf1d47pn13kxp0f9fysn09zlq44hr0s1y2y5d"))))
9390 (build-system emacs-build-system)
9391 (home-page "https://github.com/tumashu/pyim-basedict")
9392 (synopsis "Input method dictionary of pyim")
9393 (description "Pyim-basedict is the default pinyin input method dictionary,
9394 containing words from the rime project.")
9395 (license license:gpl2+)))
9396
9397 (define-public emacs-pyim
9398 (package
9399 (name "emacs-pyim")
9400 (version "1.8")
9401 (source
9402 (origin
9403 (method git-fetch)
9404 (uri (git-reference
9405 (url "https://github.com/tumashu/pyim")
9406 (commit (string-append "v" version))))
9407 (file-name (git-file-name name version))
9408 (sha256
9409 (base32
9410 "16rma4cv7xgky0g3x4an27v30jdi6i1sqw43cl99zhkqvp43l3f9"))))
9411 (build-system emacs-build-system)
9412 (propagated-inputs
9413 `(("emacs-async" ,emacs-async)
9414 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
9415 ("emacs-popup" ,emacs-popup)
9416 ("emacs-posframe" ,emacs-posframe)))
9417 (home-page "https://github.com/tumashu/pyim")
9418 (synopsis "Chinese input method")
9419 (description "Chinese input method which supports quanpin, shuangpin, wubi
9420 and cangjie.")
9421 (license license:gpl2+)))
9422
9423 (define-public emacs-posframe
9424 (package
9425 (name "emacs-posframe")
9426 (version "0.5.0")
9427 (source
9428 (origin
9429 (method git-fetch)
9430 (uri (git-reference
9431 (url "https://github.com/tumashu/posframe")
9432 (commit (string-append "v" version))))
9433 (file-name (git-file-name name version))
9434 (sha256
9435 (base32
9436 "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
9437 (build-system emacs-build-system)
9438 ;; emacs-minimal does not include the function font-info
9439 (arguments `(#:emacs ,emacs))
9440 (home-page "https://github.com/tumashu/posframe")
9441 (synopsis "Pop a posframe (a child frame) at point")
9442 (description "@code{emacs-posframe} can pop a posframe at point. A
9443 posframe is a child frame displayed within its root window's buffer.
9444 @code{emacs-posframe} is fast and works well with CJK languages.")
9445 (license license:gpl3+)))
9446
9447 (define-public emacs-el2org
9448 (package
9449 (name "emacs-el2org")
9450 (version "0.6.0")
9451 (source
9452 (origin
9453 (method git-fetch)
9454 (uri (git-reference
9455 (url "https://github.com/tumashu/el2org.git")
9456 (commit (string-append "v" version))))
9457 (file-name (git-file-name name version))
9458 (sha256
9459 (base32 "0mzddqny6wpg1fv99xrvlv7rxmaifvmy5bvj4in4pldhm4cx4q1b"))))
9460 (build-system emacs-build-system)
9461 (home-page "https://github.com/tumashu/el2org")
9462 (synopsis "Convert Emacs-lisp file to org file")
9463 (description "El2org is a simple tool, which can convert Emacs-lisp file
9464 to org file, you can use this tool to write orgify commentary.")
9465 (license license:gpl2+)))
9466
9467 (define-public emacs-mustache
9468 (package
9469 (name "emacs-mustache")
9470 (version "0.23")
9471 (source
9472 (origin
9473 (method git-fetch)
9474 (uri (git-reference
9475 (url "https://github.com/Wilfred/mustache.el.git")
9476 (commit version)))
9477 (file-name (git-file-name name version))
9478 (sha256
9479 (base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
9480 (build-system emacs-build-system)
9481 (propagated-inputs
9482 `(("emacs-dash" ,emacs-dash)
9483 ("emacs-ht" ,emacs-ht)
9484 ("emacs-s" ,emacs-s)))
9485 (home-page "https://github.com/Wilfred/mustache.el")
9486 (synopsis "Mustache templating library for Emacs")
9487 (description "Mustache templating library for Emacs, mustache is
9488 a simple web template system, which is described as a logic-less system
9489 because it lacks any explicit control flow statements, both looping and
9490 conditional evaluation can be achieved using section tags processing lists
9491 and lambdas.")
9492 (license license:gpl3+)))
9493
9494 (define-public emacs-org2web
9495 (package
9496 (name "emacs-org2web")
9497 (version "0.9.1")
9498 (source
9499 (origin
9500 (method git-fetch)
9501 (uri (git-reference
9502 (url "https://github.com/tumashu/org2web.git")
9503 (commit (string-append "v" version))))
9504 (file-name (git-file-name name version))
9505 (sha256
9506 (base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"))))
9507 (build-system emacs-build-system)
9508 (propagated-inputs
9509 `(("emacs-dash" ,emacs-dash)
9510 ("emacs-el2org" ,emacs-el2org)
9511 ("emacs-ht" ,emacs-ht)
9512 ("emacs-mustache" ,emacs-mustache)
9513 ("emacs-simple-httpd" ,emacs-simple-httpd)))
9514 (home-page "https://github.com/tumashu/org2web")
9515 (synopsis "Static site generator based on org-mode ")
9516 (description "Org2web is a static site generator based on org-mode,
9517 which code derived from Kelvin H's org-page.")
9518 (license license:gpl2+)))
9519
9520 (define-public emacs-xelb
9521 (package
9522 (name "emacs-xelb")
9523 (version "0.18")
9524 (source (origin
9525 (method url-fetch)
9526 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
9527 version ".tar"))
9528 (sha256
9529 (base32
9530 "1fp5mzl63sh0h3ws4l5p4qgvi7ny8a3fj6k4dhqa98xgw2bx03v7"))))
9531 (build-system emacs-build-system)
9532 ;; The following functions and variables needed by emacs-xelb are
9533 ;; not included in emacs-minimal:
9534 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
9535 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
9536 ;; x-display-pixel-width, x-display-pixel-height
9537 (arguments
9538 `(#:emacs ,emacs
9539 #:phases
9540 (modify-phases %standard-phases
9541 (add-after 'unpack 'regenerate-el-files
9542 (lambda* (#:key inputs #:allow-other-keys)
9543 (invoke "make"
9544 (string-append "PROTO_PATH="
9545 (assoc-ref inputs "xcb-proto")
9546 "/share/xcb")
9547 (string-append "EMACS_BIN="
9548 (assoc-ref inputs "emacs")
9549 "/bin/emacs -Q")))))))
9550 (native-inputs `(("xcb-proto" ,xcb-proto)))
9551 (home-page "https://github.com/ch11ng/xelb")
9552 (synopsis "X protocol Emacs Lisp binding")
9553 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
9554 X11 protocol based on the XML description files from the XCB project. It
9555 features an object-oriented API and permits a certain degree of concurrency.
9556 It should enable you to implement low-level X11 applications.")
9557 (license license:gpl3+)))
9558
9559 (define-public emacs-exwm
9560 (package
9561 (name "emacs-exwm")
9562 (version "0.23")
9563 (synopsis "Emacs X window manager")
9564 (source (origin
9565 (method url-fetch)
9566 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
9567 version ".tar"))
9568 (sha256
9569 (base32
9570 "05w1v3wrp1lzz20zd9lcvr5nhk809kgy6svvkbs15xhnr6x55ad5"))))
9571 (build-system emacs-build-system)
9572 (propagated-inputs
9573 `(("emacs-xelb" ,emacs-xelb)))
9574 (inputs
9575 `(("xhost" ,xhost)
9576 ("dbus" ,dbus)))
9577 ;; The following functions and variables needed by emacs-exwm are
9578 ;; not included in emacs-minimal:
9579 ;; scroll-bar-mode, fringe-mode
9580 ;; x-display-pixel-width, x-display-pixel-height
9581 (arguments
9582 `(#:emacs ,emacs
9583 #:phases
9584 (modify-phases %standard-phases
9585 (add-after 'build 'install-xsession
9586 (lambda* (#:key inputs outputs #:allow-other-keys)
9587 (let* ((out (assoc-ref outputs "out"))
9588 (xsessions (string-append out "/share/xsessions"))
9589 (bin (string-append out "/bin"))
9590 (exwm-executable (string-append bin "/exwm")))
9591 ;; Add a .desktop file to xsessions
9592 (mkdir-p xsessions)
9593 (mkdir-p bin)
9594 (with-output-to-file
9595 (string-append xsessions "/exwm.desktop")
9596 (lambda _
9597 (format #t "[Desktop Entry]~@
9598 Name=~a~@
9599 Comment=~a~@
9600 Exec=~a~@
9601 TryExec=~:*~a~@
9602 Type=Application~%" ,name ,synopsis exwm-executable)))
9603 ;; Add a shell wrapper to bin
9604 (with-output-to-file exwm-executable
9605 (lambda _
9606 (format #t "#!~a ~@
9607 ~a +SI:localuser:$USER ~@
9608 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
9609 (string-append (assoc-ref inputs "bash") "/bin/sh")
9610 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
9611 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
9612 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
9613 '(cond
9614 ((file-exists-p "~/.exwm")
9615 (load-file "~/.exwm"))
9616 ((not (featurep 'exwm))
9617 (require 'exwm)
9618 (require 'exwm-config)
9619 (exwm-config-default)
9620 (message (concat "exwm configuration not found. "
9621 "Falling back to default configuration...")))))))
9622 (chmod exwm-executable #o555)
9623 #t))))))
9624 (home-page "https://github.com/ch11ng/exwm")
9625 (description "EXWM is a full-featured tiling X window manager for Emacs
9626 built on top of XELB.")
9627 (license license:gpl3+)))
9628
9629 (define-public emacs-switch-window
9630 (package
9631 (name "emacs-switch-window")
9632 (version "1.6.2")
9633 (source
9634 (origin
9635 (method git-fetch)
9636 (uri (git-reference
9637 (url "https://github.com/dimitri/switch-window")
9638 (commit (string-append "v" version))))
9639 (file-name (git-file-name name version))
9640 (sha256
9641 (base32
9642 "0rci96asgamr6qp6nkyr5vwrnslswjxcjd96yccy4aivh0g66yfg"))))
9643 (build-system emacs-build-system)
9644 (home-page "https://github.com/dimitri/switch-window")
9645 (synopsis "Emacs window switch tool")
9646 (description "Switch-window is an emacs window switch tool, which
9647 offer a visual way to choose a window to switch to, delete, split or
9648 other operations.")
9649 (license license:wtfpl2)))
9650
9651 (define-public emacs-exwm-x
9652 (package
9653 (name "emacs-exwm-x")
9654 (version "1.9.0")
9655 (synopsis "Derivative window manager based on EXWM")
9656 (source
9657 (origin
9658 (method git-fetch)
9659 (uri (git-reference
9660 (url "https://github.com/tumashu/exwm-x")
9661 (commit (string-append "v" version))))
9662 (file-name (git-file-name name version))
9663 (sha256
9664 (base32
9665 "03l3dl7s1qys1kkh40rm1sfx7axy1b8sf5f6nyksj9ps6d30p5i4"))))
9666 (build-system emacs-build-system)
9667 (propagated-inputs
9668 `(("emacs-exwm" ,emacs-exwm)
9669 ("emacs-switch-window" ,emacs-switch-window)
9670 ("emacs-ivy" ,emacs-ivy)
9671 ("emacs-use-package" ,emacs-use-package)))
9672 (inputs
9673 `(("xhost" ,xhost)
9674 ("dbus" ,dbus)))
9675 ;; Need emacs instead of emacs-minimal,
9676 ;; for emacs's bin path will be inserted into bin/exwm-x file.
9677 (arguments
9678 `(#:emacs ,emacs
9679 #:phases
9680 (modify-phases %standard-phases
9681 (add-after 'build 'install-xsession
9682 (lambda* (#:key inputs outputs #:allow-other-keys)
9683 (let* ((out (assoc-ref outputs "out"))
9684 (xsessions (string-append out "/share/xsessions"))
9685 (bin (string-append out "/bin"))
9686 (exwm-executable (string-append bin "/exwm-x")))
9687 ;; Add a .desktop file to xsessions
9688 (mkdir-p xsessions)
9689 (mkdir-p bin)
9690 (with-output-to-file
9691 (string-append xsessions "/exwm-x.desktop")
9692 (lambda _
9693 (format #t "[Desktop Entry]~@
9694 Name=~a~@
9695 Comment=~a~@
9696 Exec=~a~@
9697 TryExec=~@*~a~@
9698 Type=Application~%" ,name ,synopsis exwm-executable)))
9699 ;; Add a shell wrapper to bin
9700 (with-output-to-file exwm-executable
9701 (lambda _
9702 (format #t "#!~a ~@
9703 ~a +SI:localuser:$USER ~@
9704 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
9705 (string-append (assoc-ref inputs "bash") "/bin/sh")
9706 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
9707 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
9708 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
9709 '(require 'exwmx-loader))))
9710 (chmod exwm-executable #o555)
9711 #t))))))
9712 (home-page "https://github.com/tumashu/exwm-x")
9713 (description "EXWM-X is a derivative window manager based on EXWM, with focus
9714 on mouse-control.")
9715 (license license:gpl3+)))
9716
9717 (define-public emacs-gnugo
9718 (package
9719 (name "emacs-gnugo")
9720 (version "3.1.0")
9721 (source
9722 (origin
9723 (method url-fetch)
9724 (uri (string-append "https://elpa.gnu.org/packages/gnugo-"
9725 version ".tar"))
9726 (sha256
9727 (base32
9728 "0xpjvs250gg71qwapdsb1hlc61gs0gpkjds01srf784fvyxx2gf1"))))
9729 (build-system emacs-build-system)
9730 (arguments
9731 `(#:phases (modify-phases %standard-phases
9732 (add-after 'unpack 'configure-default-gnugo-xpms-variable
9733 (lambda _
9734 (substitute* "gnugo.el"
9735 (("defvar gnugo-xpms nil")
9736 "defvar gnugo-xpms #'gnugo-imgen-create-xpms"))
9737 #t)))))
9738 (propagated-inputs
9739 `(("emacs-ascii-art-to-unicode" ,emacs-ascii-art-to-unicode)
9740 ("emacs-xpm" ,emacs-xpm)))
9741 (home-page "https://elpa.gnu.org/packages/gnugo.html")
9742 (synopsis "Emacs major mode for playing GNU Go")
9743 (description "This package provides an Emacs based interface for GNU Go.
9744 It has a graphical mode where the board and stones are drawn using XPM images
9745 and supports the use of a mouse.")
9746 (license license:gpl3+)))
9747
9748 (define-public emacs-gnuplot
9749 (package
9750 (name "emacs-gnuplot")
9751 (version "0.7.0")
9752 (source
9753 (origin
9754 (method git-fetch)
9755 (uri (git-reference
9756 (url "https://github.com/bruceravel/gnuplot-mode.git")
9757 (commit version)))
9758 (file-name (git-file-name name version))
9759 (sha256
9760 (base32 "0bwri3cvm2vr27kyqkrddm28fs08axnd4nm9amfgp54xp20bn4yn"))))
9761 (build-system gnu-build-system)
9762 (native-inputs `(("emacs" ,emacs-minimal)))
9763 (arguments
9764 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
9765 "/gnuplot-" version)))
9766 `(#:modules ((guix build gnu-build-system)
9767 (guix build utils)
9768 (guix build emacs-utils))
9769 #:imported-modules (,@%gnu-build-system-modules
9770 (guix build emacs-utils))
9771 #:configure-flags
9772 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
9773 "/bin/emacs")
9774 (string-append "--with-lispdir=" %output ,elisp-dir))
9775 #:phases
9776 (modify-phases %standard-phases
9777 (add-after 'install 'generate-autoloads
9778 (lambda* (#:key outputs #:allow-other-keys)
9779 (emacs-generate-autoloads
9780 "gnuplot"
9781 (string-append (assoc-ref outputs "out") ,elisp-dir))
9782 #t))))))
9783 (home-page "https://github.com/bruceravel/gnuplot-mode")
9784 (synopsis "Emacs major mode for interacting with gnuplot")
9785 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
9786 with gnuplot.")
9787 (license license:gpl2+)))
9788
9789 (define-public emacs-transpose-frame
9790 (package
9791 (name "emacs-transpose-frame")
9792 (version "0.1.0")
9793 (source
9794 (origin
9795 (method url-fetch)
9796 (uri "https://www.emacswiki.org/emacs/download/transpose-frame.el")
9797 (file-name (string-append "transpose-frame-" version ".el"))
9798 (sha256
9799 (base32
9800 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
9801 (build-system emacs-build-system)
9802 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
9803 (synopsis "Transpose window arrangement in current frame")
9804 (description "@code{emacs-transpose-frame} provides some interactive
9805 functions which allows users to transpose windows arrangement in currently
9806 selected frame.")
9807 (license license:bsd-2)))
9808
9809 (define-public emacs-key-chord
9810 (package
9811 (name "emacs-key-chord")
9812 (version "0.6")
9813 (source
9814 (origin
9815 (method url-fetch)
9816 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
9817 (file-name (string-append "key-chord-" version ".el"))
9818 (sha256
9819 (base32
9820 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
9821 (build-system emacs-build-system)
9822 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
9823 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
9824 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
9825 mode for binding key chords to commands. A key chord is defined as two keys
9826 pressed simultaneously or a single key quickly pressed twice.")
9827 (license license:gpl2+)))
9828
9829 (define-public emacs-evil-surround
9830 (package
9831 (name "emacs-evil-surround")
9832 (version "1.0.4")
9833 (source
9834 (origin
9835 (method git-fetch)
9836 (uri (git-reference
9837 (url "https://github.com/emacs-evil/evil-surround")
9838 (commit version)))
9839 (file-name (git-file-name name version))
9840 (sha256
9841 (base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
9842 (build-system emacs-build-system)
9843 (propagated-inputs
9844 `(("emacs-evil" ,emacs-evil)))
9845 (arguments
9846 `(#:tests? #t
9847 #:test-command '("make" "test")))
9848 (home-page "https://github.com/emacs-evil/evil-surround")
9849 (synopsis "Easily modify surrounding parentheses and quotes")
9850 (description "@code{emacs-evil-surround} allows easy deletion, change and
9851 addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
9852 (license license:gpl3+)))
9853
9854 (define-public emacs-evil-commentary
9855 (package
9856 (name "emacs-evil-commentary")
9857 (version "2.1.1")
9858 (source
9859 (origin
9860 (method git-fetch)
9861 (uri (git-reference
9862 (url "https://github.com/linktohack/evil-commentary.git")
9863 (commit (string-append "v" version))))
9864 (file-name (git-file-name name version))
9865 (sha256
9866 (base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"))))
9867 (build-system emacs-build-system)
9868 (propagated-inputs
9869 `(("emacs-evil" ,emacs-evil)))
9870 (home-page "https://github.com/linktohack/evil-commentary")
9871 (synopsis "Comment out code in evil mode")
9872 (description "@code{emacs-evil-commentary} adds keybindings to easily
9873 comment out lines of code in evil mode. It provides @code{gcc} to comment out
9874 lines, and @code{gc} to comment out the target of a motion.")
9875 (license license:gpl3+)))
9876
9877 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
9878 ;; therefore cannot be run
9879 (define-public emacs-ansi
9880 (package
9881 (name "emacs-ansi")
9882 (version "0.4.1")
9883 (source
9884 (origin
9885 (method git-fetch)
9886 (uri (git-reference
9887 (url "https://github.com/rejeep/ansi.el.git")
9888 (commit (string-append "v" version))))
9889 (file-name (git-file-name name version))
9890 (sha256
9891 (base32 "1hbddxarr40ygvaw4pwaivq2l4f0brszw73w1r50lkjlggb7bl3g"))))
9892 (build-system emacs-build-system)
9893 (propagated-inputs
9894 `(("emacs-dash" ,emacs-dash)
9895 ("emacs-s" ,emacs-s)))
9896 (home-page "https://github.com/rejeep/ansi.el")
9897 (synopsis "Convert strings to ANSI")
9898 (description "@code{emacs-ansi} defines functions that turns simple
9899 strings to ANSI strings. Turning a string into an ANSI string can be to add
9900 color to a text, add color in the background of a text or adding a style, such
9901 as bold, underscore or italic.")
9902 (license license:gpl3+)))
9903
9904 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
9905 ;; therefore cannot be run
9906 (define-public emacs-commander
9907 (package
9908 (name "emacs-commander")
9909 (version "0.7.0")
9910 (source
9911 (origin
9912 (method git-fetch)
9913 (uri (git-reference
9914 (url "https://github.com/rejeep/commander.el.git")
9915 (commit (string-append "v" version))))
9916 (file-name (git-file-name name version))
9917 (sha256
9918 (base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
9919 (build-system emacs-build-system)
9920 (propagated-inputs
9921 `(("emacs-dash" ,emacs-dash)
9922 ("emacs-f" ,emacs-f)
9923 ("emacs-s" ,emacs-s)))
9924 (home-page "https://github.com/rejeep/commander.el")
9925 (synopsis "Emacs command line parser")
9926 (description "@code{emacs-commander} provides command line parsing for
9927 Emacs.")
9928 (license license:gpl3+)))
9929
9930 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
9931 ;; cannot be run
9932 (define-public emacs-ert-runner
9933 (let ((version "0.7.0")
9934 (revision "1")
9935 (commit "90b8fdd5970ef76a4649be60003b37f82cdc1a65"))
9936 (package
9937 (name "emacs-ert-runner")
9938 (version (git-version "0.7.0" revision commit))
9939 (source
9940 (origin
9941 (method git-fetch)
9942 (uri (git-reference
9943 (url "https://github.com/rejeep/ert-runner.el.git")
9944 (commit commit)))
9945 (file-name (git-file-name name version))
9946 (sha256
9947 (base32
9948 "04nxmyzncacj2wmzd84vv9wkkr2dk9lcb10dvygqmg3p1gadnwzz"))))
9949 (build-system emacs-build-system)
9950 (inputs
9951 `(("emacs-ansi" ,emacs-ansi)
9952 ("emacs-commander" ,emacs-commander)
9953 ("emacs-dash" ,emacs-dash)
9954 ("emacs-f" ,emacs-f)
9955 ("emacs-s" ,emacs-s)
9956 ("emacs-shut-up" ,emacs-shut-up)))
9957 (arguments
9958 `(#:phases
9959 (modify-phases %standard-phases
9960 (add-after 'install 'install-executable
9961 (lambda* (#:key inputs outputs #:allow-other-keys)
9962 (let ((out (assoc-ref outputs "out"))
9963 (source-directory (string-append
9964 (getenv "TMPDIR") "/source")))
9965 (substitute* "bin/ert-runner"
9966 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
9967 (string-append "ERT_RUNNER=\"" out
9968 "/share/emacs/site-lisp")))
9969 (install-file "bin/ert-runner" (string-append out "/bin"))
9970 (wrap-program (string-append out "/bin/ert-runner")
9971 (list "EMACSLOADPATH" ":" 'prefix
9972 ;; Do not capture the transient source directory in
9973 ;; the wrapper.
9974 (delete source-directory
9975 (string-split (getenv "EMACSLOADPATH") #\:))))
9976 #t))))
9977 #:include (cons* "^reporters/.*\\.el$" %default-include)))
9978 (home-page "https://github.com/rejeep/ert-runner.el")
9979 (synopsis "Opinionated Ert testing workflow")
9980 (description "@code{ert-runner} is a tool for Emacs projects tested
9981 using ERT. It assumes a certain test structure setup and can therefore make
9982 running tests easier.")
9983 (license license:gpl3+))))
9984
9985 (define-public ert-runner
9986 (deprecated-package "ert-runner" emacs-ert-runner))
9987
9988 (define-public emacs-xtest
9989 (package
9990 (name "emacs-xtest")
9991 (version "1.1.0")
9992 (source (origin
9993 (method git-fetch)
9994 (uri (git-reference
9995 (url "https://github.com/promethial/xtest.git")
9996 (commit (string-append "v" version))))
9997 (file-name (git-file-name name version))
9998 (sha256
9999 (base32
10000 "1wqx6hlqcmqiljydih5fx89dw06g8w728pyn4iqsap8jwgjngb09"))))
10001 (arguments
10002 `(#:exclude '()))
10003 (build-system emacs-build-system)
10004 (home-page "https://github.com/promethial/xtest/")
10005 (synopsis "Simple testing with Emacs")
10006 (description "This package provides a simple testing library for Emacs.")
10007 (license license:gpl3+)))
10008
10009 (define-public emacs-disable-mouse
10010 (package
10011 (name "emacs-disable-mouse")
10012 (version "0.2")
10013 (source
10014 (origin
10015 (method git-fetch)
10016 (uri (git-reference
10017 (url "https://github.com/purcell/disable-mouse.git")
10018 (commit version)))
10019 (file-name (git-file-name name version))
10020 (sha256
10021 (base32 "1v1y5hf6k6ng7xsvgb27nh740d14m6l4krr0paccda8zgm4mw357"))))
10022 (build-system emacs-build-system)
10023 (home-page "https://github.com/purcell/disable-mouse")
10024 (synopsis "Disable mouse commands globally")
10025 (description
10026 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
10027 pair of minor modes which suppress all mouse events by intercepting them and
10028 running a customisable handler command (@code{ignore} by default). ")
10029 (license license:gpl3+)))
10030
10031 (define-public emacs-json-reformat
10032 (package
10033 (name "emacs-json-reformat")
10034 (version "0.0.6")
10035 (source
10036 (origin
10037 (method git-fetch)
10038 (uri (git-reference
10039 (url "https://github.com/gongo/json-reformat.git")
10040 (commit version)))
10041 (file-name (git-file-name name version))
10042 (sha256
10043 (base32 "0qp4n2k6s69jj4gwwimkpadjv245y54wk3bxb1x96f034gkp81vs"))
10044 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
10045 (build-system emacs-build-system)
10046 (propagated-inputs
10047 `(("emacs-undercover" ,emacs-undercover)))
10048 (native-inputs
10049 `(("emacs-dash" ,emacs-dash)
10050 ("emacs-shut-up" ,emacs-shut-up)
10051 ("ert-runner" ,emacs-ert-runner)))
10052 (arguments
10053 `(#:tests? #t
10054 #:test-command '("ert-runner")
10055 #:phases
10056 (modify-phases %standard-phases
10057 (add-before 'check 'make-tests-writable
10058 (lambda _
10059 (for-each make-file-writable (find-files "test"))
10060 #t))
10061 (add-before 'check 'delete-json-objects-order-test
10062 (lambda _
10063 (emacs-batch-edit-file "test/json-reformat-test.el"
10064 `(progn (progn (goto-char (point-min))
10065 (re-search-forward
10066 "ert-deftest json-reformat-test:json-reformat-region")
10067 (beginning-of-line)
10068 (kill-sexp))
10069 (basic-save-buffer)))
10070 #t)))))
10071 (home-page "https://github.com/gongo/json-reformat")
10072 (synopsis "Reformatting tool for JSON")
10073 (description "@code{json-reformat} provides a reformatting tool for
10074 @url{http://json.org/, JSON}.")
10075 (license license:gpl3+)))
10076
10077 (define-public emacs-json-snatcher
10078 (package
10079 (name "emacs-json-snatcher")
10080 (version "1.0.0")
10081 (source
10082 (origin
10083 (method git-fetch)
10084 (uri (git-reference
10085 (url "https://github.com/Sterlingg/json-snatcher.git")
10086 (commit version)))
10087 (file-name (git-file-name name version))
10088 (sha256
10089 (base32 "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"))))
10090 (build-system emacs-build-system)
10091 (home-page "https://github.com/sterlingg/json-snatcher")
10092 (synopsis "Grabs the path to JSON values in a JSON file")
10093 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
10094 a @url{http://json.org/, JSON} file.")
10095 (license license:gpl3+)))
10096
10097 (define-public emacs-json-mode
10098 (package
10099 (name "emacs-json-mode")
10100 (version "1.7.0")
10101 (source
10102 (origin
10103 (method git-fetch)
10104 (uri (git-reference
10105 (url "https://github.com/joshwnj/json-mode.git")
10106 (commit (string-append "v" version))))
10107 (file-name (git-file-name name version))
10108 (sha256
10109 (base32 "0i79lqzdg59vkqwjd3q092xxn9vhxspb1vn4pkis0vfvn46g01jy"))))
10110 (build-system emacs-build-system)
10111 (propagated-inputs
10112 `(("emacs-json-reformat" ,emacs-json-reformat)
10113 ("emacs-json-snatcher" ,emacs-json-snatcher)))
10114 (home-page "https://github.com/joshwnj/json-mode")
10115 (synopsis "Major mode for editing JSON files")
10116 (description "@code{json-mode} extends the builtin js-mode syntax
10117 highlighting.")
10118 (license license:gpl3+)))
10119
10120 (define-public emacs-restclient
10121 (let ((commit "422ee8d8b077dffe65706a0f027ed700b84746bc")
10122 (version "0")
10123 (revision "2")) ;Guix package revision,
10124 ;upstream doesn't have official releases
10125 (package
10126 (name "emacs-restclient")
10127 (version (git-version version revision commit))
10128 (source (origin
10129 (method git-fetch)
10130 (uri (git-reference
10131 (url "https://github.com/pashky/restclient.el.git")
10132 (commit commit)))
10133 (sha256
10134 (base32
10135 "067nin7vxkdpffxa0q61ybv7szihhvpdinivmci9qkbb86rs9kkz"))
10136 (file-name (git-file-name name version))))
10137 (build-system emacs-build-system)
10138 (propagated-inputs
10139 `(("emacs-helm" ,emacs-helm)))
10140 (home-page "https://github.com/pashky/restclient.el")
10141 (synopsis "Explore and test HTTP REST webservices")
10142 (description
10143 "This tool allows for testing and exploration of HTTP REST Web services
10144 from within Emacs. Restclient runs queries from a plan-text query sheet,
10145 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
10146 (license license:public-domain))))
10147
10148 (define-public emacs-whitespace-cleanup-mode
10149 (let ((commit "72427144b054b0238a86e1348c45d986b8830d9d")
10150 (revision "1"))
10151 (package
10152 (name "emacs-whitespace-cleanup-mode")
10153 (version (git-version "0.10" revision commit))
10154 (source (origin
10155 (method git-fetch)
10156 (uri (git-reference
10157 (url "https://github.com/purcell/whitespace-cleanup-mode")
10158 (commit commit)))
10159 (sha256
10160 (base32
10161 "1zlk534jbwrsabcg3kqlzk4h4hwya60lh6q2n1v4yn4rpf5ghsag"))
10162 (file-name (git-file-name name version))))
10163 (build-system emacs-build-system)
10164 (home-page "https://github.com/purcell/whitespace-cleanup-mode")
10165 (synopsis "Intelligently call @code{whitespace-cleanup} on save")
10166 (description
10167 "This package provides a minor mode that calls
10168 @code{whitespace-cleanup} before saving the current buffer only if the
10169 whitespace in the buffer was initially clean.")
10170 (license license:gpl3+))))
10171
10172 (define-public emacs-eimp
10173 (let ((version "1.4.0")
10174 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
10175 (revision "1"))
10176 (package
10177 (name "emacs-eimp")
10178 (version (git-version version revision commit))
10179 (source
10180 (origin
10181 (method git-fetch)
10182 (uri (git-reference
10183 (url "https://github.com/nicferrier/eimp.git")
10184 (commit commit)))
10185 (file-name (git-file-name name version))
10186 (sha256
10187 (base32
10188 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
10189 (build-system emacs-build-system)
10190 (arguments
10191 `(#:phases
10192 (modify-phases %standard-phases
10193 (add-after 'unpack 'configure
10194 (lambda* (#:key inputs #:allow-other-keys)
10195 (let ((imagemagick (assoc-ref inputs "imagemagick")))
10196 ;; eimp.el is read-only in git.
10197 (chmod "eimp.el" #o644)
10198 (emacs-substitute-variables "eimp.el"
10199 ("eimp-mogrify-program"
10200 (string-append imagemagick "/bin/mogrify"))))
10201 #t)))))
10202 (inputs
10203 `(("imagemagick" ,imagemagick)))
10204 (home-page "https://github.com/nicferrier/eimp")
10205 (synopsis "Interactive image manipulation utility for Emacs")
10206 (description "@code{emacs-eimp} allows interactive image manipulation
10207 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
10208 the actual transformations.")
10209 (license license:gpl2+))))
10210
10211 (define-public emacs-dired-hacks
10212 (let ((commit "886befe113fae397407c804f72c45613d1d43535")
10213 (revision "2"))
10214 (package
10215 (name "emacs-dired-hacks")
10216 (version (git-version "0.0.1" revision commit))
10217 (source (origin
10218 (method git-fetch)
10219 (uri (git-reference
10220 (url "https://github.com/Fuco1/dired-hacks.git")
10221 (commit commit)))
10222 (file-name (git-file-name name version))
10223 (sha256
10224 (base32
10225 "1cvibg90ggyrivpjmcfprpi2fx7dpa68f8kzg08s88gw5ib75djl"))))
10226 (build-system emacs-build-system)
10227 (propagated-inputs
10228 `(("emacs-dash" ,emacs-dash)
10229 ("emacs-eimp" ,emacs-eimp)
10230 ("emacs-f" ,emacs-f)
10231 ("emacs-s" ,emacs-s)))
10232 (home-page "https://github.com/Fuco1/dired-hacks")
10233 (synopsis
10234 "Collection of useful dired additions")
10235 (description
10236 "This package provides the following collection of Emacs dired mode
10237 additions:
10238
10239 @itemize
10240 @item dired-avfs
10241 @item dired-columns
10242 @item dired-filter
10243 @item dired-hacks-utils
10244 @item dired-images
10245 @item dired-list
10246 @item dired-narrow
10247 @item dired-open
10248 @item dired-rainbow
10249 @item dired-ranger
10250 @item dired-subtree
10251 @item dired-tagsistant
10252 @end itemize\n")
10253 (license license:gpl3+))))
10254
10255 (define-public emacs-dired-sidebar
10256 (let ((commit "21ccb6723bea69f2e2ca25998268d8a039f904cc")
10257 (revision "1"))
10258 (package
10259 (name "emacs-dired-sidebar")
10260 (home-page "https://github.com/jojojames/dired-sidebar")
10261 (version (git-version "0.1.0" revision commit))
10262 (source (origin
10263 (method git-fetch)
10264 (uri (git-reference (url home-page) (commit commit)))
10265 (file-name (git-file-name name version))
10266 (sha256
10267 (base32
10268 "0mck4qk6srbbf8xnn2sg11j822z4ybxvgavvy402d5sli515i8ca"))))
10269 (build-system emacs-build-system)
10270 (propagated-inputs
10271 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
10272 (synopsis "Sidebar for Emacs using Dired")
10273 (description
10274 "This package provides a sidebar for Emacs similar to @code{NeoTree}
10275 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
10276 (license license:gpl3+))))
10277
10278 (define-public emacs-which-key
10279 (package
10280 (name "emacs-which-key")
10281 (version "3.3.1")
10282 (source
10283 (origin
10284 (method git-fetch)
10285 (uri (git-reference
10286 (url "https://github.com/justbur/emacs-which-key.git")
10287 (commit (string-append "v" version))))
10288 (file-name (git-file-name name version))
10289 (sha256
10290 (base32 "1dh6kr00wmql46whjkvnl953zngiv5j99ypvr1b3cb2174623afb"))))
10291 (build-system emacs-build-system)
10292 (arguments
10293 `(#:tests? #t
10294 #:test-command '("emacs" "--batch"
10295 "-l" "which-key-tests.el"
10296 "-f" "ert-run-tests-batch-and-exit")))
10297 (home-page "https://github.com/justbur/emacs-which-key")
10298 (synopsis "Display available key bindings in popup")
10299 (description
10300 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
10301 bindings following your currently entered incomplete command (a prefix) in a
10302 popup. For example, after enabling the minor mode if you enter C-x and wait
10303 for the default of 1 second, the minibuffer will expand with all of the
10304 available key bindings that follow C-x (or as many as space allows given your
10305 settings).")
10306 (license license:gpl3+)))
10307
10308 (define-public emacs-hercules
10309 (package
10310 (name "emacs-hercules")
10311 (version "0.2.1")
10312 (source
10313 (origin
10314 (method git-fetch)
10315 (uri (git-reference
10316 (url "https://gitlab.com/jjzmajic/hercules.el.git")
10317 (commit (string-append "v" version))))
10318 (file-name (git-file-name name version))
10319 (sha256
10320 (base32
10321 "19939pf5d6p2facmfhpyghx0vipb5k6ry3bmkmjfkj1zp132zfqf"))))
10322 (build-system emacs-build-system)
10323 (propagated-inputs
10324 `(("emacs-which-key" ,emacs-which-key)))
10325 (home-page "https://gitlab.com/jjzmajic/hercules.el")
10326 (synopsis "Call a chain of related commands without repeated prefix keys")
10327 (description
10328 "This package provides sticky-key-like functionality to obviate the
10329 need for repeated prefix-key sequences, and can reuse existing keymaps. The
10330 list of commands is displayed in a handy popup.")
10331 (license license:gpl3+)))
10332
10333 (define-public emacs-ws-butler
10334 (package
10335 (name "emacs-ws-butler")
10336 (version "0.6")
10337 (source (origin
10338 (method git-fetch)
10339 (uri (git-reference
10340 (url "https://github.com/lewang/ws-butler.git")
10341 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
10342 (file-name (git-file-name name version))
10343 (sha256
10344 (base32
10345 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
10346 (build-system emacs-build-system)
10347 (native-inputs
10348 `(("ert-runner" ,emacs-ert-runner)))
10349 (arguments
10350 `(#:tests? #t
10351 #:test-command '("ert-runner" "tests")))
10352 (home-page "https://github.com/lewang/ws-butler")
10353 (synopsis "Trim spaces from end of lines")
10354 (description
10355 "This Emacs package automatically and unobtrusively trims whitespace
10356 characters from end of lines.")
10357 (license license:gpl3+)))
10358
10359 (define-public emacs-openwith
10360 (let ((changeset "aeb78782ec87680ea9f082a3f20a3675b3770cf9")
10361 (revision "0"))
10362 (package
10363 (name "emacs-openwith")
10364 (home-page "https://bitbucket.org/jpkotta/openwith")
10365 (version (git-version "0.0.1" revision changeset))
10366 (source (origin
10367 (method hg-fetch)
10368 (uri (hg-reference (url home-page) (changeset changeset)))
10369 (file-name (git-file-name name version))
10370 (sha256
10371 (base32
10372 "1wl6gnxsyhaad4cl9bxjc0qbc5jzvlwbwjbajs0n1s6qr07d6r01"))))
10373 (build-system emacs-build-system)
10374 (synopsis "Open external applications for files with Emacs")
10375 (description
10376 "This package enables you to associate file name patterns with external
10377 applications that are automatically invoked when you use commands like
10378 @code{find-file}. For example, you can have it open @code{png} files with
10379 @code{feh} and @code{mp4} files with @code{mpv}. This is especially useful
10380 when browsing files with Dired.")
10381 (license license:gpl2+))))
10382
10383 (define-public emacs-org-edit-latex
10384 (package
10385 (name "emacs-org-edit-latex")
10386 (version "0.8.0")
10387 (source
10388 (origin
10389 (method git-fetch)
10390 (uri (git-reference
10391 (url "https://github.com/et2010/org-edit-latex.git")
10392 (commit (string-append "v" version))))
10393 (file-name (git-file-name name version))
10394 (sha256
10395 (base32 "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
10396 (build-system emacs-build-system)
10397 (propagated-inputs
10398 `(("emacs-auctex" ,emacs-auctex)
10399 ;; The version of org in Emacs 25.2 is not sufficient, because the
10400 ;; `org-latex-make-preamble' function is required.
10401 ("emacs-org" ,emacs-org)))
10402 (home-page "https://github.com/et2010/org-edit-latex")
10403 (synopsis "Edit a latex fragment just like editing a src block")
10404 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
10405 It lets you edit a latex fragment in a dedicated buffer just like editing a
10406 src block.")
10407 (license license:gpl3+)))
10408
10409 (define-public emacs-emamux
10410 (package
10411 (name "emacs-emamux")
10412 (version "0.14")
10413 (source
10414 (origin
10415 (method git-fetch)
10416 (uri (git-reference
10417 (url "https://github.com/syohex/emacs-emamux.git")
10418 (commit version)))
10419 (file-name (git-file-name name version))
10420 (sha256
10421 (base32 "19y69qw79miim9cz5ji54gwspjkcp9g2c1xr5s7jj2fiabnxax6b"))))
10422 (build-system emacs-build-system)
10423 (home-page "https://github.com/syohex/emacs-emamux")
10424 (synopsis "Manipulate Tmux from Emacs")
10425 (description
10426 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
10427 multiplexer.")
10428 (license license:gpl3+)))
10429
10430 (define-public emacs-rpm-spec-mode
10431 (package
10432 (name "emacs-rpm-spec-mode")
10433 (version "0.16")
10434 (source
10435 (origin
10436 (method url-fetch)
10437 ;; URI has the Fedora release number instead of the version
10438 ;; number. This will have to updated manually every new release.
10439 (uri (string-append
10440 "https://src.fedoraproject.org/cgit/rpms"
10441 "/emacs-rpm-spec-mode.git/snapshot"
10442 "/emacs-rpm-spec-mode-f26.tar.gz"))
10443 (sha256
10444 (base32
10445 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
10446 (build-system emacs-build-system)
10447 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
10448 (synopsis "Emacs major mode for editing RPM spec files")
10449 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
10450 editing RPM spec files.")
10451 (license license:gpl2+)))
10452
10453 (define-public emacs-lcr
10454 (package
10455 (name "emacs-lcr")
10456 (version "1.1")
10457 (source
10458 (origin
10459 (method git-fetch)
10460 (uri (git-reference
10461 (url "https://github.com/jyp/lcr")
10462 (commit version)))
10463 (file-name (git-file-name name version))
10464 (sha256
10465 (base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
10466 (build-system emacs-build-system)
10467 (propagated-inputs
10468 `(("emacs-dash" ,emacs-dash)))
10469 (home-page "https://github.com/jyp/lcr")
10470 (synopsis "Lightweight coroutines in Emacs Lisp")
10471 (description "This package provides macros that can translate code into
10472 equivalent continuation-passing code, as well as miscellaneous utility
10473 functions written in continuation-passing style.")
10474 (license license:gpl3+)))
10475
10476 (define-public emacs-attrap
10477 (let ((commit "18cd1f7832870a36c404e872fa83a271fe8e688d")
10478 (revision "2"))
10479 (package
10480 (name "emacs-attrap")
10481 (version (git-version "1.0" revision commit))
10482 (source (origin
10483 (method git-fetch)
10484 (uri (git-reference
10485 (url "https://github.com/jyp/attrap")
10486 (commit commit)))
10487 (sha256
10488 (base32
10489 "078391949h0fgmshin8f79a1a595m06ig577rkgjqgngcp0d61l9"))
10490 (file-name (git-file-name name version))))
10491 (build-system emacs-build-system)
10492 (propagated-inputs
10493 `(("emacs-dash" ,emacs-dash)
10494 ("emacs-f" ,emacs-f)
10495 ("emacs-flycheck" ,emacs-flycheck)
10496 ("emacs-s" ,emacs-s)))
10497 (home-page "https://github.com/jyp/attrap")
10498 (synopsis "Fix coding error at point")
10499 (description "This package provides a command to fix the Flycheck error
10500 at point.")
10501 (license license:gpl3+))))
10502
10503 (define-public emacs-git-messenger
10504 (package
10505 (name "emacs-git-messenger")
10506 (version "0.18")
10507 (source
10508 (origin
10509 (method git-fetch)
10510 (uri (git-reference
10511 (url "https://github.com/syohex/emacs-git-messenger.git")
10512 (commit version)))
10513 (file-name (git-file-name name version))
10514 (sha256
10515 (base32 "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"))))
10516 (build-system emacs-build-system)
10517 (propagated-inputs
10518 `(("emacs-popup" ,emacs-popup)))
10519 (arguments
10520 `(#:tests? #t
10521 #:test-command '("emacs" "--batch" "-l" "test/test.el"
10522 "-f" "ert-run-tests-batch-and-exit")))
10523 (home-page "https://github.com/syohex/emacs-git-messenger")
10524 (synopsis "Popup commit message at current line")
10525 (description "@code{emacs-git-messenger} provides
10526 @code{git-messenger:popup-message}, a function that when called, will popup
10527 the last git commit message for the current line. This uses git-blame
10528 internally.")
10529 (license license:gpl3+)))
10530
10531 (define-public emacs-gitpatch
10532 (package
10533 (name "emacs-gitpatch")
10534 (version "0.5.1")
10535 (source
10536 (origin
10537 (method git-fetch)
10538 (uri (git-reference
10539 (url "https://github.com/tumashu/gitpatch.git")
10540 (commit (string-append "v" version))))
10541 (file-name (git-file-name name version))
10542 (sha256
10543 (base32 "1drf4fvmak7brf16axkh4nfz8pg44i7pjhfjz3dbkycbpp8y5vig"))))
10544 (build-system emacs-build-system)
10545 (home-page "https://github.com/tumashu/gitpatch")
10546 (synopsis "Mail git patch from Emacs")
10547 (description "@code{emacs-gitpatch} lets users easily send git patches,
10548 created by @code{git format-patch}, from @code{magit}, @code{dired} and
10549 @code{ibuffer} buffers.")
10550 (license license:gpl3+)))
10551
10552 (define-public emacs-erc-hl-nicks
10553 (package
10554 (name "emacs-erc-hl-nicks")
10555 (version "1.3.3")
10556 (source
10557 (origin
10558 (method git-fetch)
10559 (uri (git-reference
10560 (url "https://github.com/leathekd/erc-hl-nicks")
10561 (commit version)))
10562 (file-name (git-file-name name version))
10563 (sha256
10564 (base32 "0c82rxpl5v7bbxirf1ksg06xv5xcddh8nkrpj7i6nvfarwdfnk4f"))))
10565 (build-system emacs-build-system)
10566 (synopsis "Nickname highlighting for Emacs ERC")
10567 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
10568 client for Emacs. The main features are:
10569 @itemize
10570 @item Auto-colorizes nicknames without having to specify colors
10571 @item Ignores certain characters that IRC clients add to nicknames to avoid
10572 duplicates (nickname, nickname’, nickname\", etc.)
10573 @item Attempts to produce colors with a sufficient amount of contrast between
10574 the nick color and the background color
10575 @end itemize\n")
10576 (home-page "https://github.com/leathekd/erc-hl-nicks")
10577 (license license:gpl3+)))
10578
10579 (define-public emacs-engine-mode
10580 (package
10581 (name "emacs-engine-mode")
10582 (version "2.1.1")
10583 (source
10584 (origin
10585 (method git-fetch)
10586 (uri (git-reference
10587 (url "https://github.com/hrs/engine-mode.git")
10588 (commit (string-append "v" version))))
10589 (file-name (git-file-name name version))
10590 (sha256
10591 (base32 "1xka8i4cdvp5r2v2mkli1zz17x1sdsnmszbhqav2rf94v656d91i"))))
10592 (build-system emacs-build-system)
10593 (synopsis "Minor mode for defining and querying search engines")
10594 (description "@code{engine-mode} is a global minor mode for Emacs. It
10595 enables you to easily define search engines, bind them to keybindings, and
10596 query them from the comfort of your editor.")
10597 (home-page "https://github.com/hrs/engine-mode")
10598 (license license:gpl3+)))
10599
10600 (define-public emacs-prop-menu
10601 (package
10602 (name "emacs-prop-menu")
10603 (version "0.1.2")
10604 (source
10605 (origin
10606 (method git-fetch)
10607 (uri (git-reference
10608 (url "https://github.com/david-christiansen/prop-menu-el.git")
10609 (commit version)))
10610 (file-name (git-file-name name version))
10611 (sha256
10612 (base32
10613 "18ap2liz5r5a8ja2zz9182fnfm47jnsbyblpq859zks356k37iwc"))))
10614 (build-system emacs-build-system)
10615 (home-page
10616 "https://github.com/david-christiansen/prop-menu-el")
10617 (synopsis
10618 "Create and display a context menu based on text and overlay properties")
10619 (description
10620 "This is a library for computing context menus based on text
10621 properties and overlays. The intended use is to have tools that
10622 annotate source code and others that use these annotations, without
10623 requiring a direct coupling between them, but maintaining
10624 discoverability.
10625
10626 Major modes that wish to use this library should first define an
10627 appropriate value for @code{prop-menu-item-functions}. Then, they should
10628 bind @code{prop-menu-by-completing-read} to an appropriate
10629 key. Optionally, a mouse pop-up can be added by binding
10630 @code{prop-menu-show-menu} to a mouse event.")
10631 (license license:gpl3+)))
10632
10633 (define-public emacs-idris-mode
10634 (let ((commit "acc8835449475d7cd205aba213fdd3d41c38ba40")
10635 (revision "0"))
10636 (package
10637 (name "emacs-idris-mode")
10638 (version (git-version "0.9.19" revision commit))
10639 (source
10640 (origin
10641 (method git-fetch)
10642 (uri (git-reference
10643 (url "https://github.com/idris-hackers/idris-mode.git")
10644 (commit commit)))
10645 (file-name (git-file-name name commit))
10646 (sha256
10647 (base32
10648 "0n9xbknc68id0mf8hbfmawi8qpvrs47ix807sk9ffv2g3ik32kk6"))))
10649 (build-system emacs-build-system)
10650 (propagated-inputs
10651 `(("emacs-prop-menu" ,emacs-prop-menu)))
10652 (home-page
10653 "https://github.com/idris-hackers/idris-mode")
10654 (synopsis "Major mode for editing Idris code")
10655 (description
10656 "This is an Emacs mode for editing Idris code. It requires the latest
10657 version of Idris, and some features may rely on the latest Git version of
10658 Idris.")
10659 (license license:gpl3+))))
10660
10661 (define-public emacs-browse-at-remote
10662 (package
10663 (name "emacs-browse-at-remote")
10664 (version "0.10.0")
10665 (source
10666 (origin
10667 (method git-fetch)
10668 (uri (git-reference
10669 (url "https://github.com/rmuslimov/browse-at-remote.git")
10670 (commit version)))
10671 (file-name (git-file-name name version))
10672 (sha256
10673 (base32 "0vhia7xmszcb3lxrb8wh93a3knjfzj48h8nhj4fh8zj1pjz6args"))))
10674 (build-system emacs-build-system)
10675 (propagated-inputs
10676 `(("emacs-f" ,emacs-f)
10677 ("emacs-s" ,emacs-s)))
10678 (native-inputs
10679 `(("ert-runner" ,emacs-ert-runner)))
10680 (arguments
10681 `(#:tests? #t
10682 #:test-command '("ert-runner")))
10683 (home-page "https://github.com/rmuslimov/browse-at-remote")
10684 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
10685 (description
10686 "This Emacs package allows you to open a target page on
10687 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
10688 It supports dired buffers and opens them in tree mode at destination.")
10689 (license license:gpl3+)))
10690
10691 (define-public emacs-tiny
10692 (let ((commit "fd8a6b0b0c564d8242259e20e557ee6041f40908")
10693 (revision "1"))
10694 (package
10695 (name "emacs-tiny")
10696 (version (git-version "0.2.1" revision commit))
10697 (source
10698 (origin
10699 (method git-fetch)
10700 (uri (git-reference
10701 (url "https://github.com/abo-abo/tiny.git")
10702 (commit commit)))
10703 (file-name (git-file-name name version))
10704 (sha256
10705 (base32
10706 "1498j392ap2mk4zmsm2id16pfgvj78r428da9vw7hdrzzibai2cx"))))
10707 (build-system emacs-build-system)
10708 (arguments
10709 `(#:tests? #t
10710 #:test-command '("make" "test")))
10711 (home-page "https://github.com/abo-abo/tiny")
10712 (synopsis "Quickly generate linear ranges in Emacs")
10713 (description
10714 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
10715 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
10716 proficiency is an advantage, since you can transform your numeric range with
10717 an elisp expression.")
10718 (license license:gpl3+))))
10719
10720 (define-public emacs-emojify
10721 (package
10722 (name "emacs-emojify")
10723 (version "1.2")
10724 (source
10725 (origin
10726 (method git-fetch)
10727 (uri (git-reference
10728 (url "https://github.com/iqbalansari/emacs-emojify")
10729 (commit (string-append "v" version))))
10730 (file-name (git-file-name name version))
10731 (sha256
10732 (base32
10733 "1fqnj5x7ivjkm5y927dqqnm85q5hzczlb0hrfpjalrhasa6ijsrm"))))
10734 (build-system emacs-build-system)
10735 (arguments
10736 `(#:include (cons "^data/" %default-include)))
10737 (propagated-inputs
10738 `(("emacs-ht" ,emacs-ht)))
10739 (home-page "https://github.com/iqbalansari/emacs-emojify")
10740 (synopsis "Display emojis in Emacs")
10741 (description "This package displays emojis in Emacs similar to how Github,
10742 Slack, and other websites do. It can display plain ASCII like @code{:)} as
10743 well as Github-style emojis like @code{:smile:}. It provides a minor mode
10744 @code{emojify-mode} to enable the display of emojis in a buffer.")
10745 (license license:gpl3+)))
10746
10747 (define-public emacs-make-it-so
10748 (let ((commit "b73dfb640588123c9eece230ad72b37604f5c126")
10749 (revision "2"))
10750 (package
10751 (name "emacs-make-it-so")
10752 (version (git-version "0.1.0" revision commit))
10753 (source
10754 (origin
10755 (method git-fetch)
10756 (uri (git-reference
10757 (url "https://github.com/abo-abo/make-it-so")
10758 (commit commit)))
10759 (file-name (git-file-name name version))
10760 (sha256
10761 (base32
10762 "0p6xhyinzzkrwzbpxqfm8hlii0ikvmmylya240bwsa77w0g1k6xq"))))
10763 (build-system emacs-build-system)
10764 (arguments
10765 `(#:include (cons "^recipes/" %default-include)))
10766 (propagated-inputs
10767 `(("emacs-ivy" ,emacs-ivy)))
10768 (home-page "https://github.com/abo-abo/make-it-so")
10769 (synopsis "Transform files with Makefile recipes")
10770 (description "This package provides an interface for selecting from
10771 different conversion recipes, often including tools like @code{ffmpeg} or
10772 @code{convert}. The conversion command need only be written once, and
10773 subsequent invocations can be readily customized. Several recipes are
10774 included by default, and more can be readily added.")
10775 (license license:gpl3+))))
10776
10777 (define-public emacs-unidecode
10778 (let ((commit "5502ada9287b4012eabb879f12f5b0a9df52c5b7")
10779 (revision "1"))
10780 (package
10781 (name "emacs-unidecode")
10782 (version (git-version "0.2" revision commit))
10783 (source
10784 (origin
10785 (method git-fetch)
10786 (uri (git-reference
10787 (url "https://github.com/sindikat/unidecode")
10788 (commit commit)))
10789 (file-name (git-file-name name version))
10790 (sha256
10791 (base32
10792 "03x3nakbhmakwm977mwrf8jifvjnfwzpjv6wrwpizbqjnkgfchmn"))))
10793 (build-system emacs-build-system)
10794 (arguments
10795 `(#:include (cons* "^tools/" "^data/" %default-include)
10796 #:tests? #t
10797 #:test-command '("emacs" "--batch"
10798 "-l" "unidecode-test.el"
10799 "-f" "ert-run-tests-batch-and-exit")
10800 #:phases
10801 (modify-phases %standard-phases
10802 (add-before 'check 'make-tests-writable
10803 (lambda _
10804 (make-file-writable "unidecode-test.el")
10805 #t))
10806 (add-before 'check 'add-require
10807 (lambda _
10808 (emacs-batch-edit-file "unidecode-test.el"
10809 `(progn (progn (goto-char (point-min))
10810 (re-search-forward
10811 "ert-deftest")
10812 (forward-line -1)
10813 (insert "(require 'unidecode)"))
10814 (basic-save-buffer)))
10815 #t)))))
10816 (home-page "https://github.com/sindikat/unidecode")
10817 (synopsis "Transliterate Unicode text to ASCII")
10818 (description "This package provides functions for converting Unicode to ASCII.")
10819 (license license:gpl2+))))
10820
10821 (define-public emacs-pubmed
10822 (package
10823 (name "emacs-pubmed")
10824 (version "0.2.1")
10825 (source
10826 (origin
10827 (method git-fetch)
10828 (uri (git-reference
10829 (url "https://gitlab.com/fvdbeek/emacs-pubmed.git")
10830 (commit (string-append "v" version))))
10831 (file-name (git-file-name name version))
10832 (sha256
10833 (base32
10834 "15bwjxc7g43m5pi8z17anaqqkvi209r7kk1chmf175477gvrv7c0"))))
10835 (build-system emacs-build-system)
10836 (propagated-inputs
10837 `(("emacs-deferred" ,emacs-deferred)
10838 ("emacs-esxml" ,emacs-esxml)
10839 ("emacs-s" ,emacs-s)
10840 ("emacs-unidecode" ,emacs-unidecode)))
10841 (home-page "https://gitlab.com/fvdbeek/emacs-pubmed")
10842 (synopsis "Interface to PubMed")
10843 (description "This package provides an Emacs interface to the PubMed
10844 database of references on life sciences.")
10845 (license license:gpl3+)))
10846
10847 (define-public emacs-websocket
10848 (package
10849 (name "emacs-websocket")
10850 (version "1.10")
10851 (source
10852 (origin
10853 (method git-fetch)
10854 (uri (git-reference
10855 (url "https://github.com/ahyatt/emacs-websocket.git")
10856 (commit version)))
10857 (file-name (git-file-name name version))
10858 (sha256
10859 (base32
10860 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
10861 (build-system emacs-build-system)
10862 (arguments
10863 `(#:tests? #t
10864 ;; TODO: also enable websocket-functional-test.el
10865 #:test-command '("emacs" "--batch"
10866 "-l" "websocket-test.el"
10867 "-f" "ert-run-tests-batch-and-exit")))
10868 (home-page "https://elpa.gnu.org/packages/websocket.html")
10869 (synopsis "Emacs WebSocket client and server")
10870 (description "This is an Elisp library for WebSocket clients to talk to
10871 WebSocket servers, and for WebSocket servers to accept connections from
10872 WebSocket clients. This library is designed to be used by other library
10873 writers, to write applications that use WebSockets, and is not useful by
10874 itself.")
10875 (license license:gpl3+)))
10876
10877 (define-public emacs-oauth2
10878 (package
10879 (name "emacs-oauth2")
10880 (version "0.11")
10881 (source
10882 (origin
10883 (method url-fetch)
10884 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
10885 version ".el"))
10886 (sha256
10887 (base32
10888 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
10889 (build-system emacs-build-system)
10890 (home-page "https://elpa.gnu.org/packages/oauth2.html")
10891 (synopsis "OAuth 2.0 authorization protocol implementation")
10892 (description
10893 "This package provides an Elisp implementation of the OAuth 2.0 draft.
10894 The main entry point is @code{oauth2-auth-and-store} which will return a token
10895 structure. This token structure can be then used with
10896 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
10897 retrieve any data that need OAuth authentication to be accessed. If the token
10898 needs to be refreshed, the code handles it automatically and stores the new
10899 value of the access token.")
10900 (license license:gpl3+)))
10901
10902 (define-public emacs-circe
10903 (package
10904 (name "emacs-circe")
10905 (version "2.11")
10906 (source
10907 (origin
10908 (method git-fetch)
10909 (uri (git-reference
10910 (url "https://github.com/jorgenschaefer/circe.git")
10911 (commit (string-append "v" version))))
10912 (file-name (git-file-name name version))
10913 (sha256
10914 (base32 "0cr9flk310yn2jgvj4hbqw9nj5wlfi0fazdkqafzidgz6iq150wd"))))
10915 (build-system emacs-build-system)
10916 (arguments
10917 `(#:tests? #t
10918 #:test-command '("buttercup" "-L" ".")
10919 #:phases
10920 (modify-phases %standard-phases
10921 ;; The HOME environment variable should be set to an existing
10922 ;; directory for the tests to succeed.
10923 (add-before 'check 'set-home
10924 (lambda _
10925 (setenv "HOME" "/tmp")
10926 #t)))))
10927 (native-inputs
10928 `(("emacs-buttercup" ,emacs-buttercup)))
10929 ;; In order to securely connect to an IRC server using TLS, Circe requires
10930 ;; the GnuTLS binary.
10931 (propagated-inputs
10932 `(("gnutls" ,gnutls)))
10933 (home-page "https://github.com/jorgenschaefer/circe")
10934 (synopsis "Client for IRC in Emacs")
10935 (description "Circe is a Client for IRC in Emacs. It integrates well with
10936 the rest of the editor, using standard Emacs key bindings and indicating
10937 activity in channels in the status bar so it stays out of your way unless you
10938 want to use it.")
10939 (license license:gpl3+)))
10940
10941 (define-public emacs-tracking
10942 (package
10943 (inherit emacs-circe)
10944 (name "emacs-tracking")
10945 (arguments
10946 ;; "tracking.el" is a library extracted from Circe package. It requires
10947 ;; "shorten.el".
10948 `(#:include '("^shorten.el$" "^tracking.el$")
10949 ,@(package-arguments emacs-circe)))
10950 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
10951 (synopsis "Buffer tracking library")
10952 (description "@code{tracking.el} provides a way for different modes to
10953 notify the user that a buffer needs attention. The user then can cycle
10954 through them using @key{C-c C-SPC}.")
10955 (license license:gpl3+)))
10956
10957 (define-public emacs-slack
10958 (let ((commit "10fbb81f567b44647ad125a48ecd72df106fb624")
10959 (revision "6"))
10960 (package
10961 (name "emacs-slack")
10962 (version (git-version "0.0.2" revision commit))
10963 (source (origin
10964 (method git-fetch)
10965 (uri (git-reference
10966 (url "https://github.com/yuya373/emacs-slack.git")
10967 (commit commit)))
10968 (file-name (git-file-name name commit))
10969 (sha256
10970 (base32
10971 "01ln9rbalgpxw6rbr4czhy6bd8wrrpyf0qgn2chcq3zmmrn4sy1z"))))
10972 (build-system emacs-build-system)
10973 (arguments
10974 `(#:phases
10975 (modify-phases %standard-phases
10976 ;; HOME needs to exist for source compilation.
10977 (add-before 'build 'set-HOME
10978 (lambda _ (setenv "HOME" "/tmp") #t)))))
10979 (propagated-inputs
10980 `(("emacs-alert" ,emacs-alert)
10981 ("emacs-emojify" ,emacs-emojify)
10982 ("emacs-helm" ,emacs-helm)
10983 ("emacs-request" ,emacs-request)
10984 ("emacs-websocket" ,emacs-websocket)
10985 ("emacs-oauth2" ,emacs-oauth2)
10986 ("emacs-circe" ,emacs-circe)))
10987 (home-page "https://github.com/yuya373/emacs-slack")
10988 (synopsis "Slack client for Emacs")
10989 (description "This package provides an Emacs client for the Slack
10990 messaging service.")
10991 (license license:gpl3+))))
10992
10993 (define-public emacs-bash-completion
10994 (package
10995 (name "emacs-bash-completion")
10996 (version "2.1.0")
10997 (source
10998 (origin
10999 (method git-fetch)
11000 (uri (git-reference
11001 (url "https://github.com/szermatt/emacs-bash-completion.git")
11002 (commit version)))
11003 (file-name (git-file-name name version))
11004 (sha256
11005 (base32 "1a1wxcqzh0javjmxwi3lng5i99xiylm8lm04kv4q1lh9bli6vmv0"))))
11006 (inputs `(("bash" ,bash)))
11007 (build-system emacs-build-system)
11008 (arguments
11009 `(#:phases
11010 (modify-phases %standard-phases
11011 (add-after 'unpack 'make-git-checkout-writable
11012 (λ _
11013 (for-each make-file-writable (find-files "."))
11014 #t))
11015 (add-before 'install 'configure
11016 (lambda* (#:key inputs #:allow-other-keys)
11017 (let ((bash (assoc-ref inputs "bash")))
11018 (emacs-substitute-variables "bash-completion.el"
11019 ("bash-completion-prog" (string-append bash "/bin/bash"))))
11020 #t)))))
11021 (home-page "https://github.com/szermatt/emacs-bash-completion")
11022 (synopsis "Bash completion for the shell buffer")
11023 (description
11024 "@code{bash-completion} defines dynamic completion hooks for shell-mode
11025 and shell-command prompts that are based on Bash completion.")
11026 (license license:gpl2+)))
11027
11028 (define-public emacs-easy-kill
11029 (package
11030 (name "emacs-easy-kill")
11031 (version "0.9.3")
11032 (source (origin
11033 (method url-fetch)
11034 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
11035 version ".tar"))
11036 (sha256
11037 (base32
11038 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
11039 (build-system emacs-build-system)
11040 (home-page "https://github.com/leoliu/easy-kill")
11041 (synopsis "Kill and mark things easily in Emacs")
11042 (description
11043 "This package provides commands @code{easy-kill} and @code{easy-mark} to
11044 let users kill or mark things easily.")
11045 (license license:gpl3+)))
11046
11047 (define-public emacs-csv-mode
11048 (package
11049 (name "emacs-csv-mode")
11050 (version "1.10")
11051 (source
11052 (origin
11053 (method url-fetch)
11054 (uri (string-append "https://elpa.gnu.org/packages/csv-mode-"
11055 version ".el"))
11056 (sha256
11057 (base32 "0q7j2cmj7vs6hz8cnf7j7lmlcjmig3jn2p6az345z96agl8a5xsq"))))
11058 (build-system emacs-build-system)
11059 (home-page "https://elpa.gnu.org/packages/csv-mode.html")
11060 (synopsis "Major mode for editing comma/char separated values")
11061 (description
11062 "This Emacs package implements CSV mode, a major mode for editing records
11063 in a generalized CSV (character-separated values) format.")
11064 (license license:gpl3+)))
11065
11066 (define-public emacs-transmission
11067 (package
11068 (name "emacs-transmission")
11069 (version "0.12.1")
11070 (source
11071 (origin
11072 (method git-fetch)
11073 (uri (git-reference
11074 (url "https://github.com/holomorph/transmission.git")
11075 (commit version)))
11076 (file-name (git-file-name name version))
11077 (sha256
11078 (base32 "0kvg2gawsgy440x1fsl2c4pkxwp3zirq9rzixanklk0ryijhd3ry"))))
11079 (build-system emacs-build-system)
11080 (home-page "https://github.com/holomorph/transmission")
11081 (synopsis "Emacs interface to a Transmission session")
11082 (description "This package provides an Emacs interface to interact with a
11083 running session of the Transmission Bittorrent client.
11084
11085 Features:
11086
11087 @itemize
11088 @item List, add, start/stop, verify, remove torrents.
11089 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
11090 @item Navigate to the corresponding file list, torrent info, peer info
11091 contexts.
11092 @item Toggle downloading and set priorities for individual files.
11093 @end itemize\n")
11094 (license license:gpl3+)))
11095
11096 (define-public emacs-polymode
11097 (package
11098 (name "emacs-polymode")
11099 (version "0.2")
11100 (source (origin
11101 (method git-fetch)
11102 (uri (git-reference
11103 (url "https://github.com/polymode/polymode.git")
11104 (commit (string-append "v" version))))
11105 (file-name (git-file-name name version))
11106 (sha256
11107 (base32
11108 "04v0gnzfsjb50bgly6kvpryx8cyzwjaq2llw4qv9ijw1l6ixmq3b"))))
11109 (build-system emacs-build-system)
11110 (home-page "https://github.com/polymode/polymode")
11111 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
11112 (description
11113 "Polymode is an Emacs package that offers generic support for multiple
11114 major modes inside a single Emacs buffer. It is lightweight, object oriented
11115 and highly extensible. Creating a new polymode typically takes only a few
11116 lines of code. Polymode also provides extensible facilities for external
11117 literate programming tools for exporting, weaving and tangling.")
11118 (license license:gpl3+)))
11119
11120 (define-public emacs-polymode-ansible
11121 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
11122 (package
11123 (name "emacs-polymode-ansible")
11124 ;; No upstream version release yet.
11125 (version (git-version "0.1" "1" commit))
11126 (source
11127 (origin
11128 (method git-fetch)
11129 (uri (git-reference
11130 (url "https://gitlab.com/mavit/poly-ansible")
11131 (commit commit)))
11132 (file-name (git-file-name name version))
11133 (sha256
11134 (base32
11135 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
11136 (build-system emacs-build-system)
11137 (propagated-inputs
11138 `(("emacs-ansible-doc" ,emacs-ansible-doc)
11139 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
11140 ("emacs-polymode" ,emacs-polymode)
11141 ("emacs-yaml-mode" ,emacs-yaml-mode)))
11142 (properties '((upstream-name . "poly-ansible")))
11143 (home-page "https://gitlab.com/mavit/poly-ansible/")
11144 (synopsis "Polymode for Ansible - Jinja2 in YAML")
11145 (description
11146 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
11147 (license license:gpl3+))))
11148
11149 (define-public emacs-polymode-org
11150 (package
11151 (name "emacs-polymode-org")
11152 (version "0.2")
11153 (source
11154 (origin
11155 (method git-fetch)
11156 (uri (git-reference
11157 (url "https://github.com/polymode/poly-org.git")
11158 (commit (string-append "v" version))))
11159 (file-name (git-file-name name version))
11160 (sha256
11161 (base32
11162 "04x6apjad4kg30456z1j4ipp64yjgkcaim6hqr6bb0rmrianqhck"))))
11163 (build-system emacs-build-system)
11164 (propagated-inputs
11165 `(("emacs-polymode" ,emacs-polymode)))
11166 (properties '((upstream-name . "poly-org")))
11167 (home-page "https://github.com/polymode/poly-org")
11168 (synopsis "Polymode definitions for Org mode buffers")
11169 (description
11170 "Provides definitions for @code{emacs-polymode} to support
11171 @code{emacs-org} buffers. Edit source blocks in an Org mode buffer using the
11172 native modes of the blocks' languages while remaining inside the primary Org
11173 buffer.")
11174 (license license:gpl3+)))
11175
11176 (define-public eless
11177 (package
11178 (name "eless")
11179 (version "0.3")
11180 (source
11181 (origin
11182 (method git-fetch)
11183 (uri (git-reference
11184 (url "https://github.com/kaushalmodi/eless.git")
11185 (commit (string-append "v" version))))
11186 (file-name (git-file-name name version))
11187 (sha256
11188 (base32 "0jr7vhh4vw69llhi0fh9ljscljkszkj0acdxl04da5hvqv6pnqbb"))))
11189 (build-system trivial-build-system)
11190 (inputs
11191 `(("bash" ,bash)))
11192 (arguments
11193 `(#:modules ((guix build utils))
11194 #:builder
11195 (begin
11196 (use-modules (guix build utils))
11197 (copy-recursively (assoc-ref %build-inputs "source") "source")
11198 (chdir "source")
11199 (substitute* "eless" (("/usr/bin/env bash")
11200 (string-append (assoc-ref %build-inputs "bash")
11201 "/bin/bash")))
11202 (install-file "eless" (string-append %output "/bin"))
11203 (install-file "doc/eless.info" (string-append %output "/share/info"))
11204 #t)))
11205 (home-page "https://github.com/kaushalmodi/eless")
11206 (synopsis "Use Emacs as a paginator")
11207 (description "@code{eless} provides a combination of Bash script
11208 and a minimal Emacs view-mode.
11209
11210 Feautures:
11211
11212 @itemize
11213 @item Independent of a user’s Emacs config.
11214 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
11215 @item Not require an Emacs server to be already running.
11216 @item Syntax highlighting.
11217 @item Org-mode file rendering.
11218 @item @code{man} page viewer.
11219 @item Info viewer.
11220 @item Dired, wdired, (batch edit symbolic links).
11221 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
11222 @item Filter log files lines matching a regexp.
11223 @item Auto-revert log files similar to @code{tail -f}.
11224 @item Quickly change frame and font sizes.
11225 @end itemize\n")
11226 (license license:expat)))
11227
11228 (define-public emacs-evil-matchit
11229 (package
11230 (name "emacs-evil-matchit")
11231 (version "2.3.4")
11232 (source
11233 (origin
11234 (method git-fetch)
11235 (uri (git-reference
11236 (url "https://github.com/redguardtoo/evil-matchit.git")
11237 (commit version)))
11238 (file-name (git-file-name name version))
11239 (sha256
11240 (base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
11241 (build-system emacs-build-system)
11242 (propagated-inputs
11243 `(("emacs-evil" ,emacs-evil)))
11244 (home-page "https://github.com/redguardtoo/evil-matchit")
11245 (synopsis "Vim matchit ported into Emacs")
11246 (description
11247 "@code{evil-matchit} is a minor mode for jumping between matching tags in
11248 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
11249 (license license:gpl3+)))
11250
11251 (define-public emacs-evil-smartparens
11252 (package
11253 (name "emacs-evil-smartparens")
11254 (version "0.4.0")
11255 (source
11256 (origin
11257 (method git-fetch)
11258 (uri (git-reference
11259 (url "https://github.com/expez/evil-smartparens.git")
11260 (commit version)))
11261 (file-name (git-file-name name version))
11262 (sha256
11263 (base32 "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"))))
11264 (build-system emacs-build-system)
11265 (propagated-inputs
11266 `(("emacs-evil" ,emacs-evil)
11267 ("emacs-smartparens" ,emacs-smartparens)))
11268 (home-page "https://github.com/expez/evil-smartparens")
11269 (synopsis "Emacs Evil integration for Smartparens")
11270 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
11271 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
11272 emulates Vim features and provides Vim-like key bindings.")
11273 (license license:gpl3+)))
11274
11275 (define-public emacs-evil-quickscope
11276 (package
11277 (name "emacs-evil-quickscope")
11278 (version "0.1.4")
11279 (source
11280 (origin
11281 (method git-fetch)
11282 (uri (git-reference
11283 (url "https://github.com/blorbx/evil-quickscope.git")
11284 (commit (string-append "v" version))))
11285 (file-name (git-file-name name version))
11286 (sha256
11287 (base32 "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"))))
11288 (build-system emacs-build-system)
11289 (propagated-inputs
11290 `(("emacs-evil" ,emacs-evil)))
11291 (arguments
11292 `(#:tests? #t
11293 #:test-command '("emacs" "--batch"
11294 "-l" "evil-quickscope-tests.el"
11295 "-f" "ert-run-tests-batch-and-exit")))
11296 (home-page "https://github.com/blorbx/evil-quickscope")
11297 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
11298 (description "@code{emacs-evil-quickscope} highlights targets for Evil
11299 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
11300 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
11301 features and provides Vim-like key bindings.")
11302 (license license:gpl3+)))
11303
11304 (define-public emacs-bongo
11305 (package
11306 (name "emacs-bongo")
11307 (version "1.0")
11308 (source
11309 (origin
11310 (method git-fetch)
11311 (uri (git-reference
11312 (url "https://github.com/dbrock/bongo.git")
11313 (commit version)))
11314 (file-name (git-file-name name version))
11315 (sha256
11316 (base32 "1q3ws2vn062dh7ci6jn2k2bcn7szh3ap64sgwkzdd6f1pas37fnr"))))
11317 (build-system emacs-build-system)
11318 (home-page "https://github.com/dbrock/bongo")
11319 (synopsis "Media player for Emacs")
11320 (description
11321 "This package provides a flexible media player for Emacs. @code{Bongo}
11322 supports multiple backends such as @code{vlc}, @code{mpg123},
11323 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
11324 @code{afplay}.")
11325 (license license:gpl2+)))
11326
11327 (define-public emacs-groovy-modes
11328 (package
11329 (name "emacs-groovy-modes")
11330 (version "2.0")
11331 (source (origin
11332 (method git-fetch)
11333 (uri (git-reference
11334 (url "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
11335 (commit version)))
11336 (file-name (git-file-name name version))
11337 (sha256
11338 (base32
11339 "0c1d4cbnlny8gpcd20zr1wxx6ggf28jgh7sgd5r1skpsvjpbfqx2"))))
11340 (build-system emacs-build-system)
11341 (propagated-inputs
11342 `(("emacs-s" ,emacs-s)))
11343 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
11344 (synopsis "Groovy related modes for Emacs")
11345 (description
11346 "This package provides @code{groovy-mode} for syntax highlighting in
11347 Groovy source files, REPL integration with run-groovy and Grails project
11348 navigation with the grails mode.")
11349 (license license:gpl3+)))
11350
11351 (define-public groovy-emacs-modes
11352 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
11353
11354 (define-public emacs-org-tree-slide
11355 (let ((commit "036a36eec1cf712d3db155572aed325daa372eb5")
11356 (revision "2"))
11357 (package
11358 (name "emacs-org-tree-slide")
11359 (version (git-version "2.8.4" revision commit))
11360 (source (origin
11361 (method git-fetch)
11362 (uri (git-reference
11363 (url "https://github.com/takaxp/org-tree-slide.git")
11364 (commit commit)))
11365 (sha256
11366 (base32
11367 "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
11368 (file-name (git-file-name name version))))
11369 (build-system emacs-build-system)
11370 (home-page "https://github.com/takaxp/org-tree-slide")
11371 (synopsis "Presentation tool for org-mode")
11372 (description
11373 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
11374 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
11375 @kbd{C-<} to jump to the next and previous slide.")
11376 (license license:gpl3+))))
11377
11378 (define-public emacs-scratch-el
11379 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
11380 (revision "1"))
11381 (package
11382 (name "emacs-scratch-el")
11383 (version (git-version "1.2" revision commit))
11384 (source (origin
11385 (method git-fetch)
11386 (uri (git-reference
11387 (url "https://github.com/ieure/scratch-el.git")
11388 (commit commit)))
11389 (file-name (git-file-name name version))
11390 (sha256
11391 (base32
11392 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
11393 (build-system emacs-build-system)
11394 (native-inputs
11395 `(("texinfo" ,texinfo)))
11396 (arguments
11397 '(#:phases
11398 (modify-phases %standard-phases
11399 (add-after 'install 'install-doc
11400 (lambda* (#:key outputs #:allow-other-keys)
11401 (unless (invoke "makeinfo" "scratch.texi")
11402 (error "makeinfo failed"))
11403 (install-file "scratch.info"
11404 (string-append (assoc-ref outputs "out")
11405 "/share/info"))
11406 #t)))))
11407 (home-page "https://github.com/ieure/scratch-el/")
11408 (synopsis "Create scratch buffers with the same mode as current buffer")
11409 (description "Scratch is an extension to Emacs that enables one to create
11410 scratch buffers that are in the same mode as the current buffer. This is
11411 notably useful when working on code in some language; you may grab code into a
11412 scratch buffer, and, by virtue of this extension, do so using the Emacs
11413 formatting rules for that language.")
11414 (license license:bsd-2))))
11415
11416 (define-public emacs-kv
11417 (package
11418 (name "emacs-kv")
11419 (version "0.0.19")
11420 (source
11421 (origin
11422 (method git-fetch)
11423 (uri (git-reference
11424 (url "https://github.com/nicferrier/emacs-kv.git")
11425 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
11426 (file-name (git-file-name name version))
11427 (sha256
11428 (base32
11429 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
11430 (build-system emacs-build-system)
11431 (arguments
11432 `(#:tests? #t
11433 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
11434 "-f" "ert-run-tests-batch-and-exit")))
11435 (home-page "https://github.com/nicferrier/emacs-kv")
11436 (synopsis "Key/Value data structures library for Emacs Lisp")
11437 (description "@code{emacs-kv} is a collection of tools for dealing with
11438 key/value data structures such as plists, alists and hash-tables in Emacs
11439 Lisp.")
11440 (license license:gpl3+)))
11441
11442 (define-public emacs-esxml
11443 (package
11444 (name "emacs-esxml")
11445 (version "0.3.4")
11446 (source (origin
11447 (method git-fetch)
11448 (uri (git-reference
11449 (url "https://github.com/tali713/esxml.git")
11450 (commit version)))
11451 (file-name (git-file-name name version))
11452 (sha256
11453 (base32
11454 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
11455 (build-system emacs-build-system)
11456 (arguments
11457 `(#:phases
11458 (modify-phases %standard-phases
11459 (add-after 'unpack 'fix-sources
11460 (lambda _
11461 ;; See: https://github.com/tali713/esxml/pull/28.
11462 (substitute* "css-lite.el"
11463 ((";;; main interface")
11464 (string-append ";;; main interface\n"
11465 "(require 'cl-lib)"))
11466 (("mapcan")
11467 "cl-mapcan")
11468 (("',\\(cl-mapcan #'process-css-rule rules\\)")
11469 "(cl-mapcan #'process-css-rule ',rules)"))
11470 (substitute* "esxml-form.el"
11471 ((",esxml-form-field-defn")
11472 "#'esxml-form-field-defn"))
11473 ;; See: https://github.com/tali713/esxml/issues/25
11474 (delete-file "esxpath.el")
11475 #t)))))
11476 (propagated-inputs
11477 `(("emacs-kv" ,emacs-kv)))
11478 (home-page "https://github.com/tali713/esxml/")
11479 (synopsis "SXML for EmacsLisp")
11480 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
11481 Simply, this is the easiest way to write HTML or XML in Lisp. This library
11482 uses the native form of XML representation as used by many libraries already
11483 included within Emacs. See @code{esxml-to-xml} for a concise description of
11484 the format.")
11485 (license license:gpl3+)))
11486
11487 (define-public emacs-nov-el
11488 (package
11489 (name "emacs-nov-el")
11490 (version "0.2.9")
11491 (source (origin
11492 (method git-fetch)
11493 (uri (git-reference
11494 (url "https://github.com/wasamasa/nov.el.git")
11495 (commit version)))
11496 (file-name (git-file-name name version))
11497 (sha256
11498 (base32
11499 "0v01l1p35mcigixs6j4c5bpc7n7bd51kxa0p3l1xl0gr92774yq3"))))
11500 (build-system emacs-build-system)
11501 (arguments
11502 `(#:phases
11503 (modify-phases %standard-phases
11504 (add-after 'unpack 'embed-path-to-unzip
11505 (lambda _
11506 (substitute* "nov.el"
11507 (("\\(executable-find \"unzip\"\\)")
11508 (string-append "\"" (which "unzip") "\"")))
11509 #t)))))
11510 (propagated-inputs
11511 `(("emacs-dash" ,emacs-dash)
11512 ("emacs-esxml" ,emacs-esxml)))
11513 (inputs
11514 `(("unzip" ,unzip)))
11515 (home-page "https://github.com/wasamasa/nov.el/")
11516 (synopsis "Major mode for reading EPUBs in Emacs")
11517 (description "@code{nov.el} provides a major mode for reading EPUB
11518 documents.
11519
11520 Features:
11521
11522 @itemize
11523 @item Basic navigation (jump to TOC, previous/next chapter)
11524 @item Remembering and restoring the last read position
11525 @item Jump to next chapter when scrolling beyond end
11526 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
11527 @item Hyperlinks to internal and external targets
11528 @item Supports textual and image documents
11529 @item View source of document files
11530 @item Metadata display
11531 @item Image rescaling
11532 @end itemize
11533 ")
11534 (license license:gpl3+)))
11535
11536 (define-public epipe
11537 (package
11538 (name "epipe")
11539 (version "0.1.0")
11540 (source
11541 (origin
11542 (method git-fetch)
11543 (uri (git-reference
11544 (url "https://github.com/cute-jumper/epipe.git")
11545 (commit version)))
11546 (file-name (git-file-name name version))
11547 (sha256
11548 (base32 "0lkisi1s7sn12nx8zh58qmsxwnk1rjwryj18wcbr148xqz3swg57"))))
11549 (build-system trivial-build-system)
11550 (inputs
11551 `(("bash" ,bash)
11552 ("perl" ,perl)))
11553 (arguments
11554 `(#:modules
11555 ((guix build utils))
11556 #:builder
11557 (begin
11558 (use-modules (guix build utils))
11559 ;; Extract source.
11560 (copy-recursively (assoc-ref %build-inputs "source") "source")
11561 (chdir "source")
11562 ;; Patch shebangs.
11563 (substitute* "epipe"
11564 (("/usr/bin/env bash")
11565 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
11566 (patch-shebang "epipe.pl"
11567 (list (string-append (assoc-ref %build-inputs "perl")
11568 "/bin")))
11569 ;; Install.
11570 (for-each (lambda (file)
11571 (install-file file (string-append %output "/bin")))
11572 '("epipe" "epipe.pl"))
11573 #t)))
11574 (home-page "https://github.com/cute-jumper/epipe")
11575 (synopsis "Pipe to the @code{emacsclient}")
11576 (description "@code{epipe} provides an utility to use your editor in
11577 the pipeline, featuring the support for running @code{emacsclient}.")
11578 (license license:gpl3+)))
11579
11580 (define-public emacs-hcl-mode
11581 (package
11582 (name "emacs-hcl-mode")
11583 (version "0.03")
11584 (source
11585 (origin
11586 (method git-fetch)
11587 (uri (git-reference
11588 (url "https://github.com/syohex/emacs-hcl-mode.git")
11589 (commit version)))
11590 (file-name (git-file-name name version))
11591 (sha256
11592 (base32 "0jqrgq15jz6pvx38pnwkizzfiih0d3nxqphyrc92nqpcyimg8b6g"))))
11593 (build-system emacs-build-system)
11594 (home-page "https://github.com/syohex/emacs-hcl-mode")
11595 (synopsis "Major mode for the Hashicorp Configuration Language")
11596 (description
11597 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
11598 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
11599 highlighting and indentation support.")
11600 (license license:gpl3+)))
11601
11602 (define-public emacs-terraform-mode
11603 (package
11604 (name "emacs-terraform-mode")
11605 (version "0.06")
11606 (source
11607 (origin
11608 (method git-fetch)
11609 (uri (git-reference
11610 (url "https://github.com/syohex/emacs-terraform-mode.git")
11611 (commit version)))
11612 (file-name (git-file-name name version))
11613 (sha256
11614 (base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
11615 (build-system emacs-build-system)
11616 (propagated-inputs
11617 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
11618 (home-page "https://github.com/syohex/emacs-terraform-mode")
11619 (synopsis "Major mode for Terraform")
11620 (description
11621 "@code{emacs-terraform-mode} provides a major mode for working with
11622 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
11623 functionality is inherited from @code{hcl-mode}.")
11624 (license license:gpl3+)))
11625
11626 (define-public emacs-exec-path-from-shell
11627 (package
11628 (name "emacs-exec-path-from-shell")
11629 (version "1.12")
11630 (source
11631 (origin
11632 (method git-fetch)
11633 (uri (git-reference
11634 (url "https://github.com/purcell/exec-path-from-shell")
11635 (commit version)))
11636 (file-name (git-file-name name version))
11637 (sha256
11638 (base32
11639 "1ga8bpxngd3ph2hdiik92c612ki71qxw818i6rgx6f6a5r0sbf3p"))))
11640 (build-system emacs-build-system)
11641 (home-page "https://github.com/purcell/exec-path-from-shell")
11642 (synopsis "Get environment variables such as @var{PATH} from the shell")
11643 (description
11644 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
11645 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
11646 the like work as expected on systems on which Emacs is not guaranteed to
11647 inherit a login shell's environment variables. It also allows other
11648 environment variables to be retrieved from the shell, so that Emacs will see
11649 the same values you get in a terminal.")
11650 (license license:gpl3+)))
11651
11652 (define-public emacs-frog-menu
11653 (let ((commit "740bbc88b8535d31f783f3b2043a2a6683afbf31")
11654 (revision "1"))
11655 (package
11656 (name "emacs-frog-menu")
11657 (version (git-version "0.2.9" revision commit))
11658 (source
11659 (origin
11660 (method git-fetch)
11661 (uri (git-reference
11662 (url "https://github.com/clemera/frog-menu")
11663 (commit commit)))
11664 (file-name (git-file-name name version))
11665 (sha256
11666 (base32
11667 "1g77424jwq62qj06rvld44s5hp0dw8rw2pwmmag6gd536zf65xrj"))))
11668 (build-system emacs-build-system)
11669 (propagated-inputs
11670 `(("emacs-posframe" ,emacs-posframe)
11671 ("emacs-avy" ,emacs-avy)))
11672 (home-page "https://github.com/clemera/frog-menu")
11673 (synopsis "Quickly pick items from ad hoc menus")
11674 (description
11675 "This package provides a popup offering a preview of a list of
11676 candidates on which user-defined dispatch actions can act.")
11677 (license license:gpl3+))))
11678
11679 (define-public emacs-frog-jump-buffer
11680 (let ((commit "2d7b342785ae27d45f5d252272df6eb773c78e20")
11681 (revision "1"))
11682 (package
11683 (name "emacs-frog-jump-buffer")
11684 (version (git-version "0.1.4" revision commit))
11685 (source
11686 (origin
11687 (method git-fetch)
11688 (uri (git-reference
11689 (url "https://github.com/waymondo/frog-jump-buffer")
11690 (commit commit)))
11691 (file-name (git-file-name name version))
11692 (sha256
11693 (base32
11694 "1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"))))
11695 (build-system emacs-build-system)
11696 (propagated-inputs
11697 `(("emacs-dash" ,emacs-dash)
11698 ("emacs-frog-menu" ,emacs-frog-menu)
11699 ("emacs-avy" ,emacs-avy)))
11700 (home-page "https://github.com/waymondo/frog-jump-buffer")
11701 (synopsis "Jump to any Emacs buffer with minimal keystrokes")
11702 (description
11703 "This package provides a preview window of buffers that can be switched
11704 to with quicklink-style selections.")
11705 (license license:gpl3+))))
11706
11707 (define-public emacs-deft
11708 (package
11709 (name "emacs-deft")
11710 (version "0.8")
11711 (source
11712 (origin
11713 (method git-fetch)
11714 (uri (git-reference
11715 (url "https://github.com/jrblevin/deft.git")
11716 (commit (string-append "v" version))))
11717 (file-name (git-file-name name version))
11718 (sha256
11719 (base32
11720 "0z7cilgiz6krvl5h2z72hkch43qxmypb0k6p5vxn5lx1p6v0mrf2"))))
11721 (build-system emacs-build-system)
11722 (home-page "https://jblevins.org/projects/deft/")
11723 (synopsis "Quickly browse, filter, and edit plain text notes")
11724 (description
11725 "Deft is an Emacs mode for quickly browsing, filtering, and editing
11726 directories of plain text notes, inspired by Notational Velocity.")
11727 (license license:bsd-3)))
11728
11729 (define-public emacs-anzu
11730 (package
11731 (name "emacs-anzu")
11732 (version "0.62")
11733 (source
11734 (origin
11735 (method git-fetch)
11736 (uri (git-reference
11737 (url "https://github.com/syohex/emacs-anzu.git")
11738 (commit version)))
11739 (file-name (git-file-name name version))
11740 (sha256
11741 (base32 "1lzvc0ihcbplir4hqfyxfqpsd78arz15gk92kmq4f8ggbkl37fan"))))
11742 (build-system emacs-build-system)
11743 (home-page "https://github.com/syohex/emacs-anzu")
11744 (synopsis "Show number of matches in mode-line while searching")
11745 (description
11746 "Anzu provides a minor mode which displays \"current match/total
11747 matches\" in the mode line in various search modes. This is an Emacs port of
11748 Anzu.zim.")
11749 (license license:gpl3+)))
11750
11751 (define-public emacs-ascii-art-to-unicode
11752 (package
11753 (name "emacs-ascii-art-to-unicode")
11754 (version "1.12")
11755 (source
11756 (origin
11757 (method url-fetch)
11758 (uri (string-append "https://elpa.gnu.org/packages/ascii-art-to-unicode-"
11759 version ".el"))
11760 (sha256
11761 (base32
11762 "1w9h2lyriafxj71r79774gh822cz8mry3gdfzyj6ym6v9mvqypna"))))
11763 (build-system emacs-build-system)
11764 (home-page "https://elpa.gnu.org/packages/ascii-art-to-unicode.html")
11765 (synopsis "ASCII to Unicode art converter for Emacs")
11766 (description "This Emacs package provides the commands @command{aa2u} and
11767 @command{aa2u-rectangle}. Both of these commands can be used to convert
11768 simple ASCII art line drawings to Unicode; the former works on the active
11769 region of the buffer, while the latter works on rectangular selections.")
11770 (license license:gpl3+)))
11771
11772 (define-public emacs-emmet-mode
11773 (let ((commit "1acb821e0142136344ccf40c1e5fb664d7db2e70")
11774 (revision "1"))
11775 (package
11776 (name "emacs-emmet-mode")
11777 (version (git-version "1.0.8" revision commit))
11778 (source (origin
11779 (method git-fetch)
11780 (uri (git-reference
11781 (url "https://github.com/smihica/emmet-mode.git")
11782 (commit commit)))
11783 (file-name (git-file-name name version))
11784 (sha256
11785 (base32
11786 "1p25h191bm0h5b3w5apg7wks51k7pb7h4dlww4jbl9ri4d33fzcl"))))
11787 (build-system emacs-build-system)
11788 (home-page "https://github.com/smihica/emmet-mode")
11789 (synopsis "Unofficial Emmet's support for Emacs")
11790 (description
11791 "Unfold CSS-selector-like expressions to markup. It is intended to be
11792 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
11793 (license license:gpl3+))))
11794
11795 (define-public emacs-ergoemacs-mode
11796 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
11797 (revision "1"))
11798 (package
11799 (name "emacs-ergoemacs-mode")
11800 (version (git-version "5.16.10.12" revision commit))
11801 (source
11802 (origin
11803 (method git-fetch)
11804 (uri (git-reference
11805 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
11806 (commit commit)))
11807 (file-name (git-file-name name version))
11808 (sha256
11809 (base32
11810 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
11811 (build-system emacs-build-system)
11812 (propagated-inputs
11813 `(("emacs-undo-tree" ,emacs-undo-tree)))
11814 (home-page "https://ergoemacs.github.io/")
11815 (synopsis "Emacs mode based on common modern interface and ergonomics")
11816 (description
11817 "This package provides an efficient Emacs keybinding set based on
11818 statistics of command frequency, and supports common shortcuts for open,
11819 close, copy, cut, paste, undo, redo.")
11820 (license license:gpl3+))))
11821
11822 (define-public emacs-password-store
11823 (package
11824 (name "emacs-password-store")
11825 (version "1.7.3")
11826 (source (origin
11827 (method url-fetch)
11828 (uri
11829 (string-append "https://git.zx2c4.com/password-store/snapshot/"
11830 "password-store-" version ".tar.xz"))
11831 (sha256
11832 (base32
11833 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
11834 (build-system emacs-build-system)
11835 (arguments
11836 `(#:phases
11837 (modify-phases %standard-phases
11838 (add-after 'unpack 'extract-el-file
11839 (lambda _
11840 (copy-file "contrib/emacs/password-store.el" "password-store.el")
11841 (delete-file-recursively "contrib")
11842 (delete-file-recursively "man")
11843 (delete-file-recursively "src")
11844 (delete-file-recursively "tests"))))))
11845 (propagated-inputs
11846 `(("emacs-f" ,emacs-f)
11847 ("emacs-s" ,emacs-s)
11848 ("emacs-with-editor" ,emacs-with-editor)
11849 ("password-store" ,password-store)))
11850 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
11851 (synopsis "Password store (pass) support for Emacs")
11852 (description
11853 "This package provides functions for working with pass (\"the
11854 standard Unix password manager\").")
11855 (license license:gpl2+)))
11856
11857 (define-public emacs-auth-source-pass
11858 (let ((commit "847a1f54ed48856b4dfaaa184583ef2c84173edf")
11859 (revision "2"))
11860 (package
11861 (name "emacs-auth-source-pass")
11862 (version (git-version "5.0.0" revision commit))
11863 (source
11864 (origin
11865 (method git-fetch)
11866 (uri (git-reference
11867 (url "https://github.com/DamienCassou/auth-password-store.git")
11868 (commit commit)))
11869 (file-name (git-file-name name version))
11870 (sha256
11871 (base32 "0g48z5w6n3c54zqfpx65dfyl9jqbl15idvbb1hhw2pd9f9r8fykk"))))
11872 (build-system emacs-build-system)
11873 (arguments
11874 `(#:tests? #t
11875 #:test-command '("emacs" "--batch"
11876 "-L" "."
11877 "-l" "test/auth-source-pass-tests.el"
11878 "-f" "ert-run-tests-batch-and-exit")))
11879 (home-page "https://github.com/DamienCassou/auth-password-store")
11880 (synopsis "Integrate @code{auth-source} with @code{password-store}")
11881 (description "This package helps Emacs integrate with the Unix
11882 @code{password-store} application.")
11883 (license license:gpl3+))))
11884
11885 (define-public emacs-pass
11886 (package
11887 (name "emacs-pass")
11888 (version "1.8")
11889 (source
11890 (origin
11891 (method git-fetch)
11892 (uri (git-reference
11893 (url "https://github.com/NicolasPetton/pass.git")
11894 (commit version)))
11895 (file-name (git-file-name name version))
11896 (sha256
11897 (base32 "05h4hacv3yygyjcjj004qbyqjpkl4pyhwgp25gsz8mw5c66l70cx"))))
11898 (build-system emacs-build-system)
11899 (propagated-inputs
11900 `(("emacs-password-store" ,emacs-password-store)
11901 ("emacs-f" ,emacs-f)))
11902 (home-page "https://github.com/NicolasPetton/pass")
11903 (synopsis "Major mode for @file{password-store.el}")
11904 (description "This is a major mode for managing password-store (pass)
11905 keychains. The keychain entries are displayed in a directory-like structure
11906 and can be consulted and modified.")
11907 (license license:gpl3+)))
11908
11909 (define-public emacs-evil-anzu
11910 (package
11911 (name "emacs-evil-anzu")
11912 (version "0.03")
11913 (source
11914 (origin
11915 (method git-fetch)
11916 (uri (git-reference
11917 (url "https://github.com/syohex/emacs-evil-anzu")
11918 (commit version)))
11919 (file-name (git-file-name name version))
11920 (sha256
11921 (base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
11922 (build-system emacs-build-system)
11923 (propagated-inputs
11924 `(("emacs-evil" ,emacs-evil)
11925 ("emacs-anzu" ,emacs-anzu)))
11926 (home-page "https://github.com/syohex/emacs-evil-anzu")
11927 (synopsis "Anzu for evil-mode")
11928 (description "@code{anzu} provides a minor mode that displays the current
11929 match and total match information in the mode-line in various search modes.")
11930 (license license:gpl3+)))
11931
11932 (define-public emacs-pg
11933 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
11934 (package
11935 (name "emacs-pg")
11936 (version (git-version "0.1" "1" commit))
11937 (source (origin
11938 (method git-fetch)
11939 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
11940 (commit commit)))
11941 (file-name (git-file-name name version))
11942 (sha256
11943 (base32
11944 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
11945 (build-system emacs-build-system)
11946 (home-page "https://github.com/cbbrowne/pg.el")
11947 (synopsis "Emacs Lisp interface for PostgreSQL")
11948 (description
11949 "This package provides an Emacs Lisp interface for PostgreSQL.")
11950 (license license:gpl3+))))
11951
11952 (define-public emacs-cl-generic
11953 (package
11954 (name "emacs-cl-generic")
11955 (version "0.3")
11956 (source
11957 (origin
11958 (method url-fetch)
11959 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
11960 version ".el"))
11961 (sha256
11962 (base32
11963 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
11964 (build-system emacs-build-system)
11965 (home-page "https://elpa.gnu.org/packages/seq.html")
11966 (synopsis
11967 "Forward @code{cl-generic} compatibility for Emacs before version 25")
11968 (description "This package provides a subset of the features of the
11969 @code{cl-generic} package introduced in Emacs-25, for use on previous
11970 @code{emacsen}.")
11971 (license license:gpl3+)))
11972
11973 (define-public emacs-finalize
11974 (package
11975 (name "emacs-finalize")
11976 (version "2.0.0")
11977 (source
11978 (origin
11979 (method git-fetch)
11980 (uri (git-reference
11981 (url "https://github.com/skeeto/elisp-finalize.git")
11982 (commit version)))
11983 (file-name (git-file-name name version))
11984 (sha256
11985 (base32 "1gvlm4i62af5jscwz0jccc8ra0grprxpg2rlq91d5nn8dn5lpy79"))))
11986 (build-system emacs-build-system)
11987 (propagated-inputs
11988 `(("emacs-cl-generic" ,emacs-cl-generic)))
11989 (home-page "https://github.com/skeeto/elisp-finalize")
11990 (synopsis "Finalizers for Emacs Lisp")
11991 (description
11992 "This package will allows to immediately run a callback (a finalizer)
11993 after its registered lisp object has been garbage collected. This allows for
11994 extra resources, such as buffers and processes, to be cleaned up after the
11995 object has been freed.")
11996 (license license:unlicense)))
11997
11998 (define-public emacs-emacsql
11999 (package
12000 (name "emacs-emacsql")
12001 (version "3.0.0")
12002 (source (origin
12003 (method git-fetch)
12004 (uri (git-reference
12005 (url "https://github.com/skeeto/emacsql.git")
12006 (commit (string-append version))))
12007 (file-name (git-file-name name version))
12008 (sha256
12009 (base32
12010 "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
12011 (build-system emacs-build-system)
12012 (arguments
12013 `(#:modules ((guix build emacs-build-system)
12014 (guix build utils)
12015 (guix build emacs-utils)
12016 (srfi srfi-26))
12017 #:phases
12018 (modify-phases %standard-phases
12019 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
12020 (add-before 'install 'patch-elisp-shell-shebangs
12021 (lambda _
12022 (substitute* (find-files "." "\\.el")
12023 (("/bin/sh") (which "sh")))
12024 #t))
12025 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
12026 (lambda _
12027 (setenv "SHELL" "sh")))
12028 (add-after 'setenv-shell 'build-emacsql-sqlite
12029 (lambda _
12030 (invoke "make" "binary" "CC=gcc")))
12031 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
12032 ;; This build phase installs emacs-emacsql binary.
12033 (lambda* (#:key outputs #:allow-other-keys)
12034 (install-file "sqlite/emacsql-sqlite"
12035 (string-append (assoc-ref outputs "out")
12036 "/bin"))
12037 #t))
12038 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
12039 ;; This build phase removes interactive prompts
12040 ;; and makes sure Emacs look for binaries in the right places.
12041 (lambda* (#:key outputs #:allow-other-keys)
12042 (let ((file "emacsql-sqlite.el"))
12043 (chmod file #o644)
12044 (emacs-substitute-sexps file
12045 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
12046 ("(executable-find" (which "gcc"))
12047 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
12048 ;; in the right place.
12049 ("(defvar emacsql-sqlite-executable"
12050 (string-append (assoc-ref outputs "out")
12051 "/bin/emacsql-sqlite"))))))
12052 (replace 'install
12053 (lambda* (#:key outputs #:allow-other-keys)
12054 (let* ((out (assoc-ref outputs "out")))
12055 (install-file "sqlite/emacsql-sqlite"
12056 (string-append out "/bin"))
12057 (for-each (cut install-file <>
12058 (string-append out "/share/emacs/site-lisp"))
12059 (find-files "." "\\.elc*$")))
12060 #t)))))
12061 (inputs
12062 `(("emacs-minimal" ,emacs-minimal)
12063 ("mariadb" ,mariadb "lib")
12064 ("mariadb-dev" ,mariadb "dev")
12065 ("postgresql" ,postgresql)))
12066 (propagated-inputs
12067 `(("emacs-finalize" ,emacs-finalize)
12068 ("emacs-pg" ,emacs-pg)))
12069 (home-page "https://github.com/skeeto/emacsql")
12070 (synopsis "Emacs high-level SQL database front-end")
12071 (description "Any readable Lisp value can be stored as a value in EmacSQL,
12072 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
12073 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
12074 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
12075 (license license:gpl3+)))
12076
12077 (define-public emacs-closql
12078 ;; Take a commit newer than 1.0.0 release because of Emacs upgrade to 26.3.
12079 (let ((commit "70b98dbae53611d10a461d9b4a6f71086910dcef"))
12080 (package
12081 (name "emacs-closql")
12082 (version (git-version "1.0.0" "1" commit))
12083 (source
12084 (origin
12085 (method git-fetch)
12086 (uri (git-reference
12087 (url "https://github.com/emacscollective/closql.git")
12088 (commit commit)))
12089 (file-name (git-file-name name version))
12090 (sha256
12091 (base32
12092 "1wvhrihg663f61yzc7f0vha2abjdnlwbk0gjcwakdfk1bhwf5ikh"))))
12093 (build-system emacs-build-system)
12094 (propagated-inputs
12095 `(("emacs-emacsql" ,emacs-emacsql)))
12096 (home-page "https://github.com/emacscollective/closql")
12097 (synopsis "Store EIEIO objects using EmacSQL")
12098 (description
12099 "This package allows to store uniform EIEIO objects in an EmacSQL
12100 database. SQLite is used as backend. This library imposes some restrictions
12101 on what kind of objects can be stored; it isn't intended to store arbitrary
12102 objects. All objects have to share a common superclass and subclasses cannot
12103 add any additional instance slots.")
12104 (license license:gpl3))))
12105
12106 (define-public emacs-epkg
12107 ;; The release version is to old for the current database scheme.
12108 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
12109 (package
12110 (name "emacs-epkg")
12111 (version (git-version "3.0.0" "1" commit))
12112 (source
12113 (origin
12114 (method git-fetch)
12115 (uri (git-reference
12116 (url "https://github.com/emacscollective/epkg.git")
12117 (commit commit)))
12118 (file-name (git-file-name name version))
12119 (sha256
12120 (base32
12121 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
12122 (build-system emacs-build-system)
12123 (propagated-inputs
12124 `(("emacs-closql" ,emacs-closql)
12125 ("emacs-dash" ,emacs-dash)))
12126 (home-page "https://emacsmirror.net")
12127 (synopsis "Browse the Emacsmirror package database")
12128 (description "This package provides access to a local copy of the
12129 Emacsmirror package database. It provides low-level functions for querying
12130 the database and a @file{package.el} user interface for browsing the database.
12131 Epkg itself is not a package manager.
12132
12133 Getting a local copy:
12134
12135 @example
12136 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
12137 cd ~/.emacs.d/epkgs
12138 git submodule init
12139 git config --global url.https://github.com/.insteadOf git@@github.com:
12140 git submodule update
12141 @end example
12142
12143 Some submodule may be missing. In this case Git will prompt for a GitHub user
12144 name and password. To skip it press a @key{Return} key.
12145
12146 You could get a Epkg package list by invoking @code{epkg-list-packages} in
12147 Emacs.")
12148 (license license:gpl3+))))
12149
12150 (define-public emacs-elisp-slime-nav
12151 (package
12152 (name "emacs-elisp-slime-nav")
12153 (version "0.9")
12154 (source
12155 (origin
12156 (method git-fetch)
12157 (uri (git-reference
12158 (url "https://github.com/purcell/elisp-slime-nav.git")
12159 (commit version)))
12160 (file-name (git-file-name name version))
12161 (sha256
12162 (base32 "11vyy0bvzbs1h1kggikrvhd658j7c730w0pdp6qkm60rigvfi1ih"))))
12163 (build-system emacs-build-system)
12164 (home-page "https://github.com/purcell/elisp-slime-nav")
12165 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
12166 (description
12167 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
12168 in @code{emacs-lisp-mode}, together with an elisp equivalent of
12169 @code{slime-describe-symbol}.")
12170 (license license:gpl3+)))
12171
12172 (define-public emacs-dedicated
12173 (package
12174 (name "emacs-dedicated")
12175 (version "1.0.0")
12176 (source
12177 (origin
12178 (method git-fetch)
12179 (uri (git-reference
12180 (url "https://github.com/emacsorphanage/dedicated.git")
12181 (commit version)))
12182 (file-name (git-file-name name version))
12183 (sha256
12184 (base32 "0pba9s0h37sxyqh733vi6k5raa4cs7aradipf3826inw36jcw414"))))
12185 (build-system emacs-build-system)
12186 (home-page "https://github.com/emacsorphanage/dedicated")
12187 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
12188 (description
12189 "This simple Emacs minor mode allows you to toggle a window's
12190 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
12191 files into that window. This can be quite handy since many commands will use
12192 another window to show results (compilation mode, starting info, and so on).
12193 A dedicated window won't be used for such a purpose. For details, please read
12194 the source file.")
12195 (license license:gpl2+)))
12196
12197 (define-public emacs-nnreddit
12198 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
12199 (revision "1"))
12200 (package
12201 (name "emacs-nnreddit")
12202 (version (string-append "0.0.1-" revision "."
12203 (string-take commit 7)))
12204 (source (origin
12205 (method git-fetch)
12206 (uri (git-reference
12207 (url "https://github.com/paul-issartel/nnreddit.git")
12208 (commit commit)))
12209 (file-name (git-file-name name version))
12210 (sha256
12211 (base32
12212 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
12213 (build-system emacs-build-system)
12214 (home-page "https://github.com/paul-issartel/nnreddit")
12215 (synopsis "Reddit backend for the Gnus newsreader")
12216 (description "@url{https://www.reddit.com} backend for the Gnus
12217 newsreader.")
12218 (license license:gpl3+))))
12219
12220 (define-public emacs-makey
12221 (package
12222 (name "emacs-makey")
12223 (version "0.3")
12224 (source
12225 (origin
12226 (method git-fetch)
12227 (uri (git-reference
12228 (url "https://github.com/mickeynp/makey.git")
12229 (commit version)))
12230 (file-name (git-file-name name version))
12231 (sha256
12232 (base32 "1rr7vpm3xxzcaam3m8xni3ajy8ycyljix07n2jzczayri9sd8csy"))))
12233 (build-system emacs-build-system)
12234 (home-page "https://github.com/mickeynp/makey")
12235 (synopsis "Emacs interactive command-line mode")
12236 (description
12237 "This package provides an Emacs interactive command-line mode.")
12238 (license license:gpl3+)))
12239
12240 (define-public emacs-outorg
12241 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
12242 (package
12243 (name "emacs-outorg")
12244 (version (git-version "2.0" "1" commit))
12245 (source
12246 (origin
12247 (method git-fetch)
12248 (uri (git-reference
12249 (url "https://github.com/alphapapa/outorg")
12250 (commit commit)))
12251 (file-name (git-file-name name version))
12252 (sha256
12253 (base32
12254 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
12255 (build-system emacs-build-system)
12256 (home-page "https://github.com/alphapapa/outorg")
12257 (synopsis "Org-style comment editing")
12258 (description "Outorg is for editing comment-sections of source-code
12259 files in temporary Org-mode buffers. It turns conventional
12260 literate-programming upside-down in that the default mode is the
12261 programming-mode, and special action has to be taken to switch to the
12262 text-mode (i.e. Org-mode).")
12263 (license license:gpl3+))))
12264
12265 (define-public emacs-outshine
12266 (package
12267 (name "emacs-outshine")
12268 (version "3.0.1")
12269 (source (origin
12270 (method git-fetch)
12271 (uri (git-reference
12272 (url "https://github.com/alphapapa/outshine.git")
12273 (commit (string-append "v" version))))
12274 (file-name (git-file-name name version))
12275 (sha256
12276 (base32
12277 "1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
12278 (build-system emacs-build-system)
12279 (propagated-inputs
12280 `(("emacs-outorg" ,emacs-outorg)))
12281 (home-page "https://github.com/alphapapa/outshine")
12282 (synopsis "Emacs outline with outshine")
12283 (description "Outshine attempts to bring the look and feel of
12284 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
12285 of @code{outline-minor-mode} (@code{org-mode} itself derives from
12286 outline-mode), so there is no such thing like an outshine mode, only
12287 @code{outline-minor-mode} with outshine extensions loaded.")
12288 (license license:gpl3+)))
12289
12290 (define-public emacs-frecency
12291 (let ((commit "31ef9ff4af1a4fed3dcc24ea74037feea8795c87")
12292 (version "0.1-pre")
12293 (revision "1"))
12294 (package
12295 (name "emacs-frecency")
12296 (version (git-version version revision commit))
12297 (source (origin
12298 (method git-fetch)
12299 (uri (git-reference
12300 (url "https://github.com/alphapapa/frecency.el")
12301 (commit commit)))
12302 (sha256
12303 (base32
12304 "051aihjdg3x22svaxhwylpi8i6s2x9j8syvsj1jgilgjjdy15l6j"))
12305 (file-name (git-file-name name version))))
12306 (build-system emacs-build-system)
12307 (propagated-inputs
12308 `(("emacs-a" ,emacs-a)
12309 ("emacs-dash" ,emacs-dash)))
12310 (home-page "https://github.com/alphapapa/frecency.el")
12311 (synopsis "Sort items by frequency and recency of access")
12312 (description "This package provides a way of sorting items via
12313 a heuristic based on frequency and recency.")
12314 (license license:gpl3+))))
12315
12316 (define-public emacs-org-recent-headings
12317 (package
12318 (name "emacs-org-recent-headings")
12319 (version "0.1")
12320 (source (origin
12321 (method git-fetch)
12322 (uri (git-reference
12323 (url "https://github.com/alphapapa/org-recent-headings.git")
12324 (commit version)))
12325 (file-name (git-file-name name version))
12326 (sha256
12327 (base32
12328 "0gsrzmg3mssh9s28yjm9m866fnhm1pcligssz1q6brga6dm6f2yy"))))
12329 (build-system emacs-build-system)
12330 (propagated-inputs
12331 `(("emacs-org" ,emacs-org)
12332 ("emacs-dash" ,emacs-dash)
12333 ("emacs-frecency" ,emacs-frecency)))
12334 (home-page "https://github.com/alphapapa/org-recent-headings")
12335 (synopsis "Navigate to recently used Org headings and lists")
12336 (description "This package maintains a list of recently used Org headings,
12337 as well as functions for navigating between these headings.")
12338 (license license:gpl3+)))
12339
12340 (define-public emacs-org-super-agenda
12341 ;; emacs-org-sidebar depends on a newer commit than the latest release version.
12342 (let ((commit "a87ca11fbbe72ab6c1c4c3b55ae9e1e93ebfb8ba")
12343 (revision "3"))
12344 (package
12345 (name "emacs-org-super-agenda")
12346 (version (git-version "1.1.1" revision commit))
12347 (source (origin
12348 (method git-fetch)
12349 (uri (git-reference
12350 (url "https://github.com/alphapapa/org-super-agenda")
12351 (commit commit)))
12352 (file-name (git-file-name name version))
12353 (sha256
12354 (base32
12355 "08b7babdaqblb6jff57an4kbcxk6fkhf668620fipfjgbsnqv3ff"))))
12356 (build-system emacs-build-system)
12357 (propagated-inputs
12358 `(("emacs-org" ,emacs-org)
12359 ("emacs-dash" ,emacs-dash)
12360 ("emacs-ts" ,emacs-ts)
12361 ("emacs-ht" ,emacs-ht)
12362 ("emacs-s" ,emacs-s)))
12363 (home-page "https://github.com/alphapapa/org-super-agenda")
12364 (synopsis "Supercharged Org agenda")
12365 (description "This package allows items in the Org agenda to be grouped
12366 into sections while preserving the structure imposed by any timestamps.")
12367 (license license:gpl3+))))
12368
12369 (define-public emacs-org-make-toc
12370 (package
12371 (name "emacs-org-make-toc")
12372 (version "0.4")
12373 (source (origin
12374 (method git-fetch)
12375 (uri (git-reference
12376 (url "https://github.com/alphapapa/org-make-toc")
12377 (commit version)))
12378 (file-name (git-file-name name version))
12379 (sha256
12380 (base32
12381 "0348iq3bc3rxs5bqdvskyly4agqxiapamqkfm0323620kxl70agw"))))
12382 (build-system emacs-build-system)
12383 (propagated-inputs
12384 `(("emacs-org" ,emacs-org)
12385 ("emacs-dash" ,emacs-dash)
12386 ("emacs-s" ,emacs-s)))
12387 (home-page "https://github.com/alphapapa/org-make-toc")
12388 (synopsis "Maintain a table of contents for an Org file")
12389 (description "This package facilitates the creation and maintenance of
12390 tables of contents.")
12391 (license license:gpl3+)))
12392
12393 (define-public emacs-ts
12394 (let ((commit "395649a2f2ba79028331bb1fa9ec08b218950ff6")
12395 (revision "2"))
12396 (package
12397 (name "emacs-ts")
12398 (version (git-version "0.1" revision commit))
12399 (source (origin
12400 (method git-fetch)
12401 (uri (git-reference
12402 (url "https://github.com/alphapapa/ts.el")
12403 (commit commit)))
12404 (sha256
12405 (base32
12406 "02603wv66fplsigxd87jy23hrb5g9vigszcpdqrdv0ypaqaxlr3a"))
12407 (file-name (git-file-name name version))))
12408 (build-system emacs-build-system)
12409 (propagated-inputs
12410 `(("emacs-s" ,emacs-s)
12411 ("emacs-dash" ,emacs-dash)))
12412 (arguments
12413 ;; XXX: Three tests are failing because of a timezone-related issue
12414 ;; with how they're written. On my machine, all the failing test
12415 ;; results are 18000 seconds (5 hours) off.
12416
12417 ;; The ts-parse-org function accepts a string without any timezone
12418 ;; info, not assumed to be in Unix time, and converts it to a so-called
12419 ;; ts struct. The ts-unix function (accessor) accepts a ts struct,
12420 ;; then seems to assume the struct's corresponding time is in terms of
12421 ;; the user's current time zone, before returning a Unix time in
12422 ;; seconds.
12423
12424 ;; The failing tests all have similar problems, but nothing else about
12425 ;; the library seems particularly off.
12426
12427 `(#:tests? #t
12428 #:test-command '("emacs" "--batch"
12429 "-l" "test/test.el"
12430 "-f" "ert-run-tests-batch-and-exit")
12431 #:phases
12432 (modify-phases %standard-phases
12433 (add-before 'check 'make-tests-writable
12434 (lambda _
12435 (make-file-writable "test/test.el")
12436 #t))
12437 (add-before 'check 'delete-failing-tests
12438 (lambda _
12439 (emacs-batch-edit-file "test/test.el"
12440 `(progn (progn
12441 (goto-char (point-min))
12442 (dolist (test-regexp '("ert-deftest ts-format"
12443 "ert-deftest ts-parse-org\\_>"
12444 "ert-deftest ts-parse-org-element"))
12445 (re-search-forward test-regexp)
12446 (beginning-of-line)
12447 (kill-sexp)))
12448 (basic-save-buffer)))
12449 #t)))))
12450 (home-page "https://github.com/alphapapa/ts.el")
12451 (synopsis "Timestamp and date/time library")
12452 (description "This package facilitates manipulating dates, times, and
12453 timestamps by providing a @code{ts} struct.")
12454 (license license:gpl3+))))
12455
12456 (define-public emacs-peg
12457 (package
12458 (name "emacs-peg")
12459 (version "0.6")
12460 (source (origin
12461 (method git-fetch)
12462 (uri (git-reference
12463 (url "https://github.com/emacsmirror/peg")
12464 (commit version)))
12465 (sha256
12466 (base32
12467 "0kjz7ch4bn0m4v9zgqyqcrsasnqc5c5drv2hp22j7rnbb7ny0q3n"))
12468 (file-name (git-file-name name version))))
12469 (build-system emacs-build-system)
12470 (home-page "https://github.com/emacsmirror/peg/")
12471 (synopsis "Parsing Expression Grammars in Elisp")
12472 (description "This package provides a macro that parses the current buffer
12473 according to a parsing expression grammar.")
12474 (license license:gpl3+)))
12475
12476 (define-public emacs-org-ql
12477 (package
12478 (name "emacs-org-ql")
12479 (version "0.3.2")
12480 (source (origin
12481 (method git-fetch)
12482 (uri (git-reference
12483 (url "https://github.com/alphapapa/org-ql")
12484 (commit version)))
12485 (sha256
12486 (base32
12487 "11bhpi2l28vp8mm9nx18jljbqdnh9vxpv9kp1dn9lpsgivcdbc34"))
12488 (file-name (git-file-name name version))))
12489 (build-system emacs-build-system)
12490 (propagated-inputs
12491 `(("emacs-s" ,emacs-s)
12492 ("emacs-f" ,emacs-f)
12493 ("emacs-ov" ,emacs-ov)
12494 ("emacs-peg" ,emacs-peg)
12495 ("emacs-org-super-agenda" ,emacs-org-super-agenda)
12496 ("emacs-ts" ,emacs-ts)
12497 ("emacs-org" ,emacs-org)
12498 ("emacs-helm" ,emacs-helm)
12499 ("emacs-helm-org" ,emacs-helm-org)
12500 ("emacs-dash" ,emacs-dash)))
12501 (native-inputs
12502 `(("emacs-buttercup" ,emacs-buttercup)))
12503 (arguments
12504 `(#:phases
12505 (modify-phases %standard-phases
12506 (add-after 'unpack 'require-helm
12507 (lambda _
12508 (substitute* "helm-org-ql.el"
12509 (("^;;;; Requirements")
12510 ";;;; Requirements\n(require 'helm)\n(require 'helm-org)"))
12511 #t)))
12512 #:tests? #t
12513 #:test-command '("buttercup" "-L" ".")))
12514 (home-page "https://github.com/alphapapa/org-ql/")
12515 (synopsis "Query language for Org buffers")
12516 (description "This package provides a Lispy query language for Org
12517 files, allowing for actions to be performed based on search criteria.")
12518 (license license:gpl3+)))
12519
12520 (define-public emacs-org-auto-expand
12521 (let ((commit "4938d5f6460e2f8f051ba9ac000b291bfa43ef62")
12522 (revision "1"))
12523 (package
12524 (name "emacs-org-auto-expand")
12525 (version (git-version "0.1" revision commit))
12526 (source (origin
12527 (method git-fetch)
12528 (uri (git-reference
12529 (url "https://github.com/alphapapa/org-auto-expand")
12530 (commit commit)))
12531 (file-name (git-file-name name version))
12532 (sha256
12533 (base32
12534 "1my0c6xmkh37lwi6l472lz9d86lf20h6xcllzlxm1lxa24rhva6v"))))
12535 (build-system emacs-build-system)
12536 (propagated-inputs
12537 `(("emacs-org" ,emacs-org)
12538 ("emacs-dash" ,emacs-dash)))
12539 (home-page "https://github.com/alphapapa/org-auto-expand")
12540 (synopsis "Automatically expand certain Org headings")
12541 (description "This package allows a customizable set of headings in Org
12542 files to be expanded upon opening them.")
12543 (license license:gpl3+))))
12544
12545 (define-public emacs-parsebib
12546 (package
12547 (name "emacs-parsebib")
12548 (version "2.3.1")
12549 (source
12550 (origin
12551 (method git-fetch)
12552 (uri (git-reference
12553 (url "https://github.com/joostkremers/parsebib.git")
12554 (commit version)))
12555 (file-name (git-file-name name version))
12556 (sha256
12557 (base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh"))))
12558 (build-system emacs-build-system)
12559 (home-page "https://github.com/joostkremers/parsebib")
12560 (synopsis "Library for parsing bib files")
12561 (description
12562 "This package provides an Emacs library for parsing bib files.")
12563 (license license:gpl3+)))
12564
12565 (define-public emacs-ebib
12566 (let ((commit "99bd909f47f71e024ce324981109b73a50e82fba"))
12567 (package
12568 (name "emacs-ebib")
12569 (version "2.21")
12570 (source
12571 (origin
12572 (method git-fetch)
12573 (uri (git-reference
12574 (url "https://github.com/joostkremers/ebib.git")
12575 (commit commit)))
12576 (file-name (git-file-name name version))
12577 (sha256
12578 (base32
12579 "131vgl4d1j9s4055x88409w19q52x2m0x08b961hylp7yb5ljzgh"))))
12580 (build-system emacs-build-system)
12581 (propagated-inputs
12582 `(("emacs-parsebib" ,emacs-parsebib)))
12583 (home-page "http://joostkremers.github.io/ebib/")
12584 (synopsis "BibTeX database manager for Emacs")
12585 (description
12586 "Ebib is a BibTeX database manager that runs in GNU Emacs.
12587 With Ebib you can create, sort and manage your .bib database files,
12588 all within Emacs. It supports searching, multi-line field values and
12589 @@String and @@Preamble definitions. Ebib integrates with (La)TeX
12590 mode, Org mode and other Emacs editing modes.")
12591 ;; The Ebib source files are released under a BSD license with
12592 ;; the exception of org-ebib.el, which is released under the GNU
12593 ;; GPL.
12594 (license (list license:bsd-3
12595 license:gpl3+)))))
12596
12597 (define-public emacs-biblio
12598 (package
12599 (name "emacs-biblio")
12600 (version "0.2")
12601 (source
12602 (origin
12603 (method git-fetch)
12604 (uri (git-reference
12605 (url "https://github.com/cpitclaudel/biblio.el.git")
12606 (commit version)))
12607 (file-name (git-file-name name version))
12608 (sha256
12609 (base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
12610 (build-system emacs-build-system)
12611 (propagated-inputs
12612 `(("emacs-seq" ,emacs-seq)
12613 ("emacs-dash" ,emacs-dash)
12614 ("emacs-let-alist" ,emacs-let-alist)))
12615 (home-page "https://github.com/cpitclaudel/biblio.el")
12616 (synopsis "Browse and import bibliographic references")
12617 (description "This package provides an extensible Emacs package for
12618 browsing and fetching references.
12619
12620 @file{biblio.el} makes it easy to browse and gather bibliographic references
12621 and publications from various sources, by keywords or by DOI. References are
12622 automatically fetched from well-curated sources, and formatted as BibTeX.")
12623 (license license:gpl3+)))
12624
12625 (define-public emacs-helm-bibtex
12626 (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
12627 (revision "1"))
12628 (package
12629 (name "emacs-helm-bibtex")
12630 (version (string-append "2.0.0" "-" revision "."
12631 (string-take commit 7)))
12632 (source
12633 (origin
12634 (method git-fetch)
12635 (uri (git-reference
12636 (url "https://github.com/tmalsburg/helm-bibtex.git")
12637 (commit commit)))
12638 (file-name (git-file-name name version))
12639 (sha256
12640 (base32
12641 "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
12642 (build-system emacs-build-system)
12643 (propagated-inputs
12644 `(("emacs-helm" ,emacs-helm)
12645 ("emacs-parsebib" ,emacs-parsebib)
12646 ("emacs-s" ,emacs-s)
12647 ("emacs-dash" ,emacs-dash)
12648 ("emacs-f" ,emacs-f)
12649 ("emacs-biblio" ,emacs-biblio)
12650 ("emacs-ivy" ,emacs-ivy)))
12651 (home-page "https://github.com/tmalsburg/helm-bibtex")
12652 (synopsis "Bibliography manager based on Helm")
12653 (description "This package provides bibliography manager for Emacs,
12654 based on Helm and the bibtex-completion backend.
12655
12656 Key features:
12657
12658 @itemize
12659 @item Quick access to your bibliography from within Emacs
12660 @item Powerful search capabilities
12661 @item Provides instant search results as you type
12662 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
12663 @item Open the PDFs, URLs, or DOIs associated with an entry
12664 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
12665 BibTeX entries, or plain text references at point, attach PDFs to emails
12666 @item Support for note taking
12667 @item Quick access to online bibliographic databases such as Pubmed,
12668 arXiv, Google Scholar, Library of Congress, etc.
12669 @item Imports BibTeX entries from CrossRef and other sources.
12670 @end itemize\n")
12671 (license license:gpl3+))))
12672
12673 (define-public emacs-ewmctrl
12674 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
12675 (package
12676 (name "emacs-ewmctrl")
12677 (version (git-version "0.0.1" "1" commit))
12678 (source
12679 (origin
12680 (method git-fetch)
12681 (uri (git-reference
12682 (url "https://github.com/flexibeast/ewmctrl.git")
12683 (commit commit)))
12684 (file-name (git-file-name name version))
12685 (sha256
12686 (base32
12687 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
12688 (build-system emacs-build-system)
12689 (arguments
12690 '(#:phases
12691 (modify-phases %standard-phases
12692 (add-after 'unpack 'patch-ewmctrl
12693 ;; This build phase makes sure ‘ewmctrl’ looks
12694 ;; for ‘wmctrl’ in the right place.
12695 (lambda _
12696 (let ((file "ewmctrl.el"))
12697 (chmod file #o644)
12698 (emacs-substitute-sexps file
12699 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
12700 (inputs
12701 `(("wmctrl" ,wmctrl)))
12702 (home-page "https://github.com/flexibeast/ewmctrl")
12703 (synopsis "Emacs interface to @code{wmctrl}")
12704 (description "@code{ewmctrl} provides an Emacs interface to
12705 @code{wmctrl} command-line window-management program.")
12706 (license license:gpl3+))))
12707
12708 (define-public emacs-erc-image
12709 (let ((commit "82fb3871f02e24b1e880770b9a3d187aab43d0f0")
12710 (revision "1"))
12711 (package
12712 (name "emacs-erc-image")
12713 (version (git-version "0" revision commit))
12714 (source
12715 (origin
12716 (method git-fetch)
12717 (uri (git-reference
12718 (url "https://github.com/kidd/erc-image.el")
12719 (commit commit)))
12720 (file-name (git-file-name name version))
12721 (sha256
12722 (base32
12723 "1q8mkf612fb4fjp8h4kbr107wn083iqfdgv8f80pcmil8y33dw9i"))))
12724 (build-system emacs-build-system)
12725 (home-page "https://github.com/kidd/erc-image.el")
12726 (synopsis "Show inlined images (png/jpg/gif/svg) in ERC buffers")
12727 (description "This plugin subscribes to hooks @code{erc-insert-modify-hook}
12728 and @code{erc-send-modify-hook} to download and show images.")
12729 (license license:gpl3+))))
12730
12731 (define-public emacs-helm-gtags
12732 (package
12733 (name "emacs-helm-gtags")
12734 (version "1.5.6")
12735 (source
12736 (origin
12737 (method git-fetch)
12738 (uri (git-reference
12739 (url "https://github.com/syohex/emacs-helm-gtags.git")
12740 (commit version)))
12741 (file-name (git-file-name name version))
12742 (sha256
12743 (base32 "0zyspn9rqfs3hkq8qx0q1w5qiv30ignbmycyv0vn3a6q7a5fsnhx"))))
12744 (build-system emacs-build-system)
12745 (propagated-inputs
12746 `(("emacs-helm" ,emacs-helm)))
12747 (home-page "https://github.com/syohex/emacs-helm-gtags")
12748 (synopsis "Emacs Helm interface to GNU Global")
12749 (description
12750 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
12751 (license license:gpl3+)))
12752
12753 (define-public emacs-list-utils
12754 (package
12755 (name "emacs-list-utils")
12756 (version "0.4.4")
12757 (source
12758 (origin
12759 (method git-fetch)
12760 (uri (git-reference
12761 (url "https://github.com/rolandwalker/list-utils.git")
12762 (commit (string-append "v" version))))
12763 (file-name (git-file-name name version))
12764 (sha256
12765 (base32 "0ql159v7sxs33yh2l080kchrj52vk34knz50cvqi3ykpb7djg3sz"))))
12766 (build-system emacs-build-system)
12767 (home-page "https://github.com/rolandwalker/list-utils")
12768 (synopsis "List-manipulation utility functions")
12769 (description "This package provides a list manipulation library for Emacs.")
12770 (license license:gpl3+)))
12771
12772 (define-public emacs-move-text
12773 (package
12774 (name "emacs-move-text")
12775 (version "2.0.8")
12776 (source
12777 (origin
12778 (method git-fetch)
12779 (uri (git-reference
12780 (url "https://github.com/emacsfodder/move-text.git")
12781 (commit version)))
12782 (file-name (git-file-name name version))
12783 (sha256
12784 (base32 "06jxk5g23822gfmwrxhc34zand3dr8p2wjh1zs3j61ibz6n0nmz1"))))
12785 (build-system emacs-build-system)
12786 (home-page "https://github.com/emacsfodder/move-text")
12787 (synopsis "Move current line or region with M-up or M-down")
12788 (description "This package provide functions to move the current line
12789 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
12790 region instead.")
12791 (license license:gpl3+)))
12792
12793 (define-public emacs-validate
12794 (package
12795 (name "emacs-validate")
12796 (version "1.0.5")
12797 (source (origin
12798 (method git-fetch)
12799 (uri (git-reference
12800 (url "https://github.com/Malabarba/validate.el")
12801 (commit version)))
12802 (file-name (git-file-name name version))
12803 (sha256
12804 (base32
12805 "1l12ibx6cw4mgicgjpw71fb4fr4sd0k54lvbpq7ngc29br3j6i4v"))))
12806 (build-system emacs-build-system)
12807 (home-page "https://github.com/Malabarba/validate.el")
12808 (synopsis "Emacs library for scheme validation")
12809 (description "This Emacs library provides two functions that perform
12810 schema validation.")
12811 (license license:gpl3+)))
12812
12813 (define-public emacs-rainbow-blocks
12814 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
12815 (package
12816 (name "emacs-rainbow-blocks")
12817 (version (git-version "1.0.0" "1" commit))
12818 (source (origin
12819 (method git-fetch)
12820 (uri (git-reference
12821 (url "https://github.com/istib/rainbow-blocks.git")
12822 (commit commit)))
12823 (file-name (git-file-name name version))
12824 (sha256
12825 (base32
12826 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
12827 (build-system emacs-build-system)
12828 (home-page "https://github.com/istib/rainbow-blocks")
12829 (synopsis "Highlight sexp blocks")
12830 (description "Rainbow-blocks is an Emacs mode that highlights blocks
12831 made of parentheses, brackets, and braces according to their depth. Each
12832 successive level is highlighted in a different color. This makes it easy to
12833 orient yourself in the code, and tell which statements are at a given level.")
12834 (license license:gpl3+))))
12835
12836 (define-public emacs-hierarchy
12837 (package
12838 (name "emacs-hierarchy")
12839 (version "0.7.0")
12840 (source
12841 (origin
12842 (method git-fetch)
12843 (uri (git-reference
12844 (url "https://github.com/DamienCassou/hierarchy.git")
12845 (commit (string-append "v" version))))
12846 (file-name (git-file-name name version))
12847 (sha256
12848 (base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
12849 (build-system emacs-build-system)
12850 (native-inputs
12851 `(("emacs-buttercup" ,emacs-buttercup)))
12852 (arguments
12853 `(#:tests? #t
12854 #:test-command '("buttercup" "-L" ".")))
12855 (home-page "https://github.com/DamienCassou/hierarchy")
12856 (synopsis "Library to create and display hierarchy structures")
12857 (description "This package provides an Emacs library to create, query,
12858 navigate and display hierarchy structures.")
12859 (license license:gpl3+)))
12860
12861 (define-public emacs-tree-mode
12862 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
12863 (revision "1"))
12864 (package
12865 (name "emacs-tree-mode")
12866 (version (string-append "0.0.1" "-" revision "."
12867 (string-take commit 7)))
12868 (source
12869 (origin
12870 (method git-fetch)
12871 (uri (git-reference
12872 (url "https://github.com/emacsorphanage/tree-mode.git")
12873 (commit commit)))
12874 (file-name (git-file-name name version))
12875 (sha256
12876 (base32
12877 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
12878 (build-system emacs-build-system)
12879 (home-page "https://github.com/emacsorphanage/tree-mode")
12880 (synopsis "Emacs mode to manage tree widgets")
12881 (description
12882 "This package provides an Emacs library to manage tree widgets.")
12883 (license license:gpl3+))))
12884
12885 (define-public emacs-md4rd
12886 (package
12887 (name "emacs-md4rd")
12888 (version "0.3.1")
12889 (source (origin
12890 (method git-fetch)
12891 (uri (git-reference
12892 (url "https://github.com/ahungry/md4rd.git")
12893 (commit version)))
12894 (file-name (git-file-name name version))
12895 (sha256
12896 (base32
12897 "1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
12898 (propagated-inputs
12899 `(("emacs-hierarchy" ,emacs-hierarchy)
12900 ("emacs-request" ,emacs-request)
12901 ("emacs-dash" ,emacs-dash)
12902 ("emacs-s" ,emacs-s)
12903 ("emacs-tree-mode" ,emacs-tree-mode)))
12904 (build-system emacs-build-system)
12905 (home-page "https://github.com/ahungry/md4rd")
12906 (synopsis "Emacs Mode for Reddit")
12907 (description
12908 "This package allows to read Reddit from within Emacs interactively.")
12909 (license license:gpl3+)))
12910
12911 (define-public emacs-pulseaudio-control
12912 (let ((commit "7e1a87068379075a5e9ce36c64c686c03d20d379")
12913 (revision "3"))
12914 (package
12915 (name "emacs-pulseaudio-control")
12916 (version (git-version "0.0.1" revision commit))
12917 (source
12918 (origin
12919 (method git-fetch)
12920 (uri (git-reference
12921 (url "https://github.com/flexibeast/pulseaudio-control.git")
12922 (commit commit)))
12923 (file-name (git-file-name name version))
12924 (sha256
12925 (base32
12926 "0wcaqyh15x56255rrj350089z15pnwixa2vf0ly6dv0hjmzmh3mr"))))
12927 (build-system emacs-build-system)
12928 (arguments
12929 '(#:phases (modify-phases %standard-phases
12930 (add-after 'unpack 'patch-file-name
12931 (lambda* (#:key inputs #:allow-other-keys)
12932 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
12933 (chmod "pulseaudio-control.el" #o600)
12934 (emacs-substitute-variables "pulseaudio-control.el"
12935 ("pulseaudio-control-pactl-path"
12936 (string-append pulseaudio "/bin/pactl")))
12937 #t))))))
12938 (inputs `(("pulseaudio" ,pulseaudio)))
12939 (home-page "https://github.com/flexibeast/pulseaudio-control")
12940 (synopsis "Control @code{pulseaudio} from Emacs")
12941 (description
12942 "This package allows to control @code{pulseaudio} from Emacs.")
12943 (license license:gpl3+))))
12944
12945 (define-public emacs-datetime
12946 (package
12947 (name "emacs-datetime")
12948 (version "0.3")
12949 (source
12950 (origin
12951 (method git-fetch)
12952 (uri (git-reference
12953 (url "https://github.com/doublep/datetime.git")
12954 (commit version)))
12955 (file-name (git-file-name name version))
12956 (sha256
12957 (base32 "0fdswqi53qx924lib7nd9dazn0916xf1ybrh3bcn3f8cn6b8ikg5"))))
12958 (build-system emacs-build-system)
12959 (home-page "https://github.com/doublep/datetime/")
12960 (synopsis "Library to work with dates in Emacs")
12961 (description "Parsing, formatting, matching and recoding
12962 timestamps and date-time format strings library for Emacs.")
12963 (license license:gpl3+)))
12964
12965 (define-public emacs-org-mind-map
12966 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
12967 (revision "1"))
12968 (package
12969 (name "emacs-org-mind-map")
12970 (version (string-append "0.0.1" "-" revision "."
12971 (string-take commit 7)))
12972 (source
12973 (origin
12974 (method git-fetch)
12975 (uri (git-reference
12976 (url "https://github.com/theodorewiles/org-mind-map.git")
12977 (commit commit)))
12978 (file-name (git-file-name name version))
12979 (sha256
12980 (base32
12981 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
12982 (propagated-inputs
12983 `(("emacs-dash" ,emacs-dash)))
12984 (build-system emacs-build-system)
12985 (home-page "https://github.com/theodorewiles/org-mind-map")
12986 (synopsis "Create Graphviz directed graphs from Org files")
12987 (description
12988 "This package creates Graphviz directed graphs from Org files.")
12989 (license license:gpl3+))))
12990
12991 (define-public emacs-npm-mode
12992 (package
12993 (name "emacs-npm-mode")
12994 (version "0.6.0")
12995 (source
12996 (origin
12997 (method git-fetch)
12998 (uri (git-reference
12999 (url "https://github.com/mojochao/npm-mode.git")
13000 (commit version)))
13001 (file-name (git-file-name name version))
13002 (sha256
13003 (base32 "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"))))
13004 (build-system emacs-build-system)
13005 (home-page "https://github.com/mojochao/npm-mode")
13006 (synopsis "Minor mode for working with @code{npm} projects")
13007 (description
13008 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
13009 (license license:gpl3+)))
13010
13011 (define-public emacs-seq
13012 (package
13013 (name "emacs-seq")
13014 (version "2.20")
13015 (source
13016 (origin
13017 (method url-fetch)
13018 (uri (string-append "https://elpa.gnu.org/packages/seq-" version ".tar"))
13019 (sha256
13020 (base32
13021 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
13022 (build-system emacs-build-system)
13023 (home-page "https://elpa.gnu.org/packages/seq.html")
13024 (synopsis "Sequence manipulation functions")
13025 (description "Sequence-manipulation functions that complement basic
13026 functions provided by @file{subr.el}.")
13027 (license license:gpl3+)))
13028
13029 (define-public emacs-itail
13030 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
13031 (revision "1"))
13032 (package
13033 (name "emacs-itail")
13034 (version (string-append "0.0.1" "-" revision "."
13035 (string-take commit 7)))
13036 (source
13037 (origin
13038 (method git-fetch)
13039 (uri (git-reference
13040 (url "https://github.com/re5et/itail.git")
13041 (commit commit)))
13042 (file-name (git-file-name name version))
13043 (sha256
13044 (base32
13045 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
13046 (build-system emacs-build-system)
13047 (home-page "https://github.com/re5et/itail")
13048 (synopsis "Interactive @code{tail} Emacs mode")
13049 (description "@code{itail} provides interactive @code{tail} mode
13050 that allows you to filter the tail with unix pipes and highlight the
13051 contents of the tailed file. Works locally or on remote files using
13052 tramp.")
13053 (license license:gpl3+))))
13054
13055 (define-public emacs-loop
13056 (package
13057 (name "emacs-loop")
13058 (version "1.3")
13059 (source
13060 (origin
13061 (method git-fetch)
13062 (uri (git-reference
13063 (url "https://github.com/Wilfred/loop.el.git")
13064 (commit version)))
13065 (file-name (git-file-name name version))
13066 (sha256
13067 (base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
13068 (build-system emacs-build-system)
13069 (native-inputs
13070 `(("emacs-ert-runner" ,emacs-ert-runner)
13071 ("emacs-undercover" ,emacs-undercover)))
13072 (arguments
13073 `(#:tests? #t
13074 #:test-command '("ert-runner")))
13075 (home-page "https://github.com/Wilfred/loop.el")
13076 (synopsis "Imperative loop structures for Emacs")
13077 (description "Loop structures familiar to users of other languages. This
13078 library adds a selection of popular loop structures as well as break and
13079 continue.")
13080 (license license:gpl3+)))
13081
13082 (define-public emacs-elisp-refs
13083 (package
13084 (name "emacs-elisp-refs")
13085 (version "1.3")
13086 (source
13087 (origin
13088 (method git-fetch)
13089 (uri (git-reference
13090 (url "https://github.com/Wilfred/elisp-refs.git")
13091 (commit version)))
13092 (file-name (git-file-name name version))
13093 (sha256
13094 (base32 "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"))))
13095 (build-system emacs-build-system)
13096 (propagated-inputs
13097 `(("emacs-dash" ,emacs-dash)
13098 ("emacs-f" ,emacs-f)
13099 ("emacs-list-utils" ,emacs-list-utils)
13100 ("emacs-loop" ,emacs-loop)
13101 ("emacs-s" ,emacs-s)
13102 ("emacs-shut-up" ,emacs-shut-up)))
13103 (native-inputs
13104 `(("emacs-ert-runner" ,emacs-ert-runner)
13105 ("emacs-undercover" ,emacs-undercover)))
13106 (arguments
13107 `(#:tests? #t
13108 #:test-command '("ert-runner")))
13109 (home-page "https://github.com/Wilfred/elisp-refs")
13110 (synopsis "Find callers of elisp functions or macros")
13111 (description "Find references to functions, macros or variables. Unlike a
13112 dumb text search, @code{elisp-refs} actually parses the code, so it's never
13113 confused by comments or @code{foo-bar} matching @code{foo}.")
13114 (license license:gpl3+)))
13115
13116 (define-public emacs-crux
13117 (let ((commit "308f17d914e2cd79cbc809de66d02b03ceb82859")
13118 (revision "2"))
13119 (package
13120 (name "emacs-crux")
13121 (version (git-version "0.3.0" revision commit))
13122 (source
13123 (origin
13124 (method git-fetch)
13125 (uri (git-reference
13126 (url "https://github.com/bbatsov/crux.git")
13127 (commit commit)))
13128 (file-name (git-file-name name version))
13129 (sha256
13130 (base32
13131 "0rf84finwlvmy0xpgyljjvnrijlmkzjyw9rh97svgxp9c1rzfk0x"))))
13132 (build-system emacs-build-system)
13133 (home-page "https://github.com/bbatsov/crux")
13134 (synopsis "Collection of useful functions for Emacs")
13135 (description
13136 "@code{crux} provides a collection of useful functions for Emacs.")
13137 (license license:gpl3+))))
13138
13139 (define-public emacs-edit-server
13140 (package
13141 (name "emacs-edit-server")
13142 (version "1.13")
13143 (source
13144 (origin
13145 (method git-fetch)
13146 (uri (git-reference
13147 (url "https://github.com/stsquad/emacs_chrome.git")
13148 (commit (string-append "v" version))))
13149 (file-name (git-file-name name version))
13150 (sha256
13151 (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
13152 (build-system emacs-build-system)
13153 (arguments
13154 `(#:phases
13155 (modify-phases %standard-phases
13156 (add-after 'unpack 'chdir-elisp
13157 ;; Elisp directory is not in root of the source.
13158 (lambda _
13159 (chdir "servers"))))))
13160 (home-page "https://github.com/stsquad/emacs_chrome")
13161 (synopsis "Server that responds to edit requests from Chromium")
13162 (description
13163 "This package provides an edit server to respond to requests from Emacs.")
13164 (license license:gpl3+)))
13165
13166 (define-public emacs-m-buffer-el
13167 (package
13168 (name "emacs-m-buffer-el")
13169 (version "0.15")
13170 (source
13171 (origin
13172 (method git-fetch)
13173 (uri (git-reference
13174 (url "https://github.com/phillord/m-buffer-el")
13175 (commit (string-append "v" version))))
13176 (file-name (git-file-name name version))
13177 (sha256
13178 (base32
13179 "1sx76i59razwccvn6x7rx5a124bfyjw9fcbxf4gj7nsg33qiq809"))))
13180 (arguments
13181 `(#:phases
13182 (modify-phases %standard-phases
13183 (add-before 'install 'check
13184 (lambda* (#:key inputs #:allow-other-keys)
13185 (invoke "emacs" "--batch" "-L" "."
13186 "-l" "test/m-buffer-test.el"
13187 "-l" "test/m-buffer-at-test.el"
13188 "-f" "ert-run-tests-batch-and-exit"))))))
13189 (build-system emacs-build-system)
13190 (home-page "https://github.com/phillord/m-buffer-el")
13191 (synopsis "List oriented buffer operations for Emacs")
13192 (description "@code{m-buffer} provides a set of list-orientated functions
13193 for operating over the contents of Emacs buffers.")
13194 (license license:gpl3+)))
13195
13196 (define-public emacs-let-alist
13197 (package
13198 (name "emacs-let-alist")
13199 (version "1.0.6")
13200 (source
13201 (origin
13202 (method url-fetch)
13203 (uri (string-append
13204 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
13205 (sha256
13206 (base32 "0szj7vnjzz4zci5fvz7xqgcpi4pzdyyf4qi2s8xar2hi7v3yaawr"))))
13207 (build-system emacs-build-system)
13208 (home-page "https://elpa.gnu.org/packages/let-alist.html")
13209 (synopsis "Easily let-bind values of an assoc-list by their names")
13210 (description "This package offers a single macro, @code{let-alist}. This
13211 macro takes a first argument (whose value must be an alist) and a body.")
13212 (license license:gpl3+)))
13213
13214 (define-public emacs-esup
13215 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
13216 (revision "1"))
13217 (package
13218 (name "emacs-esup")
13219 (version (string-append "0.6" "-" revision "."
13220 (string-take commit 7)))
13221 (source
13222 (origin
13223 (method git-fetch)
13224 (uri (git-reference
13225 (url "https://github.com/jschaf/esup.git")
13226 (commit commit)))
13227 (file-name (git-file-name name version))
13228 (sha256
13229 (base32
13230 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
13231 ;; TODO: Add tests
13232 (build-system emacs-build-system)
13233 (home-page "https://github.com/jschaf/esup")
13234 (synopsis "Emacs start up profiler")
13235 (description "Benchmark Emacs Startup time without ever leaving
13236 your Emacs.")
13237 (license license:gpl2+))))
13238
13239 (define-public emacs-restart-emacs
13240 (let ((commit "9aa90d3df9e08bc420e1c9845ee3ff568e911bd9")
13241 (revision "1"))
13242 (package
13243 (name "emacs-restart-emacs")
13244 (version (git-version "0.1.1" revision commit))
13245 (source
13246 (origin
13247 (method git-fetch)
13248 (uri (git-reference
13249 (url "https://github.com/iqbalansari/restart-emacs.git")
13250 (commit commit)))
13251 (file-name (git-file-name name version))
13252 (sha256
13253 (base32 "02x1a85k7r95z8091zgjiaj9nf0zvx1jy4xvl3hr12qbnrx1wfav"))))
13254 (build-system emacs-build-system)
13255 (home-page "https://github.com/iqbalansari/restart-emacs")
13256 (synopsis "Restart Emacs from within Emacs")
13257 (description "This package provides a simple command to restart Emacs from
13258 within Emacs.")
13259 (license license:gpl3+))))
13260
13261 (define-public emacs-sourcemap
13262 (package
13263 (name "emacs-sourcemap")
13264 (version "0.03")
13265 (source
13266 (origin
13267 (method git-fetch)
13268 (uri (git-reference
13269 (url "https://github.com/syohex/emacs-sourcemap.git")
13270 (commit version)))
13271 (file-name (git-file-name name version))
13272 (sha256
13273 (base32 "115g2mfpbfywp8xnag4gsb50klfvplqfh928a5mabb5s8v4a3582"))))
13274 (build-system emacs-build-system)
13275 (home-page "https://github.com/syohex/emacs-sourcemap")
13276 (synopsis "Sourcemap parser")
13277 (description "Sourcemap parser")
13278 (license license:gpl3+)))
13279
13280 (define-public emacs-macrostep
13281 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
13282 (package
13283 (name "emacs-macrostep")
13284 (version (git-version "0.9" "1" commit))
13285 (source (origin
13286 (method git-fetch)
13287 (uri (git-reference
13288 (url "https://github.com/joddie/macrostep.git")
13289 (commit commit)))
13290 (file-name (git-file-name name version))
13291 (sha256
13292 (base32
13293 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
13294 (build-system emacs-build-system)
13295 (arguments
13296 '(#:phases
13297 (modify-phases %standard-phases
13298 (add-before 'check 'remove-test
13299 ;; Fails because of requirement ‘/bin/sh’.
13300 (lambda _
13301 (let ((file "macrostep-test.el"))
13302 (chmod file #o644)
13303 (emacs-batch-edit-file file
13304 `(progn (progn (goto-char (point-min))
13305 (re-search-forward
13306 "(ert-deftest macrostep-expand-c-macros")
13307 (beginning-of-line)
13308 (kill-sexp))
13309 (basic-save-buffer))))))
13310 (add-before 'install 'check
13311 (lambda _
13312 (invoke "emacs" "--batch" "-L" "."
13313 "-l" "macrostep-test.el"
13314 "-f" "ert-run-tests-batch-and-exit"))))))
13315 (home-page "https://github.com/joddie/macrostep")
13316 (synopsis "Interactive macro-expander for Emacs")
13317 (description "@code{macrostep} is an Emacs minor mode for interactively
13318 stepping through the expansion of macros in Emacs Lisp source code. It lets
13319 you see exactly what happens at each step of the expansion process by
13320 pretty-printing the expanded forms inline in the source buffer, which is
13321 temporarily read-only while macro expansions are visible. You can expand and
13322 collapse macro forms one step at a time, and evaluate or instrument the
13323 expansions for debugging with Edebug as normal (but see “Bugs and known
13324 limitations”, below). Single-stepping through the expansion is particularly
13325 useful for debugging macros that expand into another macro form. These can be
13326 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
13327 until the top-level form is no longer a macro call.")
13328 (license license:gpl3+))))
13329
13330 (define-public emacs-parent-mode
13331 (package
13332 (name "emacs-parent-mode")
13333 (version "2.3")
13334 (source
13335 (origin
13336 (method git-fetch)
13337 (uri (git-reference
13338 (url "https://github.com/Fanael/parent-mode.git")
13339 (commit version)))
13340 (file-name (git-file-name name version))
13341 (sha256
13342 (base32 "0i5bc7lyyrx6swqlrp9l5x72yzwi53qn6ldrfs99gh08b3yvsnni"))))
13343 (build-system emacs-build-system)
13344 (home-page "https://github.com/Fanael/parent-mode")
13345 (synopsis "Get major mode's parent modes")
13346 (description "Get major mode's parent modes")
13347 (license license:gpl3+)))
13348
13349 (define-public emacs-lacarte
13350 (package
13351 (name "emacs-lacarte")
13352 (version "0.1")
13353 (source (origin
13354 (method url-fetch)
13355 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
13356 (sha256
13357 (base32
13358 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
13359 (build-system emacs-build-system)
13360 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
13361 (synopsis "Execute menu items as commands, with completion")
13362 (description "Execute menu items as commands, with completion.")
13363 (license license:gpl3)))
13364
13365 (define-public emacs-isearch-prop
13366 (let ((commit "4a2765f835dd115d472142da05215c4c748809f4")
13367 (revision "2"))
13368 (package
13369 (name "emacs-isearch-prop")
13370 (version (git-version "0" revision commit))
13371 (source
13372 (origin
13373 (method git-fetch)
13374 (uri (git-reference
13375 (url "https://github.com/emacsmirror/isearch-prop.git")
13376 (commit commit)))
13377 (file-name (git-file-name name version))
13378 (sha256
13379 (base32
13380 "06gdk5m84q6pxwng8rjxny1zkll8f3m2x6lw4xyib2dvg7iaslh3"))))
13381 (build-system emacs-build-system)
13382 (home-page "https://www.emacswiki.org/emacs/isearch-prop.el")
13383 (synopsis "Extensions to @code{isearch.el}")
13384 (description "The Emacs library @code{isearch-prop.el} lets you search within
13385 contexts. You can limit incremental search to a set of zones of
13386 buffer text, search contexts that in effect constitute a multi-region.
13387 These zones can be defined in various ways, including some ways
13388 provided specially by this library.")
13389 (license license:gpl3+))))
13390
13391 (define-public emacs-company-lua
13392 (let ((commit "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52")
13393 (revision "2"))
13394 (package
13395 (name "emacs-company-lua")
13396 (version (git-version "0.1" "2" commit))
13397 (source
13398 (origin
13399 (method git-fetch)
13400 (uri (git-reference
13401 (url "https://github.com/ptrv/company-lua.git")
13402 (commit commit)))
13403 (file-name (git-file-name name version))
13404 (sha256
13405 (base32
13406 "0ny2dcc7c585p7v3j6q0rpkbj1qmf2ismy8a5020jpr585xvz0hh"))))
13407 (build-system emacs-build-system)
13408 (propagated-inputs
13409 `(("emacs-company" ,emacs-company)
13410 ("emacs-s" ,emacs-s)
13411 ("emacs-f" ,emacs-f)
13412 ("emacs-lua-mode" ,emacs-lua-mode)))
13413 (arguments
13414 `(#:include (cons* "^lua\\/" %default-include)))
13415 (home-page "https://github.com/ptrv/company-lua")
13416 (synopsis "Company backend for Lua")
13417 (description
13418 "This package provides Company backend for Lua programming language.")
13419 (license license:gpl3+))))
13420
13421 (define-public emacs-beginend
13422 (package
13423 (name "emacs-beginend")
13424 (version "2.0.0")
13425 (source
13426 (origin
13427 (method git-fetch)
13428 (uri (git-reference
13429 (url "https://github.com/DamienCassou/beginend.git")
13430 (commit (string-append "v" version))))
13431 (file-name (git-file-name name version))
13432 (sha256
13433 (base32 "1jbhg73g1rrkbwql5vi2b0ys9avfazmwzwgd90gkzwavw0ch9cvl"))))
13434 ;; TODO: Run tests.
13435 (build-system emacs-build-system)
13436 (inputs
13437 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
13438 (home-page "https://github.com/DamienCassou/beginend")
13439 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
13440 (description "@code{beginend} redefines @code{M-<} and @code{M->}
13441 keybindings for Emacs modes so that point moves to meaningful
13442 locations. Redefined keys are still accessible by pressing the same
13443 key again.")
13444 (license license:gpl3+)))
13445
13446 (define-public emacs-mbsync
13447 (let ((commit "b62491c0e0d89eb9c66261a16d7ac81231c9c453")
13448 (revision "4"))
13449 (package
13450 (name "emacs-mbsync")
13451 (version (git-version "0.1.2" revision commit))
13452 (source
13453 (origin
13454 (method git-fetch)
13455 (uri (git-reference
13456 (url "https://github.com/dimitri/mbsync-el.git")
13457 (commit commit)))
13458 (file-name (git-file-name name version))
13459 (sha256
13460 (base32
13461 "1zlih37mkqjn2czl12zn7lgxxljvrwhqqpbksj9c91zn0f0rm3mz"))))
13462 (build-system emacs-build-system)
13463 (home-page "https://github.com/dimitri/mbsync-el")
13464 (synopsis "Interface to mbsync for Emacs")
13465 (description "This package allows to call the @code{mbsync} from
13466 within Emacs.")
13467 (license license:gpl3+))))
13468
13469 (define-public emacs-ibuffer-projectile
13470 (let ((commit "76496214144687cee0b5139be2e61b1e400cac87")
13471 (revision "2"))
13472 (package
13473 (name "emacs-ibuffer-projectile")
13474 (version (git-version "0.2" revision commit))
13475 (source
13476 (origin
13477 (method git-fetch)
13478 (uri (git-reference
13479 (url "https://github.com/purcell/ibuffer-projectile.git")
13480 (commit commit)))
13481 (file-name (git-file-name name version))
13482 (sha256
13483 (base32
13484 "0vv9xwb1qd5x8zhqmmsn1nrpd11cql9hxb7483nsdhcfwl4apqav"))))
13485 (build-system emacs-build-system)
13486 (propagated-inputs
13487 `(("emacs-projectile" ,emacs-projectile)))
13488 (home-page "https://github.com/purcell/ibuffer-projectile")
13489 (synopsis "Group ibuffer's list by projectile root")
13490 (description "Adds functionality to Emacs @code{ibuffer} for
13491 grouping buffers by their projectile root directory.")
13492 (license license:gpl3+))))
13493
13494 (define-public emacs-helm-mode-manager
13495 (package
13496 (name "emacs-helm-mode-manager")
13497 (version "1.0.0")
13498 (source
13499 (origin
13500 (method git-fetch)
13501 (uri (git-reference
13502 (url "https://github.com/istib/helm-mode-manager")
13503 (commit version)))
13504 (file-name (git-file-name name version))
13505 (sha256
13506 (base32
13507 "1srx5f0s9x7zan7ayqd6scxfhcvr3nkd4yzs96hphd87rb18apzk"))))
13508 (build-system emacs-build-system)
13509 (propagated-inputs
13510 `(("emacs-helm" ,emacs-helm)))
13511 (home-page "https://github.com/istib/helm-mode-manager/")
13512 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
13513 (description "This package provides a Helm interface for toggling Emacs
13514 major or minor mode.
13515
13516 @itemize
13517 @item @code{helm-switch-major-mode} list of all major modes
13518 @item @code{helm-enable-minor-mode} list of all inactive minor modes
13519 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
13520 @end itemize\n
13521
13522 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
13523 documentation.")
13524 (license license:gpl3+)))
13525
13526 (define-public emacs-hy-mode
13527 (package
13528 (name "emacs-hy-mode")
13529 (version "1.0.3")
13530 (source
13531 (origin
13532 (method git-fetch)
13533 (uri (git-reference
13534 (url "https://github.com/hylang/hy-mode.git")
13535 (commit (string-append "v" version))))
13536 (file-name (git-file-name name version))
13537 (sha256
13538 (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
13539 (build-system emacs-build-system)
13540 (propagated-inputs
13541 `(("emacs-dash" ,emacs-dash)
13542 ("emacs-s" ,emacs-s)))
13543 (home-page "https://github.com/hylang/hy-mode")
13544 (synopsis "Major mode for Hylang")
13545 (description "This package provides a major mode for Hylang.")
13546 (license license:gpl3+)))
13547
13548 (define-public emacs-web-beautify
13549 (package
13550 (name "emacs-web-beautify")
13551 (version "0.3.2")
13552 (source
13553 (origin
13554 (method git-fetch)
13555 (uri (git-reference
13556 (url "https://github.com/yasuyk/web-beautify.git")
13557 (commit version)))
13558 (file-name (git-file-name name version))
13559 (sha256
13560 (base32 "0vms7zz3ym53wf1zdrkbf2ky2xjr1v134ngsd0jr8azyi8siw84d"))))
13561 (build-system emacs-build-system)
13562 (home-page "https://github.com/yasuyk/web-beautify")
13563 (synopsis "Format HTML, CSS and JavaScript, JSON")
13564 (description "This package provides an Emacs functions to format HTML,
13565 CSS, JavaScript, JSON.")
13566 (license license:gpl3+)))
13567
13568 (define-public emacs-helm-shell-history
13569 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
13570 (package
13571 (name "emacs-helm-shell-history")
13572 (version (git-version "0.1" "1" commit))
13573 (source
13574 (origin
13575 (method git-fetch)
13576 (uri (git-reference
13577 (url "https://github.com/yuutayamada/helm-shell-history.git")
13578 (commit commit)))
13579 (file-name (git-file-name name version))
13580 (sha256
13581 (base32
13582 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
13583 (build-system emacs-build-system)
13584 (arguments
13585 '(#:phases
13586 (modify-phases %standard-phases
13587 (add-before 'check 'patch-helm-shell-history-file
13588 (lambda _
13589 (let ((file "helm-shell-history.el"))
13590 (chmod file #o644)
13591 (emacs-substitute-sexps file
13592 ("(defvar helm-shell-history-file"
13593 `(expand-file-name "~/.bash_history"))))
13594 #t)))))
13595 (propagated-inputs
13596 `(("emacs-helm" ,emacs-helm)))
13597 (home-page "https://github.com/yuutayamada/helm-shell-history")
13598 (synopsis "Find shell history with Emacs Helm")
13599 (description "This package provides an Emacs Helm interface to search
13600 throw a shell history.")
13601 (license license:gpl3+))))
13602
13603 (define-public emacs-discover-my-major
13604 (package
13605 (name "emacs-discover-my-major")
13606 (version "1.0")
13607 (source
13608 (origin
13609 (method url-fetch)
13610 (uri
13611 (string-append "https://github.com/steckerhalter/discover-my-major"
13612 "/archive/" version ".tar.gz"))
13613 (file-name (string-append name "-" version ".tar.gz"))
13614 (sha256
13615 (base32
13616 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
13617 (build-system emacs-build-system)
13618 (propagated-inputs
13619 `(("emacs-makey" ,emacs-makey)))
13620 (home-page "https://github.com/steckerhalter/discover-my-major")
13621 (synopsis "Discover key bindings for the current Emacs major mode")
13622 (description "This package provides allows to discover key bindings and
13623 their meaning for the current Emacs major-mode.")
13624 (license license:gpl3+)))
13625
13626 (define-public emacs-org-ref
13627 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
13628 (revision "1"))
13629 (package
13630 (name "emacs-org-ref")
13631 (version (string-append "1.1.1" "-" revision "."
13632 (string-take commit 7)))
13633 (source
13634 (origin
13635 (method git-fetch)
13636 (uri (git-reference
13637 (url "https://github.com/jkitchin/org-ref.git")
13638 (commit commit)))
13639 (file-name (git-file-name name version))
13640 (sha256
13641 (base32
13642 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
13643 (build-system emacs-build-system)
13644 (propagated-inputs
13645 `(("emacs-dash" ,emacs-dash)
13646 ("emacs-helm" ,emacs-helm)
13647 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
13648 ("emacs-ivy" ,emacs-ivy)
13649 ("emacs-hydra" ,emacs-hydra)
13650 ("emacs-key-chord" ,emacs-key-chord)
13651 ("emacs-s" ,emacs-s)
13652 ("emacs-f" ,emacs-f)
13653 ("emacs-pdf-tools" ,emacs-pdf-tools)))
13654 (home-page "https://github.com/jkitchin/org-ref")
13655 (synopsis "Citations, cross-references and bibliographies in org-mode")
13656 (description
13657 "Lisp code to setup bibliography, cite, ref and label org-mode links.
13658 Also sets up reftex and helm for org-mode citations. The links are
13659 clickable and do things that are useful.
13660
13661 The default setup uses helm-bibtex.
13662
13663 You should really read org-ref.org in this package for details.")
13664 (license license:gpl3+))))
13665
13666 ;; This project is unmaintained. Please use emacs-org-re-reveal instead.
13667 (define-public emacs-org-reveal
13668 (let ((commit "9210413202a360a559a51e8275faa42be68cf44b"))
13669 (package
13670 (name "emacs-org-reveal")
13671 (version (git-version "0.1" "3" commit))
13672 (source (origin
13673 (method git-fetch)
13674 (uri (git-reference
13675 (url "https://github.com/yjwen/org-reveal.git")
13676 (commit commit)))
13677 (file-name (git-file-name name version))
13678 (sha256
13679 (base32
13680 "1wlfk823d3vrn480m38j7ncaqm193lvh6y22b92fx4b3yhdbndza"))))
13681 (build-system emacs-build-system)
13682 (home-page "https://github.com/yjwen/org-reveal")
13683 (synopsis "Org and Reveal.js powered HTML presentation tool")
13684 (description "Org-Reveal is a command@{org-mode} extension that allows
13685 to create beautiful presentations (slides) with 3D effects from simple but
13686 powerful Org contents.")
13687 (license license:gpl3+))))
13688
13689 (define-public emacs-org-re-reveal
13690 (package
13691 (name "emacs-org-re-reveal")
13692 (version "2.5.1")
13693 (source (origin
13694 (method git-fetch)
13695 (uri (git-reference
13696 (url "https://gitlab.com/oer/org-re-reveal.git")
13697 (commit version)))
13698 (file-name (git-file-name name version))
13699 (sha256
13700 (base32
13701 "1zbz6hbddxbb264ibmhc04cmnpk17kb50jpn5l8878q4hxw5wwy2"))))
13702 (build-system emacs-build-system)
13703 (propagated-inputs
13704 `(("emacs-htmlize" ,emacs-htmlize)
13705 ("emacs-org" ,emacs-org)))
13706 (home-page "https://gitlab.com/oer/org-re-reveal")
13707 (synopsis "Build HTML presentations with reveal.js from Org source files")
13708 (description "This project started as fork of org-reveal. It provides an
13709 export back-end for HTML presentations with reveal.js from Org mode source
13710 files.")
13711 (license license:gpl3+)))
13712
13713 (define-public emacs-add-hooks
13714 (package
13715 (name "emacs-add-hooks")
13716 (version "3.1.1")
13717 (source
13718 (origin
13719 (method git-fetch)
13720 (uri (git-reference
13721 (url "https://github.com/nickmccurdy/add-hooks.git")
13722 (commit version)))
13723 (file-name (git-file-name name version))
13724 (sha256
13725 (base32 "1jv9fpcsm572zg0j1mbpbfkqgdlqapy89xhhj19pswkhjns1y2wl"))))
13726 (build-system emacs-build-system)
13727 (home-page "https://github.com/nickmccurdy/add-hooks/")
13728 (synopsis "Emacs function for setting multiple hooks")
13729 (description "This package provides a @code{add-hooks} function tidies up
13730 duplicate hook and function names further into a single declarative call.")
13731 (license license:gpl3+)))
13732
13733 (define-public emacs-fancy-narrow
13734 (package
13735 (name "emacs-fancy-narrow")
13736 (version "0.9.5")
13737 (source
13738 (origin
13739 (method git-fetch)
13740 (uri (git-reference
13741 (url "https://github.com/Malabarba/fancy-narrow.git")
13742 (commit version)))
13743 (file-name (git-file-name name version))
13744 (sha256
13745 (base32 "0vcr1gnqawvc1yclqs23jvxm6bqix8kpflf1c7znb0wzxmz9kx7y"))))
13746 (build-system emacs-build-system)
13747 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
13748 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
13749 (description
13750 "Unlike @code{narrow-to-region}, which completely hides text outside
13751 the narrowed region, this package simply de-emphasizes the text, makes it
13752 read-only, and makes it unreachable. This leads to a much more natural
13753 feeling where the region stays static (instead of being brutally moved to a
13754 blank slate) and is clearly highlighted with respect to the rest of the
13755 buffer.")
13756 (license license:gpl2+)))
13757
13758 (define-public emacs-know-your-http-well
13759 (package
13760 (name "emacs-know-your-http-well")
13761 (version "0.5.0")
13762 (source
13763 (origin
13764 (method git-fetch)
13765 (uri (git-reference
13766 (url "https://github.com/for-GET/know-your-http-well.git")
13767 (commit (string-append "v" version))))
13768 (file-name (git-file-name name version))
13769 (sha256
13770 (base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
13771 (arguments
13772 `(#:phases
13773 (modify-phases %standard-phases
13774 (add-after 'unpack 'install-json-files
13775 (lambda* (#:key outputs #:allow-other-keys)
13776 (for-each (lambda (directory)
13777 (copy-recursively directory
13778 (string-append
13779 (assoc-ref outputs "out")
13780 directory)))
13781 '("js" "json"))))
13782 (add-after 'unpack 'chdir-elisp
13783 ;; Elisp directory is not in root of the source.
13784 (lambda _
13785 (chdir "emacs"))))))
13786 (build-system emacs-build-system)
13787 (home-page "https://github.com/for-GET/know-your-http-well")
13788 (synopsis "Meaning of HTTP headers codes")
13789 (description "Meaning of HTTP headers codes.")
13790 (license license:gpl3+)))
13791
13792 (define-public emacs-navi-mode
13793 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
13794 (package
13795 (name "emacs-navi-mode")
13796 (version (git-version "2.0" "1" commit))
13797 (source
13798 (origin
13799 (method git-fetch)
13800 (uri (git-reference
13801 (url "https://github.com/alphapapa/navi.git")
13802 (commit commit)))
13803 (file-name (git-file-name name version))
13804 (sha256
13805 (base32
13806 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
13807 (build-system emacs-build-system)
13808 (propagated-inputs
13809 `(("emacs-outshine" ,emacs-outshine)
13810 ("emacs-outorg" ,emacs-outorg)))
13811 (home-page "https://github.com/alphapapa/navi")
13812 (synopsis "Emacs major-mode for easy buffer-navigation")
13813 (description
13814 "This package provides an Emacs major-mode for easy buffer-navigation")
13815 (license license:gpl3+))))
13816
13817 (define-public emacs-download-region
13818 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
13819 (revision "1"))
13820 (package
13821 (name "emacs-download-region")
13822 (version (string-append "0.0.1" "-" revision "."
13823 (string-take commit 7)))
13824 (source
13825 (origin
13826 (method git-fetch)
13827 (uri (git-reference
13828 (url "https://github.com/zk-phi/download-region.git")
13829 (commit commit)))
13830 (file-name (git-file-name name version))
13831 (sha256
13832 (base32
13833 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
13834 (build-system emacs-build-system)
13835 (home-page "https://github.com/zk-phi/download-region")
13836 (synopsis "In buffer download manager for Emacs")
13837 (description "@code{download-region} provides in buffer
13838 downloading manager for Emacs.")
13839 (license license:gpl3+))))
13840
13841 (define-public emacs-helpful
13842 (package
13843 (name "emacs-helpful")
13844 (version "0.17")
13845 (source
13846 (origin
13847 (method git-fetch)
13848 (uri (git-reference
13849 (url "https://github.com/Wilfred/helpful.git")
13850 (commit version)))
13851 (file-name (git-file-name name version))
13852 (sha256
13853 (base32 "0v2y0x9pwi08y2mgjjiw5brfb5haa7pbmy4540glw904ffxxcblj"))))
13854 (build-system emacs-build-system)
13855 (propagated-inputs
13856 `(("emacs-elisp-refs" ,emacs-elisp-refs)
13857 ("emacs-dash" ,emacs-dash)
13858 ("emacs-s" ,emacs-s)
13859 ("emacs-f" ,emacs-f)
13860 ("emacs-shut-up" ,emacs-shut-up)))
13861 (native-inputs
13862 `(("emacs-ert-runner" ,emacs-ert-runner)
13863 ("emacs-undercover" ,emacs-undercover)))
13864 (arguments
13865 `(#:tests? #t
13866 #:test-command '("ert-runner")))
13867 (home-page "https://github.com/Wilfred/helpful")
13868 (synopsis "More contextual information in Emacs help")
13869 (description "@code{helpful} is an alternative to the built-in Emacs help
13870 that provides much more contextual information.
13871
13872 @itemize
13873 @item Show the source code for interactively defined functions (unlike the
13874 built-in Help).
13875 @item Fall back to the raw sexp if no source is available.
13876 @item Show where a function is being called.
13877 @item Docstrings will Highlight the summary (the first sentence), include
13878 cross-references, hide superfluous puncuation.
13879 @item Show you the properties that have been applied to the current
13880 symbol. This provides visibility of features like edebug or byte-code
13881 optimisation.
13882 @item Provide a separate @code{helpful-command} function to view interactive
13883 functions.
13884 @item Display any keybindings that apply to interactive functions.
13885 @item Trace, disassemble functions from inside Helpful. This is discoverable
13886 and doesn't require memorisation of commands.
13887 @end itemize\n")
13888 (license license:gpl3+)))
13889
13890 (define-public emacs-logview
13891 (package
13892 (name "emacs-logview")
13893 (version "0.9")
13894 (source
13895 (origin
13896 (method git-fetch)
13897 (uri (git-reference
13898 (url "https://github.com/doublep/logview.git")
13899 (commit version)))
13900 (file-name (git-file-name name version))
13901 (sha256
13902 (base32 "1qhzs75pxnaksbhczmpdcy2zmrqavlzkzss7ik5nv2wf9vs0sn02"))))
13903 (propagated-inputs
13904 `(("emacs-datetime" ,emacs-datetime)))
13905 (build-system emacs-build-system)
13906 (home-page "https://github.com/doublep/logview/")
13907 (synopsis "Emacs mode for viewing log files")
13908 (description "@code{logview} provides an Emacs mode to view log files.")
13909 (license license:gpl3+)))
13910
13911 (define-public emacs-suggest
13912 (package
13913 (name "emacs-suggest")
13914 (version "0.7")
13915 (home-page "https://github.com/Wilfred/suggest.el")
13916 (source
13917 (origin
13918 (method git-fetch)
13919 (uri (git-reference
13920 (url home-page)
13921 (commit version)))
13922 (file-name (git-file-name name version))
13923 (sha256
13924 (base32
13925 "01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
13926 (build-system emacs-build-system)
13927 (propagated-inputs
13928 `(("emacs-loop" ,emacs-loop)
13929 ("emacs-dash" ,emacs-dash)
13930 ("emacs-s" ,emacs-s)
13931 ("emacs-f" ,emacs-f)
13932 ("emacs-spinner" ,emacs-spinner)
13933 ("emacs-shut-up" ,emacs-shut-up)))
13934 (native-inputs
13935 `(("emacs-ert-runner" ,emacs-ert-runner)
13936 ("emacs-undercover" ,emacs-undercover)))
13937 (arguments
13938 `(#:tests? #t
13939 #:test-command '("ert-runner")))
13940 (synopsis "Suggest Elisp functions that give the output requested")
13941 (description "Suggest.el will find functions that give the output
13942 requested. It's a great way of exploring list, string and arithmetic
13943 functions.")
13944 (license license:gpl3+)))
13945
13946 (define-public emacs-benchmark-init
13947 (package
13948 (name "emacs-benchmark-init")
13949 (version "1.0")
13950 (source
13951 (origin
13952 (method git-fetch)
13953 (uri (git-reference
13954 (url "https://github.com/dholm/benchmark-init-el.git")
13955 (commit version)))
13956 (file-name (git-file-name name version))
13957 (sha256
13958 (base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
13959 (build-system emacs-build-system)
13960 (home-page "https://github.com/dholm/benchmark-init-el")
13961 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
13962 (description "@code{benchmark-init} provides a way to keep track of where
13963 time is being spent during Emacs startup in order to optimize startup time.")
13964 (license license:gpl3+)))
13965
13966 (define-public emacs-emms-player-simple-mpv
13967 ;; A new mpv backend is included in Emms from 5.0.
13968 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
13969
13970 (define-public emacs-magit-gerrit
13971 (let ((version "0.3")
13972 (revision "1")
13973 (commit "ece6f369694aca17f3ac166ed2801b432acfe20d"))
13974 (package
13975 (name "emacs-magit-gerrit")
13976 (version (git-version version revision commit))
13977 (source (origin
13978 (method git-fetch)
13979 (uri (git-reference
13980 (url "https://github.com/terranpro/magit-gerrit.git")
13981 (commit commit)))
13982 (file-name (git-file-name name version))
13983 (sha256
13984 (base32
13985 "0mms0gxv9a3ns8lk5k2wjibm3088y1cmpr3axjdh6ppv7r5wdvii"))))
13986 (build-system emacs-build-system)
13987 (propagated-inputs
13988 `(("emacs-magit" ,emacs-magit)))
13989 (home-page "https://github.com/terranpro/magit-gerrit")
13990 (synopsis "Magit extension for Gerrit")
13991 (description "This Magit extension provides integration with Gerrit,
13992 which makes it possible to conduct Gerrit code reviews directly from within
13993 Emacs.")
13994 (license license:gpl3+))))
13995
13996 (define-public emacs-magit-org-todos-el
13997 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
13998 (package
13999 (name "emacs-magit-org-todos-el")
14000 (version (git-version "0.1.1" "1" commit))
14001 (source
14002 (origin
14003 (method git-fetch)
14004 (uri (git-reference
14005 (url "https://github.com/danielma/magit-org-todos.el.git")
14006 (commit commit)))
14007 (file-name (git-file-name name version))
14008 (sha256
14009 (base32
14010 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
14011 (propagated-inputs
14012 `(("magit" ,emacs-magit)))
14013 (build-system emacs-build-system)
14014 (home-page "https://github.com/danielma/magit-org-todos.el")
14015 (synopsis "Get todo.org into Emacs Magit status")
14016 (description "This package allows you to get @file{todo.org} into your
14017 magit status.
14018
14019 If you have a @file{todo.org} file with @code{TODO} items in the root of your
14020 repository, @code{magit-org-todos} will create a section in your Magit status
14021 buffer with each of your todos.")
14022 (license license:gpl3+))))
14023
14024 (define-public emacs-f3
14025 (package
14026 (name "emacs-f3")
14027 (version "0.1")
14028 (source
14029 (origin
14030 (method git-fetch)
14031 (uri (git-reference
14032 (url "https://github.com/cosmicexplorer/f3.git")
14033 (commit version)))
14034 (file-name (git-file-name name version))
14035 (sha256
14036 (base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
14037 (build-system emacs-build-system)
14038 (propagated-inputs
14039 `(("emacs-helm" ,emacs-helm)))
14040 (home-page "https://github.com/cosmicexplorer/f3")
14041 (synopsis "Fantastic File Finder for Emacs")
14042 (description
14043 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
14044 (license license:gpl3+)))
14045
14046 (define-public emacs-lice-el
14047 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
14048 (package
14049 (name "emacs-lice-el")
14050 (version (git-version "0.2" "1" commit))
14051 (source (origin
14052 (method git-fetch)
14053 (uri (git-reference
14054 (url "https://github.com/buzztaiki/lice-el.git")
14055 (commit commit)))
14056 (file-name (git-file-name name version))
14057 (sha256
14058 (base32
14059 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
14060 (build-system emacs-build-system)
14061 (home-page "https://github.com/buzztaiki/lice-el")
14062 (synopsis "License and header template for Emacs")
14063 (description "@code{lice.el} provides following features:
14064
14065 @itemize
14066 @item License template management.
14067 @item File header insertion.
14068 @end itemize\n")
14069 (license license:gpl3+))))
14070
14071 (define-public emacs-academic-phrases
14072 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
14073 (package
14074 (name "emacs-academic-phrases")
14075 (version (git-version "0.1" "1" commit))
14076 (source
14077 (origin
14078 (method git-fetch)
14079 (uri (git-reference
14080 (url "https://github.com/nashamri/academic-phrases.git")
14081 (commit commit)))
14082 (file-name (git-file-name name version))
14083 (sha256
14084 (base32
14085 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
14086 (build-system emacs-build-system)
14087 (propagated-inputs
14088 `(("emacs-dash" ,emacs-dash)
14089 ("emacs-s" ,emacs-s)
14090 ("emacs-ht" ,emacs-ht)))
14091 (home-page "https://github.com/nashamri/academic-phrases")
14092 (synopsis "Bypass that mental block when writing your papers")
14093 (description
14094 "When writing your academic paper, you might get stuck trying to find
14095 the right phrase that captures your intention. This package tries to
14096 alleviate that problem by presenting you with a list of phrases organized by
14097 the topic or by the paper section that you are writing. This package has
14098 around 600 phrases so far.
14099
14100 Using this package is easy, just call @code{academic-phrases} to get a list of
14101 phrases organized by topic, or call @code{academic-phrases-by-section} to
14102 browse the phrases by the paper section and fill-in the blanks if required.")
14103 (license license:gpl3+))))
14104
14105 (define-public emacs-auto-yasnippet
14106 (let ((commit "624b0d9711222073a2a3f2186e2605eb99fc83c9")
14107 (revision "2"))
14108 (package
14109 (name "emacs-auto-yasnippet")
14110 (version (git-version "0.3.0" revision commit))
14111 (source (origin
14112 (method git-fetch)
14113 (uri (git-reference
14114 (url "https://github.com/abo-abo/auto-yasnippet.git")
14115 (commit commit)))
14116 (file-name (git-file-name name version))
14117 (sha256
14118 (base32
14119 "15g8wi067f345xhpi0c12w0h04p4f4lpccwmdjdfj8hzfl4gyxy9"))))
14120 (build-system emacs-build-system)
14121 (arguments
14122 '(#:tests? #t
14123 #:test-command '("make" "test")))
14124 (propagated-inputs
14125 `(("emacs-yasnippet" ,emacs-yasnippet)))
14126 (home-page "https://github.com/abo-abo/auto-yasnippet/")
14127 (synopsis "Quickly create disposable yasnippets")
14128 (description "This package provides a hybrid of keyboard macros and
14129 yasnippet. You create the snippet on the go, usually to be used just in the
14130 one place. It's fast, because you're not leaving the current buffer, and all
14131 you do is enter the code you'd enter anyway, just placing ~ where you'd like
14132 yasnippet fields and mirrors to be.")
14133 (license license:gpl3+))))
14134
14135 (define-public emacs-highlight-numbers
14136 (package
14137 (name "emacs-highlight-numbers")
14138 (version "0.2.3")
14139 (source
14140 (origin
14141 (method git-fetch)
14142 (uri (git-reference
14143 (url "https://github.com/Fanael/highlight-numbers.git")
14144 (commit version)))
14145 (file-name (git-file-name name version))
14146 (sha256
14147 (base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
14148 (build-system emacs-build-system)
14149 (propagated-inputs
14150 `(("emacs-parent-mode" ,emacs-parent-mode)))
14151 (home-page "https://github.com/Fanael/highlight-numbers")
14152 (synopsis "Highlight numbers in source code")
14153 (description "@code{highlight-numbers-mode} provides a minor mode for
14154 syntax highlighting of numeric literals in source code.
14155
14156 It s customizable: it's easy to add or redefine what exactly consitutes a
14157 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
14158 (license license:gpl3+)))
14159
14160 (define-public emacs-darkroom
14161 (package
14162 (name "emacs-darkroom")
14163 (version "0.2")
14164 (source (origin
14165 (method url-fetch)
14166 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
14167 version ".el"))
14168 (sha256
14169 (base32
14170 "1a528brhz4vckhp77n2c1phkyqdliykpj9kzk3f834f4rwnb5mp0"))))
14171 (build-system emacs-build-system)
14172 (home-page "https://elpa.gnu.org/packages/darkroom.html")
14173 (synopsis "Remove visual distractions and focus on writing")
14174 (description "@code{darkroom-mode} makes visual distractions disappear.
14175 The mode-line is temporarily elided, text is enlarged and margins are adjusted
14176 so that it's centered on the window.
14177
14178 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
14179 @code{darkroom-mode}, unless the current buffer lives in the sole window of
14180 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
14181 split to display more windows and more buffers, the buffer exits
14182 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
14183 @code{darkroom-mode}.")
14184 (license license:gpl3+)))
14185
14186 (define-public emacs-rsw-elisp
14187 (package
14188 (name "emacs-rsw-elisp")
14189 (version "1.0.5")
14190 (source (origin
14191 (method git-fetch)
14192 (uri (git-reference
14193 (url "https://github.com/rswgnu/rsw-elisp")
14194 (commit version)))
14195 (file-name (git-file-name name version))
14196 (sha256
14197 (base32
14198 "0dfq8myg0r91900bk1s70amsmm4mjk2qsg12v5pk7lla5d2vnyaf"))))
14199 (build-system emacs-build-system)
14200 (home-page "https://github.com/rswgnu/rsw-elisp")
14201 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
14202 (description "This package improves and replaces the GNU Emacs commands
14203 that interactively evaluate Emacs Lisp expressions. The new commands replace
14204 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
14205 the same way as the old commands when called non-interactively; only the
14206 interactive behavior should be different.")
14207 (license license:gpl3+)))
14208
14209 (define-public emacs-default-text-scale
14210 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
14211 (revision "1"))
14212 (package
14213 (name "emacs-default-text-scale")
14214 (version (string-append "0.1" "-" revision "."
14215 (string-take commit 7)))
14216 (source (origin
14217 (method git-fetch)
14218 (uri (git-reference
14219 (url "https://github.com/purcell/default-text-scale")
14220 (commit commit)))
14221 (file-name (git-file-name name version))
14222 (sha256
14223 (base32
14224 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
14225 (build-system emacs-build-system)
14226 (home-page "https://github.com/purcell/default-text-scale")
14227 (synopsis "Adjust the font size in all Emacs frames")
14228 (description "This package provides commands for increasing or
14229 decreasing the default font size in all GUI Emacs frames.")
14230 (license license:gpl3+))))
14231
14232 (define-public emacs-mixed-pitch
14233 (package
14234 (name "emacs-mixed-pitch")
14235 (version "1.0.1")
14236 (source
14237 (origin
14238 (method git-fetch)
14239 (uri (git-reference
14240 (url "https://gitlab.com/jabranham/mixed-pitch.git")
14241 (commit version)))
14242 (file-name (git-file-name name version))
14243 (sha256
14244 (base32 "1458sy5b6bis1i0k23jdqk6hfqg0ghk637r3ajql2g19ym48rf58"))))
14245 (build-system emacs-build-system)
14246 (home-page "https://gitlab.com/jabranham/mixed-pitch")
14247 (synopsis "Mix variable- and fixed-pitch fonts in the same Emacs buffer")
14248 (description
14249 "@code{mixed-pitch-mode} is a minor mode that enables mixing
14250 variable-pitch and fixed-pitch fonts in the same buffer. The list
14251 @code{mixed-pitch-fixed-pitch-faces} defines the faces that are kept
14252 fixed-pitch,everything else becomes variable-pitch.")
14253 (license license:gpl3+)))
14254
14255 (define-public emacs-visual-regexp
14256 (package
14257 (name "emacs-visual-regexp")
14258 (version "1.1.1")
14259 (source
14260 (origin
14261 (method git-fetch)
14262 (uri (git-reference
14263 (url "https://github.com/benma/visual-regexp.el.git")
14264 (commit (string-append "v" version))))
14265 (file-name (git-file-name name version))
14266 (sha256
14267 (base32 "12zpmzwyp85dzsjpxd3279kpfi9yz3jwc1k9fnb3xv3pjiil5svg"))))
14268 (build-system emacs-build-system)
14269 (home-page "https://github.com/benma/visual-regexp.el/")
14270 (synopsis "Regexp command with interactive visual feedback")
14271 (description "This package provides an Emacs regexp command with
14272 interactive visual feedback.")
14273 (license license:gpl3+)))
14274
14275 (define-public emacs-faceup
14276 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
14277 (revision "1"))
14278 (package
14279 (name "emacs-faceup")
14280 (version (string-append "0.0.1" "-" revision "."
14281 (string-take commit 7)))
14282 (source
14283 (origin
14284 (method git-fetch)
14285 (uri (git-reference
14286 (url "https://github.com/Lindydancer/faceup.git")
14287 (commit commit)))
14288 (file-name (git-file-name name version))
14289 (sha256
14290 (base32
14291 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
14292 (build-system emacs-build-system)
14293 (home-page "https://github.com/Lindydancer/faceup")
14294 (synopsis "Markup language for faces and font-lock regression testing")
14295 (description "Emacs is capable of highlighting buffers based on
14296 language-specific @code{font-lock} rules. This package makes it possible to
14297 perform regression test for packages that provide font-lock rules.")
14298 (license license:gpl3+))))
14299
14300 (define-public emacs-racket-mode
14301 (let ((commit "2a9a102a097d04fbcd2a443fec84078036c2e277")
14302 (revision "4"))
14303 (package
14304 (name "emacs-racket-mode")
14305 (version (git-version "0.0.2" revision commit))
14306 (source
14307 (origin
14308 (method git-fetch)
14309 (uri (git-reference
14310 (url "https://github.com/greghendershott/racket-mode")
14311 (commit commit)))
14312 (file-name (git-file-name name version))
14313 (sha256
14314 (base32
14315 "1n71dxxh62jixq20b5haapv651dxc0zyrxpl1d0yqsg8ncp726bl"))))
14316 (build-system emacs-build-system)
14317 (arguments
14318 `(#:include '("\\.el$" "\\.rkt$")))
14319 (propagated-inputs
14320 `(("emacs-faceup" ,emacs-faceup)
14321 ("emacs-s" ,emacs-s)))
14322 (home-page "https://github.com/greghendershott/racket-mode")
14323 (synopsis "Major mode for Racket language")
14324 (description "@code{racket-mode} provides:
14325
14326 @itemize
14327 @item Focus on Racket (not various Schemes).
14328 @item Follow DrRacket concepts where applicable.
14329 @item Thorough font-lock and indent.
14330 @end itemize\n")
14331 (license license:gpl3+))))
14332
14333 (define-public emacs-grep-context
14334 (let ((commit "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d")
14335 (revision "1"))
14336 (package
14337 (name "emacs-grep-context")
14338 (version (git-version "0.1.0" revision commit))
14339 (source
14340 (origin
14341 (method git-fetch)
14342 (uri (git-reference
14343 (url "https://github.com/mkcms/grep-context.git")
14344 (commit commit)))
14345 (file-name (git-file-name name version))
14346 (sha256
14347 (base32
14348 "00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5"))))
14349 (build-system emacs-build-system)
14350 (propagated-inputs
14351 `(("emacs-dash" ,emacs-dash)))
14352 (home-page "https://github.com/mkcms/grep-context")
14353 (synopsis "Increase context in compilation and grep buffers")
14354 (description
14355 "This package provides an Emacs package for more context in
14356 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
14357 @code{ivy}.")
14358 (license license:gpl3+))))
14359
14360 (define-public emacs-helm-firefox
14361 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
14362 (revision "1"))
14363 (package
14364 (name "emacs-helm-firefox")
14365 (version (string-append "0.0.1" "-" revision "."
14366 (string-take commit 7)))
14367 (source
14368 (origin
14369 (method git-fetch)
14370 (uri (git-reference
14371 (url "https://github.com/emacs-helm/helm-firefox.git")
14372 (commit commit)))
14373 (file-name (git-file-name name version))
14374 (sha256
14375 (base32
14376 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
14377 (propagated-inputs
14378 `(("emacs-helm" ,emacs-helm)))
14379 (build-system emacs-build-system)
14380 (home-page "https://github.com/emacs-helm/helm-firefox")
14381 (synopsis "Display firefox bookmarks with Emacs Helm interface")
14382 (description "Display firefox bookmarks with Emacs Helm interface")
14383 (license license:gpl3+))))
14384
14385 (define-public emacs-interactive-align
14386 (package
14387 (name "emacs-interactive-align")
14388 (version "0.4.2")
14389 (source
14390 (origin
14391 (method git-fetch)
14392 (uri (git-reference
14393 (url "https://github.com/mkcms/interactive-align.git")
14394 (commit (string-append "v" version))))
14395 (file-name (git-file-name name version))
14396 (sha256
14397 (base32
14398 "0bh03w91i622hbar5dcq631ndxx1y8kd3h655pgw1g0lqkv1mlnc"))))
14399 (build-system emacs-build-system)
14400 (home-page "https://github.com/mkcms/interactive-align/")
14401 (synopsis "Interactive align-regexp command in Emacs")
14402 (description "Interactive align-regexp command in Emacs")
14403 (license license:gpl3+)))
14404
14405 (define-public emacs-shift-number
14406 (package
14407 (name "emacs-shift-number")
14408 (version "0.1")
14409 (source
14410 (origin
14411 (method git-fetch)
14412 (uri (git-reference
14413 (url "https://github.com/alezost/shift-number.el")
14414 (commit (string-append "v" version))))
14415 (file-name (git-file-name name version))
14416 (sha256
14417 (base32
14418 "0zlwmzsxkv4mkggylxfx2fkrwgz7dz3zbg2gkn2rxcpy2k2gla64"))))
14419 (build-system emacs-build-system)
14420 (home-page "https://github.com/alezost/shift-number.el")
14421 (synopsis "Increase or decrease the number at point")
14422 (description "@code{emacs-shift-number} provides commands
14423 @code{shift-number-up} to increase and @code{shift-number-down} to
14424 decrease the number at point.")
14425 (license license:gpl3+)))
14426
14427 (define-public emacs-highlight-defined
14428 (package
14429 (name "emacs-highlight-defined")
14430 (version "0.1.5")
14431 (source
14432 (origin
14433 (method git-fetch)
14434 (uri (git-reference
14435 (url "https://github.com/Fanael/highlight-defined.git")
14436 (commit version)))
14437 (file-name (git-file-name name version))
14438 (sha256
14439 (base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
14440 (build-system emacs-build-system)
14441 (home-page "https://github.com/Fanael/highlight-defined")
14442 (synopsis "Syntax highlighting of known Elisp symbols")
14443 (description "Minor mode providing syntax highlighting of known Emacs Lisp
14444 symbols. Currently the code distinguishes Lisp functions, built-in functions,
14445 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
14446 (license license:gpl3+)))
14447
14448 (define-public emacs-parinfer-mode
14449 (package
14450 (name "emacs-parinfer-mode")
14451 (version "0.4.10")
14452 (source
14453 (origin
14454 (method git-fetch)
14455 (uri (git-reference
14456 (url "https://github.com/DogLooksGood/parinfer-mode.git")
14457 (commit (string-append "v" version))))
14458 (file-name (git-file-name name version))
14459 (sha256
14460 (base32 "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"))))
14461 (propagated-inputs
14462 `(("emacs-dash" ,emacs-dash)
14463 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
14464 ("emacs-company" ,emacs-company)))
14465 (build-system emacs-build-system)
14466 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
14467 (synopsis "Lisp structure editing mode")
14468 (description "@code{parinfer-mode} is a proof-of-concept editor
14469 mode for Lisp programming languages. It will infer some changes to
14470 keep Parens and Indentation inline with one another.")
14471 (license license:gpl3+)))
14472
14473 (define-public emacs-helm-eww
14474 (package
14475 (name "emacs-helm-eww")
14476 (version "1.2")
14477 (source (origin
14478 (method git-fetch)
14479 (uri (git-reference
14480 (url "https://github.com/emacs-helm/helm-eww.git")
14481 (commit version)))
14482 (file-name (git-file-name name version))
14483 (sha256
14484 (base32
14485 "0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
14486 (propagated-inputs
14487 `(("emacs-helm" ,emacs-helm)))
14488 (build-system emacs-build-system)
14489 (home-page "https://github.com/emacs-helm/helm-eww/")
14490 (synopsis "Helm interface to EWW")
14491 (description "This package provides a Helm interface for EWW buffers,
14492 bookmarks and history.")
14493 (license license:gpl3+)))
14494
14495 (define-public emacs-stumpwm-mode
14496 (let ((commit "5328f85fbf6a8b08c758c17b9435368bf7a68f39"))
14497 (package
14498 (name "emacs-stumpwm-mode")
14499 (version (git-version "0.0.1" "1" commit))
14500 (source (origin
14501 (method git-fetch)
14502 (uri (git-reference
14503 (url "https://github.com/stumpwm/stumpwm-contrib.git")
14504 (commit commit)))
14505 (file-name (git-file-name name version))
14506 (sha256
14507 (base32
14508 "00kf4k8bqadi5s667wb96sn549v2kvw01zwszjrg7nhd805m1ng6"))))
14509 (build-system emacs-build-system)
14510 (arguments
14511 `(#:phases
14512 (modify-phases %standard-phases
14513 (add-after 'unpack 'chdir-elisp
14514 ;; Elisp directory is not in root of the source.
14515 (lambda _
14516 (chdir "util/swm-emacs"))))))
14517 (home-page "https://github.com/stumpwm/stumpwm-contrib")
14518 (synopsis "Emacs minor-mode for Stumpwm")
14519 (description "Emacs minor-mode for Stumpwm")
14520 (license license:gpl3+))))
14521
14522 (define-public emacs-irfc
14523 (package
14524 (name "emacs-irfc")
14525 (version "20130824.507-1")
14526 (source
14527 (origin
14528 (method url-fetch)
14529 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
14530 (file-name (string-append "irfc-" version ".el"))
14531 (sha256
14532 (base32
14533 "0rbfrza56kvspvgrwg0b5bj30d0qncqdsmfxn3y5caq4ifcj77hv"))))
14534 (build-system emacs-build-system)
14535 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
14536 (synopsis "Interface for IETF RFC document")
14537 (description
14538 "This package provides an Emacs interface for IETF RFC document.")
14539 (license license:gpl3+)))
14540
14541 (define-public emacs-ido-vertical-mode
14542 (package
14543 (name "emacs-ido-vertical-mode")
14544 (version "0.1.6")
14545 (source
14546 (origin
14547 (method git-fetch)
14548 (uri (git-reference
14549 (url "https://github.com/creichert/ido-vertical-mode.el.git")
14550 (commit (string-append "v" version))))
14551 (file-name (git-file-name name version))
14552 (sha256
14553 (base32 "1lv82q639xjnmvby56nwqn23ijh6f163bk675s33dkingm8csj8k"))))
14554 (build-system emacs-build-system)
14555 (home-page "https://github.com/creichert/ido-vertical-mode.el")
14556 (synopsis "Makes ido-mode display vertically")
14557 (description "Makes ido-mode display prospects vertically.")
14558 (license license:gpl3+)))
14559
14560 (define-public emacs-wordgen
14561 (package
14562 (name "emacs-wordgen")
14563 (version "0.1.4")
14564 (source
14565 (origin
14566 (method git-fetch)
14567 (uri (git-reference
14568 (url "https://github.com/Fanael/wordgen.el.git")
14569 (commit version)))
14570 (file-name (git-file-name name version))
14571 (sha256
14572 (base32 "06vbc9ycz1nbjwjkg99y3lj6jwb6lnwnmkqf09yr00jjrrfhfash"))))
14573 (build-system emacs-build-system)
14574 (home-page "https://github.com/Fanael/wordgen.el")
14575 (synopsis "Random word generator")
14576 (description "This package provides functions to generate random words
14577 using user-provided rules.")
14578 (license license:gpl3+)))
14579
14580 (define-public emacs-on-screen
14581 (package
14582 (name "emacs-on-screen")
14583 (version "1.3.3")
14584 (source
14585 (origin
14586 (method url-fetch)
14587 (uri (string-append
14588 "https://elpa.gnu.org/packages/on-screen-" version ".el"))
14589 (file-name (string-append name "-" version ".el"))
14590 (sha256
14591 (base32 "0ga4hw23ki583li2z2hr7l6hk1nc2kdg4afndg06cm9jn158wza7"))))
14592 (build-system emacs-build-system)
14593 (home-page "https://github.com/michael-heerdegen/on-screen.el")
14594 (synopsis "Guide your eyes while scrolling")
14595 (description
14596 "Scrolling can be distracting because your eyes may lose
14597 orientation. This library implements a minor mode that highlights
14598 the previously visible buffer part after each scroll.")
14599 (license license:gpl3+)))
14600
14601 (define-public emacs-highlight-escape-sequences
14602 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
14603 (revision "1"))
14604 (package
14605 (name "emacs-highlight-escape-sequences")
14606 (version (string-append "0.0.1" "-" revision "."
14607 (string-take commit 7)))
14608 (source
14609 (origin
14610 (method git-fetch)
14611 (uri (git-reference
14612 (url "https://github.com/dgutov/highlight-escape-sequences.git")
14613 (commit commit)))
14614 (file-name (git-file-name name version))
14615 (sha256
14616 (base32
14617 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
14618 (build-system emacs-build-system)
14619 (home-page "https://github.com/dgutov/highlight-escape-sequences")
14620 (synopsis "Highlight escape sequences in Emacs")
14621 (description "@code{highlight-escape-sequences} provides an
14622 Emacs minor mode to escape sequences in code.")
14623 (license license:gpl3+))))
14624
14625 (define-public emacs-dashboard
14626 (package
14627 (name "emacs-dashboard")
14628 (version "1.6.0")
14629 (source
14630 (origin
14631 (method git-fetch)
14632 (uri (git-reference
14633 (url "https://github.com/rakanalh/emacs-dashboard.git")
14634 (commit version)))
14635 (file-name (git-file-name name version))
14636 (sha256
14637 (base32 "1g6g8vad1kdmv1zxp95a8sn70idl26isqjb3xk1r95pqnx1cn591"))))
14638 (build-system emacs-build-system)
14639 (propagated-inputs
14640 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
14641 (arguments
14642 '(#:include '("\\.el$" "\\.txt$" "\\.png$")
14643 #:phases
14644 (modify-phases %standard-phases
14645 (add-after 'unpack 'patch-dashboard-widgets
14646 ;; This phase fixes compilation error.
14647 (lambda _
14648 (chmod "dashboard-widgets.el" #o666)
14649 (emacs-substitute-variables "dashboard-widgets.el"
14650 ("dashboard-init-info"
14651 '(format "Loaded in %s" (emacs-init-time))))
14652 #t)))))
14653 (home-page "https://github.com/rakanalh/emacs-dashboard")
14654 (synopsis "Startup screen extracted from Spacemacs")
14655 (description "This package provides an extensible Emacs dashboard, with
14656 sections for bookmarks, projectil projects, org-agenda and more. ")
14657 (license license:gpl3+)))
14658
14659 (define-public emacs-slime-company
14660 (package
14661 (name "emacs-slime-company")
14662 (version "1.1")
14663 (source
14664 (origin
14665 (method git-fetch)
14666 (uri (git-reference
14667 (url "https://github.com/anwyn/slime-company.git")
14668 (commit (string-append "v" version))))
14669 (file-name (git-file-name name version))
14670 (sha256
14671 (base32 "1hl1hqkc1pxga9k2k8k15d7dip7sfsmwf4wm4sh346m6nj606q8g"))))
14672 (build-system emacs-build-system)
14673 (propagated-inputs
14674 `(("emacs-slime" ,emacs-slime)
14675 ("emacs-company" ,emacs-company)))
14676 (home-page "https://company-mode.github.io")
14677 (synopsis "SLIME completion backend for @code{company-mode}")
14678 (description
14679 "This is a backend implementation for the completion package
14680 @code{company-mode} which supports the normal and the fuzzy completion
14681 modes of SLIME.")
14682 (license license:gpl3+)))
14683
14684 (define-public emacs-sml-mode
14685 (package
14686 (name "emacs-sml-mode")
14687 (version "6.9")
14688 (source
14689 (origin
14690 (method url-fetch)
14691 (uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
14692 version ".el"))
14693 (sha256
14694 (base32 "1bdg9ywpvj85hxqah9w1raxlcrhkyx67nw22jwd1bd5j0fhmgqij"))))
14695 (build-system emacs-build-system)
14696 (home-page "https://elpa.gnu.org/packages/sml-mode.html")
14697 (synopsis "Major mode for editing (Standard) ML")
14698 (description "SML-MODE is a major Emacs mode for editing Standard ML.
14699 It provides syntax highlighting and automatic indentation and
14700 comes with sml-proc which allows interaction with an inferior SML
14701 interactive loop.")
14702 (license license:gpl3+)))
14703
14704 (define-public emacs-eros
14705 (let ((commit "dd8910279226259e100dab798b073a52f9b4233a")
14706 (revision "2"))
14707 (package
14708 (name "emacs-eros")
14709 (version (git-version "0.0.1" revision commit))
14710 (source
14711 (origin
14712 (method git-fetch)
14713 (uri (git-reference
14714 (url "https://github.com/xiongtx/eros.git")
14715 (commit commit)))
14716 (file-name (git-file-name name version))
14717 (sha256
14718 (base32
14719 "08chj3a0lw4ygi2sv7wj0i6ihfbi8jhylr8p92inif8b88r6wg3k"))))
14720 (build-system emacs-build-system)
14721 (home-page "https://github.com/xiongtx/eros")
14722 (synopsis "Evaluation result overlays")
14723 (description "@code{eros} provides evaluation result overlays.")
14724 (license license:gpl3+))))
14725
14726 (define-public emacs-stickyfunc-enhance
14727 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
14728 (revision "1"))
14729 (package
14730 (name "emacs-stickyfunc-enhance")
14731 (version "0.1")
14732 (source
14733 (origin
14734 (method git-fetch)
14735 (uri (git-reference
14736 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
14737 (commit commit)))
14738 (file-name (git-file-name name version))
14739 (sha256
14740 (base32
14741 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
14742 (build-system emacs-build-system)
14743 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
14744 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
14745 (description
14746 "@code{semantic-stickyfunc-mode} shows the function point is currently
14747 in at the first line of the current buffer. This is useful when you have a
14748 very long function that spreads more than a screen, and you don't have to
14749 scroll up to read the function name and then scroll down to original position.")
14750 (license license:gpl3+))))
14751
14752 (define-public emacs-git-auto-commit-mode
14753 (package
14754 (name "emacs-git-auto-commit-mode")
14755 (version "4.5.0")
14756 (source
14757 (origin
14758 (method git-fetch)
14759 (uri (git-reference
14760 (url "https://github.com/ryuslash/git-auto-commit-mode.git")
14761 (commit version)))
14762 (file-name (git-file-name name version))
14763 (sha256
14764 (base32 "1w3v9pmlmdxl4pglsb6j0igp13lbzg5bhbr1rv2vll93m6zxmyma"))))
14765 (build-system emacs-build-system)
14766 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
14767 (synopsis "Emacs Minor mode to automatically commit and push")
14768 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
14769 tries to commit changes to a file after every save.
14770
14771 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
14772 the current upstream.")
14773 (license license:gpl3+)))
14774
14775 (define-public emacs-scroll-on-drag
14776 (let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")
14777 (revision "1"))
14778 (package
14779 (name "emacs-scroll-on-drag")
14780 (version (git-version "0.1" revision commit))
14781 (source
14782 (origin
14783 (method git-fetch)
14784 (uri (git-reference
14785 (url "https://gitlab.com/ideasman42/emacs-scroll-on-drag.git")
14786 (commit commit)))
14787 (file-name (git-file-name name version))
14788 (sha256
14789 (base32
14790 "1si4hdqa3jw1inbyh3wb3i5i9grbms1nwky3vyk9zg7iznwm8a9p"))))
14791 (build-system emacs-build-system)
14792 (home-page "https://gitlab.com/ideasman42/emacs-scroll-on-drag")
14793 (synopsis "Interactive scrolling")
14794 (description "This package permits scrolling at increasing speeds based
14795 on drag distance.")
14796 (license license:gpl3+))))
14797
14798 (define-public emacs-company-restclient
14799 (package
14800 (name "emacs-company-restclient")
14801 (version "0.3.0")
14802 (source
14803 (origin
14804 (method git-fetch)
14805 (uri (git-reference
14806 (url "https://github.com/iquiw/company-restclient.git")
14807 (commit (string-append "v" version))))
14808 (file-name (git-file-name name version))
14809 (sha256
14810 (base32 "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"))))
14811 (build-system emacs-build-system)
14812 (propagated-inputs
14813 `(("emacs-company" ,emacs-company)
14814 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
14815 ("emacs-restclient" ,emacs-restclient)))
14816 (home-page "https://github.com/iquiw/company-restclient")
14817 (synopsis "Company-mode completion back-end for restclient-mode")
14818 (description "@code{company-mode} back-end for
14819 @code{restclient-mode}.
14820
14821 It provides auto-completion for HTTP methods and headers in
14822 @code{restclient-mode}. Completion source is given by
14823 @code{know-your-http-well}.")
14824 (license license:gpl3+)))
14825
14826 (define-public emacs-noflet
14827 (let ((version "20170629")
14828 (revision "1")
14829 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
14830 (package
14831 (name "emacs-noflet")
14832 (version (git-version version revision commit))
14833 (source
14834 (origin
14835 (method git-fetch)
14836 (uri (git-reference
14837 (url "https://github.com/nicferrier/emacs-noflet")
14838 (commit commit)))
14839 (file-name (git-file-name name version))
14840 (sha256
14841 (base32
14842 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
14843 (build-system emacs-build-system)
14844 (arguments
14845 `(#:phases
14846 (modify-phases %standard-phases
14847 (add-after 'unpack 'require-dash
14848 ;; noflet.el uses -map from dash, but (require 'dash) is
14849 ;; missing. So, add it.
14850 (lambda _
14851 (substitute* "noflet.el"
14852 ((";;; Code:") ";;; Code:\n(require 'dash)"))
14853 #t)))))
14854 (propagated-inputs
14855 `(("emacs-dash" ,emacs-dash)))
14856 (home-page "https://github.com/nicferrier/emacs-noflet")
14857 (synopsis "Locally override functions")
14858 (description "@code{emacs-noflet} lets you locally override functions,
14859 in the manner of @command{flet}, but with access to the original function
14860 through the symbol: @command{this-fn}.")
14861 (license license:gpl3+))))
14862
14863 (define-public emacs-dumb-jump
14864 (package
14865 (name "emacs-dumb-jump")
14866 (version "0.5.3")
14867 (source
14868 (origin
14869 (method git-fetch)
14870 (uri (git-reference
14871 (url "https://github.com/jacktasia/dumb-jump.git")
14872 (commit (string-append "v" version))))
14873 (file-name (git-file-name name version))
14874 (sha256
14875 (base32 "1njf60264snhxrd36m4z687lqfkis0p9mmrr7cf1c8l0lfdvawxi"))))
14876 (build-system emacs-build-system)
14877 (arguments
14878 `(#:tests? #f ; FIXME: Tests freeze when run.
14879 #:test-command '("ert-runner")
14880 #:phases
14881 (modify-phases %standard-phases
14882 (add-after 'unpack 'set-shell
14883 (lambda _
14884 ;; Setting the SHELL environment variable is required for the
14885 ;; tests to find sh.
14886 (setenv "SHELL" (which "sh"))
14887 #t)))))
14888 (native-inputs
14889 `(("emacs-el-mock" ,emacs-el-mock)
14890 ("emacs-noflet" ,emacs-noflet)
14891 ("emacs-undercover" ,emacs-undercover)
14892 ("ert-runner" ,emacs-ert-runner)))
14893 (propagated-inputs
14894 `(("emacs-f" ,emacs-f)
14895 ("emacs-popup" ,emacs-popup)))
14896 (home-page "https://github.com/jacktasia/dumb-jump")
14897 (synopsis "Jump to definition for multiple languages without configuration")
14898 (description "Dumb Jump is an Emacs \"jump to definition\" package with
14899 support for multiple programming languages that favors \"just working\" over
14900 speed or accuracy. This means minimal --- and ideally zero --- configuration
14901 with absolutely no stored indexes (tags) or persistent background processes.
14902 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
14903 @command{rg} installed.")
14904 (license license:gpl3+)))
14905
14906 (define-public emacs-dts-mode
14907 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
14908 (revision "1"))
14909 (package
14910 (name "emacs-dts-mode")
14911 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
14912 (source
14913 (origin
14914 (method git-fetch)
14915 (uri (git-reference
14916 (url "https://github.com/bgamari/dts-mode.git")
14917 (commit commit)))
14918 (file-name (git-file-name name version))
14919 (sha256
14920 (base32
14921 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
14922 (build-system emacs-build-system)
14923 (home-page "https://github.com/bgamari/dts-mode.git")
14924 (synopsis "Emacs minor mode for editing device tree files")
14925 (description
14926 "This package provides an Emacs minor mode for highlighting
14927 device tree files.")
14928 (license license:gpl3+))))
14929
14930 (define-public emacs-daemons
14931 (package
14932 (name "emacs-daemons")
14933 (version "2.0.0")
14934 (source
14935 (origin
14936 (method git-fetch)
14937 (uri (git-reference
14938 (url "https://github.com/cbowdon/daemons.el")
14939 (commit version)))
14940 (file-name (git-file-name name version))
14941 (sha256
14942 (base32
14943 "00bkzfaw3bqykcks610vk9wlpa2z360xn32bpsrycacwfv29j7g4"))))
14944 (build-system emacs-build-system)
14945 (home-page "https://github.com/cbowdon/daemons.el")
14946 (synopsis "Emacs UI for managing init system services")
14947 (description
14948 "This is an Emacs mode to give you a UI for managing init system
14949 daemons (services) for those getting tired of typing out @code{sudo service
14950 my_thing reload} all the time. It offers a consistent UI over different init
14951 systems.")
14952 (license license:gpl3+)))
14953
14954 (define-public emacs-isearch+
14955 (let ((commit "7c251b91a67bf914066e23e269ba52fda5b45f5f")
14956 (revision "2"))
14957 (package
14958 (name "emacs-isearch+")
14959 (version (git-version "0" revision commit))
14960 (source
14961 (origin
14962 (method git-fetch)
14963 (uri (git-reference
14964 (url "https://github.com/emacsmirror/isearch-plus.git")
14965 (commit commit)))
14966 (file-name (git-file-name name version))
14967 (sha256
14968 (base32
14969 "1w2799714jcdycjlxgs8lpmmz6dmzvcvqy8xwxhvmgpb60g4f2yr"))))
14970 (build-system emacs-build-system)
14971 (home-page "https://www.emacswiki.org/emacs/isearch+.el")
14972 (synopsis "Extensions to @code{isearch.el}")
14973 (description "This package extends @code{isearch} with advice, dynamic
14974 filters, highlighting of regexp group levels, and more.")
14975 (license license:gpl2+))))
14976
14977 (define-public emacs-eshell-bookmark
14978 (package
14979 (name "emacs-eshell-bookmark")
14980 (version "2.0.0")
14981 (source
14982 (origin
14983 (method git-fetch)
14984 (uri (git-reference
14985 (url "https://github.com/Fuco1/eshell-bookmark")
14986 (commit version)))
14987 (file-name (git-file-name name version))
14988 (sha256
14989 (base32
14990 "14dmsnixf9vqdhsixw693sml0fn80zcf0b37z049fb40cmppqxdw"))))
14991 (build-system emacs-build-system)
14992 (home-page "https://github.com/Fuco1/eshell-bookmark")
14993 (synopsis "Provide @file{bookmark.el} integration for @code{eshell}")
14994 (description
14995 "This package allows for bookmarking @code{eshell} buffers. Upon
14996 visiting the bookmark, a new @code{eshell} session will be opened in the
14997 appropriate directory if no @code{eshell} session is active.")
14998 (license license:gpl3+)))
14999
15000 (define-public emacs-eshell-z
15001 (package
15002 (name "emacs-eshell-z")
15003 (version "0.4")
15004 (source
15005 (origin
15006 (method git-fetch)
15007 (uri (git-reference
15008 (url "https://github.com/xuchunyang/eshell-z")
15009 (commit (string-append "v" version))))
15010 (file-name (git-file-name name version))
15011 (sha256
15012 (base32
15013 "13dwaq8q23rwmrkpy3gvf7aswrkk6b9ak5221xl7n0bld4wdhq3j"))))
15014 (build-system emacs-build-system)
15015 (home-page "https://github.com/xuchunyang/eshell-z")
15016 (synopsis "Quick navigation to frequently visited directories")
15017 (description
15018 "This package is a port of @code{z}, and keeps track of visited directories
15019 and commands invoked within them in order to enable navigation via input of
15020 matching regexps.")
15021 (license license:gpl3+)))
15022
15023 (define-public emacs-esh-autosuggest
15024 (package
15025 (name "emacs-esh-autosuggest")
15026 (version "2.0.0")
15027 (source
15028 (origin
15029 (method git-fetch)
15030 (uri (git-reference
15031 (url "https://github.com/dieggsy/esh-autosuggest")
15032 (commit version)))
15033 (file-name (git-file-name name version))
15034 (sha256
15035 (base32
15036 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
15037 (build-system emacs-build-system)
15038 (propagated-inputs `(("emacs-company" ,emacs-company)))
15039 (home-page "https://github.com/dieggsy/esh-autosuggest")
15040 (synopsis "Fish-like autosuggestions in Eshell")
15041 (description
15042 "This package assumes you use something other than company for eshell
15043 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
15044 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
15045 for history autosuggestions.
15046
15047 Unless you're using @code{use-package}'s hook keyword, you can enable the
15048 autosuggestions with:
15049 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
15050 (license license:gpl3+)))
15051
15052 (define-public emacs-desktop-environment
15053 (package
15054 (name "emacs-desktop-environment")
15055 (version "0.3.0")
15056 (source
15057 (origin
15058 (method git-fetch)
15059 (uri (git-reference
15060 (url "https://gitlab.petton.fr/DamienCassou/desktop-environment")
15061 (commit (string-append "v" version))))
15062 (file-name (git-file-name name version))
15063 (sha256
15064 (base32
15065 "195n99xvxyh4cfxjpfa1h1maalqrxf7nyi0bh3lqa1z6z5bdb6x2"))))
15066 (build-system emacs-build-system)
15067 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
15068 (synopsis "Control your GNU/Linux desktop environment from Emacs")
15069 (description
15070 "This package helps you control your GNU/Linux desktop from Emacs.
15071 With @code{desktop-environment}, you can control the brightness and volume as
15072 well as take screenshots and lock your screen. The package depends on the
15073 availability of shell commands to do the hard work for us. These commands can
15074 be changed by customizing the appropriate variables.")
15075 (license license:gpl3+)))
15076
15077 (define-public emacs-org-caldav
15078 (let ((commit "a563500c9884f38ce08793e2964f8274adde163d"))
15079 (package
15080 (name "emacs-org-caldav")
15081 (version (git-version "0.0.0" "1" commit))
15082 (source
15083 (origin
15084 (method git-fetch)
15085 (uri (git-reference
15086 (url "https://github.com/dengste/org-caldav.git")
15087 (commit commit)))
15088 (file-name (git-file-name name version))
15089 (sha256
15090 (base32
15091 "18qi1iv5dc0gsvkv9ifal3cjpm568nlb907v8a53cnm4439x1l0l"))))
15092 (build-system emacs-build-system)
15093 (arguments
15094 ;; Tests require to have two specific calendars on a test server.
15095 `(#:exclude '("^org-caldav-testsuite\\.el")))
15096 (propagated-inputs
15097 `(("emacs-org" ,emacs-org)))
15098 (home-page "https://github.com/dengste/org-caldav")
15099 (synopsis "Sync Org files with external calendars via the CalDAV protocol")
15100 (description "Synchronize between events in Org files and a CalDAV
15101 calendar.")
15102 (license license:gpl3+))))
15103
15104 (define-public emacs-zotxt
15105 (package
15106 (name "emacs-zotxt")
15107 (version "20180518")
15108 (source
15109 (origin
15110 (method git-fetch)
15111 (uri (git-reference
15112 (url "https://github.com/egh/zotxt-emacs.git")
15113 (commit "23a4a9f74a658222027d53a9a83cd4bcc583ca8b")))
15114 (file-name (git-file-name name version))
15115 (sha256
15116 (base32 "09fq3w9yk9kn6bz7y9kgpiw612dvj3yzsdk734js6zgb0p8lfd2c"))))
15117 (build-system emacs-build-system)
15118 (propagated-inputs
15119 `(("emacs-deferred" ,emacs-deferred)
15120 ("emacs-request" ,emacs-request)))
15121 (home-page "https://github.com/egh/zotxt-emacs")
15122 (synopsis "Integrate Emacs with Zotero")
15123 (description "This package provides two integration features between Emacs
15124 and the Zotero research assistant: Insertion of links to Zotero items into an
15125 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
15126 (license license:gpl3+)))
15127
15128 (define-public emacs-evil-ediff
15129 ;; Evil-Ediff is included in Evil Collection from 20180617.
15130 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
15131
15132 (define-public emacs-evil-magit
15133 (let ((commit "4b66a1db8285457147a5436f209391016a819ea1")
15134 (revision "3"))
15135 (package
15136 (name "emacs-evil-magit")
15137 (version (git-version "0.4.2" revision commit))
15138 (source
15139 (origin
15140 (method git-fetch)
15141 (uri (git-reference
15142 (url "https://github.com/emacs-evil/evil-magit")
15143 (commit commit)))
15144 (file-name (git-file-name name version))
15145 (sha256
15146 (base32
15147 "0kkmbswfh34k3amfl3v140vsnz1gq4n4mg9g4khjd9yjph3zms4h"))))
15148 (build-system emacs-build-system)
15149 (propagated-inputs
15150 `(("emacs-evil" ,emacs-evil)
15151 ("magit" ,emacs-magit)))
15152 (arguments
15153 `(#:tests? #t
15154 #:test-command '("emacs" "-Q" "-batch"
15155 "-L" "."
15156 "-l" "evil-magit-tests"
15157 "-f" "ert-run-tests-batch-and-exit")))
15158 (home-page
15159 "https://github.com/emacs-evil/evil-magit")
15160 (synopsis "Evil-based key bindings for Magit")
15161 (description
15162 "This Emacs library configures Magit and Evil to play well with each other.
15163 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
15164 See the README at @url{https://github.com/justbur/evil-magit} for a table
15165 describing the key binding changes.")
15166 (license license:gpl3+))))
15167
15168 (define-public emacs-evil-mu4e
15169 ;; Evil-mu4e is included in Evil Collection from 20180617.
15170 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
15171
15172 (define-public emacs-evil-multiedit
15173 (package
15174 (name "emacs-evil-multiedit")
15175 (version "1.3.9")
15176 (source
15177 (origin
15178 (method git-fetch)
15179 (uri (git-reference
15180 (url "https://github.com/hlissner/evil-multiedit")
15181 (commit (string-append "v" version))))
15182 (file-name (git-file-name name version))
15183 (sha256
15184 (base32
15185 "19h3kqylqzbjv4297wkzzxdmn9yxbg6z4ga4ssrqri90xs7m3rw3"))))
15186 (build-system emacs-build-system)
15187 (propagated-inputs
15188 `(("emacs-evil" ,emacs-evil)
15189 ("emacs-iedit" ,emacs-iedit)))
15190 (native-inputs
15191 `(("emacs-ert-runner" ,emacs-ert-runner)))
15192 (arguments
15193 `(#:phases
15194 (modify-phases %standard-phases
15195 (add-before 'check 'fix-makefile
15196 (lambda _
15197 (substitute* "Makefile"
15198 (("@cask exec ") ""))
15199 #t)))
15200 #:tests? #t
15201 #:test-command '("make" "test")))
15202 (home-page
15203 "https://github.com/hlissner/evil-multiedit")
15204 (synopsis "Multiple cursors for Evil mode")
15205 (description
15206 "This plugin was an answer to the lack of proper multiple cursor support
15207 in Emacs+Evil. It allows you to select and edit matches interactively,
15208 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
15209 defaults.")
15210 (license license:gpl3+)))
15211
15212 (define-public emacs-evil-mc
15213 (let ((commit "1cabb869fe70cef49f7dc06f015c3ade1a969c8c")
15214 (revision "2"))
15215 (package
15216 (name "emacs-evil-mc")
15217 (version (git-version "0.0.3" revision commit))
15218 (source
15219 (origin
15220 (method git-fetch)
15221 (uri (git-reference
15222 (url "https://github.com/gabesoft/evil-mc.git")
15223 (commit commit)))
15224 (file-name (git-file-name name version))
15225 (sha256
15226 (base32 "0p83p90faq1p02lmsfs7zrnky3cyzgy8z4m83a81r9kakjzhkrnb"))))
15227 (build-system emacs-build-system)
15228 (propagated-inputs
15229 `(("emacs-evil" ,emacs-evil)))
15230 (native-inputs
15231 `(("emacs-espuds" ,emacs-espuds)))
15232 (home-page "https://github.com/gabesoft/evil-mc")
15233 (synopsis "Interactive search compatible with @code{multiple-cursors}")
15234 (description "This package can be used with @code{multiple-cursors} to
15235 provide an incremental search that moves all fake cursors in sync.")
15236 (license license:expat))))
15237
15238 (define-public emacs-evil-org
15239 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
15240 (package
15241 (name "emacs-evil-org")
15242 (version (git-version "0.1.1" "1" commit))
15243 (source
15244 (origin
15245 (method git-fetch)
15246 (uri (git-reference
15247 (url "https://github.com/Somelauw/evil-org-mode")
15248 (commit commit)))
15249 (file-name (git-file-name name version))
15250 (sha256
15251 (base32
15252 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
15253 (build-system emacs-build-system)
15254 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
15255 (home-page
15256 "https://github.com/Somelauw/evil-org-mode")
15257 (synopsis "Evil keybindings for Org mode")
15258 (description
15259 "This package adds supplemental Evil mode key-bindings to Emacs
15260 Org-mode. It features:
15261 @itemize
15262 @item normal, visual and insert mode bindings;
15263 @item key bindings organised in key themes;
15264 @item operators like > and < to work on headings;
15265 @item text objects;
15266 @item table support;
15267 @item calendar (date selection) support;
15268 @item agenda support.
15269 @end itemize\n")
15270 (license license:gpl3+))))
15271
15272 (define-public emacs-debpaste
15273 (package
15274 (name "emacs-debpaste")
15275 (version "0.1.5")
15276 (home-page "https://github.com/alezost/debpaste.el")
15277 (source
15278 (origin
15279 (method git-fetch)
15280 (uri (git-reference (url home-page)
15281 (commit (string-append "v" version))))
15282 (file-name (git-file-name name version))
15283 (sha256
15284 (base32
15285 "1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
15286 (build-system emacs-build-system)
15287 (propagated-inputs
15288 `(("emacs-xml-rpc" ,emacs-xml-rpc)))
15289 (synopsis "Manipulate pastes from the Debian Pastezone")
15290 (description "Debpaste is an Emacs interface for the Debian Pastezone,
15291 allowing you to receive, post, and delete pastes. It communicates with the
15292 server using XML-RPC.")
15293 (license license:gpl3+)))
15294
15295 (define-public emacs-xml-rpc
15296 (let ((commit "8f624f8b964e9145acb504e4457c9510e87dd93c")
15297 (revision "1"))
15298 (package
15299 (name "emacs-xml-rpc")
15300 (version (git-version "1.6.12" revision commit))
15301 (source
15302 (origin
15303 (method git-fetch)
15304 (uri (git-reference
15305 (url "https://github.com/hexmode/xml-rpc-el")
15306 (commit commit)))
15307 (file-name (git-file-name name version))
15308 (sha256
15309 (base32
15310 "0xa54z52rsfl3n0xgmbycj4zazp8ksgdwcq56swzs6wp72zlalmj"))))
15311 (build-system emacs-build-system)
15312 (home-page "https://github.com/hexmode/xml-rpc-el")
15313 (synopsis "XML-RPC client for Emacs")
15314 (description "This package provides an XML-RPC client for Emacs capable
15315 of both synchronous and asynchronous method calls using the @code{url}
15316 package's async retrieval functionality. @file{xml-rpc.el} represents XML-RPC
15317 datatypes as Lisp values, automatically converting to and from the XML
15318 datastructures as needed, both for method parameters and return values, making
15319 using XML-RPC methods fairly transparent to the Lisp code.")
15320 (license license:gpl3+))))
15321
15322 (define-public emacs-xpm
15323 (package
15324 (name "emacs-xpm")
15325 (version "1.0.4")
15326 (source
15327 (origin
15328 (method url-fetch)
15329 (uri (string-append "https://elpa.gnu.org/packages/xpm-"
15330 version ".tar"))
15331 (sha256
15332 (base32
15333 "075miyashh9cm3b0gk6ngld3rm8bfgnh4qxnhxmmvjgzf6a64grh"))))
15334 (build-system emacs-build-system)
15335 (home-page "https://elpa.gnu.org/packages/xpm.html")
15336 (synopsis "XPM image editing mode for Emacs")
15337 (description "This Emacs package makes editing XPM images easy (and maybe
15338 fun). Editing is done directly on the (textual) image format, for maximal
15339 cohesion with the Emacs Way.")
15340 (license license:gpl3+)))
15341
15342 (define-public emacs-fish-completion
15343 (package
15344 (name "emacs-fish-completion")
15345 (version "1.2")
15346 (source
15347 (origin
15348 (method git-fetch)
15349 (uri (git-reference
15350 (url "https://gitlab.com/Ambrevar/emacs-fish-completion.git")
15351 (commit version)))
15352 (file-name (git-file-name name version))
15353 (sha256
15354 (base32
15355 "17lqip1i1rrsvxzz4bx9rqf1fvwd3hriwg3sj6qxmfc8pylnp37q"))))
15356 (build-system emacs-build-system)
15357 (inputs `(("fish" ,fish)))
15358 (arguments
15359 `(#:phases
15360 (modify-phases %standard-phases
15361 (add-after 'unpack 'configure
15362 (lambda* (#:key inputs outputs #:allow-other-keys)
15363 (let ((fish (assoc-ref inputs "fish")))
15364 ;; Specify the absolute file names of the various
15365 ;; programs so that everything works out-of-the-box.
15366 (make-file-writable "fish-completion.el")
15367 (emacs-substitute-variables
15368 "fish-completion.el"
15369 ("fish-completion-command"
15370 (string-append fish "/bin/fish")))))))))
15371 (home-page
15372 "https://gitlab.com/Ambrevar/emacs-fish-completion")
15373 (synopsis "Fish completion for Emacs pcomplete")
15374 (description
15375 "This package provides completion for the Fish shell to pcomplete (used
15376 by shell and Eshell). You can set it up globally with:
15377
15378 @example
15379 (when (and (executable-find \"fish\")
15380 (require 'fish-completion nil t))
15381 (global-fish-completion-mode))
15382 @end example
15383
15384 Alternatively, you can call the @code{fish-completion-mode} manually or in
15385 shell/Eshell mode hook.
15386
15387 The package @code{emacs-bash-completion} is an optional dependency: if available,
15388 @code{fish-completion-complete} can be configured to fall back on bash to further
15389 try completing. See @code{fish-completion-fallback-on-bash-p}.")
15390 (license license:gpl3+)))
15391
15392 (define-public emacs-gif-screencast
15393 (package
15394 (name "emacs-gif-screencast")
15395 (version "1.1")
15396 (source
15397 (origin
15398 (method git-fetch)
15399 (uri (git-reference
15400 (url "https://gitlab.com/Ambrevar/emacs-gif-screencast.git")
15401 (commit version)))
15402 (file-name (git-file-name name version))
15403 (sha256
15404 (base32
15405 "1g1by8lvf8c9vzm4wwsi5kp285kaj0ahsl54048ympin4pi0njw9"))))
15406 (build-system emacs-build-system)
15407 (inputs
15408 `(("scrot" ,scrot)
15409 ("imagemagick" ,imagemagick)
15410 ("gifsicle" ,gifsicle)))
15411 (arguments
15412 `(#:phases
15413 (modify-phases %standard-phases
15414 (add-after 'unpack 'configure
15415 (lambda* (#:key inputs outputs #:allow-other-keys)
15416 (let ((scrot (assoc-ref inputs "scrot"))
15417 (imagemagick (assoc-ref inputs "imagemagick"))
15418 (gifsicle (assoc-ref inputs "gifsicle")))
15419 (make-file-writable "gif-screencast.el")
15420 ;; Specify the absolute file names of the various
15421 ;; programs so that everything works out-of-the-box.
15422 (emacs-substitute-variables
15423 "gif-screencast.el"
15424 ("gif-screencast-program"
15425 (string-append scrot "/bin/scrot"))
15426 ("gif-screencast-convert-program"
15427 (string-append imagemagick "/bin/convert"))
15428 ("gif-screencast-cropping-program"
15429 (string-append imagemagick "/bin/mogrify"))
15430 ("gif-screencast-optimize-program"
15431 (string-append gifsicle "/bin/gifsicle")))))))))
15432 (home-page
15433 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
15434 (synopsis "One-frame-per-action GIF recording")
15435 (description
15436 "Call @code{gif-screencast} to start a recording.
15437 A screenshot is taken for every user action. Call
15438 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
15439 the GIF result.")
15440 (license license:gpl3+)))
15441
15442 (define-public emacs-google-translate
15443 (package
15444 (name "emacs-google-translate")
15445 (version "0.11.18")
15446 (source
15447 (origin
15448 (method git-fetch)
15449 (uri (git-reference
15450 (url "https://github.com/atykhonov/google-translate/")
15451 (commit (string-append "v" version))))
15452 (file-name (git-file-name name version))
15453 (sha256
15454 (base32
15455 "1kbiqisqyk31l94gxsirhnrdkj51ylgcb16fk2wf7zigmf13jqzp"))))
15456 (build-system emacs-build-system)
15457 (home-page "https://github.com/atykhonov/google-translate")
15458 (synopsis "Emacs interface to Google Translate")
15459 (description
15460 "This package provides an Emacs interface to the Google Translate
15461 on-line service.")
15462 (license license:gpl3+)))
15463
15464 (define-public emacs-helm-company
15465 (package
15466 (name "emacs-helm-company")
15467 (version "0.2.5")
15468 (source
15469 (origin
15470 (method git-fetch)
15471 (uri (git-reference
15472 (url "https://github.com/Sodel-the-Vociferous/helm-company")
15473 (commit (string-append "v" version))))
15474 (file-name (git-file-name name version))
15475 (sha256
15476 (base32
15477 "1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
15478 (build-system emacs-build-system)
15479 (propagated-inputs
15480 `(("emacs-helm" ,emacs-helm)
15481 ("emacs-company" ,emacs-company)))
15482 (native-inputs
15483 `(("emacs-ert-runner" ,emacs-ert-runner)))
15484 (arguments
15485 `(#:tests? #t
15486 #:test-command '("ert-runner")))
15487 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
15488 (synopsis "Helm interface for company-mode")
15489 (description
15490 "This is a Helm interface to company-mode, a text completion
15491 framework.")
15492 (license license:gpl3+)))
15493
15494 (define-public emacs-helm-descbinds
15495 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
15496 (package
15497 (name "emacs-helm-descbinds")
15498 (version (git-version "1.13" "1" commit))
15499 (source
15500 (origin
15501 (method git-fetch)
15502 (uri (git-reference
15503 (url "https://github.com/emacs-helm/helm-descbinds")
15504 (commit commit)))
15505 (file-name (git-file-name name version))
15506 (sha256
15507 (base32
15508 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
15509 (build-system emacs-build-system)
15510 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
15511 (home-page "https://github.com/emacs-helm/helm-descbinds")
15512 (synopsis "Convenient @code{describe-bindings} with Helm")
15513 (description
15514 "This package is a replacement of @code{describe-bindings} for Helm.
15515 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
15516 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
15517 @code{helm-descbinds}. The bindings are presented in a similar way as
15518 @code{describe-bindings} does, but you can use completion to find the command
15519 you searched for and execute it, or view its documentation.")
15520 (license license:gpl3+))))
15521
15522 (define-public emacs-helm-emms
15523 (let ((commit "b785cb845a98a643eba9d5d53c9c0b4e6810a3cd"))
15524 (package
15525 (name "emacs-helm-emms")
15526 (version (git-version "1.3" "2" commit))
15527 (source
15528 (origin
15529 (method git-fetch)
15530 (uri (git-reference
15531 (url "https://github.com/emacs-helm/helm-emms")
15532 (commit commit)))
15533 (file-name (git-file-name name version))
15534 (sha256
15535 (base32
15536 "1595r09y3rmwd46nnhvjja3hb8j2ila295ijxv61cg52ws4wginh"))))
15537 (build-system emacs-build-system)
15538 (propagated-inputs
15539 `(("emacs-helm" ,emacs-helm)
15540 ("emacs-emms" ,emacs-emms)))
15541 (home-page
15542 "https://github.com/emacs-helm/helm-emms")
15543 (synopsis "Emms for Helm")
15544 (description "Helm interface for Emms to browse all tracks and all folders
15545 from @code{emms-source-file-default-directory}.")
15546 (license license:gpl3+))))
15547
15548 (define-public emacs-helm-exwm
15549 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
15550 (package
15551 (name "emacs-helm-exwm")
15552 (version (git-version "20180703" "2" commit))
15553 (source
15554 (origin
15555 (method git-fetch)
15556 (uri (git-reference
15557 (url "https://github.com/emacs-helm/helm-exwm.git")
15558 (commit commit)))
15559 (file-name (git-file-name name version))
15560 (sha256
15561 (base32 "064ziinqa5sdv7rfjn0y278l12kld176fr88k4h78pgf2f2n7cd8"))))
15562 (build-system emacs-build-system)
15563 (propagated-inputs
15564 `(("emacs-helm" ,emacs-helm)
15565 ("emacs-exwm" ,emacs-exwm)))
15566 (home-page
15567 "https://github.com/emacs-helm/helm-exwm")
15568 (synopsis "Helm for EXWM buffers")
15569 (description
15570 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
15571 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
15572 switch between the various windows of one or several specific applications.
15573 See @code{helm-exwm-switch-browser} for an example.")
15574 (license license:gpl3+))))
15575
15576 (define-public emacs-helm-flycheck
15577 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
15578 (package
15579 (name "emacs-helm-flycheck")
15580 (version (git-version "0.4" "1" commit))
15581 (source
15582 (origin
15583 (method git-fetch)
15584 (uri (git-reference
15585 (url "https://github.com/yasuyk/helm-flycheck")
15586 (commit commit)))
15587 (file-name (git-file-name name version))
15588 (sha256
15589 (base32
15590 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
15591 (build-system emacs-build-system)
15592 (propagated-inputs
15593 `(("emacs-dash" ,emacs-dash)
15594 ("emacs-flycheck" ,emacs-flycheck)
15595 ("emacs-helm" ,emacs-helm)))
15596 (home-page "https://github.com/yasuyk/helm-flycheck")
15597 (synopsis "Show Flycheck errors with Helm")
15598 (description
15599 "This integrates Flycheck with Helm.")
15600 (license license:gpl3+))))
15601
15602 (define-public emacs-helm-ls-git
15603 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
15604 (package
15605 (name "emacs-helm-ls-git")
15606 (version (git-version "1.9.1" "1" commit))
15607 (source
15608 (origin
15609 (method git-fetch)
15610 (uri (git-reference
15611 (url "https://github.com/emacs-helm/helm-ls-git")
15612 (commit commit)))
15613 (file-name (git-file-name name version))
15614 (sha256
15615 (base32
15616 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
15617 (build-system emacs-build-system)
15618 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
15619 (home-page "https://github.com/emacs-helm/helm-ls-git")
15620 (synopsis "Helm interface for listing the files in a Git repository")
15621 (description
15622 "This package provides a Helm interface for Git files.
15623 @itemize
15624 @item Display the open buffers in project.
15625 @item Display a status source showing state of project (modified files etc.).
15626 @item Display a list of all files in project under git control.
15627 @item Quickly look at diffs of modified files.
15628 @item Allow switching to @code{git status} with your preferred frontend
15629 (vc-dir, Magit,etc.).
15630 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
15631 can use ack-grep instead of grep).
15632 @item Integrate usage of gid from id-utils.
15633 @item Full integration with @code{helm-find-files}, allow you to browse
15634 projects unrelated to current-buffer.
15635 @item In addition, all actions of type files and buffers are provided.
15636 @end itemize\n")
15637 (license license:gpl3+))))
15638
15639 (define-public emacs-helm-mu
15640 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
15641 (package
15642 (name "emacs-helm-mu")
15643 (version (git-version "20180513" "1" commit))
15644 (source
15645 (origin
15646 (method git-fetch)
15647 (uri (git-reference
15648 (url "https://github.com/emacs-helm/helm-mu.git")
15649 (commit commit)))
15650 (file-name (git-file-name name version))
15651 (sha256
15652 (base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
15653 (build-system emacs-build-system)
15654 (propagated-inputs
15655 `(("emacs-helm" ,emacs-helm)
15656 ("mu" ,mu)))
15657 (home-page
15658 "https://github.com/emacs-helm/helm-mu")
15659 (synopsis
15660 "Helm sources for searching emails and contacts")
15661 (description
15662 "Helm sources for searching emails and contacts using @code{mu} and
15663 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
15664 Emacs build on top of mu. Mu is highly efficient making it possible to get
15665 instant results even for huge maildirs. It also provides search operators,
15666 e.g: @code{from:Peter to:Anne flag:attach search term}.")
15667 (license license:gpl3+))))
15668
15669 (define-public emacs-helm-pass
15670 (package
15671 (name "emacs-helm-pass")
15672 (version "0.3")
15673 (source
15674 (origin
15675 (method git-fetch)
15676 (uri (git-reference
15677 (url "https://github.com/emacs-helm/helm-pass")
15678 (commit version)))
15679 (file-name (git-file-name name version))
15680 (sha256
15681 (base32
15682 "0vglaknmir3yv4iwibwn8r40ran8d04gcyp99hx73ldmf3zqpnxv"))))
15683 (build-system emacs-build-system)
15684 (propagated-inputs
15685 `(("emacs-helm" ,emacs-helm)
15686 ("emacs-password-store" ,emacs-password-store)))
15687 (home-page "https://github.com/emacs-helm/helm-pass")
15688 (synopsis "Helm interface to pass, the standard Unix password manager")
15689 (description
15690 "Users of @code{helm-pass} may also be interested in functionality
15691 provided by other Emacs packages dealing with pass:
15692 @itemize
15693 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
15694 @item @code{emacs-pass}, a major mode for @code{pass}.
15695 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
15696 @code{pass}, included in Emacs 26+).
15697 @end itemize\n")
15698 (license license:gpl3+)))
15699
15700 (define-public emacs-image+
15701 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
15702 (package
15703 (name "emacs-image+")
15704 (version (git-version "0.6.2" "1" commit))
15705 (source
15706 (origin
15707 (method git-fetch)
15708 (uri (git-reference
15709 (url "https://github.com/mhayashi1120/Emacs-imagex")
15710 (commit commit)))
15711 (file-name (git-file-name name version))
15712 (sha256
15713 (base32
15714 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
15715 (build-system emacs-build-system)
15716 (inputs `(("imagemagick" ,imagemagick)))
15717 (arguments
15718 `(#:phases
15719 (modify-phases %standard-phases
15720 (add-after 'unpack 'configure
15721 (lambda* (#:key inputs outputs #:allow-other-keys)
15722 (let ((imagemagick (assoc-ref inputs "imagemagick")))
15723 ;; Specify the absolute file names of the various
15724 ;; programs so that everything works out-of-the-box.
15725 (chmod "image+.el" #o666)
15726 (emacs-substitute-variables
15727 "image+.el"
15728 ("imagex-convert-command"
15729 (string-append imagemagick "/bin/convert"))
15730 ("imagex-identify-command"
15731 (string-append imagemagick "/bin/identify")))))))))
15732 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
15733 (synopsis "Image manipulation extensions for Emacs")
15734 (description
15735 "Image+ provides keybindings allowing you to zoom in or zoom out of an
15736 image, rotate it, save modified images, and more.")
15737 (license license:gpl3+))))
15738
15739 (define-public emacs-package-lint
15740 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
15741 (package
15742 (name "emacs-package-lint")
15743 (version (git-version "0.5" "1" commit))
15744 (source
15745 (origin
15746 (method git-fetch)
15747 (uri (git-reference
15748 (url "https://github.com/purcell/package-lint")
15749 (commit commit)))
15750 (file-name (git-file-name name version))
15751 (sha256
15752 (base32
15753 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
15754 (build-system emacs-build-system)
15755 (home-page "https://github.com/purcell/package-lint")
15756 (synopsis "Linting library for elisp package authors")
15757 (description
15758 "This provides a list of issues with the Emacs package metadata of a file,
15759 e.g. the package dependencies it requires. See function
15760 @code{package-lint-buffer}. Checks will currently be enabled only if a
15761 \"Package-Requires:\" or \"Package-Version:\" header is present in the
15762 file.")
15763 (license license:gpl3+))))
15764
15765 (define-public emacs-picpocket
15766 (let ((version "40")
15767 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
15768 (package
15769 (name "emacs-picpocket")
15770 (version version)
15771 (source
15772 (origin
15773 (method git-fetch)
15774 (uri (git-reference
15775 (url "https://github.com/johanclaesson/picpocket")
15776 (commit commit)))
15777 (file-name (git-file-name name version))
15778 (sha256
15779 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
15780 (build-system emacs-build-system)
15781 (arguments ; needed for running tests
15782 `(#:tests? #t
15783 #:emacs ,emacs
15784 #:test-command '("emacs" "--batch"
15785 "-l" "picpocket-test.el"
15786 "-f" "ert-run-tests-batch-and-exit")))
15787 (home-page "https://github.com/johanclaesson/picpocket")
15788 (synopsis "Image viewer for Emacs")
15789 (description
15790 "Picpocket is an image viewer for GNU Emacs. It has commands for:
15791
15792 @itemize
15793 @item File operations on the picture files (delete, move, copy, hardlink).
15794 @item Scale and rotate the picture.
15795 @item Associate pictures with tags which are saved to disk.
15796 @item Filter pictures according to tags.
15797 @item Customizing keystrokes for quick tagging and file operations.
15798 @item Undo and browse history of undoable commands.
15799 @end itemize")
15800 (license license:gpl3+))))
15801
15802 (define-public emacs-wgrep-helm
15803 ;; `emacs-wgrep-helm' was mistakenly added.
15804 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
15805
15806 (define-public emacs-mu4e-conversation
15807 (let ((commit "98110bb9c300fc9866dee8e0023355f9f79c9b96")
15808 (revision "5"))
15809 (package
15810 (name "emacs-mu4e-conversation")
15811 (version (git-version "0.0.1" revision commit))
15812 (source
15813 (origin
15814 (method git-fetch)
15815 (uri (git-reference
15816 (url "https://gitlab.com/Ambrevar/mu4e-conversation.git")
15817 (commit commit)))
15818 (file-name (git-file-name name version))
15819 (sha256
15820 (base32
15821 "080s96jkcw2p288sp1vgds91rgl693iz6hi2dv56p2ih0nnivwlg"))))
15822 (build-system emacs-build-system)
15823 (propagated-inputs
15824 `(("mu" ,mu)))
15825 (home-page
15826 "https://gitlab.com/Ambrevar/mu4e-conversation")
15827 (synopsis
15828 "Show a complete thread in a single buffer")
15829 (description
15830 "This package offers an alternate view to mu4e's e-mail display. It
15831 shows all e-mails of a thread in a single view, where each correspondent has
15832 their own face. Threads can be displayed linearly (in which case e-mails are
15833 displayed in chronological order) or as an Org document where the node tree
15834 maps the thread tree.")
15835 (license license:gpl3+))))
15836
15837 (define-public emacs-pinentry
15838 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
15839 (revision "1"))
15840 (package
15841 (name "emacs-pinentry")
15842 (version (git-version "0.1" revision commit))
15843 (source
15844 (origin
15845 (method url-fetch)
15846 (uri (string-append
15847 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
15848 "/packages/pinentry/pinentry.el?id=" commit))
15849 (file-name (string-append "pinentry.el"))
15850 (sha256
15851 (base32
15852 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
15853 (build-system emacs-build-system)
15854 (propagated-inputs
15855 `(("gnupg" ,gnupg)))
15856 (home-page "https://elpa.gnu.org/packages/pinentry.html")
15857 (synopsis "GnuPG Pinentry server implementation")
15858 (description
15859 "This package allows GnuPG passphrase to be prompted through the
15860 minibuffer instead of graphical dialog.
15861
15862 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
15863 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
15864 server with @code{M-x pinentry-start}.")
15865 (license license:gpl3+))))
15866
15867 (define-public emacs-so-long
15868 (let ((commit "cfae473b1bf65f78ddb015159e667ec0103d881c")
15869 (revision "2"))
15870 (package
15871 (name "emacs-so-long")
15872 (version (git-version "1.0" revision commit))
15873 (source
15874 (origin
15875 (method git-fetch)
15876 (uri (git-reference
15877 (url "https://git.savannah.gnu.org/git/so-long.git")
15878 (commit commit)))
15879 (file-name (git-file-name name version))
15880 (sha256
15881 (base32
15882 "0g943n5cl9lz5s7hszg6yvp10xd1xvd8mfgxyg0yckmp8fqkswin"))))
15883 (build-system emacs-build-system)
15884 (home-page "https://www.emacswiki.org/emacs/SoLong")
15885 (synopsis "Improve performance in files with long lines")
15886 (description "This package improves the performance of Emacs when
15887 viewing files with long lines.")
15888 (license license:gpl3+))))
15889
15890 (define-public emacs-github-review
15891 (let ((commit "a13a3b4f1b6114a32af843971a145ab880f51232")
15892 (revision "2"))
15893 (package
15894 (name "emacs-github-review")
15895 (version (git-version "0.1" revision commit))
15896 (source
15897 (origin
15898 (method git-fetch)
15899 (uri (git-reference
15900 (url "https://github.com/charignon/github-review")
15901 (commit commit)))
15902 (file-name (git-file-name name version))
15903 (sha256
15904 (base32
15905 "0injfpxzgfhmqalba845j5l5cdcxxqz43knhxwinf36g52nfabl0"))))
15906 (build-system emacs-build-system)
15907 (inputs
15908 `(("emacs-dash" ,emacs-dash)
15909 ("emacs-s" ,emacs-s)
15910 ("emacs-ghub" ,emacs-ghub)))
15911 (native-inputs
15912 `(("emacs-buttercup" ,emacs-buttercup)
15913 ("emacs-undercover" ,emacs-undercover)))
15914 (arguments
15915 `(#:tests? #t
15916 #:test-command '("buttercup" "-L" "test/github-review-test.el")))
15917 (home-page "https://github.com/charignon/github-review")
15918 (synopsis "Review GitHub pull requests within Emacs")
15919 (description "This package provides commands to pull in, comment on, and
15920 accept and reject GitHub pull requests.")
15921 (license license:gpl3+))))
15922
15923 (define-public emacs-deadgrep
15924 (let ((commit "3fc7ca1f58e190f0c80da455a0e40187e673020e")
15925 (revision "2"))
15926 (package
15927 (name "emacs-deadgrep")
15928 (version (git-version "0.8" revision commit))
15929 (source
15930 (origin
15931 (method git-fetch)
15932 (uri (git-reference
15933 (url "https://github.com/Wilfred/deadgrep")
15934 (commit commit)))
15935 (file-name (git-file-name name version))
15936 (sha256
15937 (base32
15938 "016gwqxd9aqzjw3hqv3vdf8cs6la8r65g6azg5rlmjqwfx3vsaha"))))
15939 (build-system emacs-build-system)
15940 (inputs
15941 `(("emacs-dash" ,emacs-dash)
15942 ("emacs-s" ,emacs-s)
15943 ("emacs-spinner" ,emacs-spinner)))
15944 (home-page "https://github.com/Wilfred/deadgrep")
15945 (synopsis "Frontend for @code{ripgrep}")
15946 (description "This package provides an Emacs interface for performing
15947 searches with @code{ripgrep}.")
15948 (license license:gpl3+))))
15949
15950 (define-public emacs-focus
15951 (let ((commit "ab42b8779929beeb7878c7fb3d3ccd80d9327c7f")
15952 (version "0.1.1")
15953 (revision "1"))
15954 (package
15955 (name "emacs-focus")
15956 (version (git-version version revision commit))
15957 (source
15958 (origin
15959 (method git-fetch)
15960 (uri (git-reference
15961 (url "https://github.com/larstvei/Focus")
15962 (commit commit)))
15963 (file-name (git-file-name name version))
15964 (sha256
15965 (base32
15966 "079v1syid7h2vr2ya6hs6hl0pgj60qdsw60mqw4cj2zllmkrkwj4"))))
15967 (build-system emacs-build-system)
15968 (home-page "https://github.com/larstvei/Focus")
15969 (synopsis "Minor mode for focusing in on relevant text")
15970 (description "This package provides a minor mode that dims the color of
15971 text in neighboring sections.")
15972 (license license:gpl3+))))
15973
15974 (define-public emacs-pandoc-mode
15975 (package
15976 (name "emacs-pandoc-mode")
15977 (version "2.27.2")
15978 (source
15979 (origin
15980 (method git-fetch)
15981 (uri (git-reference
15982 (url "https://github.com/joostkremers/pandoc-mode")
15983 (commit version)))
15984 (file-name (git-file-name name version))
15985 (sha256
15986 (base32
15987 "04bqc7mhgkfks3nsvimd3rrriv4nqbksmv5ahlbbd03aqa2b0vrv"))))
15988 (build-system emacs-build-system)
15989 (propagated-inputs
15990 `(("emacs-dash" ,emacs-dash)
15991 ("emacs-hydra" ,emacs-hydra)))
15992 (home-page "https://github.com/joostkremers/pandoc-mode")
15993 (synopsis "Minor mode for interacting with Pandoc")
15994 (description "This package provides a Hydra menu for interacting with the
15995 Pandoc, the document-conversion tool.")
15996 (license license:bsd-3)))
15997
15998 (define-public emacs-ccls
15999 (let ((commit "aab3e31fd716daf59f9794e62d473357263e8cc0")
16000 (revision "4"))
16001 (package
16002 (name "emacs-ccls")
16003 (version (git-version "0.1" revision commit))
16004 (source
16005 (origin
16006 (method git-fetch)
16007 (uri (git-reference
16008 (url "https://github.com/MaskRay/emacs-ccls")
16009 (commit commit)))
16010 (file-name (git-file-name name version))
16011 (sha256
16012 (base32
16013 "1ykgw21ypyhwlyflppjcgqrj1xw4d9rld4z65qvwhk3f12cv113j"))))
16014 (build-system emacs-build-system)
16015 (propagated-inputs
16016 `(("ccls" ,ccls)
16017 ("emacs-dash" ,emacs-dash)
16018 ("emacs-projectile" ,emacs-projectile)
16019 ("emacs-lsp-mode" ,emacs-lsp-mode)))
16020 (home-page "https://github.com/MaskRay/emacs-ccls")
16021 (synopsis "Emacs support for the @code{ccls} language server")
16022 (description "This package extends @code{lsp-mode} to work with @code{C}
16023 and @code{C++} files through the @code{ccls} language server.")
16024 (license license:expat))))
16025
16026 (define-public emacs-org-brain
16027 (package
16028 (name "emacs-org-brain")
16029 (version "0.5")
16030 (source
16031 (origin
16032 (method git-fetch)
16033 (uri (git-reference
16034 (url "https://github.com/Kungsgeten/org-brain.git")
16035 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
16036 (file-name (git-file-name name version))
16037 (sha256
16038 (base32
16039 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
16040 (build-system emacs-build-system)
16041 (home-page "https://github.com/Kungsgeten/org-brain")
16042 (synopsis "Org-mode wiki and concept-mapping for Emacs")
16043 (description "@code{emacs-org-brain} implements a variant of concept
16044 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
16045 org-mode entries, where each entry is a file or a headline, and you can get a
16046 visual overview of the relationships between the entries: parents, children,
16047 siblings and friends. This visual overview can also be used to browse your
16048 entries. You can think of entries as nodes in a mind map, or pages in a
16049 wiki.")
16050 (license license:expat)))
16051
16052 (define-public emacs-recent-addresses
16053 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
16054 (revision "1"))
16055 (package
16056 (name "emacs-recent-addresses")
16057 (home-page "http://nschum.de/src/emacs/recent-addresses/")
16058 (version (git-version "0.1" revision commit))
16059 (source (origin
16060 (method git-fetch)
16061 (uri (git-reference
16062 ;; Note: Use a branch that works with Helm. Submitted
16063 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
16064 (url "https://github.com/civodul/recent-addresses.el")
16065 (commit commit)))
16066 (sha256
16067 (base32
16068 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
16069 (file-name (git-file-name name version))))
16070 (build-system emacs-build-system)
16071 (synopsis "Record recently-used email addressed and auto-complete them")
16072 (description
16073 "@code{recent-addresses} is an Emacs package that allows you to quickly
16074 look up previously used email addresses. It can be used alongside the Gnus
16075 email client.")
16076 (license license:gpl2+))))
16077
16078 (define-public emacs-fold-dwim
16079 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
16080 (revision "0"))
16081 (package
16082 (name "emacs-fold-dwim")
16083 (version (git-version "1.2" revision commit))
16084 (home-page "https://github.com/emacsattic/fold-dwim")
16085 (source (origin
16086 (method git-fetch)
16087 (uri (git-reference (url home-page) (commit commit)))
16088 (sha256
16089 (base32
16090 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
16091 (file-name (git-file-name name version))))
16092 (build-system emacs-build-system)
16093 (synopsis "Unified user interface for Emacs folding modes")
16094 (description
16095 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
16096 can do different things depending on the context. In this package, it means
16097 that, if the cursor is in a currently hidden folded construction, we want to
16098 show it; if it's not, we want to hide whatever fold the cursor is in.")
16099 (license license:gpl2+))))
16100
16101 (define-public emacs-markup-faces
16102 (package
16103 (name "emacs-markup-faces")
16104 (version "1.0.0")
16105 (source
16106 (origin
16107 (method url-fetch)
16108 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
16109 version ".el"))
16110 (sha256
16111 (base32
16112 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
16113 (build-system emacs-build-system)
16114 (home-page "https://github.com/sensorflo/markup-faces")
16115 (synopsis "Collection of Emacs faces for markup language modes")
16116 (description "emacs-markup-faces is like font-lock-faces, but tailored for
16117 markup languages instead programming languages. The sub group markup-faces-text
16118 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
16119 common look and feel, or let's say theme, across different markup language modes
16120 and 'text viewing modes' respectively.")
16121 (license license:gpl3+)))
16122
16123 (define-public emacs-adoc-mode
16124 (package
16125 (name "emacs-adoc-mode")
16126 (version "0.6.6")
16127 (source
16128 (origin
16129 (method git-fetch)
16130 (uri (git-reference
16131 (url "https://github.com/sensorflo/adoc-mode.git")
16132 (commit (string-append "V" version))))
16133 (file-name (git-file-name name version))
16134 (sha256
16135 (base32
16136 "0kp2aafjhqxz3mjr9hkkss85r4n51chws5a2qj1xzb63dh36liwm"))))
16137 (build-system emacs-build-system)
16138 (arguments
16139 `(#:phases
16140 (modify-phases %standard-phases
16141 ;; See: https://github.com/sensorflo/adoc-mode/issues/39.
16142 (add-after 'unpack 'disable-failing-tests
16143 (lambda _
16144 (let-syntax
16145 ((disable-tests
16146 (syntax-rules ()
16147 ((_ file ())
16148 (syntax-error "test names list must not be empty"))
16149 ((_ file (test-name ...))
16150 (substitute* file
16151 (((string-append "^\\(ert-deftest " test-name ".*") all)
16152 (string-append all "(skip-unless nil)\n")) ...)))))
16153 (disable-tests "adoc-mode-test.el"
16154 ("adoctest-test-tempo-delimited-blocks"
16155 "adoctest-test-tempo-macros"
16156 "adoctest-test-tempo-paragraphs"
16157 "adoctest-test-tempo-passthroug-macros"
16158 "adoctest-test-tempo-quotes")))
16159 #t)))
16160 #:tests? #t
16161 #:test-command '("emacs" "-Q" "-batch"
16162 "-l" "adoc-mode-test.el"
16163 "-f" "ert-run-tests-batch-and-exit")))
16164 (propagated-inputs
16165 `(("emacs-markup-faces" ,emacs-markup-faces)))
16166 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
16167 (synopsis "AsciiDoc mode for Emacs")
16168 (description "This package provides an Emacs major mode for editing AsciiDoc
16169 files. It focuses on highlighting the document to improve readability.")
16170 (license license:gpl2+)))
16171
16172 (define-public emacs-rust-mode
16173 (package
16174 (name "emacs-rust-mode")
16175 (version "0.4.0")
16176 (source (origin
16177 (method git-fetch)
16178 (uri (git-reference
16179 (url "https://github.com/rust-lang/rust-mode")
16180 (commit version)))
16181 (file-name (git-file-name name version))
16182 (sha256
16183 (base32
16184 "0bcrklyicxh032rrp585rl5mxd26nb61dp6r5bl935rlcmxzsczh"))))
16185 (build-system emacs-build-system)
16186 (arguments
16187 `(#:phases
16188 (modify-phases %standard-phases
16189 (replace 'check
16190 (lambda _
16191 (invoke "sh" "run_rust_emacs_tests.sh"))))))
16192 (home-page "https://github.com/rust-lang/rust-mode")
16193 (synopsis "Major Emacs mode for editing Rust source code")
16194 (description "This package provides a major Emacs mode for editing Rust
16195 source code.")
16196 (license (list license:expat
16197 license:asl2.0))))
16198
16199 (define-public emacs-ztree
16200 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
16201 (package
16202 (name "emacs-ztree")
16203 (version (git-version "1.0.5" "1" commit))
16204 (source
16205 (origin
16206 (method git-fetch)
16207 (uri (git-reference
16208 (url "https://github.com/fourier/ztree")
16209 (commit commit)))
16210 (file-name (git-file-name name version))
16211 (sha256
16212 (base32
16213 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
16214 (build-system emacs-build-system)
16215 (home-page "https://github.com/fourier/ztree")
16216 (synopsis "Directory tree comparison mode for Emacs")
16217 (description "Ztree is a project dedicated to implementation of several
16218 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
16219 @command{ztree-diff} and @command{ztree-dir} (the basis of
16220 @command{ztree-diff}).")
16221 (license license:gpl3))))
16222
16223 (define-public emacs-helm-org-contacts
16224 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
16225 (package
16226 (name "emacs-helm-org-contacts")
16227 (version (git-version "20180707" "1" commit))
16228 (source
16229 (origin
16230 (method git-fetch)
16231 (uri (git-reference
16232 (url "https://github.com/tmalsburg/helm-org-contacts")
16233 (commit commit)))
16234 (file-name (git-file-name name version))
16235 (sha256
16236 (base32
16237 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
16238 (build-system emacs-build-system)
16239 (propagated-inputs
16240 `(("emacs-dash" ,emacs-dash)
16241 ("emacs-helm" ,emacs-helm)
16242 ("emacs-s" ,emacs-s)))
16243 (home-page "https://github.com/tmalsburg/helm-org-contacts")
16244 (synopsis "Helm source for org-contacts")
16245 (description "This Helm source can be used to search contacts stored in
16246 org-contacts format. There are actions for inserting postal addresses, email
16247 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
16248 was called.")
16249 (license license:gpl3))))
16250
16251 (define-public emacs-dired-du
16252 (package
16253 (name "emacs-dired-du")
16254 (version "0.5.2")
16255 (source
16256 (origin
16257 (method url-fetch)
16258 (uri (string-append
16259 "https://elpa.gnu.org/packages/dired-du-" version ".tar"))
16260 (sha256
16261 (base32 "0vhph7vcicsiq28b10h3b4dvnhckcy4gccpdgsad5j7pwa5k26m1"))))
16262 (build-system emacs-build-system)
16263 (home-page "https://elpa.gnu.org/packages/dired-du.html")
16264 (synopsis "Dired with recursive directory sizes")
16265 (description
16266 "Display the recursive size of directories in Dired.
16267 This file defines a minor mode @command{dired-du-mode} to show the recursive
16268 size of directories in Dired buffers. If @command{du} program is available,
16269 then the directory sizes are obtained with it. Otherwise, the directory sizes
16270 are obtained with Lisp. The former is faster and provide a more precise
16271 value. For directories where the user doesn't have read permission, the
16272 recursive size is not obtained. Once this mode is enabled, every new Dired
16273 buffer displays recursive dir sizes.")
16274 (license license:gpl3+)))
16275
16276 (define-public emacs-dired-rsync
16277 (package
16278 (name "emacs-dired-rsync")
16279 (version "0.4")
16280 (source (origin
16281 (method git-fetch)
16282 (uri (git-reference
16283 (url "https://github.com/stsquad/dired-rsync.git")
16284 (commit version)))
16285 (file-name (git-file-name name version))
16286 (sha256
16287 (base32
16288 "0jzbn0izxqgz719gb6fpr60zbcb6w1ama13ngpvrig82nlhs37fv"))))
16289 (build-system emacs-build-system)
16290 (propagated-inputs
16291 `(("emacs-s" ,emacs-s)
16292 ("emacs-dash" ,emacs-dash)))
16293 (home-page "https://github.com/stsquad/dired-rsync/")
16294 (synopsis "Support for rsync from Emacs dired buffers")
16295 (description "This package adds a single command @code{dired-rsync} which
16296 allows the user to copy marked files in a dired buffer via @code{rsync}. This
16297 is useful, especially for large files, because the copy happens in the
16298 background and doesn’t lock up Emacs. It is also more efficient than using
16299 tramps own encoding methods for moving data between systems.")
16300 (license license:gpl3+)))
16301
16302 (define-public emacs-pcre2el
16303 ;; Last release is very old so we get the latest commit.
16304 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
16305 (package
16306 (name "emacs-pcre2el")
16307 (version (git-version "1.8" "1" commit))
16308 (source
16309 (origin
16310 (method git-fetch)
16311 (uri (git-reference
16312 (url "https://github.com/joddie/pcre2el")
16313 (commit commit)))
16314 (file-name (git-file-name name version))
16315 (sha256
16316 (base32
16317 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
16318 (build-system emacs-build-system)
16319 (home-page "https://github.com/joddie/pcre2el")
16320 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
16321 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
16322 Tools) is a utility for working with regular expressions in Emacs, based on a
16323 recursive-descent parser for regexp syntax. In addition to converting (a
16324 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
16325
16326 @itemize
16327 @item convert Emacs syntax to PCRE
16328 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
16329 @item untangle complex regexps by showing the parse tree in @code{rx} form and
16330 highlighting the corresponding chunks of code
16331 @item show the complete list of strings (productions) matching a regexp,
16332 provided the list is finite
16333 @item provide live font-locking of regexp syntax (so far only for Elisp
16334 buffers – other modes on the TODO list).
16335 @end itemize\n")
16336 (license license:gpl3))))
16337
16338 (define-public emacs-magit-todos
16339 (package
16340 (name "emacs-magit-todos")
16341 (version "1.4.1")
16342 (source
16343 (origin
16344 (method git-fetch)
16345 (uri (git-reference
16346 (url "https://github.com/alphapapa/magit-todos")
16347 (commit version)))
16348 (file-name (git-file-name name version))
16349 (sha256
16350 (base32
16351 "1rcl6j53yabxqk3jzgaxvm3wqq7rayf1hdib2v2fapw5b0layym6"))))
16352 (build-system emacs-build-system)
16353 (propagated-inputs
16354 `(("emacs-async" ,emacs-async)
16355 ("emacs-dash" ,emacs-dash)
16356 ("emacs-f" ,emacs-f)
16357 ("emacs-hl-todo" ,emacs-hl-todo)
16358 ("magit" ,emacs-magit)
16359 ("emacs-pcre2el" ,emacs-pcre2el)
16360 ("emacs-s" ,emacs-s)))
16361 (home-page "https://github.com/alphapapa/magit-todos")
16362 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
16363 (description "This package displays keyword entries from source code
16364 comments and Org files in the Magit status buffer. Activating an item jumps
16365 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
16366 few (like NOTE).")
16367 (license license:gpl3)))
16368
16369 (define-public emacs-git-annex
16370 ;; Unreleased version has a fontification fix.
16371 (let ((commit "1324d3f23c534fe79391a2c256bb8803054e383b")
16372 (revision "2"))
16373 (package
16374 (name "emacs-git-annex")
16375 (version (git-version "1.1" revision commit))
16376 (source
16377 (origin
16378 (method git-fetch)
16379 (uri (git-reference
16380 (url "https://github.com/jwiegley/git-annex-el")
16381 (commit commit)))
16382 (file-name (git-file-name name version))
16383 (sha256
16384 (base32
16385 "1lfky2nsrlndlbvk6vwbswnvbvkz1sxgg0n3r5q6xykdkjym0lrh"))))
16386 (build-system emacs-build-system)
16387 (home-page "https://github.com/jwiegley/git-annex-el")
16388 (synopsis "Emacs integration for git-annex")
16389 (description "Enhances Dired and buffers visiting annex files with
16390 git-annex functionality. In Dired, the names of annex files are shortened by
16391 hiding the symbolic links and fontified based on whether content is present.
16392 Commands for performing some common operations (e.g., unlocking and adding
16393 files) are provided.")
16394 (license license:gpl2+))))
16395
16396 (define-public emacs-hackernews
16397 (let ((commit "2362d7b00e59da7caddc8c0adc24dccb42fddef9")
16398 (revision "2"))
16399 (package
16400 (name "emacs-hackernews")
16401 (version (git-version "0.5.0" revision commit))
16402 (source
16403 (origin
16404 (method git-fetch)
16405 (uri (git-reference
16406 (url "https://github.com/clarete/hackernews.el")
16407 (commit commit)))
16408 (file-name (git-file-name name version))
16409 (sha256
16410 (base32
16411 "1hcc5b173yzcvvd2ls3jxrmsw2w9bi21m9hcpcirkn0nh93ywadv"))))
16412 (build-system emacs-build-system)
16413 (home-page "https://github.com/clarete/hackernews.el")
16414 (synopsis "Hacker News client for Emacs")
16415 (description "The @command{hackernews} package is able to fetch stories
16416 from six different Hacker News feeds, namely top, new, best, ask, show and job
16417 stories. The default feed is top stories, which corresponds to the Hacker
16418 News homepage.")
16419 (license license:gpl3))))
16420
16421 (define-public emacs-youtube-dl
16422 (let ((commit "af877b5bc4f01c04fccfa7d47a2c328926f20ef4")
16423 (revision "2"))
16424 (package
16425 (name "emacs-youtube-dl")
16426 (version (git-version "1.0" "2" commit))
16427 (source
16428 (origin
16429 (method git-fetch)
16430 (uri (git-reference
16431 (url "https://github.com/skeeto/youtube-dl-emacs/")
16432 (commit commit)))
16433 (file-name (git-file-name name version))
16434 (sha256
16435 (base32
16436 "0zkl9jkjbx0lmp9ylv4rqg1zwqibk053s4rp7s1h0i18nzk7vn8j"))))
16437 (build-system emacs-build-system)
16438 (inputs
16439 `(("youtube-dl" ,youtube-dl)))
16440 (arguments
16441 `(#:phases
16442 (modify-phases %standard-phases
16443 (add-after 'unpack 'configure
16444 (lambda* (#:key inputs #:allow-other-keys)
16445 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
16446 ;; .el is read-only in git.
16447 (chmod "youtube-dl.el" #o644)
16448 ;; Specify the absolute file names of the various
16449 ;; programs so that everything works out-of-the-box.
16450 (emacs-substitute-variables
16451 "youtube-dl.el"
16452 ("youtube-dl-program"
16453 (string-append youtube-dl "/bin/youtube-dl")))))))))
16454 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
16455 (synopsis "Emacs youtube-dl download manager")
16456 (description "This package manages a video download queue for
16457 @command{youtube-dl}, which serves as the back end. It manages a single
16458 @command{youtube-dl} subprocess, downloading one video at a time. New videos
16459 can be queued at any time.")
16460 (license license:unlicense))))
16461
16462 (define-public emacs-org-web-tools
16463 (package
16464 (name "emacs-org-web-tools")
16465 (version "1.0")
16466 (source
16467 (origin
16468 (method git-fetch)
16469 (uri (git-reference
16470 (url "https://github.com/alphapapa/org-web-tools")
16471 (commit version)))
16472 (file-name (git-file-name name version))
16473 (sha256
16474 (base32
16475 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
16476 (build-system emacs-build-system)
16477 (propagated-inputs
16478 `(("emacs-dash" ,emacs-dash)
16479 ("emacs-esxml" ,emacs-esxml)
16480 ("emacs-s" ,emacs-s)))
16481 (inputs
16482 `(("pandoc" ,ghc-pandoc)))
16483 (arguments
16484 `(#:phases
16485 (modify-phases %standard-phases
16486 (add-after 'unpack 'patch-exec-paths
16487 (lambda* (#:key inputs #:allow-other-keys)
16488 (let ((pandoc (assoc-ref inputs "pandoc")))
16489 (substitute* "org-web-tools.el"
16490 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
16491 #t))))))
16492 (home-page "https://github.com/alphapapa/org-web-tools")
16493 (synopsis "Display/Process web page as Org-mode content")
16494 (description "This package contains library functions and commands useful
16495 for retrieving web page content and processing it into Org-mode content.
16496
16497 For example, you can copy a URL to the clipboard or kill-ring, then run a
16498 command that downloads the page, isolates the “readable” content with
16499 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
16500 displays it in an Org-mode buffer. Another command does all of that but
16501 inserts it as an Org entry instead of displaying it in a new buffer.")
16502 (license license:gpl3+)))
16503
16504 (define-public emacs-blimp
16505 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
16506 (package
16507 (name "emacs-blimp")
16508 (version (git-version "0.0.0" "1" commit))
16509 (source
16510 (origin
16511 (method git-fetch)
16512 (uri (git-reference
16513 (url "https://github.com/walseb/blimp")
16514 (commit commit)))
16515 (file-name (git-file-name name version))
16516 (sha256
16517 (base32
16518 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
16519 (build-system emacs-build-system)
16520 (propagated-inputs
16521 `(("emacs-eimp" ,emacs-eimp)))
16522 (home-page "https://github.com/walseb/blimp")
16523 (synopsis "Emacs wrapper around all Imagemagick commands")
16524 (description "Blimp (Bustling Image Manipulation Package) is a complete
16525 wrapper around all Imagemagick commands with descriptions, autocompletion (for
16526 some commands) and hints displayed in prompt using @command{eimp.el} to
16527 execute its commands and resize images.")
16528 (license license:gpl3+))))
16529
16530 (define-public emacs-synosaurus
16531 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
16532 (package
16533 (name "emacs-synosaurus")
16534 (version (git-version "0.1.0" "1" commit))
16535 (source
16536 (origin
16537 (method git-fetch)
16538 (uri (git-reference
16539 (url "https://github.com/hpdeifel/synosaurus")
16540 (commit commit)))
16541 (file-name (git-file-name name version))
16542 (sha256
16543 (base32
16544 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
16545 (build-system emacs-build-system)
16546 (propagated-inputs
16547 `(("wordnet" ,wordnet)))
16548 (arguments
16549 `(#:phases
16550 (modify-phases %standard-phases
16551 (add-after 'unpack 'configure
16552 (lambda* (#:key inputs outputs #:allow-other-keys)
16553 (let ((wn (assoc-ref inputs "wordnet")))
16554 ;; .el is read-only in git.
16555 (chmod "synosaurus-wordnet.el" #o644)
16556 ;; Specify the absolute file names of the various
16557 ;; programs so that everything works out-of-the-box.
16558 (emacs-substitute-variables
16559 "synosaurus-wordnet.el"
16560 ("wordnet-command"
16561 (string-append wn "/bin/wn")))))))))
16562 (home-page "https://github.com/hpdeifel/synosaurus")
16563 (synopsis "Extensible thesaurus mode for Emacs")
16564 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
16565 backends, including the @command{wordnet} offline backend.")
16566 (license license:gpl3+))))
16567
16568 (define-public emacs-editorconfig
16569 (package
16570 (name "emacs-editorconfig")
16571 (version "0.8.1")
16572 (source
16573 (origin
16574 (method git-fetch)
16575 (uri (git-reference
16576 (url "https://github.com/editorconfig/editorconfig-emacs")
16577 (commit (string-append "v" version))))
16578 (file-name (git-file-name name version))
16579 (sha256
16580 (base32
16581 "1djlhkap7zddknzvjsjz0agpfsms1ih05zcpg1bikid2vs4gddyr"))))
16582 (build-system emacs-build-system)
16583 (home-page "https://github.com/editorconfig/editorconfig-emacs")
16584 (synopsis "Define and maintain consistent coding styles between different
16585 editors and IDEs")
16586 (description "The EditorConfig project consists of a file format for
16587 defining coding styles and a collection of text editor plugins that enable
16588 editors to read the file format and adhere to defined styles. EditorConfig
16589 files are easily readable and they work nicely with version control systems.")
16590 (license license:gpl3+)))
16591
16592 (define-public emacs-all-the-icons
16593 (package
16594 (name "emacs-all-the-icons")
16595 (version "3.2.0")
16596 (source
16597 (origin
16598 (method git-fetch)
16599 (uri (git-reference
16600 (url "https://github.com/domtronn/all-the-icons.el.git")
16601 (commit version)))
16602 (file-name (git-file-name name version))
16603 (sha256
16604 (base32
16605 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
16606 (build-system emacs-build-system)
16607 (arguments
16608 `(#:include '("\\.el$" "^data/" "^fonts/")
16609 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
16610 ;; all-the-icons--root-code". Ignoring tests.
16611 #:exclude '("^test/")
16612 #:tests? #f))
16613 (propagated-inputs
16614 `(("f" ,emacs-f)
16615 ("memoize" ,emacs-memoize)))
16616 (home-page "https://github.com/domtronn/all-the-icons.el")
16617 (synopsis "Collect icon fonts and propertize them within Emacs")
16618 (description "All-the-icons is a utility package to collect various icon
16619 fonts and propertize them within Emacs. Icon fonts allow you to propertize
16620 and format icons the same way you would normal text. This enables things such
16621 as better scaling of and anti aliasing of the icons.")
16622 ;; Package is released under Expat license. Elisp files are licensed
16623 ;; under GPL3+. Fonts come with various licenses: Expat for
16624 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
16625 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
16626 ;; "ocitcons.ttf" and "weathericons.ttf".
16627 (license
16628 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
16629
16630 (define-public emacs-wttrin
16631 (let ((commit "df5427ce2a5ad4dab652dbb1c4a1834d7ddc2abc")
16632 (revision "1"))
16633 (package
16634 (name "emacs-wttrin")
16635 (version (git-version "0.2.0" revision commit))
16636 (source (origin
16637 (method git-fetch)
16638 (uri (git-reference
16639 (url "https://github.com/bcbcarl/emacs-wttrin.git")
16640 (commit commit)))
16641 (file-name (git-file-name name version))
16642 (sha256
16643 (base32
16644 "1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
16645 (build-system emacs-build-system)
16646 (propagated-inputs
16647 `(("emacs-xterm-color" ,emacs-xterm-color)))
16648 (home-page "https://github.com/bcbcarl/emacs-wttrin")
16649 (synopsis "Frontend for weather web service @url{wttr.in}")
16650 (description "This package provides local weather information from
16651 @url{wttr.in}.")
16652 (license license:expat))))
16653
16654 (define-public emacs-powerline
16655 (package
16656 (name "emacs-powerline")
16657 (version "2.4")
16658 (source
16659 (origin
16660 (method git-fetch)
16661 (uri (git-reference
16662 (url "https://github.com/milkypostman/powerline.git")
16663 (commit version)))
16664 (file-name (git-file-name name version))
16665 (sha256
16666 (base32
16667 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
16668 (build-system emacs-build-system)
16669 (home-page "https://github.com/milkypostman/powerline/")
16670 (synopsis "Mode-line plugin for Emacs")
16671 (description "Powerline is a utility plugin which allows you to create
16672 a better-looking, more functional Emacs mode-line. A collection of predefined
16673 themes comes with the package.")
16674 (license license:gpl3+)))
16675
16676 (define-public emacs-spaceline
16677 (package
16678 (name "emacs-spaceline")
16679 (version "2.0.1")
16680 (source
16681 (origin
16682 (method git-fetch)
16683 (uri (git-reference
16684 (url "https://github.com/TheBB/spaceline.git")
16685 (commit (string-append "v" version))))
16686 (file-name (git-file-name name version))
16687 (sha256
16688 (base32
16689 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
16690 (build-system emacs-build-system)
16691 (propagated-inputs
16692 `(("dash" ,emacs-dash)
16693 ("powerline" ,emacs-powerline)
16694 ("s" ,emacs-s)))
16695 (home-page "https://github.com/TheBB/spaceline")
16696 (synopsis "Powerline theme from Spacemacs")
16697 (description "Spaceline provides Spacemacs' mode-line theme.
16698 This package provides features for three kinds of users.
16699
16700 @itemize
16701 @item You just want to use the Spacemacs mode-line theme and forget about it.
16702 @item You want to use something similar to the Spacemacs mode-line theme, but
16703 with a handful of easy tweaks.
16704 @item You want an easy-to-use library for building your own mode-line from
16705 scratch, and you think the Spacemacs theme looks good.
16706 @end itemize")
16707 (license license:gpl3+)))
16708
16709 (define-public emacs-column-marker
16710 (package
16711 (name "emacs-column-marker")
16712 (version "9")
16713 (source
16714 (origin
16715 (method url-fetch)
16716 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
16717 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
16718 (build-system emacs-build-system)
16719 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
16720 (synopsis "Emacs mode for highlighting columns")
16721 (description
16722 "With @code{column-marker.el} you can highlight any number of text columns.
16723 Three such highlight column markers are provided by default. This is
16724 especially useful for languages like COBOL or Fortran where certain columns
16725 have special meaning. It is also handy for aligning text across long vertical
16726 distances. Multi-column characters, such as @kbd{TAB} are treated
16727 correctly.")
16728 (license license:gpl2+)))
16729
16730 (define-public emacs-slime-repl-ansi-color
16731 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
16732 (package
16733 (name "emacs-slime-repl-ansi-color")
16734 (version (git-version "0.0.0" "1" commit))
16735 (source (origin
16736 (method git-fetch)
16737 (uri (git-reference
16738 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
16739 (commit commit)))
16740 (file-name (git-file-name name version))
16741 (sha256
16742 (base32
16743 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
16744 (build-system emacs-build-system)
16745 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
16746 (synopsis "Color ANSI codes in the REPL of SLIME")
16747 (description "Color ANSI codes in the REPL of SLIME")
16748 (license license:gpl2+))))
16749
16750 (define-public emacs-helm-slime
16751 (package
16752 (name "emacs-helm-slime")
16753 (version "0.4.0")
16754 (source (origin
16755 (method git-fetch)
16756 (uri (git-reference
16757 (url "https://github.com/emacs-helm/helm-slime")
16758 (commit version)))
16759 (file-name (git-file-name name version))
16760 (sha256
16761 (base32
16762 "0mrpjhpijdrq353fnfvdj9l9xfsz390qlcvifcair9732ma7i8l0"))))
16763 (build-system emacs-build-system)
16764 (propagated-inputs
16765 `(("emacs-helm" ,emacs-helm)
16766 ("emacs-slime" ,emacs-slime)))
16767 (home-page "https://github.com/emacs-helm/helm-slime")
16768 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
16769 (description "Helm-SLIME defines a few new commands:
16770
16771 @itemize
16772 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
16773 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
16774 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
16775 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
16776 @end itemize\n")
16777 (license license:gpl3+)))
16778
16779 (define-public emacs-helm-sly
16780 (package
16781 (name "emacs-helm-sly")
16782 (version "0.4.1")
16783 (source (origin
16784 (method git-fetch)
16785 (uri (git-reference
16786 (url "https://github.com/emacs-helm/helm-sly")
16787 (commit version)))
16788 (file-name (git-file-name name version))
16789 (sha256
16790 (base32
16791 "0b2dx9nzh5233lkix3lz81c9cv626lk2hjpcjiikwvyp6y0q92ys"))))
16792 (build-system emacs-build-system)
16793 (propagated-inputs
16794 `(("emacs-helm" ,emacs-helm)
16795 ("emacs-sly" ,emacs-sly)))
16796 (home-page "https://github.com/emacs-helm/helm-sly")
16797 (synopsis "Helm for SLY, a Common Lisp interaction mode for Emacs")
16798 (description "Helm-SLY defines a few new commands:
16799
16800 @itemize
16801 @item helm-sly-list-connections: Yet another Lisp connection list with Helm.
16802 @item: helm-sly-apropos: Yet another @command{apropos} with Helm.
16803 @item helm-sly-mini: Like @command{helm-sly-list-connections}, but include an
16804 extra source of Lisp-related buffers, like the events buffer or the scratch
16805 buffer.
16806 @end itemize\n")
16807 (license license:gpl3+)))
16808
16809 (define-public emacs-gtk-look
16810 (package
16811 (name "emacs-gtk-look")
16812 (version "29")
16813 (source (origin
16814 (method url-fetch)
16815 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
16816 (sha256
16817 (base32
16818 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
16819 (build-system emacs-build-system)
16820 (arguments
16821 `(#:phases
16822 (modify-phases %standard-phases
16823 (add-after 'unpack 'configure
16824 (lambda _
16825 ;; File is read-only.
16826 (chmod "gtk-look.el" #o644)
16827 (emacs-substitute-variables "gtk-look.el"
16828 ("gtk-lookup-devhelp-indices"
16829 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
16830 #t)))))
16831 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
16832 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
16833 (description "@command{gtk-look} finds and displays HTML documentation for
16834 GTK, GNOME and Glib functions and variables in Emacs, similar to what
16835 info-lookup-symbol does for info files (C-h S). The documentation is expected
16836 to be devhelp indexes with HTML files. The location of the indexes can be
16837 customized. In addition to C code development @command{gtk-look} is good for
16838
16839 @itemize
16840 @item @command{perl-gtk2}, recognising class funcs like
16841 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
16842 @item @command{guile-gnome}, recognising methods like @command{set-text} and
16843 classes like @command{<gtk-window>}.
16844 @end itemize\n")
16845 (license license:gpl3+)))
16846
16847 (define-public emacs-ov
16848 (package
16849 (name "emacs-ov")
16850 (version "1.0.6")
16851 (source (origin
16852 (method git-fetch)
16853 (uri (git-reference
16854 (url "https://github.com/ShingoFukuyama/ov.el.git")
16855 (commit version)))
16856 (file-name (git-file-name name version))
16857 (sha256
16858 (base32
16859 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
16860 (build-system emacs-build-system)
16861 (home-page "https://github.com/ShingoFukuyama/ov.el")
16862 (synopsis "Overlay library for Emacs Lisp")
16863 (description "@code{ov.el} provides a simple way to manipulate overlays in
16864 Emacs.")
16865 (license license:gpl3+)))
16866
16867 (define-public emacs-matrix-client
16868 (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
16869 (package
16870 (name "emacs-matrix-client")
16871 (version (git-version "0.0.0" "4" commit))
16872 (source (origin
16873 (method git-fetch)
16874 (uri (git-reference
16875 (url "https://github.com/jgkamat/matrix-client-el.git")
16876 (commit commit)))
16877 (file-name (git-file-name name version))
16878 (sha256
16879 (base32
16880 "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
16881 (build-system emacs-build-system)
16882 (arguments
16883 `(#:phases
16884 (modify-phases %standard-phases
16885 (add-after 'unpack 'add-missing-require
16886 ;; Fix a filter error at runtime due to a missing require.
16887 ;; Reported upstream:
16888 ;; <https://github.com/alphapapa/matrix-client.el/issues/76>
16889 (lambda _
16890 (substitute* "matrix-client-room.el"
16891 (("\\(require 'dash-functional\\)" all)
16892 (string-append all "\n" "(require 'anaphora)")))
16893 #t)))))
16894 (propagated-inputs
16895 `(("a" ,emacs-a)
16896 ("anaphora" ,emacs-anaphora)
16897 ("dash" ,emacs-dash)
16898 ("esxml" ,emacs-esxml)
16899 ("f" ,emacs-f)
16900 ("frame-purpose" ,emacs-frame-purpose)
16901 ("ht" ,emacs-ht)
16902 ("ov" ,emacs-ov)
16903 ("rainbow-identifiers" ,emacs-rainbow-identifiers)
16904 ("request" ,emacs-request)
16905 ("s" ,emacs-s)
16906 ("tracking" ,emacs-tracking)))
16907 (home-page "https://github.com/jgkamat/matrix-client-el")
16908 (synopsis "Matrix client for Emacs")
16909 (description "@code{matrix-client} is a simple chat UI to Matrix.org
16910 rooms. It also provides an API which allows Emacs to seamlessly create
16911 RPC channels with users and other software.")
16912 (license license:gpl3+))))
16913
16914 (define-public emacs-sesman
16915 (package
16916 (name "emacs-sesman")
16917 (version "0.3.4")
16918 (source
16919 (origin
16920 (method git-fetch)
16921 (uri (git-reference
16922 (url "https://github.com/vspinu/sesman.git")
16923 (commit (string-append "v" version))))
16924 (file-name (git-file-name name version))
16925 (sha256
16926 (base32
16927 "0z5jb4vpbjsi63w3wjy6d2lgz33qdfvrgfb3bszv4hcf6a96y7fc"))))
16928 (build-system emacs-build-system)
16929 (arguments
16930 `(#:phases
16931 (modify-phases %standard-phases
16932 (add-after 'unpack 'set-shell
16933 ;; Setting the SHELL environment variable is required for the tests
16934 ;; to find sh.
16935 (lambda _
16936 (setenv "SHELL" (which "sh"))
16937 #t)))
16938 #:tests? #t
16939 #:test-command '("make" "test")))
16940 (home-page "https://github.com/vspinu/sesman")
16941 (synopsis "Session manager for Emacs based IDEs")
16942 (description "Sesman provides facilities for session management and
16943 interactive session association with the current contexts (project, directory,
16944 buffers). While sesman can be used to manage arbitrary sessions, it primary
16945 targets the Emacs based IDEs (CIDER, ESS, Geiser, Robe, SLIME etc.)")
16946 (license license:gpl3+)))
16947
16948 (define-public emacs-buttercup
16949 (package
16950 (name "emacs-buttercup")
16951 (version "1.16")
16952 (source
16953 (origin
16954 (method git-fetch)
16955 (uri (git-reference
16956 (url "https://github.com/jorgenschaefer/emacs-buttercup.git")
16957 (commit (string-append "v" version))))
16958 (file-name (git-file-name name version))
16959 (sha256
16960 (base32
16961 "0dckgcyzsav6ld78bcyrrygy1cz1jvqgav6vy8f6klpmk3r8xrl1"))))
16962 (build-system emacs-build-system)
16963 (arguments
16964 `(#:tests? #t
16965 #:test-command '("make" "test")
16966 #:phases
16967 (modify-phases %standard-phases
16968 (add-after 'install 'install-bin
16969 (lambda* (#:key outputs #:allow-other-keys)
16970 (install-file "bin/buttercup"
16971 (string-append (assoc-ref outputs "out") "/bin"))
16972 #t)))))
16973 (home-page "https://github.com/jorgenschaefer/emacs-buttercup")
16974 (synopsis "Behavior driven emacs lisp testing framework")
16975 (description "Buttercup is a behavior-driven development framework for
16976 testing Emacs Lisp code. It allows to group related tests so they can share
16977 common set-up and tear-down code, and allows the programmer to \"spy\" on
16978 functions to ensure they are called with the right arguments during testing.")
16979 (license license:gpl3+)))
16980
16981 (define-public emacs-wordnut
16982 (let ((commit "feac531404041855312c1a046bde7ea18c674915")
16983 (revision "0"))
16984 (package
16985 (name "emacs-wordnut")
16986 (version (git-version "0.1" revision commit))
16987 (home-page "https://github.com/gromnitsky/wordnut")
16988 (source (origin
16989 (method git-fetch)
16990 (uri (git-reference (url home-page) (commit commit)))
16991 (sha256
16992 (base32
16993 "1jl0b6g64a9w0q7bfvwha67vgws5xd15b7mkfyb5gkz3pymqhfxn"))
16994 (patches
16995 (search-patches "emacs-wordnut-require-adaptive-wrap.patch"))
16996 (file-name (git-file-name name version))))
16997 (build-system emacs-build-system)
16998 (propagated-inputs
16999 `(("wordnet" ,wordnet)
17000 ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
17001 (synopsis "Major mode for WordNet")
17002 (description "This Emacs package provides an interface for
17003 @code{wordnet}. Features include completion, if the query is not found
17004 too ambiguous and navigation in the result buffer.")
17005 (license license:gpl3+))))
17006
17007 (define-public emacs-frame-purpose
17008 (package
17009 (name "emacs-frame-purpose")
17010 (version "1.0")
17011 (source (origin
17012 (method git-fetch)
17013 (uri (git-reference
17014 (url "https://github.com/alphapapa/frame-purpose.el.git")
17015 (commit version)))
17016 (sha256
17017 (base32
17018 "0jq2aam1yvccw887ighd1wm2xkvk5bv53ffiz3crcl16a255aj4q"))
17019 (file-name (git-file-name name version))))
17020 (build-system emacs-build-system)
17021 (inputs
17022 `(("dash" ,emacs-dash)))
17023 (synopsis "Purpose-specific frames for Emacs")
17024 (description "@code{frame-purpose} makes it easy to open purpose-specific
17025 frames that only show certain buffers, e.g. by buffers’ major mode, their
17026 filename or directory, etc, with custom frame/X-window titles, icons, and
17027 other frame parameters.")
17028 (home-page "https://github.com/alphapapa/frame-purpose.el")
17029 (license license:gpl3+)))
17030
17031 (define-public emacs-arduino-mode
17032 (let ((commit "3e2bad4569ad26e929e6db2cbcff0d6d36812698")) ;no release yet
17033 (package
17034 (name "emacs-arduino-mode")
17035 (version (git-version "0" "0" commit))
17036 (source (origin
17037 (method git-fetch)
17038 (uri (git-reference
17039 (url "https://github.com/bookest/arduino-mode.git")
17040 (commit commit)))
17041 (sha256
17042 (base32
17043 "1yvaqjc9hadbnnay5fprnh890xsp53kidad1zpb4a5z4a5z61n3c"))
17044 (file-name (git-file-name name version))))
17045 (build-system emacs-build-system)
17046 (synopsis "Emacs major mode for editing Arduino sketches")
17047 (description "Emacs major mode for editing Arduino sketches.")
17048 (home-page "https://github.com/bookest/arduino-mode")
17049 (license license:gpl3+))))
17050
17051 (define-public emacs-annalist
17052 (let ((commit "e0601539c9ac0171a684ea3ff6266d215d1d08e6")
17053 (revision "1"))
17054 (package
17055 (name "emacs-annalist")
17056 (version (git-version "1.0.0" revision commit))
17057 (source (origin
17058 (method git-fetch)
17059 (uri (git-reference
17060 (url "https://github.com/noctuid/annalist.el.git")
17061 (commit commit)))
17062 (sha256
17063 (base32
17064 "10bmimdzpi6cql4sb2hbgdvrza83xbac50bi9qng4z662pfnlaam"))
17065 (file-name (git-file-name name version))))
17066 (build-system emacs-build-system)
17067 (native-inputs
17068 `(("emacs-buttercup" ,emacs-buttercup)
17069 ("emacs-lispy" ,emacs-lispy)
17070 ("emacs-evil" ,emacs-evil)))
17071 (arguments
17072 `(#:phases
17073 (modify-phases %standard-phases
17074 (add-before 'check 'fix-makefile
17075 (lambda _
17076 (substitute* "Makefile"
17077 (("cask exec ") ""))
17078 #t)))
17079 #:tests? #t
17080 #:test-command '("make" "test")))
17081 (home-page "https://github.com/noctuid/annalist.el")
17082 (synopsis "Record and display information with Org headings and tables")
17083 (description "This package allows for keybindings, settings, hooks, and
17084 advice to be recorded and displayed.")
17085 (license license:gpl3+))))
17086
17087 (define-public emacs-general
17088 (let ((commit "f38fb2294bd29261374b772f765730f2fa168b3e")
17089 (revision "3"))
17090 (package
17091 (name "emacs-general")
17092 (version (git-version "0" revision commit))
17093 (source (origin
17094 (method git-fetch)
17095 (uri (git-reference
17096 (url "https://github.com/noctuid/general.el.git")
17097 (commit commit)))
17098 (sha256
17099 (base32
17100 "1aqi5axkwfng6rm52sblf738c7rffp10sqs69dvkh2fv3ps8q28i"))
17101 (file-name (git-file-name name version))))
17102 (build-system emacs-build-system)
17103 (native-inputs
17104 `(("emacs-buttercup" ,emacs-buttercup)
17105 ("emacs-evil" ,emacs-evil)
17106 ("emacs-which-key" ,emacs-which-key)
17107 ("emacs-use-package" ,emacs-use-package)))
17108 (arguments
17109 `(#:phases
17110 (modify-phases %standard-phases
17111 (add-before 'check 'fix-makefile
17112 (lambda _
17113 (substitute* "Makefile"
17114 (("cask exec ") ""))
17115 #t)))
17116 #:tests? #t
17117 #:test-command '("make" "test")))
17118 (home-page "https://github.com/noctuid/general.el")
17119 (synopsis "More convenient key definitions in emacs")
17120 (description "@code{general.el} provides a more convenient method for
17121 binding keys in emacs (for both evil and non-evil users). Like
17122 @code{use-package}, which provides a convenient, unified interface for
17123 managing packages, @code{general.el} is intended to provide a convenient,
17124 unified interface for key definitions. While this package does implement some
17125 completely new functionality (such as the ability to make vim-style
17126 keybindings under non-prefix keys with an optional timeout), its primary
17127 purpose is to build on existing functionality to make key definition more
17128 clear and concise. @code{general-define-key} is user-extensible and supports
17129 defining multiple keys in multiple keymaps at once, implicitly wrapping key
17130 strings with (@code{kbd ...}), using named prefix key sequences (like the
17131 leader key in vim), and much more.")
17132 (license license:gpl3+))))
17133
17134 (define-public emacs-tldr
17135 (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
17136 (package
17137 (name "emacs-tldr")
17138 (version (git-version "0" "0" commit))
17139 (home-page "https://github.com/kuanyui/tldr.el")
17140 (source (origin
17141 (method git-fetch)
17142 (uri (git-reference
17143 (url (string-append home-page ".git"))
17144 (commit commit)))
17145 (sha256
17146 (base32
17147 "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
17148 (file-name (git-file-name name version))))
17149 (build-system emacs-build-system)
17150 (synopsis "Simplified and community-driven man pages for Emacs")
17151 (description "@code{emacs-tldr} allows the user to access tldr pages
17152 from within emacs. The @code{tldr} pages are a community effort to simplify
17153 the man pages with practical examples.")
17154 (license license:wtfpl2))))
17155
17156 (define-public emacs-window-layout
17157 (package
17158 (name "emacs-window-layout")
17159 (version "1.4")
17160 (home-page "https://github.com/kiwanami/emacs-window-layout")
17161 (source (origin
17162 (method git-fetch)
17163 (uri (git-reference
17164 (url home-page)
17165 (commit (string-append "v" version))))
17166 (sha256
17167 (base32
17168 "0wgqi8r844lbx52fn6az8c1n8m681rp6dkfzd54wmdk1ka7zmvv6"))
17169 (file-name (git-file-name name version))))
17170 (build-system emacs-build-system)
17171 (synopsis "Simple window layout management framework for emacs")
17172 (description "A window-layout management library that can split a frame
17173 or a window into some windows according to a layout recipe.")
17174 (license license:gpl3+)))
17175
17176 (define-public emacs-e2wm
17177 (package
17178 (name "emacs-e2wm")
17179 (version "1.4")
17180 (home-page "https://github.com/kiwanami/emacs-window-manager")
17181 (source (origin
17182 (method git-fetch)
17183 (uri (git-reference
17184 (url home-page)
17185 (commit (string-append "v" version))))
17186 (sha256
17187 (base32
17188 "12midsrx07pdrsr1qbl2rpi7xyhxqx08bkz7n7gf8vsmqkpfp56s"))
17189 (file-name (git-file-name name version))))
17190 (build-system emacs-build-system)
17191 (propagated-inputs
17192 `(("emacs-window-layout" ,emacs-window-layout)))
17193 (synopsis "Equilibrium Emacs Window Manager")
17194 (description "E2WM is a window manager for Emacs. It enables to
17195 customize the place of pop-up window, how the windows are split, how the
17196 buffers are located in the windows, keybinds to manipulate windows and
17197 buffers, etc. It also has plug-ins to help your Emacs life.")
17198 (license license:gpl3+)))
17199
17200 (define-public emacs-ctable
17201 (let ((commit "b8830d1ca95abb100a81bc32011bd17d5ecba000"))
17202 (package
17203 (name "emacs-ctable")
17204 (version (git-version "0.1.2" "1" commit))
17205 (home-page "https://github.com/kiwanami/emacs-ctable")
17206 (source (origin
17207 (method git-fetch)
17208 (uri (git-reference
17209 (url home-page)
17210 (commit commit)))
17211 (sha256
17212 (base32
17213 "0pg303pnqscrsbx9579hc815angszsgf9vpd2z2f8p4f4ka6a00h"))
17214 (file-name (git-file-name name version))))
17215 (build-system emacs-build-system)
17216 (synopsis "Table component for Emacs Lisp")
17217 (description "This program is a table component for Emacs Lisp. Other
17218 programs can use this table component for the application UI.")
17219 (license license:gpl3+))))
17220
17221 (define-public emacs-leetcode
17222 (let ((commit "8624496af9e105c3e07d88844b37ede87540d604")
17223 (revision "1"))
17224 (package
17225 (name "emacs-leetcode")
17226 (version (git-version "0" "1" commit))
17227 (home-page "https://github.com/ginqi7/leetcode-emacs.git")
17228 (source (origin
17229 (method git-fetch)
17230 (uri (git-reference
17231 (url "https://github.com/ginqi7/leetcode-emacs")
17232 (commit commit)))
17233 (sha256
17234 (base32
17235 "11pp7ydlmwrv7djf9mwk4xzn295xbmdnj5x13bfj5yjpjr89p531"))
17236 (file-name (git-file-name name version))))
17237 (build-system emacs-build-system)
17238 (propagated-inputs
17239 `(("emacs-names" ,emacs-names)
17240 ("emacs-ctable" ,emacs-ctable)))
17241 (synopsis "Solve and submit LeetCode problems from within Emacs")
17242 (description "This package provides an Emacs interface to LeetCode
17243 allowing users to log in and solve problems of their choice using Emacs.")
17244 (license license:unlicense))))
17245
17246 (define-public emacs-epc
17247 (let ((commit "e1bfa5ca163273859336e3cc89b4b6460f7f8cda"))
17248 (package
17249 (name "emacs-epc")
17250 (version (git-version "0.1.1" "1" commit))
17251 (home-page "https://github.com/kiwanami/emacs-epc")
17252 (source (origin
17253 (method git-fetch)
17254 (uri (git-reference
17255 (url home-page)
17256 (commit commit)))
17257 (sha256
17258 (base32
17259 "15nkrjgi64f829isfd6xrhl4zw8jirr8pkas7nisrbk1av868hx0"))
17260 (file-name (git-file-name name version))))
17261 (build-system emacs-build-system)
17262 (propagated-inputs
17263 `(("emacs-deferred" ,emacs-deferred)
17264 ("emacs-ctable" ,emacs-ctable)))
17265 (synopsis "RPC stack for Emacs Lisp")
17266 (description "This program is an asynchronous RPC stack for Emacs.
17267 Using this RPC stack, Emacs can communicate with the peer process
17268 smoothly. Because the protocol employs S-expression encoding and consists of
17269 asynchronous communications, the RPC response is fairly good.")
17270 (license license:gpl3+))))
17271
17272 (define-public emacs-edbi
17273 (let ((commit "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0"))
17274 (package
17275 (name "emacs-edbi")
17276 (version (git-version "0.1.3" "1" commit))
17277 (home-page "https://github.com/kiwanami/emacs-edbi")
17278 (source (origin
17279 (method git-fetch)
17280 (uri (git-reference
17281 (url home-page)
17282 (commit commit)))
17283 (sha256
17284 (base32
17285 "0x0igyvdcm4863n7zndvcv6wgzwgn7324cbfjja6xd7r0k936zdy"))
17286 (file-name (git-file-name name version))))
17287 (build-system emacs-build-system)
17288 (inputs
17289 `(("perl" ,perl)
17290 ("perl-rpc-epc-service" ,perl-rpc-epc-service)
17291 ("perl-dbi" ,perl-dbi)
17292 ;; TODO: Adding support for perl-dbd-mysql and others would
17293 ;; dramatically increase the closure size. Make several packages?
17294 ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
17295 (propagated-inputs
17296 `(("emacs-e2wm" ,emacs-e2wm)
17297 ("emacs-epc" ,emacs-epc)))
17298 (arguments
17299 `(#:include '("\\.el$" "\\.pl$")
17300 #:phases
17301 (modify-phases %standard-phases
17302 (add-after 'install 'patch-path
17303 (lambda* (#:key inputs outputs #:allow-other-keys)
17304 (let ((perl (assoc-ref inputs "perl"))
17305 (dir (string-append (assoc-ref outputs "out")
17306 "/share/emacs/site-lisp/guix.d/edbi-"
17307 ,version)))
17308 (substitute* (string-append dir "/edbi.el")
17309 (("\"perl\"") (string-append "\"" perl "/bin/perl\"")))
17310 (chmod (string-append dir "/edbi-bridge.pl") #o555)
17311 (wrap-program (string-append dir "/edbi-bridge.pl")
17312 `("PERL5LIB" ":" prefix (,(getenv "PERL5LIB"))))
17313 #t))))))
17314 (synopsis "Database Interface for Emacs Lisp")
17315 (description "This program connects the database server through Perl's
17316 DBI, and provides DB-accessing API and the simple management UI.")
17317 (license license:gpl3+))))
17318
17319 (define-public emacs-edbi-sqlite
17320 (let ((commit "52cb9ca1af7691b592f2cfd2f007847e7a4ccd5f"))
17321 (package
17322 (name "emacs-edbi-sqlite")
17323 (version (git-version "0.1.1" "1" commit))
17324 (home-page "https://github.com/proofit404/edbi-sqlite")
17325 (source (origin
17326 (method git-fetch)
17327 (uri (git-reference
17328 (url home-page)
17329 (commit commit)))
17330 (sha256
17331 (base32
17332 "1vll81386fx90lq5sy4rlxcik6mvw7zx5cc51f0yaca9bkcckp51"))
17333 (file-name (git-file-name name version))))
17334 (build-system emacs-build-system)
17335 (propagated-inputs
17336 `(("emacs-edbi" ,emacs-edbi)))
17337 (synopsis "Open SQLite files in Emacs")
17338 (description "This package is a convenience wrapper for @command{edbi}
17339 to open SQLite databases.")
17340 (license license:gpl3+))))
17341
17342 (define-public emacs-nix-mode
17343 (package
17344 (name "emacs-nix-mode")
17345 (version "1.4.1")
17346 (source
17347 (origin
17348 (method git-fetch)
17349 (uri (git-reference
17350 (url "https://github.com/NixOS/nix-mode.git")
17351 (commit (string-append "v" version))))
17352 (file-name (git-file-name name version))
17353 (sha256
17354 (base32 "04xpgg9nba5m1bl7ci5l456whcb8nfhsbvgxyx89bp0zqgr005q7"))))
17355 (build-system emacs-build-system)
17356 (inputs
17357 `(("emacs-company" ,emacs-company)
17358 ("emacs-json-mode" ,emacs-json-mode)
17359 ("emacs-mmm-mode" ,emacs-mmm-mode)))
17360 (home-page "https://github.com/NixOS/nix-mode")
17361 (synopsis "Emacs major mode for editing Nix expressions")
17362 (description "@code{nixos-mode} provides an Emacs major mode for editing
17363 Nix expressions. It supports syntax highlighting, indenting and refilling of
17364 comments.")
17365 (license license:lgpl2.1+)))
17366
17367 (define-public emacs-libmpdel
17368 (package
17369 (name "emacs-libmpdel")
17370 (version "1.1.2")
17371 (source (origin
17372 (method git-fetch)
17373 (uri (git-reference
17374 (url "https://gitea.petton.fr/mpdel/libmpdel.git")
17375 (commit (string-append "v" version))))
17376 (file-name (git-file-name name version))
17377 (sha256
17378 (base32
17379 "0dnjndpv6bmz5blfs75ynmbm32g23l4slg5p3941b1i94a08qzpy"))))
17380 (build-system emacs-build-system)
17381 (home-page "https://gitea.petton.fr/mpdel/libmpdel")
17382 (synopsis "Emacs library to communicate with Music Player Daemon (MPD)")
17383 (description
17384 "An Emacs library client to communicate with Music Player Daemon (MPD), a
17385 flexible, powerful, server-side application for playing music.")
17386 (license license:gpl3+)))
17387
17388 (define-public emacs-mpdel
17389 (package
17390 (name "emacs-mpdel")
17391 (version "1.0.0")
17392 (source
17393 (origin
17394 (method git-fetch)
17395 (uri (git-reference
17396 (url "https://gitea.petton.fr/mpdel/mpdel.git")
17397 (commit (string-append "v" version))))
17398 (file-name (git-file-name name version))
17399 (sha256
17400 (base32
17401 "0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"))))
17402 (build-system emacs-build-system)
17403 (inputs
17404 `(("emacs-libmpdel" ,emacs-libmpdel)))
17405 (home-page "https://gitea.petton.fr/mpdel/mpdel")
17406 (synopsis "Emacs user interface for Music Player Daemon (MPD)")
17407 (description
17408 "MPDel provides an Emacs user interface to control playback (play, pause,
17409 next, volume) and display and control the current playlist as well as your
17410 stored playlists.")
17411 (license license:gpl3+)))
17412
17413 (define-public emacs-vterm
17414 (let ((version "0")
17415 (revision "1")
17416 (commit "7d7381fa8104b55b70148cf147523d9ab7f01fcd"))
17417 (package
17418 (name "emacs-vterm")
17419 (version (git-version version revision commit))
17420 (source (origin
17421 (method git-fetch)
17422 (uri (git-reference
17423 (url "https://github.com/akermu/emacs-libvterm.git")
17424 (commit commit)))
17425 (file-name (git-file-name name version))
17426 (sha256
17427 (base32
17428 "04a2jlhmr20ipgzpnba3yryw3ly7qdxjgaw10dwn9wxy1yqmapz1"))))
17429 (build-system emacs-build-system)
17430 (arguments
17431 `(#:modules ((guix build emacs-build-system)
17432 ((guix build cmake-build-system) #:prefix cmake:)
17433 (guix build emacs-utils)
17434 (guix build utils))
17435 #:imported-modules (,@%emacs-build-system-modules
17436 (guix build cmake-build-system))
17437 #:phases
17438 (modify-phases %standard-phases
17439 (add-before 'add-source-to-load-path 'remove-vterm-module-make
17440 (lambda* (#:key outputs #:allow-other-keys)
17441 ;; Remove the Emacs Lisp file.
17442 (delete-file "vterm-module-make.el")
17443 ;; Remove references to the removed file.
17444 (make-file-writable "vterm.el")
17445 (emacs-substitute-sexps "vterm.el"
17446 ("(or (require 'vterm-module nil t)"
17447 `(module-load
17448 ,(string-append (assoc-ref outputs "out")
17449 "/lib/vterm-module.so"))))
17450 #t))
17451 (add-after 'build 'configure
17452 ;; Run cmake.
17453 (lambda* (#:key outputs #:allow-other-keys)
17454 ((assoc-ref cmake:%standard-phases 'configure)
17455 #:outputs outputs
17456 #:out-of-source? #f
17457 #:configure-flags '("-DUSE_SYSTEM_LIBVTERM=ON"))
17458 #t))
17459 (add-after 'configure 'make
17460 ;; Run make.
17461 (lambda* (#:key (make-flags '()) outputs #:allow-other-keys)
17462 ;; Compile the shared object file.
17463 (apply invoke "make" "all" make-flags)
17464 ;; Move the file into /lib.
17465 (install-file
17466 "vterm-module.so"
17467 (string-append (assoc-ref outputs "out") "/lib"))
17468 #t)))
17469 #:tests? #f))
17470 (native-inputs
17471 `(("cmake" ,cmake-minimal)
17472 ("libtool" ,libtool)
17473 ("libvterm" ,libvterm)))
17474 (home-page "https://github.com/akermu/emacs-libvterm")
17475 (synopsis "Emacs libvterm integration")
17476 (description "This package implements a bridge to @code{libvterm} to
17477 display a terminal in an Emacs buffer.")
17478 (license license:gpl3+))))
17479
17480 (define-public emacs-simple-mpc
17481 ;; There have been no releases.
17482 (let ((commit "bee8520e81292b4c7353e45b193f9a13b482f5b2")
17483 (revision "1"))
17484 (package
17485 (name "emacs-simple-mpc")
17486 (version (git-version "0" revision commit))
17487 (source
17488 (origin
17489 (method git-fetch)
17490 (uri (git-reference
17491 (url "https://github.com/jorenvo/simple-mpc.git")
17492 (commit commit)))
17493 (file-name (git-file-name name version))
17494 (sha256
17495 (base32
17496 "1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
17497 (build-system emacs-build-system)
17498 (propagated-inputs `(("emacs-s" ,emacs-s)))
17499 (home-page "https://github.com/jorenvo/simple-mpc")
17500 (synopsis "Simple Emacs frontend to mpc")
17501 (description "This package provides an Emacs major mode which acts as a
17502 front end to mpc, a client for the @dfn{Music Player Daemon} (MPD).")
17503 (license license:gpl3+))))
17504
17505 (define-public emacs-mkmcc-gnuplot-mode
17506 (package
17507 (name "emacs-mkmcc-gnuplot-mode")
17508 (version "1.2.0")
17509 (source
17510 (origin
17511 (method git-fetch)
17512 (uri (git-reference
17513 (url "https://github.com/mkmcc/gnuplot-mode")
17514 (commit "601f6392986f0cba332c87678d31ae0d0a496ce7")))
17515 (file-name (git-file-name name version))
17516 (sha256
17517 (base32
17518 "14f0yh1rjqc3337j4sbqzfb7pjim2c8a7wk1a73xkrdkmjn82vgb"))))
17519 (build-system emacs-build-system)
17520 (home-page "https://mkmcc.github.io/software/gnuplot-mode.html")
17521 (synopsis "Minimal emacs major mode for editing gnuplot scripts")
17522 (description "@code{emacs-mkmcc-gnuplot-mode} is a minimal emacs major
17523 mode for editing gnuplot scripts. It provides syntax highlighting,
17524 indentation and a command to plot the file.")
17525 (license license:gpl3+)))
17526
17527 (define-public emacs-cmake-font-lock
17528 (let ((commit "e0ceaaae19c13b66f781512e3295bfc6707b56f4")
17529 (revision "1"))
17530 (package
17531 (name "emacs-cmake-font-lock")
17532 (version (git-version "0.1.5" revision commit))
17533 (source (origin
17534 (method git-fetch)
17535 (uri (git-reference
17536 (url "https://github.com/Lindydancer/cmake-font-lock.git")
17537 (commit commit)))
17538 (file-name (git-file-name name version))
17539 (sha256
17540 (base32
17541 "03gsyn95dlmsn15bl353bphi3qy7ccn5bss3f7n97kf38bllh0yf"))))
17542 (build-system emacs-build-system)
17543 (native-inputs
17544 `(("emacs-faceup" ,emacs-faceup)))
17545 (arguments
17546 `(#:include (cons "^admin\\/" %default-include)))
17547 (home-page "https://github.com/Lindydancer/cmake-font-lock")
17548 (synopsis "Advanced type-aware syntax-highlighting for CMake")
17549 (description "This package highlights function arguments in CMake
17550 according to their use.")
17551 (license license:gpl3+))))
17552
17553 (define-public emacs-dtrt-indent
17554 (package
17555 (name "emacs-dtrt-indent")
17556 (version "0.8")
17557 (source (origin
17558 (method git-fetch)
17559 (uri (git-reference
17560 (url "https://github.com/jscheid/dtrt-indent")
17561 (commit version)))
17562 (file-name (git-file-name name version))
17563 (sha256
17564 (base32
17565 "0pgf0pvqd8k4yzhdn2df9lp0y8hmlm2ccrh07jivwlccs95pcz7z"))))
17566 (build-system emacs-build-system)
17567 (home-page "https://github.com/jscheid/dtrt-indent")
17568 (synopsis "Minor mode that guesses the indentation offset")
17569 (description "This package provides a minor mode that guesses the
17570 indentation offset originally used for creating source code files and
17571 transparently adjusts the corresponding settings in Emacs, making it more
17572 convenient to edit foreign files.")
17573 (license license:gpl2+)))
17574
17575 (define-public emacs-repo
17576 (package
17577 (name "emacs-repo")
17578 (version "0.1.3")
17579 (source (origin
17580 (method git-fetch)
17581 (uri (git-reference
17582 (url "https://github.com/canatella/repo-el")
17583 (commit version)))
17584 (file-name (git-file-name name version))
17585 (sha256
17586 (base32
17587 "0rbvcvm7bfr6ncji7cllfxyyr6x7n9fx863byp243phsj3n93adz"))))
17588 (build-system emacs-build-system)
17589 (native-inputs
17590 `(("emacs-el-mock" ,emacs-el-mock)
17591 ("ert-runner" ,emacs-ert-runner)))
17592 (propagated-inputs
17593 `(("emacs-f" ,emacs-f)
17594 ("magit" ,emacs-magit)))
17595 (home-page "https://github.com/canatella/repo-el")
17596 (synopsis "Emacs interface for the Google Repo tool")
17597 (description "This package provides integration of the Google Repo tool
17598 with emacs. It displays the output of the @code{repo status} command in a
17599 buffer and launches Magit from the status buffer for the project at point.")
17600 (license license:gpl3+)))
17601
17602 (define-public emacs-alect-themes
17603 (package
17604 (name "emacs-alect-themes")
17605 (version "0.9")
17606 (source (origin
17607 (method git-fetch)
17608 (uri (git-reference
17609 (url "https://github.com/alezost/alect-themes")
17610 (commit (string-append "v" version))))
17611 (file-name (git-file-name name version))
17612 (sha256
17613 (base32
17614 "0nffxpdm0sa7bynwi0rmlwpc4qmvbda5ankhzz7fmk4ap9fkjxv9"))))
17615 (build-system emacs-build-system)
17616 (home-page "https://github.com/alezost/alect-themes")
17617 (synopsis "Low contrast, light, dark and black color theme for Emacs")
17618 (description "@code{emacs-alect-themes} provides configurable light, dark
17619 and black color themes for Emacs. The themes are intended to be used with
17620 GUI.")
17621 (license license:gpl3+)))
17622
17623 (define-public emacs-google-c-style
17624 (let ((commit "6271f3f473ceb3a7fef99388a3040903b1a145f1")
17625 (revision "0"))
17626 (package
17627 (name "emacs-google-c-style")
17628 (version (git-version "0.1" revision commit))
17629 (source (origin
17630 (method git-fetch)
17631 (uri (git-reference
17632 (url "https://github.com/google/styleguide")
17633 (commit commit)))
17634 (file-name (git-file-name name version))
17635 (sha256
17636 (base32
17637 "1jghyyasdl15c4gaqaxmdn43am63k6bykn5ab83f1ahv9zi1krxk"))))
17638 (build-system emacs-build-system)
17639 (home-page "https://github.com/google/styleguide")
17640 (synopsis "Emacs settings file for Google C/C++ style")
17641 (description "@code{emacs-google-c-style} provides an Emacs settings
17642 file for Google C and C++ style.")
17643 (license license:gpl1+))))
17644
17645 (define-public emacs-redshank
17646 (let ((commit "f98e68f532e622bcd464292ca4a9cf5fbea14ebb")
17647 (revision "1"))
17648 (package
17649 (name "emacs-redshank")
17650 (version (git-version "0.1" revision commit))
17651 (source (origin
17652 (method git-fetch)
17653 (uri (git-reference
17654 (url "http://www.foldr.org/~michaelw/projects/redshank.git")
17655 (commit commit)))
17656 (file-name (git-file-name name version))
17657 (sha256
17658 (base32
17659 "1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
17660 (build-system emacs-build-system)
17661 (propagated-inputs
17662 `(("emacs-paredit" ,emacs-paredit)))
17663 (home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
17664 (synopsis "Common Lisp Editing Extensions (for Emacs)")
17665 (description "Redshank is a collection of code-wrangling Emacs macros
17666 mostly geared towards Common Lisp, but some are useful for other Lisp
17667 dialects, too. Redshank's code transformations aim to be expression-based (as
17668 opposed to character-based).")
17669 (license license:gpl1+))))
17670
17671 (define-public emacs-disk-usage
17672 (package
17673 (name "emacs-disk-usage")
17674 (version "1.3.3")
17675 (source
17676 (origin
17677 (method git-fetch)
17678 (uri (git-reference
17679 (url "https://gitlab.com/Ambrevar/emacs-disk-usage.git")
17680 (commit version)))
17681 (file-name (git-file-name name version))
17682 (sha256
17683 (base32
17684 "0hv2gsd8k5fbjgckgiyisq4rn1i7y4rchbjy8kmixjv6mx563bll"))))
17685 (build-system emacs-build-system)
17686 (home-page "https://gitlab.com/Ambrevar/emacs-disk-usage")
17687 (synopsis "Sort and browse disk usage listings with Emacs")
17688 (description "Disk Usage is a file system analyzer: it offers a tabulated
17689 view of file listings sorted by size. Directory sizes are computed
17690 recursively. The results are cached for speed.")
17691 (license license:gpl3+)))
17692
17693 (define-public emacs-orgit
17694 (package
17695 (name "emacs-orgit")
17696 (version "1.5.3")
17697 (home-page "https://github.com/magit/orgit")
17698 (source (origin
17699 (method git-fetch)
17700 (uri (git-reference
17701 (url home-page)
17702 (commit (string-append "v" version))))
17703 (file-name (git-file-name name version))
17704 (sha256
17705 (base32
17706 "1ywavzki510rslsgfm0cnn3mlh644p61ha2nfb715xhkg7cd3j9g"))))
17707 (build-system emacs-build-system)
17708 (propagated-inputs
17709 `(("emacs-dash" ,emacs-dash)
17710 ("emacs-magit" ,emacs-magit)))
17711 (synopsis "Support for Org links to Magit buffers")
17712 (description "This package defines several Org link types, which can be
17713 used to link to certain Magit buffers. Use the command
17714 @command{org-store-link} while such a buffer is current to store a link.
17715 Later you can insert it into an Org buffer using the command
17716 @code{org-insert-link}.")
17717 (license license:gpl3+)))
17718
17719 (define-public emacs-amx
17720 (package
17721 (name "emacs-amx")
17722 (version "3.2")
17723 (source (origin
17724 (method git-fetch)
17725 (uri (git-reference
17726 (url "https://github.com/DarwinAwardWinner/amx")
17727 (commit (string-append "v" version))))
17728 (file-name (git-file-name name version))
17729 (sha256
17730 (base32
17731 "0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj"))))
17732 (build-system emacs-build-system)
17733 (propagated-inputs `(("emacs-s" ,emacs-s)))
17734 (home-page "https://github.com/DarwinAwardWinner/amx")
17735 (synopsis "Alternative interface for M-x")
17736 (description "Amx is an alternative interface for M-x in Emacs. It
17737 provides several enhancements over the ordinary
17738 @code{execute-extended-command}, such as prioritizing your most-used commands
17739 in the completion list and showing keyboard shortcuts, and it supports several
17740 completion systems for selecting commands, such as ido and ivy.")
17741 (license license:gpl3+)))
17742
17743 (define-public emacs-lorem-ipsum
17744 (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
17745 (package
17746 (name "emacs-lorem-ipsum")
17747 (version (git-version "0.2" "1" commit))
17748 (home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
17749 (source (origin
17750 (method git-fetch)
17751 (uri (git-reference
17752 (url home-page)
17753 (commit commit)))
17754 (file-name (git-file-name name version))
17755 (sha256
17756 (base32
17757 "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
17758 (build-system emacs-build-system)
17759 (synopsis "Insert dummy pseudo Latin text in Emacs")
17760 (description "This package provides convenience functions to insert
17761 dummy Latin text into a buffer. This can be useful if you need to produce
17762 paragraphs or pages of text for testing purposes.")
17763 (license license:gpl3+))))
17764
17765 (define-public emacs-lisp-extra-font-lock
17766 (let ((commit "4605eccbe1a7fcbd3cacf5b71249435413b4db4f"))
17767 (package
17768 (name "emacs-lisp-extra-font-lock")
17769 (version (git-version "0.0.6" "1" commit))
17770 (home-page "https://github.com/Lindydancer/lisp-extra-font-lock")
17771 (source (origin
17772 (method git-fetch)
17773 (uri (git-reference
17774 (url home-page)
17775 (commit commit)))
17776 (file-name (git-file-name name version))
17777 (sha256
17778 (base32
17779 "152vcp3mdlv33jf5va4rinl1d0k960gnfhbrqqrafazgx9j3ya8w"))))
17780 (build-system emacs-build-system)
17781 (synopsis "Highlight bound variables and quoted expressions in Emacs")
17782 (description "This package highlight the location where local variables
17783 is created (bound, for example, by let) as well as quoted and backquoted
17784 constant expressions.")
17785 (license license:gpl3+))))
17786
17787 (define-public emacs-docker-tramp
17788 (package
17789 (name "emacs-docker-tramp")
17790 (version "0.1")
17791 (source
17792 (origin
17793 (method git-fetch)
17794 (uri (git-reference
17795 (url "https://github.com/emacs-pe/docker-tramp.el")
17796 (commit (string-append "v" version))))
17797 (file-name (git-file-name name version))
17798 (sha256
17799 (base32
17800 "0lxvzmfg52fhxrhbvp92zwp7cv4i1rlxnkyyzgngj3sjm7y60yvg"))))
17801 (build-system emacs-build-system)
17802 (home-page "https://github.com/emacs-pe/docker-tramp.el")
17803 (synopsis "TRAMP integration for docker containers")
17804 (description
17805 "This package provides a TRAMP method for Docker containers.")
17806 (license license:gpl3+)))
17807
17808 (define-public emacs-docker
17809 (package
17810 (name "emacs-docker")
17811 (version "1.3.0")
17812 (source (origin
17813 (method git-fetch)
17814 (uri (git-reference
17815 (url "https://github.com/Silex/docker.el")
17816 (commit version)))
17817 (file-name (git-file-name name version))
17818 (sha256
17819 (base32
17820 "1g8r1faqp0z0vqp9qrl8m84pa0v2ddvc91klphdkfmldwv7rfipw"))))
17821 (inputs
17822 `(("emacs-undercover" ,emacs-undercover)))
17823 (propagated-inputs
17824 `(("emacs-dash" ,emacs-dash)
17825 ("emacs-docker-tramp" ,emacs-docker-tramp)
17826 ("emacs-magit-popup" ,emacs-magit-popup)
17827 ("emacs-s" ,emacs-s)
17828 ("emacs-tablist" ,emacs-tablist)
17829 ("emacs-json-mode" ,emacs-json-mode)))
17830 (arguments
17831 `(#:phases
17832 (modify-phases %standard-phases
17833 (delete 'check)))) ;no tests
17834 (build-system emacs-build-system)
17835 (home-page "https://github.com/Silex/docker.el")
17836 (synopsis "Manage docker from Emacs")
17837 (description "This package provides an Emacs interface for Docker.")
17838 (license license:gpl3+)))
17839
17840 (define-public emacs-dockerfile-mode
17841 ;; Latest upstream release is too old.
17842 (let ((commit "ed73e82dcc636dad00d1a8c3b32a49136d25ee60"))
17843 (package
17844 (name "emacs-dockerfile-mode")
17845 (version (git-version "1.2" "2" commit))
17846 (source
17847 (origin
17848 (method git-fetch)
17849 (uri (git-reference
17850 (url "https://github.com/spotify/dockerfile-mode.git")
17851 (commit commit)))
17852 (file-name (git-file-name name version))
17853 (sha256
17854 (base32
17855 "0lri2rnx4lr23vqfphkpq39cd4xfgzkvz1xsz7ccdvl4qj0k7fdl"))))
17856 (build-system emacs-build-system)
17857 (propagated-inputs
17858 `(("emacs-s" ,emacs-s)))
17859 (home-page "https://github.com/spotify/dockerfile-mode")
17860 (synopsis "Major mode for editing Dockerfile")
17861 (description
17862 "This package provides a major mode @code{dockerfile-mode} for use with
17863 the standard @code{Dockerfile} file format.")
17864 (license license:asl2.0))))
17865
17866 (define-public emacs-lsp-mode
17867 (package
17868 (name "emacs-lsp-mode")
17869 (version "6.2.1")
17870 (source (origin
17871 (method git-fetch)
17872 (uri (git-reference
17873 (url "https://github.com/emacs-lsp/lsp-mode.git")
17874 (commit version)))
17875 (file-name (git-file-name name version))
17876 (sha256
17877 (base32
17878 "0f9d0zhblcjzrpggqclww2g7fyjky5rzpp7zj424005ahv0zd3xf"))))
17879 (build-system emacs-build-system)
17880 (propagated-inputs
17881 `(("emacs-dash" ,emacs-dash)
17882 ("emacs-f" ,emacs-f)
17883 ("emacs-ht" ,emacs-ht)
17884 ("emacs-markdown-mode" ,emacs-markdown-mode)
17885 ("emacs-spinner" ,emacs-spinner)
17886 ("emacs-hydra" ,emacs-hydra)))
17887 (home-page "https://github.com/emacs-lsp/lsp-mode")
17888 (synopsis "Emacs client and library for the Language Server Protocol")
17889 (description "@code{LSP-mode} is a client and library implementation for
17890 the Language Server Protocol. This mode aims to provide an IDE-like
17891 experience by providing optional integration with other popular Emacs packages
17892 like @code{company}, @code{flycheck}, and @code{projectile}.")
17893 (license license:gpl3+)))
17894
17895 (define-public emacs-pfuture
17896 (let ((commit "368254ee30692c709400db413c347e18e76a8a55"))
17897 (package
17898 (name "emacs-pfuture")
17899 (version (git-version "1.6" "1" commit))
17900 (source (origin
17901 (method git-fetch)
17902 (uri (git-reference
17903 (url "https://github.com/Alexander-Miller/pfuture.git")
17904 (commit commit)))
17905 (file-name (git-file-name name version))
17906 (sha256
17907 (base32
17908 "096raqpjx84njws85r7pqq1wi9w9bjwkr0ga1mbbhlna1mfn3mg4"))))
17909 (build-system emacs-build-system)
17910 (home-page
17911 "https://github.com/Alexander-Miller/pfuture")
17912 (synopsis "Simple wrapper around asynchronous processes for Emacs")
17913 (description "This package provides a simple wrapper around asynchronous
17914 processes for Emacs")
17915 (license license:gpl3+))))
17916
17917 (define-public emacs-treemacs
17918 (package
17919 (name "emacs-treemacs")
17920 (version "2.6")
17921 (source (origin
17922 (method git-fetch)
17923 (uri (git-reference
17924 (url "https://github.com/Alexander-Miller/treemacs.git")
17925 (commit version)))
17926 (file-name (git-file-name name version))
17927 (sha256
17928 (base32
17929 "13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"))))
17930 (build-system emacs-build-system)
17931 (propagated-inputs
17932 `(("emacs-dash" ,emacs-dash)
17933 ("emacs-s" ,emacs-s)
17934 ("emacs-f" ,emacs-f)
17935 ("emacs-ace-window" ,emacs-ace-window)
17936 ("emacs-pfuture" ,emacs-pfuture)
17937 ("emacs-hydra" ,emacs-hydra)
17938 ("emacs-ht" ,emacs-ht)))
17939 (native-inputs
17940 `(("emacs-buttercup" ,emacs-buttercup)
17941 ("emacs-el-mock" ,emacs-el-mock)))
17942 (inputs
17943 `(("python" ,python)))
17944 (arguments
17945 `(#:tests? #t ;TODO: Investigate ‘treemacs--parse-collapsed-dirs’ test failure.
17946 #:phases
17947 (modify-phases %standard-phases
17948 (add-after 'unpack 'fix-makefile
17949 (lambda _
17950 (substitute* "Makefile"
17951 (("@\\$\\(CASK\\) exec ") ""))
17952 #t))
17953 (add-after 'fix-makefile 'chdir-elisp
17954 ;; Elisp directory is not in root of the source.
17955 (lambda _
17956 (chdir "src/elisp")))
17957 (replace 'check
17958 (lambda _
17959 (with-directory-excursion "../.." ;treemacs root
17960 (chmod "test/test-treemacs.el" #o644)
17961 (emacs-substitute-sexps "test/test-treemacs.el"
17962 ("(describe \"treemacs--parse-collapsed-dirs\""
17963 ""))
17964 (invoke "make" "test"))))
17965 (add-before 'install 'patch-paths
17966 (lambda* (#:key inputs outputs #:allow-other-keys)
17967 (with-directory-excursion "../.." ;treemacs root
17968 (chmod "src/elisp/treemacs-core-utils.el" #o644)
17969 (emacs-substitute-variables "src/elisp/treemacs-core-utils.el"
17970 ("treemacs-dir"
17971 (string-append (assoc-ref outputs "out") "/")))
17972 (chmod "src/elisp/treemacs-icons.el" #o644)
17973 (substitute* "src/elisp/treemacs-icons.el"
17974 (("icons/default") "share/emacs-treemacs/images"))
17975 (chmod "src/elisp/treemacs-customization.el" #o644)
17976 (emacs-substitute-variables "src/elisp/treemacs-customization.el"
17977 ("treemacs-python-executable"
17978 (string-append (assoc-ref inputs "python") "/bin/python3")))
17979 (chmod "src/elisp/treemacs-async.el" #o644)
17980 (substitute* "src/elisp/treemacs-async.el"
17981 (("src/scripts") (string-append "share/" ,name "/scripts"))))
17982 #t))
17983 (add-after 'install 'install-data
17984 (lambda* (#:key outputs #:allow-other-keys)
17985 (let ((out (assoc-ref outputs "out")))
17986 (with-directory-excursion "../.." ;treemacs root
17987 (copy-recursively "icons/default"
17988 (string-append out "/share/" ,name "/images"))
17989 (copy-recursively
17990 "src/scripts"
17991 (string-append out "/share/" ,name "/scripts"))
17992 #t)))))))
17993 (home-page "https://github.com/Alexander-Miller/treemacs")
17994 (synopsis "Emacs tree style file explorer")
17995 (description "Powerful and flexible file tree project explorer.")
17996 (license license:gpl3+)))
17997
17998 (define-public emacs-treemacs-extra
17999 (package
18000 (inherit emacs-treemacs)
18001 (name "emacs-treemacs-extra")
18002 (propagated-inputs
18003 `(,@(package-propagated-inputs emacs-treemacs)
18004 ("emacs-evil" ,emacs-evil)
18005 ("emacs-magit" ,emacs-magit)
18006 ("emacs-projectile" ,emacs-projectile)))
18007 (arguments
18008 (substitute-keyword-arguments
18009 (package-arguments emacs-treemacs)
18010 ((#:phases phases)
18011 `(modify-phases ,phases
18012 (add-after 'chdir-elisp 'copy-extra
18013 (lambda _
18014 (copy-recursively "../extra" ".")))))))))
18015
18016 (define-public emacs-lsp-java
18017 (package
18018 (name "emacs-lsp-java")
18019 (version "2.2")
18020 (source (origin
18021 (method git-fetch)
18022 (uri (git-reference
18023 (url "https://github.com/emacs-lsp/lsp-java.git")
18024 (commit version)))
18025 (file-name (git-file-name name version))
18026 (sha256
18027 (base32
18028 "0hcnvbyaqyypgby1bfj4zbrbq97amk8hfx0sj4w73rl46yf4jk3j"))))
18029 (build-system emacs-build-system)
18030 (propagated-inputs
18031 `(("emacs-lsp-mode" ,emacs-lsp-mode)
18032 ("emacs-markdown-mode" ,emacs-markdown-mode)
18033 ("emacs-dash" ,emacs-dash)
18034 ("emacs-f" ,emacs-f)
18035 ("emacs-ht" ,emacs-ht)
18036 ("emacs-request" ,emacs-request)
18037 ("emacs-treemacs" ,emacs-treemacs)))
18038 (home-page "https://github.com/emacs-lsp/lsp-java/")
18039 (synopsis "Java support for lsp-mode")
18040 (description "Emacs Java IDE using Eclipse JDT Language Server.")
18041 (license license:gpl3+)))
18042
18043 (define-public emacs-lsp-ui
18044 (package
18045 (name "emacs-lsp-ui")
18046 (version "6.0")
18047 (source (origin
18048 (method git-fetch)
18049 (uri (git-reference
18050 (url "https://github.com/emacs-lsp/lsp-ui.git")
18051 (commit version)))
18052 (file-name (git-file-name name version))
18053 (sha256
18054 (base32
18055 "1r4327fd8cvjxfwkddp5c4bdskyncbs4sx9m3z2w4d773y2jrakc"))))
18056 (build-system emacs-build-system)
18057 (propagated-inputs
18058 `(("emacs-dash" ,emacs-dash)
18059 ("emacs-lsp-mode" ,emacs-lsp-mode)
18060 ("emacs-markdown-mode" ,emacs-markdown-mode)
18061 ("emacs-flycheck" ,emacs-flycheck)))
18062 (home-page "https://github.com/emacs-lsp/lsp-ui")
18063 (synopsis "User interface extensions for @code{lsp-mode}")
18064 (description
18065 "@code{LSP-ui} contains several enhancements and integrations for
18066 @code{lsp-mode}, such as visual flychecking, displaying references in-line,
18067 and code peeking.")
18068 (license license:gpl3+)))
18069
18070 (define-public emacs-lsp-lua-emmy
18071 (let ((commit "ab53fb2a8b8942804eb75bab5624fd19f1d360bf"))
18072 (package
18073 (name "emacs-lsp-lua-emmy")
18074 (version (git-version "0.1.0" "1" commit))
18075 (source (origin
18076 (method git-fetch)
18077 (uri (git-reference
18078 (url "https://github.com/phenix3443/lsp-lua-emmy.git")
18079 (commit commit)))
18080 (file-name (git-file-name name version))
18081 (sha256
18082 (base32
18083 "0rbizis73n1w5ig07fj1han74chbc1zpbp5bn37rj0gz608aqka8"))))
18084 (build-system emacs-build-system)
18085 (propagated-inputs
18086 `(("emacs-lsp-mode" ,emacs-lsp-mode)))
18087 (home-page "https://github.com/phenix3443/lsp-lua-emmy/")
18088 (synopsis "Lua support in @code{lsp-mode} client for Emacs")
18089 (description "This package provides a Lua language support in
18090 @code{lsp-mode} client for Emacs.")
18091 (license license:gpl3+))))
18092
18093 (define-public emacs-lsp-ivy
18094 (let ((commit "caf1e1d7e22ed0b5fe18dd508d1a6f83dd163288")
18095 (revision "2"))
18096 (package
18097 (name "emacs-lsp-ivy")
18098 (version (git-version "0.1" revision commit))
18099 (source (origin
18100 (method git-fetch)
18101 (uri (git-reference
18102 (url "https://github.com/emacs-lsp/lsp-ivy.git")
18103 (commit commit)))
18104 (file-name (git-file-name name version))
18105 (sha256
18106 (base32
18107 "084ds4qhzhivfnicy3h7z4mblxgcqx8pfnkbjr9qjrfng7cisy4z"))))
18108 (build-system emacs-build-system)
18109 (propagated-inputs
18110 `(("emacs-ivy" ,emacs-ivy)
18111 ("emacs-lsp-mode" ,emacs-lsp-mode)
18112 ("emacs-dash" ,emacs-dash)))
18113 (home-page "https://github.com/emacs-lsp/lsp-ivy")
18114 (synopsis "Provide LSP-enhanced completion for symbols")
18115 (description
18116 "This package enhances @code{ivy} with completion for symbols from
18117 workspaces with a LSP-compliant server running.")
18118 (license license:gpl3+))))
18119
18120 (define-public emacs-helm-lsp
18121 (let ((commit "3a58ca4cfd94b9ab1e15e819d3b16ef568e8889b")
18122 (revision "1"))
18123 (package
18124 (name "emacs-helm-lsp")
18125 (version (git-version "0.1" revision commit))
18126 (source (origin
18127 (method git-fetch)
18128 (uri (git-reference
18129 (url "https://github.com/emacs-lsp/helm-lsp.git")
18130 (commit commit)))
18131 (file-name (git-file-name name version))
18132 (sha256
18133 (base32
18134 "0wh5zai3s17ss2q8wcdd6d87hv1h3nbyrxxs4js9cas8m6y2ssjv"))))
18135 (build-system emacs-build-system)
18136 (propagated-inputs
18137 `(("emacs-helm" ,emacs-helm)
18138 ("emacs-lsp-mode" ,emacs-lsp-mode)
18139 ("emacs-dash" ,emacs-dash)))
18140 (home-page "https://github.com/emacs-lsp/helm-lsp")
18141 (synopsis "Provide LSP-enhanced completion for symbols")
18142 (description
18143 "This package enhances @code{helm} with completion for symbols from
18144 workspaces with a LSP-compliant server running.")
18145 (license license:gpl3+))))
18146
18147 (define-public emacs-helm-notmuch
18148 (package
18149 (name "emacs-helm-notmuch")
18150 (version "1.2")
18151 (home-page "https://github.com/emacs-helm/helm-notmuch/")
18152 (source (origin
18153 (method git-fetch)
18154 (uri (git-reference
18155 (url home-page)
18156 (commit version)))
18157 (file-name (git-file-name name version))
18158 (sha256
18159 (base32
18160 "1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
18161 (build-system emacs-build-system)
18162 (propagated-inputs
18163 `(("emacs-helm" ,emacs-helm)
18164 ("notmuch" ,notmuch)))
18165 (synopsis "Search emails with Emacs Notmuch and Helm")
18166 (description
18167 "This package can be used to search emails in Emacs, searching result
18168 displays as you type thanks to Helm, though @command{notmuch-search} does the
18169 real search.")
18170 (license license:gpl3+)))
18171
18172 (define-public emacs-elmacro
18173 (let ((commit "89b9b0feabafd01fee48111d67131c4c9b5fed9a"))
18174 (package
18175 (name "emacs-elmacro")
18176 (version (git-version "1.1.0" "1" commit))
18177 (home-page "https://github.com/Silex/elmacro")
18178 (source (origin
18179 (method git-fetch)
18180 (uri (git-reference
18181 (url home-page)
18182 (commit commit)))
18183 (file-name (git-file-name name version))
18184 (sha256
18185 (base32
18186 "06wkzafh6vbcjf0m3sl253mgcq32p8cdv7vsfmyx51baa36938ha"))))
18187 (build-system emacs-build-system)
18188 (propagated-inputs
18189 `(("emacs-s" ,emacs-s)
18190 ("emacs-dash" ,emacs-dash)))
18191 (synopsis "Convert keyboard macros to Emacs Lisp")
18192 (description
18193 "This package displays keyboard macros or latest interactive commands
18194 as Emacs Lisp.")
18195 (license license:gpl3+))))
18196
18197 (define-public emacs-transient
18198 ;; 0.1.0 depends on lv.el but not later versions.
18199 (let ((commit "7e45a57ec81185631fe763733f64c99021df2a06"))
18200 (package
18201 (name "emacs-transient")
18202 (version (git-version "0.1.0" "1" commit))
18203 (source (origin
18204 (method git-fetch)
18205 (uri (git-reference
18206 (url "https://github.com/magit/transient")
18207 (commit commit)))
18208 (file-name (git-file-name name version))
18209 (sha256
18210 (base32
18211 "0r6d4c1lga3bk0s7q7y4v4hbpxnd9h40cjxybqvax2z902931fz1"))))
18212 (build-system gnu-build-system)
18213 (native-inputs `(("texinfo" ,texinfo)
18214 ("emacs" ,emacs-minimal)))
18215 (propagated-inputs
18216 `(("dash" ,emacs-dash)))
18217 (arguments
18218 `(#:modules ((guix build gnu-build-system)
18219 (guix build utils)
18220 (srfi srfi-26)
18221 (guix build emacs-utils))
18222 #:imported-modules (,@%gnu-build-system-modules
18223 (guix build emacs-utils))
18224 #:tests? #f ; tests are not included in the release
18225 #:make-flags (list "lisp" "info")
18226 #:phases
18227 (modify-phases %standard-phases
18228 (delete 'configure)
18229 (replace 'install
18230 (lambda* (#:key inputs outputs #:allow-other-keys)
18231 (let* ((out (assoc-ref outputs "out"))
18232 (lisp (string-append out "/share/emacs/site-lisp"))
18233 (info (string-append out "/share/info")))
18234 (for-each (cut install-file <> lisp)
18235 (find-files "." "\\.elc*$"))
18236 (install-file "docs/transient.info" (string-append info)))
18237 #t)))))
18238 (home-page "https://magit.vc/manual/transient")
18239 (synopsis "Transient commands in Emacs")
18240 (description
18241 "Taking inspiration from prefix keys and prefix arguments in Emacs,
18242 Transient implements a similar abstraction involving a prefix command, infix
18243 arguments and suffix commands. We could call this abstraction a \"transient
18244 command\", but because it always involves at least two commands (a prefix and
18245 a suffix) we prefer to call it just a \"transient\".")
18246 (license license:gpl3+))))
18247
18248 (define-public emacs-forge
18249 (let ((commit "63cbf81f166fc71861d8e3d246df8e5ccedcb9bb"))
18250 (package
18251 (name "emacs-forge")
18252 (version (git-version "0.1.0" "2" commit))
18253 (source
18254 (origin
18255 (method git-fetch)
18256 (uri (git-reference
18257 (url "https://github.com/magit/forge.git")
18258 (commit commit)))
18259 (file-name (git-file-name name version))
18260 (sha256
18261 (base32
18262 "1yf2xjx3459py6rji740jm8bmh2pv66ghnbjxsvjd4jf9kcdav83"))))
18263 (build-system gnu-build-system)
18264 (native-inputs
18265 `(("texinfo" ,texinfo)
18266 ("emacs" ,emacs-minimal)))
18267 (propagated-inputs
18268 `(("emacs-closql" ,emacs-closql)
18269 ("emacs-dash" ,emacs-dash)
18270 ("emacs-emacsql-sqlite" ,emacs-emacsql)
18271 ("emacs-ghub" ,emacs-ghub)
18272 ("emacs-let-alist" ,emacs-let-alist)
18273 ("emacs-magit" ,emacs-magit)
18274 ("emacs-markdown-mode" ,emacs-markdown-mode)
18275 ("emacs-transient" ,emacs-transient)))
18276 (arguments
18277 `(#:tests? #f ;no tests
18278 #:modules ((srfi srfi-26)
18279 (guix build gnu-build-system)
18280 ((guix build emacs-build-system) #:prefix emacs:)
18281 (guix build utils)
18282 (guix build emacs-utils))
18283 #:imported-modules (,@%gnu-build-system-modules
18284 (guix build emacs-build-system)
18285 (guix build emacs-utils))
18286 #:phases
18287 (modify-phases %standard-phases
18288 (delete 'configure)
18289 (delete 'install)
18290 (add-after 'unpack 'delete-doc-targets
18291 (lambda _
18292 (substitute* "./Makefile"
18293 (("lisp docs") "lisp"))))
18294 (add-after 'delete-doc-targets 'chdir-lisp
18295 (lambda _
18296 (chdir "lisp")))
18297 (add-after 'chdir-lisp 'emacs-install
18298 (assoc-ref emacs:%standard-phases 'install))
18299 (add-after 'emacs-install 'emacs-make-autoloads
18300 (assoc-ref emacs:%standard-phases 'make-autoloads))
18301 (add-after 'build 'install-elc
18302 (lambda* (#:key outputs #:allow-other-keys)
18303 (let* ((out (assoc-ref outputs "out"))
18304 (el-dir (string-append
18305 out "/share/emacs/site-lisp/guix.d/forge-"
18306 ,version)))
18307 (for-each (cut install-file <> el-dir)
18308 (find-files "." "\\.elc"))
18309 #t)))
18310 (add-after 'install-elc 'install-doc
18311 (lambda* (#:key outputs #:allow-other-keys)
18312 (let* ((out (assoc-ref outputs "out"))
18313 (info (string-append out "/share/info")))
18314 (with-directory-excursion "../docs"
18315 (invoke "makeinfo" "forge.texi")
18316 (install-file "forge.info" info)
18317 #t)))))))
18318 (home-page "https://github.com/magit/forge/")
18319 (synopsis "Access Git forges from Magit")
18320 (description
18321 "Work with Git forges, such as Github and Gitlab, from the comfort of
18322 Magit and the rest of Emacs.")
18323 (license license:gpl3+))))
18324
18325 (define-public emacs-matcha
18326 (let ((commit "c7df5cf5cdac9ae369e241342389ccda0205eab9"))
18327 (package
18328 (name "emacs-matcha")
18329 (version (git-version "0.0.1" "1" commit)) ;no upstream release
18330 (source (origin
18331 (method git-fetch)
18332 (uri (git-reference
18333 (url "https://github.com/jojojames/matcha.git")
18334 (commit commit)))
18335 (file-name (git-file-name name version))
18336 (sha256
18337 (base32
18338 "1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
18339 (propagated-inputs
18340 `(("emacs-hydra" ,emacs-hydra)
18341 ("emacs-transient" ,emacs-transient)))
18342 (build-system emacs-build-system)
18343 (home-page "https://github.com/jojojames/matcha/")
18344 (synopsis "Collection of hydras with a generic interface to launch them")
18345 (description "Matcha provides a collection of transients for various
18346 packages with a consistent way to use them.")
18347 (license license:gpl3+))))
18348
18349 (define-public emacs-undo-propose-el
18350 (let ((commit "f80baee566807d733fbacbab08a897bcd62579c3")
18351 (revision "3"))
18352 (package
18353 (name "emacs-undo-propose-el")
18354 (version (git-version "3.0.0" revision commit))
18355 (source
18356 (origin
18357 (method git-fetch)
18358 (uri (git-reference
18359 (url "https://github.com/jackkamm/undo-propose-el")
18360 (commit commit)))
18361 (file-name (git-file-name name version))
18362 (sha256
18363 (base32
18364 "00rqz63bhh66q78l646q3w16gydygj8h4d8np0dpbifgzciak90b"))))
18365 (build-system emacs-build-system)
18366 (arguments
18367 `(#:tests? #t
18368 #:test-command '("make" "test")))
18369 (home-page "https://github.com/jackkamm/undo-propose-el")
18370 (synopsis "Simple and safe navigation of @code{undo} history")
18371 (description "This package permits navigation of @code{undo} history in a
18372 temporary buffer, which is read-only save for @code{undo} commands, and
18373 subsequent committal of a chain of @code{undo} commands as a single edit in
18374 the @code{undo} history.")
18375 (license license:gpl3+))))
18376
18377 (define-public emacs-elisp-docstring-mode
18378 (let ((commit "f512e509dd690f65133e55563ebbfd2dede5034f")
18379 (version "0.0.1")
18380 (revision "1"))
18381 (package
18382 (name "emacs-elisp-docstring-mode")
18383 (version (git-version version revision commit))
18384 (source
18385 (origin
18386 (method git-fetch)
18387 (uri (git-reference
18388 (url "https://github.com/Fuco1/elisp-docstring-mode")
18389 (commit commit)))
18390 (file-name (git-file-name name version))
18391 (sha256
18392 (base32
18393 "0al8m75p359h4n82rf0dsl22qfdg9cwwywn5pn7x6gb96c7qrqaa"))))
18394 (build-system emacs-build-system)
18395 (home-page "https://github.com/Fuco1/elisp-docstring-mode")
18396 (synopsis "Major mode for editing Emacs Lisp docstrings")
18397 (description "This package provides font lock and automatic escaping and
18398 unescaping of quotes.")
18399 (license license:gpl3+))))
18400
18401 (define-public emacs-vimrc-mode
18402 (let ((commit "13bc150a870d5d4a95f1111e4740e2b22813c30e")
18403 (version "0.3.1")
18404 (revision "1"))
18405 (package
18406 (name "emacs-vimrc-mode")
18407 (version (git-version version revision commit))
18408 (source
18409 (origin
18410 (method git-fetch)
18411 (uri (git-reference
18412 (url "https://github.com/mcandre/vimrc-mode")
18413 (commit commit)))
18414 (file-name (git-file-name name version))
18415 (sha256
18416 (base32
18417 "0026dqs3hwygk2k2xfra90w5sfnxrfj7l69jz7sq5glavbf340pk"))))
18418 (build-system emacs-build-system)
18419 (home-page "https://github.com/mcandre/vimrc-mode")
18420 (synopsis "Major mode for Vimscript")
18421 (description "This package provides font lock and @code{beginning-} and
18422 @code{end-of-defun} functions for Vimscript files.")
18423 (license license:gpl3+))))
18424
18425 (define-public emacs-flycheck-haskell
18426 (let ((commit "32ddff87165a7d3a35e7318bee997b5b4bd41278")
18427 (revision "2"))
18428 (package
18429 (name "emacs-flycheck-haskell")
18430 (version (git-version "0.8" revision commit))
18431 (source
18432 (origin
18433 (method git-fetch)
18434 (uri (git-reference
18435 (url "https://github.com/flycheck/flycheck-haskell")
18436 (commit commit)))
18437 (file-name (git-file-name name version))
18438 (sha256
18439 (base32
18440 "10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
18441 (build-system emacs-build-system)
18442 (propagated-inputs
18443 `(("emacs-dash" ,emacs-dash)
18444 ("emacs-seq" ,emacs-seq)
18445 ("emacs-flycheck" ,emacs-flycheck)
18446 ("emacs-haskell-mode" ,emacs-haskell-mode)
18447 ("emacs-let-alist" ,emacs-let-alist)))
18448 (arguments
18449 `(#:include '("\\.el$" "\\.hs$")))
18450 (home-page "https://github.com/flycheck/flycheck-haskell")
18451 (synopsis "Flycheck for Haskell")
18452 (description "This package configures syntax-checking for Haskell
18453 buffers.")
18454 (license license:gpl3+))))
18455
18456 (define-public emacs-js2-refactor-el
18457 (let ((commit "d4c40b5fc86d3edd7c6a7d83ac86483ee1cb7a28")
18458 (revision "2"))
18459 (package
18460 (name "emacs-js2-refactor-el")
18461 (version (git-version "0.9.0" revision commit))
18462 (source
18463 (origin
18464 (method git-fetch)
18465 (uri (git-reference
18466 (url "https://github.com/magnars/js2-refactor.el")
18467 (commit commit)))
18468 (file-name (git-file-name name version))
18469 (sha256
18470 (base32
18471 "08b25y3raz0p98zxk9xdd8nj9shqd6mzrqhbq1gg4cwsmi7h7ly1"))))
18472 (build-system emacs-build-system)
18473 (propagated-inputs
18474 `(("emacs-dash" ,emacs-dash)
18475 ("emacs-s" ,emacs-s)
18476 ("emacs-js2-mode" ,emacs-js2-mode)
18477 ("emacs-yasnippet" ,emacs-yasnippet)
18478 ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
18479 (native-inputs
18480 `(("emacs-buttercup" ,emacs-buttercup)
18481 ("emacs-espuds" ,emacs-espuds)))
18482 (home-page "https://github.com/magnars/js2-refactor.el")
18483 (synopsis "JavaScript refactoring in Emacs")
18484 (description "This package provides various refactoring functions for
18485 JavaScript.")
18486 (license license:gpl3+))))
18487
18488 (define-public emacs-prettier
18489 (let ((commit "e9b73e81d3e1642aec682195f127a42dfb0b5774")
18490 (version "0.1.0")
18491 (revision "1"))
18492 (package
18493 (name "emacs-prettier")
18494 (version (git-version version revision commit))
18495 (source
18496 (origin
18497 (method git-fetch)
18498 (uri (git-reference
18499 (url "https://github.com/prettier/prettier-emacs")
18500 (commit commit)))
18501 (file-name (git-file-name name version))
18502 (sha256
18503 (base32
18504 "0hj4fv3fgc60i6jrsx4a81s5c9fsxxafhhs3q2q1dypsscjci9ph"))))
18505 (build-system emacs-build-system)
18506 (home-page "https://github.com/prettier/prettier-emacs")
18507 (synopsis "Automatic formatting of JavaScript code")
18508 (description "This package integrates Prettier with Emacs, and
18509 provides a minor mode that autoformats the buffer upon saving.")
18510 (license license:expat))))
18511
18512 (define-public emacs-fish-mode
18513 (package
18514 (name "emacs-fish-mode")
18515 (version "0.1.4")
18516 (source
18517 (origin
18518 (method git-fetch)
18519 (uri (git-reference
18520 (url "https://github.com/wwwjfy/emacs-fish")
18521 (commit version)))
18522 (file-name (git-file-name name version))
18523 (sha256
18524 (base32
18525 "0a74ghmjjrxfdhk4mvq6lar4w6l6lc4iilabs99smqr2fn5rsslq"))))
18526 (build-system emacs-build-system)
18527 (home-page "https://github.com/wwwjfy/emacs-fish")
18528 (synopsis "Major mode for Fish shell scripts")
18529 (description "This package provides syntax highlighting and indentation
18530 functions for Fish shell scripts.")
18531 (license license:gpl3+)))
18532
18533 (define-public emacs-eshell-up
18534 (let ((commit "9c100bae5c3020e8d9307e4332d3b64e7dc28519")
18535 (version "0.0.3")
18536 (revision "12"))
18537 (package
18538 (name "emacs-eshell-up")
18539 (version (git-version version revision commit))
18540 (source
18541 (origin
18542 (method git-fetch)
18543 (uri (git-reference
18544 (url "https://github.com/peterwvj/eshell-up")
18545 (commit commit)))
18546 (file-name (git-file-name name version))
18547 (sha256
18548 (base32
18549 "00zdbcncjabgj5mp47l1chymx5na18v2g4kj730dgmj3rnl3iz2q"))))
18550 (build-system emacs-build-system)
18551 (home-page "https://github.com/peterwvj/eshell-up")
18552 (synopsis "Quickly go to a parent directory in @code{Eshell}")
18553 (description "This package provides quick navigation to a specific
18554 parent directory using @code{Eshell}.")
18555 (license license:gpl3+))))
18556
18557 (define-public emacs-tco-el
18558 (let ((commit "482db5313f090b17ed22ccd856f0e141dc75afe6")
18559 (revision "1"))
18560 (package
18561 (name "emacs-tco-el")
18562 (version (git-version "0.3" revision commit))
18563 (source
18564 (origin
18565 (method git-fetch)
18566 (uri (git-reference
18567 (url "https://github.com/Wilfred/tco.el")
18568 (commit commit)))
18569 (file-name (git-file-name name version))
18570 (sha256
18571 (base32
18572 "1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"))))
18573 (build-system emacs-build-system)
18574 (propagated-inputs
18575 `(("emacs-dash" ,emacs-dash)))
18576 (native-inputs
18577 `(("emacs-ert-runner" ,emacs-ert-runner)
18578 ("emacs-undercover" ,emacs-undercover)))
18579 (arguments
18580 `(#:tests? #t
18581 #:test-command '("ert-runner")))
18582 (home-page "https://github.com/Wilfred/tco.el")
18583 (synopsis "Tail-call optimization for Emacs Lisp")
18584 (description "This package provides tail-call optimization for Emacs
18585 Lisp functions that call themselves in tail position.")
18586 (license license:gpl3+))))
18587
18588 (define-public emacs-equake
18589 (let ((commit "7eddc025ee61b83029363e22219af228b8c20681")
18590 (revision "2"))
18591 (package
18592 (name "emacs-equake")
18593 (version (git-version "0.85" revision commit))
18594 (source
18595 (origin
18596 (method git-fetch)
18597 (uri (git-reference
18598 (url "https://gitlab.com/emacsomancer/equake/")
18599 (commit commit)))
18600 (file-name (git-file-name name version))
18601 (sha256
18602 (base32
18603 "1c55pbqak3d02sw6z1139baxzy401b90g0gxzcc3j6sgplz6sc6w"))))
18604 (build-system emacs-build-system)
18605 (propagated-inputs
18606 `(("emacs-dash" ,emacs-dash)
18607 ("emacs-tco-el" ,emacs-tco-el)))
18608 (home-page "https://gitlab.com/emacsomancer/equake/")
18609 (synopsis "Drop-down console for @code{Eshell} and terminal emulators")
18610 (description "This package provides a Quake-style drop-down console
18611 compatible with Emacs' shell modes.")
18612 (license license:gpl3+))))
18613
18614 (define-public emacs-vdiff
18615 (let ((commit "09e15fc932bfd2febe1d4a65780a532394562b07")
18616 (revision "1"))
18617 (package
18618 (name "emacs-vdiff")
18619 (version (git-version "0.2.3" revision commit))
18620 (source
18621 (origin
18622 (method git-fetch)
18623 (uri (git-reference
18624 (url "https://github.com/justbur/emacs-vdiff.git")
18625 (commit commit)))
18626 (file-name (git-file-name name version))
18627 (sha256
18628 (base32
18629 "1gvqi5l4zs872nn4pmj603aza09d81qad2rgijzv268lif8z34db"))))
18630 (build-system emacs-build-system)
18631 (propagated-inputs
18632 `(("emacs-hydra" ,emacs-hydra)))
18633 (arguments
18634 `(#:tests? #t
18635 #:test-command '("emacs" "-Q" "-batch" "-L" "."
18636 "-l" "vdiff-test.el"
18637 "-f" "ert-run-tests-batch-and-exit")))
18638 (home-page "https://github.com/justbur/emacs-vdiff/")
18639 (synopsis "Frontend for diffing based on vimdiff")
18640 (description "This package permits comparisons of two or three buffers
18641 based on diff output.")
18642 (license license:gpl3+))))
18643
18644 (define-public emacs-vdiff-magit
18645 ;; Need to use a more recent commit than the latest release version because
18646 ;; of Magit and Transient
18647 (let ((commit "b100d126c69e5c26a61ae05aa1778bcc4302b597")
18648 (version "0.3.2")
18649 (revision "8"))
18650 (package
18651 (name "emacs-vdiff-magit")
18652 (version (git-version version revision commit))
18653 (source
18654 (origin
18655 (method git-fetch)
18656 (uri (git-reference
18657 (url "https://github.com/justbur/emacs-vdiff-magit/")
18658 (commit commit)))
18659 (file-name (git-file-name name version))
18660 (sha256
18661 (base32
18662 "16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"))))
18663 (build-system emacs-build-system)
18664 (propagated-inputs
18665 `(("emacs-vdiff" ,emacs-vdiff)
18666 ("emacs-magit" ,emacs-magit)
18667 ("emacs-transient" ,emacs-transient)))
18668 (home-page "https://github.com/justbur/emacs-vdiff-magit/")
18669 (synopsis "Frontend for diffing based on vimdiff")
18670 (description "This package permits comparisons of two or three buffers
18671 based on diff output.")
18672 (license license:gpl3+))))
18673
18674 (define-public emacs-all-the-icons-dired
18675 (let ((commit "980b7747d6c4a7992a1ec56afad908956db0a519")
18676 (version "1.0")
18677 (revision "1"))
18678 (package
18679 (name "emacs-all-the-icons-dired")
18680 (version (git-version version revision commit))
18681 (source
18682 (origin
18683 (method git-fetch)
18684 (uri (git-reference
18685 (url "https://github.com/jtbm37/all-the-icons-dired/")
18686 (commit commit)))
18687 (file-name (git-file-name name version))
18688 (sha256
18689 (base32
18690 "1pvbgyxfj4j205nj1r02045f1y4wgavdsk7f45hxkkhms1rj8jyy"))))
18691 (build-system emacs-build-system)
18692 (propagated-inputs
18693 `(("emacs-all-the-icons" ,emacs-all-the-icons)))
18694 (home-page "https://github.com/jtbm37/all-the-icons-dired/")
18695 (synopsis "Show icons for each file in @code{dired-mode}")
18696 (description "This package allows icons from @file{all-the-icons.el} to
18697 be used in @code{dired-mode}.")
18698 (license license:gpl3+))))
18699
18700 (define-public emacs-exwm-edit
18701 (let ((commit "961c0f3ea45766b888c73d7353da13d329538034")
18702 (version "0.0.1")
18703 (revision "1"))
18704 (package
18705 (name "emacs-exwm-edit")
18706 (version (git-version version revision commit))
18707 (source
18708 (origin
18709 (method git-fetch)
18710 (uri (git-reference
18711 (url "https://github.com/agzam/exwm-edit/")
18712 (commit commit)))
18713 (file-name (git-file-name name version))
18714 (sha256
18715 (base32
18716 "087pk5ckx753qrn6xpka9khhlp7iqlz76w7861x90av2f5cgy6fw"))))
18717 (build-system emacs-build-system)
18718 (propagated-inputs
18719 `(("emacs-exwm" ,emacs-exwm)))
18720 (home-page "https://github.com/agzam/exwm-edit/")
18721 (synopsis "Open temp buffers for editing text from EXWM buffers")
18722 (description "This package facilitates editing text from EXWM buffers by
18723 generating a temp buffer in which any useful Emacs utilities and modes can be
18724 invoked.")
18725 (license license:gpl3+))))
18726
18727 (define-public emacs-ert-async
18728 (package
18729 (name "emacs-ert-async")
18730 (version "0.1.2")
18731 (source
18732 (origin
18733 (method git-fetch)
18734 (uri (git-reference
18735 (url "https://github.com/rejeep/ert-async.el")
18736 (commit (string-append "v" version))))
18737 (file-name (git-file-name name version))
18738 (sha256
18739 (base32
18740 "0hn9i405nfhjd1h9vnwj43nxbbz00khrwkjq0acfyxjaz1shfac9"))))
18741 (build-system emacs-build-system)
18742 (home-page "https://github.com/rejeep/ert-async.el")
18743 (synopsis "Async support for ERT")
18744 (description "This package allows ERT to work with asynchronous tests.")
18745 (license license:gpl3+)))
18746
18747 (define-public emacs-prodigy-el
18748 (let ((commit "0a12eec1f001a4eef16b2c0c524f02f2647a4ff1")
18749 (revision "2"))
18750 (package
18751 (name "emacs-prodigy-el")
18752 (version (git-version "0.7.0" revision commit))
18753 (source
18754 (origin
18755 (method git-fetch)
18756 (uri (git-reference
18757 (url "https://github.com/rejeep/prodigy.el")
18758 (commit commit)))
18759 (file-name (git-file-name name version))
18760 (sha256
18761 (base32
18762 "02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"))))
18763 (build-system emacs-build-system)
18764 (propagated-inputs
18765 `(("emacs-dash" ,emacs-dash)
18766 ("emacs-s" ,emacs-s)
18767 ("emacs-f" ,emacs-f)))
18768 (native-inputs
18769 `(("emacs-el-mock" ,emacs-el-mock)
18770 ("emacs-ert-async" ,emacs-ert-async)))
18771 (home-page "https://github.com/rejeep/prodigy.el")
18772 (synopsis "Manage external services from within Emacs")
18773 (description "This package provides a GUI for defining and monitoring services.")
18774 (license license:gpl3+))))
18775
18776 (define-public emacs-web-server
18777 (let ((commit "cafa5b7582c57252a0884b2c33da9b18fb678713")
18778 (revision "1"))
18779 (package
18780 (name "emacs-web-server")
18781 (version (git-version "0.1.0" revision commit))
18782 (source
18783 (origin
18784 (method git-fetch)
18785 (uri (git-reference
18786 (url "https://github.com/eschulte/emacs-web-server/")
18787 (commit commit)))
18788 (file-name (git-file-name name version))
18789 (sha256
18790 (base32
18791 "1c0lfqmbs5hvz3fh3c8wgp6ipwmxrwx9xj264bjpj3phixd5419y"))))
18792 (build-system emacs-build-system)
18793 (native-inputs
18794 `(("curl" ,curl)))
18795 (arguments
18796 `(#:phases
18797 (modify-phases %standard-phases
18798 (add-after 'unpack 'set-shell
18799 ;; Setting the SHELL environment variable is required for the tests
18800 ;; to find sh.
18801 (lambda _
18802 (setenv "SHELL" (which "sh"))
18803 #t)))
18804 #:tests? #t
18805 #:test-command '("make" "check")))
18806 (home-page "https://github.com/eschulte/emacs-web-server/")
18807 (synopsis "Web server with handlers in Emacs Lisp")
18808 (description "This package supports HTTP GET and POST requests with
18809 url-encoded parameters, as well as web sockets.")
18810 (license license:gpl3+))))
18811
18812 (define-public emacs-markdown-preview-mode
18813 (package
18814 (name "emacs-markdown-preview-mode")
18815 (version "0.9.2")
18816 (source
18817 (origin
18818 (method git-fetch)
18819 (uri (git-reference
18820 (url "https://github.com/ancane/markdown-preview-mode")
18821 (commit (string-append "v" version))))
18822 (file-name (git-file-name name version))
18823 (sha256
18824 (base32
18825 "1d1id99gagymvzdfa1mwqh8y3szm8ii47rpijkfi1qnifjg5jaq9"))))
18826 (build-system emacs-build-system)
18827 (propagated-inputs
18828 `(("emacs-markdown-mode" ,emacs-markdown-mode)
18829 ("emacs-websocket" ,emacs-websocket)
18830 ("emacs-web-server" ,emacs-web-server)))
18831 (arguments '(#:include '("\\.el$" "\\.html$")))
18832 (home-page "https://github.com/ancane/markdown-preview-mode")
18833 (synopsis "Preview Markdown files")
18834 (description "This package provides a minor mode for preview of Markdown
18835 files, and sends rendered Markdown to a web browser.")
18836 (license license:gpl3+)))
18837
18838 (define-public emacs-dotenv-mode
18839 (package
18840 (name "emacs-dotenv-mode")
18841 (version "0.2.4")
18842 (source
18843 (origin
18844 (method git-fetch)
18845 (uri (git-reference
18846 (url "https://github.com/preetpalS/emacs-dotenv-mode")
18847 (commit (string-append "v" version))))
18848 (file-name (git-file-name name version))
18849 (sha256
18850 (base32
18851 "1fplkhxnsgdrg10iqsmw162zny2idz4vvv35spsb9j0hsk8imclc"))))
18852 (build-system emacs-build-system)
18853 (home-page "https://github.com/preetpalS/emacs-dotenv-mode")
18854 (synopsis "Major mode for @file{.env} files")
18855 (description "This package provides syntax highlighting for @file{.env}
18856 files.")
18857 (license license:gpl3+)))
18858
18859 (define-public emacs-add-node-modules-path
18860 (let ((commit "f31e69ccb681f882aebb806ce6e9478e3ac39708")
18861 (version "1.2.0")
18862 (revision "10"))
18863 (package
18864 (name "emacs-add-node-modules-path")
18865 (version (git-version version revision commit))
18866 (source
18867 (origin
18868 (method git-fetch)
18869 (uri (git-reference
18870 (url "https://github.com/codesuki/add-node-modules-path")
18871 (commit commit)))
18872 (file-name (git-file-name name version))
18873 (sha256
18874 (base32
18875 "0p106bqmvdr8by5iv02bshm339qbrjcch2d15mrm4h3nav03v306"))))
18876 (build-system emacs-build-system)
18877 (home-page "https://github.com/codesuki/add-node-modules-path")
18878 (synopsis "Add @file{node_modules} to the buffer-local @file{exec-path}")
18879 (description "This package searches the parent directories of the
18880 current file for the project's @file{node_modules/.bin/} directory, allowing
18881 Emacs to find project-specific installations of packages.")
18882 (license license:expat))))
18883
18884 (define-public emacs-flow-minor-mode
18885 (let ((commit "d1b32a7dd0d33c6a00a106da5f4b2323602cbd3e")
18886 (version "0.3")
18887 (revision "4"))
18888 (package
18889 (name "emacs-flow-minor-mode")
18890 (version (git-version version revision commit))
18891 (source
18892 (origin
18893 (method git-fetch)
18894 (uri (git-reference
18895 (url "https://github.com/an-sh/flow-minor-mode")
18896 (commit commit)))
18897 (file-name (git-file-name name version))
18898 (sha256
18899 (base32
18900 "169r4ib9qg9q6fm3p0p23qs1qx4pa9pg1qvyq4ysr85i7kwygppl"))))
18901 (build-system emacs-build-system)
18902 (home-page "https://github.com/an-sh/flow-minor-mode")
18903 (synopsis "Minor mode for JavaScript Flow files")
18904 (description "This package integrates Flow with Emacs, allowing for
18905 definition-jumping and type-checking on demand.")
18906 (license license:bsd-3))))
18907
18908 (define-public emacs-rjsx-mode
18909 (let ((commit "0e7fa6b4facdec4f85a7a8865bdf59dfd57217b5")
18910 (revision "2"))
18911 (package
18912 (name "emacs-rjsx-mode")
18913 (version (git-version "0.4" revision commit))
18914 (source
18915 (origin
18916 (method git-fetch)
18917 (uri (git-reference
18918 (url "https://github.com/felipeochoa/rjsx-mode")
18919 (commit commit)))
18920 (file-name (git-file-name name version))
18921 (sha256
18922 (base32
18923 "0s0871sx3ch09kgvbcp9na4zdrfrda62xjq8m9knbq5vnj8q8qpi"))))
18924 (build-system emacs-build-system)
18925 (propagated-inputs
18926 `(("emacs-js2-mode" ,emacs-js2-mode)))
18927 (arguments
18928 `(#:tests? #t
18929 #:test-command '("make" "test")))
18930 (home-page "https://github.com/felipeochoa/rjsx-mode")
18931 (synopsis "Major mode for JSX files")
18932 (description "This package extends the parser of @code{js2-mode} to
18933 support JSX syntax.")
18934 (license license:expat))))
18935
18936 (define-public emacs-origami-el
18937 (let ((commit "1f38085c8f9af7842765ed63f7d6dfe4dab59366")
18938 (version "1.0")
18939 (revision "1"))
18940 (package
18941 (name "emacs-origami-el")
18942 (version (git-version version revision commit))
18943 (source
18944 (origin
18945 (method git-fetch)
18946 (uri (git-reference
18947 (url "https://github.com/gregsexton/origami.el")
18948 (commit commit)))
18949 (file-name (git-file-name name version))
18950 (sha256
18951 (base32
18952 "0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
18953 (build-system emacs-build-system)
18954 (propagated-inputs
18955 `(("emacs-dash" ,emacs-dash)
18956 ("emacs-s" ,emacs-s)))
18957 (home-page "https://github.com/gregsexton/origami.el")
18958 (synopsis "Flexible text-folding")
18959 (description "This package provides a minor mode for collapsing and
18960 expanding regions of text without modifying the actual contents.")
18961 (license license:expat))))
18962
18963 (define-public emacs-peep-dired
18964 (let ((commit "c88a9a3050197840edfe145f11e0bb9488de32f4")
18965 (version "0")
18966 (revision "1"))
18967 (package
18968 (name "emacs-peep-dired")
18969 (version (git-version version revision commit))
18970 (source
18971 (origin
18972 (method git-fetch)
18973 (uri (git-reference
18974 (url "https://github.com/asok/peep-dired")
18975 (commit commit)))
18976 (file-name (git-file-name name version))
18977 (sha256
18978 (base32
18979 "1wy5qpnfri1gha2cnl6q20qar8dbl2mimpb43bnhmm2g3wgjyad6"))))
18980 (build-system emacs-build-system)
18981 (home-page "https://github.com/asok/peep-dired")
18982 (synopsis "Preview files in another window")
18983 (description "This package provides a minor mode that allows files to be
18984 previewed by scrolling up and down within a @code{dired} buffer.")
18985 (license license:gpl3+))))
18986
18987 (define-public emacs-counsel-etags
18988 (package
18989 (name "emacs-counsel-etags")
18990 (version "1.8.9")
18991 (source
18992 (origin
18993 (method git-fetch)
18994 (uri (git-reference
18995 (url "https://github.com/redguardtoo/counsel-etags")
18996 (commit version)))
18997 (file-name (git-file-name name version))
18998 (sha256
18999 (base32
19000 "0rmdl93kgyydwa96yclds9vwly41bpk8v18cbqc1x266w6v77dr9"))))
19001 (build-system emacs-build-system)
19002 (propagated-inputs
19003 `(("emacs-ivy" ,emacs-ivy)))
19004 (arguments
19005 `(#:tests? #t
19006 #:test-command '("make" "test")))
19007 (home-page "https://github.com/redguardtoo/counsel-etags")
19008 (synopsis "Fast @code{Ctags}/@code{Etags} solution with @code{ivy-mode}")
19009 (description "This package uses @code{ivy-mode} to facilitate navigating
19010 and searching through @code{Ctags} files.")
19011 (license license:gpl3+)))
19012
19013 (define-public emacs-ivy-clipmenu
19014 (let ((commit "d2071f2c5043a05d610cd1952e84176ca78c31dc"))
19015 (package
19016 (name "emacs-ivy-clipmenu")
19017 (version (git-version "0.0.1" "1" commit))
19018 (source (origin
19019 (method git-fetch)
19020 (uri (git-reference
19021 (url "https://github.com/wpcarro/ivy-clipmenu.el.git")
19022 (commit commit)))
19023 (file-name (git-file-name name version))
19024 (sha256
19025 (base32
19026 "0npd8glzk5z4n7y9mzbsbzi0cf3by19fqcki052jr3dga363lds7"))))
19027 (propagated-inputs
19028 `(("emacs-f" ,emacs-f)
19029 ("emacs-ivy" ,emacs-ivy)))
19030 (build-system emacs-build-system)
19031 (home-page "https://github.com/wpcarro/ivy-clipmenu.el")
19032 (synopsis "Ivy integration with clipmenu")
19033 (description "Ivy integration with the clipboard manager, clipmenu.")
19034 (license license:expat))))
19035
19036 (define-public emacs-org-download
19037 (let ((commit "10c9d7c8eed928c88a896310c882e3af4d8d0f61")
19038 (revision "2"))
19039 (package
19040 (name "emacs-org-download")
19041 (version (git-version "0.1.0" revision commit))
19042 (source (origin
19043 (method git-fetch)
19044 (uri (git-reference
19045 (url "https://github.com/abo-abo/org-download")
19046 (commit commit)))
19047 (sha256
19048 (base32
19049 "0i8wlx1i7y1vn5lqwjifvymvszg28a07vwqcm4jslf1v2ajs1lsl"))
19050 (file-name (git-file-name name version))))
19051 (build-system emacs-build-system)
19052 (propagated-inputs
19053 `(("emacs-org" ,emacs-org)
19054 ("emacs-async" ,emacs-async)))
19055 (home-page "https://github.com/abo-abo/org-download")
19056 (synopsis "Facilitate moving images")
19057 (description "This package provides utilities for managing image files
19058 copied into @code{org-mode} buffers.")
19059 (license license:gpl3+))))
19060
19061 (define-public emacs-dash-docs
19062 (let ((commit "111fd9b97001f1ad887b45e5308a14ddd68ce70a")
19063 (revision "1"))
19064 (package
19065 (name "emacs-dash-docs")
19066 (version (git-version "1.4.0" revision commit))
19067 (source
19068 (origin
19069 (method git-fetch)
19070 (uri (git-reference
19071 (url "https://github.com/dash-docs-el/dash-docs.git")
19072 (commit commit)))
19073 (file-name (git-file-name name version))
19074 (sha256
19075 (base32
19076 "0sckb7z0ylflva212bns7iq9mfnffgjghi0qspsbfwra35zb9xng"))))
19077 (build-system emacs-build-system)
19078 (propagated-inputs
19079 `(("emacs-async" ,emacs-async)))
19080 (native-inputs
19081 `(("emacs-undercover" ,emacs-undercover)
19082 ("emacs-ert-runner" ,emacs-ert-runner)))
19083 (arguments
19084 `(#:tests? #t
19085 #:test-command '("ert-runner")
19086 #:phases
19087 ;; this test requires network access, so remove it
19088 (modify-phases %standard-phases
19089 (add-before 'check 'make-tests-writable
19090 (lambda _
19091 (make-file-writable "test/dash-docs-test.el")
19092 #t))
19093 (add-before 'check 'delete-test
19094 (lambda _
19095 (emacs-batch-edit-file "test/dash-docs-test.el"
19096 `(progn (progn
19097 (goto-char (point-min))
19098 (re-search-forward "ert-deftest dash-docs-official-docsets-test")
19099 (beginning-of-line)
19100 (kill-sexp))
19101 (basic-save-buffer)))
19102 #t)))))
19103 (home-page "https://github.com/dash-docs-el/dash-docs")
19104 (synopsis "Offline documentation browser for APIs using Dash docsets")
19105 (description "This package exposes functionality to work with Dash docsets.")
19106 (license license:gpl3+))))
19107
19108 (define-public emacs-helm-dash
19109 (let ((commit "7f853bd34da666f0e9a883011c80f451b06f6c59")
19110 (revision "2"))
19111 (package
19112 (name "emacs-helm-dash")
19113 (version (git-version "1.3.0" revision commit))
19114 (source
19115 (origin
19116 (method git-fetch)
19117 (uri (git-reference
19118 (url "https://github.com/areina/helm-dash.git")
19119 (commit commit)))
19120 (file-name (git-file-name name version))
19121 (sha256
19122 (base32
19123 "0r192vzry1212ihabg9pgw9xar8zdgnbgy0vsgvfm8s5wj6ny7jp"))))
19124 (build-system emacs-build-system)
19125 (propagated-inputs
19126 `(("emacs-helm" ,emacs-helm)
19127 ("emacs-dash-docs" ,emacs-dash-docs)))
19128 (home-page "https://github.com/areina/helm-dash")
19129 (synopsis "Offline documentation browser for APIs using Dash docsets")
19130 (description "This package uses Helm to install and navigate through
19131 Dash docsets.")
19132 (license license:gpl3+))))
19133
19134 (define-public emacs-counsel-dash
19135 (let ((commit "7027868d483b51d949b9f20fb8f34b122ca61520")
19136 (revision "3"))
19137 (package
19138 (name "emacs-counsel-dash")
19139 (version (git-version "0.1.3" revision commit))
19140 (source
19141 (origin
19142 (method git-fetch)
19143 (uri (git-reference
19144 (url "https://github.com/dash-docs-el/counsel-dash.git")
19145 (commit commit)))
19146 (file-name (git-file-name name version))
19147 (sha256
19148 (base32
19149 "0h3f5pxnmb21pq4hh7k4w8jzflz1k2ap7nwpjc222w0q6x6jrbjp"))))
19150 (build-system emacs-build-system)
19151 (propagated-inputs
19152 `(("emacs-dash-docs" ,emacs-dash-docs)
19153 ("emacs-ivy" ,emacs-ivy)))
19154 (arguments
19155 `(#:phases
19156 (modify-phases %standard-phases
19157 (add-after 'unpack 'require-ivy
19158 (lambda _
19159 (substitute* "counsel-dash.el"
19160 (("^\\(require 'cl-lib\\)")
19161 "(require 'cl-lib)\n(require 'ivy)\n(require 'subr-x)"))
19162 #t)))))
19163 (home-page "https://github.com/dash-docs-el/counsel-dash")
19164 (synopsis "Offline documentation browser for APIs using Dash docsets")
19165 (description "This package uses @code{ivy-mode} to install and navigate
19166 through Dash docsets.")
19167 (license license:expat))))
19168
19169 (define-public emacs-el-patch
19170 (package
19171 (name "emacs-el-patch")
19172 (version "2.2.3")
19173 (source
19174 (origin
19175 (method git-fetch)
19176 (uri (git-reference
19177 (url "https://github.com/raxod502/el-patch")
19178 (commit version)))
19179 (file-name (git-file-name name version))
19180 (sha256
19181 (base32
19182 "18djslz177q6q33y82zmg2v6n9236a76kiqfvxdk4vbqzjbq82f7"))))
19183 (build-system emacs-build-system)
19184 (home-page "https://github.com/raxod502/el-patch")
19185 (synopsis "Future-proof your Emacs customizations")
19186 (description "This package allows for an alternate definition of an Elisp
19187 function to be specified and for any differences from the original definition
19188 to be examined using Ediff.")
19189 (license license:expat)))
19190
19191 (define-public emacs-info-plus
19192 (let ((commit "4a6b93c170169594e1e8ea60cd799a1a88a969da")
19193 (revision "2"))
19194 (package
19195 (name "emacs-info-plus")
19196 (version (git-version "0" revision commit))
19197 (source
19198 (origin
19199 (method git-fetch)
19200 (uri (git-reference
19201 (url "https://github.com/emacsmirror/info-plus")
19202 (commit commit)))
19203 (file-name (git-file-name name version))
19204 (sha256
19205 (base32
19206 "1xzmx7m1qbl3b1x6yq1db1a108xqaa64ljfv1hdw763zmy4kc6m0"))))
19207 (build-system emacs-build-system)
19208 (home-page "https://github.com/emacsmirror/info-plus")
19209 (synopsis "Extensions to @file{info.el}")
19210 (description "This package extends Emacs' @file{info.el} by allowing
19211 outline-enabled table of contents, additional metadata association for Info
19212 nodes, and more.")
19213 (license license:gpl2+))))
19214
19215 (define-public emacs-eval-sexp-fu-el
19216 (package
19217 (name "emacs-eval-sexp-fu-el")
19218 (version "0.5.0")
19219 (source
19220 (origin
19221 (method git-fetch)
19222 (uri (git-reference
19223 (url "https://github.com/hchbaw/eval-sexp-fu.el")
19224 (commit (string-append "v" version))))
19225 (file-name (git-file-name name version))
19226 (sha256
19227 (base32
19228 "01mpnpgmlnfbi2yw9dxz5iw72mw3lk223bj172i4fnx3xdrrxbij"))))
19229 (build-system emacs-build-system)
19230 (home-page "https://github.com/hchbaw/eval-sexp-fu.el")
19231 (synopsis "Enhancements for evaluating s-expressions")
19232 (description "This package provides provides variants of
19233 @code{eval-last-sexp} that work on the containing list or s-expression, as
19234 well as an option for visually flashing evaluated s-expressions.")
19235 (license license:gpl3+)))
19236
19237 (define-public emacs-counsel-tramp
19238 (package
19239 (name "emacs-counsel-tramp")
19240 (version "0.6.3")
19241 (source
19242 (origin
19243 (method git-fetch)
19244 (uri (git-reference
19245 (url "https://github.com/masasam/emacs-counsel-tramp")
19246 (commit version)))
19247 (file-name (git-file-name name version))
19248 (sha256
19249 (base32
19250 "1qy9lf7cyv6hp9mmpwh92cpdcffbxzyzchx6878d5pmk9qh6xy92"))))
19251 (build-system emacs-build-system)
19252 (propagated-inputs
19253 `(("emacs-ivy" ,emacs-ivy)))
19254 (home-page "https://github.com/masasam/emacs-counsel-tramp")
19255 (synopsis "Ivy interface for TRAMP")
19256 (description "This package allows @code{ivy-mode} to display and filter
19257 SSH servers.")
19258 (license license:gpl3+)))
19259
19260 (define-public emacs-tramp-auto-auth
19261 (let ((commit "f15a12dfab651aff60f4a9d70f868030a12344ac"))
19262 (package
19263 (name "emacs-tramp-auto-auth")
19264 (version (git-version "20191027" "1" commit))
19265 (source
19266 (origin
19267 (method git-fetch)
19268 (uri (git-reference
19269 (url "https://github.com/oitofelix/tramp-auto-auth.git")
19270 (commit commit)))
19271 (file-name (git-file-name name version))
19272 (sha256
19273 (base32
19274 "09nkjgwppjfgv04q0gv468qihgx4y3p39lpwbd6vbh3wgbccas9k"))))
19275 (build-system emacs-build-system)
19276 (home-page "https://github.com/oitofelix/tramp-auto-auth")
19277 (synopsis "TRAMP automatic authentication library")
19278 (description "This package provides @code{tramp-auto-auth-mode} Emacs
19279 global minor mode whose purpose is to automatically feed TRAMP sub-processes
19280 with passwords for paths matching regexps.")
19281 (license license:gpl3+))))
19282
19283 (define-public emacs-eacl
19284 (package
19285 (name "emacs-eacl")
19286 (version "2.0.1")
19287 (source
19288 (origin
19289 (method git-fetch)
19290 (uri (git-reference
19291 (url "https://github.com/redguardtoo/eacl")
19292 (commit version)))
19293 (file-name (git-file-name name version))
19294 (sha256
19295 (base32
19296 "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
19297 (build-system emacs-build-system)
19298 (propagated-inputs
19299 `(("emacs-ivy" ,emacs-ivy)))
19300 (home-page "https://github.com/redguardtoo/eacl")
19301 (synopsis "Auto-complete lines by using @code{grep} on a project")
19302 (description "This package provides auto-completion cammands for single
19303 and multiple lines of code in a project.")
19304 (license license:gpl3+)))
19305
19306 (define-public emacs-semantic-refactor
19307 ;; The last release, 0.5, was made on 2015-07-26 and there have been 47
19308 ;; commits since then.
19309 (let ((commit "6f2c97d17fb70f4ca2112f5a2b99a8ec162004f5"))
19310 (package
19311 (name "emacs-semantic-refactor")
19312 (version (git-version "0.5" "1" commit))
19313 (source
19314 (origin
19315 (method git-fetch)
19316 (uri (git-reference
19317 (url "https://github.com/tuhdo/semantic-refactor")
19318 (commit commit)))
19319 (file-name (git-file-name name version))
19320 (sha256
19321 (base32
19322 "1lyz3zjkx2csh0xdy1zpx8s32qp1p3sig57mwi9xhgpqjyf0axmb"))))
19323 (build-system emacs-build-system)
19324 (home-page "https://github.com/tuhdo/semantic-refactor")
19325 (synopsis "Refactoring tool for C/C++ and Lisp dialects")
19326 (description "This package provides a refactoring tool based on the
19327 Emacs Semantic parser framework. For C and C++ it supports operations such as:
19328
19329 @enumerate
19330 @item Generating class implementations
19331 @item Generating function prototypes
19332 @item Converting functions to function pointers
19333 @item Moving semantic units
19334 @item etc...
19335 @end enumerate
19336
19337 For Lisp dialects like Clojure, ELisp, and Scheme, it supports operations such
19338 as:
19339
19340 @enumerate
19341 @item Formatting the whole buffer
19342 @item Converting sexpressions to one or multiple lines
19343 @item etc...
19344 @end enumerate\n")
19345 (license license:gpl3+))))
19346
19347 (define-public emacs-nhexl-mode
19348 (package
19349 (name "emacs-nhexl-mode")
19350 (version "1.4")
19351 (source
19352 (origin
19353 (method url-fetch)
19354 (uri (string-append
19355 "https://elpa.gnu.org/packages/nhexl-mode-"
19356 version ".el"))
19357 (sha256
19358 (base32 "1c2q4w6hkvc7z4026hiqdcsm2scd6q35x7b0dk80h8qicsbi14c8"))))
19359 (build-system emacs-build-system)
19360 (home-page "https://elpa.gnu.org/packages/nhexl-mode.html")
19361 (synopsis "Minor mode to edit files via hex-dump format")
19362 (description
19363 "This package implements NHexl mode, a minor mode for editing files
19364 in hex dump format. The mode command is called @command{nhexl-mode}.
19365
19366 This minor mode implements similar functionality to @command{hexl-mode},
19367 but using a different implementation technique, which makes it
19368 usable as a \"plain\" minor mode. It works on any buffer, and does
19369 not mess with the undo log or with the major mode.
19370
19371 It also comes with:
19372
19373 @itemize
19374 @item @command{nhexl-nibble-edit-mode}: a \"nibble editor\" minor mode, where
19375 the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys
19376 (which only work for hex-digits) will only modify the nibble under point.
19377 @item @command{nhexl-overwrite-only-mode}: a minor mode to try and avoid
19378 moving text. In this minor mode, not only self-inserting keys overwrite
19379 existing text, but commands like `yank' and @command{kill-region} as well.
19380 @item It overrides @code{C-u} to use hexadecimal, so you can do @code{C-u a 4
19381 C-f} to advance by #xa4 characters.
19382 @end itemize\n")
19383 (license license:gpl3+)))
19384
19385 (define-public emacs-helm-wikipedia
19386 (let ((commit "126f044e0a0e1432e0791c33ce2a41875d704a9b"))
19387 (package
19388 (name "emacs-helm-wikipedia")
19389 (version (git-version "0.0.0" "1" commit))
19390 (home-page "https://github.com/emacs-helm/helm-wikipedia/")
19391 (source
19392 (origin
19393 (method git-fetch)
19394 (uri (git-reference
19395 (url home-page)
19396 (commit commit)))
19397 (file-name (git-file-name name version))
19398 (sha256
19399 (base32
19400 "148a5xsnbsiddhf9cl7yxdk41lrv38h0pip91kcflw9d7l0dp7pr"))))
19401 (build-system emacs-build-system)
19402 (inputs
19403 `(("helm" ,emacs-helm)))
19404 (synopsis "Search suggestions and article extracts from Wikipedia for Emacs")
19405 (description
19406 "This package provides an Emacs Helm interface for search suggestions
19407 and article extracts for Wikipedia.")
19408 (license license:gpl3+))))
19409
19410 (define-public emacs-webfeeder
19411 (package
19412 (name "emacs-webfeeder")
19413 (version "1.0.0")
19414 (source
19415 (origin
19416 (method url-fetch)
19417 (uri (string-append
19418 "https://elpa.gnu.org/packages/webfeeder-"
19419 version
19420 ".tar"))
19421 (sha256
19422 (base32
19423 "06y5vxw9m6pmbrzb8v2i3w9dnhgqxz06vyx1knmgi9cczlrj4a64"))))
19424 (build-system emacs-build-system)
19425 (home-page "https://gitlab.com/Ambrevar/emacs-webfeeder")
19426 (synopsis "Build RSS and Atom webfeeds from HTML files")
19427 (description
19428 "Webfeeder is an Emacs library to generate RSS and Atom feeds from HTML
19429 files. The various elements of the HTML input are parsed with customizable
19430 functions (e.g. @code{webfeeder-title-function}).")
19431 (license license:gpl3+)))
19432
19433 (define-public emacs-evil-numbers
19434 (let ((commit "6ea1c8c3a9b37bed63d48f1128e9a4910e68187e"))
19435 (package
19436 (name "emacs-evil-numbers")
19437 (version (git-version "0.4" "1" commit))
19438 (source (origin
19439 (method git-fetch)
19440 (uri (git-reference
19441 (url "https://github.com/dieggsy/evil-numbers")
19442 (commit commit)))
19443 (file-name (git-file-name name version))
19444 (sha256
19445 (base32
19446 "1aq95hj8x13py0pwsnc6wvd8cc5yv5qin8ym9js42y5966vwj4np"))))
19447 (build-system emacs-build-system)
19448 (home-page "https://github.com/dieggsy/evil-numbers")
19449 (synopsis "Increment and decrement numbers in Emacs")
19450 (description "This package increments and decrements binary, octal,
19451 decimal and hex literals. It works like C-a/C-x in Vim, i.e. searches for
19452 number up to EOL and then increments or decrements and keeps zero padding up
19453 (unlike in Vim). When a region is active, as in Evil's visual mode, all the
19454 numbers within that region will be incremented/decremented (unlike in Vim).
19455
19456 It is a fork of https://github.com/cofi/evil-numbers, which is unmaintained.")
19457 (license license:gpl3+))))
19458
19459 (define-public emacs-rotate-text
19460 (package
19461 (name "emacs-rotate-text")
19462 (version "0.1")
19463 (source (origin
19464 (method git-fetch)
19465 (uri (git-reference
19466 (url "https://github.com/nschum/rotate-text.el.git")
19467 (commit version)))
19468 (file-name (git-file-name name version))
19469 (sha256
19470 (base32
19471 "1cgxv4aibkvv6lnssynn0438a615fz3zq8hg9sb0lhfgsr99pxln"))))
19472 (build-system emacs-build-system)
19473 (home-page "http://nschum.de/src/emacs/rotate-text/")
19474 (synopsis "Cycle through words, symbols and patterns in Emacs")
19475 (description "@code{rotate-text} allows you rotate to commonly
19476 interchanged text with a single keystroke. For example, you can toggle
19477 between \"frame-width\" and \"frame-height\", between \"public\",
19478 \"protected\" and \"private\" and between \"variable1\", \"variable2\" through
19479 \"variableN\".")
19480 (license license:gpl2+)))
19481
19482 (define-public emacs-ediprolog
19483 (package
19484 (name "emacs-ediprolog")
19485 (version "1.2")
19486 (source
19487 (origin
19488 (method url-fetch)
19489 (uri (string-append
19490 "https://elpa.gnu.org/packages/ediprolog-"
19491 version
19492 ".el"))
19493 (sha256
19494 (base32
19495 "039ffvp7c810mjyargmgw1i87g0z8qs8qicq826sd9aiz9hprfaz"))))
19496 (build-system emacs-build-system)
19497 (home-page "https://elpa.gnu.org/packages/ediprolog.html")
19498 (synopsis "Emacs Does Interactive Prolog")
19499 (description "This package provides a major mode that let the user
19500 interact with SWI-Prolog in all buffers. For instance, one can consult Prolog
19501 programs and evaluate embedded queries. This mode is focused on the command
19502 @code{ediprolog-dwim} (Do What I Mean) which is supposed to, depending on the
19503 context, carry out the appropriate action.")
19504 (license license:gpl3+)))
19505
19506 (define-public emacs-evil-cleverparens
19507 (let ((commit "8c45879d49bfa6d4e414b6c1df700a4a51cbb869")
19508 (revision "1"))
19509 (package
19510 (name "emacs-evil-cleverparens")
19511 (version (git-version "2017-07-17" revision commit))
19512 (source (origin
19513 (method git-fetch)
19514 (uri (git-reference
19515 (url "https://github.com/luxbock/evil-cleverparens.git")
19516 (commit commit)))
19517 (sha256 (base32 "0lhnybpnk4n2yhlcnj9zxn0vi5hpjfaqfhvyfy7ckzz74g8v7iyw"))
19518 (file-name (git-file-name name version))))
19519 (build-system emacs-build-system)
19520 (propagated-inputs
19521 `(("emacs-evil" ,emacs-evil)
19522 ("emacs-paredit" ,emacs-paredit)
19523 ("emacs-smartparens" ,emacs-smartparens)))
19524 (home-page "https://github.com/luxbock/evil-cleverparens")
19525 (synopsis "Emacs modal editing optimized for editing Lisp")
19526 (description "@code{evil-cleverparens} remaps Evil keybindings to allow
19527 modal editing with screwing up the structure of Lisp code. Alternatives for
19528 verb commands which would are normally destructive (such as deletion) are
19529 provided. Those alternative commands are and bound by default to their
19530 corresponding Evil keys.")
19531 (license license:expat))))
19532
19533 (define-public emacs-evil-traces
19534 (let ((commit "1931e3ea2c64b4aec393a9c25063c330deff55e3")
19535 (revision "2"))
19536 (package
19537 (name "emacs-evil-traces")
19538 (version (git-version "0.0.1" revision commit))
19539 (source (origin
19540 (method git-fetch)
19541 (uri (git-reference
19542 (url "https://github.com/mamapanda/evil-traces.git")
19543 (commit commit)))
19544 (file-name (git-file-name name version))
19545 (sha256
19546 (base32
19547 "12p9lfxscs182vbd4dy0m5gacs3d4kyprbz5yndpwvl8g2qsqplz"))))
19548 (build-system emacs-build-system)
19549 (propagated-inputs
19550 `(("emacs-evil" ,emacs-evil)))
19551 (arguments
19552 `(#:phases
19553 (modify-phases %standard-phases
19554 (add-after 'unpack 'set-shell
19555 ;; Setting the SHELL environment variable is required for the tests
19556 ;; to find sh.
19557 (lambda _
19558 (setenv "SHELL" (which "sh"))
19559 #t)))
19560 #:tests? #t
19561 #:test-command '("make" "test")))
19562 (home-page "https://github.com/mamapanda/evil-traces")
19563 (synopsis "Visual hints for @code{evil-ex}")
19564 (description "This package adds visual hints to certain @code{ex}
19565 commands in @code{evil-mode}.")
19566 (license license:gpl3+))))
19567
19568 (define-public emacs-xterm-color
19569 (package
19570 (name "emacs-xterm-color")
19571 (version "1.9")
19572 (source (origin
19573 (method git-fetch)
19574 (uri (git-reference
19575 (url "https://github.com/atomontage/xterm-color.git")
19576 (commit version)))
19577 (file-name (git-file-name name version))
19578 (sha256
19579 (base32
19580 "0i9ivc5xhl5y5v0l18kbhfg8s2abb9zaimyx951b8bc0f5as68xm"))))
19581 (build-system emacs-build-system)
19582 (home-page "https://github.com/atomontage/xterm-color")
19583 (synopsis "ANSI & xterm-256 color text property translator for Emacs")
19584 (description "@code{xterm-color.el} is an ANSI control sequence to
19585 text-property translator.")
19586 (license license:bsd-2)))
19587
19588 (define-public emacs-org-noter
19589 (package
19590 (name "emacs-org-noter")
19591 (version "1.4.1")
19592 (source
19593 (origin
19594 (method git-fetch)
19595 (uri (git-reference
19596 (url "https://github.com/weirdNox/org-noter.git")
19597 (commit version)))
19598 (file-name (git-file-name name version))
19599 (sha256
19600 (base32
19601 "1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
19602 (build-system emacs-build-system)
19603 (propagated-inputs `(("emacs-org" ,emacs-org)))
19604 (home-page "https://github.com/weirdNox/org-noter")
19605 (synopsis "Synchronized, Org-mode, document annotator")
19606 (description
19607 "This package lets you create notes that are kept in sync when you
19608 scroll through the document, but that are external to it---the notes
19609 themselves live in an Org-mode file. As such, this leverages the power of
19610 Org-mode (the notes may have outlines, latex fragments, babel, etc...) while
19611 acting like notes that are made @emph{in} the document.")
19612 (license license:gpl3+)))
19613
19614 (define-public emacs-org-redmine
19615 (let ((commit "e77d013bc3784947c46a5c53f03cd7d3c68552fc"))
19616 (package
19617 (name "emacs-org-redmine")
19618 (version (git-version "0.1" "1" commit))
19619 (source (origin
19620 (method git-fetch)
19621 (uri (git-reference
19622 (url "https://github.com/gongo/org-redmine.git")
19623 (commit commit)))
19624 (file-name (git-file-name name version))
19625 (sha256
19626 (base32
19627 "06miv3mf2a39vkf6mmm5ssc47inqh7dq82khsyc03anz4d4lj822"))))
19628 (build-system emacs-build-system)
19629 (home-page "https://github.com/gongo/org-redmine/")
19630 (synopsis "Redmine tools using Emacs")
19631 (description "This program provides an Emacs client for Redmine.")
19632 (license license:gpl3+))))
19633
19634 (define-public emacs-multi-term
19635 (let ((commit "0804b11e52b960c80f5cd0712ee1e53ae70d83a4"))
19636 (package
19637 (name "emacs-multi-term")
19638 (version "1.2")
19639 (source (origin
19640 (method git-fetch)
19641 (uri (git-reference
19642 (url "https://github.com/manateelazycat/multi-term.git")
19643 (commit commit)))
19644 (file-name (git-file-name name version))
19645 (sha256
19646 (base32
19647 "0apvidmvb7rv05qjnjhax42ma8wrimik5vxx620dlbv17svz7iyf"))))
19648 (build-system emacs-build-system)
19649 (inputs `(("zsh" ,zsh)))
19650 (home-page "https://github.com/manateelazycat/multi-term")
19651 (synopsis "Manage multiple terminal buffers in Emacs")
19652 (description
19653 "This package enhances @code{term.el} with the following features:
19654
19655 @enumerate
19656 @item Functions to switch between multiple terminal buffers
19657 @item List of keys to be intercepted by @code{emacs-multi-term} instead of by
19658 the underlying terminal
19659 @item Kills the unused buffer left after exiting the terminal
19660 @item Kills the running sub-processes along with the terminal when killing the
19661 it forcibly
19662 @item Dedicated window for debugging program.
19663 @end enumerate")
19664 (license license:gpl3+))))
19665
19666 (define-public emacs-elpher
19667 (package
19668 (name "emacs-elpher")
19669 (version "1.4.6")
19670 (source
19671 (origin
19672 (method git-fetch)
19673 (uri (git-reference
19674 (url "https://github.com/tgvaughan/elpher")
19675 (commit (string-append "v" version))))
19676 (file-name (git-file-name name version))
19677 (sha256
19678 (base32
19679 "07xansmhn4l0b9ghzf56vyx8cqg0q01aq3pz5ikx2i19v5f0rc66"))))
19680 (build-system emacs-build-system)
19681 (native-inputs
19682 `(("texinfo" ,texinfo)))
19683 (arguments
19684 `(#:phases
19685 (modify-phases %standard-phases
19686 (add-before 'install 'build-doc
19687 (lambda _
19688 (invoke "makeinfo" "elpher.texi"))))))
19689 (home-page "https://github.com/tgvaughan/elpher")
19690 (synopsis "Gopher client for Emacs")
19691 (description "Elpher is a full-featured gopher client for Emacs. Its
19692 features include intuitive keyboard and mouse-driven browsing, out-of-the-box
19693 compatibility with evil-mode, clickable web and gopher links in plain text,
19694 caching of visited sites, pleasant and configurable visualization of Gopher
19695 directories, direct visualisation of image files, jumping directly to links by
19696 name (with autocompletion), a simple bookmark management system and
19697 connections using TLS encryption.")
19698 (license license:gpl3+)))
19699
19700 (define-public emacs-zerodark-theme
19701 (package
19702 (name "emacs-zerodark-theme")
19703 (version "4.6")
19704 (source
19705 (origin
19706 (method git-fetch)
19707 (uri (git-reference
19708 (url "https://github.com/NicolasPetton/zerodark-theme")
19709 (commit version)))
19710 (file-name (git-file-name name version))
19711 (sha256
19712 (base32
19713 "0pfyd1iqs7l2ngwgvj9n0r9k1px7yl16h8n502xdyf0pprxcs4p6"))))
19714 (build-system emacs-build-system)
19715 (propagated-inputs
19716 `(("emacs-flycheck" ,emacs-flycheck)
19717 ("emacs-all-the-icons" ,emacs-all-the-icons)))
19718 (home-page
19719 "https://gitlab.petton.fr/nico/zerodark-theme")
19720 (synopsis
19721 "Dark, medium contrast theme for Emacs")
19722 (description
19723 "Zerodark is a dark theme inspired from One Dark and Niflheim.
19724 An optional mode-line format can be enabled with @code{zerodark-setup-modeline-format}.")
19725 (license license:gpl3+)))
19726
19727 (define-public emacs-gnus-alias
19728 (package
19729 (name "emacs-gnus-alias")
19730 (version "20150316")
19731 (source (origin
19732 (method git-fetch)
19733 (uri (git-reference
19734 (url "https://github.com/hexmode/gnus-alias.git")
19735 (commit "9447d3ccb4c0e75d0468899cccff7aa249657bac")))
19736 (file-name (git-file-name name version))
19737 (sha256
19738 (base32
19739 "1i278npayv3kfxxd1ypi9n83q5l402sbc1zkm11pf8g006ifqsp4"))))
19740 (build-system emacs-build-system)
19741 (home-page "https://melpa.org/#/gnus-alias")
19742 (synopsis "Alternative to @code{gnus-posting-styles}")
19743 (description "This Emacs add-on provides a simple mechanism to switch
19744 Identities when using a @code{message-mode} or a @code{message-mode} derived
19745 mode. Identities can include @code{From} and @code{Organisation} headers,
19746 extra headers, body and signature. Other features include:
19747
19748 @itemize
19749 @item Switch Identities in a message buffer.
19750 @item Access original message to help determine Identity of the followup/reply
19751 message.
19752 @item Act on a forwarded message as if it were a message being replied to.
19753 @item Start a new message with a given Identity pre-selected.
19754 @end itemize")
19755 (license license:gpl2+)))
19756
19757 (define-public emacs-ox-epub
19758 (package
19759 (name "emacs-ox-epub")
19760 (version "0.3")
19761 (source (origin
19762 (method git-fetch)
19763 (uri (git-reference
19764 (url "https://github.com/ofosos/ox-epub.git")
19765 (commit (string-append "v" version))))
19766 (file-name (git-file-name name version))
19767 (sha256
19768 (base32
19769 "057sqmvm8hwkhcg3yd4i8zz2xlqsqrpyiklyiw750s3i5mxdn0k7"))))
19770 (build-system emacs-build-system)
19771 (home-page "https://github.com/ofosos/ox-epub")
19772 (synopsis "Export org mode projects to EPUB")
19773 (description "@code{ox-epub} extends the (X)HTML exporter to generate
19774 @code{.epub} files directly from OrgMode. This will export EPUB version 2,
19775 which should give broad compatibility. It should also be relatiely easy to
19776 convert the resulting @code{.epub} to a @code{.mobi} file. Needs a working
19777 zip utility (default is @code{zip}).")
19778 (license license:gpl3+)))
19779
19780 (define-public emacs-ox-hugo
19781 (package
19782 (name "emacs-ox-hugo")
19783 (version "0.8")
19784 (source
19785 (origin
19786 (method git-fetch)
19787 (uri (git-reference
19788 (url "https://github.com/kaushalmodi/ox-hugo.git")
19789 (commit (string-append "v" version))))
19790 (file-name (git-file-name name version))
19791 (sha256
19792 (base32
19793 "11h464cyc28ld0b0zridgm4drydc1qjxbm1y24zrwlkyqqjk6yr7"))))
19794 (build-system emacs-build-system)
19795 (home-page "https://ox-hugo.scripter.co")
19796 (synopsis "Hugo markdown back-end for Org export engine")
19797 (description
19798 "Ox-hugo is an Org exporter backend that exports Org to Hugo-compatible
19799 Markdown, Blackfriday, and also generates the front-matter in TOML or YAML
19800 format.")
19801 (license license:gpl3+)))
19802
19803 (define-public emacs-ox-pandoc
19804 (package
19805 (name "emacs-ox-pandoc")
19806 (version "20180510")
19807 (source (origin
19808 (method git-fetch)
19809 (uri (git-reference
19810 (url "https://github.com/kawabata/ox-pandoc.git")
19811 (commit "aa37dc7e94213d4ebedb85c384c1ba35007da18e")))
19812 (file-name (git-file-name name version))
19813 (sha256
19814 (base32
19815 "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
19816 (build-system emacs-build-system)
19817 (inputs
19818 `(("pandoc" ,ghc-pandoc)))
19819 (propagated-inputs
19820 `(("emacs-dash" ,emacs-dash)
19821 ("emacs-ht" ,emacs-ht)))
19822 (home-page "https://github.com/kawabata/ox-pandoc")
19823 (synopsis "Org exporter for Pandoc")
19824 (description "@code{ox-pandoc} is an exporter for converting Org-mode
19825 files to numerous other formats via Pandoc.")
19826 (license license:gpl3+)))
19827
19828 (define-public emacs-wc-mode
19829 (package
19830 (name "emacs-wc-mode")
19831 (version "1.3")
19832 (source (origin
19833 (method git-fetch)
19834 (uri (git-reference
19835 (url "https://github.com/bnbeckwith/wc-mode.git")
19836 (commit (string-append "v" version))))
19837 (file-name (git-file-name name version))
19838 (sha256
19839 (base32
19840 "0pjlxv46zzqdq6q131jb306vqlg4sfqls1x8vag7mmfw462hafqp"))))
19841 (build-system emacs-build-system)
19842 (home-page "https://github.com/bnbeckwith/wc-mode")
19843 (synopsis "Running word count with goals (minor mode)")
19844 (description "@code{wc-mode} is a minor mode, providing a ‘wc’ function
19845 for Emacs buffers as well as a modeline addition with live word, line and
19846 character counts. Additionally, a user can set specific goals for adding or
19847 deleting words. These goals were partly inspired by 750words.com where the
19848 goal of the site is to encourage writing by setting a goal of 750 words at a
19849 time.")
19850 (license license:gpl3+)))
19851
19852 (define-public emacs-mastodon
19853 (package
19854 (name "emacs-mastodon")
19855 (version "0.9.0")
19856 (source (origin
19857 (method git-fetch)
19858 (uri (git-reference
19859 (url "https://github.com/jdenen/mastodon.el.git")
19860 (commit version)))
19861 (file-name (git-file-name name version))
19862 (sha256
19863 (base32
19864 "0hwax6y9dghqwsbnb6f1bnc7gh8xsh5cvcnayk2sn49x8b0zi5h1"))))
19865 (build-system emacs-build-system)
19866 (arguments
19867 `(#:phases
19868 (modify-phases %standard-phases
19869 ;; Move the source files to the top level, which is included in
19870 ;; the EMACSLOADPATH.
19871 (add-after 'unpack 'move-source-files
19872 (lambda _
19873 (let ((el-files (find-files "./lisp" ".*\\.el$")))
19874 (for-each (lambda (f)
19875 (rename-file f (basename f)))
19876 el-files))
19877 #t)))))
19878 (home-page "https://github.com/jdenen/mastodon.el")
19879 (synopsis "Emacs client for Mastodon")
19880 (description "@code{mastodon.el} is an Emacs client for Mastodon, the
19881 federated microblogging social network.")
19882 (license license:gpl3+)))
19883
19884 ;; The last release tarball is for version 0.6. We pick a commit close to
19885 ;; version 0.6.10, which doesn't have a release tarball.
19886 (define-public emacs-ebdb
19887 (let ((commit "2a87f5ed2a53e3a4e91e8c88ba5afc49f5e945df")
19888 (revision "0"))
19889 (package
19890 (name "emacs-ebdb")
19891 (version (git-version "0.6.10" revision commit))
19892 (source (origin
19893 (method git-fetch)
19894 (uri (git-reference
19895 (url "https://github.com/girzel/ebdb.git")
19896 (commit commit)))
19897 (file-name (git-file-name name version))
19898 (sha256
19899 (base32
19900 "0fidy7z0c86dpqiss97sg5s92fd3fj4bdl8pqqdgg2m00jx4mrjz"))))
19901 (build-system emacs-build-system)
19902 (home-page "https://github.com/girzel/ebdb")
19903 (synopsis "EIEIO port of BBDB, Emacs's contact-management package")
19904 (description "EBDB is a contact management/addressbook package for
19905 Emacs. It's a re-write of the Insidious Big Brother Database (BBDB) using
19906 Emacs Lisp's (relatively new) EIEIO object oriented libraries.")
19907 (license license:gpl3+))))
19908
19909 (define-public emacs-refactor
19910 (package
19911 (name "emacs-refactor")
19912 (version "0.4")
19913 (source (origin
19914 (method git-fetch)
19915 (uri (git-reference
19916 (url "https://github.com/Wilfred/emacs-refactor.git")
19917 (commit version)))
19918 (file-name (git-file-name name version))
19919 (sha256
19920 (base32
19921 "1yky7vlv91501xb43xk19rr8mxlvrsxhawsc98jivf64nad5dqay"))))
19922 (build-system emacs-build-system)
19923 (propagated-inputs
19924 `(("emacs-dash" ,emacs-dash)
19925 ("emacs-s" ,emacs-s)
19926 ("emacs-popup" ,emacs-popup)
19927 ("emacs-list-utils" ,emacs-list-utils)
19928 ("emacs-iedit" ,emacs-iedit)))
19929 (home-page "https://github.com/Wilfred/emacs-refactor/")
19930 (synopsis "Language-specific refactoring in Emacs")
19931 (description "Emacs Refactor (EMR) is a framework for providing
19932 language-specific refactoring in Emacs. It includes refactoring commands for
19933 a variety of languages, including elisp itself.")
19934 (license license:gpl3+)))
19935
19936 (define-public emacs-flyspell-correct
19937 (package
19938 (name "emacs-flyspell-correct")
19939 (version "0.5")
19940 (source
19941 (origin
19942 (method git-fetch)
19943 (uri (git-reference
19944 (url "https://github.com/d12frosted/flyspell-correct.git")
19945 (commit (string-append "v" version))))
19946 (file-name (git-file-name name version))
19947 (sha256
19948 (base32
19949 "1r9hmz7sihhy7npv6nxp04sy57glzmfax5d67mwn96fdnc0yhlnd"))))
19950 (build-system emacs-build-system)
19951 (propagated-inputs
19952 `(("emacs-helm" ,emacs-helm)
19953 ("emacs-ivy" ,emacs-ivy)
19954 ("emacs-popup" ,emacs-popup)))
19955 (home-page
19956 "https://github.com/d12frosted/flyspell-correct")
19957 (synopsis
19958 "Correcting words with flyspell via custom interfaces")
19959 (description
19960 "This package provides functionality for correcting words via custom
19961 interfaces. Several interfaces are supported beside the classic ido: popup,
19962 helm and ivy.")
19963 (license license:gpl3+)))
19964
19965 (define-public emacs-org-emms
19966 (let ((commit "07a8917f3d628c32e5de1dbd118ac08203772533")
19967 (revision "1"))
19968 (package
19969 (name "emacs-org-emms")
19970 (version
19971 (git-version "0.1" revision commit))
19972 (source
19973 (origin
19974 (method git-fetch)
19975 (uri (git-reference
19976 (url "https://gitlab.com/jagrg/org-emms.git")
19977 (commit commit)))
19978 (file-name (git-file-name name commit))
19979 (sha256
19980 (base32
19981 "1sqsm5sv311xfdk4f4rsnvprdf2v2vm7l1b3vqi7pc0g8adlnw1d"))))
19982 (build-system emacs-build-system)
19983 (propagated-inputs
19984 `(("emms" ,emacs-emms)
19985 ("emacs-org" ,emacs-org)))
19986 (home-page "https://gitlab.com/jagrg/org-emms")
19987 (synopsis "Play multimedia files from org-mode")
19988 (description
19989 "This package provides a new org link type for playing back multimedia
19990 files from org-mode using EMMS, The Emacs Multimedia System. If the link
19991 contains a track position, playback will start at the specified position.")
19992 (license license:gpl3+))))
19993
19994 (define-public emacs-org-jira
19995 (package
19996 (name "emacs-org-jira")
19997 (version "4.3.1")
19998 (source
19999 (origin
20000 (method git-fetch)
20001 (uri (git-reference
20002 (url "https://github.com/ahungry/org-jira.git")
20003 (commit version)))
20004 (file-name (git-file-name name version))
20005 (sha256
20006 (base32
20007 "1l80r2a9zzbfk2c78i40h0ww79vm9v4j6xi2h5i4w9kqh10rs6h2"))))
20008 (build-system emacs-build-system)
20009 (propagated-inputs
20010 `(("emacs-request" ,emacs-request)
20011 ("emacs-s" ,emacs-s)
20012 ("emacs-dash" ,emacs-dash)
20013 ("emacs-org" ,emacs-org)))
20014 (home-page "https://github.com/ahungry/org-jira")
20015 (synopsis "Syncing between Jira and Org-mode")
20016 (description
20017 "This package provides an extension to org-mode for syncing issues with
20018 JIRA issue servers.")
20019 (license license:gpl3+)))
20020
20021 (define-public emacs-systemd-mode
20022 (package
20023 (name "emacs-systemd-mode")
20024 (version "1.6")
20025 (source (origin
20026 (method git-fetch)
20027 (uri (git-reference
20028 (url "https://github.com/holomorph/systemd-mode.git")
20029 (commit (string-append "v" version))))
20030 (file-name (git-file-name name version))
20031 (sha256
20032 (base32
20033 "0ylgnvpfindg4cxccbqy02ic7p0i9rygf1w16dm1filwhbqvjplq"))))
20034 (build-system emacs-build-system)
20035 (arguments '(#:include '("\\.el$" "\\.txt$")))
20036 (home-page "https://github.com/holomorph/systemd-mode")
20037 (synopsis
20038 "Major mode for editing systemd units")
20039 (description
20040 "Major mode for editing systemd units in GNU Emacs.")
20041 (license license:gpl3+)))
20042
20043 (define-public emacs-ssh-config-mode
20044 (let ((commit "4c1dfa57d452cb5654453bf186c8ff63e1e71b56")
20045 (revision "1"))
20046 (package
20047 (name "emacs-ssh-config-mode")
20048 (version (git-version "8.0" revision commit))
20049 (source
20050 (origin
20051 (method git-fetch)
20052 (uri
20053 (git-reference
20054 (url "https://github.com/jhgorrell/ssh-config-mode-el.git")
20055 (commit commit)))
20056 (file-name (git-file-name name commit))
20057 (sha256
20058 (base32
20059 "0crglfdazzckizbwzmgl2rn6j85avfzkr1q7ijxd17rp2anvr9bd"))))
20060 (build-system emacs-build-system)
20061 (arguments '(#:include '("\\.el$" "\\.txt$")))
20062 (home-page
20063 "https://github.com/jhgorrell/ssh-config-mode-el")
20064 (synopsis
20065 "Mode for fontification of ~/.ssh/config")
20066 (description
20067 "This package fontifies the ssh config keywords and creates
20068 keybindings for skipping from host section to host section.")
20069 (license license:gpl3+))))
20070
20071 (define-public emacs-ssh-agency
20072 (package
20073 (name "emacs-ssh-agency")
20074 (version "0.4")
20075 (source (origin
20076 (method git-fetch)
20077 (uri (git-reference
20078 (url "https://github.com/magit/ssh-agency.git")
20079 (commit version)))
20080 (file-name (git-file-name name version))
20081 (sha256
20082 (base32
20083 "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"))))
20084 (build-system emacs-build-system)
20085 (propagated-inputs
20086 `(("dash" ,emacs-dash)))
20087 (home-page "https://github.com/magit/ssh-agency")
20088 (synopsis "Manage @code{ssh-agent} from Emacs")
20089 (description
20090 "This package provides functions to startup @code{ssh-agent}, set the
20091 needed environment variables in Emacs, and prompt for passphrases from within
20092 Emacs so that pushes and pulls from @code{magit} will not require entering any
20093 passphrase.
20094
20095 It can also be useful on Unix-like platforms to delay having to enter your
20096 passphrase until the first time you push to a remote.")
20097 (license license:gpl3+)))
20098
20099 (define-public emacs-tao-theme
20100 (let ((commit "c5107fbe7e752f4e58c2d2147ff18a1ebb12937c")
20101 (revision "0"))
20102 (package
20103 (name "emacs-tao-theme")
20104 (version (git-version "0" revision commit))
20105 (source
20106 (origin
20107 (method git-fetch)
20108 (uri (git-reference
20109 (url "https://github.com/11111000000/tao-theme-emacs.git")
20110 (commit commit)))
20111 (file-name (git-file-name name version))
20112 (sha256
20113 (base32
20114 "07vvlglmkj87hpxz79s3bl2cjn71vain57fdxs7j9vlr5jkchxwn"))))
20115 (build-system emacs-build-system)
20116 (home-page "https://github.com/11111000000/tao-theme-emacs")
20117 (synopsis "Parameterized uncolored color themes for Emacs")
20118 (description
20119 "This package provides two parameterized uncolored color themes for
20120 Emacs: @code{tao-yin} and @code{tao-yang}. The default
20121 @code{tao-theme-scale-fn} is @code{tao-theme-golden-scale}.
20122
20123 You can customize: @code{tao-theme-scale-fn}, that returns 16 2-digit numbers;
20124 @code{tao-theme-scale-filter-fn}, for edge filter; and
20125 @code{tao-theme-use-height}.")
20126 (license license:gpl3+))))
20127
20128 (define-public emacs-almost-mono-themes
20129 (let ((commit "c3a85c1a665530a5d830665969725cdba8eceb75")
20130 (revision "0"))
20131 (package
20132 (name "emacs-almost-mono-themes")
20133 (version (git-version "0" revision commit))
20134 (source
20135 (origin
20136 (method git-fetch)
20137 (uri (git-reference
20138 (url "https://github.com/cryon/almost-mono-themes.git")
20139 (commit commit)))
20140 (file-name (git-file-name name version))
20141 (sha256
20142 (base32
20143 "034k32xkr5ma415hlkbl35z0jxc4sa1inf87hg3y6lrlfl83fyjh"))))
20144 (build-system emacs-build-system)
20145 (home-page "https://github.com/cryon/almost-mono-themes")
20146 (synopsis "Almost monochromatic themes for emacs in a few variants")
20147 (description
20148 "This package provides a collection of almost monochrome Emacs themes:
20149 @code{almost-mono-black} and @code{almost-mono-white}.")
20150 (license license:gpl3+))))
20151
20152 (define-public emacs-quasi-monochrome
20153 (let ((commit "68060dbbc0bbfe4924387392874186c5a29bb434")
20154 (revision "0"))
20155 (package
20156 (name "emacs-quasi-monochrome")
20157 (version (git-version "1.2" revision commit))
20158 (source
20159 (origin
20160 (method git-fetch)
20161 (uri (git-reference
20162 (url "https://github.com/lbolla/emacs-quasi-monochrome.git")
20163 (commit commit)))
20164 (file-name (git-file-name name version))
20165 (sha256
20166 (base32
20167 "0zp2xr0bjfqrpb0bqczzick1vvbjmipjavrdi70kw6a9caynvq22"))))
20168 (build-system emacs-build-system)
20169 (home-page "https://github.com/lbolla/emacs-quasi-monochrome")
20170 (synopsis "Dark color theme for Emacs")
20171 (description
20172 "This package provides a dark color theme with a black background, high
20173 contrast and few colors.")
20174 (license license:gpl3+))))
20175
20176 (define-public emacs-doom-themes
20177 (let ((commit "54039c5171e3f8c9cef1f82122549b66cd8c8f7b")
20178 (revision "4")
20179 (version "2.1.6"))
20180 (package
20181 (name "emacs-doom-themes")
20182 (version (git-version version revision commit))
20183 (source (origin
20184 (method git-fetch)
20185 (uri (git-reference
20186 (url "https://github.com/hlissner/emacs-doom-themes.git")
20187 (commit commit)))
20188 (file-name (git-file-name name version))
20189 (sha256
20190 (base32 "1iwdjq4q2gkhi6jwas3ywgmdz5dg14sfb3fzhqd7wih6j3i2l3cr"))))
20191 (build-system emacs-build-system)
20192 (native-inputs
20193 `(("emacs-ert-runner" ,emacs-ert-runner)))
20194 (arguments
20195 `(#:tests? #t
20196 #:test-command '("ert-runner")
20197 #:modules ((guix build emacs-build-system)
20198 (guix build utils)
20199 (guix build emacs-utils)
20200 (srfi srfi-1))
20201 #:phases
20202 (modify-phases %standard-phases
20203 (add-after 'unpack 'move-themes
20204 (lambda _
20205 ;; Move the source files to the top level, which is in the
20206 ;; EMACSLOADPATH.
20207 (for-each (lambda (f)
20208 (rename-file f (basename f)))
20209 (find-files "./themes" ".*\\.el$"))
20210 #t))
20211 ;; There is a byte-code overflow issue in the latest checkout
20212 ;; which affects byte-compilation for several (read `most') theme
20213 ;; files. In order to cope with this issue, we disable
20214 ;; byte-compilation until this issue is resolved.
20215 ;; <https://github.com/hlissner/emacs-doom-themes/issues/314>
20216 ;;
20217 ;; NOTE: Byte-comp has been disabled in/after commit 9cd6872.
20218 ;; However our method of selective disabling is preferential to
20219 ;; just widely disabling byte-compilation.
20220 (add-after 'move-themes 'disable-breaking-compilation
20221 (lambda _
20222 (for-each (lambda (file)
20223 (chmod file #o600) ; needed to write changes.
20224 (emacs-batch-disable-compilation file))
20225 (cons "doom-themes-ext-neotree.el"
20226 ;; NOTE: When updating this package, determine
20227 ;; whether changed theme files can byte-compile.
20228 ;; If they can successfully byte-compile, add them
20229 ;; to this list of exceptions.
20230 (lset-difference string-contains
20231 (find-files "." ".*-theme.el")
20232 '("material"
20233 "snazzy"
20234 "tomorrow-day"))))
20235 #t)))))
20236 (synopsis "Wide collection of color themes for Emacs")
20237 (description "Emacs-doom-themes contains numerous popular color themes for
20238 Emacs that integrate with major modes like Org-mode.")
20239 (home-page "https://github.com/hlissner/emacs-doom-themes")
20240 (license license:expat))))
20241
20242 (define-public emacs-modus-themes
20243 (package
20244 (name "emacs-modus-themes")
20245 (version "0.4.0")
20246 (source
20247 (origin
20248 (method git-fetch)
20249 (uri (git-reference
20250 (url "https://gitlab.com/protesilaos/modus-themes.git")
20251 (commit version)))
20252 (file-name (git-file-name name version))
20253 (sha256
20254 (base32 "0c4y3y9mjf6x2b9087fk6nkxvgvm9f5l1p2vdwqny80vp4krsb8r"))))
20255 (build-system emacs-build-system)
20256 (home-page "https://gitlab.com/protesilaos/modus-themes")
20257 (synopsis "Emacs themes designed for colour-contrast accessibility")
20258 (description
20259 "This is a set of accessible themes for GNU Emacs. The contrast ratio
20260 between foreground and background values should always be >= 7:1, which
20261 conforms with the WCAG AAA accessibility standard.
20262
20263 The Modus themes project consists of two standalone items, one where dark text
20264 is cast on a light backdrop (Modus Operandi) and another where light text is
20265 displayed against a dark background (Modus Vivendi).")
20266 (license license:gpl3+)))
20267
20268 (define-public emacs-punpun-theme
20269 (let ((commit "2f78125609277b2478abdebd8f9d5ee10a823b65")
20270 (revision "0"))
20271 (package
20272 (name "emacs-punpun-theme")
20273 (version (git-version "0" revision commit))
20274 (source
20275 (origin
20276 (method git-fetch)
20277 (uri (git-reference
20278 (url "https://github.com/wasamasa/punpun-theme.git")
20279 (commit commit)))
20280 (file-name (git-file-name name version))
20281 (sha256
20282 (base32
20283 "1sgxrj3igzq86h3whfymxf4qzv9kpvcrlhbvjmnp7fwrplys0n7d"))))
20284 (build-system emacs-build-system)
20285 (home-page "https://github.com/wasamasa/punpun-theme")
20286 (synopsis "Bleak Emacs theme")
20287 (description
20288 "A bleak theme. Uses shades of gray and the occasional splash of
20289 color. Designed for 256-color terminals. Comes in light and dark!")
20290 (license license:gpl3+))))
20291
20292 (define-public emacs-elixir-mode
20293 (package
20294 (name "emacs-elixir-mode")
20295 (version "2.3.1")
20296 (source
20297 (origin
20298 (method git-fetch)
20299 (uri (git-reference
20300 (url "https://github.com/elixir-editors/emacs-elixir.git")
20301 (commit (string-append "v" version))))
20302 (file-name (git-file-name name version))
20303 (sha256
20304 (base32 "06bi68x49v6f7flpz279mm4jpg31ll3s274givm3pvr8slcxs6xg"))))
20305 (build-system emacs-build-system)
20306 (propagated-inputs
20307 `(("emacs-pkg-info" ,emacs-pkg-info)))
20308 (home-page
20309 "https://github.com/elixir-editors/emacs-elixir")
20310 (synopsis "Major mode for editing Elixir files")
20311 (description
20312 "Elixir-Mode Provides font-locking, indentation and navigation support
20313 for the Elixir programming language.")
20314 (license license:gpl3+)))
20315
20316 (define-public emacs-dimmer
20317 (package
20318 (name "emacs-dimmer")
20319 (version "0.3.0")
20320 (source
20321 (origin
20322 (method git-fetch)
20323 (uri (git-reference
20324 (url "https://github.com/gonewest818/dimmer.el.git")
20325 (commit version)))
20326 (file-name (git-file-name name version))
20327 (sha256
20328 (base32 "1jv9rrv15nb5hpwcaqlpjj932gyisrkwbv11czkg3v0bn7qn6yif"))))
20329 (build-system emacs-build-system)
20330 (home-page "https://github.com/gonewest818/dimmer.el")
20331 (synopsis "Visually highlights the selected buffer in Emacs")
20332 (description "Dimmer provides a minor mode that indicates which buffer is
20333 currently active by dimming the faces in the other buffers. It does this
20334 nondestructively, and computes the dimmed faces dynamically such that your
20335 overall color scheme is shown in a muted form without requiring you to define
20336 what is a \"dim\" version of every face.")
20337 (license license:gpl3+)))
20338
20339 (define-public emacs-minibuffer-line
20340 (package
20341 (name "emacs-minibuffer-line")
20342 (version "0.1")
20343 (source
20344 (origin
20345 (method url-fetch)
20346 (uri (string-append
20347 "https://elpa.gnu.org/packages/minibuffer-line-"
20348 version
20349 ".el"))
20350 (sha256
20351 (base32 "1ny4iirp26na5118wfgxlv6fxlrdclzdbd9m0lkrv51w0qw7spil"))))
20352 (build-system emacs-build-system)
20353 (home-page "https://elpa.gnu.org/packages/minibuffer-line.html")
20354 (synopsis "Display status info in the minibuffer window")
20355 (description
20356 "This package lets you display various status information in the
20357 minibuffer window instead of the mode-line. Of course, this is only displayed
20358 when the minibuffer window is not already used for other things (e.g. a
20359 minibuffer or an each area message).
20360
20361 The contents and aspect is controlled by the @code{minibuffer-line-format}
20362 variable and the @code{minibuffer-line} face.")
20363 (license license:gpl3+)))
20364
20365 (define-public emacs-eshell-prompt-extras
20366 (package
20367 (name "emacs-eshell-prompt-extras")
20368 (version "1.0")
20369 (home-page "https://github.com/zwild/eshell-prompt-extras")
20370 (source
20371 (origin
20372 (method git-fetch)
20373 (uri (git-reference
20374 (url home-page)
20375 (commit version)))
20376 (file-name (git-file-name name version))
20377 (sha256
20378 (base32
20379 "0gb07mns23dgqqr6qfy7d6ndizy15sqgbgfaig6k5xbjnwi02v9g"))))
20380 (build-system emacs-build-system)
20381 (synopsis "Display extra information and color for your Eshell prompt")
20382 (description "This library displays various customizable elements for
20383 @code{eshell} prompts: remote user, remote host, python virtual environment
20384 info, git branch, git dirty info and git unpushed number. Multiple themes are
20385 available.")
20386 (license license:gpl3+)))
20387
20388 (define-public emacs-eshell-did-you-mean
20389 (package
20390 (name "emacs-eshell-did-you-mean")
20391 (version "0.1")
20392 (home-page "https://github.com/xuchunyang/eshell-did-you-mean")
20393 (source
20394 (origin
20395 (method git-fetch)
20396 (uri (git-reference
20397 (url home-page)
20398 (commit (string-append "v" version))))
20399 (file-name (git-file-name name version))
20400 (sha256
20401 (base32
20402 "0v0wshck5n4hspcv1zk1g2nm6xiigcjp16lx0dc8wzkl6ymljvbg"))))
20403 (build-system emacs-build-system)
20404 (synopsis "Display suggestions on 'command not found' in Eshell")
20405 (description "This library adds a list of 'Did you mean...' suggestions
20406 when the command was not found in Eshell. The suggestions are found after the
20407 commands that bear resemblance to the input command.")
20408 (license license:gpl3+)))
20409
20410 (define-public emacs-unfill
20411 (package
20412 (name "emacs-unfill")
20413 (version "0.2")
20414 (home-page "https://github.com/purcell/unfill")
20415 (source
20416 (origin
20417 (method git-fetch)
20418 (uri (git-reference
20419 (url home-page)
20420 (commit version)))
20421 (file-name (git-file-name name version))
20422 (sha256
20423 (base32 "0wyradin5igp25nsd3n22i2ppxhmy49ac1iq1w2715v8pfmiydnc"))))
20424 (build-system emacs-build-system)
20425 (synopsis "Inverse of Emacs' @code{fill-paragraph} and @code{fill-region}")
20426 (description
20427 "The functions in this package provide the inverse of Emacs'
20428 @code{fill-paragraph} and @code{fill-region}.")
20429 (license license:gpl3+)))
20430
20431 (define-public emacs-windower
20432 (package
20433 (name "emacs-windower")
20434 (version "0.0.1")
20435 (home-page "https://gitlab.com/ambrevar/emacs-windower")
20436 (source
20437 (origin
20438 (method git-fetch)
20439 (uri (git-reference
20440 (url home-page)
20441 (commit version)))
20442 (file-name (git-file-name name version))
20443 (sha256
20444 (base32 "0h24gb1ip0czfasxm8wwcc3v19g7mznzw2sxkmmfb5iis59p7dfy"))))
20445 (build-system emacs-build-system)
20446 (synopsis "Helper functions for window manipulation in Emacs")
20447 (description
20448 "This package provides helper functions for window manipulation in Emacs,
20449 such as:
20450
20451 @itemize
20452 - switch to last buffer,
20453 - toggle single window display,
20454 - toggle between horizontal and vertical splits,
20455 - move borders more naturally,
20456 - swap windows à-la @code{windmove}.
20457 @end itemize\n")
20458 (license license:gpl3+)))
20459
20460 (define-public emacs-flycheck-cpplint
20461 (let ((commit "1d8a090861572258ab704915263feeb3a436c3d2")
20462 (revision "1"))
20463 (package
20464 (name "emacs-flycheck-cpplint")
20465 (version (git-version "0.1" revision commit))
20466 (source
20467 (origin
20468 (method git-fetch)
20469 (uri (git-reference
20470 (url "https://github.com/flycheck/flycheck-google-cpplint")
20471 (commit commit)))
20472 (file-name (git-file-name name version))
20473 (sha256
20474 (base32 "0l6sg83f6z8x2alnblpv03rj442sbnkkkcbf8i0agjmx3713a5yx"))))
20475 (build-system emacs-build-system)
20476 (arguments
20477 `(#:phases
20478 (modify-phases %standard-phases
20479 (add-after 'unpack 'set-cpplint-path
20480 (lambda _
20481 (substitute* "flycheck-google-cpplint.el"
20482 (("\"cpplint.py\"")
20483 (string-append "\"" (which "cpplint") "\"")))
20484 #t)))))
20485 (inputs
20486 `(("cpplint" ,cpplint)))
20487 (propagated-inputs
20488 `(("flycheck-mode" ,emacs-flycheck)))
20489 (synopsis "Google C++ checker for Flycheck")
20490 (description "This package provides a interface for @code{cpplint} over
20491 Flycheck plugin. @code{cpplint} is a static code checker for C++, following
20492 Google guidelines.")
20493 (home-page "https://github.com/flycheck/flycheck-google-cpplint")
20494 (license license:gpl3+))))
20495
20496 (define-public emacs-helm-fish-completion
20497 (package
20498 (name "emacs-helm-fish-completion")
20499 (version "0.2")
20500 (home-page "https://github.com/emacs-helm/helm-fish-completion")
20501 (source
20502 (origin
20503 (method git-fetch)
20504 (uri (git-reference
20505 (url home-page)
20506 (commit version)))
20507 (file-name (git-file-name name version))
20508 (sha256
20509 (base32 "089gp2k22xwn33z8brpyb7r18vpyralq2cwxj1xsc8b2sj9s4896"))))
20510 (build-system emacs-build-system)
20511 (propagated-inputs
20512 `(("helm" ,emacs-helm)
20513 ("fish-completion" ,emacs-fish-completion)))
20514 (synopsis "Helm interface for Emacs fish-completion")
20515 (description "Helm Fish Completion is a Helm interface for Emacs
20516 fish-completion. It can be used in both Eshell and M-x shell.")
20517 (license license:gpl3+)))
20518
20519 (define-public emacs-telega
20520 ;; This package has versions newer than indicated on MELPA.
20521 ;; Get the current version from `telega-version` in telega.el.
20522 ;; or by running M-x telega-version.
20523 (let ((commit "ae09592498ce380e57fbb76725fd4c89ae248864")
20524 (revision "0")
20525 (version "0.6.0"))
20526 (package
20527 (name "emacs-telega")
20528 (version (git-version version revision commit))
20529 (source
20530 (origin
20531 (method git-fetch)
20532 (uri (git-reference
20533 (url "https://github.com/zevlg/telega.el.git")
20534 (commit commit)))
20535 (sha256
20536 (base32
20537 "0mv6i80958d9crzspzik5xh5g8326115bvg2frgv0dp9p6rm86m3"))
20538 (file-name (git-file-name name version))))
20539 (build-system gnu-build-system)
20540 (arguments
20541 `(#:modules ((guix build gnu-build-system)
20542 ((guix build emacs-build-system) #:prefix emacs:)
20543 (guix build utils)
20544 (guix build emacs-utils))
20545 #:imported-modules (,@%gnu-build-system-modules
20546 (guix build emacs-build-system)
20547 (guix build emacs-utils))
20548 #:test-target "test"
20549 #:make-flags (list "WITH_VOIP=t")
20550 #:phases
20551 (modify-phases %standard-phases
20552 (add-after 'unpack 'prefix-patch
20553 (lambda _
20554 (substitute* "server/Makefile"
20555 (("CC=cc")
20556 "CC=gcc")
20557 (("INSTALL_PREFIX=\\$\\(HOME\\)/.telega")
20558 (string-append "INSTALL_PREFIX=" (assoc-ref %outputs "out")
20559 "/bin"))
20560 ;; Manually invoke `run_tests.py` after install phase.
20561 (("python3 run_tests.py")
20562 ""))
20563 #t))
20564 (add-after 'unpack 'telega-paths-patch
20565 (lambda* (#:key inputs #:allow-other-keys)
20566 ;; Hard-code paths to `ffplay` and `ffmpeg`.
20567 (let ((ffplay-bin (string-append (assoc-ref inputs "ffmpeg")
20568 "/bin/ffplay"))
20569 (ffmpeg-bin (string-append (assoc-ref inputs "ffmpeg")
20570 "/bin/ffmpeg")))
20571 (substitute* "telega-ffplay.el"
20572 (("\\(executable-find \"ffplay\"\\)")
20573 (string-append
20574 "(and (file-executable-p \"" ffplay-bin "\")"
20575 "\"" ffplay-bin "\")"))
20576 (("\\(executable-find \"ffmpeg\"\\)")
20577 (string-append
20578 "(and (file-executable-p \"" ffmpeg-bin "\")"
20579 "\"" ffmpeg-bin "\")"))))
20580 ;; Modify telega-util to reflect unique dir name in
20581 ;; `telega-install-data' phase.
20582 (substitute* "telega-util.el"
20583 (("\\(concat \"etc/\" filename\\) telega--lib-directory")
20584 "(concat \"telega-data/\" filename)
20585 (locate-dominating-file telega--lib-directory
20586 \"telega-data\")"))
20587 #t))
20588 ;; The server test suite has a hardcoded path.
20589 ;; Reset this behavior to use the proper path.
20590 (add-after 'unpack 'server-suite-patch
20591 (lambda _
20592 (substitute* "server/run_tests.py"
20593 (("~/.telega/telega-server")
20594 (string-append (assoc-ref %outputs "out")
20595 "/bin/telega-server")))
20596 #t))
20597 (add-after 'install 'run-server-suite
20598 (lambda _
20599 (invoke "python3" "server/run_tests.py")
20600 #t))
20601 (delete 'configure)
20602 ;; Build emacs-side using `emacs-build-system'
20603 (add-after 'compress-documentation 'emacs-add-source-to-load-path
20604 (assoc-ref emacs:%standard-phases 'add-source-to-load-path))
20605 (add-after 'emacs-add-source-to-load-path 'emacs-install
20606 (assoc-ref emacs:%standard-phases 'install))
20607 ;; This step installs subdir /etc, which contains images, sounds and
20608 ;; various other data, next to the site-lisp dir.
20609 (add-after 'emacs-install 'telega-install-data
20610 (lambda* (#:key outputs #:allow-other-keys)
20611 (copy-recursively
20612 "etc"
20613 (string-append (assoc-ref outputs "out")
20614 "/share/emacs/telega-data/"))
20615 #t))
20616 (add-after 'telega-install-data 'emacs-build
20617 (assoc-ref emacs:%standard-phases 'build))
20618 (add-after 'emacs-build 'emacs-make-autoloads
20619 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
20620 (inputs
20621 `(("ffmpeg" ,ffmpeg))) ; mp4/gif support.
20622 (propagated-inputs
20623 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)
20624 ("emacs-company" ,emacs-company)
20625 ("libwebp" ,libwebp))) ; sticker support.
20626 (native-inputs
20627 `(("tdlib" ,tdlib)
20628 ("libtgvoip" ,libtgvoip) ; VoIP support.
20629 ("emacs" ,emacs)
20630 ("python" ,python)))
20631 (synopsis "GNU Emacs client for the Telegram messenger")
20632 (description
20633 "Telega is a full-featured, unofficial GNU Emacs-based client for the
20634 Telegram messaging platform.")
20635 (home-page "https://github.com/zevlg/telega.el")
20636 (license license:gpl3+))))
20637
20638 (define-public emacs-doom-modeline
20639 (package
20640 (name "emacs-doom-modeline")
20641 (version "2.8.2")
20642 (source (origin
20643 (method git-fetch)
20644 (uri (git-reference
20645 (url "https://github.com/seagle0128/doom-modeline.git")
20646 (commit (string-append "v" version))))
20647 (sha256
20648 (base32
20649 "11srz1mr821axggs2jcmdhihxx09a2dniqv3n039wbdfaimfaidz"))
20650 (file-name (git-file-name name version))))
20651 (build-system emacs-build-system)
20652 (arguments
20653 `(#:test-command '("ert-runner")))
20654 (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
20655 (propagated-inputs
20656 `(("emacs-all-the-icons" ,emacs-all-the-icons)
20657 ("emacs-shrink-path" ,emacs-shrink-path)))
20658 (synopsis "Fancy and fast mode-line inspired by minimalism design")
20659 (description "Doom modeline is a complete modeline for GNU Emacs inspired
20660 by the Doom theme collection. This modeline features support for mode-specific
20661 icon support, git integration, and several other utilities.")
20662 (home-page "https://github.com/seagle0128/doom-modeline/")
20663 (license license:gpl3+)))
20664
20665 (define-public emacs-shrink-path
20666 (package
20667 (name "emacs-shrink-path")
20668 (version "0.3.1")
20669 (source
20670 (origin
20671 (method git-fetch)
20672 (uri (git-reference
20673 (url "https://gitlab.com/bennya/shrink-path.el.git")
20674 (commit (string-append "v" version))))
20675 (sha256
20676 (base32
20677 "0kx0c4syd7k6ff9j463bib32pz4wq0rzjlg6b0yqnymlzfr1mbki"))
20678 (file-name (git-file-name name version))))
20679 (build-system emacs-build-system)
20680 (propagated-inputs
20681 `(("emacs-s" ,emacs-s)
20682 ("emacs-dash" ,emacs-dash)
20683 ("emacs-f" ,emacs-f)))
20684 (home-page "https://gitlab.com/bennya/shrink-path.el")
20685 (synopsis "Fish-style path truncation in emacs-lisp")
20686 (description "This package provides utility functions that allow for
20687 Fish-style truncated directories in eshell and various modelines.")
20688 (license license:gpl3+)))
20689
20690 (define-public emacs-org-present
20691 (let ((commit "d13acd70eff6a1608bc991920232146a0de76b21"))
20692 (package
20693 (name "emacs-org-present")
20694 (version "0.0.1")
20695 (source
20696 (origin
20697 (method git-fetch)
20698 (uri (git-reference
20699 (url "https://github.com/rlister/org-present.git")
20700 (commit commit)))
20701 (file-name (git-file-name name version))
20702 (sha256
20703 (base32
20704 "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q"))))
20705 (build-system emacs-build-system)
20706 (synopsis "Ultra-minimalist presentation minor-mode for Emacs org-mode")
20707 (description "Org-present is an extremely minimalist presentation tool
20708 for Emacs org-mode. Simply layout your presentation with each slide under a
20709 top-level header, start the minor mode with @code{org-present}, and page through
20710 each slide with left/right keys.")
20711 (home-page "https://github.com/rlister/org-present")
20712 (license license:gpl2))))
20713
20714 (define-public emacs-fullframe
20715 (package
20716 (name "emacs-fullframe")
20717 (version "0.5.0")
20718 (source
20719 (origin
20720 (method git-fetch)
20721 (uri (git-reference
20722 (url "https://github.com/tomterl/fullframe.git")
20723 (commit version)))
20724 (sha256
20725 (base32
20726 "0m43qnhp6ibsskpjkxc86p3lrjsjc0ndqml3lbd65s79x4x7i3fi"))
20727 (file-name (git-file-name name version))))
20728 (build-system emacs-build-system)
20729 (home-page "https://github.com/tomterl/fullframe")
20730 (synopsis "Generalized automatic execution in a single frame")
20731 (description "This library provides helpers for single-window-per-frame
20732 execution of buffer-exposing commands.")
20733 (license license:gpl3+)))
20734
20735 (define-public emacs-eshell-toggle
20736 (let ((commit "ddfbe0a693497c4d4bc5494a19970ba4f6ab9033")
20737 (revision "1"))
20738 (package
20739 (name "emacs-eshell-toggle")
20740 (version (git-version "0.10.0" revision commit))
20741 (source
20742 (origin
20743 (method git-fetch)
20744 (uri (git-reference
20745 (url "https://github.com/4DA/eshell-toggle.git")
20746 (commit commit)))
20747 (sha256
20748 (base32
20749 "0xqrp8pwbmfxjdqipgpw5nw633mvhjjjm3k3j9sh9xdpmw05hhws"))
20750 (file-name (git-file-name name version))))
20751 (build-system emacs-build-system)
20752 (propagated-inputs
20753 `(("emacs-dash" ,emacs-dash)))
20754 (home-page "https://github.com/4DA/eshell-toggle")
20755 (synopsis "Show and hide an @code{eshell} instance")
20756 (description "This package toggles an @code{eshell} instance for the
20757 current buffer.")
20758 (license license:gpl3+))))
20759
20760 (define-public emacs-repl-toggle
20761 (package
20762 (name "emacs-repl-toggle")
20763 (version "0.6.1")
20764 (source
20765 (origin
20766 (method git-fetch)
20767 (uri (git-reference
20768 (url "https://github.com/tomterl/repl-toggle.git")
20769 (commit version)))
20770 (sha256
20771 (base32
20772 "12h3xxja3isnhvrqx7m2g7a5d8h68cc85pbqyhiipfxyafyl1yxd"))
20773 (file-name (git-file-name name version))))
20774 (build-system emacs-build-system)
20775 (propagated-inputs
20776 `(("emacs-fullframe" ,emacs-fullframe)))
20777 (home-page "https://github.com/tomterl/repl-toggle")
20778 (synopsis "Switch to and from current major mode's REPL")
20779 (description "This package provides a function to switch to and from a
20780 REPL appropriate to the current major mode.")
20781 (license license:gpl3+)))
20782
20783 (define-public emacs-blackout
20784 (let ((commit "4bac44671fca4c98d96aa94c79946bf4d4baf0ee")
20785 (revision "1"))
20786 (package
20787 (name "emacs-blackout")
20788 (version (git-version "1.0" revision commit))
20789 (source
20790 (origin
20791 (method git-fetch)
20792 (uri (git-reference
20793 (url "https://github.com/raxod502/blackout.git")
20794 (commit commit)))
20795 (sha256
20796 (base32
20797 "1wnh0nwy6r3a18sy9sqmrwv04vnmaflxy4g7mq8jiyyjijri7l1b"))
20798 (file-name (git-file-name name version))))
20799 (build-system emacs-build-system)
20800 (home-page "https://github.com/raxod502/blackout")
20801 (synopsis "Clean up mode lighters")
20802 (description "This package provides a function for hiding and customizing
20803 display of major and minor modes in the mode line.")
20804 (license license:gpl3+))))
20805
20806 (define-public emacs-ivy-omni-org
20807 (let ((commit "5460a9fc061a4a5ae8372dc8df966ced94abab58")
20808 (revision "1"))
20809 (package
20810 (name "emacs-ivy-omni-org")
20811 (version (git-version "0.2.1" revision commit))
20812 (source
20813 (origin
20814 (method git-fetch)
20815 (uri (git-reference
20816 (url "https://github.com/akirak/ivy-omni-org.git")
20817 (commit commit)))
20818 (file-name (git-file-name name version))
20819 (sha256
20820 (base32
20821 "1np1f51hc3phkl5w02a9a79gl38ra2d535i784fn4pqaasvm0rq8"))))
20822 (build-system emacs-build-system)
20823 (propagated-inputs
20824 `(("emacs-ivy" ,emacs-ivy)
20825 ("emacs-dash" ,emacs-dash)))
20826 (synopsis "Browse anything in Org mode")
20827 (description "This package allows Org items to be accessed via the Ivy
20828 interface.")
20829 (home-page "https://github.com/akirak/ivy-omni-org")
20830 (license license:gpl3+))))
20831
20832 (define-public emacs-shackle
20833 (let ((commit "7ccbe513852a1d1700b698547efca14b8940319d")
20834 (revision "1"))
20835 (package
20836 (name "emacs-shackle")
20837 (version (git-version "1.0.3" revision commit))
20838 (source
20839 (origin
20840 (method git-fetch)
20841 (uri (git-reference
20842 (url "https://github.com/wasamasa/shackle.git")
20843 (commit commit)))
20844 (file-name (git-file-name name version))
20845 (sha256
20846 (base32
20847 "0agsp8ia4irr540r898ifhjqp28n1zsq1pilv1kc272spn3qhvp9"))))
20848 (build-system emacs-build-system)
20849 (synopsis "Enforce rules for popups")
20850 (description "This package provides a global minor mode in which users
20851 can specify how popup-displaying functions occupy the screen.")
20852 (home-page "https://github.com/wasamasa/shackle")
20853 (license license:gpl3+))))
20854
20855 (define-public emacs-helm-lacarte
20856 (let ((commit "40a6c449720be521435b6b1da7911af3a0b9dca0")
20857 (revision "1"))
20858 (package
20859 (name "emacs-helm-lacarte")
20860 (version (git-version "0" revision commit))
20861 (source
20862 (origin
20863 (method git-fetch)
20864 (uri (git-reference
20865 (url "https://github.com/emacs-helm/helm-lacarte.git")
20866 (commit commit)))
20867 (file-name (git-file-name name version))
20868 (sha256
20869 (base32
20870 "0dkfd3lap2v7b4nckzv8v7hczmzwzhbl75haqkra107ln91ldbwc"))))
20871 (build-system emacs-build-system)
20872 (propagated-inputs
20873 `(("emacs-helm" ,emacs-helm)
20874 ("emacs-lacarte" ,emacs-lacarte)))
20875 (synopsis "Helm interface to @code{lacarte.el}")
20876 (description "This package provides a Helm interface to
20877 @code{lacarte.el}, a package that displays mode-specific commands as menu
20878 items.")
20879 (home-page "https://github.com/emacs-helm/helm-lacarte")
20880 (license license:gpl3+))))
20881
20882 (define-public emacs-esh-help
20883 (let ((commit "417673ed18a983930a66a6692dbfb288a995cb80")
20884 (revision "1"))
20885 (package
20886 (name "emacs-esh-help")
20887 (version (git-version "1.0.1" revision commit))
20888 (source
20889 (origin
20890 (method git-fetch)
20891 (uri (git-reference
20892 (url "https://github.com/tom-tan/esh-help.git")
20893 (commit commit)))
20894 (file-name (git-file-name name version))
20895 (sha256
20896 (base32
20897 "0x7d51a6ljl014zy7mi27vzcqqbcwg9z4drq29fr2ajk82mqhlgd"))))
20898 (build-system emacs-build-system)
20899 (propagated-inputs
20900 `(("emacs-dash" ,emacs-dash)))
20901 (synopsis "Help functions for Eshell")
20902 (description "This package provides a @code{run-help} function inspired
20903 by @code{zsh} as well as @code{eldoc} support.")
20904 (home-page "https://github.com/tom-tan/esh-help")
20905 (license license:gpl3+))))
20906
20907 (define-public emacs-isearch-dabbrev
20908 (let ((commit "1efe7abba4923015cbc2462395deaec5446a9cc8")
20909 (revision "1"))
20910 (package
20911 (name "emacs-isearch-dabbrev")
20912 (version (git-version "0.1" revision commit))
20913 (source
20914 (origin
20915 (method git-fetch)
20916 (uri (git-reference
20917 (url "https://github.com/Dewdrops/isearch-dabbrev.git")
20918 (commit commit)))
20919 (file-name (git-file-name name version))
20920 (sha256
20921 (base32
20922 "17d0816awadvsw1qc7r0p6ira75jmgxaj9hsk9ypayxsaf6ynyrb"))))
20923 (build-system emacs-build-system)
20924 (synopsis "Use @code{dabbrev} within @code{isearch}")
20925 (description "This package allows @code{dabbrev-expand} to be used
20926 within @code{isearch-mode}.")
20927 (home-page "https://github.com/Dewdrops/isearch-dabbrev")
20928 (license license:gpl3+))))
20929
20930 (define-public emacs-helm-linux-disks
20931 (let ((commit "2cdc8116a08534289eb0dc76461d0f93a0bdf231")
20932 (revision "1"))
20933 (package
20934 (name "emacs-helm-linux-disks")
20935 (version (git-version "0.1" revision commit))
20936 (source
20937 (origin
20938 (method git-fetch)
20939 (uri (git-reference
20940 (url "https://github.com/Akirak/helm-linux-disks.git")
20941 (commit commit)))
20942 (file-name (git-file-name name version))
20943 (sha256
20944 (base32
20945 "1limw82zd8jz3mhh9rqlmhj4cjhfgybs9argfjid1an3vpyhc85i"))))
20946 (build-system emacs-build-system)
20947 (propagated-inputs
20948 `(("emacs-helm" ,emacs-helm)))
20949 (synopsis "Mount/unmount volumes in Linux via Helm")
20950 (description "This package provides a Helm interface to run operations
20951 on removable volumes in Linux.")
20952 (home-page "https://github.com/Akirak/helm-linux-disks")
20953 (license license:gpl3+))))
20954
20955 (define-public emacs-psession
20956 (let ((commit "3e97267c92b164584e06a6c70ee7491714c7c12c")
20957 (revision "1"))
20958 (package
20959 (name "emacs-psession")
20960 (version (git-version "1.5" revision commit))
20961 (source
20962 (origin
20963 (method git-fetch)
20964 (uri (git-reference
20965 (url "https://github.com/thierryvolpiatto/psession.git")
20966 (commit commit)))
20967 (file-name (git-file-name name version))
20968 (sha256
20969 (base32
20970 "15frl618393bc891d0yi3mdxzvbq790a86vfvp3dyd5riz4ddg95"))))
20971 (build-system emacs-build-system)
20972 (propagated-inputs
20973 `(("emacs-async" ,emacs-async)))
20974 (synopsis "Persistent save of @code{elisp} objects.")
20975 (description "This package provides minor modes for saving Emacs session
20976 data, including buffers, window configuration, variables, and more.")
20977 (home-page "https://github.com/thierryvolpiatto/psession")
20978 (license license:gpl3+))))
20979
20980 (define-public emacs-parseedn
20981 (package
20982 (name "emacs-parseedn")
20983 (version "0.1.0")
20984 (source
20985 (origin
20986 (method git-fetch)
20987 (uri (git-reference
20988 (url "https://github.com/clojure-emacs/parseedn.git")
20989 (commit (string-append "v" version))))
20990 (file-name (git-file-name name version))
20991 (sha256
20992 (base32
20993 "11wi3hwcgmy54p6ivpijqm7v0hj6j75a19qk5z779bqfrp79b4pc"))))
20994 (build-system emacs-build-system)
20995 (propagated-inputs
20996 `(("emacs-a" ,emacs-a)
20997 ("emacs-parseclj" ,emacs-parseclj)))
20998 (home-page "https://cider.mx")
20999 (synopsis "EDN parser for Emacs Lisp")
21000 (description
21001 "An Emacs Lisp library for parsing EDN (Clojure) data.
21002 It uses parseclj's shift-reduce parser internally.")
21003 (license license:gpl3+)))
21004
21005 (define-public emacs-parseclj
21006 (package
21007 (name "emacs-parseclj")
21008 (version "0.1.0")
21009 (source
21010 (origin
21011 (method git-fetch)
21012 (uri (git-reference
21013 (url "https://github.com/clojure-emacs/parseclj.git")
21014 (commit (string-append "v" version))))
21015 (file-name (git-file-name name version))
21016 (sha256
21017 (base32
21018 "03bm5dm4hmkqimv4wqxjjh5814pxysmm7z54bv2rf7zwv1x7dggr"))))
21019 (build-system emacs-build-system)
21020 (propagated-inputs `(("emacs-a" ,emacs-a)))
21021 (home-page "https://cider.mx")
21022 (synopsis "Clojure parser for Emacs Lisp")
21023 (description
21024 "An Emacs Lisp library for parsing Clojure code and EDN data.
21025 It supports several input and output formats, all powered by the
21026 same shift-reduce parser function.")
21027 (license license:gpl3+)))
21028
21029 (define-public emacs-hide-mode-line
21030 (package
21031 (name "emacs-hide-mode-line")
21032 (version "1.0.2")
21033 (source (origin
21034 (method git-fetch)
21035 (uri (git-reference
21036 (url "https://github.com/hlissner/emacs-hide-mode-line.git")
21037 (commit (string-append "v" version))))
21038 (file-name (git-file-name name version))
21039 (sha256
21040 (base32
21041 "0dfzjgxfkcw4wisbyldsm1km18pfp9j8xgadn6qnsz11l55bpgyp"))))
21042 (build-system emacs-build-system)
21043 (synopsis "Emacs plugin that hides the mode-line")
21044 (description "A minor mode that hides the mode-line in your current
21045 buffer. It can be used to toggle an alternative mode-line, toggle its visibility,
21046 or simply disable the mode-line in buffers where it is not very useful.")
21047 (home-page "https://github.com/hlissner/emacs-hide-mode-line")
21048 (license license:expat)))
21049
21050 (define-public emacs-helm-cider
21051 ;; No new release since March 2018.
21052 (let ((commit "9363cc537f06233345aa3af5cd46aa5681ad607b"))
21053 (package
21054 (name "emacs-helm-cider")
21055 (version (git-version "0.4.0" "1" commit))
21056 (home-page "https://github.com/clojure-emacs/helm-cider")
21057 (source (origin
21058 (method git-fetch)
21059 (uri (git-reference
21060 (url home-page)
21061 (commit commit)))
21062 (file-name (git-file-name name version))
21063 (sha256
21064 (base32
21065 "0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7"))))
21066 (build-system emacs-build-system)
21067 (propagated-inputs
21068 `(("emacs-helm" ,emacs-helm)
21069 ("emacs-cider" ,emacs-cider)))
21070 (synopsis "Helm interface to Clojure's CIDER")
21071 (description "Helm-CIDER adds Helm interfaces to
21072 @command{cider-apropos}, @command{cider-apropos-documentation},
21073 @command{cider-browse-ns} (namespaces).
21074
21075 It also provides original Helm commands: @command{helm-cider-spec},
21076 @command{helm-cider-spec-ns}, @command{helm-cider-repl-history},
21077 @command{helm-cider-cheatsheet}.")
21078 (license license:gpl3+))))
21079
21080 (define-public emacs-edn
21081 ;; No release since February 2016
21082 (let ((commit "be9e32d1b49e35247b263b0243df7cfdc8d413ab"))
21083 (package
21084 (name "emacs-edn")
21085 (version (git-version "1.1.2" "1" commit))
21086 (home-page "https://github.com/expez/edn.el")
21087 (source (origin
21088 (method git-fetch)
21089 (uri (git-reference
21090 (url home-page)
21091 (commit commit)))
21092 (file-name (git-file-name name version))
21093 (sha256
21094 (base32
21095 "1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l"))))
21096 (build-system emacs-build-system)
21097 (propagated-inputs
21098 `(("emacs-peg" ,emacs-peg)))
21099 (synopsis "Read and write EDN from Elisp")
21100 (description "This is an Emacs Lisp library for reading and writing the
21101 data format @code{edn}. See @url{https://github.com/edn-format/edn}.")
21102 (license license:gpl3+))))
21103
21104 (define-public emacs-helm-clojuredocs
21105 (let ((commit "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea"))
21106 (package
21107 (name "emacs-helm-clojuredocs")
21108 (version (git-version "0.3" "1" commit))
21109 (home-page "https://github.com/mbuczko/helm-clojuredocs")
21110 (source (origin
21111 (method git-fetch)
21112 (uri (git-reference
21113 (url home-page)
21114 (commit commit)))
21115 (file-name (git-file-name name version))
21116 (sha256
21117 (base32
21118 "015b8zxh91ljhqvn6z43gy08di54xcw9skw0i7frj3d7gk984qhl"))))
21119 (build-system emacs-build-system)
21120 (propagated-inputs
21121 `(("emacs-helm" ,emacs-helm)
21122 ("emacs-edn" ,emacs-edn)))
21123 (synopsis "Search help on clojuredocs.org with Helm")
21124 (description "This package provides a Helm interface to lookup Clojure
21125 documentation on @url{https://clojuredocs.org} with Helm.
21126
21127 Two function are exposed:
21128 @itemize
21129 @item @command{helm-clojuredocs}: opens a Helm session with no initial
21130 pattern. Searching starts with minimal 3 characters entered.
21131 @item @command{helm-clojuredocs-at-point}: opens a Helm session with initial
21132 pattern guessed from thing under current cursor position.
21133 @end itemize\n")
21134 (license license:gpl3+))))
21135
21136 (define-public emacs-metal-mercury-mode
21137 (let ((commit "99e2d8fb7177cae3bfa2dec2910fc28216d5f5a8")
21138 (revision "1")
21139 (version "0.0.0"))
21140 (package
21141 (name "emacs-metal-mercury-mode")
21142 (version (git-version version revision commit))
21143 (source
21144 (origin
21145 (method git-fetch)
21146 (uri (git-reference
21147 (url "https://github.com/ahungry/metal-mercury-mode.git")
21148 (commit commit)))
21149 (sha256
21150 (base32
21151 "0iil5k3rgifz2vqwsy12rbv5rzyvidq4sgwazsb2hzys8xynmfn5"))
21152 (file-name (git-file-name name version))))
21153 (build-system emacs-build-system)
21154 (propagated-inputs
21155 `(("emacs-dash" ,emacs-dash)))
21156 (synopsis "Major mode for editing Mercury files")
21157 (description
21158 "Major mode for editing Mercury files. This is a rewrite of the original
21159 mercury-mode provided by Emacs as a wrapper around prolog-mode.")
21160 (home-page "https://github.com/ahungry/metal-mercury-mode")
21161 (license license:gpl3+))))
21162
21163 (define-public emacs-boxquote
21164 ;; The following commit is 2.1 release with a switch to GPL3+ license.
21165 (let ((commit "7e47e0e2853bc1215739b2e28f260e9eed93b2c5")
21166 (revision "0"))
21167 (package
21168 (name "emacs-boxquote")
21169 (version (git-version "2.1" revision commit))
21170 (source
21171 (origin
21172 (method git-fetch)
21173 (uri (git-reference
21174 (url "https://github.com/davep/boxquote.el.git")
21175 (commit commit)))
21176 (file-name (git-file-name name version))
21177 (sha256
21178 (base32 "1aqhg24gajvllbqxb0zxrnx6sddas37k2ldfinqyszd856sjhsg3"))))
21179 (build-system emacs-build-system)
21180 (home-page "https://github.com/davep/boxquote.el")
21181 (synopsis "Quote text with different kinds of boxes")
21182 (description "@code{boxquote} provides a set of functions for using
21183 a text quoting style that partially boxes in the left hand side of an area of
21184 text, such a marking style might be used to show externally included text or
21185 example code.")
21186 (license license:gpl3+))))
21187
21188 (define-public emacs-company-ebdb
21189 (package
21190 (name "emacs-company-ebdb")
21191 (version "1.1")
21192 (source
21193 (origin
21194 (method url-fetch)
21195 (uri (string-append "https://elpa.gnu.org/packages/"
21196 "company-ebdb-" version ".el"))
21197 (sha256
21198 (base32 "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"))))
21199 (build-system emacs-build-system)
21200 (propagated-inputs
21201 `(("emacs-company" ,emacs-company)))
21202 (home-page "https://elpa.gnu.org/packages/company-ebdb.html")
21203 (synopsis "Company completion backend for EBDB in Message mode")
21204 (description "@code{company-ebdb} provides Company mode integration for
21205 EBDB. It is copied more or less intact from @code{company-bbdb}, originally
21206 by Jan Tatarik.")
21207 (license license:gpl3+)))
21208
21209 (define-public emacs-mwim
21210 ;; Use the latest commit not in a release version as of yet, since it
21211 ;; contains a bug fix for the cases where `comment-start-skip' is nil.
21212 (let ((commit "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85")
21213 (revision "0"))
21214 (package
21215 (name "emacs-mwim")
21216 (version (git-version "0.4" revision commit))
21217 (source
21218 (origin
21219 (method git-fetch)
21220 (uri (git-reference
21221 (url "https://github.com/alezost/mwim.el.git")
21222 (commit commit)))
21223 (file-name (git-file-name name version))
21224 (sha256
21225 (base32 "0l3k611gp9g2x2vfmh92wnhnda81dslpwwpb8mxmzk308man77ya"))))
21226 (build-system emacs-build-system)
21227 (home-page "https://github.com/alezost/mwim.el")
21228 (synopsis "Move to the beginning/end of line, code or comment")
21229 (description "@code{mwim} provides several commands to switch between
21230 various line positions, like moving to the beginning/end of code, line, or
21231 comment.")
21232 (license license:gpl3+))))
21233
21234 (define-public emacs-delight
21235 (package
21236 (name "emacs-delight")
21237 (version "1.5")
21238 (source
21239 (origin
21240 (method url-fetch)
21241 (uri (string-append "https://elpa.gnu.org/packages/"
21242 "delight-" version ".el"))
21243 (sha256
21244 (base32 "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7"))))
21245 (build-system emacs-build-system)
21246 (home-page "https://elpa.gnu.org/packages/delight.html")
21247 (synopsis "Dimmer switch for your mode-line lighter text")
21248 (description "@code{delight} enables customizing or hiding the
21249 mode-line text (lighter) of major and minor modes.")
21250 (license license:gpl3+)))
21251
21252 (define-public emacs-unkillable-scratch
21253 ;; Use the latest (unreleased) commit as of now, since it contains a handy
21254 ;; `unkillable-scratch-do-not-reset-scratch-buffer' customization to not
21255 ;; repopulate the scratch buffer with `initial-scratch-message'.
21256 (let ((commit "b24c2a760529833f230c14cb02ff6e7ec92288ab")
21257 (revision "0"))
21258 (package
21259 (name "emacs-unkillable-scratch")
21260 (version (git-version "1.0.0" revision commit))
21261 (source
21262 (origin
21263 (method git-fetch)
21264 (uri (git-reference
21265 (url "https://github.com/EricCrosson/unkillable-scratch.git")
21266 (commit commit)))
21267 (file-name (git-file-name name version))
21268 (sha256
21269 (base32 "13wjbcxr3km4s96yhpavgs5acs5pvqv3ih1p84diqb3x3i6wd4pa"))))
21270 (build-system emacs-build-system)
21271 (home-page "https://github.com/EricCrosson/unkillable-scratch")
21272 (synopsis "Prevents the *scratch* buffer from being killed")
21273 (description "@code{unkillable-scratch} helps prevent killing buffers
21274 matching a given regexp.")
21275 (license license:gpl2+))))
21276
21277 (define-public emacs-switch-buffer-functions
21278 (package
21279 (name "emacs-switch-buffer-functions")
21280 (version "0.0.1")
21281 (source
21282 (origin
21283 (method git-fetch)
21284 (uri (git-reference
21285 (url "https://github.com/10sr/switch-buffer-functions-el.git")
21286 (commit (string-append "v" version))))
21287 (file-name (git-file-name name version))
21288 (sha256
21289 (base32 "0pq53b8wrjbrxd5hnrcdi0z7mffp4bax55hn90k9ca3j76lhbn1k"))))
21290 (build-system emacs-build-system)
21291 (home-page "https://github.com/10sr/switch-buffer-functions-el")
21292 (synopsis "Hooks run when switching current buffer")
21293 (description "This package provides a hook variable
21294 @code{switch-buffer-functions}. The hooks will be run when the current buffer
21295 is changed after an interactive command, i.e., when @code{post-command-hook}
21296 hooks are run. The hooked functions will be called with both the previous and
21297 the current buffer.")
21298 (license license:unlicense)))
21299
21300 (define-public emacs-erc-scrolltoplace
21301 (package
21302 (name "emacs-erc-scrolltoplace")
21303 (version "0.1.0")
21304 (source
21305 (origin
21306 (method git-fetch)
21307 (uri (git-reference
21308 (url "https://gitlab.com/jgkamat/erc-scrolltoplace.git")
21309 (commit version)))
21310 (file-name (git-file-name name version))
21311 (sha256
21312 (base32 "11zpqwh1mlfifbgnvhc63bvnhg340jgxssm3m43hr1sxsyb52lh6"))))
21313 (build-system emacs-build-system)
21314 (propagated-inputs
21315 `(("emacs-switch-buffer-functions" ,emacs-switch-buffer-functions)))
21316 (home-page "https://gitlab.com/jgkamat/erc-scrolltoplace")
21317 (synopsis "ERC module to replace scrolltobottom while using keep-place")
21318 (description "@code{erc-scrolltoplace} is an ERC module to try
21319 to emulate @code{scrolltobottom} while @code{keep-place} is enabled.")
21320 (license license:gpl3+)))
21321
21322 (define-public emacs-dmenu
21323 ;; Use the latest commit, as there are no tagged releases.
21324 (let ((commit "e8cc9b27c79d3ecc252267c082ab8e9c82eab264")
21325 (revision "0"))
21326 (package
21327 (name "emacs-dmenu")
21328 (version (git-version "0.1" revision commit))
21329 (source
21330 (origin
21331 (method git-fetch)
21332 (uri (git-reference
21333 (url "https://github.com/lujun9972/el-dmenu.git")
21334 (commit commit)))
21335 (file-name (git-file-name name version))
21336 (sha256
21337 (base32 "098ncygms1r33zhjlq4fj2p4jc91v5whqrm3fazzdk7sd6dilf25"))))
21338 (build-system emacs-build-system)
21339 (home-page "https://github.com/lujun9972/el-dmenu")
21340 (synopsis "Simulate the @command{dmenu} command line program")
21341 (description "This package provides a @command{dmenu} command for
21342 launching other commands/applications from within Emacs, similar to the
21343 @command{dmenu} program. This is especially useful when using EXWM.")
21344 (license license:gpl3+))))
21345
21346 (define-public emacs-no-littering
21347 (package
21348 (name "emacs-no-littering")
21349 (version "1.0.3")
21350 (source
21351 (origin
21352 (method git-fetch)
21353 (uri (git-reference
21354 (url "https://github.com/emacscollective/no-littering.git")
21355 (commit (string-append "v" version))))
21356 (file-name (git-file-name name version))
21357 (sha256
21358 (base32 "17is06l0w6glppabv2kaclrnqi3dqb6p6alpslpg7lrjd8vd45ir"))))
21359 (build-system emacs-build-system)
21360 (home-page "https://github.com/emacscollective/no-littering")
21361 (synopsis "Help keep ~/.emacs.d/ clean")
21362 (description "The default paths used to store configuration files and
21363 persistent data are not consistent across Emacs packages, be them built-in or
21364 third-party ones. @code{no-littering} sets out to help clean
21365 @file{~/.emacs.d/} by putting configuration files and persistent data files in
21366 two user-defined directories, as well as using more descriptive names for
21367 files and subdirectories when appropriate.")
21368 (license license:gpl3+)))
21369
21370 (define-public emacs-message-x
21371 ;; Use the latest commit, as there are no tagged releases.
21372 (let ((commit "5524de7bbfdd8749c110f48de5afb024d9f83133")
21373 (revision "0"))
21374 (package
21375 (name "emacs-message-x")
21376 (version (git-version "1.23" revision commit))
21377 (source
21378 (origin
21379 (method git-fetch)
21380 (uri (git-reference
21381 (url "https://github.com/emacsmirror/message-x.git")
21382 (commit commit)))
21383 (file-name (git-file-name name version))
21384 (sha256
21385 (base32 "0qy1xf11j357lsnbb829hnbg7fq1cii4cx54fwf0wgjh1bv2abvj"))))
21386 (build-system emacs-build-system)
21387 (home-page "https://www.emacswiki.org/emacs/message-x.el")
21388 (synopsis "Customizable completion in message headers")
21389 (description "@code{message-x} assigns a context-sensitive function to
21390 the TAB key in Message mode. When on a header line, it performs completion
21391 based on which header we are in (for example, newsgroup name completion makes
21392 sense on the @samp{Newsgroups} header, whereas mail alias expansion makes
21393 sense in the @samp{To} and @samp{Cc} headers). When in the message body, this
21394 executes a different function (default: @code{indent-relative}).")
21395 (license license:gpl2+))))
21396
21397 (define-public emacs-gnus-harvest
21398 (let ((commit "feda071a87b799bd5d23cacde3ee71f0b166e75d")
21399 (revision "0"))
21400 (package
21401 (name "emacs-gnus-harvest")
21402 (version (git-version "1.0" revision commit))
21403 (source
21404 (origin
21405 (method git-fetch)
21406 (uri (git-reference
21407 (url "https://github.com/jwiegley/gnus-harvest.git")
21408 (commit commit)))
21409 (file-name (git-file-name name version))
21410 (sha256
21411 (base32 "08zb7vc3v3wdxkzgi902vlc5ybfvm8fxrvm5drnwfsjj9873pbcb"))))
21412 (build-system emacs-build-system)
21413 (inputs
21414 `(("sqlite" ,sqlite)))
21415 (arguments
21416 `(#:phases
21417 (modify-phases %standard-phases
21418 (add-before 'build 'patch-exec-paths
21419 (lambda* (#:key inputs #:allow-other-keys)
21420 (let ((sqlite (assoc-ref inputs "sqlite"))
21421 (file "gnus-harvest.el"))
21422 (make-file-writable file)
21423 (emacs-substitute-variables file
21424 ("gnus-harvest-sqlite-program"
21425 (string-append sqlite "/bin/sqlite3"))))
21426 #t)))))
21427 (home-page "https://github.com/jwiegley/gnus-harvest")
21428 (synopsis
21429 "Harvest email addresses from read/written Gnus articles")
21430 (description "@code{gnus-harvest} notices email address in every message
21431 or post you read or write, and collects them in a SQLite database, which can
21432 be easily and quickly queried to determine the completion list. It optionally
21433 uses BBDB and Message-X.")
21434 (license license:gpl3+))))
21435
21436 (define-public emacs-auto-dictionary-mode
21437 (package
21438 (name "emacs-auto-dictionary-mode")
21439 (version "1.1")
21440 (source
21441 (origin
21442 (method git-fetch)
21443 (uri (git-reference
21444 (url "https://github.com/nschum/auto-dictionary-mode")
21445 (commit version)))
21446 (file-name (git-file-name name version))
21447 (sha256
21448 (base32 "191294k92qp8gmfypf0q8j8qrym96aqikzvyb9p03wqvbr3r1dsk"))))
21449 (build-system emacs-build-system)
21450 (home-page "http://nschum.de/src/emacs/auto-dictionary/")
21451 (synopsis "Automatic dictionary switcher for Emacs spell checking")
21452 (description "@code{auto-dictionary} is a minor mode that hooks into
21453 Flyspell's on-the-fly spell checking and extends these checks to also detect
21454 language. Auto-dictionary then sets @code{ispell-dictionary} to use the
21455 detected language.")
21456 (license license:gpl2+)))