Merge branch 'master' into staging
[jackhill/guix/guix.git] / gnu / packages / emacs.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 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 Alex Kost <alezost@gmail.com>
6 ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
7 ;;; Copyright © 2015, 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
8 ;;; Copyright © 2016, 2017 Chris Marusich <cmmarusich@gmail.com>
9 ;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
10 ;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
11 ;;; Copyright © 2016, 2017, 2018 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 Nils Gillmann <ng0@n0.is>
16 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
17 ;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
18 ;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
19 ;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
20 ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
21 ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
22 ;;; Copyright © 2017, 2018 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 Feng Shu <tumashu@163.com>
28 ;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
29 ;;; Copyright © 2017, 2018 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 Tobias Geerinckx-Rice <me@tobias.gr>
33 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
34 ;;; Copyright © 2017, 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
35 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
36 ;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
37 ;;;
38 ;;; This file is part of GNU Guix.
39 ;;;
40 ;;; GNU Guix is free software; you can redistribute it and/or modify it
41 ;;; under the terms of the GNU General Public License as published by
42 ;;; the Free Software Foundation; either version 3 of the License, or (at
43 ;;; your option) any later version.
44 ;;;
45 ;;; GNU Guix is distributed in the hope that it will be useful, but
46 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
47 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
48 ;;; GNU General Public License for more details.
49 ;;;
50 ;;; You should have received a copy of the GNU General Public License
51 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
52
53 (define-module (gnu packages emacs)
54 #:use-module ((guix licenses) #:prefix license:)
55 #:use-module (guix packages)
56 #:use-module (guix download)
57 #:use-module (guix git-download)
58 #:use-module (guix gexp)
59 #:use-module (guix monads)
60 #:use-module (guix store)
61 #:use-module (guix build-system gnu)
62 #:use-module (guix build-system emacs)
63 #:use-module (guix build-system glib-or-gtk)
64 #:use-module (guix build-system trivial)
65 #:use-module (gnu packages)
66 #:use-module (gnu packages audio)
67 #:use-module (gnu packages bash)
68 #:use-module (gnu packages code)
69 #:use-module (gnu packages databases)
70 #:use-module (gnu packages guile)
71 #:use-module (gnu packages gtk)
72 #:use-module (gnu packages gnome)
73 #:use-module (gnu packages ncurses)
74 #:use-module (gnu packages python)
75 #:use-module (gnu packages tex)
76 #:use-module (gnu packages texinfo)
77 #:use-module (gnu packages tcl)
78 #:use-module (gnu packages tls)
79 #:use-module (gnu packages pkg-config)
80 #:use-module (gnu packages xorg)
81 #:use-module (gnu packages lesstif)
82 #:use-module (gnu packages image)
83 #:use-module (gnu packages linux)
84 #:use-module (gnu packages version-control)
85 #:use-module (gnu packages imagemagick)
86 #:use-module (gnu packages w3m)
87 #:use-module (gnu packages wget)
88 #:use-module (gnu packages autotools)
89 #:use-module (gnu packages base)
90 #:use-module (gnu packages compression)
91 #:use-module (gnu packages xml)
92 #:use-module (gnu packages glib)
93 #:use-module (gnu packages acl)
94 #:use-module (gnu packages mail)
95 #:use-module (gnu packages package-management)
96 #:use-module (gnu packages perl)
97 #:use-module (gnu packages pdf)
98 #:use-module (gnu packages scheme)
99 #:use-module (gnu packages statistics)
100 #:use-module (gnu packages xiph)
101 #:use-module (gnu packages mp3)
102 #:use-module (gnu packages gettext)
103 #:use-module (gnu packages fribidi)
104 #:use-module (gnu packages gd)
105 #:use-module (gnu packages fontutils)
106 #:use-module (gnu packages password-utils)
107 #:use-module (guix utils)
108 #:use-module (srfi srfi-1)
109 #:use-module (ice-9 match))
110
111 (define-public emacs
112 (package
113 (name "emacs")
114 (version "25.3")
115 (source (origin
116 (method url-fetch)
117 (uri (string-append "mirror://gnu/emacs/emacs-"
118 version ".tar.xz"))
119 (sha256
120 (base32
121 "02y00y9q42g1iqgz5qhmsja75hwxd88yrn9zp14lanay0zkwafi5"))
122 (patches (search-patches "emacs-exec-path.patch"
123 "emacs-fix-scheme-indent-function.patch"
124 "emacs-source-date-epoch.patch"))
125 (modules '((guix build utils)))
126 (snippet
127 ;; Delete the bundled byte-compiled elisp files and
128 ;; generated autoloads.
129 '(with-directory-excursion "lisp"
130 (for-each delete-file
131 (append (find-files "." "\\.elc$")
132 (find-files "." "loaddefs\\.el$")
133 ;; This is the only "autoloads" file that
134 ;; does not have "*loaddefs.el" name.
135 '("eshell/esh-groups.el")))
136
137 ;; Make sure Tramp looks for binaries in the right places on
138 ;; remote GuixSD machines, where 'getconf PATH' returns
139 ;; something bogus.
140 (substitute* "net/tramp-sh.el"
141 ;; Patch the line after "(defcustom tramp-remote-path".
142 (("\\(tramp-default-remote-path")
143 (format #f "(tramp-default-remote-path ~s ~s ~s ~s "
144 "~/.guix-profile/bin" "~/.guix-profile/sbin"
145 "/run/current-system/profile/bin"
146 "/run/current-system/profile/sbin")))
147
148 ;; Make sure Man looks for C header files in the right
149 ;; places.
150 (substitute* "man.el"
151 (("\"/usr/local/include\"" line)
152 (string-join
153 (list line
154 "\"~/.guix-profile/include\""
155 "\"/var/guix/profiles/system/profile/include\"")
156 " ")))))))
157 (build-system glib-or-gtk-build-system)
158 (arguments
159 `(#:phases
160 (modify-phases %standard-phases
161 (add-before 'configure 'fix-/bin/pwd
162 (lambda _
163 ;; Use `pwd', not `/bin/pwd'.
164 (substitute* (find-files "." "^Makefile\\.in$")
165 (("/bin/pwd")
166 "pwd"))))
167 (add-after 'install 'install-site-start
168 ;; Use 'guix-emacs' in "site-start.el". This way, Emacs packages
169 ;; provided by Guix and installed in
170 ;; ~/.guix-profile/share/emacs/site-lisp/guix.d/PACKAGE-VERSION are
171 ;; automatically found.
172 (lambda* (#:key inputs outputs #:allow-other-keys)
173 (let* ((out (assoc-ref outputs "out"))
174 (lisp-dir (string-append out "/share/emacs/site-lisp")))
175 (copy-file (assoc-ref inputs "guix-emacs.el")
176 (string-append lisp-dir "/guix-emacs.el"))
177 (with-output-to-file (string-append lisp-dir "/site-start.el")
178 (lambda ()
179 (display
180 (string-append "(when (require 'guix-emacs nil t)\n"
181 " (guix-emacs-autoload-packages))\n"))))
182 #t))))))
183 (inputs
184 `(("gnutls" ,gnutls)
185 ("ncurses" ,ncurses)
186
187 ;; TODO: Add the optional dependencies.
188 ("libx11" ,libx11)
189 ("gtk+" ,gtk+)
190 ("libxft" ,libxft)
191 ("libtiff" ,libtiff)
192 ("giflib" ,giflib)
193 ("libjpeg" ,libjpeg-8)
194 ("imagemagick" ,imagemagick)
195 ("acl" ,acl)
196
197 ;; When looking for libpng `configure' links with `-lpng -lz', so we
198 ;; must also provide zlib as an input.
199 ("libpng" ,libpng)
200 ("zlib" ,zlib)
201
202 ("librsvg" ,librsvg)
203 ("libxpm" ,libxpm)
204 ("libxml2" ,libxml2)
205 ("libice" ,libice)
206 ("libsm" ,libsm)
207 ("alsa-lib" ,alsa-lib)
208 ("dbus" ,dbus)
209
210 ;; multilingualization support
211 ("libotf" ,libotf)
212 ("m17n-lib" ,m17n-lib)))
213 (native-inputs
214 `(("guix-emacs.el" ,(search-auxiliary-file "emacs/guix-emacs.el"))
215 ("pkg-config" ,pkg-config)
216 ("texinfo" ,texinfo)))
217
218 (native-search-paths
219 (list (search-path-specification
220 (variable "INFOPATH")
221 (files '("share/info")))))
222
223 (home-page "https://www.gnu.org/software/emacs/")
224 (synopsis "The extensible, customizable, self-documenting text editor")
225 (description
226 "GNU Emacs is an extensible and highly customizable text editor. It is
227 based on an Emacs Lisp interpreter with extensions for text editing. Emacs
228 has been extended in essentially all areas of computing, giving rise to a
229 vast array of packages supporting, e.g., email, IRC and XMPP messaging,
230 spreadsheets, remote server editing, and much more. Emacs includes extensive
231 documentation on all aspects of the system, from basic editing to writing
232 large Lisp programs. It has full Unicode support for nearly all human
233 languages.")
234 (license license:gpl3+)))
235
236 (define-public emacs-minimal
237 ;; This is the version that you should use as an input to packages that just
238 ;; need to byte-compile .el files.
239 (package (inherit emacs)
240 (name "emacs-minimal")
241 (synopsis "The extensible text editor (used only for byte-compilation)")
242 (build-system gnu-build-system)
243 (arguments
244 (substitute-keyword-arguments (package-arguments emacs)
245 ((#:phases phases)
246 `(modify-phases ,phases
247 (delete 'install-site-start)))))
248 (inputs
249 `(("ncurses" ,ncurses)))
250 (native-inputs
251 `(("pkg-config" ,pkg-config)))))
252
253 (define-public emacs-no-x
254 (package (inherit emacs)
255 (name "emacs-no-x")
256 (synopsis "The extensible, customizable, self-documenting text
257 editor (console only)")
258 (build-system gnu-build-system)
259 (inputs (fold alist-delete
260 (package-inputs emacs)
261 '("libx11" "gtk+" "libxft" "libtiff" "giflib" "libjpeg"
262 "imagemagick" "libpng" "librsvg" "libxpm" "libice"
263 "libsm"
264
265 ;; These depend on libx11, so remove them as well.
266 "libotf" "m17n-lib" "dbus")))))
267
268 (define-public emacs-no-x-toolkit
269 (package (inherit emacs)
270 (name "emacs-no-x-toolkit")
271 (synopsis "The extensible, customizable, self-documenting text
272 editor (without an X toolkit)" )
273 (build-system gnu-build-system)
274 (inputs (append `(("inotify-tools" ,inotify-tools))
275 (alist-delete "gtk+" (package-inputs emacs))))
276 (arguments (append '(#:configure-flags '("--with-x-toolkit=no"))
277 (package-arguments emacs)))))
278
279 (define-public guile-emacs
280 (package (inherit emacs)
281 (name "guile-emacs")
282 (version "20150512.41120e0")
283 (source (origin
284 (method git-fetch)
285 (uri (git-reference
286 (url "git://git.hcoop.net/git/bpt/emacs.git")
287 (commit "41120e0f595b16387eebfbf731fff70481de1b4b")))
288 (file-name (string-append name "-" version "-checkout"))
289 (patches (search-patches "guile-emacs-fix-configure.patch"))
290 (sha256
291 (base32
292 "0lvcvsz0f4mawj04db35p1dvkffdqkz8pkhc0jzh9j9x2i63kcz6"))))
293 (native-inputs
294 `(("autoconf" ,autoconf)
295 ("automake" ,automake)
296 ("guile" ,guile-for-guile-emacs)
297 ,@(package-native-inputs emacs)))
298 (arguments
299 (substitute-keyword-arguments `(;; Build fails if we allow parallel build.
300 #:parallel-build? #f
301 ;; Tests aren't passing for now.
302 #:tests? #f
303 ,@(package-arguments emacs))
304 ((#:phases phases)
305 `(modify-phases ,phases
306 (add-after 'unpack 'autogen
307 (lambda _
308 (zero? (system* "sh" "autogen.sh"))))
309 ;; Build sometimes fails: deps/dispnew.d: No such file or directory
310 (add-before 'build 'make-deps-dir
311 (lambda _
312 (zero? (system* "mkdir" "-p" "src/deps"))))))))))
313
314 \f
315 ;;;
316 ;;; Emacs hacking.
317 ;;;
318
319 (define-public geiser
320 (package
321 (name "geiser")
322 (version "0.9")
323 (source (origin
324 (method url-fetch)
325 (uri (string-append "mirror://savannah/geiser/" version
326 "/geiser-" version ".tar.gz"))
327 (sha256
328 (base32
329 "0phz9d8wjk4p13vqannv0003fwh8qqrp0gfzcs2hgq1mrmv1srss"))))
330 (build-system gnu-build-system)
331 (arguments
332 '(#:phases
333 (modify-phases %standard-phases
334 (add-after 'install 'post-install
335 (lambda* (#:key outputs #:allow-other-keys)
336 (symlink "geiser-install.el"
337 (string-append (assoc-ref outputs "out")
338 "/share/emacs/site-lisp/"
339 "geiser-autoloads.el"))
340 #t)))))
341 (inputs `(("guile" ,guile-2.0)))
342 (native-inputs `(("emacs" ,emacs-minimal)))
343 (home-page "https://nongnu.org/geiser/")
344 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
345 (description
346 "Geiser is a collection of Emacs major and minor modes that conspire with
347 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
348 continuously running Scheme interpreter takes the center of the stage in
349 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
350 implementation, Emacs and, ultimately, the schemer, giving them access to live
351 metadata.")
352 (license license:bsd-3)))
353
354 (define-public geiser-next
355 ;; This has become "geiser".
356 (deprecated-package "geiser-next" geiser))
357
358 (define-public paredit
359 (package
360 (name "emacs-paredit")
361 (version "24")
362 (source (origin
363 (method url-fetch)
364 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
365 version ".el"))
366 (sha256
367 (base32
368 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
369 (build-system emacs-build-system)
370 (home-page "http://mumble.net/~campbell/emacs/paredit/")
371 (synopsis "Emacs minor mode for editing parentheses")
372 (description
373 "ParEdit (paredit.el) is a minor mode for performing structured editing
374 of S-expression data. The typical example of this would be Lisp or Scheme
375 source code.
376
377 ParEdit helps **keep parentheses balanced** and adds many keys for moving
378 S-expressions and moving around in S-expressions. Its behavior can be jarring
379 for those who may want transient periods of unbalanced parentheses, such as
380 when typing parentheses directly or commenting out code line by line.")
381 (license license:gpl3+)))
382
383 (define-public paredit/old-name
384 (deprecated-package "paredit" paredit))
385
386 (define-public git-modes
387 (package
388 (name "emacs-git-modes")
389 (version "1.2.7")
390 (source (origin
391 (method url-fetch)
392 (uri (string-append
393 "https://github.com/magit/git-modes/archive/"
394 version ".tar.gz"))
395 (file-name (string-append name "-" version ".tar.gz"))
396 (sha256
397 (base32
398 "1mzl70s0xyysnjq1j10mc5vn9i022n5vd82kxsgp4xxqq7gc4qnx"))))
399 (build-system emacs-build-system)
400 (home-page "https://github.com/magit/git-modes")
401 (synopsis "Emacs major modes for Git configuration files")
402 (description
403 "This package provides Emacs major modes for editing various Git
404 configuration files, such as .gitattributes, .gitignore, and .git/config.")
405 (license license:gpl3+)))
406
407 (define-public git-modes/old-name
408 (deprecated-package "git-modes" git-modes))
409
410 (define-public emacs-with-editor
411 (package
412 (name "emacs-with-editor")
413 (version "2.7.0")
414 (source (origin
415 (method url-fetch)
416 (uri (string-append
417 "https://github.com/magit/with-editor/archive/v"
418 version ".tar.gz"))
419 (file-name (string-append name "-" version ".tar.gz"))
420 (sha256
421 (base32
422 "0kah7pv211zx9fsb5g4hd51bqcq2bxd1chdykd488ihvfz1l5y14"))))
423 (build-system emacs-build-system)
424 (propagated-inputs
425 `(("emacs-dash" ,emacs-dash)))
426 (home-page "https://github.com/magit/with-editor")
427 (synopsis "Emacs library for using Emacsclient as EDITOR")
428 (description
429 "This package provides an Emacs library to use the Emacsclient as
430 @code{$EDITOR} of child processes, making sure they know how to call home.
431 For remote processes a substitute is provided, which communicates with Emacs
432 on stdout instead of using a socket as the Emacsclient does.")
433 (license license:gpl3+)))
434
435 (define-public magit
436 (package
437 (name "magit")
438 (version "2.11.0")
439 (source (origin
440 (method url-fetch)
441 (uri (string-append
442 "https://github.com/magit/magit/releases/download/"
443 version "/" name "-" version ".tar.gz"))
444 (sha256
445 (base32
446 "11xly5bma9jc1jhs8fqbqrci8kz1y26yfq7dqjkqfy956wvfg6hz"))))
447 (build-system gnu-build-system)
448 (native-inputs `(("texinfo" ,texinfo)
449 ("emacs" ,emacs-minimal)))
450 (inputs
451 `(("git" ,git)
452 ("perl" ,perl)))
453 (propagated-inputs
454 `(("dash" ,emacs-dash)
455 ;; XXX Add 'magit-popup' dependency for the next release (after 2.11.0).
456 ("with-editor" ,emacs-with-editor)))
457 (arguments
458 `(#:test-target "test"
459 #:tests? #f ; tests are not included in the release
460
461 #:make-flags
462 (list (string-append "PREFIX=" %output)
463 ;; Don't put .el files in a sub-directory.
464 (string-append "lispdir=" %output "/share/emacs/site-lisp")
465 (string-append "DASH_DIR="
466 (assoc-ref %build-inputs "dash")
467 "/share/emacs/site-lisp/guix.d/dash-"
468 ,(package-version emacs-dash))
469 (string-append "WITH_EDITOR_DIR="
470 (assoc-ref %build-inputs "with-editor")
471 "/share/emacs/site-lisp/guix.d/with-editor-"
472 ,(package-version emacs-with-editor)))
473
474 #:phases
475 (modify-phases %standard-phases
476 (delete 'configure)
477 (add-before
478 'build 'patch-exec-paths
479 (lambda* (#:key inputs #:allow-other-keys)
480 (let ((perl (assoc-ref inputs "perl")))
481 (substitute* "lisp/magit-sequence.el"
482 (("perl") (string-append perl "/bin/perl")))
483 #t))))))
484 (home-page "http://magit.github.io/")
485 (synopsis "Emacs interface for the Git version control system")
486 (description
487 "With Magit, you can inspect and modify your Git repositories with Emacs.
488 You can review and commit the changes you have made to the tracked files, for
489 example, and you can browse the history of past changes. There is support for
490 cherry picking, reverting, merging, rebasing, and other common Git
491 operations.")
492 (license license:gpl3+)))
493
494 (define-public magit-svn
495 (package
496 (name "magit-svn")
497 (version "2.2.0")
498 (source (origin
499 (method url-fetch)
500 (uri (string-append
501 "https://github.com/magit/magit-svn/archive/"
502 version ".tar.gz"))
503 (file-name (string-append name "-" version ".tar.gz"))
504 (sha256
505 (base32
506 "1c3n377v436zaxamlsz04y1ahdhp96x1vd43zaryv4y10m02ba47"))))
507 (build-system trivial-build-system)
508 (native-inputs `(("emacs" ,emacs-minimal)
509 ("tar" ,tar)
510 ("gzip" ,gzip)))
511 (propagated-inputs `(("dash" ,emacs-dash)
512 ("with-editor" ,emacs-with-editor)
513 ("magit" ,magit)))
514 (arguments
515 `(#:modules ((guix build utils)
516 (guix build emacs-utils))
517
518 #:builder
519 (begin
520 (use-modules (guix build utils)
521 (guix build emacs-utils))
522
523 (let* ((tar (string-append (assoc-ref %build-inputs "tar")
524 "/bin/tar"))
525 (PATH (string-append (assoc-ref %build-inputs "gzip")
526 "/bin"))
527 (emacs (string-append (assoc-ref %build-inputs "emacs")
528 "/bin/emacs"))
529 (magit (string-append (assoc-ref %build-inputs "magit")
530 "/share/emacs/site-lisp"))
531 (dash (string-append (assoc-ref %build-inputs "dash")
532 "/share/emacs/site-lisp/guix.d/dash-"
533 ,(package-version emacs-dash)))
534 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
535 "/share/emacs/site-lisp/guix.d/with-editor-"
536 ,(package-version emacs-with-editor)))
537 (source (assoc-ref %build-inputs "source"))
538 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
539 (setenv "PATH" PATH)
540 (system* tar "xvf" source)
541
542 (install-file (string-append ,name "-" ,version "/magit-svn.el")
543 lisp-dir)
544
545 (with-directory-excursion lisp-dir
546 (parameterize ((%emacs emacs))
547 (emacs-generate-autoloads ,name lisp-dir)
548 (setenv "EMACSLOADPATH"
549 (string-append ":" magit ":" dash ":" with-editor))
550 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))))))
551 (home-page "https://github.com/magit/magit-svn")
552 (synopsis "Git-SVN extension to Magit")
553 (description
554 "This package is an extension to Magit, the Git Emacs mode, providing
555 support for Git-SVN.")
556 (license license:gpl3+)))
557
558 (define-public emacs-magit-popup
559 (package
560 (name "emacs-magit-popup")
561 (version "2.12.0")
562 (source (origin
563 (method url-fetch)
564 (uri (string-append
565 "https://github.com/magit/magit-popup/archive/v"
566 version ".tar.gz"))
567 (file-name (string-append name "-" version ".tar.gz"))
568 (sha256
569 (base32
570 "1dnk611f7lww6rb03hk8ijg2jwxx9f26pjfff4bwjmnjz7hnd6vz"))))
571 (build-system emacs-build-system)
572 (arguments
573 `(#:phases
574 (modify-phases %standard-phases
575 (add-before 'install 'make-info
576 (lambda _
577 (zero? (system* "make" "info")))))))
578 (native-inputs
579 `(("texinfo" ,texinfo)))
580 (propagated-inputs
581 `(("emacs-dash" ,emacs-dash)))
582 (home-page "https://github.com/magit/magit-popup")
583 (synopsis "Define prefix-infix-suffix command combos")
584 (description
585 "This library implements a generic interface for toggling switches and
586 setting options and then invoking an Emacs command which does something with
587 these arguments. The prototypical use is for the command to call an external
588 process, passing on the arguments as command line arguments.")
589 (license license:gpl3+)))
590
591 (define-public haskell-mode
592 (package
593 (name "haskell-mode")
594 (version "16.1")
595 (source (origin
596 (method url-fetch)
597 (file-name (string-append name "-" version ".tar.gz"))
598 (uri (string-append
599 "https://github.com/haskell/haskell-mode/archive/v"
600 version ".tar.gz"))
601 (sha256
602 (base32 "0g6lcjw7lcgavv3yrd8xjcyqgfyjl787y32r1z14amw2f009m78h"))))
603 (inputs
604 `(("emacs-el-search" ,emacs-el-search) ; for tests
605 ("emacs-stream" ,emacs-stream))) ; for tests
606 (propagated-inputs
607 `(("emacs-dash" ,emacs-dash)))
608 (native-inputs
609 `(("emacs" ,emacs-minimal)
610 ("texinfo" ,texinfo)))
611 (build-system gnu-build-system)
612 (arguments
613 `(#:make-flags (list (string-append "EMACS="
614 (assoc-ref %build-inputs "emacs")
615 "/bin/emacs"))
616 #:modules ((ice-9 match)
617 (srfi srfi-26)
618 ,@%gnu-build-system-modules)
619 #:phases
620 (modify-phases %standard-phases
621 (delete 'configure)
622 (add-before
623 'build 'pre-build
624 (lambda* (#:key inputs #:allow-other-keys)
625 (define (el-dir store-dir)
626 (match (find-files store-dir "\\.el$")
627 ((f1 f2 ...) (dirname f1))
628 (_ "")))
629
630 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
631 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
632
633 (setenv "SHELL" "sh")
634 (setenv "EMACSLOADPATH"
635 (string-concatenate
636 (map (match-lambda
637 (((? emacs-prefix? name) . dir)
638 (string-append (el-dir dir) ":"))
639 (_ ""))
640 inputs)))
641 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
642 (substitute* "tests/haskell-code-conventions.el"
643 ;; Function name recently changed in "emacs-el-search".
644 (("el-search--search-pattern") "el-search-forward")
645 ;; Don't contact home.
646 (("\\(when \\(>= emacs-major-version 25\\)")
647 "(require 'el-search) (when nil"))
648 #t)))
649 (replace
650 'install
651 (lambda* (#:key outputs #:allow-other-keys)
652 (let* ((out (assoc-ref outputs "out"))
653 (el-dir (string-append out "/share/emacs/site-lisp"))
654 (doc (string-append
655 out "/share/doc/haskell-mode-" ,version))
656 (info (string-append out "/share/info")))
657 (define (copy-to-dir dir files)
658 (for-each (lambda (f)
659 (install-file f dir))
660 files))
661
662 (with-directory-excursion "doc"
663 (unless (zero? (system* "makeinfo" "haskell-mode.texi"))
664 (error "makeinfo failed"))
665 (install-file "haskell-mode.info" info))
666 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
667 (copy-to-dir el-dir (find-files "." "\\.elc?"))
668 ;; These are part of other packages.
669 (with-directory-excursion el-dir
670 (for-each delete-file '("dash.el" "ert.el")))
671 #t))))))
672 (home-page "https://github.com/haskell/haskell-mode")
673 (synopsis "Haskell mode for Emacs")
674 (description
675 "This is an Emacs mode for editing, debugging and developing Haskell
676 programs.")
677 (license license:gpl3+)))
678
679 (define-public flycheck
680 (package
681 (name "emacs-flycheck")
682 (version "31")
683 (source (origin
684 (method url-fetch)
685 (uri (string-append
686 "https://github.com/flycheck/flycheck/releases/download/"
687 version "/flycheck-" version ".tar"))
688 (sha256
689 (base32
690 "01rnwan16m7cyyrfca3c5c60mbj2r3knkpzbhji2fczsf0wns240"))))
691 (build-system emacs-build-system)
692 (propagated-inputs
693 `(("emacs-dash" ,emacs-dash)))
694 (home-page "https://www.flycheck.org")
695 (synopsis "On-the-fly syntax checking")
696 (description
697 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
698 replacement for the older Flymake extension which is part of GNU Emacs, with
699 many improvements and additional features.
700
701 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
702 checking for over 30 programming and markup languages with more than 70
703 different tools. It highlights errors and warnings inline in the buffer, and
704 provides an optional IDE-like error list.")
705 (license license:gpl3+))) ;+GFDLv1.3+ for the manual
706
707 \f
708 ;;;
709 ;;; Web browsing.
710 ;;;
711
712 (define-public emacs-w3m
713 (package
714 (name "emacs-w3m")
715 (version "1.4.538+0.20141022")
716 (source (origin
717 (method url-fetch)
718 (uri (string-append "mirror://debian/pool/main/w/w3m-el/w3m-el_"
719 version ".orig.tar.gz"))
720 (sha256
721 (base32
722 "0zfxmq86pwk64yv0426gnjrvhjrgrjqn08sdcdhmmjmfpmqvm79y"))))
723 (build-system gnu-build-system)
724 (native-inputs `(("autoconf" ,autoconf)
725 ("emacs" ,emacs-minimal)))
726 (inputs `(("w3m" ,w3m)
727 ("imagemagick" ,imagemagick)))
728 (arguments
729 `(#:modules ((guix build gnu-build-system)
730 (guix build utils)
731 (guix build emacs-utils))
732 #:imported-modules (,@%gnu-build-system-modules
733 (guix build emacs-utils))
734 #:configure-flags
735 (let ((out (assoc-ref %outputs "out")))
736 (list (string-append "--with-lispdir="
737 out "/share/emacs/site-lisp")
738 (string-append "--with-icondir="
739 out "/share/images/emacs-w3m")
740 ;; Leave .el files uncompressed, otherwise GC can't
741 ;; identify run-time dependencies. See
742 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
743 "--without-compress-install"))
744 #:tests? #f ; no check target
745 #:phases
746 (modify-phases %standard-phases
747 (add-after 'unpack 'autoconf
748 (lambda _
749 (zero? (system* "autoconf"))))
750 (add-before 'build 'patch-exec-paths
751 (lambda* (#:key inputs outputs #:allow-other-keys)
752 (let ((out (assoc-ref outputs "out"))
753 (w3m (assoc-ref inputs "w3m"))
754 (imagemagick (assoc-ref inputs "imagemagick"))
755 (coreutils (assoc-ref inputs "coreutils")))
756 (emacs-substitute-variables "w3m.el"
757 ("w3m-command" (string-append w3m "/bin/w3m"))
758 ("w3m-touch-command"
759 (string-append coreutils "/bin/touch"))
760 ("w3m-image-viewer"
761 (string-append imagemagick "/bin/display"))
762 ("w3m-icon-directory"
763 (string-append out "/share/images/emacs-w3m")))
764 (emacs-substitute-variables "w3m-image.el"
765 ("w3m-imagick-convert-program"
766 (string-append imagemagick "/bin/convert"))
767 ("w3m-imagick-identify-program"
768 (string-append imagemagick "/bin/identify")))
769 #t)))
770 (replace 'install
771 (lambda* (#:key outputs #:allow-other-keys)
772 (and (zero? (system* "make" "install" "install-icons"))
773 (with-directory-excursion
774 (string-append (assoc-ref outputs "out")
775 "/share/emacs/site-lisp")
776 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
777 (symlink "w3m-load.el" "w3m-autoloads.el")
778 #t)))))))
779 (home-page "http://emacs-w3m.namazu.org/")
780 (synopsis "Simple Web browser for Emacs based on w3m")
781 (description
782 "Emacs-w3m is an emacs interface for the w3m web browser.")
783 (license license:gpl2+)))
784
785 (define-public emacs-wget
786 (package
787 (name "emacs-wget")
788 (version "0.5.0")
789 (source (origin
790 (method url-fetch)
791 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
792 version ".orig.tar.gz"))
793 (sha256
794 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
795 (build-system gnu-build-system)
796 (inputs `(("wget" ,wget)))
797 (native-inputs `(("emacs" ,emacs-minimal)))
798 (arguments
799 `(#:modules ((guix build gnu-build-system)
800 (guix build utils)
801 (guix build emacs-utils))
802 #:imported-modules (,@%gnu-build-system-modules
803 (guix build emacs-utils))
804 #:tests? #f ; no check target
805 #:phases
806 (modify-phases %standard-phases
807 (replace 'configure
808 (lambda* (#:key outputs #:allow-other-keys)
809 (substitute* "Makefile"
810 (("/usr/local") (assoc-ref outputs "out"))
811 (("/site-lisp/emacs-wget") "/site-lisp"))
812 #t))
813 (add-before 'build 'patch-exec-paths
814 (lambda* (#:key inputs outputs #:allow-other-keys)
815 (let ((wget (assoc-ref inputs "wget")))
816 (emacs-substitute-variables "wget.el"
817 ("wget-command" (string-append wget "/bin/wget"))))
818 #t))
819 (add-after 'install 'post-install
820 (lambda* (#:key outputs #:allow-other-keys)
821 (emacs-generate-autoloads
822 "wget" (string-append (assoc-ref outputs "out")
823 "/share/emacs/site-lisp/"))
824 #t)))))
825 (home-page "http://www.emacswiki.org/emacs/EmacsWget")
826 (synopsis "Simple file downloader for Emacs based on wget")
827 (description
828 "Emacs-wget is an emacs interface for the wget file downloader.")
829 (license license:gpl2+)))
830
831 \f
832 ;;;
833 ;;; Multimedia.
834 ;;;
835
836 (define-public emms
837 (package
838 (name "emacs-emms")
839 (version "4.4")
840 (source (origin
841 (method url-fetch)
842 (uri (string-append "mirror://gnu/emms/emms-"
843 version ".tar.gz"))
844 (sha256
845 (base32
846 "1b0kalhn81dir26jgsma30i5bbly7d3s1ngqpf01zjjpr7lw5v0h"))
847 (modules '((guix build utils)))
848 (snippet
849 '(substitute* "Makefile"
850 (("/usr/bin/install-info")
851 ;; No need to use 'install-info' since it would create a
852 ;; useless 'dir' file.
853 "true")
854 (("^INFODIR=.*")
855 ;; Install Info files to $out/share/info, not $out/info.
856 "INFODIR := $(PREFIX)/share/info\n")
857 (("/site-lisp/emms")
858 ;; Install directly in share/emacs/site-lisp, not in a
859 ;; sub-directory.
860 "/site-lisp")
861 (("^all: (.*)\n" _ rest)
862 ;; Build 'emms-print-metadata'.
863 (string-append "all: " rest " emms-print-metadata\n"))))))
864 (build-system gnu-build-system)
865 (arguments
866 `(#:modules ((guix build gnu-build-system)
867 (guix build utils)
868 (guix build emacs-utils))
869 #:imported-modules (,@%gnu-build-system-modules
870 (guix build emacs-utils))
871
872 #:phases
873 (modify-phases %standard-phases
874 (replace 'configure
875 (lambda* (#:key inputs outputs #:allow-other-keys)
876 (let ((out (assoc-ref outputs "out"))
877 (flac (assoc-ref inputs "flac"))
878 (vorbis (assoc-ref inputs "vorbis-tools"))
879 (alsa (assoc-ref inputs "alsa-utils"))
880 (mpg321 (assoc-ref inputs "mpg321"))
881 (mp3info (assoc-ref inputs "mp3info")))
882 ;; Specify the installation directory.
883 (substitute* "Makefile"
884 (("PREFIX=.*$")
885 (string-append "PREFIX := " out "\n")))
886
887 (setenv "SHELL" (which "sh"))
888 (setenv "CC" "gcc")
889
890 ;; Specify the absolute file names of the various
891 ;; programs so that everything works out-of-the-box.
892 (with-directory-excursion "lisp"
893 (emacs-substitute-variables
894 "emms-player-mpg321-remote.el"
895 ("emms-player-mpg321-remote-command"
896 (string-append mpg321 "/bin/mpg321")))
897 (substitute* "emms-player-simple.el"
898 (("\"ogg123\"")
899 (string-append "\"" vorbis "/bin/ogg123\"")))
900 (substitute* "emms-player-simple.el"
901 (("\"mpg321\"")
902 (string-append "\"" mpg321 "/bin/mpg321\"")))
903 (emacs-substitute-variables "emms-info-ogginfo.el"
904 ("emms-info-ogginfo-program-name"
905 (string-append vorbis "/bin/ogginfo")))
906 (emacs-substitute-variables "emms-info-libtag.el"
907 ("emms-info-libtag-program-name"
908 (string-append out "/bin/emms-print-metadata")))
909 (emacs-substitute-variables "emms-info-mp3info.el"
910 ("emms-info-mp3info-program-name"
911 (string-append mp3info "/bin/mp3info")))
912 (emacs-substitute-variables "emms-info-metaflac.el"
913 ("emms-info-metaflac-program-name"
914 (string-append flac "/bin/metaflac")))
915 (emacs-substitute-variables "emms-source-file.el"
916 ("emms-source-file-gnu-find" (which "find")))
917 (substitute* "emms-volume-amixer.el"
918 (("\"amixer\"")
919 (string-append "\"" alsa "/bin/amixer\"")))
920 (substitute* "emms-tag-editor.el"
921 (("\"mp3info\"")
922 (string-append "\"" mp3info "/bin/mp3info\"")))))))
923 (add-before 'install 'pre-install
924 (lambda* (#:key outputs #:allow-other-keys)
925 ;; The 'install' rule expects the target directories to exist.
926 (let* ((out (assoc-ref outputs "out"))
927 (bin (string-append out "/bin"))
928 (man1 (string-append out "/share/man/man1")))
929 (mkdir-p bin)
930 (mkdir-p man1)
931 #t)))
932 (add-after 'install 'post-install
933 (lambda* (#:key outputs #:allow-other-keys)
934 (let ((out (assoc-ref outputs "out")))
935 (symlink "emms-auto.el"
936 (string-append out "/share/emacs/site-lisp/"
937 "emms-autoloads.el"))))))
938 #:tests? #f))
939 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
940 ("texinfo" ,texinfo)))
941 (inputs `(("alsa-utils" ,alsa-utils)
942 ("flac" ,flac) ;for metaflac
943 ("vorbis-tools" ,vorbis-tools)
944 ("mpg321" ,mpg321)
945 ("taglib" ,taglib)
946 ("mp3info" ,mp3info)))
947 (properties '((upstream-name . "emms")))
948 (synopsis "Emacs Multimedia System")
949 (description
950 "EMMS is the Emacs Multimedia System. It is a small front-end which
951 can control one of the supported external players. Thus, it supports
952 whatever formats are supported by your music player. It also
953 supports tagging and playlist management, all behind a clean and
954 light user interface.")
955 (home-page "https://www.gnu.org/software/emms/")
956 (license license:gpl3+)))
957
958 (define-public emacs-emms-player-mpv
959 (package
960 (name "emacs-emms-player-mpv")
961 (version "0.1.0")
962 (source
963 (origin
964 (method url-fetch)
965 (uri (string-append "https://github.com/dochang/emms-player-mpv/archive/"
966 version ".tar.gz"))
967 (file-name (string-append name "-" version ".tar.gz"))
968 (sha256
969 (base32
970 "05qwbagc4i7yn7i94r1hdgj6wc5xijy1pxqv08pwsmli9rqj51n9"))))
971 (build-system emacs-build-system)
972 (propagated-inputs
973 `(("emms" ,emms)))
974 (home-page "https://github.com/dochang/emms-player-mpv/")
975 (synopsis "Mpv support for EMMS")
976 (description
977 "This package provides an EMMS player that uses mpv. It supports pause
978 and seeking.")
979 (license license:gpl3+)))
980
981 (define-public emacs-emms-mode-line-cycle
982 (package
983 (name "emacs-emms-mode-line-cycle")
984 (version "0.2.5")
985 (source
986 (origin
987 (method url-fetch)
988 (uri (string-append "https://github.com/momomo5717/emms-mode-line-cycle"
989 "/archive/" version ".tar.gz"))
990 (file-name (string-append name "-" version ".tar.gz"))
991 (sha256
992 (base32
993 "0ifszi930pnaxk1x8pcydmvnp06868gc7nfx14q17zbajbx735k6"))))
994 (build-system emacs-build-system)
995 (propagated-inputs
996 `(("emms" ,emms)))
997 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
998 (synopsis "Display the EMMS mode line as a ticker")
999 (description
1000 "This is a minor mode for updating the EMMS mode-line string cyclically
1001 within a specified width. It is useful for displaying long track titles.")
1002 (license license:gpl3+)))
1003
1004 \f
1005 ;;;
1006 ;;; Miscellaneous.
1007 ;;;
1008
1009 (define-public bbdb
1010 (package
1011 (name "bbdb")
1012 (version "3.1.2")
1013 (source (origin
1014 (method url-fetch)
1015 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1016 version ".tar.gz"))
1017 (sha256
1018 (base32
1019 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1020 (modules '((guix build utils)))
1021 (snippet
1022 ;; We don't want to build and install the PDF.
1023 '(substitute* "doc/Makefile.in"
1024 (("^doc_DATA = .*$")
1025 "doc_DATA =\n")))))
1026 (build-system gnu-build-system)
1027 (arguments
1028 '(#:phases
1029 (modify-phases %standard-phases
1030 (add-after 'install 'post-install
1031 (lambda* (#:key outputs #:allow-other-keys)
1032 ;; Add an autoloads file with the right name for guix.el.
1033 (let* ((out (assoc-ref outputs "out"))
1034 (site (string-append out "/share/emacs/site-lisp")))
1035 (with-directory-excursion site
1036 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1037 #t)))))
1038 (native-inputs `(("emacs" ,emacs-minimal)))
1039 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1040 (synopsis "Contact management utility for Emacs")
1041 (description
1042 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1043 an address book for email and snail mail addresses, phone numbers and the
1044 like. It can be linked with various Emacs mail clients (Message and Mail
1045 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1046 (license license:gpl3+)))
1047
1048 (define-public emacs-aggressive-indent
1049 (package
1050 (name "emacs-aggressive-indent")
1051 (version "1.8.3")
1052 (source (origin
1053 (method url-fetch)
1054 (uri (string-append "https://elpa.gnu.org/packages/"
1055 "aggressive-indent-" version ".el"))
1056 (sha256
1057 (base32
1058 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1059 (build-system emacs-build-system)
1060 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1061 (synopsis "Minor mode to aggressively keep your code always indented")
1062 (description
1063 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1064 always indented. It reindents after every change, making it more reliable
1065 than @code{electric-indent-mode}.")
1066 (license license:gpl2+)))
1067
1068 (define-public emacs-ag
1069 (package
1070 (name "emacs-ag")
1071 (version "0.47")
1072 (source (origin
1073 (method url-fetch)
1074 (uri (string-append
1075 "https://github.com/Wilfred/ag.el/archive/"
1076 version ".tar.gz"))
1077 (file-name (string-append name "-" version ".tar.gz"))
1078 (sha256
1079 (base32
1080 "1rlmp6wnyhqfg86dbz17r914msp58favn4kd4yrdwyia265a4lar"))))
1081 (build-system emacs-build-system)
1082 (arguments
1083 `(#:phases
1084 (modify-phases %standard-phases
1085 (add-before 'install 'make-info
1086 (lambda _
1087 (with-directory-excursion "docs"
1088 (zero? (system* "make" "info")))))
1089 (add-after 'install 'install-info
1090 (lambda* (#:key outputs #:allow-other-keys)
1091 (let* ((out (assoc-ref outputs "out"))
1092 (info (string-append out "/share/info")))
1093 (install-file "docs/_build/texinfo/agel.info" info)
1094 #t))))))
1095 (native-inputs
1096 `(("python-sphinx" ,python-sphinx)
1097 ("texinfo" ,texinfo)))
1098 (propagated-inputs
1099 `(("dash" ,emacs-dash)
1100 ("s" ,emacs-s)
1101 ;; We need to use 'ag' as the executable on remote systems.
1102 ("the-silver-searcher" ,the-silver-searcher)))
1103 (home-page "https://github.com/Wilfred/ag.el")
1104 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1105 (description "This package provides the ability to use the silver
1106 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1107 include version control system awareness, use of Perl compatible regular
1108 expressions, editing the search results directly and searching file names
1109 rather than the contents of files.")
1110 (license license:gpl3+)))
1111
1112 (define-public emacs-async
1113 (package
1114 (name "emacs-async")
1115 (version "1.9.2")
1116 (source (origin
1117 (method url-fetch)
1118 (uri (string-append "https://elpa.gnu.org/packages/async-"
1119 version ".tar"))
1120 (sha256
1121 (base32
1122 "17fnvrj7jww29sav6a6jpizclg4w2962m6h37akpii71gf0vrffw"))))
1123 (build-system emacs-build-system)
1124 (home-page "https://elpa.gnu.org/packages/async.html")
1125 (synopsis "Asynchronous processing in Emacs")
1126 (description
1127 "This package provides the ability to call asynchronous functions and
1128 processes. For example, it can be used to run dired commands (for copying,
1129 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1130 as a library for other Emacs packages.")
1131 (license license:gpl3+)))
1132
1133 (define-public emacs-auctex
1134 (package
1135 (name "emacs-auctex")
1136 (version "12.1.0")
1137 (source
1138 (origin
1139 (method url-fetch)
1140 (uri (string-append
1141 "https://elpa.gnu.org/packages/auctex-"
1142 version
1143 ".tar"))
1144 (sha256
1145 (base32
1146 "0iy5x61xqkxaph2hq64sg50l1c6yp6qhzppwadayxkdz00b46sas"))))
1147 (build-system emacs-build-system)
1148 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1149 ;; ('emacs-minimal' does not provide dbus).
1150 (arguments
1151 `(#:emacs ,emacs
1152 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1153 #:exclude '("^tests/" "^latex/README")))
1154 (native-inputs
1155 `(("perl" ,perl)))
1156 (home-page "https://www.gnu.org/software/auctex/")
1157 (synopsis "Integrated environment for TeX")
1158 (description
1159 "AUCTeX is a comprehensive customizable integrated environment for
1160 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1161 or XEmacs.")
1162 (license license:gpl3+)))
1163
1164 (define-public emacs-autothemer
1165 (package
1166 (name "emacs-autothemer")
1167 (version "0.2.2")
1168 (source
1169 (origin
1170 (method url-fetch)
1171 (uri (string-append "https://github.com/sebastiansturm/autothemer/archive/"
1172 version ".tar.gz"))
1173 (file-name (string-append name "-" version ".tar.gz"))
1174 (sha256
1175 (base32
1176 "0rd28r9wfrbll212am4ih9hrvypx785aff76va2cbfxdwm9kixsa"))))
1177 (build-system emacs-build-system)
1178 (propagated-inputs
1179 `(("emacs-dash" ,emacs-dash)))
1180 (home-page "https://github.com/sebastiansturm/autothemer")
1181 (synopsis "Conveniently create Emacs themes")
1182 (description
1183 "Autothemer provides a thin layer on top of @code{deftheme} and
1184 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1185 a set of simplified face specifications and a user-supplied color palette")
1186 (license license:gpl3+)))
1187
1188 (define-public emacs-calfw
1189 (package
1190 (name "emacs-calfw")
1191 (version "1.5")
1192 (source
1193 (origin
1194 (method url-fetch)
1195 (uri (string-append
1196 "https://github.com/kiwanami/emacs-calfw/archive/v"
1197 version ".tar.gz"))
1198 (file-name (string-append name "-" version ".tar.gz"))
1199 (sha256
1200 (base32
1201 "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
1202 (build-system emacs-build-system)
1203 (home-page "https://github.com/kiwanami/emacs-calfw/")
1204 (synopsis "Calendar framework for Emacs")
1205 (description
1206 "This package displays a calendar view with various schedule data in the
1207 Emacs buffer.")
1208 (license license:gpl3+)))
1209
1210 (define-public emacs-direnv
1211 (package
1212 (name "emacs-direnv")
1213 (version "1.2.0")
1214 (source
1215 (origin
1216 (method url-fetch)
1217 (uri (string-append
1218 "https://github.com/wbolster/emacs-direnv/archive/"
1219 version ".tar.gz"))
1220 (file-name (string-append name "-" version ".tar.gz"))
1221 (sha256
1222 (base32
1223 "0m9nxawklhiiysyibzzhh2zkxgq1fskqvaqb06f7r8dnhabfy9fr"))))
1224 (build-system emacs-build-system)
1225 (propagated-inputs
1226 `(("dash" ,emacs-dash)
1227 ("with-editor" ,emacs-with-editor)))
1228 (home-page "https://github.com/wbolster/emacs-direnv")
1229 (synopsis "Direnv integration for Emacs")
1230 (description
1231 "This package provides support for invoking direnv to get the environment
1232 for the current file and updating the environment within Emacs to match.
1233
1234 Direnv can be invoked manually, and a global minor mode is included that will
1235 update the environment when the active buffer changes.
1236
1237 Using emacs-direnv means that programs started from Emacs will use the
1238 environment set through Direnv.")
1239 (license license:gpl3+)))
1240
1241 (define-public emacs-ggtags
1242 (package
1243 (name "emacs-ggtags")
1244 (version "0.8.12")
1245 (source
1246 (origin
1247 (method url-fetch)
1248 (uri (string-append "http://elpa.gnu.org/packages/ggtags-"
1249 version ".el"))
1250 (sha256
1251 (base32
1252 "0ny3llk021g6r0s75xdm4hzpbxv393ddm2r6f2xdk8kqnq4gnirp"))))
1253 (build-system emacs-build-system)
1254 (home-page "https://github.com/leoliu/ggtags")
1255 (synopsis "Frontend to the GNU Global source code tagging system")
1256 (description "@code{ggtags} provides a frontend to the GNU Global source
1257 code tagging system.
1258
1259 Features:
1260
1261 @itemize
1262 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1263 @item Automatically update Global's tag files when needed with tuning for
1264 large source trees.
1265 @item Intuitive navigation among multiple matches with mode-line display of
1266 current match, total matches and exit status.
1267 @item Read tag with completion.
1268 @item Show definition at point.
1269 @item Jump to #include files.
1270 @item Support search history and saving a search to register/bookmark.
1271 @item Query replace.
1272 @item Manage Global's environment variables on a per-project basis.
1273 @item Highlight (definition) tag at point.
1274 @item Abbreviated display of file names.
1275 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1276 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1277 @code{pygments} backend.
1278 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1279 @code{cscope} etc.
1280 @item Support projects on remote hosts (e.g. via @code{tramp}).
1281 @item Support eldoc.
1282 @item Search @code{GTAGSLIBPATH} for references and symbols.
1283 @end itemize\n")
1284 (license license:gpl3+)))
1285
1286 (define-public emacs-go-mode
1287 (package
1288 (name "emacs-go-mode")
1289 (version "1.5.0")
1290 (source (origin
1291 (method url-fetch)
1292 (uri (string-append "https://github.com/dominikh/go-mode.el/"
1293 "archive/v" version ".tar.gz"))
1294 (file-name (string-append name "-" version ".tar.gz"))
1295 (sha256
1296 (base32
1297 "1adngbjyb8qnwg7n6r2y31djw9j6qf3b9fi63zd85035q7x4ljnm"))))
1298 (build-system emacs-build-system)
1299 (home-page "https://github.com/dominikh/go-mode.el")
1300 (synopsis "Go mode for Emacs")
1301 (description
1302 "This package provides go-mode, an Emacs mode for working with software
1303 written in the Go programming language.")
1304 (license license:bsd-3)))
1305
1306 (define-public emacs-google-maps
1307 (package
1308 (name "emacs-google-maps")
1309 (version "1.0.0")
1310 (source (origin
1311 (method url-fetch)
1312 (uri (string-append "https://github.com/jd/google-maps.el/"
1313 "archive/" version ".tar.gz"))
1314 (file-name (string-append name "-" version ".tar.gz"))
1315 (sha256
1316 (base32
1317 "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
1318 (build-system emacs-build-system)
1319 (home-page "https://github.com/jd/google-maps.el")
1320 (synopsis "Access Google Maps from Emacs")
1321 (description "The @code{google-maps} package allows to display Google
1322 Maps directly inside Emacs.")
1323 (license license:gpl3+)))
1324
1325 (define-public emacs-graphviz-dot-mode
1326 (let ((commit "fdaabbcc95d9156e3dadc84f81a4750c5b692580")
1327 (revision "1"))
1328 (package
1329 (name "emacs-graphviz-dot-mode")
1330 (version (string-append "0.3.10-" revision "."
1331 (string-take commit 7)))
1332 (source (origin
1333 (method git-fetch)
1334 (uri (git-reference
1335 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1336 (commit commit)))
1337 (file-name (string-append name "-" version "-checkout"))
1338 (sha256
1339 (base32
1340 "1s1qh5r0xp6hs0rl5yz5mkmjhpg04bh449c7vgjbb1pjsl1dl714"))))
1341 (build-system emacs-build-system)
1342 (arguments
1343 `(#:phases
1344 (modify-phases %standard-phases
1345 (add-before 'install 'make-info
1346 (lambda* (#:key inputs #:allow-other-keys)
1347 (with-directory-excursion "texinfo"
1348 (substitute* "Makefile"
1349 (("\\/usr\\/bin\\/gzip")
1350 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1351 (zero?
1352 (system* "make"
1353 "clean"
1354 "info"
1355 (string-append "TEXINFODIR="
1356 (assoc-ref inputs "texinfo")
1357 "/bin"))))))
1358 (add-after 'install 'install-info
1359 (lambda* (#:key outputs #:allow-other-keys)
1360 (let* ((out (assoc-ref outputs "out"))
1361 (info (string-append out "/share/info")))
1362 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1363 #t))))))
1364 (native-inputs
1365 `(("texinfo" ,texinfo)
1366 ("gzip" ,gzip)))
1367 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1368 (synopsis "Major mode for editing Graphviz Dot files")
1369 (description
1370 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1371 files using the dot syntax, and use Graphviz to convert these files to
1372 diagrams.")
1373 (license license:gpl2+))))
1374
1375 (define-public emacs-mmm-mode
1376 (package
1377 (name "emacs-mmm-mode")
1378 (version "0.5.5")
1379 (source
1380 (origin
1381 (method url-fetch)
1382 (uri (string-append
1383 "https://github.com/purcell/mmm-mode/archive/"
1384 version ".tar.gz"))
1385 (file-name (string-append name "-" version ".tar.gz"))
1386 (sha256
1387 (base32
1388 "0c5ing3hcr74k78hqhrfwiv6m3n8hqfrw89j2x34vf60f4iyqzqc"))))
1389 (build-system gnu-build-system)
1390 (arguments
1391 '(#:phases
1392 (modify-phases %standard-phases
1393 (add-after 'unpack 'autogen
1394 (lambda _
1395 (zero? (system* "sh" "autogen.sh")))))))
1396 (native-inputs
1397 `(("autoconf" ,autoconf)
1398 ("automake" ,automake)
1399 ("emacs" ,emacs-minimal)
1400 ("texinfo" ,texinfo)))
1401 (home-page "https://github.com/purcell/mmm-mode")
1402 (synopsis "Allow multiple major modes in an Emacs buffer")
1403 (description
1404 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1405 single buffer.")
1406 (license license:gpl3+)))
1407
1408 (define-public emacs-tablist
1409 (package
1410 (name "emacs-tablist")
1411 (version "0.70")
1412 (source (origin
1413 (method url-fetch)
1414 (uri (string-append
1415 "https://github.com/politza/tablist/archive/v"
1416 version ".tar.gz"))
1417 (file-name (string-append name "-" version ".tar.gz"))
1418 (sha256
1419 (base32
1420 "177d6s7ym1mwz1nhnl09r14z3n093g9a2szm97xsaig0c204xz9c"))))
1421 (build-system emacs-build-system)
1422 (home-page "https://github.com/politza/tablist")
1423 (synopsis "Extension for @code{tabulated-list-mode}")
1424 (description "Tablist is the Emacs package that provides several
1425 additional features to @code{tabulated-list-mode}: it adds marks,
1426 filters, new key bindings and faces. It can be enabled by
1427 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1428 (license license:gpl3+)))
1429
1430 (define-public emacs-pdf-tools
1431 (package
1432 (name "emacs-pdf-tools")
1433 (version "0.80")
1434 (source (origin
1435 (method url-fetch)
1436 (uri (string-append
1437 "https://github.com/politza/pdf-tools/archive/v"
1438 version ".tar.gz"))
1439 (file-name (string-append name "-" version ".tar.gz"))
1440 (sha256
1441 (base32
1442 "06imydn3a92vr57azpn1zhqc14kxyyslmyi9ldsyphan9b724gb6"))))
1443 (build-system gnu-build-system)
1444 (arguments
1445 `(#:tests? #f ; there are no tests
1446 #:modules ((guix build gnu-build-system)
1447 ((guix build emacs-build-system) #:prefix emacs:)
1448 (guix build utils)
1449 (guix build emacs-utils))
1450 #:imported-modules (,@%gnu-build-system-modules
1451 (guix build emacs-build-system)
1452 (guix build emacs-utils))
1453 #:phases
1454 (modify-phases %standard-phases
1455 ;; Build server side using 'gnu-build-system'.
1456 (add-after 'unpack 'enter-server-dir
1457 (lambda _ (chdir "server") #t))
1458 (add-after 'enter-server-dir 'autogen
1459 (lambda _
1460 (zero? (system* "bash" "autogen.sh"))))
1461
1462 ;; Build emacs side using 'emacs-build-system'.
1463 (add-after 'compress-documentation 'enter-lisp-dir
1464 (lambda _ (chdir "../lisp") #t))
1465 (add-after 'enter-lisp-dir 'emacs-patch-variables
1466 (lambda* (#:key outputs #:allow-other-keys)
1467 ;; Set path to epdfinfo program.
1468 (emacs-substitute-variables "pdf-info.el"
1469 ("pdf-info-epdfinfo-program"
1470 (string-append (assoc-ref outputs "out")
1471 "/bin/epdfinfo")))
1472 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
1473 ;; upgrading" that pdf-tools tries to perform.
1474 (emacs-substitute-variables "pdf-tools.el"
1475 ("pdf-tools-handle-upgrades" '()))))
1476 (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
1477 (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
1478 (add-after 'emacs-set-emacs-load-path 'emacs-install
1479 (assoc-ref emacs:%standard-phases 'install))
1480 (add-after 'emacs-install 'emacs-build
1481 (assoc-ref emacs:%standard-phases 'build))
1482 (add-after 'emacs-install 'emacs-make-autoloads
1483 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1484 (native-inputs `(("autoconf" ,autoconf)
1485 ("automake" ,automake)
1486 ("pkg-config" ,pkg-config)
1487 ("emacs" ,emacs-minimal)))
1488 (inputs `(("poppler" ,poppler)
1489 ("cairo" ,cairo)
1490 ("glib" ,glib)
1491 ("libpng" ,libpng)
1492 ("zlib" ,zlib)))
1493 (propagated-inputs `(("tablist" ,emacs-tablist)))
1494 (synopsis "Emacs support library for PDF files")
1495 (description
1496 "PDF Tools is, among other things, a replacement of DocView for PDF
1497 files. The key difference is that pages are not pre-rendered by
1498 e.g. ghostscript and stored in the file-system, but rather created on-demand
1499 and stored in memory.")
1500 (home-page "https://github.com/politza/pdf-tools")
1501 (license license:gpl3+)))
1502
1503 (define-public emacs-dash
1504 (package
1505 (name "emacs-dash")
1506 (version "2.13.0")
1507 (source (origin
1508 (method url-fetch)
1509 (uri (string-append
1510 "https://github.com/magnars/dash.el/archive/"
1511 version ".tar.gz"))
1512 (file-name (string-append name "-" version ".tar.gz"))
1513 (sha256
1514 (base32
1515 "1pjlkrzr8n45bnp3xs3dybvy0nz3gwamrfc7vsi1nhpkkw99ihhb"))))
1516 (build-system emacs-build-system)
1517 (arguments
1518 `(#:tests? #t
1519 #:test-command '("./run-tests.sh")))
1520 (home-page "https://github.com/magnars/dash.el")
1521 (synopsis "Modern list library for Emacs")
1522 (description "This package provides a modern list API library for Emacs.")
1523 (license license:gpl3+)))
1524
1525 (define-public emacs-bui
1526 (package
1527 (name "emacs-bui")
1528 (version "1.1.0")
1529 (source (origin
1530 (method url-fetch)
1531 (uri (string-append
1532 "https://github.com/alezost/bui.el/archive/v"
1533 version ".tar.gz"))
1534 (file-name (string-append name "-" version ".tar.gz"))
1535 (sha256
1536 (base32
1537 "112k0mq6xpy0r47vk66miw7rxbkv3d06pv3pd0vcmrhcnhnnk486"))))
1538 (build-system emacs-build-system)
1539 (propagated-inputs
1540 `(("dash" ,emacs-dash)))
1541 (home-page "https://github.com/alezost/bui.el")
1542 (synopsis "Buffer interface library for Emacs")
1543 (description
1544 "BUI (Buffer User Interface) is a library for making @code{list} and
1545 @code{info} interfaces to display an arbitrary data of the same
1546 type, for example: packages, buffers, files, etc.")
1547 (license license:gpl3+)))
1548
1549 (define-public emacs-guix
1550 (package
1551 (name "emacs-guix")
1552 (version "0.3.4")
1553 (source (origin
1554 (method url-fetch)
1555 (uri (string-append "https://github.com/alezost/guix.el"
1556 "/releases/download/v" version
1557 "/emacs-guix-" version ".tar.gz"))
1558 (sha256
1559 (base32
1560 "152zf9vkafmnnf7by5armg165npznb961csgnvr8iwdj3smvivjf"))))
1561 (build-system gnu-build-system)
1562 (arguments
1563 `(#:configure-flags
1564 (let ((guix (assoc-ref %build-inputs "guix"))
1565 (geiser (assoc-ref %build-inputs "geiser"))
1566 (dash (assoc-ref %build-inputs "dash"))
1567 (bui (assoc-ref %build-inputs "bui"))
1568 (magit-popup (assoc-ref %build-inputs "magit-popup"))
1569 (site-lisp "/share/emacs/site-lisp"))
1570 (list (string-append "--with-guix-site-dir="
1571 (car (find-files (string-append guix
1572 "/share/guile/site")
1573 (lambda (file stat)
1574 (string-prefix?
1575 "2."
1576 (basename file)))
1577 #:directories? #t)))
1578 (string-append "--with-guix-site-ccache-dir="
1579 (car (find-files (string-append guix "/lib/guile")
1580 (lambda (file stat)
1581 (string-prefix?
1582 "2." (basename file)))
1583 #:directories? #t))
1584 "/site-ccache")
1585 (string-append "--with-geiser-lispdir=" geiser site-lisp)
1586 (string-append "--with-dash-lispdir="
1587 dash site-lisp "/guix.d/dash-"
1588 ,(package-version emacs-dash))
1589 (string-append "--with-bui-lispdir="
1590 bui site-lisp "/guix.d/bui-"
1591 ,(package-version emacs-bui))
1592 (string-append "--with-popup-lispdir="
1593 magit-popup site-lisp "/guix.d/magit-popup-"
1594 ,(package-version emacs-magit-popup))))))
1595 (native-inputs
1596 `(("pkg-config" ,pkg-config)
1597 ("emacs" ,emacs-minimal)))
1598 (inputs
1599 `(("guile" ,guile-2.2)
1600 ("guix" ,guix)))
1601 (propagated-inputs
1602 `(("geiser" ,geiser)
1603 ("dash" ,emacs-dash)
1604 ("bui" ,emacs-bui)
1605 ("magit-popup" ,emacs-magit-popup)))
1606 (home-page "https://alezost.github.io/guix.el/")
1607 (synopsis "Emacs interface for GNU Guix")
1608 (description
1609 "Emacs-Guix provides a visual interface, tools and features for the GNU
1610 Guix package manager. Particularly, it allows you to do various package
1611 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
1612 @code{M-x guix-help} command.")
1613 (license license:gpl3+)))
1614
1615 (define-public emacs-d-mode
1616 (package
1617 (name "emacs-d-mode")
1618 (version "2.0.8")
1619 (source (origin
1620 (method url-fetch)
1621 (uri (string-append
1622 "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/"
1623 "archive/" version ".tar.gz"))
1624 (file-name (string-append name "-" version ".tar.gz"))
1625 (sha256
1626 (base32
1627 "0knpgi55jm09282aqf8pv55zillpnpzf9f4sgm6gwsmvxf17xaw0"))))
1628 (build-system emacs-build-system)
1629 (propagated-inputs
1630 `(("emacs-undercover" ,emacs-undercover)))
1631 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
1632 (synopsis "Emacs major mode for editing D code")
1633 (description "This package provides an Emacs major mode for highlighting
1634 code written in the D programming language. This mode is currently known to
1635 work with Emacs 24 and 25.")
1636 (license license:gpl2+)))
1637
1638 (define-public emacs-keyfreq
1639 (package
1640 (name "emacs-keyfreq")
1641 (version "20160516.716")
1642 (source
1643 (origin
1644 (method url-fetch)
1645 (uri (string-append "http://melpa.org/packages/keyfreq-"
1646 version ".el"))
1647 (sha256
1648 (base32
1649 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
1650 (build-system emacs-build-system)
1651 (home-page "https://github.com/dacap/keyfreq")
1652 (synopsis "Track Emacs command frequencies")
1653 (description "@code{emacs-keyfeq} tracks and shows how many times you used
1654 a command.")
1655 (license license:gpl3+)))
1656
1657 (define-public emacs-olivetti
1658 (package
1659 (name "emacs-olivetti")
1660 (version "1.5.7")
1661 (source (origin
1662 (method url-fetch)
1663 (uri (string-append
1664 "https://stable.melpa.org/packages/olivetti-"
1665 version ".el"))
1666 (sha256
1667 (base32
1668 "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
1669 (build-system emacs-build-system)
1670 (home-page "https://github.com/rnkn/olivetti")
1671 (synopsis "Emacs minor mode for a nice writing environment")
1672 (description "This package provides an Emacs minor mode that puts writing
1673 in the center.")
1674 (license license:gpl3+)))
1675
1676 (define-public emacs-undo-tree
1677 (package
1678 (name "emacs-undo-tree")
1679 (version "0.6.6")
1680 (source (origin
1681 (method git-fetch)
1682 (uri (git-reference
1683 (url "http://dr-qubit.org/git/undo-tree.git")
1684 (commit (string-append "release/" version))))
1685 (file-name (string-append name "-" version "-checkout"))
1686 (sha256
1687 (base32
1688 "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
1689 (build-system emacs-build-system)
1690 (home-page "http://www.dr-qubit.org/emacs.php")
1691 (synopsis "Treat undo history as a tree")
1692 (description "Tree-like interface to Emacs undo system, providing
1693 graphical tree presentation of all previous states of buffer that
1694 allows easily move between them.")
1695 (license license:gpl3+)))
1696
1697 (define-public emacs-s
1698 (package
1699 (name "emacs-s")
1700 (version "1.12.0")
1701 (source (origin
1702 (method url-fetch)
1703 (uri (string-append
1704 "https://github.com/magnars/s.el/archive/"
1705 version ".tar.gz"))
1706 (file-name (string-append name "-" version ".tar.gz"))
1707 (sha256
1708 (base32
1709 "0xbl75863pcm806zg0x1lw7qznzjq2c8320k8js7apyag8q4srvh"))))
1710 (build-system emacs-build-system)
1711 (arguments
1712 `(#:tests? #t
1713 #:test-command '("./run-tests.sh")))
1714 (home-page "https://github.com/magnars/s.el")
1715 (synopsis "Emacs string manipulation library")
1716 (description "This package provides an Emacs library for manipulating
1717 strings.")
1718 (license license:gpl3+)))
1719
1720 (define-public emacs-symon
1721 (package
1722 (name "emacs-symon")
1723 (version "20160630")
1724 (source
1725 (origin
1726 (method url-fetch)
1727 (uri (string-append "https://github.com/zk-phi/symon/archive/"
1728 version ".tar.gz"))
1729 (file-name (string-append name "-" version ".tar.gz"))
1730 (sha256
1731 (base32
1732 "0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
1733 (build-system emacs-build-system)
1734 (home-page "https://github.com/zk-phi/symon")
1735 (synopsis "Tiny graphical system monitor")
1736 (description
1737 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
1738 (license license:gpl2+)))
1739
1740 (define-public emacs-sx
1741 (let ((version "20180212")
1742 (revision "1")
1743 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
1744 (package
1745 (name "emacs-sx")
1746 (version (git-version version revision commit))
1747 (source
1748 (origin
1749 (method git-fetch)
1750 (uri (git-reference
1751 (url "https://github.com/vermiculus/sx.el")
1752 (commit commit)))
1753 (file-name (git-file-name name version))
1754 (sha256
1755 (base32
1756 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
1757 (build-system emacs-build-system)
1758 (propagated-inputs
1759 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
1760 (home-page "https://github.com/vermiculus/sx.el")
1761 (synopsis "Emacs StackExchange client")
1762 (description
1763 "Emacs StackExchange client. Ask and answer questions on
1764 Stack Overflow, Super User, and other StackExchange sites.")
1765 (license license:gpl3+))))
1766
1767 (define-public emacs-f
1768 (package
1769 (name "emacs-f")
1770 (version "0.19.0")
1771 (source (origin
1772 (method url-fetch)
1773 (uri (string-append
1774 "https://github.com/rejeep/f.el/archive/v"
1775 version ".tar.gz"))
1776 (file-name (string-append name "-" version ".tar.gz"))
1777 (sha256
1778 (base32
1779 "05195n80ywa68qykxn7dza6qd59rhakvlzhaa9l6mcpmjf9l9grs"))))
1780 (build-system emacs-build-system)
1781 (propagated-inputs
1782 `(("emacs-s" ,emacs-s)
1783 ("emacs-dash" ,emacs-dash)))
1784 (home-page "https://github.com/rejeep/f.el")
1785 (synopsis "Emacs API for working with files and directories")
1786 (description "This package provides an Emacs library for working with
1787 files and directories.")
1788 (license license:gpl3+)))
1789
1790 (define-public emacs-git-gutter
1791 (package
1792 (name "emacs-git-gutter")
1793 (version "0.90")
1794 (source (origin
1795 (method url-fetch)
1796 (uri (string-append
1797 "https://github.com/syohex/" name "/archive/"
1798 version ".tar.gz"))
1799 (file-name (string-append name "-" version ".tar.gz"))
1800 (sha256
1801 (base32
1802 "1nmhvhpq1l56mj2yq3ag23rw3x4xgnsy8szp30s26l0yjnkhc4qg"))))
1803 (build-system emacs-build-system)
1804 (home-page "https://github.com/syohex/emacs-git-gutter")
1805 (synopsis "See and manage hunks of text in a version control system")
1806 (description
1807 "This package is an Emacs minor mode for displaying and interacting with
1808 hunks of text managed in a version control system. Added modified and deleted
1809 areas can be indicated with symbols on the edge of the buffer, and commands
1810 can be used to move between and perform actions on these hunks.
1811
1812 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
1813 display and behaviour is easily customisable.")
1814 (license license:gpl3+)))
1815
1816 (define-public emacs-git-timemachine
1817 (package
1818 (name "emacs-git-timemachine")
1819 (version "3.0")
1820 (source
1821 (origin
1822 (method url-fetch)
1823 (uri (string-append "https://github.com/pidu/git-timemachine/"
1824 "archive/" version ".tar.gz"))
1825 (file-name (string-append name "-" version ".tar.gz"))
1826 (sha256
1827 (base32
1828 "1l4g0r69wfrnjsywv03v4bpdd53byg6zdx6mzabfxyymss3kvisa"))))
1829 (build-system emacs-build-system)
1830 (home-page "https://github.com/pidu/git-timemachine")
1831 (synopsis "Step through historic versions of Git-controlled files")
1832 (description "This package enables you to step through historic versions
1833 of files under Git version control from within Emacs.")
1834 (license license:gpl3+)))
1835
1836 (define-public emacs-minitest
1837 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
1838 (revision "1"))
1839 (package
1840 (name "emacs-minitest")
1841 (version (git-version "0.8.0" revision commit))
1842 (source (origin
1843 (method git-fetch)
1844 (uri (git-reference
1845 (url "https://github.com/arthurnn/minitest-emacs")
1846 (commit commit)))
1847 (file-name (git-file-name name commit))
1848 (sha256
1849 (base32
1850 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
1851 (build-system emacs-build-system)
1852 (arguments
1853 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
1854 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
1855 (propagated-inputs
1856 `(("emacs-dash" ,emacs-dash)
1857 ("emacs-f" ,emacs-f)))
1858 (home-page "https://github.com/arthurnn/minitest-emacs")
1859 (synopsis "Emacs minitest mode")
1860 (description
1861 "The minitest mode provides commands to run the tests for the current
1862 file or line, as well as rerunning the previous tests, or all the tests for a
1863 project.
1864
1865 This package also includes relevant snippets for yasnippet.")
1866 (license license:expat))))
1867
1868 (define-public emacs-el-mock
1869 (package
1870 (name "emacs-el-mock")
1871 (version "1.25.1")
1872 (source
1873 (origin
1874 (method url-fetch)
1875 (uri (string-append "https://github.com/rejeep/el-mock.el/"
1876 "archive/v" version ".tar.gz"))
1877 (file-name (string-append name "-" version ".tar.gz"))
1878 (sha256
1879 (base32
1880 "16xw94n58xxn3zvgyj72bmzs0k5lkvswjmzs79ws9n7rzdivb38b"))))
1881 (build-system emacs-build-system)
1882 (home-page "https://github.com/rejeep/el-mock.el")
1883 (synopsis "Tiny mock and stub framework in Emacs Lisp")
1884 (description
1885 "Emacs Lisp Mock is a library for mocking and stubbing using readable
1886 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
1887 Expectations, but it can be used in other contexts.")
1888 (license license:gpl3+)))
1889
1890 (define-public emacs-espuds
1891 (package
1892 (name "emacs-espuds")
1893 (version "0.3.3")
1894 (source
1895 (origin
1896 (method url-fetch)
1897 (uri (string-append "https://github.com/ecukes/espuds/"
1898 "archive/v" version ".tar.gz"))
1899 (file-name (string-append name "-" version ".tar.gz"))
1900 (sha256
1901 (base32
1902 "0xv551376pbmh735a3zjwc9z4qdx6ngj1vpq3xqjpn0a1rwjyn4k"))))
1903 (build-system emacs-build-system)
1904 (propagated-inputs
1905 `(("emacs-s" ,emacs-s)
1906 ("emacs-dash" ,emacs-dash)
1907 ("emacs-f" ,emacs-f)))
1908 (home-page "https://github.com/ecukes/espuds")
1909 (synopsis "Common step definitions for Ecukes")
1910 (description "Espuds is a collection of the most commonly used step
1911 definitions for testing with the Ecukes framework.")
1912 (license license:gpl3+)))
1913
1914 (define-public emacs-spark
1915 (let ((version "20160503") ; no proper tag, use date of commit
1916 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
1917 (revision "1"))
1918 (package
1919 (name "emacs-spark")
1920 (version (git-version version revision commit))
1921 (source
1922 (origin
1923 (method git-fetch)
1924 (uri (git-reference
1925 (url "https://github.com/alvinfrancis/spark.git")
1926 (commit commit)))
1927 (file-name (git-file-name name version))
1928 (sha256
1929 (base32
1930 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
1931 (build-system emacs-build-system)
1932 (home-page "https://github.com/alvinfrancis/spark")
1933 (synopsis "Sparkline generation library for Emacs Lisp")
1934 (description "@code{emacs-spark} is a sparkline generation library for
1935 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
1936 port of @code{cl-spark} to Emacs Lisp.")
1937 (license license:expat))))
1938
1939 (define-public emacs-es-mode
1940 (package
1941 (name "emacs-es-mode")
1942 (version "4.3.0")
1943 (source (origin
1944 (method url-fetch)
1945 (uri (string-append
1946 "https://github.com/dakrone/es-mode/archive/"
1947 version ".tar.gz"))
1948 (file-name (string-append name "-" version ".tar.gz"))
1949 (sha256
1950 (base32
1951 "0y86qdcb3g7fkcb4pzsjh3syzql6w3314hg1wqxq4a8bbk3y0cgr"))))
1952 (build-system emacs-build-system)
1953 (propagated-inputs
1954 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
1955 ;; to be rendered incorrectly
1956 `(("emacs-dash" ,emacs-dash)
1957 ("emacs-org" ,emacs-org)
1958 ("emacs-spark" ,emacs-spark)))
1959 (home-page "https://github.com/dakrone/es-mode")
1960 (synopsis "Major mode for editing Elasticsearch queries")
1961 (description "@code{es-mode} includes highlighting, completion and
1962 indentation support for Elasticsearch queries. Also supported are
1963 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
1964 be processed through @code{jq}, or in the case of aggregations, can be
1965 rendered in to a table. In addition, there is an @code{es-command-center}
1966 mode, which displays information about Elasticsearch clusters.")
1967 (license license:gpl3+)))
1968
1969 (define-public emacs-expand-region
1970 (package
1971 (name "emacs-expand-region")
1972 (version "0.11.0")
1973 (source
1974 (origin
1975 (method url-fetch)
1976 (uri (string-append "https://github.com/magnars/expand-region.el"
1977 "/archive/" version ".tar.gz"))
1978 (file-name (string-append name "-" version ".tar.gz"))
1979 (sha256
1980 (base32
1981 "08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
1982 (build-system emacs-build-system)
1983 (home-page "https://github.com/magnars/expand-region.el")
1984 (synopsis "Increase selected region by semantic units")
1985 (description
1986 "Expand region increases the selected region by semantic units. Just
1987 keep pressing the key until it selects what you want. There's also
1988 @code{er/contract-region} if you expand too far.")
1989 (license license:gpl3+)))
1990
1991 (define-public emacs-fill-column-indicator
1992 (package
1993 (name "emacs-fill-column-indicator")
1994 (version "1.81")
1995 (source
1996 (origin
1997 (method url-fetch)
1998 (uri (string-append "https://github.com/alpaker/Fill-Column-Indicator"
1999 "/archive/v" version ".tar.gz"))
2000 (file-name (string-append name "-" version ".tar.gz"))
2001 (sha256
2002 (base32
2003 "1xwyqbjbbicmvhlb85vg4j5snwy1vd7rfk89ws4viws5ljkhhyg8"))))
2004 (build-system emacs-build-system)
2005 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2006 (synopsis "Graphically indicate the fill column")
2007 (description
2008 "Fill-column-indicator graphically indicates the location of the fill
2009 column by drawing a thin line down the length of the editing window.")
2010 (license license:gpl3+)))
2011
2012 (define-public emacs-grep-a-lot
2013 (package
2014 (name "emacs-grep-a-lot")
2015 (version "1.0.7")
2016 (source (origin
2017 (method git-fetch)
2018 (uri (git-reference
2019 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2020 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2021 (file-name (string-append name "-" version "-checkout"))
2022 (sha256
2023 (base32
2024 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2025 (build-system emacs-build-system)
2026 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2027 (synopsis "Enables multiple grep buffers in Emacs")
2028 (description
2029 "This Emacs package allows managing multiple grep buffers.")
2030 (license license:gpl3+)))
2031
2032 (define-public emacs-inf-ruby
2033 (package
2034 (name "emacs-inf-ruby")
2035 (version "2.5.1")
2036 (source
2037 (origin
2038 (method url-fetch)
2039 (uri (string-append "https://github.com/nonsequitur/inf-ruby/"
2040 "archive/" version ".tar.gz"))
2041 (file-name (string-append name "-" version ".tar.gz"))
2042 (sha256
2043 (base32
2044 "0m7323k649ckxql1grsdnf71bjhys7l4qb8wbpphb1mr1q8i4066"))))
2045 (build-system emacs-build-system)
2046 (home-page "https://github.com/nonsequitur/inf-ruby")
2047 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2048 (description
2049 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2050 for easy interaction with a ruby subprocess. Features include support for
2051 detecting specific uses of Ruby, e.g. when using rails, and using a
2052 appropriate console.")
2053 (license license:gpl3+)))
2054
2055 (define-public emacs-znc
2056 (package
2057 (name "emacs-znc")
2058 (version "0.0.2")
2059 (source
2060 (origin
2061 (method url-fetch)
2062 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2063 version ".el"))
2064 (sha256
2065 (base32
2066 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2067 (build-system emacs-build-system)
2068 (home-page "https://github.com/sshirokov/ZNC.el")
2069 (synopsis "Make ERC and ZNC get along better")
2070 (description
2071 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2072 IRC bouncer with ERC.")
2073 (license license:expat)))
2074
2075 (define-public emacs-shut-up
2076 (package
2077 (name "emacs-shut-up")
2078 (version "0.3.2")
2079 (source
2080 (origin
2081 (method url-fetch)
2082 (uri (string-append "https://github.com/cask/shut-up/"
2083 "archive/v" version ".tar.gz"))
2084 (file-name (string-append name "-" version ".tar.gz"))
2085 (sha256
2086 (base32
2087 "09kzrjdkb569iviyg7ydwq44yh84m3f9hkl7jizfrlk0w4gz67d1"))))
2088 (build-system emacs-build-system)
2089 (home-page "https://github.com/cask/shut-up")
2090 (synopsis "Silence Emacs")
2091 (description "This package silences most output of Emacs when running an
2092 Emacs shell script.")
2093 (license license:expat)))
2094
2095 (define-public emacs-undercover
2096 (package
2097 (name "emacs-undercover")
2098 (version "0.6.0")
2099 (source
2100 (origin
2101 (method url-fetch)
2102 (uri (string-append "https://github.com/sviridov/undercover.el/"
2103 "archive/v" version ".tar.gz"))
2104 (file-name (string-append name "-" version ".tar.gz"))
2105 (sha256
2106 (base32
2107 "0f48fi0xnbsqs382rgh85m9mq1wdnr0yib7as9xhwzvq0hsr5m0a"))))
2108 (build-system emacs-build-system)
2109 (propagated-inputs
2110 `(("emacs-dash" ,emacs-dash)
2111 ("emacs-shut-up" ,emacs-shut-up)))
2112 (home-page "https://github.com/sviridov/undercover.el")
2113 (synopsis "Test coverage library for Emacs Lisp")
2114 (description
2115 "Undercover is a test coverage library for software written in Emacs
2116 Lisp.")
2117 (license license:expat)))
2118
2119 (define-public emacs-paren-face
2120 (package
2121 (name "emacs-paren-face")
2122 (version "1.0.0")
2123 (source
2124 (origin
2125 (method url-fetch)
2126 (uri (string-append "https://github.com/tarsius/paren-face/archive/"
2127 version ".tar.gz"))
2128 (file-name (string-append name "-" version ".tar.gz"))
2129 (sha256
2130 (base32
2131 "0y4qrhxa9332vsvr999jg7qj1ymnfgwpf591yi4a4jgg90pm7qnn"))))
2132 (build-system emacs-build-system)
2133 (home-page "https://github.com/tarsius/paren-face")
2134 (synopsis "Face for parentheses in lisp modes")
2135 (description
2136 "This library defines a face named @code{parenthesis} used just for
2137 parentheses. The intended purpose of this face is to make parentheses less
2138 visible in Lisp code by dimming them. Lispers probably don't need to be
2139 constantly made aware of the existence of the parentheses. Dimming them might
2140 be even more useful for people new to lisp who have not yet learned to
2141 subconsciously blend out the parentheses.")
2142 (license license:gpl3+)))
2143
2144 (define-public emacs-page-break-lines
2145 (package
2146 (name "emacs-page-break-lines")
2147 (version "0.11")
2148 (source
2149 (origin
2150 (method url-fetch)
2151 (uri (string-append "https://github.com/purcell/page-break-lines/"
2152 "archive/" version ".tar.gz"))
2153 (file-name (string-append name "-" version ".tar.gz"))
2154 (sha256
2155 (base32
2156 "1zzhziq5kbrm9rxk30kx2glz455fp1blqxg8cpcf6l8xl3w8z4pg"))))
2157 (build-system emacs-build-system)
2158 (home-page "https://github.com/purcell/page-break-lines")
2159 (synopsis "Display page breaks as tidy horizontal lines")
2160 (description
2161 "This library provides a global mode which displays form feed characters
2162 as horizontal rules.")
2163 (license license:gpl3+)))
2164
2165 (define-public emacs-simple-httpd
2166 (package
2167 (name "emacs-simple-httpd")
2168 (version "1.4.6")
2169 (source
2170 (origin
2171 (method url-fetch)
2172 (uri (string-append "https://github.com/skeeto/emacs-web-server/"
2173 "archive/" version ".tar.gz"))
2174 (file-name (string-append name "-" version ".tar.gz"))
2175 (sha256
2176 (base32
2177 "01r7h3imnj4qx1m53a2wjafvbylcyz5f9r2rg2cs7ky3chlg220r"))))
2178 (build-system emacs-build-system)
2179 (home-page "https://github.com/skeeto/emacs-http-server")
2180 (synopsis "HTTP server in pure Emacs Lisp")
2181 (description
2182 "This package provides a simple HTTP server written in Emacs Lisp to
2183 serve files and directory listings.")
2184 (license license:unlicense)))
2185
2186 (define-public emacs-skewer-mode
2187 (package
2188 (name "emacs-skewer-mode")
2189 (version "1.6.2")
2190 (source
2191 (origin
2192 (method url-fetch)
2193 (uri (string-append "https://github.com/skeeto/skewer-mode/archive/"
2194 version ".tar.gz"))
2195 (file-name (string-append name "-" version ".tar.gz"))
2196 (sha256
2197 (base32
2198 "07jpz374j0j964szy3zznrkyja2kpdl3xa87wh7349mzxivqxdx0"))))
2199 (build-system emacs-build-system)
2200 (propagated-inputs
2201 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2202 ("emacs-js2-mode" ,emacs-js2-mode)))
2203 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2204 (home-page "https://github.com/skeeto/skewer-mode")
2205 (synopsis "Live web development in Emacs")
2206 (description
2207 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2208 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2209 evaluated in the browser, just like Emacs does with an inferior Lisp process
2210 in Lisp modes.")
2211 (license license:unlicense)))
2212
2213 (define-public emacs-string-inflection
2214 (package
2215 (name "emacs-string-inflection")
2216 (version "1.0.6")
2217 (source (origin
2218 (method git-fetch)
2219 (uri (git-reference
2220 (url "https://github.com/akicho8/string-inflection")
2221 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2222 (file-name (string-append name "-" version "-checkout"))
2223 (sha256
2224 (base32
2225 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2226 (build-system emacs-build-system)
2227 (native-inputs
2228 `(("ert-runner" ,ert-runner)))
2229 (arguments
2230 `(#:tests? #t
2231 #:test-command '("ert-runner")))
2232 (home-page "https://github.com/akicho8/string-inflection")
2233 (synopsis "Convert symbol names between different naming conventions")
2234 (description
2235 "This Emacs package provides convenient methods for manipulating the
2236 naming style of a symbol. It supports different naming conventions such as:
2237
2238 @enumerate
2239 @item camel case
2240 @item Pascal case
2241 @item all upper case
2242 @item lower case separated by underscore
2243 @item etc...
2244 @end enumerate\n")
2245 (license license:gpl2+)))
2246
2247 (define-public emacs-stripe-buffer
2248 (package
2249 (name "emacs-stripe-buffer")
2250 (version "0.2.5")
2251 (source
2252 (origin
2253 (method url-fetch)
2254 (uri (string-append "https://github.com/sabof/stripe-buffer/"
2255 "archive/" version ".tar.gz"))
2256 (file-name (string-append name "-" version ".tar.gz"))
2257 (sha256
2258 (base32
2259 "1p515dq7raly5hw94kiwm3vzsfih0d8af622q4ipvvljsm98aiik"))))
2260 (build-system emacs-build-system)
2261 (home-page "https://github.com/sabof/stripe-buffer/")
2262 (synopsis "Add stripes to list buffers")
2263 (description
2264 "This Emacs package adds faces to add stripes to list buffers and org
2265 tables.")
2266 (license license:gpl2+)))
2267
2268 (define-public emacs-rich-minority
2269 (package
2270 (name "emacs-rich-minority")
2271 (version "1.0.1")
2272 (source
2273 (origin
2274 (method url-fetch)
2275 (uri (string-append "https://github.com/Malabarba/rich-minority/"
2276 "archive/" version ".tar.gz"))
2277 (file-name (string-append name "-" version ".tar.gz"))
2278 (sha256
2279 (base32
2280 "1l0cb0q7kyi88nwfqd542psnkgwnjklpzc5rx32gzd3lkwkrbr8v"))))
2281 (build-system emacs-build-system)
2282 (home-page "https://github.com/Malabarba/rich-minority")
2283 (synopsis "Clean-up and beautify the list of minor modes")
2284 (description
2285 "This Emacs package hides and/or highlights minor modes in the
2286 mode-line.")
2287 (license license:gpl2+)))
2288
2289 (define-public emacs-robe
2290 (package
2291 (name "emacs-robe")
2292 (version "0.8.1")
2293 (source
2294 (origin
2295 (method url-fetch)
2296 (uri (string-append "https://github.com/dgutov/robe/"
2297 "archive/" version ".tar.gz"))
2298 (file-name (string-append name "-" version ".tar.gz"))
2299 (sha256
2300 (base32
2301 "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
2302 (build-system emacs-build-system)
2303 (arguments
2304 '(#:include (cons "^lib\\/" %default-include)))
2305 (propagated-inputs
2306 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
2307 (home-page "https://github.com/dgutov/robe")
2308 (synopsis "Ruby code assistance tool for Emacs")
2309 (description
2310 "Robe can provide information on loaded classes and modules in Ruby code,
2311 as well as where methods are defined. This allows the user to jump to method
2312 definitions, modules and classes, display method documentation and provide
2313 method and constant name completion.")
2314 (license license:gpl3+)))
2315
2316 (define-public emacs-rspec
2317 (package
2318 (name "emacs-rspec")
2319 (version "1.11")
2320 (source
2321 (origin
2322 (method url-fetch)
2323 (uri (string-append "https://github.com/pezra/rspec-mode/"
2324 "archive/v" version ".tar.gz"))
2325 (file-name (string-append name "-" version ".tar.gz"))
2326 (sha256
2327 (base32
2328 "1j0a7ms5516nlg60qfyn730pfxys6acm0rgyxh5xfkpi6jafgpvw"))))
2329 (build-system emacs-build-system)
2330 (home-page "https://github.com/pezra/rspec-mode")
2331 (synopsis "Provides a rspec mode for working with RSpec")
2332 (description
2333 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
2334 verify the spec associated with the current buffer, or entire project, as well
2335 as moving between the spec files, and coresponding code files.
2336
2337 Also included are keybindings for spec files and Dired buffers, as well as
2338 snippets for yasnippet.")
2339 (license license:gpl3+)))
2340
2341 (define-public emacs-smart-mode-line
2342 (package
2343 (name "emacs-smart-mode-line")
2344 (version "2.10.1")
2345 (source
2346 (origin
2347 (method url-fetch)
2348 (uri (string-append "https://github.com/Malabarba/smart-mode-line/"
2349 "archive/" version ".tar.gz"))
2350 (file-name (string-append name "-" version ".tar.gz"))
2351 (sha256
2352 (base32
2353 "0i9wajabrrsjzwd842q0m2611kf0q31p9hg1pdj81177gynkw8l8"))))
2354 (build-system emacs-build-system)
2355 (propagated-inputs
2356 `(("emacs-rich-minority" ,emacs-rich-minority)))
2357 (home-page "https://github.com/Malabarba/smart-mode-line")
2358 (synopsis "Color-coded smart mode-line")
2359 (description
2360 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
2361 read from small to large monitors by using colors, a prefix feature, and smart
2362 truncation.")
2363 (license license:gpl2+)))
2364
2365 (define-public emacs-sr-speedbar
2366 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
2367 (revision "0"))
2368 (package
2369 (name "emacs-sr-speedbar")
2370 (version (git-version "20161025" revision commit))
2371 (source
2372 (origin
2373 (method git-fetch)
2374 (uri (git-reference
2375 (url "https://github.com/emacsorphanage/sr-speedbar.git")
2376 (commit commit)))
2377 (file-name (git-file-name name version))
2378 (sha256
2379 (base32
2380 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
2381 (build-system emacs-build-system)
2382 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
2383 (synopsis "Same frame Emacs @code{speedbar}")
2384 (description
2385 "This Emacs package allows you to show @code{M-x speedbar} in the
2386 same frame (in an extra window). You can customize the initial width of
2387 the speedbar window.")
2388 (license license:gpl3+))))
2389
2390 (define-public emacs-shell-switcher
2391 (package
2392 (name "emacs-shell-switcher")
2393 (version "1.0.1")
2394 (source
2395 (origin
2396 (method url-fetch)
2397 (uri (string-append "https://github.com/DamienCassou/shell-switcher"
2398 "/archive/v" version ".tar.gz"))
2399 (file-name (string-append name "-" version ".tar.gz"))
2400 (sha256
2401 (base32
2402 "1c23mfkdqz2g9rixd9smm323vzlvhzz3ng34ambcqjfq309qb2nz"))))
2403 (build-system emacs-build-system)
2404 (home-page "https://github.com/DamienCassou/shell-switcher")
2405 (synopsis "Provide fast switching between shell buffers")
2406 (description
2407 "This package provides commands to quickly switch between shell buffers.")
2408 (license license:gpl3+)))
2409
2410 (define-public emacs-ob-ipython
2411 (package
2412 (name "emacs-ob-ipython")
2413 (version "20150704.8807064693")
2414 (source (origin
2415 (method git-fetch)
2416 (uri (git-reference
2417 (commit "880706469338ab59b5bb7dbe8460016f89755364")
2418 (url "https://github.com/gregsexton/ob-ipython.git")))
2419 (file-name (string-append name "-" version "-checkout"))
2420 (sha256
2421 (base32
2422 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
2423 (build-system emacs-build-system)
2424 (propagated-inputs
2425 `(("emacs-f" ,emacs-f)))
2426 (home-page "http://www.gregsexton.org")
2427 (synopsis "Org-Babel functions for IPython evaluation")
2428 (description "This package adds support to Org-Babel for evaluating Python
2429 source code using IPython.")
2430 (license license:gpl3+)))
2431
2432 (define-public emacs-debbugs
2433 (package
2434 (name "emacs-debbugs")
2435 (version "0.15")
2436 (source (origin
2437 (method url-fetch)
2438 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
2439 version ".tar"))
2440 (sha256
2441 (base32
2442 "1x7jw2ldgkknyxg7x9fhnqkary691icnysmi3xw0g2fjrvllzhqw"))))
2443 (build-system emacs-build-system)
2444 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
2445 (propagated-inputs
2446 `(("emacs-async" ,emacs-async)))
2447 (home-page "https://elpa.gnu.org/packages/debbugs.html")
2448 (synopsis "Access the Debbugs bug tracker in Emacs")
2449 (description
2450 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
2451 Tracker} from within Emacs.
2452
2453 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
2454 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
2455 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
2456 @code{M-x debbugs-org} and related commands.
2457
2458 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
2459 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
2460 (license license:gpl3+)))
2461
2462 (define-public emacs-ert-expectations
2463 (package
2464 (name "emacs-ert-expectations")
2465 (version "0.2")
2466 (source
2467 (origin
2468 (method url-fetch)
2469 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
2470 (sha256
2471 (base32
2472 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
2473 (build-system emacs-build-system)
2474 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
2475 (synopsis "Simple unit test framework for Emacs Lisp")
2476 (description "@code{emacs-ert-expectations} is a simple unit test
2477 framework for Emacs Lisp to be used with @code{ert}.")
2478 (license license:gpl3+)))
2479
2480 (define-public emacs-deferred
2481 (package
2482 (name "emacs-deferred")
2483 (version "0.5.1")
2484 (home-page "https://github.com/kiwanami/emacs-deferred")
2485 (source (origin
2486 (method git-fetch)
2487 (uri (git-reference
2488 (url home-page)
2489 (commit (string-append "v" version))))
2490 (sha256
2491 (base32
2492 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))
2493 (file-name (string-append name "-" version))))
2494 (build-system emacs-build-system)
2495 (arguments
2496 `(#:phases
2497 (modify-phases %standard-phases
2498 (add-before 'check 'fix-makefile
2499 (lambda _
2500 (substitute* "Makefile"
2501 (("\\$\\(CASK\\) exec ") ""))
2502 #t)))
2503 #:tests? #t
2504 ;; FIXME: Normally we'd run the "test" target but for some reason the
2505 ;; test-deferred target fails when run in the Guix build environment
2506 ;; with the error: (file-error "Searching for program" "No such file or
2507 ;; directory" "/bin/sh").
2508 #:test-command '("make" "test-concurrent" "test-concurrent-compiled")))
2509 (native-inputs
2510 `(("emacs-ert-expectations" ,emacs-ert-expectations)
2511 ("emacs-undercover" ,emacs-undercover)
2512 ("ert-runner" ,ert-runner)))
2513 (synopsis "Simple asynchronous functions for Emacs Lisp")
2514 (description
2515 "The @code{deferred.el} library provides support for asynchronous tasks.
2516 The API is almost the same as that of
2517 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
2518 for asynchronous tasks.")
2519 (license license:gpl3+)))
2520
2521 (define-public butler
2522 (package
2523 (name "emacs-butler")
2524 (version "0.2.4")
2525 (home-page "https://github.com/AshtonKem/Butler")
2526 (source (origin
2527 (method git-fetch)
2528 (uri (git-reference
2529 (url home-page)
2530 (commit version)))
2531 (sha256
2532 (base32
2533 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))
2534 (file-name (string-append name "-" version))))
2535 (build-system emacs-build-system)
2536 (propagated-inputs
2537 `(("emacs-deferred" ,emacs-deferred)))
2538 (synopsis "Emacs client for Jenkins")
2539 (description
2540 "Butler provides an interface to connect to Jenkins continuous
2541 integration servers. Users can specify a list of server in the
2542 @code{butler-server-list} variable and then use @code{M-x butler-status} to
2543 view the build status of those servers' build jobs, and possibly to trigger
2544 build jobs.")
2545 (license license:gpl3+)))
2546
2547 (define-public emacs-company
2548 (package
2549 (name "emacs-company")
2550 (version "0.9.3")
2551 (source
2552 (origin
2553 (method url-fetch)
2554 (uri (string-append "https://github.com/company-mode/company-mode/archive/"
2555 version ".tar.gz"))
2556 (file-name (string-append name "-" version ".tar.gz"))
2557 (sha256
2558 (base32
2559 "1fyrpchpdmvszssy1qmsw41aqpv6q5rybvs1bw00nv9xdhiaq4vh"))))
2560 (build-system emacs-build-system)
2561 (arguments
2562 `(#:phases
2563 (modify-phases %standard-phases
2564 (add-before 'check 'fix-bin-dir
2565 (lambda _
2566 ;; The company-files-candidates-normal-root test looks
2567 ;; for the /bin directory, but the build environment has
2568 ;; no /bin directory. Modify the test to look for the
2569 ;; /tmp directory.
2570 (substitute* "test/files-tests.el"
2571 (("/bin/") "/tmp/"))
2572 #t)))
2573 #:tests? #t
2574 #:test-command '("make" "test-batch")))
2575 (home-page "http://company-mode.github.io/")
2576 (synopsis "Modular text completion framework")
2577 (description
2578 "Company is a modular completion mechanism. Modules for retrieving
2579 completion candidates are called back-ends, modules for displaying them are
2580 front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
2581 These are distributed in separate files and can be used individually.")
2582 (license license:gpl3+)))
2583
2584 (define-public emacs-company-quickhelp
2585 (package
2586 (name "emacs-company-quickhelp")
2587 (version "2.3.0")
2588 (source
2589 (origin
2590 (method url-fetch)
2591 (uri (string-append
2592 "https://github.com/expez/company-quickhelp/archive/"
2593 version ".tar.gz"))
2594 (file-name (string-append name "-" version ".tar.gz"))
2595 (sha256
2596 (base32
2597 "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
2598 (build-system emacs-build-system)
2599 (propagated-inputs
2600 `(("emacs-pos-tip" ,emacs-pos-tip)
2601 ("emacs-company" ,emacs-company)))
2602 (home-page "https://github.com/expez/company-quickhelp")
2603 (synopsis "Popup documentation for completion candidates")
2604 (description "@code{company-quickhelp} shows documentation for the
2605 completion candidate when using the Company text completion framework.")
2606 (license license:gpl3+)))
2607
2608 (define-public emacs-multiple-cursors
2609 (package
2610 (name "emacs-multiple-cursors")
2611 (version "1.4.0")
2612 (source
2613 (origin
2614 (method url-fetch)
2615 (uri (string-append "https://github.com/magnars/multiple-cursors.el/"
2616 "archive/" version ".tar.gz"))
2617 (file-name (string-append name "-" version ".tar.gz"))
2618 (sha256
2619 (base32
2620 "0hihihlvcvzayg5fnqzcg45fhvlmq6xlq58syy00rjwbry9w389k"))))
2621 (build-system emacs-build-system)
2622 (home-page "https://github.com/magnars/multiple-cursors.el")
2623 (synopsis "Multiple cursors for Emacs")
2624 (description
2625 "This package adds support to Emacs for editing text with multiple
2626 simultaneous cursors.")
2627 (license license:gpl3+)))
2628
2629 (define-public typo
2630 (package
2631 (name "emacs-typo")
2632 (version "1.1")
2633 (home-page "https://github.com/jorgenschaefer/typoel")
2634 (source (origin
2635 (method git-fetch)
2636 (uri (git-reference
2637 (url home-page)
2638 (commit (string-append "v" version))))
2639 (sha256
2640 (base32
2641 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
2642 (file-name (string-append name "-" version))))
2643 (build-system emacs-build-system)
2644 (synopsis "Minor mode for typographic editing")
2645 (description
2646 "This package provides two Emacs modes, @code{typo-mode} and
2647 @code{typo-global-mode}. These modes automatically insert Unicode characters
2648 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
2649 automatically inserts a Unicode opening or closing quotation mark, depending
2650 on context.")
2651 (license license:gpl3+)))
2652
2653 (define-public emacs-scheme-complete
2654 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
2655 (package
2656 (name "emacs-scheme-complete")
2657 (version (string-append "20151223." (string-take commit 8)))
2658 (source
2659 (origin
2660 (file-name (string-append name "-" version))
2661 (method git-fetch)
2662 (uri (git-reference
2663 (url "https://github.com/ashinn/scheme-complete.git")
2664 (commit commit)))
2665 (sha256
2666 (base32
2667 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
2668 (patches
2669 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
2670 (build-system emacs-build-system)
2671 (home-page "https://github.com/ashinn/scheme-complete")
2672 (synopsis "Smart tab completion for Scheme in Emacs")
2673 (description
2674 "This file provides a single function, @code{scheme-smart-complete},
2675 which you can use for intelligent, context-sensitive completion for any Scheme
2676 implementation in Emacs. To use it just load this file and bind that function
2677 to a key in your preferred mode.")
2678 (license license:public-domain))))
2679
2680 (define-public emacs-mit-scheme-doc
2681 (package
2682 (name "emacs-mit-scheme-doc")
2683 (version "20140203")
2684 (source
2685 (origin
2686 (modules '((guix build utils)))
2687 (snippet
2688 ;; keep only file of interest
2689 '(begin
2690 (for-each delete-file '("dot-emacs.el" "Makefile"))
2691 (install-file "6.945-config/mit-scheme-doc.el" ".")
2692 (delete-file-recursively "6.945-config")))
2693 (file-name (string-append name "-" version ".tar.bz2"))
2694 (method url-fetch)
2695 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
2696 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
2697 (sha256
2698 (base32
2699 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
2700 (build-system emacs-build-system)
2701 (inputs `(("mit-scheme" ,mit-scheme)))
2702 (arguments
2703 `(#:phases
2704 (modify-phases %standard-phases
2705 (add-after 'unpack 'configure-doc
2706 (lambda* (#:key inputs #:allow-other-keys)
2707 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
2708 (doc-dir (string-append mit-scheme-dir "/share/doc/"
2709 "mit-scheme-"
2710 ,(package-version mit-scheme))))
2711 (substitute* "mit-scheme-doc.el"
2712 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
2713 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
2714 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
2715 (synopsis "MIT-Scheme documentation lookup for Emacs")
2716 (description
2717 "This package provides a set of Emacs functions to search definitions of
2718 identifiers in the MIT-Scheme documentation.")
2719 (license license:gpl2+)))
2720
2721 (define-public emacs-constants
2722 (package
2723 (name "emacs-constants")
2724 (version "2.6")
2725 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
2726 (source
2727 (origin
2728 (file-name (string-append name "-" version ".tar.gz"))
2729 (method url-fetch)
2730 (uri (string-append "https://github.com/fedeinthemix/emacs-constants"
2731 "/archive/v" version ".tar.gz"))
2732 (sha256
2733 (base32
2734 "0pnrpmmxq8mh5h2hbrp5vcym0j0fh6dv3s7c5ccn18wllhzg9g7n"))))
2735 (build-system emacs-build-system)
2736 (synopsis "Enter definition of constants into an Emacs buffer")
2737 (description
2738 "This package provides functions for inserting the definition of natural
2739 constants and units into an Emacs buffer.")
2740 (license license:gpl2+)))
2741
2742 (define-public emacs-tagedit
2743 (package
2744 (name "emacs-tagedit")
2745 (version "1.4.0")
2746 (source
2747 (origin
2748 (method url-fetch)
2749 (uri (string-append "https://github.com/magnars/tagedit/"
2750 "archive/" version ".tar.gz"))
2751 (file-name (string-append name "-" version ".tar.gz"))
2752 (sha256
2753 (base32
2754 "1apfnann4qklfdsmdi7icjsj18x7gwx8d83iqr4z25clszz95xfq"))))
2755 (build-system emacs-build-system)
2756 (propagated-inputs
2757 `(("emacs-s" ,emacs-s)
2758 ("emacs-dash" ,emacs-dash)))
2759 (home-page "https://github.com/magnars/tagedit")
2760 (synopsis "Some paredit-like features for html-mode")
2761 (description
2762 "This package provides a collection of paredit-like functions for editing
2763 in @code{html-mode}.")
2764 (license license:gpl3+)))
2765
2766 (define-public emacs-slime
2767 (package
2768 (name "emacs-slime")
2769 (version "2.20")
2770 (source
2771 (origin
2772 (file-name (string-append name "-" version ".tar.gz"))
2773 (method url-fetch)
2774 (uri (string-append
2775 "https://github.com/slime/slime/archive/v"
2776 version ".tar.gz"))
2777 (sha256
2778 (base32
2779 "086lq5y4pvj9wihy0si02xxvyzpzz8mcg3hz1cvy9zxlyjwzr1gk"))))
2780 (build-system emacs-build-system)
2781 (native-inputs
2782 `(("texinfo" ,texinfo)))
2783 (arguments
2784 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
2785 #:exclude '("^slime-tests.el" "^contrib/test/"
2786 "^contrib/Makefile$" "^contrib/README.md$")
2787 #:phases
2788 (modify-phases %standard-phases
2789 (add-before 'install 'configure
2790 (lambda* _
2791 (emacs-substitute-variables "slime.el"
2792 ("inferior-lisp-program" "sbcl"))
2793 #t))
2794 (add-before 'install 'install-doc
2795 (lambda* (#:key outputs #:allow-other-keys)
2796 (let* ((out (assoc-ref outputs "out"))
2797 (info-dir (string-append out "/share/info"))
2798 (doc-dir (string-append out "/share/doc/"
2799 ,name "-" ,version))
2800 (doc-files '("doc/slime-refcard.pdf"
2801 "README.md" "NEWS" "PROBLEMS"
2802 "CONTRIBUTING.md")))
2803 (with-directory-excursion "doc"
2804 (substitute* "Makefile"
2805 (("infodir=/usr/local/info")
2806 (string-append "infodir=" info-dir)))
2807 (system* "make" "html/index.html")
2808 (system* "make" "slime.info")
2809 (install-file "slime.info" info-dir)
2810 (copy-recursively "html" (string-append doc-dir "/html")))
2811 (for-each (lambda (f)
2812 (install-file f doc-dir)
2813 (delete-file f))
2814 doc-files)
2815 (delete-file-recursively "doc")
2816 #t))))))
2817 (home-page "https://github.com/slime/slime")
2818 (synopsis "Superior Lisp Interaction Mode for Emacs")
2819 (description
2820 "SLIME extends Emacs with support for interactive programming in
2821 Common Lisp. The features are centered around @command{slime-mode},
2822 an Emacs minor mode that complements the standard @command{lisp-mode}.
2823 While lisp-mode supports editing Lisp source files, @command{slime-mode}
2824 adds support for interacting with a running Common Lisp process
2825 for compilation, debugging, documentation lookup, and so on.")
2826 (license license:gpl2+)))
2827
2828 (define-public emacs-popup
2829 (package
2830 (name "emacs-popup")
2831 (version "0.5.3")
2832 (source (origin
2833 (method url-fetch)
2834 (uri (string-append
2835 "https://github.com/auto-complete/popup-el/archive/v"
2836 version ".tar.gz"))
2837 (file-name (string-append name "-" version ".tar.gz"))
2838 (sha256
2839 (base32
2840 "1yrgfj8y69xmcb6kwgplhq68ndm9410qwh7sd2knnd1gchpphdc0"))))
2841 (build-system emacs-build-system)
2842 (home-page "https://github.com/auto-complete/popup-el")
2843 (synopsis "Visual Popup User Interface for Emacs")
2844 (description
2845 "Popup.el is a visual popup user interface library for Emacs.
2846 This provides a basic API and common UI widgets such as popup tooltips
2847 and popup menus.")
2848 (license license:gpl3+)))
2849
2850 (define-public emacs-god-mode
2851 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
2852 (revision "1"))
2853 (package
2854 (name "emacs-god-mode")
2855 (version (string-append "20151005.925."
2856 revision "-" (string-take commit 9)))
2857 (source
2858 (origin
2859 (method git-fetch)
2860 (uri (git-reference
2861 (url "https://github.com/chrisdone/god-mode.git")
2862 (commit commit)))
2863 (file-name (string-append name "-" version "-checkout"))
2864 (sha256
2865 (base32
2866 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
2867 (build-system emacs-build-system)
2868 (home-page "https://github.com/chrisdone/god-mode")
2869 (synopsis "Minor mode for entering commands without modifier keys")
2870 (description
2871 "This package provides a global minor mode for entering Emacs commands
2872 without modifier keys. It's similar to Vim's separation of commands and
2873 insertion mode. When enabled all keys are implicitly prefixed with
2874 @samp{C-} (among other helpful shortcuts).")
2875 (license license:gpl3+))))
2876
2877 (define-public emacs-jinja2-mode
2878 (package
2879 (name "emacs-jinja2-mode")
2880 (version "0.2")
2881 (source
2882 (origin
2883 (method url-fetch)
2884 (uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
2885 "archive/v" version ".tar.gz"))
2886 (file-name (string-append name "-" version ".tar.gz"))
2887 (sha256
2888 (base32
2889 "0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
2890 (build-system emacs-build-system)
2891 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
2892 (synopsis "Major mode for jinja2")
2893 (description
2894 "Emacs major mode for jinja2 with: syntax highlighting,
2895 sgml/html integration, and indentation (working with sgml).")
2896 (license license:gpl3+)))
2897
2898 (define-public emacs-rfcview
2899 (package
2900 (name "emacs-rfcview")
2901 (version "0.13")
2902 (home-page "http://www.loveshack.ukfsn.org/emacs")
2903 (source (origin
2904 (method url-fetch)
2905 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
2906 (sha256
2907 (base32
2908 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
2909 (build-system emacs-build-system)
2910 (synopsis "Prettify Request for Comments (RFC) documents")
2911 (description "The Internet Engineering Task Force (IETF) and the Internet
2912 Society (ISOC) publish various Internet-related protocols and specifications
2913 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
2914 documents. RFCs and STDs are published in a simple text form. This package
2915 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
2916 read these documents in Emacs. It prettifies the text and adds
2917 hyperlinks/menus for easier navigation. It also provides functions for
2918 browsing the index of RFC documents and fetching them from remote servers or
2919 local directories.")
2920 (license license:gpl3+)))
2921
2922 (define-public emacs-ffap-rfc-space
2923 (package
2924 (name "emacs-ffap-rfc-space")
2925 (version "12")
2926 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
2927 (source (origin
2928 (method url-fetch)
2929 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
2930 (sha256
2931 (base32
2932 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
2933 (build-system emacs-build-system)
2934 (synopsis "Make ffap recognize an RFC with a space before its number")
2935 (description "The Internet Engineering Task Force (IETF) and the
2936 Internet Society (ISOC) publish various Internet-related protocols and
2937 specifications as \"Request for Comments\" (RFC) documents. The
2938 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
2939 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
2940 and load the appropriate RFC from a remote server. However, it fails
2941 to recognize a name like \"RFC 1234\". This package enhances ffap so
2942 that it correctly finds RFCs even when a space appears before the
2943 number.")
2944 (license license:gpl3+)))
2945
2946 (define-public emacs-org-bullets
2947 (package
2948 (name "emacs-org-bullets")
2949 (version "0.2.4")
2950 (source
2951 (origin
2952 (method url-fetch)
2953 (uri (string-append "https://github.com/sabof/org-bullets/archive/"
2954 version ".tar.gz"))
2955 (file-name (string-append name "-" version ".tar.gz"))
2956 (sha256
2957 (base32
2958 "1dyxvpb73vj80v8br2q9rf255hfphrgaw91fbvwdcd735np9pcnh"))))
2959 (build-system emacs-build-system)
2960 (home-page "https://github.com/sabof/org-bullets")
2961 (synopsis "Show bullets in org-mode as UTF-8 characters")
2962 (description
2963 "This package provides an Emacs minor mode causing bullets in
2964 @code{org-mode} to be rendered as UTF-8 characters.")
2965 (license license:gpl3+)))
2966
2967 (define-public emacs-org-pomodoro
2968 (package
2969 (name "emacs-org-pomodoro")
2970 (version "2.1.0")
2971 (source
2972 (origin
2973 (method url-fetch)
2974 (uri (string-append
2975 "https://github.com/lolownia/org-pomodoro/archive/"
2976 version ".tar.gz"))
2977 (file-name (string-append name "-" version ".tar.gz"))
2978 (sha256
2979 (base32
2980 "1jalsggw3q5kvj353f84x4nl04a5vmq07h75ggppy1627lb31zm4"))))
2981 (build-system emacs-build-system)
2982 (propagated-inputs
2983 `(("emacs-alert" ,emacs-alert)))
2984 (home-page "https://github.com/lolownia/org-pomodoro")
2985 (synopsis "Pomodoro technique for org-mode")
2986 (description "@code{emacs-org-pomodoro} adds very basic support for
2987 Pomodoro technique in Emacs org-mode.
2988
2989 Run @code{M-x org-pomodoro} for the task at point or select one of the
2990 last tasks that you clocked time for. Each clocked-in pomodoro starts
2991 a timer of 25 minutes and after each pomodoro a break timer of 5
2992 minutes is started automatically. Every 4 breaks a long break is
2993 started with 20 minutes. All values are customizable.")
2994 (license license:gpl3+)))
2995
2996 (define-public emacs-org-trello
2997 (package
2998 (name "emacs-org-trello")
2999 (version "0.8.0")
3000 (source (origin
3001 (method url-fetch)
3002 (uri (string-append
3003 "https://github.com/org-trello/org-trello/archive/"
3004 version ".tar.gz"))
3005 (file-name (string-append name "-" version ".tar.gz"))
3006 (sha256
3007 (base32
3008 "0549mnf5cgwn8b8jbl38fljbaxmh1605sv9j8f3lsa95jhs1zpa0"))))
3009 (build-system emacs-build-system)
3010 (propagated-inputs
3011 `(("emacs-dash" ,emacs-dash)
3012 ("emacs-deferred" ,emacs-deferred)
3013 ("emacs-f" ,emacs-f)
3014 ("emacs-helm" ,emacs-helm)
3015 ("emacs-request" ,emacs-request)
3016 ("emacs-s" ,emacs-s)))
3017 (home-page "https://org-trello.github.io")
3018 (synopsis "Emacs minor mode for interacting with Trello")
3019 (description "This package provides an Emacs minor mode to extend
3020 @code{org-mode} with Trello abilities. Trello is an online project
3021 organizer.")
3022 (license license:gpl3+)))
3023
3024 (define-public emacs-zenburn-theme
3025 (package
3026 (name "emacs-zenburn-theme")
3027 (version "2.5")
3028 (source (origin
3029 (method url-fetch)
3030 (uri (string-append
3031 "https://github.com/bbatsov/zenburn-emacs/archive/v"
3032 version ".tar.gz"))
3033 (file-name (string-append name "-" version ".tar.gz"))
3034 (sha256
3035 (base32
3036 "03kfhzgbbbl8ivpzzky6qxw4j9mmp452m1sk7wikxmcalfnix0gn"))))
3037 (build-system emacs-build-system)
3038 (home-page "https://github.com/bbatsov/zenburn-emacs")
3039 (synopsis "Low contrast color theme for Emacs")
3040 (description
3041 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
3042 It is built on top of the custom theme support in Emacs 24 or later.")
3043 (license license:gpl3+)))
3044
3045 (define-public emacs-solarized-theme
3046 (package
3047 (name "emacs-solarized-theme")
3048 (version "1.2.2")
3049 (source (origin
3050 (method url-fetch)
3051 (uri (string-append "https://github.com/bbatsov/solarized-emacs/"
3052 "archive/v" version ".tar.gz"))
3053 (file-name (string-append name "-" version ".tar.gz"))
3054 (sha256
3055 (base32
3056 "1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
3057 (build-system emacs-build-system)
3058 (propagated-inputs
3059 `(("emacs-dash" ,emacs-dash)))
3060 (home-page "https://github.com/bbatsov/solarized-emacs")
3061 (synopsis "Port of the Solarized theme for Emacs")
3062 (description
3063 "Solarized for Emacs is a port of the Solarized theme for Vim. This
3064 package provides a light and a dark variant.")
3065 (license license:gpl3+)))
3066
3067 (define-public emacs-ahungry-theme
3068 (package
3069 (name "emacs-ahungry-theme")
3070 (version "1.10.0")
3071 (source
3072 (origin (method url-fetch)
3073 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
3074 version ".tar"))
3075 (sha256
3076 (base32
3077 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
3078 (build-system emacs-build-system)
3079 (home-page "https://github.com/ahungry/color-theme-ahungry")
3080 (synopsis "Ahungry color theme for Emacs")
3081 (description "Ahungry theme for Emacs provides bright and bold colors.
3082 If you load it from a terminal, you will be able to make use of the
3083 transparent background. If you load it from a GUI, it will default to a
3084 dark background.")
3085 (license license:gpl3+)))
3086
3087 (define-public emacs-2048-game
3088 (package
3089 (name "emacs-2048-game")
3090 (version "20151026.1233")
3091 (source
3092 (origin
3093 (method url-fetch)
3094 (uri (string-append "https://melpa.org/packages/2048-game-"
3095 version ".el"))
3096 (sha256
3097 (base32
3098 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
3099 (build-system emacs-build-system)
3100 (home-page "https://bitbucket.org/zck/2048.el")
3101 (synopsis "Implementation of the game 2048 in Emacs Lisp")
3102 (description
3103 "This program is an implementation of 2048 for Emacs.
3104 The goal of this game is to create a tile with value 2048. The size of the
3105 board and goal value can be customized.")
3106 (license license:gpl3+)))
3107
3108 (define-public emacs-base16-theme
3109 (package
3110 (name "emacs-base16-theme")
3111 (version "2.1")
3112 (source
3113 (origin
3114 (method url-fetch)
3115 (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
3116 version ".tar"))
3117 (sha256
3118 (base32
3119 "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
3120 (build-system emacs-build-system)
3121 (home-page "https://github.com/belak/base16-emacs")
3122 (synopsis "Base16 color themes for Emacs")
3123 (description
3124 "Base16 provides carefully chosen syntax highlighting and a default set
3125 of sixteen colors suitable for a wide range of applications. Base16 is not a
3126 single theme but a set of guidelines with numerous implementations.")
3127 (license license:expat)))
3128
3129 (define-public emacs-smartparens
3130 (package
3131 (name "emacs-smartparens")
3132 (version "1.11.0")
3133 (source (origin
3134 (method url-fetch)
3135 (uri (string-append
3136 "https://github.com/Fuco1/smartparens/archive/"
3137 version ".tar.gz"))
3138 (file-name (string-append name "-" version ".tar.gz"))
3139 (sha256
3140 (base32
3141 "0q5as813xs8y29i3v2rm97phd6m7xsmmw6hwbvx57gwmi8i1c409"))))
3142 (build-system emacs-build-system)
3143 (propagated-inputs
3144 `(("emacs-dash" ,emacs-dash)
3145 ("emacs-markdown-mode" ,emacs-markdown-mode)))
3146 (home-page "https://github.com/Fuco1/smartparens")
3147 (synopsis "Paredit-like insertion, wrapping and navigation with user
3148 defined pairs")
3149 (description
3150 "Smartparens is a minor mode for Emacs that deals with parens pairs
3151 and tries to be smart about it. It started as a unification effort to
3152 combine functionality of several existing packages in a single,
3153 compatible and extensible way to deal with parentheses, delimiters, tags
3154 and the like. Some of these packages include autopair, textmate,
3155 wrap-region, electric-pair-mode, paredit and others. With the basic
3156 features found in other packages it also brings many improvements as
3157 well as completely new features.")
3158 (license license:gpl3+)))
3159
3160 (define-public emacs-highlight-symbol
3161 (package
3162 (name "emacs-highlight-symbol")
3163 (version "1.3")
3164 (source (origin
3165 (method url-fetch)
3166 (uri (string-append
3167 "https://github.com/nschum/highlight-symbol.el/archive/"
3168 version ".tar.gz"))
3169 (file-name (string-append name "-" version ".tar.gz"))
3170 (sha256
3171 (base32
3172 "1n7k1qns0fn0jsyc0hrjac5nzk21xw48yc30vyrhwvc51h0b9g90"))))
3173 (build-system emacs-build-system)
3174 (home-page "https://nschum.de/src/emacs/highlight-symbol")
3175 (synopsis "Automatic and manual symbol highlighting for Emacs")
3176 (description
3177 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
3178 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
3179 the symbol at point highlighted.
3180
3181 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
3182 @code{highlight-symbol-next-in-defun} and
3183 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
3184 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
3185 bindings @code{M-p} and @code{M-p} for navigation. When
3186 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
3187 regardless of @code{highlight-symbol-idle-delay}.
3188
3189 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
3190 (license license:gpl2+)))
3191
3192 (define-public emacs-hl-todo
3193 (package
3194 (name "emacs-hl-todo")
3195 (version "1.8.0")
3196 (source (origin
3197 (method url-fetch)
3198 (uri (string-append
3199 "https://raw.githubusercontent.com/tarsius/hl-todo/"
3200 version "/hl-todo.el"))
3201 (file-name (string-append "hl-todo-" version ".el"))
3202 (sha256
3203 (base32
3204 "0g0h9v4572p7mcird8wsj1c41haf60krslm6mlpi4mdbh248kv6z"))))
3205 (build-system emacs-build-system)
3206 (home-page "https://github.com/tarsius/hl-todo")
3207 (synopsis "Emacs mode to highlight TODO and similar keywords")
3208 (description
3209 "This package provides an Emacs mode to highlight TODO and similar
3210 keywords in comments and strings. This package also provides commands for
3211 moving to the next or previous keyword and to invoke @code{occur} with a
3212 regexp that matches all known keywords.")
3213 (license license:gpl3+)))
3214
3215 (define-public emacs-perspective
3216 (package
3217 (name "emacs-perspective")
3218 (version "1.12")
3219 (source
3220 (origin
3221 (method url-fetch)
3222 (uri (string-append "https://github.com/nex3/perspective-el/"
3223 "archive/" version ".tar.gz"))
3224 (file-name (string-append name "-" version ".tar.gz"))
3225 (sha256
3226 (base32
3227 "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
3228 (build-system emacs-build-system)
3229 (home-page "https://github.com/nex3/perspective-el")
3230 (synopsis "Switch between named \"perspectives\"")
3231 (description
3232 "This package provides tagged workspaces in Emacs, similar to workspaces in
3233 windows managers such as Awesome and XMonad. @code{perspective.el} provides
3234 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
3235 perspective is composed of a window configuration and a set of buffers.
3236 Switching to a perspective activates its window configuration, and when in a
3237 perspective only its buffers are available by default.")
3238 ;; This package is released under the same license as Emacs (GPLv3+) or
3239 ;; the Expat license.
3240 (license license:gpl3+)))
3241
3242 (define-public emacs-test-simple
3243 (package
3244 (name "emacs-test-simple")
3245 (version "1.3.0")
3246 (source
3247 (origin
3248 (method url-fetch)
3249 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
3250 version ".el"))
3251 (sha256
3252 (base32
3253 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
3254 (build-system emacs-build-system)
3255 (home-page "https://github.com/rocky/emacs-test-simple")
3256 (synopsis "Simple unit test framework for Emacs Lisp")
3257 (description
3258 "Test Simple is a simple unit test framework for Emacs Lisp. It
3259 alleviates the need for context macros, enclosing specifications or required
3260 test tags. It supports both interactive and non-interactive use.")
3261 (license license:gpl3+)))
3262
3263 (define-public emacs-load-relative
3264 (package
3265 (name "emacs-load-relative")
3266 (version "1.3")
3267 (source
3268 (origin
3269 (method url-fetch)
3270 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
3271 version ".el"))
3272 (sha256
3273 (base32
3274 "1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
3275 (build-system emacs-build-system)
3276 (home-page "http://github.com/rocky/emacs-load-relative")
3277 (synopsis "Emacs Lisp relative file loading related functions")
3278 (description
3279 "Provides functions which facilitate writing multi-file Emacs packages
3280 and running from the source tree without having to \"install\" code or fiddle
3281 with @{load-path}.
3282
3283 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
3284 another (presumably currently running) Emacs Lisp file.")
3285 (license license:gpl3+)))
3286
3287 (define-public emacs-loc-changes
3288 (package
3289 (name "emacs-loc-changes")
3290 (version "1.2")
3291 (source
3292 (origin
3293 (method url-fetch)
3294 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
3295 version ".el"))
3296 (sha256
3297 (base32
3298 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
3299 (build-system emacs-build-system)
3300 (home-page "https://github.com/rocky/emacs-loc-changes")
3301 (synopsis "Keeps track of positions even after buffer changes")
3302 (description
3303 "This Emacs package provides a mean to track important buffer positions
3304 after buffer changes.")
3305 (license license:gpl3+)))
3306
3307 (define-public emacs-realgud
3308 (package
3309 (name "emacs-realgud")
3310 (version "1.4.5")
3311 (source
3312 (origin
3313 (method url-fetch)
3314 (uri (string-append "https://elpa.gnu.org/packages/realgud-"
3315 version ".tar"))
3316 (sha256
3317 (base32
3318 "108wgxg7fb4byaiasgvbxv2hq7b00biq9f0mh9hy6vw4160y5w24"))))
3319 (build-system emacs-build-system)
3320 (arguments
3321 `(#:tests? #t
3322 #:phases
3323 (modify-phases %standard-phases
3324 (add-after 'set-emacs-load-path 'fix-autogen-script
3325 (lambda _
3326 (substitute* "autogen.sh"
3327 (("./configure") "sh configure"))))
3328 (add-after 'fix-autogen-script 'autogen
3329 (lambda _
3330 (setenv "CONFIG_SHELL" "sh")
3331 (invoke "sh" "autogen.sh")))
3332 (add-after 'fix-autogen-script 'set-home
3333 (lambda _
3334 (setenv "HOME" (getenv "TMPDIR"))))
3335 (add-before 'patch-el-files 'remove-realgud-pkg.el
3336 (lambda _
3337 ;; XXX: This file is auto-generated at some point and causes
3338 ;; substitute* to crash during the `patch-el-files' phase with:
3339 ;; ERROR: In procedure stat: No such file or directory:
3340 ;; "./realgud-pkg.el"
3341 (delete-file "./realgud-pkg.el")
3342 ;; FIXME: `patch-el-files' crashes on this file with error:
3343 ;; unable to locate "bashdb".
3344 (delete-file "./test/test-regexp-bashdb.el"))))
3345 #:include (cons* ".*\\.el$" %default-include)))
3346 (native-inputs
3347 `(("autoconf" ,autoconf)
3348 ("automake" ,automake)
3349 ("emacs-test-simple" ,emacs-test-simple)))
3350 (propagated-inputs
3351 `(("emacs-load-relative" ,emacs-load-relative)
3352 ("emacs-loc-changes" ,emacs-loc-changes)))
3353 (home-page "https://github.com/realgud/realgud/")
3354 (synopsis
3355 "Modular front-end for interacting with external debuggers")
3356 (description
3357 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
3358 with external debuggers. It integrates various debuggers such as gdb, pdb,
3359 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
3360 sources. Unlike GUD, it also supports running multiple debug sessions in
3361 parallel.")
3362 (license license:gpl3+)))
3363
3364 (define-public emacs-request
3365 (package
3366 (name "emacs-request")
3367 (version "0.3.0")
3368 (source (origin
3369 (method git-fetch)
3370 (uri (git-reference
3371 (url "https://github.com/tkf/emacs-request.git")
3372 (commit (string-append "v" version))))
3373 (file-name (string-append name "-" version "-checkout"))
3374 (sha256
3375 (base32
3376 "0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
3377 (build-system emacs-build-system)
3378 (propagated-inputs
3379 `(("emacs-deferred" ,emacs-deferred)))
3380 (home-page "https://github.com/tkf/emacs-request")
3381 (synopsis "Package for speaking HTTP in Emacs Lisp")
3382 (description "This package provides a HTTP request library with multiple
3383 backends. It supports url.el which is shipped with Emacs and the curl command
3384 line program.")
3385 (license license:gpl3+)))
3386
3387 (define-public emacs-rudel
3388 (package
3389 (name "emacs-rudel")
3390 (version "0.3.1")
3391 (source
3392 (origin
3393 (method url-fetch)
3394 (uri (string-append "http://elpa.gnu.org/packages/rudel-"
3395 version ".tar"))
3396 (sha256
3397 (base32
3398 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
3399 (build-system emacs-build-system)
3400 (home-page "http://rudel.sourceforge.net/")
3401 (synopsis "Collaborative editing framework")
3402 (description
3403 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
3404 is to share buffers with other users in order to edit the contents of those
3405 buffers collaboratively. Rudel supports multiple backends to enable
3406 communication with other collaborative editors using different protocols,
3407 though currently Obby (for use with the Gobby editor) is the only
3408 fully-functional one.")
3409 (license license:gpl3+)))
3410
3411 (define-public emacs-hydra
3412 (package
3413 (name "emacs-hydra")
3414 (version "0.14.0")
3415 (source
3416 (origin
3417 (method url-fetch)
3418 (uri (string-append "https://github.com/abo-abo/hydra/archive/"
3419 version ".tar.gz"))
3420 (file-name (string-append name "-" version ".tar.gz"))
3421 (sha256
3422 (base32
3423 "0884k3ffwzhh6krbd8l7vvm184dkagb2jf4q8xzg72plln34qrm8"))))
3424 (build-system emacs-build-system)
3425 (home-page "https://github.com/abo-abo/hydra")
3426 (synopsis "Make Emacs bindings that stick around")
3427 (description
3428 "This package can be used to tie related commands into a family of short
3429 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
3430 the prefixed binding), all the heads can be called in succession with only a
3431 short extension. Any binding that isn't the Hydra's head vanquishes the
3432 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
3433 serve its original purpose, calling the command assigned to it. This makes
3434 the Hydra very seamless; it's like a minor mode that disables itself
3435 automatically.")
3436 (license license:gpl3+)))
3437
3438 (define-public emacs-ivy
3439 (package
3440 (name "emacs-ivy")
3441 (version "0.10.0")
3442 (source
3443 (origin
3444 (method git-fetch)
3445 (uri (git-reference
3446 (url "https://github.com/abo-abo/swiper.git")
3447 (commit version)))
3448 (file-name (string-append name "-" version "-checkout"))
3449 (sha256
3450 (base32
3451 "14vnigqb5c3yi4q9ysw1fiwdqyqwyklqpb9wnjf81chm7s2mshnr"))))
3452 (build-system emacs-build-system)
3453 (arguments
3454 `(#:phases
3455 (modify-phases %standard-phases
3456 (add-after 'install 'install-doc
3457 (lambda* (#:key outputs #:allow-other-keys)
3458 (let* ((out (assoc-ref outputs "out"))
3459 (info (string-append out "/share/info")))
3460 (with-directory-excursion "doc"
3461 (unless (zero? (system* "makeinfo" "ivy.texi"))
3462 (error "makeinfo failed"))
3463 (install-file "ivy.info" info))))))))
3464 (propagated-inputs
3465 `(("emacs-hydra" ,emacs-hydra)))
3466 (native-inputs
3467 `(("texinfo" ,texinfo)))
3468 (home-page "http://oremacs.com/swiper/")
3469 (synopsis "Incremental vertical completion for Emacs")
3470 (description
3471 "This package provides @code{ivy-read} as an alternative to
3472 @code{completing-read} and similar functions. No attempt is made to determine
3473 the best candidate. Instead, the user can navigate candidates with
3474 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
3475 splitting the input text by spaces and re-building it into a regular
3476 expression.")
3477 (license license:gpl3+)))
3478
3479 (define-public emacs-avy
3480 (package
3481 (name "emacs-avy")
3482 (version "0.4.0")
3483 (source
3484 (origin
3485 (method url-fetch)
3486 (uri (string-append "https://github.com/abo-abo/avy/archive/"
3487 version ".tar.gz"))
3488 (file-name (string-append name "-" version ".tar.gz"))
3489 (sha256
3490 (base32
3491 "1wdrq512h25ymzjbf2kbsdymvd2ryfwzb6bh5bc3yv7q203im796"))))
3492 (build-system emacs-build-system)
3493 (home-page "https://github.com/abo-abo/avy")
3494 (synopsis "Tree-based completion for Emacs")
3495 (description
3496 "This package provides a generic completion method based on building a
3497 balanced decision tree with each candidate being a leaf. To traverse the tree
3498 from the root to a desired leaf, typically a sequence of @code{read-key} can
3499 be used.
3500
3501 In order for @code{read-key} to make sense, the tree needs to be visualized
3502 appropriately, with a character at each branch node. So this completion
3503 method works only for things that you can see on your screen, all at once,
3504 such as the positions of characters, words, line beginnings, links, or
3505 windows.")
3506 (license license:gpl3+)))
3507
3508 (define-public emacs-ace-window
3509 (package
3510 (name "emacs-ace-window")
3511 (version "0.9.0")
3512 (source
3513 (origin
3514 (method url-fetch)
3515 (uri (string-append "https://github.com/abo-abo/ace-window/archive/"
3516 version ".tar.gz"))
3517 (file-name (string-append name "-" version ".tar.gz"))
3518 (sha256
3519 (base32
3520 "1p2sgfl5dml4zbd6ldql6lm2m9vmd236ah996ni32x254s48j5pn"))))
3521 (build-system emacs-build-system)
3522 (propagated-inputs
3523 `(("emacs-avy" ,emacs-avy)))
3524 (home-page "https://github.com/abo-abo/ace-window")
3525 (synopsis "Quickly switch windows in Emacs")
3526 (description
3527 "@code{ace-window} is meant to replace @code{other-window}.
3528 In fact, when there are only two windows present, @code{other-window} is
3529 called. If there are more, each window will have its first character
3530 highlighted. Pressing that character will switch to that window.")
3531 (license license:gpl3+)))
3532
3533 (define-public emacs-iedit
3534 (package
3535 (name "emacs-iedit")
3536 (version "0.9.9.9")
3537 (source
3538 (origin
3539 (method url-fetch)
3540 (uri (string-append "https://github.com/victorhge/iedit/archive/v"
3541 version ".tar.gz"))
3542 (file-name (string-append name "-" version ".tar.gz"))
3543 (sha256
3544 (base32
3545 "1hv8q6pr85ss9g3158l1fqv3m62vsq8rslsi86jicr2dcxyascr0"))))
3546 (build-system emacs-build-system)
3547 (home-page "http://www.emacswiki.org/emacs/Iedit")
3548 (synopsis "Edit multiple regions in the same way simultaneously")
3549 (description
3550 "This package is an Emacs minor mode and allows you to edit one
3551 occurrence of some text in a buffer (possibly narrowed) or region, and
3552 simultaneously have other occurrences edited in the same way.
3553
3554 You can also use Iedit mode as a quick way to temporarily show only the buffer
3555 lines that match the current text being edited. This gives you the effect of
3556 a temporary @code{keep-lines} or @code{occur}.")
3557 (license license:gpl3+)))
3558
3559 (define-public emacs-zoutline
3560 (let ((commit "b3ee0f0e0b916838c2d2c249beba74ffdb8d5699")
3561 (revision "0"))
3562 (package
3563 (name "emacs-zoutline")
3564 (version (git-version "0.1" revision commit))
3565 (home-page "https://github.com/abo-abo/zoutline")
3566 (source (origin
3567 (method git-fetch)
3568 (uri (git-reference (url home-page) (commit commit)))
3569 (sha256
3570 (base32
3571 "0sd0017piw0dis6dhpq5dkqd3acisxqgipl7dj8gmc1vnswhdwr8"))
3572 (file-name (git-file-name name version))))
3573 (build-system emacs-build-system)
3574 (synopsis "Simple outline library")
3575 (description
3576 "This library provides helpers for outlines. Outlines allow users to
3577 navigate code in a tree-like fashion.")
3578 (license license:gpl3+))))
3579
3580 (define-public emacs-lispy
3581 ;; Release 0.26.0 was almost 3 years ago, and there have been ~772 commits
3582 ;; since.
3583 (let ((commit "a7e1cf742e72199cc75aa5e1e686991ba4a23bc4")
3584 (revision "0"))
3585 (package
3586 (name "emacs-lispy")
3587 (version (git-version "0.26.0" revision commit))
3588 (home-page "https://github.com/abo-abo/lispy")
3589 (source (origin
3590 (method git-fetch)
3591 (uri (git-reference (url home-page) (commit commit)))
3592 (sha256
3593 (base32
3594 "0qg85gz5akayvhb5fmn1qx7s9847gry4g20xcnq8llr839lq28dl"))
3595 (file-name (git-file-name name version))))
3596 (build-system emacs-build-system)
3597 (propagated-inputs
3598 `(("emacs-ace-window" ,emacs-ace-window)
3599 ("emacs-iedit" ,emacs-iedit)
3600 ("emacs-ivy" ,emacs-ivy)
3601 ("emacs-hydra" ,emacs-hydra)
3602 ("emacs-zoutline" ,emacs-zoutline)))
3603 (synopsis "Modal S-expression editing")
3604 (description
3605 "Due to the structure of Lisp syntax it's very rare for the programmer
3606 to want to insert characters right before \"(\" or right after \")\". Thus
3607 unprefixed printable characters can be used to call commands when the point is
3608 at one of these special locations. Lispy provides unprefixed keybindings for
3609 S-expression editing when point is at the beginning or end of an
3610 S-expression.")
3611 (license license:gpl3+))))
3612
3613 (define-public emacs-lispyville
3614 ;; Later versions need a more recent Evil, with an evil-define-key*
3615 ;; supporting nil for the state.
3616 (let ((commit "b4291857ed6a49a67c4ea77522889ce51fb171ab")
3617 (revision "0"))
3618 (package
3619 (name "emacs-lispyville")
3620 (version (git-version "0.1" revision commit))
3621 (home-page "https://github.com/noctuid/lispyville")
3622 (source (origin
3623 (method git-fetch)
3624 (uri (git-reference (url home-page) (commit commit)))
3625 (sha256
3626 (base32
3627 "095zibzc3naknahdrnb59g9rbljy8wz9rkc7rf8avb3wxlwvxhm3"))
3628 (file-name (git-file-name name version))))
3629 (propagated-inputs
3630 `(("emacs-evil" ,emacs-evil)
3631 ("emacs-lispy" ,emacs-lispy)))
3632 (build-system emacs-build-system)
3633 (synopsis "Minor mode for integrating Evil with lispy")
3634 (description
3635 "LispyVille's main purpose is to provide a Lisp editing environment
3636 suited towards Evil users. It can serve as a minimal layer on top of lispy
3637 for better integration with Evil, but it does not require the use of lispy’s
3638 keybinding style. The provided commands allow for editing Lisp in normal
3639 state and will work even without lispy being enabled.")
3640 (license license:gpl3+))))
3641
3642 (define-public emacs-clojure-mode
3643 (package
3644 (name "emacs-clojure-mode")
3645 (version "5.6.1")
3646 (source (origin
3647 (method url-fetch)
3648 (uri (string-append
3649 "https://github.com/clojure-emacs/clojure-mode/archive/"
3650 version ".tar.gz"))
3651 (file-name (string-append name "-" version ".tar.gz"))
3652 (sha256
3653 (base32
3654 "1f4k1hncy5ygh4izn7mqfp744nnisrp9ywn2njknbjxx34ai1q88"))))
3655 (build-system emacs-build-system)
3656 (native-inputs
3657 `(("emacs-dash" ,emacs-dash)
3658 ("emacs-s" ,emacs-s)
3659 ("ert-runner" ,ert-runner)))
3660 (arguments
3661 `(#:tests? #t
3662 #:test-command '("ert-runner")))
3663 (home-page "https://github.com/clojure-emacs/clojure-mode")
3664 (synopsis "Major mode for Clojure code")
3665 (description
3666 "This Emacs package provides font-lock, indentation, navigation and basic
3667 refactoring for the @uref{http://clojure.org, Clojure programming language}.
3668 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
3669 (license license:gpl3+)))
3670
3671 (define-public emacs-epl
3672 (package
3673 (name "emacs-epl")
3674 (version "0.8")
3675 (source (origin
3676 (method url-fetch)
3677 (uri (string-append
3678 "https://github.com/cask/epl/archive/"
3679 version ".tar.gz"))
3680 (file-name (string-append name "-" version ".tar.gz"))
3681 (sha256
3682 (base32
3683 "1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
3684 (build-system emacs-build-system)
3685 (home-page "https://github.com/cask/epl")
3686 (synopsis "Emacs Package Library")
3687 (description
3688 "A package management library for Emacs, based on @code{package.el}.
3689
3690 The purpose of this library is to wrap all the quirks and hassle of
3691 @code{package.el} into a sane API.")
3692 (license license:gpl3+)))
3693
3694 (define-public emacs-queue
3695 (package
3696 (name "emacs-queue")
3697 (version "0.2")
3698 (source (origin
3699 (method url-fetch)
3700 (uri (string-append "https://elpa.gnu.org/packages/queue-"
3701 version ".el"))
3702 (sha256
3703 (base32
3704 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
3705 (build-system emacs-build-system)
3706 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
3707 (synopsis "Queue data structure for Emacs")
3708 (description
3709 "This Emacs library provides queue data structure. These queues can be
3710 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
3711 stack, i.e. elements can be added to the front or back of the queue, and can
3712 be removed from the front. This type of data structure is sometimes called an
3713 \"output-restricted deque\".")
3714 (license license:gpl3+)))
3715
3716 (define-public emacs-pkg-info
3717 (package
3718 (name "emacs-pkg-info")
3719 (version "0.6")
3720 (source (origin
3721 (method url-fetch)
3722 (uri (string-append
3723 "https://github.com/lunaryorn/pkg-info.el/archive/"
3724 version ".tar.gz"))
3725 (file-name (string-append name "-" version ".tar.gz"))
3726 (sha256
3727 (base32
3728 "1gy1jks5mmm02gg1c8gcyr4f8a9s5ggzhk56gv33b9mzjqzi5rd5"))))
3729 (build-system emacs-build-system)
3730 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
3731 (home-page "https://github.com/lunaryorn/pkg-info.el")
3732 (synopsis "Information about Emacs packages")
3733 (description
3734 "This library extracts information from the installed Emacs packages.")
3735 (license license:gpl3+)))
3736
3737 (define-public emacs-spinner
3738 (package
3739 (name "emacs-spinner")
3740 (version "1.7.3")
3741 (source (origin
3742 (method url-fetch)
3743 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
3744 version ".el"))
3745 (sha256
3746 (base32
3747 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
3748 (build-system emacs-build-system)
3749 (home-page "https://github.com/Malabarba/spinner.el")
3750 (synopsis "Emacs mode-line spinner for operations in progress")
3751 (description
3752 "This Emacs package adds spinners and progress-bars to the mode-line for
3753 ongoing operations.")
3754 (license license:gpl3+)))
3755
3756 (define-public emacs-sparql-mode
3757 (package
3758 (name "emacs-sparql-mode")
3759 (version "2.0.1")
3760 (source (origin
3761 (method url-fetch)
3762 (uri (string-append "https://github.com/ljos/sparql-mode/archive/"
3763 "v" version ".tar.gz"))
3764 (file-name (string-append name "-" version ".tar.gz"))
3765 (sha256
3766 (base32
3767 "1s93mkllxnhy7fw616cnnc2danacdlarys0g3cn89drh0llh53cv"))))
3768 (build-system emacs-build-system)
3769 (home-page "https://github.com/ljos/sparql-mode")
3770 (synopsis "SPARQL mode for Emacs")
3771 (description "This package provides a major mode for Emacs that provides
3772 syntax highlighting for SPARQL. It also provides a way to execute queries
3773 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
3774 possible to query other endpoints like DBPedia.")
3775 (license license:gpl3+)))
3776
3777 (define-public emacs-better-defaults
3778 (package
3779 (name "emacs-better-defaults")
3780 (version "0.1.3")
3781 (source
3782 (origin
3783 (method url-fetch)
3784 (uri (string-append "https://github.com/technomancy/better-defaults"
3785 "/archive/" version ".tar.gz"))
3786 (file-name (string-append name "-" version ".tar.gz"))
3787 (sha256
3788 (base32
3789 "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
3790 (build-system emacs-build-system)
3791 (home-page "https://github.com/technomancy/better-defaults")
3792 (synopsis "Better defaults for Emacs")
3793 (description
3794 "Better defaults attempts to address the most obvious deficiencies of the
3795 Emacs default configuration in uncontroversial ways that nearly everyone can
3796 agree upon.")
3797 (license license:gpl3+)))
3798
3799 (define-public emacs-eprime
3800 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
3801 (package
3802 (name "emacs-eprime")
3803 (version (string-append "20140513-" (string-take commit 7)))
3804 (source (origin
3805 (method url-fetch)
3806 (uri (string-append "https://raw.githubusercontent.com"
3807 "/AndrewHynes/eprime-mode/"
3808 commit "/eprime-mode.el"))
3809 (file-name (string-append "eprime-" version ".el"))
3810 (sha256
3811 (base32
3812 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
3813 (build-system emacs-build-system)
3814 (home-page "https://github.com/AndrewHynes/eprime-mode")
3815 (synopsis "E-prime checking mode for Emacs")
3816 (description "This package provides an E-prime checking mode for Emacs
3817 that highlights non-conforming text. The subset of the English language called
3818 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
3819 (license license:gpl3+))))
3820
3821 (define-public emacs-julia-mode
3822 ;; XXX: Upstream version remained stuck at 0.3. See
3823 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
3824 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
3825 (revision "1"))
3826 (package
3827 (name "emacs-julia-mode")
3828 (version (string-append "0.3-" revision "." (string-take commit 8)))
3829 (source
3830 (origin
3831 (method git-fetch)
3832 (uri (git-reference
3833 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
3834 (commit commit)))
3835 (file-name (string-append name "-" version "-checkout"))
3836 (sha256
3837 (base32
3838 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
3839 (build-system emacs-build-system)
3840 (arguments
3841 `(#:tests? #t
3842 #:test-command '("emacs" "--batch"
3843 "-l" "julia-mode-tests.el"
3844 "-f" "ert-run-tests-batch-and-exit")))
3845 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
3846 (synopsis "Major mode for Julia")
3847 (description "This Emacs package provides a mode for the Julia
3848 programming language.")
3849 (license license:expat))))
3850
3851 (define-public emacs-ess
3852 (package
3853 (name "emacs-ess")
3854 (version "16.10")
3855 (source (origin
3856 (method url-fetch)
3857 (uri (string-append "http://ess.r-project.org/downloads/ess/ess-"
3858 version ".tgz"))
3859 (sha256
3860 (base32
3861 "04m8lwp3ylh2vl7k2bjjs7mxbm64j4sdckqpvnm9k0qhaqf02pjk"))
3862 (modules '((guix build utils)))
3863 (snippet
3864 '(begin
3865 ;; Stop ESS from trying to bundle an external julia-mode.el.
3866 (substitute* "lisp/Makefile"
3867 (("^\tjulia-mode.elc\\\\\n") "")
3868 (("^all: \\$\\(ELC\\) ess-custom.el julia-mode.el")
3869 "all: $(ELC) ess-custom.el"))))))
3870 (build-system gnu-build-system)
3871 (arguments
3872 (let ((base-directory "/share/emacs/site-lisp/guix.d/ess"))
3873 `(#:make-flags (list (string-append "PREFIX=" %output)
3874 (string-append "ETCDIR=" %output "/"
3875 ,base-directory "/etc")
3876 (string-append "LISPDIR=" %output "/"
3877 ,base-directory))
3878 #:phases
3879 (modify-phases %standard-phases
3880 (delete 'configure)
3881 (add-before 'build 'more-shebang-patching
3882 (lambda* (#:key inputs #:allow-other-keys)
3883 (substitute* "Makeconf"
3884 (("SHELL = /bin/sh")
3885 (string-append "SHELL = " (which "sh"))))))
3886 ;; FIXME: the texlive-union insists on regenerating fonts. It stores
3887 ;; them in HOME, so it needs to be writeable.
3888 (add-before 'build 'set-HOME
3889 (lambda _ (setenv "HOME" "/tmp") #t))
3890 (replace 'check
3891 (lambda _
3892 (zero? (system* "make" "test"))))))))
3893 (inputs
3894 `(("emacs" ,emacs-minimal)
3895 ("r-minimal" ,r-minimal)))
3896 (native-inputs
3897 `(("perl" ,perl)
3898 ("texinfo" ,texinfo)
3899 ("texlive" ,(texlive-union (list texlive-latex-natbib
3900 texlive-latex-seminar
3901 texlive-latex-hyperref
3902 texlive-tex-texinfo)))))
3903 (home-page "https://ess.r-project.org/")
3904 (synopsis "Emacs mode for statistical analysis programs")
3905 (description "Emacs Speaks Statistics (ESS) is an add-on package for GNU
3906 Emacs. It is designed to support editing of scripts and interaction with
3907 various statistical analysis programs such as R and OpenBUGS.")
3908 (license license:gpl2+)))
3909
3910 (define-public emacs-smex
3911 (package
3912 (name "emacs-smex")
3913 (version "3.0")
3914 (source (origin
3915 (method url-fetch)
3916 (uri (string-append "https://raw.githubusercontent.com"
3917 "/nonsequitur/smex/" version "/smex.el"))
3918 (file-name (string-append "smex-" version ".el"))
3919 (sha256
3920 (base32
3921 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
3922 (build-system emacs-build-system)
3923 (home-page "https://github.com/nonsequitur/smex/")
3924 (synopsis "M-x interface with Ido-style fuzzy matching")
3925 (description
3926 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
3927 convenient interface to your recently and most frequently used commands. And
3928 to all the other commands, too.")
3929 (license license:gpl3+)))
3930
3931 (define-public emacs-js2-mode
3932 (package
3933 (name "emacs-js2-mode")
3934 (version "20150909")
3935 (source (origin
3936 (method url-fetch)
3937 (uri (string-append "https://github.com/mooz/js2-mode/archive/"
3938 version ".tar.gz"))
3939 (file-name (string-append name "-" version ".tar.gz"))
3940 (sha256
3941 (base32
3942 "1nsm36c4kwb473p13i58fgrnlk8fbn3rdhj47d9xz70az4ra44q0"))))
3943 (build-system emacs-build-system)
3944 (home-page "https://github.com/mooz/js2-mode/")
3945 (synopsis "Improved JavaScript editing mode for Emacs")
3946 (description
3947 "Js2-mode provides a JavaScript major mode for Emacs that is more
3948 advanced than the built-in javascript-mode. Features include accurate syntax
3949 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
3950 errors and strict-mode warnings, smart line-wrapping within comments and
3951 strings, and code folding.")
3952 (license license:gpl3+)))
3953
3954 (define-public emacs-markdown-mode
3955 (package
3956 (name "emacs-markdown-mode")
3957 (version "2.3")
3958 (source (origin
3959 (method url-fetch)
3960 (uri (string-append "https://raw.githubusercontent.com/jrblevin"
3961 "/markdown-mode/v" version
3962 "/markdown-mode.el"))
3963 (file-name (string-append "markdown-mode-" version ".el"))
3964 (sha256
3965 (base32
3966 "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
3967 (build-system emacs-build-system)
3968 (home-page "http://jblevins.org/projects/markdown-mode/")
3969 (synopsis "Emacs Major mode for Markdown files")
3970 (description
3971 "Markdown-mode is a major mode for editing Markdown-formatted text files
3972 in Emacs.")
3973 (license license:gpl3+)))
3974
3975 (define-public emacs-edit-indirect
3976 (package
3977 (name "emacs-edit-indirect")
3978 (version "0.1.4")
3979 (source
3980 (origin
3981 (method url-fetch)
3982 (uri (string-append "https://github.com/Fanael/edit-indirect/archive/"
3983 version ".tar.gz"))
3984 (file-name (string-append name "-" version ".tar.gz"))
3985 (sha256
3986 (base32
3987 "07kr58rd1p5j764wminsssazr73hy51yw8iqcsv5z2dwgj7msv71"))))
3988 (build-system emacs-build-system)
3989 (home-page "https://github.com/Fanael/edit-indirect")
3990 (synopsis "Edit regions in separate buffers")
3991 (description "This package allows you to edit regions in separate buffers,
3992 like @code{org-edit-src-code} but for arbitrary regions.")
3993 (license license:gpl3+)))
3994
3995 (define-public emacs-projectile
3996 (package
3997 (name "emacs-projectile")
3998 (version "0.14.0")
3999 (source (origin
4000 (method url-fetch)
4001 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
4002 "/projectile/v" version "/projectile.el"))
4003 (file-name (string-append "projectile-" version ".el"))
4004 (sha256
4005 (base32
4006 "1ql1wnzhblbwnv66hf2y0wq45g71hh6s9inc090lmhm1vgylbd1f"))))
4007 (build-system emacs-build-system)
4008 (propagated-inputs
4009 `(("emacs-dash" ,emacs-dash)
4010 ("emacs-pkg-info" ,emacs-pkg-info)))
4011 (home-page "https://github.com/bbatsov/projectile")
4012 (synopsis "Manage and navigate projects in Emacs easily")
4013 (description
4014 "This library provides easy project management and navigation. The
4015 concept of a project is pretty basic - just a folder containing special file.
4016 Currently git, mercurial and bazaar repos are considered projects by default.
4017 If you want to mark a folder manually as a project just create an empty
4018 .projectile file in it.")
4019 (license license:gpl3+)))
4020
4021 (define-public emacs-elfeed
4022 (package
4023 (name "emacs-elfeed")
4024 (version "2.3.0")
4025 (source (origin
4026 (method url-fetch)
4027 (uri (string-append "https://github.com/skeeto/elfeed/archive/"
4028 version ".tar.gz"))
4029 (file-name (string-append name "-" version ".tar.gz"))
4030 (sha256
4031 (base32
4032 "1fd1mx0q1qb9vgdzls5ppxfriyid48blg8smgjspiazp7kxakzxv"))))
4033 (build-system emacs-build-system)
4034 (arguments
4035 `(#:tests? #t
4036 #:test-command '("make" "test")))
4037 (home-page "https://github.com/skeeto/elfeed")
4038 (synopsis "Atom/RSS feed reader for Emacs")
4039 (description
4040 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
4041 and RSS, with a user interface inspired by notmuch.")
4042 (license license:gpl3+)))
4043
4044 (define-public emacs-rainbow-delimiters
4045 (package
4046 (name "emacs-rainbow-delimiters")
4047 (version "2.1.3")
4048 (source (origin
4049 (method url-fetch)
4050 (uri (string-append "https://raw.githubusercontent.com/Fanael"
4051 "/rainbow-delimiters/" version
4052 "/rainbow-delimiters.el"))
4053 (file-name (string-append "rainbow-delimiters-" version ".el"))
4054 (sha256
4055 (base32
4056 "1b3kampwsjabhcqdp0khgff13wc5jqhy3rbvaa12vnv7qy22l9ck"))))
4057 (build-system emacs-build-system)
4058 (home-page "https://github.com/Fanael/rainbow-delimiters")
4059 (synopsis "Highlight brackets according to their depth")
4060 (description
4061 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
4062 highlights parentheses, brackets, and braces according to their depth. Each
4063 successive level is highlighted in a different color, making it easy to spot
4064 matching delimiters, orient yourself in the code, and tell which statements
4065 are at a given level.")
4066 (license license:gpl3+)))
4067
4068 (define-public emacs-rainbow-identifiers
4069 (package
4070 (name "emacs-rainbow-identifiers")
4071 (version "0.2.2")
4072 (source (origin
4073 (method url-fetch)
4074 (uri (string-append "https://raw.githubusercontent.com/Fanael"
4075 "/rainbow-identifiers/" version
4076 "/rainbow-identifiers.el"))
4077 (file-name (string-append "rainbow-identifiers-" version ".el"))
4078 (sha256
4079 (base32
4080 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
4081 (build-system emacs-build-system)
4082 (home-page "https://github.com/Fanael/rainbow-identifiers")
4083 (synopsis "Highlight identifiers in source code")
4084 (description
4085 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
4086 identifiers based on their names. Each identifier gets a color based on a hash
4087 of its name.")
4088 (license license:bsd-2)))
4089
4090 (define-public emacs-rainbow-mode
4091 (package
4092 (name "emacs-rainbow-mode")
4093 (version "0.13")
4094 (source (origin
4095 (method url-fetch)
4096 (uri (string-append
4097 "http://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
4098 (sha256
4099 (base32
4100 "1d3aamx6qgqqpqijwsr02ggwrh67gfink1bir0692alfkm3zdddl"))))
4101 (build-system emacs-build-system)
4102 (home-page "http://elpa.gnu.org/packages/rainbow-mode.html")
4103 (synopsis "Colorize color names in buffers")
4104 (description
4105 "This minor mode sets background color to strings that match color
4106 names, e.g. #0000ff is displayed in white with a blue background.")
4107 (license license:gpl3+)))
4108
4109 (define-public emacs-visual-fill-column
4110 (package
4111 (name "emacs-visual-fill-column")
4112 (version "1.11")
4113 (source (origin
4114 (method url-fetch)
4115 (uri (string-append "https://codeload.github.com/joostkremers/"
4116 "visual-fill-column/tar.gz/" version))
4117 (file-name (string-append name "-" version ".tar.gz"))
4118 (sha256
4119 (base32
4120 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
4121 (build-system emacs-build-system)
4122 (home-page "https://github.com/joostkremers/visual-fill-column")
4123 (synopsis "Fill-column for visual-line-mode")
4124 (description
4125 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
4126 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
4127 wrapping lines at the window edge, which is the standard behaviour of
4128 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
4129 @code{fill-column} is too large for the window, the text is wrapped at the
4130 window edge.")
4131 (license license:gpl3+)))
4132
4133 (define-public emacs-writeroom
4134 (package
4135 (name "emacs-writeroom")
4136 (version "3.7")
4137 (source (origin
4138 (method url-fetch)
4139 (uri (string-append
4140 "https://github.com/joostkremers/writeroom-mode/archive/"
4141 version ".tar.gz"))
4142 (file-name (string-append name "-" version ".tar.gz"))
4143 (sha256
4144 (base32
4145 "0yqgp5h3kvvpgva4azakb2wnjl7gsyh45glf75crspv3xyq57f2r"))))
4146 (build-system emacs-build-system)
4147 (propagated-inputs
4148 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
4149 (home-page "https://github.com/joostkremers/writeroom-mode")
4150 (synopsis "Distraction-free writing for Emacs")
4151 (description
4152 "This package defines a minor mode for distraction-free writing. Some of
4153 the default effects include entering fullscreen, deleting other windows of the
4154 current frame, disabling the mode line, and adding margins to the buffer that
4155 restrict the text width to 80 characters.")
4156 (license license:bsd-3)))
4157
4158 (define-public emacs-ido-completing-read+
4159 (package
4160 (name "emacs-ido-completing-read+")
4161 (version "3.12")
4162 (source (origin
4163 (method url-fetch)
4164 (uri (string-append "https://raw.githubusercontent.com"
4165 "/DarwinAwardWinner/ido-ubiquitous/v"
4166 version "/ido-completing-read+.el"))
4167 (file-name (string-append "ido-completing-read+-" version ".el"))
4168 (sha256
4169 (base32
4170 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
4171 (build-system emacs-build-system)
4172 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
4173 (synopsis "Replacement for completing-read using ido")
4174 (description
4175 "The ido-completing-read+ function is a wrapper for ido-completing-read.
4176 Importantly, it detects edge cases that ordinary ido cannot handle and either
4177 adjusts them so ido can handle them, or else simply falls back to the standard
4178 Emacs completion function instead.")
4179 (license license:gpl3+)))
4180
4181 (define-public emacs-ido-ubiquitous
4182 (package
4183 (name "emacs-ido-ubiquitous")
4184 (version "3.12")
4185 (source (origin
4186 (method url-fetch)
4187 (uri (string-append "https://raw.githubusercontent.com"
4188 "/DarwinAwardWinner/ido-ubiquitous/v"
4189 version "/ido-ubiquitous.el"))
4190 (file-name (string-append "ido-ubiquitous-" version ".el"))
4191 (sha256
4192 (base32
4193 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
4194 (build-system emacs-build-system)
4195 (propagated-inputs
4196 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
4197 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
4198 (synopsis "Use ido (nearly) everywhere")
4199 (description
4200 "Ido-ubiquitous enables ido-style completion for almost every function
4201 that uses the standard completion function completing-read.")
4202 (license license:gpl3+)))
4203
4204 (define-public emacs-yaml-mode
4205 (package
4206 (name "emacs-yaml-mode")
4207 (version "0.0.13")
4208 (source (origin
4209 (method url-fetch)
4210 (uri (string-append "https://raw.githubusercontent.com/yoshiki"
4211 "/yaml-mode/v" version "/yaml-mode.el"))
4212 (file-name (string-append "yaml-mode-" version ".el"))
4213 (sha256
4214 (base32
4215 "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
4216 (build-system emacs-build-system)
4217 (home-page "https://github.com/yoshiki/yaml-mode")
4218 (synopsis "Major mode for editing YAML files")
4219 (description
4220 "Yaml-mode is an Emacs major mode for editing files in the YAML data
4221 serialization format. It was initially developed by Yoshiki Kurihara and many
4222 features were added by Marshall Vandegrift. As YAML and Python share the fact
4223 that indentation determines structure, this mode provides indentation and
4224 indentation command behavior very similar to that of python-mode.")
4225 (license license:gpl3+)))
4226
4227 (define-public emacs-web-mode
4228 (package
4229 (name "emacs-web-mode")
4230 (version "14")
4231 (source (origin
4232 (method url-fetch)
4233 (uri (string-append "https://raw.githubusercontent.com/fxbois"
4234 "/web-mode/v" version "/web-mode.el"))
4235 (file-name (string-append "web-mode-" version ".el"))
4236 (sha256
4237 (base32
4238 "086hik5fmxg3kx74qmransx9cz961qd22d4m6ah2dw6cwaj1s3s5"))))
4239 (build-system emacs-build-system)
4240 (synopsis "Major mode for editing web templates")
4241 (description "Web-mode is an Emacs major mode for editing web templates
4242 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
4243 client/server side engines). Web-mode is compatible with many template
4244 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
4245 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
4246 Dust.js, React/JSX, Angularjs, ejs, etc.")
4247 (home-page "http://web-mode.org/")
4248 (license license:gpl3+)))
4249
4250 (define-public emacs-wgrep
4251 (package
4252 (name "emacs-wgrep")
4253 (version "2.1.10")
4254 (source (origin
4255 (method url-fetch)
4256 (uri (string-append
4257 "https://github.com/mhayashi1120/Emacs-wgrep/archive/"
4258 version ".tar.gz"))
4259 (file-name (string-append name "-" version ".tar.gz"))
4260 (sha256
4261 (base32
4262 "1r2bpypar70xg6dsx12x1k74f39ww930rday7rgqpyknzsx1k4l1"))))
4263 (build-system emacs-build-system)
4264 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
4265 (synopsis "Edit a grep buffer and apply those changes to the files")
4266 (description
4267 "Emacs wgrep allows you to edit a grep buffer and apply those changes to
4268 the file buffer.")
4269 (license license:gpl3+)))
4270
4271 (define-public emacs-helm
4272 (package
4273 (name "emacs-helm")
4274 (version "2.9.0")
4275 (source (origin
4276 (method url-fetch)
4277 (uri (string-append
4278 "https://github.com/" name "/helm/archive/v"
4279 version ".tar.gz"))
4280 (file-name (string-append name "-" version ".tar.gz"))
4281 (sha256
4282 (base32
4283 "1798gn0za11cxdbi436javfczv4abniccxcl0jppl463r8lzb8is"))))
4284 (build-system emacs-build-system)
4285 (propagated-inputs
4286 `(("emacs-async" ,emacs-async)
4287 ("emacs-popup" ,emacs-popup)))
4288 (home-page "https://emacs-helm.github.io/helm/")
4289 (synopsis "Incremental completion and selection narrowing
4290 framework for Emacs")
4291 (description "Helm is incremental completion and selection narrowing
4292 framework for Emacs. It will help steer you in the right direction when
4293 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
4294 of @code{anything.el} originally written by Tamas Patrovic and can be
4295 considered to be its successor. Helm sets out to clean up the legacy code in
4296 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
4297 not tied in the trap of backward compatibility.")
4298 (license license:gpl3+)))
4299
4300 (define-public emacs-helm-swoop
4301 (package
4302 (name "emacs-helm-swoop")
4303 (version "1.7.4")
4304 (source (origin
4305 (method url-fetch)
4306 (uri (string-append
4307 "https://github.com/ShingoFukuyama/helm-swoop/archive/"
4308 version
4309 ".tar.gz"))
4310 (file-name (string-append name "-" version ".tar.gz"))
4311 (sha256
4312 (base32
4313 "1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
4314 (build-system emacs-build-system)
4315 (propagated-inputs
4316 `(("emacs-helm" ,emacs-helm)))
4317 (home-page "https://github.com/ShingoFukuyama/helm-swoop")
4318 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
4319 (description
4320 "This package builds on the Helm interface to provide several commands
4321 for search-based navigation of buffers.")
4322 (license license:gpl2+)))
4323
4324 (define-public emacs-helm-projectile
4325 (package
4326 (name "emacs-helm-projectile")
4327 (version "0.14.0")
4328 (source (origin
4329 (method url-fetch)
4330 (uri (string-append
4331 "https://github.com/bbatsov/helm-projectile/archive/v"
4332 version
4333 ".tar.gz"))
4334 (file-name (string-append name "-" version ".tar.gz"))
4335 (sha256
4336 (base32
4337 "19cfmilqh8kbab3b2hmx6lyrj73q6vfmn3p730x95g23iz16mnd5"))))
4338 (build-system emacs-build-system)
4339 (propagated-inputs
4340 `(("emacs-dash" ,emacs-dash)
4341 ("emacs-helm" ,emacs-helm)
4342 ("emacs-projectile" ,emacs-projectile)))
4343 (home-page "https://github.com/bbatsov/helm-projectile")
4344 (synopsis "Helm integration for Projectile")
4345 (description
4346 "This Emacs library provides a Helm interface for Projectile.")
4347 (license license:gpl3+)))
4348
4349 (define-public emacs-helm-make
4350 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
4351 (revision "1"))
4352 (package
4353 (name "emacs-helm-make")
4354 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
4355 (source
4356 (origin
4357 (method git-fetch)
4358 (uri (git-reference
4359 (url "https://github.com/abo-abo/helm-make.git")
4360 (commit commit)))
4361 (file-name (string-append name "-" version "-checkout"))
4362 (sha256
4363 (base32
4364 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
4365 (build-system emacs-build-system)
4366 (propagated-inputs
4367 `(("emacs-helm" ,emacs-helm)
4368 ("emacs-projectile" ,emacs-projectile)))
4369 (home-page "https://github.com/abo-abo/helm-make")
4370 (synopsis "Select a Makefile target with helm")
4371 (description "@code{helm-make} or @code{helm-make-projectile} will give
4372 you a @code{helm} selection of directory Makefile's targets. Selecting a
4373 target will call @code{compile} on it.")
4374 (license license:gpl3+))))
4375
4376 (define-public emacs-cider
4377 (package
4378 (name "emacs-cider")
4379 (version "0.15.1")
4380 (source (origin
4381 (method url-fetch)
4382 (uri (string-append
4383 "https://github.com/clojure-emacs/cider/archive/v"
4384 version ".tar.gz"))
4385 (file-name (string-append name "-" version ".tar.gz"))
4386 (sha256
4387 (base32
4388 "1j5hlmi14ypszv1f9nvq0jjlz7i742flg0ny3055l7i4x089xx6g"))))
4389 (build-system emacs-build-system)
4390 (arguments
4391 '(#:exclude ; Don't exclude 'cider-test.el'.
4392 '("^\\.dir-locals\\.el$" "^test/")))
4393 (propagated-inputs
4394 `(("emacs-clojure-mode" ,emacs-clojure-mode)
4395 ("emacs-spinner" ,emacs-spinner)
4396 ("emacs-pkg-info" ,emacs-pkg-info)
4397 ("emacs-queue" ,emacs-queue)))
4398 (home-page "https://cider.readthedocs.org/")
4399 (synopsis "Clojure development environment for Emacs")
4400 (description
4401 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
4402 provide an interactive development experience similar to the one you'd get
4403 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
4404 Geiser) and Smalltalk.
4405
4406 CIDER is the successor to the now deprecated combination of using SLIME +
4407 swank-clojure for Clojure development.
4408
4409 There are plenty of differences between CIDER and SLIME, but the core ideas
4410 are pretty much the same (and SLIME served as the principle inspiration for
4411 CIDER).")
4412 (license license:gpl3+)))
4413
4414 ;; There hasn't been a tag or release since 2015, so we take the latest
4415 ;; commit.
4416 (define-public emacs-sly
4417 (let ((commit "486bfbe95612bcdc0960c490207970a188e0fbb9")
4418 (revision "1"))
4419 (package
4420 (name "emacs-sly")
4421 (version (string-append "1.0.0-" revision "." (string-take commit 9)))
4422 (source
4423 (origin
4424 (method git-fetch)
4425 (uri (git-reference
4426 (url "https://github.com/joaotavora/sly.git")
4427 (commit commit)))
4428 (file-name (git-file-name name version))
4429 (sha256
4430 (base32
4431 "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))
4432 (build-system emacs-build-system)
4433 (arguments
4434 `(#:include (cons "^lib\\/" %default-include)
4435 #:phases
4436 ;; The package provides autoloads.
4437 (modify-phases %standard-phases
4438 (delete 'make-autoloads))))
4439 (home-page "https://github.com/joaotavora/sly")
4440 (synopsis "Sylvester the Cat's Common Lisp IDE")
4441 (description
4442 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
4443 contains the following improvements over it:
4444
4445 @enumerate
4446 @item Completely redesigned REPL based on Emacs's own full-featured
4447 @code{comint.el}
4448 @item Live code annotations via a new @code{sly-stickers} contrib
4449 @item Consistent interactive button interface. Everything can be copied to
4450 the REPL.
4451 @item Multiple inspectors with independent history
4452 @item Regexp-capable @code{M-x sly-apropos}
4453 @item Contribs are first class SLY citizens and enabled by default
4454 @item Use ASDF to loads contribs on demand.
4455 @end enumerate
4456
4457 SLY tracks SLIME's bugfixes and all its familar features (debugger, inspector,
4458 xref, etc...) are still available, but with better integration.")
4459 (license license:gpl3+))))
4460
4461 (define-public emacs-lua-mode
4462 (let ((commit "652e299cb967fccca827dda381d61a9c144d97de")
4463 (revision "1"))
4464 (package
4465 (name "emacs-lua-mode")
4466 (version (string-append "20151025." revision "-" (string-take commit 9)))
4467 (home-page "https://github.com/immerrr/lua-mode/")
4468 (source (origin
4469 (method git-fetch)
4470 (uri (git-reference
4471 (url home-page)
4472 (commit commit)))
4473 (file-name (string-append name "-" version ".checkout"))
4474 (sha256
4475 (base32
4476 "053025k930wh0lak6rc1973ynfrmm8zsyzfqhhd39x7abkl41hc9"))))
4477 (build-system emacs-build-system)
4478 (synopsis "Major mode for lua")
4479 (description
4480 "This Emacs package provides a mode for @uref{https://www.lua.org/,
4481 Lua programing language}.")
4482 (license license:gpl2+))))
4483
4484 (define-public emacs-ebuild-mode
4485 (package
4486 (name "emacs-ebuild-mode")
4487 (version "1.37")
4488 (source (origin
4489 (method url-fetch)
4490 (uri (string-append
4491 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
4492 "-" version ".tar.xz"))
4493 (file-name (string-append name "-" version ".tar.xz"))
4494 (sha256
4495 (base32
4496 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
4497 (build-system emacs-build-system)
4498 (home-page "https://devmanual.gentoo.org")
4499 (synopsis "Major modes for Gentoo package files")
4500 (description
4501 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
4502 news items, openrc and runscripts.")
4503 (license license:gpl2+)))
4504
4505 (define-public emacs-evil
4506 (package
4507 (name "emacs-evil")
4508 (version "1.2.13")
4509 (source
4510 (origin
4511 (method url-fetch)
4512 (uri (string-append "https://github.com/emacs-evil/evil/archive/"
4513 version ".tar.gz"))
4514 (file-name (string-append name "-" version ".tar.gz"))
4515 (sha256
4516 (base32
4517 "1z63zsxmsc6mh74wv6065carwqmgs7b7lz5044s12xvgsjfbwi8h"))))
4518 (build-system emacs-build-system)
4519 (propagated-inputs
4520 `(("emacs-undo-tree" ,emacs-undo-tree)
4521 ("emacs-goto-chg" ,emacs-goto-chg)))
4522 (home-page "https://github.com/emacs-evil/evil")
4523 (synopsis "Extensible Vi layer for Emacs")
4524 (description
4525 "Evil is an extensible vi layer for Emacs. It emulates the
4526 main features of Vim, and provides facilities for writing custom
4527 extensions.")
4528 (license license:gpl3+)))
4529
4530 (define-public emacs-goto-chg
4531 (package
4532 (name "emacs-goto-chg")
4533 (version "1.6")
4534 (source
4535 (origin
4536 (method url-fetch)
4537 ;; There is no versioned source.
4538 (uri "https://www.emacswiki.org/emacs/download/goto-chg.el")
4539 (file-name (string-append "goto-chg-" version ".el"))
4540 (sha256
4541 (base32
4542 "078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij"))))
4543 (build-system emacs-build-system)
4544 ;; There is no other home page.
4545 (home-page "https://www.emacswiki.org/emacs/goto-chg.el")
4546 (synopsis "Go to the last change in the Emacs buffer")
4547 (description
4548 "This package provides @code{M-x goto-last-change} command that goes to
4549 the point of the most recent edit in the current Emacs buffer. When repeated,
4550 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
4551 used for reverse direction.")
4552 (license license:gpl2+)))
4553
4554 (define-public emacs-monroe
4555 (package
4556 (name "emacs-monroe")
4557 (version "0.3.1")
4558 (source
4559 (origin
4560 (method url-fetch)
4561 (uri (string-append "https://github.com/sanel/monroe/archive/"
4562 version ".tar.gz"))
4563 (file-name (string-append name "-" version ".tar.gz"))
4564 (sha256
4565 (base32
4566 "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
4567 (build-system emacs-build-system)
4568 (home-page "https://github.com/sanel/monroe")
4569 (synopsis "Clojure nREPL client for Emacs")
4570 (description
4571 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
4572 distribution, primarily targeting Clojure users")
4573 (license license:gpl3+)))
4574
4575 (define-public emacs-writegood-mode
4576 (package
4577 (name "emacs-writegood-mode")
4578 (version "2.0.2")
4579 (home-page "https://github.com/bnbeckwith/writegood-mode")
4580 (source (origin
4581 (method git-fetch)
4582 (uri (git-reference
4583 (url home-page)
4584 (commit (string-append "v" version))))
4585 (sha256
4586 (base32
4587 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
4588 (file-name (string-append name "-checkout"))))
4589 (build-system emacs-build-system)
4590 (synopsis "Polish up poor writing on the fly")
4591 (description
4592 "This minor mode tries to find and highlight problems with your writing
4593 in English as you type. It primarily detects \"weasel words\" and abuse of
4594 passive voice.")
4595 (license license:gpl3+)))
4596
4597 (define-public emacs-neotree
4598 (package
4599 (name "emacs-neotree")
4600 (version "0.5.2")
4601 (home-page "https://github.com/jaypei/emacs-neotree")
4602 (source (origin
4603 (method url-fetch)
4604 (uri (string-append
4605 "https://github.com/jaypei/" name
4606 "/archive/" version ".tar.gz"))
4607 (sha256
4608 (base32
4609 "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
4610 (file-name (string-append name "-" version ".tar.gz"))))
4611 (build-system emacs-build-system)
4612 (synopsis "Folder tree view for Emacs")
4613 (description "This Emacs package provides a folder tree view.")
4614 (license license:gpl3+)))
4615
4616 (define-public emacs-org
4617 (package
4618 (name "emacs-org")
4619 ;; emacs-org-contrib inherits from this package. Please update its sha256
4620 ;; checksum as well.
4621 (version "9.1.11")
4622 (source (origin
4623 (method url-fetch)
4624 (uri (string-append "http://elpa.gnu.org/packages/org-"
4625 version ".tar"))
4626 (sha256
4627 (base32
4628 "0i27g5qbkfqbxhgiz917pjwkxg3rwid99d0ickwx43bzq0zi7c1m"))))
4629 (build-system emacs-build-system)
4630 (home-page "https://orgmode.org/")
4631 (synopsis "Outline-based notes management and organizer")
4632 (description "Org is an Emacs mode for keeping notes, maintaining TODO
4633 lists, and project planning with a fast and effective plain-text system. It
4634 also is an authoring system with unique support for literate programming and
4635 reproducible research.")
4636 (license license:gpl3+)))
4637
4638 (define-public emacs-org-contrib
4639 (package
4640 (inherit emacs-org)
4641 (name "emacs-org-contrib")
4642 (version "20180423")
4643 (source (origin
4644 (method url-fetch)
4645 (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
4646 version ".tar"))
4647 (sha256
4648 (base32
4649 "1aggvdy74q8p79xyc19zring5gjvlzp6lbsq8ar319zkmcjrapqd"))))
4650 (arguments
4651 `(#:modules ((guix build emacs-build-system)
4652 (guix build utils)
4653 (guix build emacs-utils)
4654 (ice-9 ftw)
4655 (srfi srfi-1))
4656 #:phases
4657 (modify-phases %standard-phases
4658 (add-after 'install 'delete-org-files
4659 (lambda* (#:key inputs outputs #:allow-other-keys)
4660 (let* ((out (assoc-ref outputs "out"))
4661 (org (assoc-ref inputs "emacs-org"))
4662 (contrib-files
4663 (map basename (find-files out)))
4664 (org+contrib-files
4665 (map basename (find-files org)))
4666 (duplicates (lset-intersection
4667 string=? contrib-files org+contrib-files)))
4668 (with-directory-excursion
4669 (string-append
4670 out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version)
4671 (for-each delete-file duplicates))
4672 #t))))))
4673 (propagated-inputs
4674 `(("emacs-org" ,emacs-org)))
4675 (synopsis "Contributed packages to Org mode")
4676 (description "Org is an Emacs mode for keeping notes, maintaining TODO
4677 lists, and project planning with a fast and effective plain-text system.
4678
4679 This package is equivalent to org-plus-contrib, but only includes additional
4680 files that you would find in @file{contrib/} from the git repository.")))
4681
4682 (define-public emacs-flx
4683 (package
4684 (name "emacs-flx")
4685 (version "0.6.1")
4686 (source
4687 (origin
4688 (method url-fetch)
4689 (uri (string-append "https://github.com/lewang/"
4690 "flx/archive/v" version ".tar.gz"))
4691 (sha256
4692 (base32
4693 "0bkcpnf1j4i2fcc2rllwbz62l00sw2mcia6rm5amgwvlkqavmkv6"))
4694 (file-name (string-append name "-" version ".tar.gz"))))
4695 (build-system emacs-build-system)
4696 (home-page "https://github.com/lewang/flx")
4697 (synopsis "Fuzzy matching for Emacs")
4698 (description
4699 "Flx provides fuzzy matching for emacs a la sublime text.
4700 The sorting algorithm is a balance between word beginnings (abbreviation)
4701 and contiguous matches (substring). The longer the substring match,
4702 the higher it scores. This maps well to how we think about matching.
4703 Flx has support for ido (interactively do things) through flx-ido.")
4704 (license license:gpl3+)))
4705
4706 (define-public emacs-cyberpunk-theme
4707 (package
4708 (name "emacs-cyberpunk-theme")
4709 (version "1.19")
4710 (source
4711 (origin
4712 (method url-fetch)
4713 (uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
4714 "archive/" version ".tar.gz"))
4715 (sha256
4716 (base32
4717 "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
4718 (file-name (string-append name "-" version ".tar.gz"))))
4719 (build-system emacs-build-system)
4720 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
4721 (synopsis "Cyberpunk theme for emacs built-in color theme support")
4722 (description
4723 "Cyberpunk color theme for the emacs 24+ built-in color theme support
4724 known loosely as deftheme. Many mode-specific customizations are included.")
4725 (license license:gpl3+)))
4726
4727 (define-public emacs-danneskjold-theme
4728 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
4729 (revision "1"))
4730 (package
4731 (name "emacs-danneskjold-theme")
4732 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
4733 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
4734 (source
4735 (origin
4736 (method git-fetch)
4737 (uri (git-reference
4738 (url home-page)
4739 (commit commit)))
4740 (file-name (string-append name "-" version "-checkout"))
4741 (sha256
4742 (base32
4743 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
4744 (build-system emacs-build-system)
4745 (arguments
4746 `(#:phases
4747 (modify-phases %standard-phases
4748 (add-after 'unpack 'delete-screenshots
4749 (lambda _
4750 (delete-file-recursively "screenshots") #t)))))
4751 (synopsis "High-contrast Emacs theme")
4752 (description
4753 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
4754 (license license:gpl3+))))
4755
4756 (define-public emacs-dream-theme
4757 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
4758 (revision "1"))
4759 (package
4760 (name "emacs-dream-theme")
4761 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
4762 (source
4763 (origin
4764 (method git-fetch)
4765 (uri (git-reference
4766 (url "https://github.com/djcb/dream-theme")
4767 (commit commit)))
4768 (file-name (string-append name "-" version "-checkout"))
4769 (sha256
4770 (base32
4771 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
4772 (build-system emacs-build-system)
4773 (home-page "https://github.com/djcb/dream-theme")
4774 (synopsis "High-contrast Emacs theme")
4775 (description
4776 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
4777 by zenburn, sinburn and similar themes, but slowly diverging from them.")
4778 (license license:gpl3+))))
4779
4780 (define-public emacs-auto-complete
4781 (package
4782 (name "emacs-auto-complete")
4783 (version "1.5.1")
4784 (source
4785 (origin
4786 (method url-fetch)
4787 (uri (string-append "https://github.com/auto-complete/"
4788 "auto-complete/archive/v" version ".tar.gz"))
4789 (sha256
4790 (base32
4791 "1jvq4lj00hwml75lpmlciazy8f3bbg13gffsfnl835p4qd8l7yqv"))
4792 (file-name (string-append name "-" version ".tar.gz"))))
4793 (build-system emacs-build-system)
4794 (propagated-inputs
4795 `(("emacs-popup" ,emacs-popup)))
4796 (home-page "https://github.com/auto-complete/auto-complete")
4797 (synopsis "Intelligent auto-completion extension for Emacs")
4798 (description
4799 "Auto-Complete is an intelligent auto-completion extension for Emacs.
4800 It extends the standard Emacs completion interface and provides an environment
4801 that allows users to concentrate more on their own work. Its features are:
4802 a visual interface, reduce overhead of completion by using statistic method,
4803 extensibility.")
4804 (license license:gpl3+)))
4805
4806 (define-public m17n-db
4807 (package
4808 (name "m17n-db")
4809 (version "1.7.0")
4810 (source
4811 (origin
4812 (method url-fetch)
4813 (uri (string-append "mirror://savannah/m17n/m17n-db-"
4814 version ".tar.gz"))
4815 (sha256
4816 (base32 "1w08hnsbknrcjlzp42c99bgwc9hzsnf5m4apdv0dacql2s09zfm2"))))
4817 (build-system gnu-build-system)
4818 (inputs
4819 `(("gettext" ,gettext-minimal)))
4820 (arguments
4821 `(#:configure-flags
4822 (list (string-append "--with-charmaps="
4823 (assoc-ref %build-inputs "libc")
4824 "/share/i18n/charmaps"))))
4825 ;; With `guix lint' the home-page URI returns a small page saying
4826 ;; that your browser does not handle frames. This triggers the "URI
4827 ;; returns suspiciously small file" warning.
4828 (home-page "https://www.nongnu.org/m17n/")
4829 (synopsis "Multilingual text processing library (database)")
4830 (description "The m17n library realizes multilingualization of
4831 many aspects of applications. The m17n library represents
4832 multilingual text as an object named M-text. M-text is a string with
4833 attributes called text properties, and designed to substitute for
4834 string in C. Text properties carry any information required to input,
4835 display and edit the text.
4836
4837 This package contains the library database.")
4838 (license license:lgpl2.1+)))
4839
4840 (define-public m17n-lib
4841 (package
4842 (name "m17n-lib")
4843 (version "1.7.0")
4844 (source
4845 (origin
4846 (method url-fetch)
4847 (uri (string-append "mirror://savannah/m17n/m17n-lib-"
4848 version ".tar.gz"))
4849 (sha256
4850 (base32 "10yv730i25g1rpzv6q49m6xn4p8fjm7jdwvik2h70sn8w3hm7f4f"))))
4851 (build-system gnu-build-system)
4852 (inputs
4853 `(("fribidi" ,fribidi)
4854 ("gd" ,gd)
4855 ("libotf" ,libotf)
4856 ("libxft" ,libxft)
4857 ("libxml2" ,libxml2)
4858 ("m17n-db" ,m17n-db)))
4859 (arguments
4860 `(#:parallel-build? #f))
4861 ;; With `guix lint' the home-page URI returns a small page saying
4862 ;; that your browser does not handle frames. This triggers the "URI
4863 ;; returns suspiciously small file" warning.
4864 (home-page "https://www.nongnu.org/m17n/")
4865 (synopsis "Multilingual text processing library (runtime)")
4866 (description "The m17n library realizes multilingualization of
4867 many aspects of applications. The m17n library represents
4868 multilingual text as an object named M-text. M-text is a string with
4869 attributes called text properties, and designed to substitute for
4870 string in C. Text properties carry any information required to input,
4871 display and edit the text.
4872
4873 This package contains the library runtime.")
4874 (license license:lgpl2.1+)))
4875
4876 (define-public emacs-nginx-mode
4877 (package
4878 (name "emacs-nginx-mode")
4879 (version "1.1.4")
4880 (source
4881 (origin
4882 (method url-fetch)
4883 (uri (string-append
4884 "https://github.com/ajc/nginx-mode/archive/v"
4885 version ".tar.gz"))
4886 (file-name (string-append name "-" version ".tar.gz"))
4887 (sha256
4888 (base32
4889 "1lvkj07kq0jkskr2f61vqb5rlrbnaz9a76ikq40w6925i2r970rr"))))
4890 (build-system emacs-build-system)
4891 (home-page "https://github.com/ajc/nginx-mode")
4892 (synopsis "Emacs major mode for editing nginx config files")
4893 (description "This package provides an Emacs major mode for
4894 editing nginx config files.")
4895 (license license:gpl2+)))
4896
4897 (define-public emacs-stream
4898 (package
4899 (name "emacs-stream")
4900 (version "2.2.0")
4901 (home-page "https://github.com/NicolasPetton/stream")
4902 (source
4903 (origin
4904 (method url-fetch)
4905 (file-name (string-append name "-" version ".tar.gz"))
4906 (uri (string-append home-page "/archive/"version ".tar.gz"))
4907 (sha256
4908 (base32 "03ql4nqfz5pn55mjly6clhvc3g7x2d28kj7mrlqmigvjbql39xxc"))))
4909 (build-system emacs-build-system)
4910 (synopsis "Implementation of streams for Emacs")
4911 (description "This library provides an implementation of streams for Emacs.
4912 Streams are implemented as delayed evaluation of cons cells.")
4913 (license license:gpl3+)))
4914
4915 (define-public emacs-el-search
4916 (let ((commit "f26277bfbb3fc3fc74beea6592f294c439796bd4")
4917 (revision "1"))
4918 (package
4919 (name "emacs-el-search")
4920 ;; No ufficial release.
4921 (version (string-append "0.0-" revision "." (string-take commit 7)))
4922 (home-page "https://github.com/emacsmirror/el-search")
4923 (source
4924 (origin
4925 (method git-fetch)
4926 (file-name (string-append name "-" version ".tar.gz"))
4927 (uri (git-reference
4928 (commit commit)
4929 (url (string-append home-page ".git"))))
4930 (sha256
4931 (base32 "12xf40h9sb7xxg2r97gsia94q02543mgiiiw46fzh1ac7b7993g6"))))
4932 (build-system emacs-build-system)
4933 (inputs `(("emacs-stream" ,emacs-stream)))
4934 (synopsis "Expression based interactive search for emacs-lisp-mode")
4935 (description "This package provides expression based interactive search
4936 procedures for emacs-lisp-mode.")
4937 (license license:gpl3+))))
4938
4939 (define-public emacs-ht
4940 (package
4941 (name "emacs-ht")
4942 (version "2.1")
4943 (source
4944 (origin
4945 (method url-fetch)
4946 (uri (string-append
4947 "https://github.com/Wilfred/ht.el/archive/"
4948 version ".tar.gz"))
4949 (file-name (string-append name "-" version ".tar.gz"))
4950 (sha256
4951 (base32
4952 "1lpba36kzxcc966fvsbrfpy8ah9gnvay0yk26gbyjil0rggrbqzj"))))
4953 (build-system emacs-build-system)
4954 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
4955 (home-page "https://github.com/Wilfred/ht.el")
4956 (synopsis "Hash table library for Emacs")
4957 (description
4958 "This package simplifies the use of hash tables in elisp. It also
4959 provides functions to convert hash tables from and to alists and plists.")
4960 (license license:gpl3+)))
4961
4962 (define-public emacs-log4e
4963 (package
4964 (name "emacs-log4e")
4965 (version "0.3.0")
4966 (source
4967 (origin
4968 (method url-fetch)
4969 (uri (string-append
4970 "https://github.com/aki2o/log4e/archive/v"
4971 version ".tar.gz"))
4972 (file-name (string-append name "-" version ".tar.gz"))
4973 (sha256
4974 (base32
4975 "0nbdpbw353snda3v19l9hsm6gimppwnpxj18amm350bm81lyim2g"))))
4976 (build-system emacs-build-system)
4977 (arguments
4978 `(#:phases
4979 (modify-phases %standard-phases
4980 (add-after 'unpack 'remove-tests
4981 ;; Guile builder complains about null characters in some
4982 ;; strings of test files. Remove "test" directory (it is not
4983 ;; needed anyway).
4984 (lambda _
4985 (delete-file-recursively "test"))))))
4986 (home-page "https://github.com/aki2o/log4e")
4987 (synopsis "Logging framework for elisp")
4988 (description
4989 "This package provides a logging framework for elisp. It allows
4990 you to deal with multiple log levels.")
4991 (license license:gpl3+)))
4992
4993 (define-public emacs-gntp
4994 (package
4995 (name "emacs-gntp")
4996 (version "0.1")
4997 (source
4998 (origin
4999 (method url-fetch)
5000 (uri (string-append
5001 "https://github.com/tekai/gntp.el/archive/v"
5002 version ".tar.gz"))
5003 (file-name (string-append name "-" version ".tar.gz"))
5004 (sha256
5005 (base32
5006 "16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
5007 (build-system emacs-build-system)
5008 (home-page "https://github.com/tekai/gntp.el")
5009 (synopsis "Growl Notification Protocol for Emacs")
5010 (description
5011 "This package implements the Growl Notification Protocol GNTP
5012 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
5013 It is incomplete as it only lets you send but not receive
5014 notifications.")
5015 (license license:bsd-3)))
5016
5017 (define-public emacs-alert
5018 (package
5019 (name "emacs-alert")
5020 (version "1.2")
5021 (source
5022 (origin
5023 (method url-fetch)
5024 (uri (string-append
5025 "https://github.com/jwiegley/alert/archive/v"
5026 version ".tar.gz"))
5027 (file-name (string-append name "-" version ".tar.gz"))
5028 (sha256
5029 (base32
5030 "1693kck3k2iz5zhpmxwqyafxm68hr6gzs60lkxd3j1wlp2c9fwyr"))))
5031 (build-system emacs-build-system)
5032 (propagated-inputs
5033 `(("emacs-gntp" ,emacs-gntp)
5034 ("emacs-log4e" ,emacs-log4e)))
5035 (home-page "https://github.com/jwiegley/alert")
5036 (synopsis "Growl-style notification system for Emacs")
5037 (description
5038 "Alert is a Growl-workalike for Emacs which uses a common notification
5039 interface and multiple, selectable \"styles\", whose use is fully
5040 customizable by the user.")
5041 (license license:gpl2+)))
5042
5043 (define-public emacs-mu4e-alert
5044 (package
5045 (name "emacs-mu4e-alert")
5046 (version "1.0")
5047 (source
5048 (origin
5049 (method url-fetch)
5050 (uri (string-append
5051 "https://github.com/iqbalansari/mu4e-alert/archive/v"
5052 version ".tar.gz"))
5053 (file-name (string-append name "-" version ".tar.gz"))
5054 (sha256
5055 (base32
5056 "07qc834qnxn8xi4bw5nawj8g91bmkzw0r0vahkgysp7r9xrf57gj"))))
5057 (build-system emacs-build-system)
5058 (propagated-inputs
5059 `(("emacs-alert" ,emacs-alert)
5060 ("emacs-s" ,emacs-s)
5061 ("emacs-ht" ,emacs-ht)
5062 ("mu" ,mu)))
5063 (home-page "https://github.com/iqbalansari/mu4e-alert")
5064 (synopsis "Desktop notification for mu4e")
5065 (description
5066 "This package provides desktop notifications for mu4e.
5067 Additionally it can display the number of unread emails in the
5068 mode-line.")
5069 (license license:gpl3+)))
5070
5071 (define-public emacs-pretty-mode
5072 (package
5073 (name "emacs-pretty-mode")
5074 (version "2.0.3")
5075 (source
5076 (origin
5077 (method url-fetch)
5078 (uri (string-append "https://github.com/akatov/pretty-mode/"
5079 "archive/" version ".tar.gz"))
5080 (file-name (string-append name "-" version ".tar.gz"))
5081 (sha256
5082 (base32
5083 "1fan7m4vnqs8kpg7r54kx3g7faadkpkf9kzarfv8n57kq8w157pl"))))
5084 (build-system emacs-build-system)
5085 (home-page "https://github.com/akatov/pretty-mode")
5086 (synopsis "Redisplay parts of the buffer as Unicode symbols")
5087 (description
5088 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
5089 (license license:gpl3+)))
5090
5091 (define-public emacs-yasnippet
5092 (package
5093 (name "emacs-yasnippet")
5094 (version "0.12.2")
5095 (source (origin
5096 (method url-fetch)
5097 (uri (string-append "https://github.com/joaotavora/yasnippet/"
5098 "archive/" version ".tar.gz"))
5099 (file-name (string-append name "-" version ".tar.gz"))
5100 (sha256
5101 (base32
5102 "01jabaz0g67bsziayrxgv74px55fx4nlrcl0csl8f1by2102pwc5"))
5103 (modules '((guix build utils)))
5104 (snippet
5105 '(begin
5106 ;; YASnippet expects a "snippets" subdirectory in the same
5107 ;; directory as yasnippet.el, but we don't install it
5108 ;; because it's a git submodule pointing to an external
5109 ;; repository. Adjust `yas-snippet-dirs' to prevent
5110 ;; warnings about a missing directory.
5111 (substitute* "yasnippet.el"
5112 (("^ +'yas-installed-snippets-dir\\)\\)\n")
5113 "))\n"))))))
5114 (build-system emacs-build-system)
5115 (home-page "https://github.com/joaotavora/yasnippet")
5116 (synopsis "Yet another snippet extension for Emacs")
5117 (description
5118 "YASnippet is a template system for Emacs. It allows you to type an
5119 abbreviation and automatically expand it into function templates.")
5120 (license license:gpl3+)))
5121
5122 (define-public emacs-yasnippet-snippets
5123 (let ((commit "885050d34737e2fb36a3e7759d60c09347bd4ce0")
5124 (revision "1"))
5125 (package
5126 (name "emacs-yasnippet-snippets")
5127 (version (string-append "1-" revision "." (string-take commit 8)))
5128 (source
5129 (origin
5130 (method git-fetch)
5131 (uri (git-reference
5132 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
5133 (commit commit)))
5134 (file-name (string-append name "-" version "-checkout"))
5135 (sha256
5136 (base32
5137 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9"))))
5138 (build-system trivial-build-system)
5139 (arguments
5140 `(#:modules ((ice-9 ftw)
5141 (ice-9 regex)
5142 (guix build utils))
5143 #:builder
5144 (begin
5145 (use-modules (ice-9 ftw)
5146 (ice-9 regex)
5147 (guix build utils))
5148 (with-directory-excursion (assoc-ref %build-inputs "source")
5149 (for-each (lambda (dir)
5150 (copy-recursively
5151 dir
5152 (string-append %output
5153 "/share/emacs/yasnippet-snippets/"
5154 dir)))
5155 (scandir "." (lambda (fname)
5156 (and (string-match "-mode$" fname)
5157 (directory-exists? fname)))))))))
5158 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
5159 (synopsis "Collection of YASnippet snippets for many languages")
5160 (description
5161 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
5162 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
5163 To make YASnippet aware of these snippets, add the above directory to
5164 @code{yas-snippet-dirs}.")
5165 (license license:expat))))
5166
5167 (define-public emacs-helm-c-yasnippet
5168 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
5169 (revision "1"))
5170 (package
5171 (name "emacs-helm-c-yasnippet")
5172 (version (string-append "0.6.7" "-" revision "."
5173 (string-take commit 7)))
5174 (source (origin
5175 (method git-fetch)
5176 (uri (git-reference
5177 (url "https://github.com/emacs-jp/helm-c-yasnippet")
5178 (commit commit)))
5179 (file-name (string-append name "-" version "-checkout"))
5180 (sha256
5181 (base32
5182 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
5183 (build-system emacs-build-system)
5184 (propagated-inputs
5185 `(("emacs-helm" ,emacs-helm)
5186 ("emacs-yasnippet" ,emacs-yasnippet)))
5187 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
5188 (synopsis "Helm integration for Yasnippet")
5189 (description "This Emacs library provides Helm interface for
5190 Yasnippet.")
5191 (license license:gpl2+))))
5192
5193 (define-public emacs-memoize
5194 (package
5195 (name "emacs-memoize")
5196 (version "1.1")
5197 (source
5198 (origin
5199 (method url-fetch)
5200 (uri (string-append
5201 "https://github.com/skeeto/emacs-memoize/archive/"
5202 version ".tar.gz"))
5203 (file-name (string-append name "-" version ".tar.gz"))
5204 (sha256
5205 (base32
5206 "05ijgwi4ymxx31vpjm2pn356j85cykknajn14lrzz8pn5sh0vrg4"))))
5207 (build-system emacs-build-system)
5208 (arguments
5209 `(#:tests? #t
5210 #:test-command '("emacs" "--batch"
5211 "-l" "memoize-test.el"
5212 "-f" "ert-run-tests-batch-and-exit")))
5213 (home-page "https://github.com/skeeto/emacs-memoize")
5214 (synopsis "Emacs lisp memoization library")
5215 (description "@code{emacs-memoize} is an Emacs library for
5216 memoizing functions.")
5217 (license license:unlicense)))
5218
5219 (define-public emacs-linum-relative
5220 (package
5221 (name "emacs-linum-relative")
5222 (version "0.5")
5223 (source
5224 (origin
5225 (method url-fetch)
5226 (uri (string-append
5227 "https://github.com/coldnew/linum-relative/archive/"
5228 version ".tar.gz"))
5229 (file-name (string-append name "-" version ".tar.gz"))
5230 (sha256
5231 (base32
5232 "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
5233 (build-system emacs-build-system)
5234 (home-page "https://github.com/coldnew/linum-relative")
5235 (synopsis "Relative line numbering for Emacs")
5236 (description "@code{emacs-linum-relative} displays the relative line
5237 number on the left margin in Emacs.")
5238 (license license:gpl2+)))
5239
5240 (define-public emacs-idle-highlight
5241 (package
5242 (name "emacs-idle-highlight")
5243 (version "1.1.3")
5244 (source
5245 (origin
5246 (method url-fetch)
5247 (uri (string-append
5248 "https://github.com/nonsequitur/idle-highlight-mode/archive/"
5249 version ".tar.gz"))
5250 (file-name (string-append name "-" version ".tar.gz"))
5251 (sha256
5252 (base32
5253 "0kdv10hrgqpskjh0zvpnzwlkn5bccnqxas62gkws6njln57bf8nl"))))
5254 (build-system emacs-build-system)
5255 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
5256 (synopsis "Highlights all occurrences of the word the point is on")
5257 (description
5258 "This Emacs package provides @code{idle-highlight-mode} that sets
5259 an idle timer to highlight all occurrences in the buffer of the word under
5260 the point.")
5261 (license license:gpl3+)))
5262
5263 (define-public emacs-ox-twbs
5264 (package
5265 (name "emacs-ox-twbs")
5266 (version "1.1.1")
5267 (source
5268 (origin
5269 (method url-fetch)
5270 (uri (string-append
5271 "https://github.com/marsmining/ox-twbs/archive/v"
5272 version ".tar.gz"))
5273 (file-name (string-append name "-" version ".tar.gz"))
5274 (sha256
5275 (base32
5276 "1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
5277 (build-system emacs-build-system)
5278 (home-page "https://github.com/marsmining/ox-twbs")
5279 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
5280 (description
5281 "This Emacs package outputs your org-mode docs with a simple, clean and
5282 modern look. It implements a new HTML back-end for exporting org-mode docs as
5283 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
5284 jQuery and Bootstrap resources included via osscdn.")
5285 (license license:gpl3+)))
5286
5287 (define-public emacs-highlight-sexp
5288 (package
5289 (name "emacs-highlight-sexp")
5290 (version "1.0")
5291 (source
5292 (origin
5293 (method url-fetch)
5294 (uri (string-append
5295 "https://github.com/daimrod/highlight-sexp/archive/v"
5296 version ".tar.gz"))
5297 (file-name (string-append name "-" version ".tar.gz"))
5298 (sha256
5299 (base32
5300 "0jwx87qkln1rg9wmv4qkgkml935fh2pkgrg5x4ca6n5dgb4q6rj1"))))
5301 (build-system emacs-build-system)
5302 (home-page "https://github.com/daimrod/highlight-sexp")
5303 (synopsis "Minor mode that highlights the s-exp at the current position")
5304 (description
5305 "This Emacs package highlights the s-exp at the current position.")
5306 (license license:gpl3+)))
5307
5308 (define-public emacs-highlight-stages
5309 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
5310 (revision "1"))
5311 (package
5312 (name "emacs-highlight-stages")
5313 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
5314 (source
5315 (origin
5316 (method git-fetch)
5317 (uri (git-reference
5318 (url "https://github.com/zk-phi/highlight-stages.git")
5319 (commit commit)))
5320 (file-name (string-append name "-" version "-checkout"))
5321 (sha256
5322 (base32
5323 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
5324 (patches
5325 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
5326 (build-system emacs-build-system)
5327 (home-page "https://github.com/wigust/highlight-stages")
5328 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
5329 (description "@code{highlight-stages} provides an Emacs minor mode that
5330 highlights quasi-quoted expressions.")
5331 (license license:gpl3+))))
5332
5333 (define-public emacspeak
5334 (package
5335 (name "emacspeak")
5336 (version "47.0")
5337 (source
5338 (origin
5339 (method url-fetch)
5340 (uri (string-append
5341 "https://github.com/tvraman/emacspeak/releases/download/"
5342 version "/emacspeak-" version ".tar.bz2"))
5343 (sha256
5344 (base32
5345 "0xbcc266x752y68s3g096m161irzvsqym3axzqn8rb276a8x55n7"))))
5346 (build-system gnu-build-system)
5347 (arguments
5348 '(#:make-flags (list (string-append "prefix="
5349 (assoc-ref %outputs "out")))
5350 #:phases
5351 (modify-phases %standard-phases
5352 (replace 'configure
5353 (lambda _
5354 ;; Configure Emacspeak according to etc/install.org.
5355 (setenv "SHELL" (which "sh"))
5356 (zero? (system* "make" "config"))))
5357 (add-after 'build 'build-espeak
5358 (lambda _
5359 (zero? (system* "make" "espeak"))))
5360 (replace 'install
5361 (lambda* (#:key outputs #:allow-other-keys)
5362 (let* ((out (assoc-ref outputs "out"))
5363 (bin (string-append out "/bin"))
5364 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
5365 (info (string-append out "/share/info")))
5366 ;; According to etc/install.org, the Emacspeak directory should
5367 ;; be copied to its installation destination.
5368 (for-each
5369 (lambda (file)
5370 (copy-recursively file (string-append lisp "/" file)))
5371 '("etc" "info" "lisp" "media" "servers" "sounds" "stumpwm"
5372 "xsl"))
5373 ;; Make sure emacspeak is loaded from the correct directory.
5374 (substitute* "etc/emacspeak.sh"
5375 (("exec emacs.*$")
5376 (string-append "exec emacs -l " lisp
5377 "/lisp/emacspeak-setup.el $CL_ALL")))
5378 ;; Install the convenient startup script.
5379 (mkdir-p bin)
5380 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
5381 #t))
5382 (add-after 'install 'wrap-program
5383 (lambda* (#:key inputs outputs #:allow-other-keys)
5384 (let* ((out (assoc-ref outputs "out"))
5385 (emacspeak (string-append out "/bin/emacspeak"))
5386 (espeak (string-append (assoc-ref inputs "espeak")
5387 "/bin/espeak")))
5388 ;; The environment variable DTK_PROGRAM tells emacspeak what
5389 ;; program to use for speech.
5390 (wrap-program emacspeak
5391 `("DTK_PROGRAM" ":" prefix (,espeak)))
5392 #t))))
5393 #:tests? #f)) ; no check target
5394 (inputs
5395 `(("espeak" ,espeak)
5396 ("tcl" ,tcl)
5397 ("tclx" ,tclx)))
5398 (native-inputs `(("emacs" ,emacs-minimal)))
5399 (home-page "http://emacspeak.sourceforge.net")
5400 (synopsis "Audio desktop interface for Emacs")
5401 (description
5402 "Emacspeak is a speech interface that allows visually impaired users to
5403 interact independently and efficiently with the computer. Audio formatting
5404 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
5405 allows Emacspeak to produce rich aural presentations of electronic information.
5406 By seamlessly blending all aspects of the Internet such as Web-surfing and
5407 messaging, Emacspeak speech-enables local and remote information via a
5408 consistent and well-integrated user interface.")
5409 (license license:gpl2+)))
5410
5411 (define-public emacs-adaptive-wrap
5412 (package
5413 (name "emacs-adaptive-wrap")
5414 (version "0.5.1")
5415 (source (origin
5416 (method url-fetch)
5417 (uri (string-append
5418 "http://elpa.gnu.org/packages/adaptive-wrap-"
5419 version ".el"))
5420 (sha256
5421 (base32
5422 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
5423 (build-system emacs-build-system)
5424 (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html")
5425 (synopsis "Smart line-wrapping with wrap-prefix")
5426 (description
5427 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
5428 minor mode which sets the wrap-prefix property on the fly so that
5429 single-long-line paragraphs get word-wrapped in a way similar to what
5430 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
5431 actually changing the buffer's text.")
5432 (license license:gpl3+)))
5433
5434 (define-public emacs-diff-hl
5435 (package
5436 (name "emacs-diff-hl")
5437 (version "1.8.4")
5438 (source
5439 (origin
5440 (method url-fetch)
5441 (uri (string-append "http://elpa.gnu.org/packages/diff-hl-"
5442 version ".tar"))
5443 (sha256
5444 (base32
5445 "0axhidc3cym7a2x4rpxf4745qss9s9ajyg4s9h5b4zn7v7fyp71n"))))
5446 (build-system emacs-build-system)
5447 (home-page "https://github.com/dgutov/diff-hl")
5448 (synopsis
5449 "Highlight uncommitted changes using VC")
5450 (description
5451 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
5452 window (using the fringe, by default), allows you to jump between
5453 the hunks and revert them selectively.")
5454 (license license:gpl3+)))
5455
5456 (define-public emacs-diminish
5457 (package
5458 (name "emacs-diminish")
5459 (version "0.45")
5460 (source
5461 (origin
5462 (method url-fetch)
5463 (uri (string-append
5464 "https://github.com/myrjola/diminish.el/archive/v"
5465 version ".tar.gz"))
5466 (file-name (string-append name "-" version ".tar.gz"))
5467 (sha256
5468 (base32
5469 "0i3629sv5cfrrb00hcnmaqzgs8mk36yasc1ax3ry1ga09nr6rkj9"))))
5470 (build-system emacs-build-system)
5471 (home-page "https://github.com/myrjola/diminish.el")
5472 (synopsis "Diminish minor modes with no modeline display")
5473 (description "@code{emacs-diminish} implements hiding or
5474 abbreviation of the mode line displays (lighters) of minor modes.")
5475 (license license:gpl2+)))
5476
5477 (define-public emacs-use-package
5478 (package
5479 (name "emacs-use-package")
5480 (version "2.3")
5481 (source
5482 (origin
5483 (method url-fetch)
5484 (uri (string-append
5485 "https://github.com/jwiegley/use-package/archive/"
5486 version ".tar.gz"))
5487 (file-name (string-append name "-" version ".tar.gz"))
5488 (sha256
5489 (base32
5490 "0x4h136jb3imyli6zsh7dyzjrra6pv0v6b0yk94jdng3rdfcmsf5"))))
5491 (build-system emacs-build-system)
5492 (propagated-inputs
5493 `(("emacs-diminish" ,emacs-diminish)))
5494 (arguments
5495 ;; Tests fail in this release, but have been fixed in
5496 ;; upstream commit 7956d40eed57d6c06bef36ebc174cf57d934e30d
5497 `(#:tests? #f
5498 #:test-command '("emacs" "--batch"
5499 "-l" "use-package-tests.el"
5500 "-f" "ert-run-tests-batch-and-exit")))
5501 (home-page "https://github.com/jwiegley/use-package")
5502 (synopsis "Declaration for simplifying your .emacs")
5503 (description "The use-package macro allows you to isolate package
5504 configuration in your @file{.emacs} file in a way that is both
5505 performance-oriented and tidy.")
5506 (license license:gpl2+)))
5507
5508 (define-public emacs-strace-mode
5509 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
5510 (revision "1"))
5511 (package
5512 (name "emacs-strace-mode")
5513 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
5514 (source (origin
5515 (method git-fetch)
5516 (uri (git-reference
5517 (url "https://github.com/pkmoore/strace-mode")
5518 (commit commit)))
5519 (file-name (string-append name "-" version "-checkout"))
5520 (sha256
5521 (base32
5522 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
5523 (build-system emacs-build-system)
5524 (home-page "https://github.com/pkmoore/strace-mode")
5525 (synopsis "Emacs major mode to highlight strace outputs")
5526 (description "@code{emacs-strace-mode} provides an Emacs major mode
5527 highlighting strace outputs.")
5528 (license license:gpl3+))))
5529
5530 (define-public emacs-default-encrypt
5531 (package
5532 (name "emacs-default-encrypt")
5533 (version "4.3")
5534 (source
5535 (origin
5536 (method url-fetch)
5537 (uri (string-append
5538 "https://www.informationelle-selbstbestimmung-im-internet.de"
5539 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
5540 (file-name (string-append "jl-encrypt-" version ".el"))
5541 (sha256
5542 (base32
5543 "16i3rlfp3jxlqvndn8idylhmczync3gwmy8a019v29vyr48rnnr0"))))
5544 (build-system emacs-build-system)
5545 (home-page "https://www.informationelle-selbstbestimmung-im-internet.de/Emacs.html")
5546 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
5547 (description
5548 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
5549 automatically encrypts messages that you send (e.g., email) when public keys
5550 for all recipients are available, and it protects you from accidentally
5551 sending un-encrypted messages. It can also be configured to automatically
5552 sign messages that you send. For details and instructions on how to use
5553 DefaultEncrypt, please refer to the home page or read the comments in the
5554 source file, @file{jl-encrypt.el}.")
5555 (license license:gpl3+)))
5556
5557 (define-public emacs-htmlize
5558 (package
5559 (name "emacs-htmlize")
5560 (version "1.51")
5561 (source
5562 (origin
5563 (method url-fetch)
5564 (uri (string-append
5565 "https://github.com/hniksic/emacs-htmlize/archive/release/"
5566 version ".tar.gz"))
5567 (file-name (string-append name "-" version ".tar.gz"))
5568 (sha256
5569 (base32
5570 "1fy1lybzrxl8a8r88f6p19nz8ygmvcxhxbnymkxh7jqaz25viwld"))))
5571 (build-system emacs-build-system)
5572 (home-page "https://github.com/hniksic/emacs-htmlize")
5573 (synopsis "Convert buffer text and decorations to HTML")
5574 (description "@code{emacs-htmlize} converts the buffer text and
5575 the associated decorations to HTML. Output to CSS, inline CSS and
5576 fonts is supported.")
5577 (license license:gpl2+)))
5578
5579 (define-public emacs-xmlgen
5580 (package
5581 (name "emacs-xmlgen")
5582 (version "0.5")
5583 (source
5584 (origin
5585 (method url-fetch)
5586 (uri (string-append
5587 "https://github.com/philjackson/xmlgen/archive/"
5588 version ".tar.gz"))
5589 (file-name (string-append name "-" version ".tar.gz"))
5590 (sha256
5591 (base32
5592 "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
5593 (build-system emacs-build-system)
5594 (arguments
5595 `(#:tests? #t
5596 #:test-command '("emacs" "--batch"
5597 "-l" "xmlgen-test.el"
5598 "-f" "ert-run-tests-batch-and-exit")))
5599 (home-page "https://github.com/philjackson/xmlgen")
5600 (synopsis "S-expression to XML domain specific language (DSL) in
5601 Emacs Lisp")
5602 (description "@code{emacs-xmlgen} provides S-expression to XML
5603 conversion for Emacs Lisp.")
5604 (license license:gpl2+)))
5605
5606 (define-public emacs-cdlatex
5607 (package
5608 (name "emacs-cdlatex")
5609 (version "4.7")
5610 (source
5611 (origin
5612 (method url-fetch)
5613 (uri (string-append
5614 "https://github.com/cdominik/cdlatex/archive/"
5615 version ".tar.gz"))
5616 (file-name (string-append name "-" version ".tar.gz"))
5617 (sha256
5618 (base32
5619 "0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
5620 (build-system emacs-build-system)
5621 (propagated-inputs
5622 `(("emacs-auctex" ,emacs-auctex)))
5623 (home-page "https://github.com/cdominik/cdlatex")
5624 (synopsis "Fast Emacs input methods for LaTeX environments and
5625 math")
5626 (description "CDLaTeX is an Emacs minor mode supporting fast
5627 insertion of environment templates and math in LaTeX. Similar
5628 commands are also offered as part of the AUCTeX package, but it is not
5629 the same - CDLaTeX focuses on speediness for inserting LaTeX
5630 constructs.")
5631 (license license:gpl3+)))
5632
5633 (define-public emacs-cnfonts
5634 (package
5635 (name "emacs-cnfonts")
5636 (version "0.9.1")
5637 (source (origin
5638 (method url-fetch)
5639 (uri (string-append
5640 "https://github.com/tumashu/cnfonts/archive/v"
5641 version ".tar.gz"))
5642 (file-name (string-append name "-" version ".tar.gz"))
5643 (sha256
5644 (base32
5645 "1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
5646 (build-system emacs-build-system)
5647 (home-page "https://github.com/tumashu/cnfonts")
5648 (synopsis "Emacs Chinese fonts setup tool")
5649 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
5650 configuration of Chinese fonts.")
5651 (license license:gpl2+)))
5652
5653 (define-public emacs-php-mode
5654 (package
5655 (name "emacs-php-mode")
5656 (version "20171225.342")
5657 (source (origin
5658 (method url-fetch)
5659 (uri (string-append
5660 "https://melpa.org/packages/php-mode-"
5661 version ".tar"))
5662 (sha256
5663 (base32
5664 "1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
5665 (build-system emacs-build-system)
5666 (home-page "https://github.com/ejmr/php-mode")
5667 (synopsis "Major mode for editing PHP code")
5668 (description "@code{php-mode} is a major mode for editing PHP source
5669 code. It's an extension of C mode; thus it inherits all C mode's navigation
5670 functionality. But it colors according to the PHP grammar and indents
5671 according to the PEAR coding guidelines. It also includes a couple handy
5672 IDE-type features such as documentation search and a source and class
5673 browser.")
5674 (license license:gpl3+)))
5675
5676 (define-public emacs-pos-tip
5677 (package
5678 (name "emacs-pos-tip")
5679 (version "0.4.6")
5680 (source (origin
5681 (method url-fetch)
5682 (uri (string-append
5683 "https://github.com/pitkali/pos-tip/archive/"
5684 version ".tar.gz"))
5685 (file-name (string-append name "-" version ".tar.gz"))
5686 (sha256
5687 (base32
5688 "12jqfy26vjk7lq0aa8yn8zqj8c85fkvx7y9prj0pcn4wqiz2ad2r"))))
5689 (build-system emacs-build-system)
5690 ;; The following functions and variables needed by emacs-pos-tip are
5691 ;; not included in emacs-minimal:
5692 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
5693 (arguments `(#:emacs ,emacs))
5694 (home-page "https://github.com/pitkali/pos-tip")
5695 (synopsis "Show tooltip at point")
5696 (description "The standard library tooltip.el provides a function for
5697 displaying a tooltip at the mouse position. However, locating a tooltip at an
5698 arbitrary buffer position in a window is not easy. Pos-tip provides such a
5699 function to be used by other frontend programs.")
5700 (license license:gpl2+)))
5701
5702 (define-public emacs-pyim-basedict
5703 (package
5704 (name "emacs-pyim-basedict")
5705 (version "0.3.1")
5706 (source (origin
5707 (method url-fetch)
5708 (uri (string-append
5709 "https://github.com/tumashu/pyim-basedict/archive/v"
5710 version ".tar.gz"))
5711 (file-name (string-append name "-" version ".tar.gz"))
5712 (sha256
5713 (base32
5714 "0nfgxviavkgrpyfsw60xsws4fk51fcmgl8fp6zf4ibqjjbp53n3n"))))
5715 (build-system emacs-build-system)
5716 (home-page "https://github.com/tumashu/pyim-basedict")
5717 (synopsis "Input method dictionary of pyim")
5718 (description "Pyim-basedict is the default pinyin input method dictionary,
5719 containing words from the rime project.")
5720 (license license:gpl2+)))
5721
5722 (define-public emacs-pyim
5723 (package
5724 (name "emacs-pyim")
5725 (version "1.6.4")
5726 (source (origin
5727 (method url-fetch)
5728 (uri (string-append
5729 "https://github.com/tumashu/pyim/archive/v"
5730 version ".tar.gz"))
5731 (file-name (string-append name "-" version ".tar.gz"))
5732 (sha256
5733 (base32
5734 "0hfg8q9hcjifvnlghw2g94dfxfirms2psq2ghqb28fhkf0lks13r"))))
5735 (build-system emacs-build-system)
5736 (propagated-inputs
5737 `(("emacs-async" ,emacs-async)
5738 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
5739 ("emacs-popup" ,emacs-popup)
5740 ("emacs-pos-tip" ,emacs-pos-tip)))
5741 (home-page "https://github.com/tumashu/pyim")
5742 (synopsis "Chinese input method")
5743 (description "Chinese input method which supports quanpin, shuangpin, wubi
5744 and cangjie.")
5745 (license license:gpl2+)))
5746
5747 (define-public emacs-el2org
5748 (package
5749 (name "emacs-el2org")
5750 (version "0.6.0")
5751 (source (origin
5752 (method url-fetch)
5753 (uri (string-append
5754 "https://github.com/tumashu/el2org/archive/v"
5755 version ".tar.gz"))
5756 (file-name (string-append name "-" version ".tar.gz"))
5757 (sha256
5758 (base32
5759 "0gd3km1swwvg2w0kdi7370f54wgrflxn63gjgssfjc1iyc9sbqwq"))))
5760 (build-system emacs-build-system)
5761 (home-page "https://github.com/tumashu/el2org")
5762 (synopsis "Convert Emacs-lisp file to org file")
5763 (description "El2org is a simple tool, which can convert Emacs-lisp file
5764 to org file, you can use this tool to write orgify commentary.")
5765 (license license:gpl2+)))
5766
5767 (define-public emacs-mustache
5768 (package
5769 (name "emacs-mustache")
5770 (version "0.23")
5771 (source (origin
5772 (method url-fetch)
5773 (uri (string-append
5774 "https://github.com/Wilfred/mustache.el/archive/"
5775 version ".tar.gz"))
5776 (file-name (string-append name "-" version ".tar.gz"))
5777 (sha256
5778 (base32
5779 "0k9lcgil7kykkv1ylrgwy1g13ldjjmgi2cwmysgyb2vlj3jbwpdj"))))
5780 (build-system emacs-build-system)
5781 (propagated-inputs
5782 `(("emacs-dash" ,emacs-dash)
5783 ("emacs-ht" ,emacs-ht)
5784 ("emacs-s" ,emacs-s)))
5785 (home-page "https://github.com/Wilfred/mustache.el")
5786 (synopsis "Mustache templating library for Emacs")
5787 (description "Mustache templating library for Emacs, mustache is
5788 a simple web template system, which is described as a logic-less system
5789 because it lacks any explicit control flow statements, both looping and
5790 conditional evaluation can be achieved using section tags processing lists
5791 and lambdas.")
5792 (license license:gpl3+)))
5793
5794 (define-public emacs-org2web
5795 (package
5796 (name "emacs-org2web")
5797 (version "0.9.1")
5798 (source (origin
5799 (method url-fetch)
5800 (uri (string-append
5801 "https://github.com/tumashu/org2web/archive/v"
5802 version ".tar.gz"))
5803 (file-name (string-append name "-" version ".tar.gz"))
5804 (sha256
5805 (base32
5806 "1c0ixcphlhp4c4qdiwq40bc3yp1gp1llp8pxrk4s7ny9n68s52zp"))))
5807 (build-system emacs-build-system)
5808 (propagated-inputs
5809 `(("emacs-dash" ,emacs-dash)
5810 ("emacs-el2org" ,emacs-el2org)
5811 ("emacs-ht" ,emacs-ht)
5812 ("emacs-mustache" ,emacs-mustache)
5813 ("emacs-simple-httpd" ,emacs-simple-httpd)))
5814 (home-page "https://github.com/tumashu/org2web")
5815 (synopsis "Static site generator based on org-mode ")
5816 (description "Org2web is a static site generator based on org-mode,
5817 which code derived from Kelvin H's org-page.")
5818 (license license:gpl2+)))
5819
5820 (define-public emacs-xelb
5821 (package
5822 (name "emacs-xelb")
5823 (version "0.14")
5824 (source (origin
5825 (method url-fetch)
5826 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
5827 version ".tar"))
5828 (sha256
5829 (base32
5830 "09flnbjy9ck784kprz036rwg9qk45hpv0w5hz3pz3zhwyk57fv74"))))
5831 (build-system emacs-build-system)
5832 ;; The following functions and variables needed by emacs-xelb are
5833 ;; not included in emacs-minimal:
5834 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
5835 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
5836 ;; x-display-pixel-width, x-display-pixel-height
5837 (arguments
5838 `(#:emacs ,emacs
5839 #:phases
5840 (modify-phases %standard-phases
5841 (add-after 'unpack 'regenerate-el-files
5842 (lambda* (#:key inputs #:allow-other-keys)
5843 (zero? (system* "make"
5844 (string-append "PROTO_PATH="
5845 (assoc-ref inputs "xcb-proto")
5846 "/share/xcb")
5847 (string-append "EMACS_BIN="
5848 (assoc-ref inputs "emacs")
5849 "/bin/emacs -Q"))))))))
5850 (native-inputs `(("xcb-proto" ,xcb-proto)))
5851 (home-page "https://github.com/ch11ng/xelb")
5852 (synopsis "X protocol Emacs Lisp binding")
5853 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
5854 X11 protocol based on the XML description files from the XCB project. It
5855 features an object-oriented API and permits a certain degree of concurrency.
5856 It should enable you to implement low-level X11 applications.")
5857 (license license:gpl3+)))
5858
5859 (define-public emacs-exwm
5860 (package
5861 (name "emacs-exwm")
5862 (version "0.18")
5863 (synopsis "Emacs X window manager")
5864 (source (origin
5865 (method url-fetch)
5866 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
5867 version ".tar"))
5868 (sha256
5869 (base32
5870 "1shz5bf4v4gg3arjaaldics5qkg3aiiaf3ngys8lb6qyxhcpvh6q"))))
5871 (build-system emacs-build-system)
5872 (propagated-inputs
5873 `(("emacs-xelb" ,emacs-xelb)))
5874 (inputs
5875 `(("xhost" ,xhost)
5876 ("dbus" ,dbus)))
5877 ;; The following functions and variables needed by emacs-exwm are
5878 ;; not included in emacs-minimal:
5879 ;; scroll-bar-mode, fringe-mode
5880 ;; x-display-pixel-width, x-display-pixel-height
5881 (arguments
5882 `(#:emacs ,emacs
5883 #:phases
5884 (modify-phases %standard-phases
5885 (add-after 'build 'install-xsession
5886 (lambda* (#:key inputs outputs #:allow-other-keys)
5887 (let* ((out (assoc-ref outputs "out"))
5888 (xsessions (string-append out "/share/xsessions"))
5889 (bin (string-append out "/bin"))
5890 (exwm-executable (string-append bin "/exwm")))
5891 ;; Add a .desktop file to xsessions
5892 (mkdir-p xsessions)
5893 (mkdir-p bin)
5894 (with-output-to-file
5895 (string-append xsessions "/exwm.desktop")
5896 (lambda _
5897 (format #t "[Desktop Entry]~@
5898 Name=~a~@
5899 Comment=~a~@
5900 Exec=~a~@
5901 TryExec=~@*~a~@
5902 Type=Application~%" ,name ,synopsis exwm-executable)))
5903 ;; Add a shell wrapper to bin
5904 (with-output-to-file exwm-executable
5905 (lambda _
5906 (format #t "#!~a ~@
5907 ~a +SI:localuser:$USER ~@
5908 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
5909 (string-append (assoc-ref inputs "bash") "/bin/sh")
5910 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
5911 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
5912 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
5913 '(cond
5914 ((file-exists-p "~/.exwm")
5915 (load-file "~/.exwm"))
5916 ((not (featurep 'exwm))
5917 (require 'exwm)
5918 (require 'exwm-config)
5919 (exwm-config-default)
5920 (message (concat "exwm configuration not found. "
5921 "Falling back to default configuration...")))))))
5922 (chmod exwm-executable #o555)
5923 #t))))))
5924 (home-page "https://github.com/ch11ng/exwm")
5925 (description "EXWM is a full-featured tiling X window manager for Emacs
5926 built on top of XELB.")
5927 (license license:gpl3+)))
5928
5929 (define-public emacs-switch-window
5930 (package
5931 (name "emacs-switch-window")
5932 (version "1.5.1")
5933 (source (origin
5934 (method url-fetch)
5935 (uri (string-append
5936 "https://github.com/dimitri/switch-window/archive/v"
5937 version ".tar.gz"))
5938 (file-name (string-append name "-" version ".tar.gz"))
5939 (sha256
5940 (base32
5941 "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
5942 (build-system emacs-build-system)
5943 (home-page "https://github.com/dimitri/switch-window")
5944 (synopsis "Emacs window switch tool")
5945 (description "Switch-window is an emacs window switch tool, which
5946 offer a visual way to choose a window to switch to, delete, split or
5947 other operations.")
5948 (license license:wtfpl2)))
5949
5950 (define-public emacs-exwm-x
5951 (package
5952 (name "emacs-exwm-x")
5953 (version "1.8.1")
5954 (synopsis "Derivative window manager based on EXWM")
5955 (source (origin
5956 (method url-fetch)
5957 (uri (string-append
5958 "https://github.com/tumashu/exwm-x/archive/v"
5959 version ".tar.gz"))
5960 (file-name (string-append name "-" version ".tar.gz"))
5961 (sha256
5962 (base32
5963 "0ali1100aacq4zbvcck80h51pvw204jlxhn4aikkqq4ngbx03kkr"))))
5964 (build-system emacs-build-system)
5965 (propagated-inputs
5966 `(("emacs-exwm" ,emacs-exwm)
5967 ("emacs-switch-window" ,emacs-switch-window)
5968 ("emacs-ivy" ,emacs-ivy)
5969 ("emacs-use-package" ,emacs-use-package)))
5970 (inputs
5971 `(("xhost" ,xhost)
5972 ("dbus" ,dbus)))
5973 ;; Need emacs instead of emacs-minimal,
5974 ;; for emacs's bin path will be inserted into bin/exwm-x file.
5975 (arguments
5976 `(#:emacs ,emacs
5977 #:phases
5978 (modify-phases %standard-phases
5979 (add-after 'build 'install-xsession
5980 (lambda* (#:key inputs outputs #:allow-other-keys)
5981 (let* ((out (assoc-ref outputs "out"))
5982 (xsessions (string-append out "/share/xsessions"))
5983 (bin (string-append out "/bin"))
5984 (exwm-executable (string-append bin "/exwm-x")))
5985 ;; Add a .desktop file to xsessions
5986 (mkdir-p xsessions)
5987 (mkdir-p bin)
5988 (with-output-to-file
5989 (string-append xsessions "/exwm-x.desktop")
5990 (lambda _
5991 (format #t "[Desktop Entry]~@
5992 Name=~a~@
5993 Comment=~a~@
5994 Exec=~a~@
5995 TryExec=~@*~a~@
5996 Type=Application~%" ,name ,synopsis exwm-executable)))
5997 ;; Add a shell wrapper to bin
5998 (with-output-to-file exwm-executable
5999 (lambda _
6000 (format #t "#!~a ~@
6001 ~a +SI:localuser:$USER ~@
6002 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
6003 (string-append (assoc-ref inputs "bash") "/bin/sh")
6004 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
6005 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
6006 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
6007 '(require 'exwmx-loader))))
6008 (chmod exwm-executable #o555)
6009 #t))))))
6010 (home-page "https://github.com/tumashu/exwm-x")
6011 (description "EXWM-X is a derivative window manager based on EXWM, with focus
6012 on mouse-control.")
6013 (license license:gpl3+)))
6014
6015 (define-public emacs-gnuplot
6016 (package
6017 (name "emacs-gnuplot")
6018 (version "0.7.0")
6019 (source
6020 (origin
6021 (method url-fetch)
6022 (uri (string-append
6023 "https://github.com/bruceravel/gnuplot-mode/archive/"
6024 version ".tar.gz"))
6025 (file-name (string-append name "-" version ".tar.gz"))
6026 (sha256
6027 (base32
6028 "0glzymrn138lwig7p4cj17x4if5jisr6l4g6wcbxisqkqgc1h01i"))))
6029 (build-system gnu-build-system)
6030 (native-inputs `(("emacs" ,emacs-minimal)))
6031 (arguments
6032 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
6033 "/gnuplot-" version)))
6034 `(#:modules ((guix build gnu-build-system)
6035 (guix build utils)
6036 (guix build emacs-utils))
6037 #:imported-modules (,@%gnu-build-system-modules
6038 (guix build emacs-utils))
6039 #:configure-flags
6040 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
6041 "/bin/emacs")
6042 (string-append "--with-lispdir=" %output ,elisp-dir))
6043 #:phases
6044 (modify-phases %standard-phases
6045 (add-after 'install 'generate-autoloads
6046 (lambda* (#:key outputs #:allow-other-keys)
6047 (emacs-generate-autoloads
6048 "gnuplot"
6049 (string-append (assoc-ref outputs "out") ,elisp-dir))
6050 #t))))))
6051 (home-page "https://github.com/bruceravel/gnuplot-mode")
6052 (synopsis "Emacs major mode for interacting with gnuplot")
6053 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
6054 with gnuplot.")
6055 (license license:gpl2+)))
6056
6057 (define-public emacs-transpose-frame
6058 (package
6059 (name "emacs-transpose-frame")
6060 (version "0.1.0")
6061 (source
6062 (origin
6063 (method url-fetch)
6064 (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
6065 (file-name (string-append "transpose-frame-" version ".el"))
6066 (sha256
6067 (base32
6068 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
6069 (build-system emacs-build-system)
6070 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
6071 (synopsis "Transpose window arrangement in current frame")
6072 (description "@code{emacs-transpose-frame} provides some interactive
6073 functions which allows users to transpose windows arrangement in currently
6074 selected frame.")
6075 (license license:bsd-2)))
6076
6077 (define-public emacs-key-chord
6078 (package
6079 (name "emacs-key-chord")
6080 (version "0.6")
6081 (source
6082 (origin
6083 (method url-fetch)
6084 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
6085 (file-name (string-append "key-chord-" version ".el"))
6086 (sha256
6087 (base32
6088 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
6089 (build-system emacs-build-system)
6090 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
6091 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
6092 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
6093 mode for binding key chords to commands. A key chord is defined as two keys
6094 pressed simultaneously or a single key quickly pressed twice.")
6095 (license license:gpl2+)))
6096
6097 (define-public emacs-evil-surround
6098 (package
6099 (name "emacs-evil-surround")
6100 (version "1.0.0")
6101 (source
6102 (origin
6103 (method url-fetch)
6104 (uri (string-append
6105 "https://github.com/timcharper/evil-surround/archive/v"
6106 version ".tar.gz"))
6107 (file-name (string-append name "-" version ".tar.gz"))
6108 (sha256
6109 (base32
6110 "0p572jgic3q1ia1nz37kclir729ay6i2f4sa7wnaapyxly2lwb3r"))))
6111 (build-system emacs-build-system)
6112 (propagated-inputs
6113 `(("emacs-evil" ,emacs-evil)))
6114 (home-page "https://github.com/timcharper/evil-surround")
6115 (synopsis "Easily modify surrounding parantheses and quotes")
6116 (description "@code{emacs-evil-surround} allows easy deletion, change and
6117 addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
6118 (license license:gpl3+)))
6119
6120 (define-public emacs-evil-commentary
6121 (package
6122 (name "emacs-evil-commentary")
6123 (version "2.1.1")
6124 (source
6125 (origin
6126 (method url-fetch)
6127 (uri (string-append
6128 "https://github.com/linktohack/evil-commentary/archive/v"
6129 version ".tar.gz"))
6130 (file-name (string-append name "-" version ".tar.gz"))
6131 (sha256
6132 (base32
6133 "1jdya0i921nwskwrzdsj0vrr3m7gm49dy6f6pk9p5nxaarfxk230"))))
6134 (build-system emacs-build-system)
6135 (propagated-inputs
6136 `(("emacs-evil" ,emacs-evil)))
6137 (home-page "https://github.com/linktohack/evil-commentary")
6138 (synopsis "Comment out code in evil mode")
6139 (description "@code{emacs-evil-commentary} adds keybindings to easily
6140 comment out lines of code in evil mode. It provides @code{gcc} to comment out
6141 lines, and @code{gc} to comment out the target of a motion.")
6142 (license license:gpl3+)))
6143
6144 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
6145 ;; therefore cannot be run
6146 (define-public emacs-ansi
6147 (package
6148 (name "emacs-ansi")
6149 (version "0.4.1")
6150 (source
6151 (origin
6152 (method url-fetch)
6153 (uri (string-append "https://github.com/rejeep/ansi.el/archive/v"
6154 version ".tar.gz"))
6155 (file-name (string-append name "-" version ".tar.gz"))
6156 (sha256
6157 (base32
6158 "13jj4vbi98j3p17hs99bmy7g21jd5h4v3wpxk4pkvhylm3bfwjw8"))))
6159 (build-system emacs-build-system)
6160 (propagated-inputs
6161 `(("emacs-dash" ,emacs-dash)
6162 ("emacs-s" ,emacs-s)))
6163 (home-page "https://github.com/rejeep/ansi.el")
6164 (synopsis "Convert strings to ANSI")
6165 (description "@code{emacs-ansi} defines functions that turns simple
6166 strings to ANSI strings. Turning a string into an ANSI string can be to add
6167 color to a text, add color in the background of a text or adding a style, such
6168 as bold, underscore or italic.")
6169 (license license:gpl3+)))
6170
6171 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
6172 ;; therefore cannot be run
6173 (define-public emacs-commander
6174 (package
6175 (name "emacs-commander")
6176 (version "0.7.0")
6177 (source
6178 (origin
6179 (method url-fetch)
6180 (uri (string-append "https://github.com/rejeep/commander.el/archive/v"
6181 version ".tar.gz"))
6182 (file-name (string-append name "-" version ".tar.gz"))
6183 (sha256
6184 (base32
6185 "196s2i15z7gwxa97l1wkxvjnfmj5n38wwm6d3g4zz15l2vqggc2y"))))
6186 (build-system emacs-build-system)
6187 (propagated-inputs
6188 `(("emacs-dash" ,emacs-dash)
6189 ("emacs-f" ,emacs-f)
6190 ("emacs-s" ,emacs-s)))
6191 (home-page "https://github.com/rejeep/commander.el")
6192 (synopsis "Emacs command line parser")
6193 (description "@code{emacs-commander} provides command line parsing for
6194 Emacs.")
6195 (license license:gpl3+)))
6196
6197 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
6198 ;; cannot be run
6199 (define-public ert-runner
6200 (package
6201 (name "ert-runner")
6202 (version "0.7.0")
6203 (source
6204 (origin
6205 (method url-fetch)
6206 (uri (string-append "https://github.com/rejeep/ert-runner.el/archive/v"
6207 version ".tar.gz"))
6208 (file-name (string-append name "-" version ".tar.gz"))
6209 (sha256
6210 (base32
6211 "1657nck9i96a4xgl8crfqq0s8gflzp21pkkzwg6m3z5npjxklgwp"))))
6212 (build-system emacs-build-system)
6213 (inputs
6214 `(("emacs-ansi" ,emacs-ansi)
6215 ("emacs-commander" ,emacs-commander)
6216 ("emacs-dash" ,emacs-dash)
6217 ("emacs-f" ,emacs-f)
6218 ("emacs-s" ,emacs-s)
6219 ("emacs-shut-up" ,emacs-shut-up)))
6220 (arguments
6221 `(#:phases
6222 (modify-phases %standard-phases
6223 (add-after 'install 'install-executable
6224 (lambda* (#:key inputs outputs #:allow-other-keys)
6225 (let ((out (assoc-ref outputs "out")))
6226 (substitute* "bin/ert-runner"
6227 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
6228 (string-append "ERT_RUNNER=\"" out
6229 "/share/emacs/site-lisp/guix.d/"
6230 ,name "-" ,version)))
6231 (install-file "bin/ert-runner" (string-append out "/bin"))
6232 (wrap-program (string-append out "/bin/ert-runner")
6233 (list "EMACSLOADPATH" ":" 'prefix
6234 (string-split (getenv "EMACSLOADPATH") #\:)))
6235 #t))))
6236 #:include (cons* "^reporters/.*\\.el$" %default-include)))
6237 (home-page "https://github.com/rejeep/ert-runner.el")
6238 (synopsis "Opinionated Ert testing workflow")
6239 (description "@code{ert-runner} is a tool for Emacs projects tested
6240 using ERT. It assumes a certain test structure setup and can therefore make
6241 running tests easier.")
6242 (license license:gpl3+)))
6243
6244 (define-public emacs-disable-mouse
6245 (package
6246 (name "emacs-disable-mouse")
6247 (version "0.2")
6248 (source
6249 (origin
6250 (method url-fetch)
6251 (uri (string-append
6252 "https://github.com/purcell/disable-mouse/archive/"
6253 version ".tar.gz"))
6254 (file-name (string-append name "-" version ".tar.gz"))
6255 (sha256
6256 (base32
6257 "0haqpq23r1wx04lsqrrg3p5visg9hx5i36dg55ab003wfsrlrzbc"))))
6258 (build-system emacs-build-system)
6259 (home-page "https://github.com/purcell/disable-mouse")
6260 (synopsis "Disable mouse commands globally")
6261 (description
6262 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
6263 pair of minor modes which suppress all mouse events by intercepting them and
6264 running a customisable handler command (@code{ignore} by default). ")
6265 (license license:gpl3+)))
6266
6267 (define-public emacs-json-reformat
6268 (package
6269 (name "emacs-json-reformat")
6270 (version "0.0.6")
6271 (source
6272 (origin
6273 (method url-fetch)
6274 (uri (string-append "https://github.com/gongo/json-reformat/archive/"
6275 version ".tar.gz"))
6276 (file-name (string-append name "-" version ".tar.gz"))
6277 (sha256
6278 (base32
6279 "11fbq4scrgr7m0iwnzcrn2g7xvqwm2gf82sa7zy1l0nil7265p28"))
6280 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
6281 (build-system emacs-build-system)
6282 (propagated-inputs
6283 `(("emacs-undercover" ,emacs-undercover)))
6284 (native-inputs
6285 `(("emacs-dash" ,emacs-dash)
6286 ("emacs-shut-up" ,emacs-shut-up)
6287 ("ert-runner" ,ert-runner)))
6288 (arguments
6289 `(#:tests? #t
6290 #:test-command '("ert-runner")))
6291 (home-page "https://github.com/gongo/json-reformat")
6292 (synopsis "Reformatting tool for JSON")
6293 (description "@code{json-reformat} provides a reformatting tool for
6294 @url{http://json.org/, JSON}.")
6295 (license license:gpl3+)))
6296
6297 (define-public emacs-json-snatcher
6298 (package
6299 (name "emacs-json-snatcher")
6300 (version "1.0.0")
6301 (source
6302 (origin
6303 (method url-fetch)
6304 (uri (string-append "https://github.com/Sterlingg/json-snatcher/archive/"
6305 version ".tar.gz"))
6306 (file-name (string-append name "-" version ".tar.gz"))
6307 (sha256
6308 (base32
6309 "1nfiwsifpdiz0lbrqa77nl0crnfrv5h85ans9b0g5rggnmyshcfb"))))
6310 (build-system emacs-build-system)
6311 (home-page "https://github.com/sterlingg/json-snatcher")
6312 (synopsis "Grabs the path to JSON values in a JSON file")
6313 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
6314 a @url{http://json.org/, JSON} file.")
6315 (license license:gpl3+)))
6316
6317 (define-public emacs-json-mode
6318 (package
6319 (name "emacs-json-mode")
6320 (version "1.7.0")
6321 (source
6322 (origin
6323 (method url-fetch)
6324 (uri (string-append "https://github.com/joshwnj/json-mode/archive/"
6325 "v" version ".tar.gz"))
6326 (file-name (string-append name "-" version ".tar.gz"))
6327 (sha256
6328 (base32
6329 "06h45p4cn767pk9sqi2zb1c65wy5gyyijqxzpglp80zwxhvajdz5"))))
6330 (build-system emacs-build-system)
6331 (propagated-inputs
6332 `(("emacs-json-reformat" ,emacs-json-reformat)
6333 ("emacs-json-snatcher" ,emacs-json-snatcher)))
6334 (home-page "https://github.com/joshwnj/json-mode")
6335 (synopsis "Major mode for editing JSON files")
6336 (description "@code{json-mode} extends the builtin js-mode syntax
6337 highlighting.")
6338 (license license:gpl3+)))
6339
6340 (define-public emacs-restclient
6341 (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
6342 (revision "1")) ;Guix package revision,
6343 ;upstream doesn't have official releases
6344 (package
6345 (name "emacs-restclient")
6346 (version (string-append revision "."
6347 (string-take commit 7)))
6348 (source (origin
6349 (method git-fetch)
6350 (uri (git-reference
6351 (url "https://github.com/pashky/restclient.el.git")
6352 (commit commit)))
6353 (sha256
6354 (base32
6355 "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))
6356 (file-name (git-file-name name version))))
6357 (build-system emacs-build-system)
6358 (propagated-inputs
6359 `(("emacs-helm" ,emacs-helm)))
6360 (home-page "https://github.com/pashky/restclient.el")
6361 (synopsis "Explore and test HTTP REST webservices")
6362 (description
6363 "This tool allows for testing and exploration of HTTP REST Web services
6364 from within Emacs. Restclient runs queries from a plan-text query sheet,
6365 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
6366 (license license:public-domain))))
6367
6368 (define-public emacs-eimp
6369 (let ((version "1.4.0")
6370 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
6371 (revision "1"))
6372 (package
6373 (name "emacs-eimp")
6374 (version (git-version version revision commit))
6375 (source
6376 (origin
6377 (method git-fetch)
6378 (uri (git-reference
6379 (url "https://github.com/nicferrier/eimp.git")
6380 (commit commit)))
6381 (file-name (git-file-name name version))
6382 (sha256
6383 (base32
6384 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
6385 (build-system emacs-build-system)
6386 (arguments
6387 `(#:phases
6388 (modify-phases %standard-phases
6389 (add-after 'unpack 'configure
6390 (lambda* (#:key inputs #:allow-other-keys)
6391 (let ((imagemagick (assoc-ref inputs "imagemagick")))
6392 ;; eimp.el is read-only in git.
6393 (chmod "eimp.el" #o644)
6394 (emacs-substitute-variables "eimp.el"
6395 ("eimp-mogrify-program"
6396 (string-append imagemagick "/bin/mogrify"))))
6397 #t)))))
6398 (inputs
6399 `(("imagemagick" ,imagemagick)))
6400 (home-page "https://github.com/nicferrier/eimp")
6401 (synopsis "Interactive image manipulation utility for Emacs")
6402 (description "@code{emacs-eimp} allows interactive image manipulation
6403 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
6404 the actual transformations.")
6405 (license license:gpl2+))))
6406
6407 (define-public emacs-dired-hacks
6408 (let ((commit "eda68006ce73bbf6b9b995bfd70d08bec8cade36")
6409 (revision "1"))
6410 (package
6411 (name "emacs-dired-hacks")
6412 (version (string-append "0.0.1-" revision "."
6413 (string-take commit 7)))
6414 (source (origin
6415 (method git-fetch)
6416 (uri (git-reference
6417 (url "https://github.com/Fuco1/dired-hacks.git")
6418 (commit commit)))
6419 (file-name (string-append name "-" version "-checkout"))
6420 (sha256
6421 (base32
6422 "1w7ssl9zssn5rcha6apf4h8drkd02k4xgvs203bdbqyqp9wz9brx"))))
6423 (build-system emacs-build-system)
6424 (propagated-inputs
6425 `(("emacs-dash" ,emacs-dash)
6426 ("emacs-eimp" ,emacs-eimp)
6427 ("emacs-f" ,emacs-f)
6428 ("emacs-s" ,emacs-s)))
6429 (home-page "https://github.com/Fuco1/dired-hacks")
6430 (synopsis
6431 "Collection of useful dired additions")
6432 (description
6433 "Collection of Emacs dired mode additions:
6434 @itemize
6435 @item dired-avfs
6436 @item dired-columns
6437 @item dired-filter
6438 @item dired-hacks-utils
6439 @item dired-images
6440 @item dired-list
6441 @item dired-narrow
6442 @item dired-open
6443 @item dired-rainbow
6444 @item dired-ranger
6445 @item dired-subtree
6446 @item dired-tagsistant
6447 @end itemize\n")
6448 (license license:gpl3+))))
6449
6450 (define-public emacs-which-key
6451 (package
6452 (name "emacs-which-key")
6453 (version "3.0.2")
6454 (source
6455 (origin
6456 (method url-fetch)
6457 (uri (string-append
6458 "https://github.com/justbur/emacs-which-key/archive/v"
6459 version ".tar.gz"))
6460 (sha256
6461 (base32
6462 "1xvd70cwq9n31f28viyjxmr3nn8l153gsy6scpszvgvjxkiikv24"))
6463 (file-name (string-append name "-" version ".tar.gz"))))
6464 (build-system emacs-build-system)
6465 (arguments
6466 `(#:tests? #t
6467 #:test-command '("emacs" "--batch"
6468 "-l" "which-key-tests.el"
6469 "-f" "ert-run-tests-batch-and-exit")))
6470 (home-page "https://github.com/justbur/emacs-which-key")
6471 (synopsis "Display available key bindings in popup")
6472 (description
6473 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
6474 bindings following your currently entered incomplete command (a prefix) in a
6475 popup. For example, after enabling the minor mode if you enter C-x and wait
6476 for the default of 1 second, the minibuffer will expand with all of the
6477 available key bindings that follow C-x (or as many as space allows given your
6478 settings).")
6479 (license license:gpl3+)))
6480
6481 (define-public emacs-ws-butler
6482 (package
6483 (name "emacs-ws-butler")
6484 (version "0.6")
6485 (source (origin
6486 (method git-fetch)
6487 (uri (git-reference
6488 (url "https://github.com/lewang/ws-butler.git")
6489 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
6490 (file-name (string-append name "-" version "-checkout"))
6491 (sha256
6492 (base32
6493 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
6494 (build-system emacs-build-system)
6495 (native-inputs
6496 `(("ert-runner" ,ert-runner)))
6497 (arguments
6498 `(#:tests? #t
6499 #:test-command '("ert-runner" "tests")))
6500 (home-page "https://github.com/lewang/ws-butler")
6501 (synopsis "Trim spaces from end of lines")
6502 (description
6503 "This Emacs package automatically and unobtrusively trims whitespace
6504 characters from end of lines.")
6505 (license license:gpl3+)))
6506
6507 (define-public emacs-org-edit-latex
6508 (package
6509 (name "emacs-org-edit-latex")
6510 (version "0.8.0")
6511 (source
6512 (origin
6513 (method url-fetch)
6514 (uri (string-append
6515 "https://github.com/et2010/org-edit-latex/archive/v"
6516 version ".tar.gz"))
6517 (file-name (string-append name "-" version ".tar.gz"))
6518 (sha256
6519 (base32
6520 "1y4h6wrs8286h9pbsv4d8fr67a885vz8b2k80qgv5qddipi2i78p"))))
6521 (build-system emacs-build-system)
6522 (propagated-inputs
6523 `(("emacs-auctex" ,emacs-auctex)
6524 ;; The version of org in Emacs 25.2 is not sufficient, because the
6525 ;; `org-latex-make-preamble' function is required.
6526 ("emacs-org" ,emacs-org)))
6527 (home-page "https://github.com/et2010/org-edit-latex")
6528 (synopsis "Edit a latex fragment just like editing a src block")
6529 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
6530 It lets you edit a latex fragment in a dedicated buffer just like editing a
6531 src block.")
6532 (license license:gpl3+)))
6533
6534 (define-public emacs-emamux
6535 (package
6536 (name "emacs-emamux")
6537 (version "0.14")
6538 (source (origin
6539 (method url-fetch)
6540 (uri (string-append
6541 "https://github.com/syohex/emacs-emamux/archive/"
6542 version ".tar.gz"))
6543 (file-name (string-append name "-" version ".tar.gz"))
6544 (sha256
6545 (base32
6546 "0wlqg4icy037bj70b0qmhvwvmiwhagpnx6pnxhq6gzy1hvwlilkx"))))
6547 (build-system emacs-build-system)
6548 (home-page "https://github.com/syohex/emacs-emamux")
6549 (synopsis "Manipulate Tmux from Emacs")
6550 (description
6551 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
6552 multiplexer.")
6553 (license license:gpl3+)))
6554
6555 (define-public emacs-rpm-spec-mode
6556 (package
6557 (name "emacs-rpm-spec-mode")
6558 (version "0.16")
6559 (source
6560 (origin
6561 (method url-fetch)
6562 ;; URI has the Fedora release number instead of the version
6563 ;; number. This will have to updated manually every new release.
6564 (uri (string-append
6565 "https://src.fedoraproject.org/cgit/rpms"
6566 "/emacs-rpm-spec-mode.git/snapshot"
6567 "/emacs-rpm-spec-mode-f26.tar.gz"))
6568 (sha256
6569 (base32
6570 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
6571 (build-system emacs-build-system)
6572 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
6573 (synopsis "Emacs major mode for editing RPM spec files")
6574 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
6575 editing RPM spec files.")
6576 (license license:gpl2+)))
6577
6578 (define-public emacs-git-messenger
6579 (package
6580 (name "emacs-git-messenger")
6581 (version "0.18")
6582 (source
6583 (origin
6584 (method url-fetch)
6585 (uri (string-append
6586 "https://github.com/syohex/emacs-git-messenger/archive/"
6587 version ".tar.gz"))
6588 (file-name (string-append name "-" version ".tar.gz"))
6589 (sha256
6590 (base32
6591 "17mqki6g0wx46fn7dcbcc2pjxik7vvrcb1j9jzxim8b9psbsbnp9"))))
6592 (build-system emacs-build-system)
6593 (propagated-inputs
6594 `(("emacs-popup" ,emacs-popup)))
6595 (arguments
6596 `(#:tests? #t
6597 #:test-command '("emacs" "--batch" "-l" "test/test.el"
6598 "-f" "ert-run-tests-batch-and-exit")))
6599 (home-page "https://github.com/syohex/emacs-git-messenger")
6600 (synopsis "Popup commit message at current line")
6601 (description "@code{emacs-git-messenger} provides
6602 @code{git-messenger:popup-message}, a function that when called, will popup
6603 the last git commit message for the current line. This uses git-blame
6604 internally.")
6605 (license license:gpl3+)))
6606
6607 (define-public emacs-gitpatch
6608 (package
6609 (name "emacs-gitpatch")
6610 (version "0.5.0")
6611 (source
6612 (origin
6613 (method url-fetch)
6614 (uri (string-append "https://github.com/tumashu/gitpatch/archive/"
6615 "v" version ".tar.gz"))
6616 (file-name (string-append name "-" version ".tar.gz"))
6617 (sha256
6618 (base32
6619 "1yj6pmic541lcnscjin300k380qp9xdfprs55xg1q57jrkq6f6k7"))))
6620 (build-system emacs-build-system)
6621 (home-page "https://github.com/tumashu/gitpatch")
6622 (synopsis "Mail git patch from Emacs")
6623 (description "@code{emacs-gitpatch} lets users easily send git patches,
6624 created by @code{git format-patch}, from @code{magit}, @code{dired} and
6625 @code{ibuffer} buffers.")
6626 (license license:gpl3+)))
6627
6628 (define-public emacs-erc-hl-nicks
6629 (package
6630 (name "emacs-erc-hl-nicks")
6631 (version "1.3.2")
6632 (source
6633 (origin
6634 (method url-fetch)
6635 (uri (string-append "https://github.com/leathekd/erc-hl-nicks"
6636 "/archive/" version ".tar.gz"))
6637 (file-name (string-append name "-" version ".tar.gz"))
6638 (sha256
6639 (base32
6640 "01svpl9bps5kx4y1wnymakxya2cznqmlynvqv2r500wpnbxczrbs"))))
6641 (build-system emacs-build-system)
6642 (synopsis "Nickname highlighting for Emacs ERC")
6643 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
6644 client for Emacs. The main features are:
6645 @itemize
6646 @item Auto-colorizes nicknames without having to specify colors
6647 @item Ignores certain characters that IRC clients add to nicknames to avoid
6648 duplicates (nickname, nickname’, nickname\", etc.)
6649 @item Attempts to produce colors with a sufficient amount of contrast between
6650 the nick color and the background color
6651 @end itemize\n")
6652 (home-page "https://github.com/leathekd/erc-hl-nicks")
6653 (license license:gpl3+)))
6654
6655 (define-public emacs-engine-mode
6656 (package
6657 (name "emacs-engine-mode")
6658 (version "2.0.0")
6659 (source
6660 (origin
6661 (method url-fetch)
6662 (uri (string-append "https://github.com/hrs/engine-mode/archive/"
6663 "v" version ".tar.gz"))
6664 (file-name (string-append name "-" version ".tar.gz"))
6665 (sha256
6666 (base32
6667 "1vm4p7pcp1vnwwxvps1bhm7i7hkabqqxl898knxf2hqvxys76684"))))
6668 (build-system emacs-build-system)
6669 (synopsis "Minor mode for defining and querying search engines")
6670 (description "@code{engine-mode} is a global minor mode for Emacs. It
6671 enables you to easily define search engines, bind them to keybindings, and
6672 query them from the comfort of your editor.")
6673 (home-page "https://github.com/hrs/engine-mode")
6674 (license license:gpl3+)))
6675
6676 (define-public emacs-prop-menu
6677 (package
6678 (name "emacs-prop-menu")
6679 (version "0.1.2")
6680 (source
6681 (origin
6682 (method url-fetch)
6683 (uri (string-append
6684 "http://stable.melpa.org/packages/prop-menu-"
6685 version ".el"))
6686 (sha256
6687 (base32
6688 "01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
6689 (build-system emacs-build-system)
6690 (home-page
6691 "https://github.com/david-christiansen/prop-menu-el")
6692 (synopsis
6693 "Create and display a context menu based on text and overlay properties")
6694 (description
6695 "This is a library for computing context menus based on text
6696 properties and overlays. The intended use is to have tools that
6697 annotate source code and others that use these annotations, without
6698 requiring a direct coupling between them, but maintaining
6699 discoverability.
6700
6701 Major modes that wish to use this library should first define an
6702 appropriate value for @code{prop-menu-item-functions}. Then, they should
6703 bind @code{prop-menu-by-completing-read} to an appropriate
6704 key. Optionally, a mouse pop-up can be added by binding
6705 @code{prop-menu-show-menu} to a mouse event.")
6706 (license license:gpl3+)))
6707
6708 (define-public emacs-idris-mode
6709 (package
6710 (name "emacs-idris-mode")
6711 (version "0.9.19")
6712 (source
6713 (origin
6714 (method url-fetch)
6715 (uri (string-append
6716 "http://stable.melpa.org/packages/idris-mode-"
6717 version ".tar"))
6718 (sha256
6719 (base32
6720 "02r1qqsxi6qk7q4cj6a6pygbj856dcw9vcmhfh0ib92j41v77q6y"))))
6721 (build-system emacs-build-system)
6722 (propagated-inputs
6723 `(("emacs-prop-menu" ,emacs-prop-menu)))
6724 (home-page
6725 "https://github.com/idris-hackers/idris-mode")
6726 (synopsis "Major mode for editing Idris code")
6727 (description
6728 "This is an Emacs mode for editing Idris code. It requires the latest
6729 version of Idris, and some features may rely on the latest Git version of
6730 Idris.")
6731 (license license:gpl3+)))
6732
6733 (define-public emacs-browse-at-remote
6734 (let ((commit "31dcf77d7c89a12f230e2b2332585db2c44530ef")
6735 (revision "1"))
6736 (package
6737 (name "emacs-browse-at-remote")
6738 (version (string-append "0.9.0-" revision "."
6739 (string-take commit 7)))
6740 (source (origin
6741 (method git-fetch)
6742 (uri (git-reference
6743 (url "https://github.com/rmuslimov/browse-at-remote.git")
6744 (commit commit)))
6745 (file-name (string-append name "-" version "-checkout"))
6746 (patches
6747 (search-patches "emacs-browse-at-remote-cgit-gnu.patch"))
6748 (sha256
6749 (base32
6750 "017cb8lf7zbg0jmr7zxzd7d5kz2jy35cvw5vcpdmq1fdr3wqwkgj"))))
6751 (build-system emacs-build-system)
6752 (propagated-inputs
6753 `(("emacs-f" ,emacs-f)
6754 ("emacs-s" ,emacs-s)))
6755 (native-inputs
6756 `(("ert-runner" ,ert-runner)))
6757 (arguments
6758 `(#:tests? #t
6759 #:test-command '("ert-runner")))
6760 (home-page "https://github.com/rmuslimov/browse-at-remote")
6761 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
6762 (description
6763 "This Emacs package allows you to open a target page on
6764 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
6765 It supports dired buffers and opens them in tree mode at destination.")
6766 (license license:gpl3+))))
6767
6768 (define-public emacs-tiny
6769 (package
6770 (name "emacs-tiny")
6771 (version "0.2.1")
6772 (source
6773 (origin
6774 (method url-fetch)
6775 (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
6776 (sha256
6777 (base32
6778 "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
6779 (build-system emacs-build-system)
6780 (home-page "https://github.com/abo-abo/tiny")
6781 (synopsis "Quickly generate linear ranges in Emacs")
6782 (description
6783 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
6784 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
6785 proficiency is an advantage, since you can transform your numeric range with
6786 an elisp expression.")
6787 (license license:gpl3+)))
6788
6789 (define-public emacs-emojify
6790 (package
6791 (name "emacs-emojify")
6792 (version "0.4")
6793 (source
6794 (origin
6795 (method url-fetch)
6796 (uri (string-append "https://github.com/iqbalansari/emacs-emojify/"
6797 "releases/download/v" version "/emojify-"
6798 version ".tar"))
6799 (sha256
6800 (base32
6801 "0k84v2d2bkiwcky9fi1yyprgkj46g7wh6pyl9gzmcd7sqv051d5n"))))
6802 (build-system emacs-build-system)
6803 (arguments
6804 `(#:phases
6805 (modify-phases %standard-phases
6806 (add-after 'install 'install-data
6807 (lambda* (#:key outputs #:allow-other-keys)
6808 (copy-recursively "data"
6809 (string-append (assoc-ref outputs "out")
6810 "/share/emacs/site-lisp/guix.d/"
6811 "emojify-" ,version "/data"))
6812 #t)))))
6813 (propagated-inputs
6814 `(("emacs-ht" ,emacs-ht)))
6815 (home-page "https://github.com/iqbalansari/emacs-emojify")
6816 (synopsis "Display emojis in Emacs")
6817 (description "This package displays emojis in Emacs similar to how Github,
6818 Slack, and other websites do. It can display plain ASCII like @code{:)} as
6819 well as Github-style emojis like @code{:smile:}. It provides a minor mode
6820 @code{emojify-mode} to enable the display of emojis in a buffer.")
6821 (license license:gpl3+)))
6822
6823 (define-public emacs-websocket
6824 (package
6825 (name "emacs-websocket")
6826 (version "1.8")
6827 (source
6828 (origin
6829 (method url-fetch)
6830 (uri (string-append "https://elpa.gnu.org/packages/websocket-"
6831 version ".tar"))
6832 (sha256
6833 (base32
6834 "0dcxmnnm8z7cvsc7nkb822a1g6w03klp7cijjnfq0pz84p3w9cd9"))))
6835 (build-system emacs-build-system)
6836 (home-page "http://elpa.gnu.org/packages/websocket.html")
6837 (synopsis "Emacs WebSocket client and server")
6838 (description "This is an Elisp library for WebSocket clients to talk to
6839 WebSocket servers, and for WebSocket servers to accept connections from
6840 WebSocket clients. This library is designed to be used by other library
6841 writers, to write applications that use WebSockets, and is not useful by
6842 itself.")
6843 (license license:gpl3+)))
6844
6845 (define-public emacs-oauth2
6846 (package
6847 (name "emacs-oauth2")
6848 (version "0.11")
6849 (source
6850 (origin
6851 (method url-fetch)
6852 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
6853 version ".el"))
6854 (sha256
6855 (base32
6856 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
6857 (build-system emacs-build-system)
6858 (home-page "http://elpa.gnu.org/packages/oauth2.html")
6859 (synopsis "OAuth 2.0 authorization protocol implementation")
6860 (description
6861 "This package provides an Elisp implementation of the OAuth 2.0 draft.
6862 The main entry point is @code{oauth2-auth-and-store} which will return a token
6863 structure. This token structure can be then used with
6864 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
6865 retrieve any data that need OAuth authentication to be accessed. If the token
6866 needs to be refreshed, the code handles it automatically and stores the new
6867 value of the access token.")
6868 (license license:gpl3+)))
6869
6870 (define-public emacs-circe
6871 (package
6872 (name "emacs-circe")
6873 (version "2.6")
6874 (source
6875 (origin
6876 (method git-fetch)
6877 (uri (git-reference
6878 (url "https://github.com/jorgenschaefer/circe.git")
6879 (commit (string-append "v" version))))
6880 (file-name (string-append name "-" version "-checkout"))
6881 (sha256
6882 (base32
6883 "19h3983zy3f15cgs86irvbdzz55qyjm48qd7gjlzcxplr7vnnh0j"))))
6884 (build-system emacs-build-system)
6885 ;; In order to securely connect to an IRC server using TLS, Circe requires
6886 ;; the GnuTLS binary.
6887 (propagated-inputs
6888 `(("gnutls" ,gnutls)))
6889 (home-page "https://github.com/jorgenschaefer/circe")
6890 (synopsis "Client for IRC in Emacs")
6891 (description "Circe is a Client for IRC in Emacs. It integrates well with
6892 the rest of the editor, using standard Emacs key bindings and indicating
6893 activity in channels in the status bar so it stays out of your way unless you
6894 want to use it.")
6895 (license license:gpl3+)))
6896
6897 (define-public emacs-slack
6898 (let ((commit "92724604879149cf331fa8778d089813a9d4ce1a")
6899 (revision "3"))
6900 (package
6901 (name "emacs-slack")
6902 (version (string-append "0-" revision "." (string-take commit 7)))
6903 (source (origin
6904 (method git-fetch)
6905 (uri (git-reference
6906 (url "https://github.com/yuya373/emacs-slack.git")
6907 (commit commit)))
6908 (file-name (string-append name "-" version "-checkout"))
6909 (sha256
6910 (base32
6911 "1fdf8s3ca356k7m7f5kqzfamfl2nrqjj2pynjv3kkrr0ad15nxmw"))))
6912 (build-system emacs-build-system)
6913 (propagated-inputs
6914 `(("emacs-alert" ,emacs-alert)
6915 ("emacs-emojify" ,emacs-emojify)
6916 ("emacs-request" ,emacs-request)
6917 ("emacs-websocket" ,emacs-websocket)
6918 ("emacs-oauth2" ,emacs-oauth2)
6919 ("emacs-circe" ,emacs-circe)))
6920 (home-page "https://github.com/yuya373/emacs-slack")
6921 (synopsis "Slack client for Emacs")
6922 (description "This package provides an Emacs client for the Slack
6923 messaging service.")
6924 (license license:gpl3+))))
6925
6926 (define-public emacs-bash-completion
6927 (package
6928 (name "emacs-bash-completion")
6929 (version "2.0.0")
6930 (source
6931 (origin
6932 (method url-fetch)
6933 (uri (string-append
6934 "https://github.com/szermatt/emacs-bash-completion/archive/v"
6935 version ".tar.gz"))
6936 (file-name (string-append name "-" version ".tar.gz"))
6937 (sha256
6938 (base32
6939 "0mkci4a1fy8z4cmry8mx5vsx4f16a8r454slnh7lqzidnhfi63hj"))))
6940 (inputs `(("bash" ,bash)))
6941 (build-system emacs-build-system)
6942 (arguments
6943 `(#:phases
6944 (modify-phases %standard-phases
6945 (add-before 'install 'configure
6946 (lambda* (#:key inputs #:allow-other-keys)
6947 (let ((bash (assoc-ref inputs "bash")))
6948 (emacs-substitute-variables "bash-completion.el"
6949 ("bash-completion-prog" (string-append bash "/bin/bash"))))
6950 #t)))))
6951 (home-page "https://github.com/szermatt/emacs-bash-completion")
6952 (synopsis "BASH completion for the shell buffer")
6953 (description
6954 "@code{bash-completion} defines dynamic completion hooks for shell-mode
6955 and shell-command prompts that are based on bash completion.")
6956 (license license:gpl2+)))
6957
6958 (define-public emacs-easy-kill
6959 (package
6960 (name "emacs-easy-kill")
6961 (version "0.9.3")
6962 (source (origin
6963 (method url-fetch)
6964 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
6965 version ".tar"))
6966 (sha256
6967 (base32
6968 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
6969 (build-system emacs-build-system)
6970 (home-page "https://github.com/leoliu/easy-kill")
6971 (synopsis "Kill and mark things easily in Emacs")
6972 (description
6973 "This package provides commands @code{easy-kill} and @code{easy-mark} to
6974 let users kill or mark things easily.")
6975 (license license:gpl3+)))
6976
6977 (define-public emacs-csv-mode
6978 (package
6979 (name "emacs-csv-mode")
6980 (version "1.7")
6981 (source
6982 (origin
6983 (method url-fetch)
6984 (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
6985 version ".el"))
6986 (sha256
6987 (base32
6988 "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
6989 (build-system emacs-build-system)
6990 (home-page
6991 "http://elpa.gnu.org/packages/csv-mode.html")
6992 (synopsis
6993 "Major mode for editing comma/char separated values")
6994 (description
6995 "This Emacs package implements CSV mode, a major mode for editing records
6996 in a generalized CSV (character-separated values) format.")
6997 (license license:gpl3+)))
6998
6999 (define-public emacs-transmission
7000 (package
7001 (name "emacs-transmission")
7002 (version "0.12.1")
7003 (source (origin
7004 (method url-fetch)
7005 (uri (string-append
7006 "https://github.com/holomorph/transmission/archive/"
7007 version ".tar.gz"))
7008 (file-name (string-append name "-" version ".tar.gz"))
7009 (sha256
7010 (base32
7011 "1rrlgn96gi1ljfwbwvlyyxbq75xzamlbdhq1bpyadxxmxcvlmk3n"))))
7012 (build-system emacs-build-system)
7013 (home-page "https://github.com/holomorph/transmission")
7014 (synopsis "Emacs interface to a Transmission session")
7015 (description "This package provides an Emacs interface to interact with a
7016 running session of the Transmission Bittorrent client.
7017
7018 Features:
7019
7020 @itemize
7021 @item List, add, start/stop, verify, remove torrents.
7022 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
7023 @item Navigate to the corresponding file list, torrent info, peer info
7024 contexts.
7025 @item Toggle downloading and set priorities for individual files.
7026 @end itemize\n")
7027 (license license:gpl3+)))
7028
7029 (define-public emacs-polymode
7030 ;; There hasn't been a proper release.
7031 (let ((commit "0340f5e7e55235832e59673f027cc79a23cbdcd6")
7032 (revision "1"))
7033 (package
7034 (name "emacs-polymode")
7035 (version (string-append "1.0-" revision "." (string-take commit 7)))
7036 (source (origin
7037 (method git-fetch)
7038 (uri (git-reference
7039 (url "https://github.com/vspinu/polymode.git")
7040 (commit commit)))
7041 (file-name (string-append name "-" version "-checkout"))
7042 (sha256
7043 (base32
7044 "057cybkq3cy07n5s332k071sjiky3mziy003lza4rh75mgqkwhmh"))))
7045 (build-system emacs-build-system)
7046 (arguments
7047 `(#:include (cons* "^modes/.*\\.el$" %default-include)
7048 #:phases
7049 (modify-phases %standard-phases
7050 (add-after 'set-emacs-load-path 'add-modes-subdir-to-load-path
7051 (lambda _
7052 (setenv "EMACSLOADPATH"
7053 (string-append (getenv "EMACSLOADPATH")
7054 ":" (getcwd) "/modes" ":")))))))
7055 (home-page "https://github.com/vspinu/polymode")
7056 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
7057 (description "Polymode is an Emacs package that offers generic support
7058 for multiple major modes inside a single Emacs buffer. It is lightweight,
7059 object oriented and highly extensible. Creating a new polymode typically
7060 takes only a few lines of code. Polymode also provides extensible facilities
7061 for external literate programming tools for exporting, weaving and tangling.")
7062 (license license:gpl3+))))
7063
7064 (define-public eless
7065 (package
7066 (name "eless")
7067 (version "0.3")
7068 (source (origin
7069 (method url-fetch)
7070 (uri (string-append
7071 "https://github.com/kaushalmodi/eless/archive/"
7072 "v" version ".tar.gz"))
7073 (file-name (string-append name "-" version ".tar.gz"))
7074 (sha256
7075 (base32
7076 "0gjnnhgw5xs1w3qfnkvwa2nv44gnxr8pkhx3c7qig45p8nh1461h"))))
7077 (build-system trivial-build-system)
7078 (inputs
7079 `(("bash" ,bash)))
7080 (native-inputs
7081 `(("tar" ,tar)
7082 ("gzip" ,gzip)))
7083 (arguments
7084 `(#:modules ((guix build utils))
7085 #:builder
7086 (begin
7087 (use-modules (guix build utils))
7088 (setenv "PATH" (string-append
7089 (assoc-ref %build-inputs "tar") "/bin" ":"
7090 (assoc-ref %build-inputs "gzip") "/bin"))
7091 (system* "tar" "xvf" (assoc-ref %build-inputs "source"))
7092 (chdir (string-append "eless" "-" ,version))
7093 (substitute* "eless" (("/usr/bin/env bash")
7094 (string-append (assoc-ref %build-inputs "bash")
7095 "/bin/bash")))
7096 (install-file "eless" (string-append %output "/bin"))
7097 (install-file "doc/eless.info" (string-append %output "/share/info"))
7098 #t)))
7099 (home-page "https://github.com/kaushalmodi/eless")
7100 (synopsis "Use Emacs as a paginator")
7101 (description "@code{eless} provides a combination of Bash script
7102 and a minimal Emacs view-mode.
7103
7104 Feautures:
7105
7106 @itemize
7107 @item Independent of a user’s Emacs config.
7108 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
7109 @item Not require an Emacs server to be already running.
7110 @item Syntax highlighting.
7111 @item Org-mode file rendering.
7112 @item @code{man} page viewer.
7113 @item Info viewer.
7114 @item Dired, wdired, (batch edit symbolic links).
7115 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
7116 @item Filter log files lines matching a regexp.
7117 @item Auto-revert log files similar to @code{tail -f}.
7118 @item Quickly change frame and font sizes.
7119 @end itemize\n")
7120 (license license:expat)))
7121
7122 (define-public emacs-evil-matchit
7123 (package
7124 (name "emacs-evil-matchit")
7125 (version "2.2.6")
7126 (source
7127 (origin
7128 (method url-fetch)
7129 (uri (string-append
7130 "https://github.com/redguardtoo/evil-matchit/archive/"
7131 version ".tar.gz"))
7132 (file-name (string-append name "-" version ".tar.gz"))
7133 (sha256
7134 (base32
7135 "1yp9sl6542317mn1060ri90zyf6bs6qylagndhqy02p368q31rhi"))))
7136 (build-system emacs-build-system)
7137 (propagated-inputs
7138 `(("emacs-evil" ,emacs-evil)))
7139 (home-page "https://github.com/redguardtoo/evil-matchit")
7140 (synopsis "Vim matchit ported into Emacs")
7141 (description
7142 "@code{evil-matchit} is a minor mode for jumping between matching tags in
7143 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
7144 (license license:gpl3+)))
7145
7146 (define-public emacs-evil-smartparens
7147 (package
7148 (name "emacs-evil-smartparens")
7149 (version "0.4.0")
7150 (source
7151 (origin
7152 (method url-fetch)
7153 (uri (string-append
7154 "https://github.com/expez/evil-smartparens/archive/"
7155 version ".tar.gz"))
7156 (file-name (string-append name "-" version ".tar.gz"))
7157 (sha256
7158 (base32
7159 "1bwzdd3054d407d5j4m3njsbvmc9r8zzp33m32pj3b3irxrl68q0"))))
7160 (build-system emacs-build-system)
7161 (propagated-inputs
7162 `(("emacs-evil" ,emacs-evil)
7163 ("emacs-smartparens" ,emacs-smartparens)))
7164 (home-page "https://github.com/expez/evil-smartparens")
7165 (synopsis "Emacs Evil integration for Smartparens")
7166 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
7167 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
7168 emulates Vim features and provides Vim-like key bindings.")
7169 (license license:gpl3+)))
7170
7171 (define-public emacs-evil-quickscope
7172 (package
7173 (name "emacs-evil-quickscope")
7174 (version "0.1.4")
7175 (source
7176 (origin
7177 (method url-fetch)
7178 (uri (string-append "https://github.com/blorbx/evil-quickscope/archive/v"
7179 version ".tar.gz"))
7180 (file-name (string-append name "-" version ".tar.gz"))
7181 (sha256
7182 (base32
7183 "1r26a412mmar7vbf89zcifswiwpdg30mjzj32xdyqss57aqi83ma"))))
7184 (build-system emacs-build-system)
7185 (propagated-inputs
7186 `(("emacs-evil" ,emacs-evil)))
7187 (arguments
7188 `(#:tests? #t
7189 #:test-command '("emacs" "--batch"
7190 "-l" "evil-quickscope-tests.el"
7191 "-f" "ert-run-tests-batch-and-exit")))
7192 (home-page "https://github.com/blorbx/evil-quickscope")
7193 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
7194 (description "@code{emacs-evil-quickscope} highlights targets for Evil
7195 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
7196 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
7197 features and provides Vim-like key bindings.")
7198 (license license:gpl3+)))
7199
7200 (define-public emacs-bongo
7201 (package
7202 (name "emacs-bongo")
7203 (version "1.0")
7204 (source
7205 (origin
7206 (method url-fetch)
7207 (uri (string-append
7208 "https://github.com/dbrock/bongo/archive/"
7209 version ".tar.gz"))
7210 (file-name (string-append name "-" version ".tar.gz"))
7211 (sha256
7212 (base32
7213 "1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
7214 (build-system emacs-build-system)
7215 (home-page "https://github.com/dbrock/bongo")
7216 (synopsis "Media player for Emacs")
7217 (description
7218 "This package provides a flexible media player for Emacs. @code{Bongo}
7219 supports multiple backends such as @code{vlc}, @code{mpg123},
7220 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
7221 @code{afplay}.")
7222 (license license:gpl2+)))
7223
7224 (define-public groovy-emacs-modes
7225 (package
7226 (name "groovy-emacs-modes")
7227 (version "2.0")
7228 (source (origin
7229 (method url-fetch)
7230 (uri (string-append
7231 "https://github.com/Groovy-Emacs-Modes/" name
7232 "/archive/" version ".tar.gz"))
7233 (file-name (string-append name "-" version ".tar.gz"))
7234 (sha256
7235 (base32
7236 "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
7237 (build-system emacs-build-system)
7238 (propagated-inputs
7239 `(("emacs-s" ,emacs-s)))
7240 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
7241 (synopsis "Groovy related modes for Emacs")
7242 (description
7243 "This package provides @code{groovy-mode} for syntax highlighing in
7244 Groovy source files, REPL integration with run-groovy and Grails project
7245 navigation with the grails mode.")
7246 (license license:gpl3+)))
7247
7248 (define-public org-tree-slide
7249 (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
7250 (revision "0"))
7251 (package
7252 (name "emacs-org-tree-slide")
7253 (version (git-version "0.1" revision commit))
7254 (home-page "https://github.com/takaxp/org-tree-slide")
7255 (source (origin
7256 (method git-fetch)
7257 (uri (git-reference (url home-page) (commit commit)))
7258 (sha256
7259 (base32
7260 "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
7261 (file-name (git-file-name name version))))
7262 (build-system emacs-build-system)
7263 (synopsis "Presentation tool for org-mode")
7264 (description
7265 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
7266 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
7267 @kbd{C-<} to jump to the next and previous slide.")
7268 (license license:gpl3+))))
7269
7270 (define-public emacs-scratch-el
7271 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
7272 (revision "1"))
7273 (package
7274 (name "emacs-scratch-el")
7275 (version (git-version "1.2" revision commit))
7276 (source (origin
7277 (method git-fetch)
7278 (uri (git-reference
7279 (url "https://github.com/ieure/scratch-el.git")
7280 (commit commit)))
7281 (file-name (git-file-name name version))
7282 (sha256
7283 (base32
7284 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
7285 (build-system emacs-build-system)
7286 (native-inputs
7287 `(("texinfo" ,texinfo)))
7288 (arguments
7289 '(#:phases
7290 (modify-phases %standard-phases
7291 (add-after 'install 'install-doc
7292 (lambda* (#:key outputs #:allow-other-keys)
7293 (unless (invoke "makeinfo" "scratch.texi")
7294 (error "makeinfo failed"))
7295 (install-file "scratch.info"
7296 (string-append (assoc-ref outputs "out")
7297 "/share/info"))
7298 #t)))))
7299 (home-page "https://github.com/ieure/scratch-el/")
7300 (synopsis "Create scratch buffers with the same mode as current buffer")
7301 (description "Scratch is an extension to Emacs that enables one to create
7302 scratch buffers that are in the same mode as the current buffer. This is
7303 notably useful when working on code in some language; you may grab code into a
7304 scratch buffer, and, by virtue of this extension, do so using the Emacs
7305 formatting rules for that language.")
7306 (license license:bsd-2))))
7307
7308 (define-public emacs-kv
7309 (package
7310 (name "emacs-kv")
7311 (version "0.0.19")
7312 (source
7313 (origin
7314 (method git-fetch)
7315 (uri (git-reference
7316 (url "https://github.com/nicferrier/emacs-kv.git")
7317 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
7318 (file-name (string-append name "-" version "-checkout"))
7319 (sha256
7320 (base32
7321 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
7322 (build-system emacs-build-system)
7323 (arguments
7324 `(#:tests? #t
7325 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
7326 "-f" "ert-run-tests-batch-and-exit")))
7327 (home-page "https://github.com/nicferrier/emacs-kv")
7328 (synopsis "Key/Value data structures library for Emacs Lisp")
7329 (description "@code{emacs-kv} is a collection of tools for dealing with
7330 key/value data structures such as plists, alists and hash-tables in Emacs
7331 Lisp.")
7332 (license license:gpl3+)))
7333
7334 (define-public emacs-esxml
7335 (package
7336 (name "emacs-esxml")
7337 (version "0.3.4")
7338 (source (origin
7339 (method git-fetch)
7340 (uri (git-reference
7341 (url "https://github.com/tali713/esxml.git")
7342 (commit version)))
7343 (file-name (git-file-name name version))
7344 (sha256
7345 (base32
7346 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
7347 (build-system emacs-build-system)
7348 (arguments
7349 `(#:phases
7350 (modify-phases %standard-phases
7351 (add-after 'unpack 'fix-sources
7352 (lambda _
7353 ;; See: https://github.com/tali713/esxml/pull/28.
7354 (substitute* "css-lite.el"
7355 ((";;; main interface")
7356 (string-append ";;; main interface\n"
7357 "(require 'cl-lib)"))
7358 (("mapcan")
7359 "cl-mapcan")
7360 (("',\\(cl-mapcan #'process-css-rule rules\\)")
7361 "(cl-mapcan #'process-css-rule ',rules)"))
7362 (substitute* "esxml-form.el"
7363 ((",esxml-form-field-defn")
7364 "#'esxml-form-field-defn"))
7365 ;; See: https://github.com/tali713/esxml/issues/25
7366 (delete-file "esxpath.el")
7367 #t)))))
7368 (propagated-inputs
7369 `(("emacs-kv" ,emacs-kv)))
7370 (home-page "https://github.com/tali713/esxml/")
7371 (synopsis "SXML for EmacsLisp")
7372 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
7373 Simply, this is the easiest way to write HTML or XML in Lisp. This library
7374 uses the native form of XML representation as used by many libraries already
7375 included within Emacs. See @code{esxml-to-xml} for a concise description of
7376 the format.")
7377 (license license:gpl3+)))
7378
7379 (define-public emacs-nov-el
7380 (package
7381 (name "emacs-nov-el")
7382 (version "0.2.2")
7383 (source (origin
7384 (method git-fetch)
7385 (uri (git-reference
7386 (url "https://github.com/wasamasa/nov.el.git")
7387 (commit version)))
7388 (file-name (git-file-name name version))
7389 (sha256
7390 (base32
7391 "03s0qjvwk1f7y3i4wh2p5y3z4hdv00adgz8za3vphzc0q8i1kjzb"))))
7392 (build-system emacs-build-system)
7393 (arguments
7394 `(#:phases
7395 (modify-phases %standard-phases
7396 (add-after 'unpack 'embed-path-to-unzip
7397 (lambda _
7398 (substitute* "nov.el"
7399 (("\\(executable-find \"unzip\"\\)")
7400 (string-append "\"" (which "unzip") "\"")))
7401 #t)))))
7402 (propagated-inputs
7403 `(("emacs-dash" ,emacs-dash)
7404 ("emacs-esxml" ,emacs-esxml)))
7405 (inputs
7406 `(("unzip" ,unzip)))
7407 (home-page "https://github.com/wasamasa/nov.el/")
7408 (synopsis "Major mode for reading EPUBs in Emacs")
7409 (description "@code{nov.el} provides a major mode for reading EPUB
7410 documents.
7411
7412 Features:
7413
7414 @itemize
7415 @item Basic navigation (jump to TOC, previous/next chapter)
7416 @item Remembering and restoring the last read position
7417 @item Jump to next chapter when scrolling beyond end
7418 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
7419 @item Hyperlinks to internal and external targets
7420 @item Supports textual and image documents
7421 @item View source of document files
7422 @item Metadata display
7423 @item Image rescaling
7424 @end itemize
7425 ")
7426 (license license:gpl3+)))
7427
7428 (define-public epipe
7429 (package
7430 (name "epipe")
7431 (version "0.1.0")
7432 (source
7433 (origin
7434 (method url-fetch)
7435 (uri (string-append "https://github.com/cute-jumper/epipe/archive/"
7436 version ".tar.gz"))
7437 (file-name (string-append name "-" version ".tar.gz"))
7438 (sha256
7439 (base32
7440 "05a036852g4j63k1mhvyfrcsgkl9lczayi7x61570ysw3cli5wp5"))))
7441 (build-system trivial-build-system)
7442 (inputs
7443 `(("bash" ,bash)
7444 ("perl" ,perl)))
7445 (native-inputs
7446 `(("tar" ,tar)
7447 ("gzip" ,gzip)))
7448 (arguments
7449 `(#:modules
7450 ((guix build utils))
7451 #:builder
7452 (begin
7453 (use-modules (guix build utils))
7454 ;; Extract source
7455 (setenv "PATH" (string-append
7456 (assoc-ref %build-inputs "tar") "/bin" ":"
7457 (assoc-ref %build-inputs "gzip") "/bin"))
7458 (system* "tar" "xvf" (assoc-ref %build-inputs "source"))
7459 (chdir (string-append ,name "-" ,version))
7460 ;; Patch shebangs
7461 (substitute* "epipe"
7462 (("/usr/bin/env bash")
7463 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
7464 (patch-shebang "epipe.pl"
7465 (list (string-append (assoc-ref %build-inputs "perl")
7466 "/bin")))
7467 ;; Installation
7468 (for-each (lambda (file)
7469 (install-file file (string-append %output "/bin")))
7470 '("epipe" "epipe.pl"))
7471 #t)))
7472 (home-page "https://github.com/cute-jumper/epipe")
7473 (synopsis "Pipe to the @code{emacsclient}")
7474 (description "@code{epipe} provides an utility to use your editor in
7475 the pipeline, featuring the support for running @code{emacsclient}.")
7476 (license license:gpl3+)))
7477
7478 (define-public emacs-hcl-mode
7479 (package
7480 (name "emacs-hcl-mode")
7481 (version "0.03")
7482 (source
7483 (origin
7484 (method url-fetch)
7485 (uri (string-append
7486 "https://github.com/syohex/emacs-hcl-mode/archive/"
7487 version ".tar.gz"))
7488 (file-name (string-append name "-" version ".tar.gz"))
7489 (sha256
7490 (base32
7491 "0pvw74qpwh0znqzp6syp4wxjqs7dp1hbn5h7xfk97mff9l5d8k6x"))))
7492 (build-system emacs-build-system)
7493 (home-page "https://github.com/syohex/emacs-hcl-mode")
7494 (synopsis "Major mode for the Hashicorp Configuration Language")
7495 (description
7496 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
7497 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
7498 highlighting and indentation support.")
7499 (license license:gpl3+)))
7500
7501 (define-public emacs-terraform-mode
7502 (package
7503 (name "emacs-terraform-mode")
7504 (version "0.06")
7505 (source
7506 (origin
7507 (method url-fetch)
7508 (uri (string-append
7509 "https://github.com/syohex/emacs-terraform-mode/archive/"
7510 version ".tar.gz"))
7511 (file-name (string-append name "-" version ".tar.gz"))
7512 (sha256
7513 (base32
7514 "0h9267ifdjmcin4sj8slxydbacx4bqicbvg8pa1qq2l72h9m5381"))))
7515 (build-system emacs-build-system)
7516 (propagated-inputs
7517 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
7518 (home-page "https://github.com/syohex/emacs-terraform-mode")
7519 (synopsis "Major mode for Terraform")
7520 (description
7521 "@code{emacs-terraform-mode} provides a major mode for working with
7522 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
7523 functionality is inherited from @code{hcl-mode}.")
7524 (license license:gpl3+)))
7525
7526 (define-public emacs-exec-path-from-shell
7527 (package
7528 (name "emacs-exec-path-from-shell")
7529 (version "1.11")
7530 (source
7531 (origin
7532 (method url-fetch)
7533 (uri (string-append
7534 "https://stable.melpa.org/packages/exec-path-from-shell-"
7535 version ".el"))
7536 (sha256
7537 (base32
7538 "03qjgb81cq1l3j54lvlf98r75vmmgd06mj6qh5wa6mz4xzp4w26r"))))
7539 (build-system emacs-build-system)
7540 (home-page "https://github.com/purcell/exec-path-from-shell")
7541 (synopsis "Get environment variables such as @var{PATH} from the shell")
7542 (description
7543 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
7544 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
7545 the like work as expected on systems on which Emacs is not guaranteed to
7546 inherit a login shell's environment variables. It also allows other
7547 environment variables to be retrieved from the shell, so that Emacs will see
7548 the same values you get in a terminal.")
7549 (license license:gpl3+)))
7550
7551 (define-public emacs-deft
7552 (package
7553 (name "emacs-deft")
7554 (version "0.8")
7555 (source
7556 (origin
7557 (method url-fetch)
7558 (uri (string-append "https://stable.melpa.org/packages/deft-"
7559 version ".el"))
7560 (sha256
7561 (base32
7562 "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
7563 (build-system emacs-build-system)
7564 (home-page "https://jblevins.org/projects/deft/")
7565 (synopsis "Quickly browse, filter, and edit plain text notes")
7566 (description
7567 "Deft is an Emacs mode for quickly browsing, filtering, and editing
7568 directories of plain text notes, inspired by Notational Velocity.")
7569 (license license:bsd-3)))
7570
7571 (define-public emacs-anzu
7572 (package
7573 (name "emacs-anzu")
7574 (version "0.62")
7575 (source
7576 (origin
7577 (method url-fetch)
7578 (uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
7579 version ".tar.gz"))
7580 (file-name (string-append name "-" version ".tar.gz"))
7581 (sha256
7582 (base32
7583 "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
7584 (build-system emacs-build-system)
7585 (home-page "https://github.com/syohex/emacs-anzu")
7586 (synopsis "Show number of matches in mode-line while searching")
7587 (description
7588 "Anzu provides a minor mode which displays \"current match/total
7589 matches\" in the mode line in various search modes. This is an Emacs port of
7590 Anzu.zim.")
7591 (license license:gpl3+)))
7592
7593 (define-public emacs-emmet-mode
7594 (package
7595 (name "emacs-emmet-mode")
7596 (version "1.0.8")
7597 (source (origin
7598 (method url-fetch)
7599 (uri (string-append "https://github.com/smihica/emmet-mode"
7600 "/archive/" version ".tar.gz"))
7601 (file-name (string-append name "-" version ".tar.gz"))
7602 (sha256
7603 (base32
7604 "0g3p22yabfcp98cfv9dgl9il2m2pd53isq2q11vb3s7qyn31f7zj"))))
7605 (build-system emacs-build-system)
7606 (home-page "https://github.com/smihica/emmet-mode")
7607 (synopsis "Unofficial Emmet's support for Emacs")
7608 (description
7609 "Unfold CSS-selector-like expressions to markup. It is intended to be
7610 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
7611 (license license:gpl3+)))
7612
7613 (define-public emacs-ergoemacs-mode
7614 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
7615 (revision "1"))
7616 (package
7617 (name "emacs-ergoemacs-mode")
7618 (version (git-version "5.16.10.12" revision commit))
7619 (source
7620 (origin
7621 (method git-fetch)
7622 (uri (git-reference
7623 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
7624 (commit commit)))
7625 (sha256
7626 (base32
7627 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
7628 (build-system emacs-build-system)
7629 (propagated-inputs
7630 `(("emacs-undo-tree" ,emacs-undo-tree)))
7631 (home-page "https://ergoemacs.github.io/")
7632 (synopsis "Emacs mode based on common modern interface and ergonomics")
7633 (description
7634 "This package provides an efficient Emacs keybinding set based on
7635 statistics of command frequency, and supports common shortcuts for open,
7636 close, copy, cut, paste, undo, redo.")
7637 (license license:gpl3+))))
7638
7639 (define-public emacs-password-store
7640 (package
7641 (name "emacs-password-store")
7642 (version "1.7.1")
7643 (source (origin
7644 (method url-fetch)
7645 (uri
7646 (string-append "https://git.zx2c4.com/password-store/snapshot/"
7647 "password-store-" version ".tar.xz"))
7648 (sha256
7649 (base32
7650 "0scqkpll2q8jhzcgcsh9kqz0gwdpvynivqjmmbzax2irjfaiklpn"))))
7651 (build-system emacs-build-system)
7652 (arguments
7653 `(#:phases
7654 (modify-phases %standard-phases
7655 (add-after 'unpack 'extract-el-file
7656 (lambda _
7657 (copy-file "contrib/emacs/password-store.el" "password-store.el")
7658 (delete-file-recursively "contrib")
7659 (delete-file-recursively "man")
7660 (delete-file-recursively "src")
7661 (delete-file-recursively "tests"))))))
7662 (propagated-inputs
7663 `(("emacs-f" ,emacs-f)
7664 ("emacs-s" ,emacs-s)
7665 ("password-store" ,password-store)))
7666 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
7667 (synopsis "Password store (pass) support for Emacs")
7668 (description
7669 "This package provides functions for working with pass (\"the
7670 standard Unix password manager\").")
7671 (license license:gpl2+)))
7672
7673 (define-public emacs-pass
7674 (package
7675 (name "emacs-pass")
7676 (version "1.7")
7677 (source (origin
7678 (method url-fetch)
7679 (uri (string-append
7680 "https://github.com/NicolasPetton/pass/archive/"
7681 version ".tar.gz"))
7682 (sha256
7683 (base32
7684 "0zlx9v6z0q3w9qhq9bq6vb7sli4c9x7qccm2wq55j0nw7bwy2yvj"))
7685 (file-name (string-append name "-" version ".tar.gz"))))
7686 (build-system emacs-build-system)
7687 (propagated-inputs
7688 `(("emacs-password-store" ,emacs-password-store)
7689 ("emacs-f" ,emacs-f)))
7690 (home-page "https://github.com/NicolasPetton/pass")
7691 (synopsis "Major mode for @file{password-store.el}")
7692 (description "This is a major mode for managing password-store (pass)
7693 keychains. The keychain entries are displayed in a directory-like structure
7694 and can be consulted and modified.")
7695 (license license:gpl3+)))
7696
7697 (define-public emacs-evil-anzu
7698 (package
7699 (name "emacs-evil-anzu")
7700 (version "0.03")
7701 (source
7702 (origin
7703 (method url-fetch)
7704 (uri (string-append "https://github.com/syohex/emacs-evil-anzu"
7705 "/archive/" version ".tar.gz"))
7706 (file-name (string-append name "-" version ".tar.gz"))
7707 (sha256
7708 (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
7709 (build-system emacs-build-system)
7710 (propagated-inputs
7711 `(("emacs-evil" ,emacs-evil)
7712 ("emacs-anzu" ,emacs-anzu)))
7713 (home-page "https://github.com/syohex/emacs-evil-anzu")
7714 (synopsis "Anzu for evil-mode")
7715 (description "@code{anzu} provides a minor mode that displays the current
7716 match and total match information in the mode-line in various search modes.")
7717 (license license:gpl3+)))
7718
7719 (define-public emacs-pg
7720 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
7721 (package
7722 (name "emacs-pg")
7723 (version (git-version "0.1" "1" commit))
7724 (source (origin
7725 (method git-fetch)
7726 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
7727 (commit commit)))
7728 (file-name (git-file-name name version))
7729 (sha256
7730 (base32
7731 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
7732 (build-system emacs-build-system)
7733 (home-page "https://github.com/cbbrowne/pg.el")
7734 (synopsis "Emacs Lisp interface for PostgreSQL")
7735 (description
7736 "This package provides an Emacs Lisp interface for PostgreSQL.")
7737 (license license:gpl3+))))
7738
7739 (define-public emacs-cl-generic
7740 (package
7741 (name "emacs-cl-generic")
7742 (version "0.3")
7743 (source
7744 (origin
7745 (method url-fetch)
7746 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
7747 version ".el"))
7748 (sha256
7749 (base32
7750 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
7751 (build-system emacs-build-system)
7752 (home-page "https://elpa.gnu.org/packages/seq.html")
7753 (synopsis
7754 "Forward @code{cl-generic} compatibility for Emacs before version 25")
7755 (description "This package provides a subset of the features of the
7756 @code{cl-generic} package introduced in Emacs-25, for use on previous
7757 @code{emacsen}.")
7758 (license license:gpl3+)))
7759
7760 (define-public emacs-finalize
7761 (package
7762 (name "emacs-finalize")
7763 (version "2.0.0")
7764 (source
7765 (origin
7766 (method url-fetch)
7767 (uri (string-append "https://github.com/skeeto/elisp-finalize/archive/"
7768 version ".tar.gz"))
7769 (file-name (string-append name "-" version ".tar.gz"))
7770 (sha256
7771 (base32
7772 "077fycy3i5f0kjw5z3rhf4kld5lbk2idz690nkwhkz04vppk4q4x"))))
7773 (build-system emacs-build-system)
7774 (propagated-inputs
7775 `(("emacs-cl-generic" ,emacs-cl-generic)))
7776 (home-page "https://github.com/skeeto/elisp-finalize")
7777 (synopsis "Finalizers for Emacs Lisp")
7778 (description
7779 "This package will allows to immediately run a callback (a finalizer)
7780 after its registered lisp object has been garbage collected. This allows for
7781 extra resources, such as buffers and processes, to be cleaned up after the
7782 object has been freed.")
7783 (license license:unlicense)))
7784
7785 (define-public emacs-emacsql
7786 (package
7787 (name "emacs-emacsql")
7788 (version "2.0.3")
7789 (source
7790 (origin
7791 (method url-fetch)
7792 (uri (string-append "https://github.com/skeeto/emacsql/archive/"
7793 version ".tar.gz"))
7794 (file-name (string-append name "-" version ".tar.gz"))
7795 (sha256
7796 (base32
7797 "04hfjdgl1zc7jysgjc7d7d3xqpr7q1q9gsmzffjd91ii3hpqjgx6"))))
7798 (build-system emacs-build-system)
7799 (arguments
7800 `(#:modules ((guix build emacs-build-system)
7801 (guix build utils)
7802 (guix build emacs-utils)
7803 (srfi srfi-26))
7804 #:phases
7805 (modify-phases %standard-phases
7806 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
7807 (add-before 'install 'patch-elisp-shell-shebangs
7808 (lambda _
7809 (substitute* (find-files "." "\\.el")
7810 (("/bin/sh") (which "sh")))
7811 #t))
7812 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
7813 (lambda _
7814 (setenv "SHELL" "sh")))
7815 (add-after 'setenv-shell 'build-emacsql-sqlite
7816 (lambda _
7817 (invoke "make" "binary" "CC=gcc")))
7818 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
7819 ;; This build phase installs emacs-emacsql binary.
7820 (lambda* (#:key outputs #:allow-other-keys)
7821 (install-file "sqlite/emacsql-sqlite"
7822 (string-append (assoc-ref outputs "out")
7823 "/bin"))
7824 #t))
7825 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
7826 ;; This build phase removes interactive prompts
7827 ;; and makes sure Emacs look for binaries in the right places.
7828 (lambda* (#:key outputs #:allow-other-keys)
7829 (let ((file "emacsql-sqlite.el"))
7830 (chmod file #o644)
7831 (emacs-substitute-sexps file
7832 ;; Avoid interactive prompts.
7833 ("(defvar emacsql-sqlite-user-prompted" 't)
7834 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
7835 ("(executable-find" (which "gcc"))
7836 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
7837 ;; in the right place.
7838 ("(defvar emacsql-sqlite-executable"
7839 (string-append (assoc-ref outputs "out")
7840 "/bin/emacsql-sqlite"))))))
7841 (replace 'install
7842 (lambda* (#:key outputs #:allow-other-keys)
7843 (let* ((out (assoc-ref outputs "out")))
7844 (install-file "sqlite/emacsql-sqlite"
7845 (string-append out "/bin"))
7846 (for-each (cut install-file <>
7847 (string-append out "/share/emacs/site-lisp/guix.d/"
7848 "emacsql" "-" ,version))
7849 (find-files "." "\\.elc*$")))
7850 #t)))))
7851 (inputs
7852 `(("emacs-minimal" ,emacs-minimal)
7853 ("mysql" ,mysql)
7854 ("postgresql" ,postgresql)))
7855 (propagated-inputs
7856 `(("emacs-finalize" ,emacs-finalize)
7857 ("emacs-pg" ,emacs-pg)))
7858 (home-page "https://github.com/skeeto/emacsql")
7859 (synopsis "Emacs high-level SQL database front-end")
7860 (description "Any readable Lisp value can be stored as a value in EmacSQL,
7861 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
7862 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
7863 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
7864 (license license:gpl3+)))
7865
7866 (define-public emacs-closql
7867 (package
7868 (name "emacs-closql")
7869 (version "0.5.1")
7870 (source
7871 (origin
7872 (method url-fetch)
7873 (uri (string-append "https://github.com/emacscollective/closql/archive/"
7874 "v" version ".tar.gz"))
7875 (file-name (string-append name "-" version ".tar.gz"))
7876 (sha256
7877 (base32
7878 "0wa6r0kgbb7f19039p5f3di4dvrvxfgpd8bkam94fca7jvzj536c"))))
7879 (build-system emacs-build-system)
7880 (propagated-inputs
7881 `(("emacs-emacsql" ,emacs-emacsql)))
7882 (home-page "https://github.com/emacscollective/closql")
7883 (synopsis "Store EIEIO objects using EmacSQL")
7884 (description
7885 "This package allows to store uniform EIEIO objects in an EmacSQL
7886 database. SQLite is used as backend. This library imposes some restrictions
7887 on what kind of objects can be stored; it isn't intended to store arbitrary
7888 objects. All objects have to share a common superclass and subclasses cannot
7889 add any additional instance slots.")
7890 (license license:gpl3)))
7891
7892 (define-public emacs-epkg
7893 ;; The release version is to old for the current database scheme.
7894 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
7895 (package
7896 (name "emacs-epkg")
7897 (version (git-version "3.0.0" "1" commit))
7898 (source
7899 (origin
7900 (method git-fetch)
7901 (uri (git-reference
7902 (url "https://github.com/emacscollective/epkg.git")
7903 (commit commit)))
7904 (file-name (git-file-name name version))
7905 (sha256
7906 (base32
7907 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
7908 (build-system emacs-build-system)
7909 (propagated-inputs
7910 `(("emacs-closql" ,emacs-closql)
7911 ("emacs-dash" ,emacs-dash)))
7912 (home-page "https://emacsmirror.net")
7913 (synopsis "Browse the Emacsmirror package database")
7914 (description "This package provides access to a local copy of the
7915 Emacsmirror package database. It provides low-level functions for querying
7916 the database and a @file{package.el} user interface for browsing the database.
7917 Epkg itself is not a package manager.
7918
7919 Getting a local copy:
7920
7921 @example
7922 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
7923 cd ~/.emacs.d/epkgs
7924 git submodule init
7925 git config --global url.https://github.com/.insteadOf git@@github.com:
7926 git submodule update
7927 @end example
7928
7929 Some submodule may be missing. In this case Git will prompt for a GitHub user
7930 name and password. To skip it press a @key{Return} key.
7931
7932 You could get a Epkg package list by invoking @code{epkg-list-packages} in
7933 Emacs.")
7934 (license license:gpl3+))))
7935
7936 (define-public emacs-elisp-slime-nav
7937 (package
7938 (name "emacs-elisp-slime-nav")
7939 (version "0.9")
7940 (source
7941 (origin
7942 (method url-fetch)
7943 (uri (string-append "https://github.com/purcell/elisp-slime-nav/archive/"
7944 version ".tar.gz"))
7945 (file-name (string-append name "-" version ".tar.gz"))
7946 (sha256
7947 (base32
7948 "1vq7ym1q47p97gxrv45c9gm96d23xbp237vkmakikj6grngxjfb2"))))
7949 (build-system emacs-build-system)
7950 (home-page "https://github.com/purcell/elisp-slime-nav")
7951 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
7952 (description
7953 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
7954 in @code{emacs-lisp-mode}, together with an elisp equivalent of
7955 @code{slime-describe-symbol}.")
7956 (license license:gpl3+)))