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