gnu: Add emacs-flycheck-irony.
[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, 2018 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, 2018 Chris Marusich <cmmarusich@gmail.com>
9 ;;; Copyright © 2015, 2016, 2018 Christopher Lemmer Webber <cwebber@dustycloud.org>
10 ;;; Copyright © 2016 Adriano Peluso <catonano@gmail.com>
11 ;;; Copyright © 2016, 2017, 2018 Efraim Flashner <efraim@flashner.co.il>
12 ;;; Copyright © 2016 David Thompson <davet@gnu.org>
13 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
14 ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
15 ;;; Copyright © 2016, 2017 Nils Gillmann <ng0@n0.is>
16 ;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
17 ;;; Copyright © 2016, 2017, 2018 Nicolas Goaziou <mail@nicolasgoaziou.fr>
18 ;;; Copyright © 2016, 2017, 2018 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, 2018 Mathieu Othacehe <m.othacehe@gmail.com>
22 ;;; Copyright © 2017, 2018 Clément Lassieur <clement@lassieur.org>
23 ;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com>
24 ;;; Copyright © 2017, 2018 Kyle Meyer <kyle@kyleam.com>
25 ;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
26 ;;; Copyright © 2017 George Clemmer <myglc2@gmail.com>
27 ;;; Copyright © 2017 Feng Shu <tumashu@163.com>
28 ;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
29 ;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com>
30 ;;; Copyright © 2017 Mekeor Melire <mekeor.melire@gmail.com>
31 ;;; Copyright © 2017 Peter Mikkelsen <petermikkelsen10@gmail.com>
32 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
33 ;;; Copyright © 2017 Mike Gerwitz <mtg@gnu.org>
34 ;;; Copyright © 2017, 2018 Maxim Cournoyer <maxim.cournoyer@gmail.com>
35 ;;; Copyright © 2018 Sohom Bhattacharjee <soham.bhattacharjee15@gmail.com>
36 ;;; Copyright © 2018 Mathieu Lirzin <mthl@gnu.org>
37 ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
38 ;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
39 ;;; Copyright © 2018 Jack Hill <jackhill@jackhill.us>
40 ;;; Copyright © 2018 Pierre-Antoine Rouby <pierre-antoine.rouby@inria.fr>
41 ;;; Copyright © 2018 Alex Branham <alex.branham@gmail.com>
42 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
43 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
44 ;;;
45 ;;; This file is part of GNU Guix.
46 ;;;
47 ;;; GNU Guix is free software; you can redistribute it and/or modify it
48 ;;; under the terms of the GNU General Public License as published by
49 ;;; the Free Software Foundation; either version 3 of the License, or (at
50 ;;; your option) any later version.
51 ;;;
52 ;;; GNU Guix is distributed in the hope that it will be useful, but
53 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
54 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55 ;;; GNU General Public License for more details.
56 ;;;
57 ;;; You should have received a copy of the GNU General Public License
58 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
59
60 (define-module (gnu packages emacs)
61 #:use-module ((guix licenses) #:prefix license:)
62 #:use-module (guix packages)
63 #:use-module (guix download)
64 #:use-module (guix git-download)
65 #:use-module (guix gexp)
66 #:use-module (guix monads)
67 #:use-module (guix store)
68 #:use-module (guix build-system gnu)
69 #:use-module (guix build-system cmake)
70 #:use-module (guix build-system emacs)
71 #:use-module (guix build-system glib-or-gtk)
72 #:use-module (guix build-system trivial)
73 #:use-module (gnu packages)
74 #:use-module (gnu packages admin)
75 #:use-module (gnu packages audio)
76 #:use-module (gnu packages bash)
77 #:use-module (gnu packages cmake)
78 #:use-module (gnu packages code)
79 #:use-module (gnu packages databases)
80 #:use-module (gnu packages guile)
81 #:use-module (gnu packages gtk)
82 #:use-module (gnu packages gnome)
83 #:use-module (gnu packages ncurses)
84 #:use-module (gnu packages python)
85 #:use-module (gnu packages tex)
86 #:use-module (gnu packages texinfo)
87 #:use-module (gnu packages tcl)
88 #:use-module (gnu packages tls)
89 #:use-module (gnu packages pkg-config)
90 #:use-module (gnu packages xorg)
91 #:use-module (gnu packages lesstif)
92 #:use-module (gnu packages llvm)
93 #:use-module (gnu packages image)
94 #:use-module (gnu packages linux)
95 #:use-module (gnu packages version-control)
96 #:use-module (gnu packages imagemagick)
97 #:use-module (gnu packages w3m)
98 #:use-module (gnu packages wget)
99 #:use-module (gnu packages autotools)
100 #:use-module (gnu packages base)
101 #:use-module (gnu packages compression)
102 #:use-module (gnu packages xml)
103 #:use-module (gnu packages glib)
104 #:use-module (gnu packages acl)
105 #:use-module (gnu packages mail)
106 #:use-module (gnu packages package-management)
107 #:use-module (gnu packages perl)
108 #:use-module (gnu packages pdf)
109 #:use-module (gnu packages scheme)
110 #:use-module (gnu packages statistics)
111 #:use-module (gnu packages xiph)
112 #:use-module (gnu packages mp3)
113 #:use-module (gnu packages gettext)
114 #:use-module (gnu packages fribidi)
115 #:use-module (gnu packages gd)
116 #:use-module (gnu packages fontutils)
117 #:use-module (gnu packages password-utils)
118 #:use-module (gnu packages pulseaudio)
119 #:use-module (gnu packages xdisorg)
120 #:use-module (gnu packages shells)
121 #:use-module (gnu packages gnupg)
122 #:use-module (gnu packages video)
123 #:use-module (gnu packages haskell)
124 #:use-module (gnu packages wordnet)
125 #:use-module (guix utils)
126 #:use-module (srfi srfi-1)
127 #:use-module (ice-9 match))
128
129 (define-public emacs
130 (package
131 (name "emacs")
132 (version "26.1")
133 (source (origin
134 (method url-fetch)
135 (uri (string-append "mirror://gnu/emacs/emacs-"
136 version ".tar.xz"))
137 (sha256
138 (base32
139 "0b6k1wq44rc8gkvxhi1bbjxbz3cwg29qbq8mklq2az6p1hjgrx0w"))
140 (patches (search-patches "emacs-exec-path.patch"
141 "emacs-fix-scheme-indent-function.patch"
142 "emacs-source-date-epoch.patch"))
143 (modules '((guix build utils)))
144 (snippet
145 ;; Delete the bundled byte-compiled elisp files and
146 ;; generated autoloads.
147 '(with-directory-excursion "lisp"
148 (for-each delete-file
149 (append (find-files "." "\\.elc$")
150 (find-files "." "loaddefs\\.el$")
151 ;; This is the only "autoloads" file that
152 ;; does not have "*loaddefs.el" name.
153 '("eshell/esh-groups.el")))
154
155 ;; Make sure Tramp looks for binaries in the right places on
156 ;; remote GuixSD machines, where 'getconf PATH' returns
157 ;; something bogus.
158 (substitute* "net/tramp-sh.el"
159 ;; Patch the line after "(defcustom tramp-remote-path".
160 (("\\(tramp-default-remote-path")
161 (format #f "(tramp-default-remote-path ~s ~s ~s ~s "
162 "~/.guix-profile/bin" "~/.guix-profile/sbin"
163 "/run/current-system/profile/bin"
164 "/run/current-system/profile/sbin")))
165
166 ;; Make sure Man looks for C header files in the right
167 ;; places.
168 (substitute* "man.el"
169 (("\"/usr/local/include\"" line)
170 (string-join
171 (list line
172 "\"~/.guix-profile/include\""
173 "\"/var/guix/profiles/system/profile/include\"")
174 " ")))
175 #t))))
176 (build-system glib-or-gtk-build-system)
177 (arguments
178 `(#:tests? #f ; no check target
179 #:phases
180 (modify-phases %standard-phases
181 (add-before 'configure 'fix-/bin/pwd
182 (lambda _
183 ;; Use `pwd', not `/bin/pwd'.
184 (substitute* (find-files "." "^Makefile\\.in$")
185 (("/bin/pwd")
186 "pwd"))
187 #t))
188 (add-after 'install 'install-site-start
189 ;; Use 'guix-emacs' in "site-start.el". This way, Emacs packages
190 ;; provided by Guix and installed in
191 ;; ~/.guix-profile/share/emacs/site-lisp/guix.d/PACKAGE-VERSION are
192 ;; automatically found.
193 (lambda* (#:key inputs outputs #:allow-other-keys)
194 (let* ((out (assoc-ref outputs "out"))
195 (lisp-dir (string-append out "/share/emacs/site-lisp")))
196 (copy-file (assoc-ref inputs "guix-emacs.el")
197 (string-append lisp-dir "/guix-emacs.el"))
198 (with-output-to-file (string-append lisp-dir "/site-start.el")
199 (lambda ()
200 (display
201 (string-append "(when (require 'guix-emacs nil t)\n"
202 " (guix-emacs-autoload-packages))\n"))))
203 #t))))))
204 (inputs
205 `(("gnutls" ,gnutls)
206 ("ncurses" ,ncurses)
207
208 ;; TODO: Add the optional dependencies.
209 ("libx11" ,libx11)
210 ("gtk+" ,gtk+)
211 ("libxft" ,libxft)
212 ("libtiff" ,libtiff)
213 ("giflib" ,giflib)
214 ("libjpeg" ,libjpeg)
215 ("imagemagick" ,imagemagick)
216 ("acl" ,acl)
217
218 ;; When looking for libpng `configure' links with `-lpng -lz', so we
219 ;; must also provide zlib as an input.
220 ("libpng" ,libpng)
221 ("zlib" ,zlib)
222
223 ("librsvg" ,librsvg)
224 ("libxpm" ,libxpm)
225 ("libxml2" ,libxml2)
226 ("libice" ,libice)
227 ("libsm" ,libsm)
228 ("alsa-lib" ,alsa-lib)
229 ("dbus" ,dbus)
230
231 ;; multilingualization support
232 ("libotf" ,libotf)
233 ("m17n-lib" ,m17n-lib)))
234 (native-inputs
235 `(("guix-emacs.el" ,(search-auxiliary-file "emacs/guix-emacs.el"))
236 ("pkg-config" ,pkg-config)
237 ("texinfo" ,texinfo)))
238
239 (native-search-paths
240 (list (search-path-specification
241 (variable "INFOPATH")
242 (files '("share/info")))))
243
244 (home-page "https://www.gnu.org/software/emacs/")
245 (synopsis "The extensible, customizable, self-documenting text editor")
246 (description
247 "GNU Emacs is an extensible and highly customizable text editor. It is
248 based on an Emacs Lisp interpreter with extensions for text editing. Emacs
249 has been extended in essentially all areas of computing, giving rise to a
250 vast array of packages supporting, e.g., email, IRC and XMPP messaging,
251 spreadsheets, remote server editing, and much more. Emacs includes extensive
252 documentation on all aspects of the system, from basic editing to writing
253 large Lisp programs. It has full Unicode support for nearly all human
254 languages.")
255 (license license:gpl3+)))
256
257 (define-public emacs-minimal
258 ;; This is the version that you should use as an input to packages that just
259 ;; need to byte-compile .el files.
260 (package (inherit emacs)
261 (name "emacs-minimal")
262 (synopsis "The extensible text editor (used only for byte-compilation)")
263 (build-system gnu-build-system)
264 (arguments
265 `(#:configure-flags (list "--with-gnutls=no")
266 ,@(substitute-keyword-arguments (package-arguments emacs)
267 ((#:phases phases)
268 `(modify-phases ,phases
269 (delete 'install-site-start))))))
270 (inputs
271 `(("ncurses" ,ncurses)))
272 (native-inputs
273 `(("pkg-config" ,pkg-config)))))
274
275 (define-public emacs-no-x
276 (package (inherit emacs)
277 (name "emacs-no-x")
278 (synopsis "The extensible, customizable, self-documenting text
279 editor (console only)")
280 (build-system gnu-build-system)
281 (inputs (fold alist-delete
282 (package-inputs emacs)
283 '("libx11" "gtk+" "libxft" "libtiff" "giflib" "libjpeg"
284 "imagemagick" "libpng" "librsvg" "libxpm" "libice"
285 "libsm"
286
287 ;; These depend on libx11, so remove them as well.
288 "libotf" "m17n-lib" "dbus")))))
289
290 (define-public emacs-no-x-toolkit
291 (package (inherit emacs)
292 (name "emacs-no-x-toolkit")
293 (synopsis "The extensible, customizable, self-documenting text
294 editor (without an X toolkit)" )
295 (build-system gnu-build-system)
296 (inputs (append `(("inotify-tools" ,inotify-tools))
297 (alist-delete "gtk+" (package-inputs emacs))))
298 (arguments (append '(#:configure-flags '("--with-x-toolkit=no"))
299 (package-arguments emacs)))))
300
301 (define-public guile-emacs
302 (package (inherit emacs)
303 (name "guile-emacs")
304 (version "20150512.41120e0")
305 (source (origin
306 (method git-fetch)
307 (uri (git-reference
308 (url "git://git.hcoop.net/git/bpt/emacs.git")
309 (commit "41120e0f595b16387eebfbf731fff70481de1b4b")))
310 (file-name (string-append name "-" version "-checkout"))
311 (patches (search-patches "guile-emacs-fix-configure.patch"))
312 (sha256
313 (base32
314 "0lvcvsz0f4mawj04db35p1dvkffdqkz8pkhc0jzh9j9x2i63kcz6"))))
315 (native-inputs
316 `(("autoconf" ,autoconf)
317 ("automake" ,automake)
318 ("guile" ,guile-for-guile-emacs)
319 ,@(package-native-inputs emacs)))
320 (arguments
321 (substitute-keyword-arguments `(;; Build fails if we allow parallel build.
322 #:parallel-build? #f
323 ;; Tests aren't passing for now.
324 #:tests? #f
325 ,@(package-arguments emacs))
326 ((#:phases phases)
327 `(modify-phases ,phases
328 (add-after 'unpack 'autogen
329 (lambda _
330 (invoke "sh" "autogen.sh")))
331 ;; Build sometimes fails: deps/dispnew.d: No such file or directory
332 (add-before 'build 'make-deps-dir
333 (lambda _
334 (invoke "mkdir" "-p" "src/deps")))))))))
335
336 \f
337 ;;;
338 ;;; Emacs hacking.
339 ;;;
340
341 (define-public emacs-geiser
342 (package
343 (name "emacs-geiser")
344 (version "0.10")
345 (source (origin
346 (method url-fetch)
347 (uri (string-append "mirror://savannah/geiser/" version
348 "/geiser-" version ".tar.gz"))
349 (sha256
350 (base32
351 "0pj3l7p8d60c9b4vfprnv6g5l61d74pls4b5dvd84cn4ky9mzwjv"))))
352 (build-system gnu-build-system)
353 (arguments
354 '(#:phases
355 (modify-phases %standard-phases
356 (add-after 'install 'post-install
357 (lambda* (#:key outputs #:allow-other-keys)
358 (symlink "geiser-install.el"
359 (string-append (assoc-ref outputs "out")
360 "/share/emacs/site-lisp/"
361 "geiser-autoloads.el"))
362 #t)))))
363 (inputs `(("guile" ,guile-2.2)))
364 (native-inputs `(("emacs" ,emacs-minimal)))
365 (home-page "https://nongnu.org/geiser/")
366 (synopsis "Collection of Emacs modes for Guile and Racket hacking")
367 (description
368 "Geiser is a collection of Emacs major and minor modes that conspire with
369 one or more Scheme implementations to keep the Lisp Machine Spirit alive. The
370 continuously running Scheme interpreter takes the center of the stage in
371 Geiser. A bundle of Elisp shims orchestrates the dialog between the Scheme
372 implementation, Emacs and, ultimately, the schemer, giving them access to live
373 metadata.")
374 (license license:bsd-3)))
375
376 (define-public geiser
377 (deprecated-package "geiser" emacs-geiser))
378
379 (define-public emacs-paredit
380 (package
381 (name "emacs-paredit")
382 (version "24")
383 (source (origin
384 (method url-fetch)
385 (uri (string-append "http://mumble.net/~campbell/emacs/paredit-"
386 version ".el"))
387 (sha256
388 (base32
389 "0pp3n8q6kc70blqsaw0zlzp6bc327dpgdrjr0cnh7hqg1lras7ka"))))
390 (build-system emacs-build-system)
391 (home-page "http://mumble.net/~campbell/emacs/paredit/")
392 (synopsis "Emacs minor mode for editing parentheses")
393 (description
394 "ParEdit (paredit.el) is a minor mode for performing structured editing
395 of S-expression data. The typical example of this would be Lisp or Scheme
396 source code.
397
398 ParEdit helps **keep parentheses balanced** and adds many keys for moving
399 S-expressions and moving around in S-expressions. Its behavior can be jarring
400 for those who may want transient periods of unbalanced parentheses, such as
401 when typing parentheses directly or commenting out code line by line.")
402 (license license:gpl3+)))
403
404 (define-public paredit
405 (deprecated-package "paredit" emacs-paredit))
406
407 (define-public git-modes
408 (package
409 (name "emacs-git-modes")
410 (version "1.2.8")
411 (source (origin
412 (method url-fetch)
413 (uri (string-append
414 "https://github.com/magit/git-modes/archive/"
415 version ".tar.gz"))
416 (file-name (string-append name "-" version ".tar.gz"))
417 (sha256
418 (base32
419 "0h49f68yn0q4lg054adqii4qja1z2pzybm7nf4kvpq7fzjrzgv1q"))))
420 (build-system emacs-build-system)
421 (home-page "https://github.com/magit/git-modes")
422 (synopsis "Emacs major modes for Git configuration files")
423 (description
424 "This package provides Emacs major modes for editing various Git
425 configuration files, such as .gitattributes, .gitignore, and .git/config.")
426 (license license:gpl3+)))
427
428 (define-public git-modes/old-name
429 (deprecated-package "git-modes" git-modes))
430
431 (define-public emacs-with-editor
432 (package
433 (name "emacs-with-editor")
434 (version "2.7.3")
435 (source (origin
436 (method url-fetch)
437 (uri (string-append
438 "https://github.com/magit/with-editor/archive/v"
439 version ".tar.gz"))
440 (file-name (string-append name "-" version ".tar.gz"))
441 (sha256
442 (base32
443 "1ln2s0kckzkv50qmr6x1kb2j30cfjii0vs6lpghg7ff4lav8jqgh"))))
444 (build-system emacs-build-system)
445 (propagated-inputs
446 `(("emacs-dash" ,emacs-dash)))
447 (home-page "https://github.com/magit/with-editor")
448 (synopsis "Emacs library for using Emacsclient as EDITOR")
449 (description
450 "This package provides an Emacs library to use the Emacsclient as
451 @code{$EDITOR} of child processes, making sure they know how to call home.
452 For remote processes a substitute is provided, which communicates with Emacs
453 on stdout instead of using a socket as the Emacsclient does.")
454 (license license:gpl3+)))
455
456 (define-public emacs-magit
457 (package
458 (name "emacs-magit")
459 (version "2.13.0")
460 (source (origin
461 (method url-fetch)
462 (uri (string-append
463 "https://github.com/magit/magit/releases/download/"
464 version "/magit-" version ".tar.gz"))
465 (sha256
466 (base32
467 "1ygaah3dd3nxpyd17297xgvdcgr7pgzzwlmpnmchki0kiwgg3sbc"))))
468 (build-system gnu-build-system)
469 (native-inputs `(("texinfo" ,texinfo)
470 ("emacs" ,emacs-minimal)))
471 (inputs
472 `(("git" ,git)
473 ("perl" ,perl)))
474 (propagated-inputs
475 `(("dash" ,emacs-dash)
476 ("ghub" ,emacs-ghub)
477 ("magit-popup" ,emacs-magit-popup)
478 ("with-editor" ,emacs-with-editor)))
479 (arguments
480 `(#:test-target "test"
481 #:tests? #f ; tests are not included in the release
482
483 #:make-flags
484 (list (string-append "PREFIX=" %output)
485 ;; Don't put .el files in a sub-directory.
486 (string-append "lispdir=" %output "/share/emacs/site-lisp")
487 (string-append "DASH_DIR="
488 (assoc-ref %build-inputs "dash")
489 "/share/emacs/site-lisp/guix.d/dash-"
490 ,(package-version emacs-dash))
491 (string-append "GHUB_DIR="
492 (assoc-ref %build-inputs "ghub")
493 "/share/emacs/site-lisp/guix.d/ghub-"
494 ,(package-version emacs-ghub))
495 (string-append "MAGIT_POPUP_DIR="
496 (assoc-ref %build-inputs "magit-popup")
497 "/share/emacs/site-lisp/guix.d/magit-popup-"
498 ,(package-version emacs-magit-popup))
499 (string-append "WITH_EDITOR_DIR="
500 (assoc-ref %build-inputs "with-editor")
501 "/share/emacs/site-lisp/guix.d/with-editor-"
502 ,(package-version emacs-with-editor)))
503
504 #:phases
505 (modify-phases %standard-phases
506 (delete 'configure)
507 (add-before
508 'build 'patch-exec-paths
509 (lambda* (#:key inputs #:allow-other-keys)
510 (let ((perl (assoc-ref inputs "perl")))
511 (substitute* "lisp/magit-sequence.el"
512 (("perl") (string-append perl "/bin/perl")))
513 #t))))))
514 (home-page "https://magit.vc/")
515 (synopsis "Emacs interface for the Git version control system")
516 (description
517 "With Magit, you can inspect and modify your Git repositories with Emacs.
518 You can review and commit the changes you have made to the tracked files, for
519 example, and you can browse the history of past changes. There is support for
520 cherry picking, reverting, merging, rebasing, and other common Git
521 operations.")
522 (license license:gpl3+)))
523
524 (define-public magit
525 (deprecated-package "magit" emacs-magit))
526
527 (define-public emacs-magit-svn
528 (package
529 (name "emacs-magit-svn")
530 (version "2.2.0")
531 (source (origin
532 (method url-fetch)
533 (uri (string-append
534 "https://github.com/magit/magit-svn/archive/"
535 version ".tar.gz"))
536 (file-name (string-append name "-" version ".tar.gz"))
537 (sha256
538 (base32
539 "1c3n377v436zaxamlsz04y1ahdhp96x1vd43zaryv4y10m02ba47"))))
540 (build-system trivial-build-system)
541 (native-inputs `(("emacs" ,emacs-minimal)
542 ("tar" ,tar)
543 ("gzip" ,gzip)))
544 (propagated-inputs `(("dash" ,emacs-dash)
545 ("with-editor" ,emacs-with-editor)
546 ("magit" ,emacs-magit)))
547 (arguments
548 `(#:modules ((guix build utils)
549 (guix build emacs-utils))
550
551 #:builder
552 (begin
553 (use-modules (guix build utils)
554 (guix build emacs-utils))
555
556 (let* ((tar (string-append (assoc-ref %build-inputs "tar")
557 "/bin/tar"))
558 (PATH (string-append (assoc-ref %build-inputs "gzip")
559 "/bin"))
560 (emacs (string-append (assoc-ref %build-inputs "emacs")
561 "/bin/emacs"))
562 (magit (string-append (assoc-ref %build-inputs "magit")
563 "/share/emacs/site-lisp"))
564 (dash (string-append (assoc-ref %build-inputs "dash")
565 "/share/emacs/site-lisp/guix.d/dash-"
566 ,(package-version emacs-dash)))
567 (with-editor (string-append (assoc-ref %build-inputs "with-editor")
568 "/share/emacs/site-lisp/guix.d/with-editor-"
569 ,(package-version emacs-with-editor)))
570 (source (assoc-ref %build-inputs "source"))
571 (lisp-dir (string-append %output "/share/emacs/site-lisp")))
572 (setenv "PATH" PATH)
573 (invoke tar "xvf" source)
574
575 (install-file (string-append ,name "-" ,version "/magit-svn.el")
576 lisp-dir)
577
578 (with-directory-excursion lisp-dir
579 (parameterize ((%emacs emacs))
580 (emacs-generate-autoloads ,name lisp-dir)
581 (setenv "EMACSLOADPATH"
582 (string-append ":" magit ":" dash ":" with-editor))
583 (emacs-batch-eval '(byte-compile-file "magit-svn.el"))))
584 #t))))
585 (home-page "https://github.com/magit/magit-svn")
586 (synopsis "Git-SVN extension to Magit")
587 (description
588 "This package is an extension to Magit, the Git Emacs mode, providing
589 support for Git-SVN.")
590 (license license:gpl3+)))
591
592 (define-public magit-svn
593 (deprecated-package "magit-svn" emacs-magit-svn))
594
595 (define-public emacs-magit-popup
596 (package
597 (name "emacs-magit-popup")
598 (version "2.12.4")
599 (source (origin
600 (method git-fetch)
601 (uri (git-reference
602 (url "https://github.com/magit/magit-popup.git")
603 (commit (string-append "v" version))))
604 (file-name (git-file-name name version))
605 (sha256
606 (base32
607 "08952nzn0cb6gxscqyiljk4fq2zxjvr3ism0lvgw0gs9hl5phiwx"))))
608 (build-system emacs-build-system)
609 (arguments
610 `(#:phases
611 (modify-phases %standard-phases
612 (add-before 'install 'make-info
613 (lambda _
614 (invoke "make" "info"))))))
615 (native-inputs
616 `(("texinfo" ,texinfo)))
617 (propagated-inputs
618 `(("emacs-dash" ,emacs-dash)))
619 (home-page "https://github.com/magit/magit-popup")
620 (synopsis "Define prefix-infix-suffix command combos")
621 (description
622 "This library implements a generic interface for toggling switches and
623 setting options and then invoking an Emacs command which does something with
624 these arguments. The prototypical use is for the command to call an external
625 process, passing on the arguments as command line arguments.")
626 (license license:gpl3+)))
627
628 (define-public emacs-ghub
629 (package
630 (name "emacs-ghub")
631 (version "2.0.1")
632 (source (origin
633 (method url-fetch)
634 (uri (string-append
635 "https://github.com/magit/ghub/archive/v"
636 version ".tar.gz"))
637 (file-name (string-append name "-" version ".tar.gz"))
638 (sha256
639 (base32
640 "0d0qj5r1bm2aidi61rigrdaycxnyb7y1ivb3h8rpvvapsf8sk7z0"))))
641 (build-system emacs-build-system)
642 (arguments
643 `(#:phases
644 (modify-phases %standard-phases
645 (add-before 'install 'make-info
646 (lambda _
647 (invoke "make" "info"))))))
648 (native-inputs
649 `(("texinfo" ,texinfo)))
650 (home-page "https://github.com/magit/ghub")
651 (synopsis "Emacs client library for Github API and Gitlab API")
652 (description
653 "This package provides 2 files: @file{ghub.el} and @file{glab.el},
654 which are the libraries that provide basic support for using the Github and
655 Gitlab APIs from Emacs packages. It abstracts access to API resources using
656 only a handful of functions that are not resource-specific.")
657 (license license:gpl3+)))
658
659 (define-public emacs-scribble-mode
660 (let ((commit "34e9e5edb921813b6483e0fefa848efb6ee4b314")
661 (version "0.0")
662 (revision 0))
663 (package
664 (name "emacs-scribble-mode")
665 (version (if (zero? revision)
666 version
667 (string-append version "-"
668 (number->string revision)
669 "." (string-take commit 7))))
670 (source (origin
671 (method git-fetch)
672 (uri (git-reference
673 (url "https://github.com/emacs-pe/scribble-mode.git")
674 (commit commit)))
675 (sha256
676 (base32
677 "0598byqpz2q6yi2q4dwd77jj9z3n99z34d3an51s9m2za0nh1qvp"))))
678 (build-system emacs-build-system)
679 (home-page "https://github.com/emacs-pe/scribble-mode")
680 (synopsis "Emacs mode for editing the Scribble documentation syntax.")
681 (description
682 "This package provides basic syntax highlighting and editing support
683 for editing Racket's Scribble documentation syntax in Emacs.")
684 (license license:gpl3+))))
685
686 (define-public emacs-haskell-mode
687 (package
688 (name "emacs-haskell-mode")
689 (version "16.1")
690 (source (origin
691 (method url-fetch)
692 (file-name (string-append name "-" version ".tar.gz"))
693 (uri (string-append
694 "https://github.com/haskell/haskell-mode/archive/v"
695 version ".tar.gz"))
696 (sha256
697 (base32 "0g6lcjw7lcgavv3yrd8xjcyqgfyjl787y32r1z14amw2f009m78h"))
698 (patches
699 (search-patches ; backport test failure fixes
700 "haskell-mode-unused-variables.patch"
701 "haskell-mode-make-check.patch"))))
702 (inputs
703 `(("emacs-el-search" ,emacs-el-search) ; for tests
704 ("emacs-stream" ,emacs-stream))) ; for tests
705 (propagated-inputs
706 `(("emacs-dash" ,emacs-dash)))
707 (native-inputs
708 `(("emacs" ,emacs-minimal)
709 ("texinfo" ,texinfo)))
710 (build-system gnu-build-system)
711 (arguments
712 `(#:make-flags (list (string-append "EMACS="
713 (assoc-ref %build-inputs "emacs")
714 "/bin/emacs"))
715 #:modules ((ice-9 match)
716 (srfi srfi-26)
717 ,@%gnu-build-system-modules)
718 #:phases
719 (modify-phases %standard-phases
720 (delete 'configure)
721 (add-before
722 'build 'pre-build
723 (lambda* (#:key inputs #:allow-other-keys)
724 (define (el-dir store-dir)
725 (match (find-files store-dir "\\.el$")
726 ((f1 f2 ...) (dirname f1))
727 (_ "")))
728
729 (let ((sh (string-append (assoc-ref inputs "bash") "/bin/sh")))
730 (define emacs-prefix? (cut string-prefix? "emacs-" <>))
731
732 (setenv "SHELL" "sh")
733 (setenv "EMACSLOADPATH"
734 (string-concatenate
735 (map (match-lambda
736 (((? emacs-prefix? name) . dir)
737 (string-append (el-dir dir) ":"))
738 (_ ""))
739 inputs)))
740 (substitute* (find-files "." "\\.el") (("/bin/sh") sh))
741 ;; embed filename to fix test failure
742 (let ((file "tests/haskell-cabal-tests.el"))
743 (substitute* file
744 (("\\(buffer-file-name\\)")
745 (format #f "(or (buffer-file-name) ~s)" file))))
746 #t)))
747 (replace
748 'install
749 (lambda* (#:key outputs #:allow-other-keys)
750 (let* ((out (assoc-ref outputs "out"))
751 (el-dir (string-append out "/share/emacs/site-lisp"))
752 (doc (string-append
753 out "/share/doc/haskell-mode-" ,version))
754 (info (string-append out "/share/info")))
755 (define (copy-to-dir dir files)
756 (for-each (lambda (f)
757 (install-file f dir))
758 files))
759
760 (with-directory-excursion "doc"
761 (invoke "makeinfo" "haskell-mode.texi")
762 (install-file "haskell-mode.info" info))
763 (copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
764 (copy-to-dir el-dir (find-files "." "\\.elc?"))
765 ;; These are part of other packages.
766 (with-directory-excursion el-dir
767 (for-each delete-file '("dash.el" "ert.el")))
768 #t))))))
769 (home-page "https://github.com/haskell/haskell-mode")
770 (synopsis "Haskell mode for Emacs")
771 (description
772 "This is an Emacs mode for editing, debugging and developing Haskell
773 programs.")
774 (license license:gpl3+)))
775
776 (define-public haskell-mode
777 (deprecated-package "haskell-mode" emacs-haskell-mode))
778
779 (define-public emacs-flycheck
780 (package
781 (name "emacs-flycheck")
782 (version "31")
783 (source (origin
784 (method url-fetch)
785 (uri (string-append
786 "https://github.com/flycheck/flycheck/releases/download/"
787 version "/flycheck-" version ".tar"))
788 (sha256
789 (base32
790 "01rnwan16m7cyyrfca3c5c60mbj2r3knkpzbhji2fczsf0wns240"))
791 (modules '((guix build utils)))
792 (snippet `(begin
793 ;; Change 'flycheck-version' so that it does not
794 ;; attempt to get its version from pkg-info.el.
795 (substitute* "flycheck.el"
796 (("\\(pkg-info-version-info 'flycheck\\)")
797 (string-append "\"" ,version "\"")))
798 #t))))
799 (build-system emacs-build-system)
800 (propagated-inputs
801 `(("emacs-dash" ,emacs-dash)))
802 (home-page "https://www.flycheck.org")
803 (synopsis "On-the-fly syntax checking")
804 (description
805 "This package provides on-the-fly syntax checking for GNU Emacs. It is a
806 replacement for the older Flymake extension which is part of GNU Emacs, with
807 many improvements and additional features.
808
809 Flycheck provides fully-automatic, fail-safe, on-the-fly background syntax
810 checking for over 30 programming and markup languages with more than 70
811 different tools. It highlights errors and warnings inline in the buffer, and
812 provides an optional IDE-like error list.")
813 (license license:gpl3+))) ;+GFDLv1.3+ for the manual
814
815 (define-public emacs-a
816 (package
817 (name "emacs-a")
818 (version "0.1.1")
819 (source (origin
820 (method git-fetch)
821 (uri (git-reference
822 (url "https://github.com/plexus/a.el.git")
823 (commit (string-append "v" version))))
824 (file-name (git-file-name name version))
825 (sha256
826 (base32
827 "00v9w6qg3bkwdhypq0ssf0phdh0f4bcq59c20lngd6vhk0204dqi"))))
828 (build-system emacs-build-system)
829 (home-page "https://github.com/plexus/a.el/")
830 (synopsis
831 "Emacs library for dealing with association lists and hash tables")
832 (description "@code{emacs-a} provides Emacs Lisp functions for dealing
833 with associative structures in a uniform and functional way. These functions
834 can take association lists, hash tables, and in some cases vectors (where the
835 index is considered the key).")
836 (license license:gpl3+)))
837
838 \f
839 ;;;
840 ;;; Web browsing.
841 ;;;
842
843 (define-public emacs-w3m
844 ;; Emacs-w3m follows a "rolling release" model from its CVS repo. We could
845 ;; use CVS, sure, but instead we choose to use this Git mirror described on
846 ;; the home page as an "unofficial" mirror.
847 (let ((commit "0dd5691f46d314a84da63f3a7277d721815811a2"))
848 (package
849 (name "emacs-w3m")
850 (version (git-version "1.5" "0" commit))
851 (source (origin
852 (method git-fetch)
853 (uri (git-reference
854 (url "https://github.com/ecbrown/emacs-w3m")
855 (commit commit)))
856 (sha256
857 (base32
858 "02xalyxbrkgl4n8nj7xxkmsbm6lshhwdc8bzs2l4wz3hkpgkj7x4"))))
859 (build-system gnu-build-system)
860 (native-inputs `(("autoconf" ,autoconf)
861 ("texinfo" ,texinfo)
862 ("emacs" ,emacs-minimal)))
863 (inputs `(("w3m" ,w3m)
864 ("imagemagick" ,imagemagick)))
865 (arguments
866 `(#:modules ((guix build gnu-build-system)
867 (guix build utils)
868 (guix build emacs-utils))
869 #:imported-modules (,@%gnu-build-system-modules
870 (guix build emacs-utils))
871 #:configure-flags
872 (let ((out (assoc-ref %outputs "out")))
873 (list (string-append "--with-lispdir="
874 out "/share/emacs/site-lisp")
875 (string-append "--with-icondir="
876 out "/share/images/emacs-w3m")
877 ;; Leave .el files uncompressed, otherwise GC can't
878 ;; identify run-time dependencies. See
879 ;; <http://lists.gnu.org/archive/html/guix-devel/2015-12/msg00208.html>
880 "--without-compress-install"))
881 #:tests? #f ; no check target
882 #:phases
883 (modify-phases %standard-phases
884 (add-after 'unpack 'autoconf
885 (lambda _
886 (invoke "autoconf")))
887 (add-before 'configure 'support-emacs!
888 (lambda _
889 ;; For some reason 'AC_PATH_EMACS' thinks that 'Emacs 26' is
890 ;; unsupported.
891 (substitute* "configure"
892 (("EMACS_FLAVOR=unsupported")
893 "EMACS_FLAVOR=emacs"))
894 #t))
895 (add-before 'build 'patch-exec-paths
896 (lambda* (#:key inputs outputs #:allow-other-keys)
897 (let ((out (assoc-ref outputs "out"))
898 (w3m (assoc-ref inputs "w3m"))
899 (imagemagick (assoc-ref inputs "imagemagick"))
900 (coreutils (assoc-ref inputs "coreutils")))
901 (make-file-writable "w3m.el")
902 (emacs-substitute-variables "w3m.el"
903 ("w3m-command" (string-append w3m "/bin/w3m"))
904 ("w3m-touch-command"
905 (string-append coreutils "/bin/touch"))
906 ("w3m-icon-directory"
907 (string-append out "/share/images/emacs-w3m")))
908 (make-file-writable "w3m-image.el")
909 (emacs-substitute-variables "w3m-image.el"
910 ("w3m-imagick-convert-program"
911 (string-append imagemagick "/bin/convert"))
912 ("w3m-imagick-identify-program"
913 (string-append imagemagick "/bin/identify")))
914 #t)))
915 (replace 'install
916 (lambda* (#:key outputs #:allow-other-keys)
917 (invoke "make" "install" "install-icons")
918 (with-directory-excursion
919 (string-append (assoc-ref outputs "out")
920 "/share/emacs/site-lisp")
921 (for-each delete-file '("ChangeLog" "ChangeLog.1"))
922 (symlink "w3m-load.el" "w3m-autoloads.el")
923 #t))))))
924 (home-page "http://emacs-w3m.namazu.org/")
925 (synopsis "Simple Web browser for Emacs based on w3m")
926 (description
927 "Emacs-w3m is an emacs interface for the w3m web browser.")
928 (license license:gpl2+))))
929
930 (define-public emacs-wget
931 (package
932 (name "emacs-wget")
933 (version "0.5.0")
934 (source (origin
935 (method url-fetch)
936 (uri (string-append "mirror://debian/pool/main/w/wget-el/wget-el_"
937 version ".orig.tar.gz"))
938 (sha256
939 (base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
940 (build-system gnu-build-system)
941 (inputs `(("wget" ,wget)))
942 (native-inputs `(("emacs" ,emacs-minimal)))
943 (arguments
944 `(#:modules ((guix build gnu-build-system)
945 (guix build utils)
946 (guix build emacs-utils))
947 #:imported-modules (,@%gnu-build-system-modules
948 (guix build emacs-utils))
949 #:tests? #f ; no check target
950 #:phases
951 (modify-phases %standard-phases
952 (replace 'configure
953 (lambda* (#:key outputs #:allow-other-keys)
954 (substitute* "Makefile"
955 (("/usr/local") (assoc-ref outputs "out"))
956 (("/site-lisp/emacs-wget") "/site-lisp"))
957 #t))
958 (add-before 'build 'patch-exec-paths
959 (lambda* (#:key inputs outputs #:allow-other-keys)
960 (let ((wget (assoc-ref inputs "wget")))
961 (emacs-substitute-variables "wget.el"
962 ("wget-command" (string-append wget "/bin/wget"))))
963 #t))
964 (add-after 'install 'post-install
965 (lambda* (#:key outputs #:allow-other-keys)
966 (emacs-generate-autoloads
967 "wget" (string-append (assoc-ref outputs "out")
968 "/share/emacs/site-lisp/"))
969 #t)))))
970 (home-page "http://www.emacswiki.org/emacs/EmacsWget")
971 (synopsis "Simple file downloader for Emacs based on wget")
972 (description
973 "Emacs-wget is an emacs interface for the wget file downloader.")
974 (license license:gpl2+)))
975
976 \f
977 ;;;
978 ;;; Multimedia.
979 ;;;
980
981 (define-public emacs-emms
982 (package
983 (name "emacs-emms")
984 (version "5.1")
985 (source (origin
986 (method url-fetch)
987 (uri (string-append "mirror://gnu/emms/emms-"
988 version ".tar.gz"))
989 (sha256
990 (base32
991 "149ddczyx6x10zn4mn8g0rll1rwf4yciv8x6j0qdnlbwszblx2x6"))
992 (modules '((guix build utils)))
993 (snippet
994 '(begin
995 (substitute* "Makefile"
996 (("/usr/bin/install-info")
997 ;; No need to use 'install-info' since it would create a
998 ;; useless 'dir' file.
999 "true")
1000 (("^INFODIR=.*")
1001 ;; Install Info files to $out/share/info, not $out/info.
1002 "INFODIR := $(PREFIX)/share/info\n")
1003 (("/site-lisp/emms")
1004 ;; Install directly in share/emacs/site-lisp, not in a
1005 ;; sub-directory.
1006 "/site-lisp")
1007 (("^all: (.*)\n" _ rest)
1008 ;; Build 'emms-print-metadata'.
1009 (string-append "all: " rest " emms-print-metadata\n")))
1010 #t))))
1011 (build-system gnu-build-system)
1012 (arguments
1013 `(#:modules ((guix build gnu-build-system)
1014 (guix build utils)
1015 (guix build emacs-utils)
1016 (ice-9 ftw))
1017 #:imported-modules (,@%gnu-build-system-modules
1018 (guix build emacs-utils))
1019
1020 #:phases
1021 (modify-phases %standard-phases
1022 (replace 'configure
1023 (lambda* (#:key inputs outputs #:allow-other-keys)
1024 (let ((out (assoc-ref outputs "out"))
1025 (flac (assoc-ref inputs "flac"))
1026 (vorbis (assoc-ref inputs "vorbis-tools"))
1027 (alsa (assoc-ref inputs "alsa-utils"))
1028 (mpg321 (assoc-ref inputs "mpg321"))
1029 (mp3info (assoc-ref inputs "mp3info"))
1030 (opus (assoc-ref inputs "opus-tools")))
1031 ;; Specify the installation directory.
1032 (substitute* "Makefile"
1033 (("PREFIX=.*$")
1034 (string-append "PREFIX := " out "\n")))
1035
1036 (setenv "SHELL" (which "sh"))
1037 (setenv "CC" "gcc")
1038
1039 ;; Specify the absolute file names of the various
1040 ;; programs so that everything works out-of-the-box.
1041 (with-directory-excursion "lisp"
1042 (emacs-substitute-variables
1043 "emms-player-mpg321-remote.el"
1044 ("emms-player-mpg321-remote-command"
1045 (string-append mpg321 "/bin/mpg321")))
1046 (substitute* "emms-player-simple.el"
1047 (("\"ogg123\"")
1048 (string-append "\"" vorbis "/bin/ogg123\"")))
1049 (substitute* "emms-player-simple.el"
1050 (("\"mpg321\"")
1051 (string-append "\"" mpg321 "/bin/mpg321\"")))
1052 (emacs-substitute-variables "emms-info-ogginfo.el"
1053 ("emms-info-ogginfo-program-name"
1054 (string-append vorbis "/bin/ogginfo")))
1055 (emacs-substitute-variables "emms-info-opusinfo.el"
1056 ("emms-info-opusinfo-program-name"
1057 (string-append opus "/bin/opusinfo")))
1058 (emacs-substitute-variables "emms-info-libtag.el"
1059 ("emms-info-libtag-program-name"
1060 (string-append out "/bin/emms-print-metadata")))
1061 (emacs-substitute-variables "emms-info-mp3info.el"
1062 ("emms-info-mp3info-program-name"
1063 (string-append mp3info "/bin/mp3info")))
1064 (emacs-substitute-variables "emms-info-metaflac.el"
1065 ("emms-info-metaflac-program-name"
1066 (string-append flac "/bin/metaflac")))
1067 (emacs-substitute-variables "emms-source-file.el"
1068 ("emms-source-file-gnu-find" (which "find")))
1069 (substitute* "emms-volume-amixer.el"
1070 (("\"amixer\"")
1071 (string-append "\"" alsa "/bin/amixer\"")))
1072 (substitute* "emms-tag-editor.el"
1073 (("\"mp3info\"")
1074 (string-append "\"" mp3info "/bin/mp3info\"")))))))
1075 (add-before 'install 'pre-install
1076 (lambda* (#:key outputs #:allow-other-keys)
1077 ;; The 'install' rule expects the target directories to exist.
1078 (let* ((out (assoc-ref outputs "out"))
1079 (bin (string-append out "/bin"))
1080 (man1 (string-append out "/share/man/man1")))
1081 (mkdir-p bin)
1082 (mkdir-p man1)
1083
1084 ;; Ensure that files are not rejected by gzip
1085 (let ((early-1980 315619200)) ; 1980-01-02 UTC
1086 (ftw "." (lambda (file stat flag)
1087 (unless (<= early-1980 (stat:mtime stat))
1088 (utime file early-1980 early-1980))
1089 #t)))
1090 #t)))
1091 (add-after 'install 'post-install
1092 (lambda* (#:key outputs #:allow-other-keys)
1093 (let ((out (assoc-ref outputs "out")))
1094 (symlink "emms-auto.el"
1095 (string-append out "/share/emacs/site-lisp/"
1096 "emms-autoloads.el")))
1097 #t)))
1098 #:tests? #f))
1099 (native-inputs `(("emacs" ,emacs-minimal) ;for (guix build emacs-utils)
1100 ("texinfo" ,texinfo)))
1101 (inputs `(("alsa-utils" ,alsa-utils)
1102 ("flac" ,flac) ;for metaflac
1103 ("vorbis-tools" ,vorbis-tools)
1104 ("mpg321" ,mpg321)
1105 ("taglib" ,taglib)
1106 ("mp3info" ,mp3info)
1107 ("opus-tools" ,opus-tools)))
1108 (properties '((upstream-name . "emms")))
1109 (synopsis "Emacs Multimedia System")
1110 (description
1111 "EMMS is the Emacs Multimedia System. It is a small front-end which
1112 can control one of the supported external players. Thus, it supports
1113 whatever formats are supported by your music player. It also
1114 supports tagging and playlist management, all behind a clean and
1115 light user interface.")
1116 (home-page "https://www.gnu.org/software/emms/")
1117 (license license:gpl3+)))
1118
1119 (define-public emacs-emms-player-mpv
1120 ;; A new mpv backend is included in Emms from 5.0.
1121 (deprecated-package "emacs-emms-player-mpv" emacs-emms))
1122
1123 (define-public emacs-emms-mode-line-cycle
1124 (package
1125 (name "emacs-emms-mode-line-cycle")
1126 (version "0.2.5")
1127 (source
1128 (origin
1129 (method url-fetch)
1130 (uri (string-append "https://github.com/momomo5717/emms-mode-line-cycle"
1131 "/archive/" version ".tar.gz"))
1132 (file-name (string-append name "-" version ".tar.gz"))
1133 (sha256
1134 (base32
1135 "0ifszi930pnaxk1x8pcydmvnp06868gc7nfx14q17zbajbx735k6"))))
1136 (build-system emacs-build-system)
1137 (propagated-inputs
1138 `(("emms" ,emacs-emms)))
1139 (home-page "https://github.com/momomo5717/emms-mode-line-cycle")
1140 (synopsis "Display the EMMS mode line as a ticker")
1141 (description
1142 "This is a minor mode for updating the EMMS mode-line string cyclically
1143 within a specified width. It is useful for displaying long track titles.")
1144 (license license:gpl3+)))
1145
1146 \f
1147 ;;;
1148 ;;; Miscellaneous.
1149 ;;;
1150
1151 (define-public emacs-bbdb
1152 (package
1153 (name "emacs-bbdb")
1154 (version "3.1.2")
1155 (source (origin
1156 (method url-fetch)
1157 (uri (string-append "mirror://savannah/bbdb/bbdb-"
1158 version ".tar.gz"))
1159 (sha256
1160 (base32
1161 "1gs16bbpiiy01w9pyg12868r57kx1v3hnw04gmqsmpc40l1hyy05"))
1162 (modules '((guix build utils)))
1163 (snippet
1164 ;; We don't want to build and install the PDF.
1165 '(begin
1166 (substitute* "doc/Makefile.in"
1167 (("^doc_DATA = .*$")
1168 "doc_DATA =\n"))
1169 #t))))
1170 (build-system gnu-build-system)
1171 (arguments
1172 '(#:phases
1173 (modify-phases %standard-phases
1174 (add-after 'install 'post-install
1175 (lambda* (#:key outputs #:allow-other-keys)
1176 ;; Add an autoloads file with the right name for guix.el.
1177 (let* ((out (assoc-ref outputs "out"))
1178 (site (string-append out "/share/emacs/site-lisp")))
1179 (with-directory-excursion site
1180 (symlink "bbdb-loaddefs.el" "bbdb-autoloads.el")))
1181 #t)))))
1182 (native-inputs `(("emacs" ,emacs-minimal)))
1183 (home-page "https://savannah.nongnu.org/projects/bbdb/")
1184 (synopsis "Contact management utility for Emacs")
1185 (description
1186 "BBDB is the Insidious Big Brother Database for GNU Emacs. It provides
1187 an address book for email and snail mail addresses, phone numbers and the
1188 like. It can be linked with various Emacs mail clients (Message and Mail
1189 mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
1190 (license license:gpl3+)))
1191
1192 (define-public bbdb
1193 (deprecated-package "bbdb" emacs-bbdb))
1194
1195 (define-public emacs-aggressive-indent
1196 (package
1197 (name "emacs-aggressive-indent")
1198 (version "1.8.3")
1199 (source (origin
1200 (method url-fetch)
1201 (uri (string-append "https://elpa.gnu.org/packages/"
1202 "aggressive-indent-" version ".el"))
1203 (sha256
1204 (base32
1205 "0jnzccl50x0wapprgwxinp99pwwa6j43q6msn4gv437j7swy8wnj"))))
1206 (build-system emacs-build-system)
1207 (home-page "https://elpa.gnu.org/packages/aggressive-indent.html")
1208 (synopsis "Minor mode to aggressively keep your code always indented")
1209 (description
1210 "@code{aggressive-indent-mode} is a minor mode that keeps your code
1211 always indented. It reindents after every change, making it more reliable
1212 than @code{electric-indent-mode}.")
1213 (license license:gpl2+)))
1214
1215 (define-public emacs-ag
1216 (package
1217 (name "emacs-ag")
1218 (version "0.47")
1219 (source (origin
1220 (method url-fetch)
1221 (uri (string-append
1222 "https://github.com/Wilfred/ag.el/archive/"
1223 version ".tar.gz"))
1224 (file-name (string-append name "-" version ".tar.gz"))
1225 (sha256
1226 (base32
1227 "1rlmp6wnyhqfg86dbz17r914msp58favn4kd4yrdwyia265a4lar"))))
1228 (build-system emacs-build-system)
1229 (arguments
1230 `(#:phases
1231 (modify-phases %standard-phases
1232 (add-before 'install 'make-info
1233 (lambda _
1234 (with-directory-excursion "docs"
1235 (invoke "make" "info"))))
1236 (add-after 'install 'install-info
1237 (lambda* (#:key outputs #:allow-other-keys)
1238 (let* ((out (assoc-ref outputs "out"))
1239 (info (string-append out "/share/info")))
1240 (install-file "docs/_build/texinfo/agel.info" info)
1241 #t))))))
1242 (native-inputs
1243 `(("python-sphinx" ,python-sphinx)
1244 ("texinfo" ,texinfo)))
1245 (propagated-inputs
1246 `(("dash" ,emacs-dash)
1247 ("s" ,emacs-s)
1248 ;; We need to use 'ag' as the executable on remote systems.
1249 ("the-silver-searcher" ,the-silver-searcher)))
1250 (home-page "https://github.com/Wilfred/ag.el")
1251 (synopsis "Front-end for ag (the-silver-searcher) for Emacs")
1252 (description "This package provides the ability to use the silver
1253 searcher, a code searching tool, sometimes abbreviated to @code{ag}. Features
1254 include version control system awareness, use of Perl compatible regular
1255 expressions, editing the search results directly and searching file names
1256 rather than the contents of files.")
1257 (license license:gpl3+)))
1258
1259 (define-public emacs-async
1260 (package
1261 (name "emacs-async")
1262 (home-page "https://github.com/jwiegley/emacs-async")
1263 (version "1.9.3")
1264 (source (origin
1265 (method git-fetch)
1266 (uri (git-reference
1267 (url home-page)
1268 (commit (string-append "v" version))))
1269 (file-name (git-file-name name version))
1270 (sha256
1271 (base32
1272 "1zsnb6dy8p6y68xgidv3dfxaga4biramfw8fq7wac0sc50vc98vq"))))
1273 (build-system emacs-build-system)
1274 (synopsis "Asynchronous processing in Emacs")
1275 (description
1276 "This package provides the ability to call asynchronous functions and
1277 processes. For example, it can be used to run dired commands (for copying,
1278 moving, etc.) asynchronously using @code{dired-async-mode}. Also it is used
1279 as a library for other Emacs packages.")
1280 (license license:gpl3+)))
1281
1282 (define-public emacs-auctex
1283 (package
1284 (name "emacs-auctex")
1285 (version "12.1.0")
1286 (source
1287 (origin
1288 (method url-fetch)
1289 (uri (string-append
1290 "https://elpa.gnu.org/packages/auctex-"
1291 version
1292 ".tar"))
1293 (sha256
1294 (base32
1295 "0iy5x61xqkxaph2hq64sg50l1c6yp6qhzppwadayxkdz00b46sas"))))
1296 (build-system emacs-build-system)
1297 ;; We use 'emacs' because AUCTeX requires dbus at compile time
1298 ;; ('emacs-minimal' does not provide dbus).
1299 (arguments
1300 `(#:emacs ,emacs
1301 #:include '("\\.el$" "^images/" "^latex/" "\\.info$")
1302 #:exclude '("^tests/" "^latex/README")))
1303 (native-inputs
1304 `(("perl" ,perl)))
1305 (home-page "https://www.gnu.org/software/auctex/")
1306 (synopsis "Integrated environment for TeX")
1307 (description
1308 "AUCTeX is a comprehensive customizable integrated environment for
1309 writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs
1310 or XEmacs.")
1311 (license license:gpl3+)))
1312
1313 (define-public emacs-autothemer
1314 (package
1315 (name "emacs-autothemer")
1316 (version "0.2.2")
1317 (source
1318 (origin
1319 (method url-fetch)
1320 (uri (string-append "https://github.com/sebastiansturm/autothemer/archive/"
1321 version ".tar.gz"))
1322 (file-name (string-append name "-" version ".tar.gz"))
1323 (sha256
1324 (base32
1325 "0rd28r9wfrbll212am4ih9hrvypx785aff76va2cbfxdwm9kixsa"))))
1326 (build-system emacs-build-system)
1327 (propagated-inputs
1328 `(("emacs-dash" ,emacs-dash)))
1329 (home-page "https://github.com/sebastiansturm/autothemer")
1330 (synopsis "Conveniently create Emacs themes")
1331 (description
1332 "Autothemer provides a thin layer on top of @code{deftheme} and
1333 @code{custom-theme-set-faces} that creates a new custom color theme, based on
1334 a set of simplified face specifications and a user-supplied color palette")
1335 (license license:gpl3+)))
1336
1337 (define-public emacs-howm
1338 (package
1339 (name "emacs-howm")
1340 (version "1.4.4")
1341 (source
1342 (origin
1343 (method url-fetch)
1344 (uri (string-append "http://howm.sourceforge.jp/a/howm-"
1345 version ".tar.gz"))
1346 (sha256
1347 (base32
1348 "0ddm91l6z58j7x59fa966j6q1rg4cinyza4r8ibg80hprn5h31qk"))))
1349 (build-system gnu-build-system)
1350 (native-inputs
1351 `(("emacs" ,emacs-minimal)))
1352 (arguments
1353 `(#:configure-flags
1354 (list (string-append "--with-howmdir=" %output
1355 "/share/emacs/site-lisp/guix.d/howm-" ,version))
1356 #:modules ((guix build gnu-build-system)
1357 ((guix build emacs-build-system) #:prefix emacs:)
1358 (guix build utils))
1359 #:imported-modules (,@%gnu-build-system-modules
1360 (guix build emacs-build-system)
1361 (guix build emacs-utils))
1362 #:phases
1363 (modify-phases %standard-phases
1364 (add-after 'rename-lispdir 'make-autoloads
1365 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1366 (home-page "http://howm.osdn.jp/")
1367 (synopsis "Note-taking tool for Emacs")
1368 (description "Howm is a note-taking tool for Emacs. Like
1369 code@{emacs-wiki.el}, it facilitates using hyperlinks and doing full-text
1370 searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
1371 (license license:gpl1+)))
1372
1373 (define-public emacs-calfw
1374 (package
1375 (name "emacs-calfw")
1376 (version "1.5")
1377 (source
1378 (origin
1379 (method url-fetch)
1380 (uri (string-append
1381 "https://github.com/kiwanami/emacs-calfw/archive/v"
1382 version ".tar.gz"))
1383 (file-name (string-append name "-" version ".tar.gz"))
1384 (sha256
1385 (base32
1386 "17ssg8gx66yp63nhygjq2r6kgl4h45cacmrxsxs9f0lrfcx37k0l"))))
1387 (build-system emacs-build-system)
1388 (propagated-inputs
1389 `(("emacs-howm" ,emacs-howm)))
1390 (home-page "https://github.com/kiwanami/emacs-calfw/")
1391 (synopsis "Calendar framework for Emacs")
1392 (description
1393 "This package displays a calendar view with various schedule data in the
1394 Emacs buffer.")
1395 (license license:gpl3+)))
1396
1397 (define-public emacs-direnv
1398 (package
1399 (name "emacs-direnv")
1400 (version "1.2.0")
1401 (source
1402 (origin
1403 (method url-fetch)
1404 (uri (string-append
1405 "https://github.com/wbolster/emacs-direnv/archive/"
1406 version ".tar.gz"))
1407 (file-name (string-append name "-" version ".tar.gz"))
1408 (sha256
1409 (base32
1410 "0m9nxawklhiiysyibzzhh2zkxgq1fskqvaqb06f7r8dnhabfy9fr"))))
1411 (build-system emacs-build-system)
1412 (propagated-inputs
1413 `(("dash" ,emacs-dash)
1414 ("with-editor" ,emacs-with-editor)))
1415 (home-page "https://github.com/wbolster/emacs-direnv")
1416 (synopsis "Direnv integration for Emacs")
1417 (description
1418 "This package provides support for invoking direnv to get the environment
1419 for the current file and updating the environment within Emacs to match.
1420
1421 Direnv can be invoked manually, and a global minor mode is included that will
1422 update the environment when the active buffer changes.
1423
1424 Using emacs-direnv means that programs started from Emacs will use the
1425 environment set through Direnv.")
1426 (license license:gpl3+)))
1427
1428 (define-public emacs-ggtags
1429 (package
1430 (name "emacs-ggtags")
1431 (version "0.8.13")
1432 (source
1433 (origin
1434 (method url-fetch)
1435 (uri (string-append "http://elpa.gnu.org/packages/ggtags-"
1436 version ".el"))
1437 (sha256
1438 (base32
1439 "1qa7lcrcmf76sf6dy8sxbg4adq7rg59fm0n5848w3qxgsr0h45fg"))))
1440 (build-system emacs-build-system)
1441 (home-page "https://github.com/leoliu/ggtags")
1442 (synopsis "Frontend to the GNU Global source code tagging system")
1443 (description "@code{ggtags} provides a frontend to the GNU Global source
1444 code tagging system.
1445
1446 Features:
1447
1448 @itemize
1449 @item Build on @code{compile.el} for asynchronicity and its large feature-set.
1450 @item Automatically update Global's tag files when needed with tuning for
1451 large source trees.
1452 @item Intuitive navigation among multiple matches with mode-line display of
1453 current match, total matches and exit status.
1454 @item Read tag with completion.
1455 @item Show definition at point.
1456 @item Jump to #include files.
1457 @item Support search history and saving a search to register/bookmark.
1458 @item Query replace.
1459 @item Manage Global's environment variables on a per-project basis.
1460 @item Highlight (definition) tag at point.
1461 @item Abbreviated display of file names.
1462 @item Support all Global search backends: @code{grep}, @code{idutils}, etc.
1463 @item Support exuberant ctags @url{http://ctags.sourceforge.net/} and
1464 @code{pygments} backend.
1465 @item Support all Global's output formats: @code{grep}, @code{ctags-x},
1466 @code{cscope} etc.
1467 @item Support projects on remote hosts (e.g. via @code{tramp}).
1468 @item Support eldoc.
1469 @item Search @code{GTAGSLIBPATH} for references and symbols.
1470 @end itemize\n")
1471 (license license:gpl3+)))
1472
1473 (define-public emacs-go-mode
1474 (package
1475 (name "emacs-go-mode")
1476 (version "1.5.0")
1477 (source (origin
1478 (method git-fetch)
1479 (uri (git-reference
1480 (url "https://github.com/dominikh/go-mode.el.git")
1481 (commit (string-append "v" version))))
1482 (file-name (git-file-name name version))
1483 (sha256
1484 (base32
1485 "1nd2h50yb0493wvf1h7fzplq45rmqn2w7kxpgnlxzhkvq99v8vzf"))))
1486 (build-system emacs-build-system)
1487 (arguments
1488 `(#:phases
1489 (modify-phases %standard-phases
1490 (add-after 'unpack 'make-writable
1491 (lambda _
1492 (for-each make-file-writable (find-files "." "\\.el$"))
1493 #t)))))
1494 (home-page "https://github.com/dominikh/go-mode.el")
1495 (synopsis "Go mode for Emacs")
1496 (description
1497 "This package provides go-mode, an Emacs mode for working with software
1498 written in the Go programming language.")
1499 (license license:bsd-3)))
1500
1501 (define-public emacs-google-maps
1502 (package
1503 (name "emacs-google-maps")
1504 (version "1.0.0")
1505 (source (origin
1506 (method url-fetch)
1507 (uri (string-append "https://github.com/jd/google-maps.el/"
1508 "archive/" version ".tar.gz"))
1509 (file-name (string-append name "-" version ".tar.gz"))
1510 (sha256
1511 (base32
1512 "014bxapm4d8vjxbzrfjdpsavxyfx981mlcb10aq5rmigr6il8ybs"))))
1513 (build-system emacs-build-system)
1514 (home-page "https://github.com/jd/google-maps.el")
1515 (synopsis "Access Google Maps from Emacs")
1516 (description "The @code{google-maps} package allows to display Google
1517 Maps directly inside Emacs.")
1518 (license license:gpl3+)))
1519
1520 (define-public emacs-graphviz-dot-mode
1521 (let ((commit "c456a2b65c734089e6c44e87209a5a432a741b1a")
1522 (revision "1"))
1523 (package
1524 (name "emacs-graphviz-dot-mode")
1525 (version (string-append "0.3.11-" revision "."
1526 (string-take commit 7)))
1527 (source (origin
1528 (method git-fetch)
1529 (uri (git-reference
1530 (url "https://github.com/ppareit/graphviz-dot-mode.git")
1531 (commit commit)))
1532 (file-name (string-append name "-" version "-checkout"))
1533 (sha256
1534 (base32
1535 "0j1r2rspaakw37b0mx7pwpvdsvixq9sw3xjbww5piihzpdxz58z1"))))
1536 (build-system emacs-build-system)
1537 (arguments
1538 `(#:phases
1539 (modify-phases %standard-phases
1540 (add-before 'install 'make-info
1541 (lambda* (#:key inputs #:allow-other-keys)
1542 (with-directory-excursion "texinfo"
1543 (substitute* "Makefile"
1544 (("\\/usr\\/bin\\/gzip")
1545 (string-append (assoc-ref inputs "gzip") "/bin/gzip")))
1546 (invoke "make"
1547 "clean"
1548 "info"
1549 (string-append "TEXINFODIR="
1550 (assoc-ref inputs "texinfo")
1551 "/bin")))))
1552 (add-after 'install 'install-info
1553 (lambda* (#:key outputs #:allow-other-keys)
1554 (let* ((out (assoc-ref outputs "out"))
1555 (info (string-append out "/share/info")))
1556 (install-file "texinfo/graphviz-dot-mode.info.gz" info)
1557 #t))))))
1558 (native-inputs
1559 `(("texinfo" ,texinfo)
1560 ("gzip" ,gzip)))
1561 (home-page "http://ppareit.github.com/graphviz-dot-mode")
1562 (synopsis "Major mode for editing Graphviz Dot files")
1563 (description
1564 "This Emacs packages helps you to create @file{.dot} or @file{.gv}
1565 files using the dot syntax, and use Graphviz to convert these files to
1566 diagrams.")
1567 (license license:gpl2+))))
1568
1569 (define-public emacs-mmm-mode
1570 (package
1571 (name "emacs-mmm-mode")
1572 (version "0.5.5")
1573 (source
1574 (origin
1575 (method url-fetch)
1576 (uri (string-append
1577 "https://github.com/purcell/mmm-mode/archive/"
1578 version ".tar.gz"))
1579 (file-name (string-append name "-" version ".tar.gz"))
1580 (sha256
1581 (base32
1582 "0c5ing3hcr74k78hqhrfwiv6m3n8hqfrw89j2x34vf60f4iyqzqc"))))
1583 (build-system gnu-build-system)
1584 (arguments
1585 '(#:phases
1586 (modify-phases %standard-phases
1587 (add-after 'unpack 'autogen
1588 (lambda _
1589 (invoke "sh" "autogen.sh"))))))
1590 (native-inputs
1591 `(("autoconf" ,autoconf)
1592 ("automake" ,automake)
1593 ("emacs" ,emacs-minimal)
1594 ("texinfo" ,texinfo)))
1595 (home-page "https://github.com/purcell/mmm-mode")
1596 (synopsis "Allow multiple major modes in an Emacs buffer")
1597 (description
1598 "MMM Mode is a minor mode that allows multiple major modes to coexist in a
1599 single buffer.")
1600 (license license:gpl3+)))
1601
1602 (define-public emacs-tablist
1603 (package
1604 (name "emacs-tablist")
1605 (version "0.70")
1606 (source (origin
1607 (method url-fetch)
1608 (uri (string-append
1609 "https://github.com/politza/tablist/archive/v"
1610 version ".tar.gz"))
1611 (file-name (string-append name "-" version ".tar.gz"))
1612 (sha256
1613 (base32
1614 "177d6s7ym1mwz1nhnl09r14z3n093g9a2szm97xsaig0c204xz9c"))))
1615 (build-system emacs-build-system)
1616 (home-page "https://github.com/politza/tablist")
1617 (synopsis "Extension for @code{tabulated-list-mode}")
1618 (description "Tablist is the Emacs package that provides several
1619 additional features to @code{tabulated-list-mode}: it adds marks,
1620 filters, new key bindings and faces. It can be enabled by
1621 @code{tablist-mode} or @code{tablist-minor-mode} commands.")
1622 (license license:gpl3+)))
1623
1624 (define-public emacs-pdf-tools
1625 (package
1626 (name "emacs-pdf-tools")
1627 (version "0.80")
1628 (source (origin
1629 (method url-fetch)
1630 (uri (string-append
1631 "https://github.com/politza/pdf-tools/archive/v"
1632 version ".tar.gz"))
1633 (file-name (string-append name "-" version ".tar.gz"))
1634 (sha256
1635 (base32
1636 "06imydn3a92vr57azpn1zhqc14kxyyslmyi9ldsyphan9b724gb6"))))
1637 (build-system gnu-build-system)
1638 (arguments
1639 `(#:tests? #f ; there are no tests
1640 #:modules ((guix build gnu-build-system)
1641 ((guix build emacs-build-system) #:prefix emacs:)
1642 (guix build utils)
1643 (guix build emacs-utils))
1644 #:imported-modules (,@%gnu-build-system-modules
1645 (guix build emacs-build-system)
1646 (guix build emacs-utils))
1647 #:phases
1648 (modify-phases %standard-phases
1649 ;; Build server side using 'gnu-build-system'.
1650 (add-after 'unpack 'enter-server-dir
1651 (lambda _ (chdir "server") #t))
1652 (add-after 'enter-server-dir 'autogen
1653 (lambda _
1654 (invoke "bash" "autogen.sh")))
1655
1656 ;; Build emacs side using 'emacs-build-system'.
1657 (add-after 'compress-documentation 'enter-lisp-dir
1658 (lambda _ (chdir "../lisp") #t))
1659 (add-after 'enter-lisp-dir 'emacs-patch-variables
1660 (lambda* (#:key outputs #:allow-other-keys)
1661 ;; Set path to epdfinfo program.
1662 (emacs-substitute-variables "pdf-info.el"
1663 ("pdf-info-epdfinfo-program"
1664 (string-append (assoc-ref outputs "out")
1665 "/bin/epdfinfo")))
1666 ;; Set 'pdf-tools-handle-upgrades' to nil to avoid "auto
1667 ;; upgrading" that pdf-tools tries to perform.
1668 (emacs-substitute-variables "pdf-tools.el"
1669 ("pdf-tools-handle-upgrades" '()))))
1670 (add-after 'emacs-patch-variables 'emacs-set-emacs-load-path
1671 (assoc-ref emacs:%standard-phases 'set-emacs-load-path))
1672 (add-after 'emacs-set-emacs-load-path 'emacs-install
1673 (assoc-ref emacs:%standard-phases 'install))
1674 (add-after 'emacs-install 'emacs-build
1675 (assoc-ref emacs:%standard-phases 'build))
1676 (add-after 'emacs-install 'emacs-make-autoloads
1677 (assoc-ref emacs:%standard-phases 'make-autoloads)))))
1678 (native-inputs `(("autoconf" ,autoconf)
1679 ("automake" ,automake)
1680 ("pkg-config" ,pkg-config)
1681 ("emacs" ,emacs-minimal)))
1682 (inputs `(("poppler" ,poppler)
1683 ("cairo" ,cairo)
1684 ("glib" ,glib)
1685 ("libpng" ,libpng)
1686 ("zlib" ,zlib)))
1687 (propagated-inputs `(("tablist" ,emacs-tablist)))
1688 (synopsis "Emacs support library for PDF files")
1689 (description
1690 "PDF Tools is, among other things, a replacement of DocView for PDF
1691 files. The key difference is that pages are not pre-rendered by
1692 e.g. ghostscript and stored in the file-system, but rather created on-demand
1693 and stored in memory.")
1694 (home-page "https://github.com/politza/pdf-tools")
1695 (license license:gpl3+)))
1696
1697 (define-public emacs-dash
1698 (package
1699 (name "emacs-dash")
1700 (version "2.14.1")
1701 (source (origin
1702 (method git-fetch)
1703 (uri (git-reference
1704 (url "https://github.com/magnars/dash.el.git")
1705 (commit version)))
1706 (file-name (git-file-name name version))
1707 (sha256
1708 (base32
1709 "1kzijmjxjxgr7p8clphzvmm47vczckbs8mza9an77c25bn627ywl"))))
1710 (build-system emacs-build-system)
1711 (arguments
1712 `(#:tests? #t
1713 #:test-command '("./run-tests.sh")))
1714 (home-page "https://github.com/magnars/dash.el")
1715 (synopsis "Modern list library for Emacs")
1716 (description "This package provides a modern list API library for Emacs.")
1717 (license license:gpl3+)))
1718
1719 (define-public emacs-bui
1720 (package
1721 (name "emacs-bui")
1722 (version "1.2.0")
1723 (source (origin
1724 (method git-fetch)
1725 (uri (git-reference
1726 (url "https://notabug.org/alezost/emacs-bui.git")
1727 (commit (string-append "v" version))))
1728 (file-name (string-append name "-" version "-checkout"))
1729 (sha256
1730 (base32
1731 "0ixia5s41f2nbal3wsixacbhbc0mk9yb75ir1amqakip30sq4apv"))))
1732 (build-system emacs-build-system)
1733 (propagated-inputs
1734 `(("dash" ,emacs-dash)))
1735 (home-page "https://notabug.org/alezost/emacs-bui")
1736 (synopsis "Buffer interface library for Emacs")
1737 (description
1738 "BUI (Buffer User Interface) is a library for making @code{list} and
1739 @code{info} interfaces to display an arbitrary data of the same
1740 type, for example: packages, buffers, files, etc.")
1741 (license license:gpl3+)))
1742
1743 (define-public emacs-guix
1744 (package
1745 (name "emacs-guix")
1746 (version "0.5")
1747 (source (origin
1748 (method url-fetch)
1749 (uri (string-append "https://emacs-guix.gitlab.io/website/"
1750 "releases/emacs-guix-" version ".tar.gz"))
1751 (sha256
1752 (base32
1753 "09zxd8x674vrpigmcx8l00ifhaxh35xwkwjb8dw9kydnhv9hyyi1"))))
1754 (build-system gnu-build-system)
1755 (arguments
1756 `(#:configure-flags
1757 (let ((guix (assoc-ref %build-inputs "guix"))
1758 (gcrypt (assoc-ref %build-inputs "guile-gcrypt"))
1759 (geiser (assoc-ref %build-inputs "geiser"))
1760 (dash (assoc-ref %build-inputs "dash"))
1761 (bui (assoc-ref %build-inputs "bui"))
1762 (magit-popup (assoc-ref %build-inputs "magit-popup"))
1763 (edit-indirect (assoc-ref %build-inputs "edit-indirect"))
1764 (site-lisp "/share/emacs/site-lisp")
1765 (site-scm "/share/guile/site")
1766 (site-go "/lib/guile")
1767 (guile-dir (lambda (dir)
1768 (car (find-files dir
1769 (lambda (file stat)
1770 (string-prefix?
1771 "2." (basename file)))
1772 #:directories? #t)))))
1773 (list (string-append "--with-guix-site-dir="
1774 (guile-dir (string-append guix site-scm)))
1775 (string-append "--with-guix-site-ccache-dir="
1776 (guile-dir (string-append guix site-go))
1777 "/site-ccache")
1778 (string-append "--with-guile-gcrypt-site-dir="
1779 (guile-dir (string-append gcrypt site-scm)))
1780 (string-append "--with-guile-gcrypt-site-ccache-dir="
1781 (guile-dir (string-append gcrypt site-go))
1782 "/site-ccache")
1783 (string-append "--with-geiser-lispdir=" geiser site-lisp)
1784 (string-append "--with-dash-lispdir="
1785 dash site-lisp "/guix.d/dash-"
1786 ,(package-version emacs-dash))
1787 (string-append "--with-bui-lispdir="
1788 bui site-lisp "/guix.d/bui-"
1789 ,(package-version emacs-bui))
1790 (string-append "--with-editindirect-lispdir="
1791 edit-indirect site-lisp "/guix.d/edit-indirect-"
1792 ,(package-version emacs-edit-indirect))
1793 (string-append "--with-popup-lispdir="
1794 magit-popup site-lisp "/guix.d/magit-popup-"
1795 ,(package-version emacs-magit-popup))))))
1796 (native-inputs
1797 `(("pkg-config" ,pkg-config)
1798 ("emacs" ,emacs-minimal)))
1799 (inputs
1800 `(("guile" ,guile-2.2)
1801 ("guix" ,guix)))
1802 (propagated-inputs
1803 `(("geiser" ,emacs-geiser)
1804 ("guile-gcrypt" ,guile-gcrypt)
1805 ("dash" ,emacs-dash)
1806 ("bui" ,emacs-bui)
1807 ("edit-indirect" ,emacs-edit-indirect)
1808 ("magit-popup" ,emacs-magit-popup)))
1809 (home-page "https://emacs-guix.gitlab.io/website/")
1810 (synopsis "Emacs interface for GNU Guix")
1811 (description
1812 "Emacs-Guix provides a visual interface, tools and features for the GNU
1813 Guix package manager. Particularly, it allows you to do various package
1814 management tasks from Emacs. To begin with, run @code{M-x guix-about} or
1815 @code{M-x guix-help} command.")
1816 (license license:gpl3+)))
1817
1818 (define-public emacs-build-farm
1819 (package
1820 (name "emacs-build-farm")
1821 (version "0.2.1")
1822 (source (origin
1823 (method git-fetch)
1824 (uri (git-reference
1825 (url "https://notabug.org/alezost/emacs-build-farm.git")
1826 (commit (string-append "v" version))))
1827 (file-name (string-append name "-" version "-checkout"))
1828 (sha256
1829 (base32
1830 "1a4ky0hca26p7f3i2c2s5517ygkyaaz52vs0vxy6f5q95rhlgdhd"))))
1831 (build-system emacs-build-system)
1832 (propagated-inputs
1833 `(("bui" ,emacs-bui)
1834 ("magit-popup" ,emacs-magit-popup)))
1835 (home-page "https://notabug.org/alezost/emacs-build-farm")
1836 (synopsis "Emacs interface for Hydra and Cuirass build farms")
1837 (description
1838 "This Emacs package provides an interface for Hydra and
1839 Cuirass (build farms used by Nix and Guix). It allows you to look at
1840 various data related to the build farm projects, jobsets, builds and
1841 evaluations. The entry point is @code{M-x build-farm} command.")
1842 (license license:gpl3+)))
1843
1844 (define-public emacs-d-mode
1845 (package
1846 (name "emacs-d-mode")
1847 (version "2.0.9")
1848 (source (origin
1849 (method url-fetch)
1850 (uri (string-append
1851 "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/"
1852 "archive/" version ".tar.gz"))
1853 (file-name (string-append name "-" version ".tar.gz"))
1854 (sha256
1855 (base32
1856 "127aa77ix3p7w4g339bx026df9y649dahlr3v359z0hs40zjz3kd"))))
1857 (build-system emacs-build-system)
1858 (propagated-inputs
1859 `(("emacs-undercover" ,emacs-undercover)))
1860 (home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
1861 (synopsis "Emacs major mode for editing D code")
1862 (description "This package provides an Emacs major mode for highlighting
1863 code written in the D programming language. This mode is currently known to
1864 work with Emacs 24 and 25.")
1865 (license license:gpl2+)))
1866
1867 (define-public emacs-keyfreq
1868 (package
1869 (name "emacs-keyfreq")
1870 (version "20160516.716")
1871 (source
1872 (origin
1873 (method url-fetch)
1874 (uri (string-append "http://melpa.org/packages/keyfreq-"
1875 version ".el"))
1876 (sha256
1877 (base32
1878 "008hd7d06qskc3mx0bbdgpgy2pwxr8185fzlyqf9qjg49y74p6g8"))))
1879 (build-system emacs-build-system)
1880 (home-page "https://github.com/dacap/keyfreq")
1881 (synopsis "Track Emacs command frequencies")
1882 (description "@code{emacs-keyfeq} tracks and shows how many times you used
1883 a command.")
1884 (license license:gpl3+)))
1885
1886 (define-public emacs-olivetti
1887 (package
1888 (name "emacs-olivetti")
1889 (version "1.5.7")
1890 (source (origin
1891 (method url-fetch)
1892 (uri (string-append
1893 "https://stable.melpa.org/packages/olivetti-"
1894 version ".el"))
1895 (sha256
1896 (base32
1897 "1yj2ylg46q0pw1xzlv2b0fv9x8p56x25284s9v2smwjr4vf0nwcj"))))
1898 (build-system emacs-build-system)
1899 (home-page "https://github.com/rnkn/olivetti")
1900 (synopsis "Emacs minor mode for a nice writing environment")
1901 (description "This package provides an Emacs minor mode that puts writing
1902 in the center.")
1903 (license license:gpl3+)))
1904
1905 (define-public emacs-undo-tree
1906 (package
1907 (name "emacs-undo-tree")
1908 (version "0.6.6")
1909 (source (origin
1910 (method git-fetch)
1911 (uri (git-reference
1912 (url "http://dr-qubit.org/git/undo-tree.git")
1913 (commit (string-append "release/" version))))
1914 (file-name (string-append name "-" version "-checkout"))
1915 (sha256
1916 (base32
1917 "1hnh2mnmw179gr094r561w6cw1haid0lpvpqvkc24wpj82vphzpa"))))
1918 (build-system emacs-build-system)
1919 (home-page "http://www.dr-qubit.org/emacs.php")
1920 (synopsis "Treat undo history as a tree")
1921 (description "Tree-like interface to Emacs undo system, providing
1922 graphical tree presentation of all previous states of buffer that
1923 allows easily move between them.")
1924 (license license:gpl3+)))
1925
1926 (define-public emacs-s
1927 (package
1928 (name "emacs-s")
1929 (version "1.12.0")
1930 (source (origin
1931 (method url-fetch)
1932 (uri (string-append
1933 "https://github.com/magnars/s.el/archive/"
1934 version ".tar.gz"))
1935 (file-name (string-append name "-" version ".tar.gz"))
1936 (sha256
1937 (base32
1938 "0xbl75863pcm806zg0x1lw7qznzjq2c8320k8js7apyag8q4srvh"))))
1939 (build-system emacs-build-system)
1940 (arguments
1941 `(#:tests? #t
1942 #:emacs ,emacs ; FIXME: tests fail with emacs-minimal
1943 #:test-command '("./run-tests.sh")))
1944 (home-page "https://github.com/magnars/s.el")
1945 (synopsis "Emacs string manipulation library")
1946 (description "This package provides an Emacs library for manipulating
1947 strings.")
1948 (license license:gpl3+)))
1949
1950 (define-public emacs-symon
1951 (package
1952 (name "emacs-symon")
1953 (version "20160630")
1954 (source
1955 (origin
1956 (method url-fetch)
1957 (uri (string-append "https://github.com/zk-phi/symon/archive/"
1958 version ".tar.gz"))
1959 (file-name (string-append name "-" version ".tar.gz"))
1960 (sha256
1961 (base32
1962 "0h4jcgdnq98wc9rj72nwyazq8498yg55jfljiij5qwbn1xf1g5zz"))))
1963 (build-system emacs-build-system)
1964 (home-page "https://github.com/zk-phi/symon")
1965 (synopsis "Tiny graphical system monitor")
1966 (description
1967 "Tiny graphical system monitor for the Emacs minibuffer when idle.")
1968 (license license:gpl2+)))
1969
1970 (define-public emacs-sx
1971 (let ((version "20180212")
1972 (revision "1")
1973 (commit "833435fbf90d1c9e927d165b155f3b1ef39271de"))
1974 (package
1975 (name "emacs-sx")
1976 (version (git-version version revision commit))
1977 (source
1978 (origin
1979 (method git-fetch)
1980 (uri (git-reference
1981 (url "https://github.com/vermiculus/sx.el")
1982 (commit commit)))
1983 (file-name (git-file-name name version))
1984 (sha256
1985 (base32
1986 "1369xaxq1vy3d9yh862ddnhddikdpg2d0wv1ly00pnvdp9v4cqgd"))))
1987 (build-system emacs-build-system)
1988 (propagated-inputs
1989 `(("emacs-markdown-mode" ,emacs-markdown-mode)))
1990 (home-page "https://github.com/vermiculus/sx.el")
1991 (synopsis "Emacs StackExchange client")
1992 (description
1993 "Emacs StackExchange client. Ask and answer questions on
1994 Stack Overflow, Super User, and other StackExchange sites.")
1995 (license license:gpl3+))))
1996
1997 (define-public emacs-f
1998 (package
1999 (name "emacs-f")
2000 (version "0.20.0")
2001 (source (origin
2002 (method git-fetch)
2003 (uri (git-reference
2004 (url "https://github.com/rejeep/f.el.git")
2005 (commit (string-append "v" version))))
2006 (file-name (git-file-name name version))
2007 (sha256
2008 (base32
2009 "1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
2010 (build-system emacs-build-system)
2011 (propagated-inputs
2012 `(("emacs-s" ,emacs-s)
2013 ("emacs-dash" ,emacs-dash)))
2014 (home-page "https://github.com/rejeep/f.el")
2015 (synopsis "Emacs API for working with files and directories")
2016 (description "This package provides an Emacs library for working with
2017 files and directories.")
2018 (license license:gpl3+)))
2019
2020 (define-public emacs-git-gutter
2021 (package
2022 (name "emacs-git-gutter")
2023 (version "0.90")
2024 (source (origin
2025 (method url-fetch)
2026 (uri (string-append
2027 "https://github.com/syohex/" name "/archive/"
2028 version ".tar.gz"))
2029 (file-name (string-append name "-" version ".tar.gz"))
2030 (sha256
2031 (base32
2032 "1nmhvhpq1l56mj2yq3ag23rw3x4xgnsy8szp30s26l0yjnkhc4qg"))))
2033 (build-system emacs-build-system)
2034 (home-page "https://github.com/syohex/emacs-git-gutter")
2035 (synopsis "See and manage hunks of text in a version control system")
2036 (description
2037 "This package is an Emacs minor mode for displaying and interacting with
2038 hunks of text managed in a version control system. Added modified and deleted
2039 areas can be indicated with symbols on the edge of the buffer, and commands
2040 can be used to move between and perform actions on these hunks.
2041
2042 Git, Mercurial, Subversion and Bazaar are supported, and many parts of the
2043 display and behaviour is easily customisable.")
2044 (license license:gpl3+)))
2045
2046 (define-public emacs-git-timemachine
2047 (package
2048 (name "emacs-git-timemachine")
2049 (version "4.5")
2050 (source
2051 (origin
2052 (method url-fetch)
2053 (uri (string-append "https://gitlab.com/pidu/git-timemachine"
2054 "/-/archive/" version
2055 "/git-timemachine-" version ".tar.gz"))
2056 (file-name (string-append name "-" version ".tar.gz"))
2057 (sha256
2058 (base32
2059 "0ii40qcincasg7s1yrvqcxkqcqzb4sfs7gcxscn6m4x4ans165zy"))))
2060 (build-system emacs-build-system)
2061 (home-page "https://gitlab.com/pidu/git-timemachine")
2062 (synopsis "Step through historic versions of Git-controlled files")
2063 (description "This package enables you to step through historic versions
2064 of files under Git version control from within Emacs.")
2065 (license license:gpl3+)))
2066
2067 (define-public emacs-minitest
2068 (let ((commit "1aadb7865c1dc69c201cecee275751ecec33a182")
2069 (revision "1"))
2070 (package
2071 (name "emacs-minitest")
2072 (version (git-version "0.8.0" revision commit))
2073 (source (origin
2074 (method git-fetch)
2075 (uri (git-reference
2076 (url "https://github.com/arthurnn/minitest-emacs")
2077 (commit commit)))
2078 (file-name (git-file-name name commit))
2079 (sha256
2080 (base32
2081 "1l18zqpdzbnqj2qawq8hj7z7pl8hr8z9d8ihy8jaiqma915hmhj1"))))
2082 (build-system emacs-build-system)
2083 (arguments
2084 '(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
2085 #:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
2086 (propagated-inputs
2087 `(("emacs-dash" ,emacs-dash)
2088 ("emacs-f" ,emacs-f)))
2089 (home-page "https://github.com/arthurnn/minitest-emacs")
2090 (synopsis "Emacs minitest mode")
2091 (description
2092 "The minitest mode provides commands to run the tests for the current
2093 file or line, as well as rerunning the previous tests, or all the tests for a
2094 project.
2095
2096 This package also includes relevant snippets for yasnippet.")
2097 (license license:expat))))
2098
2099 (define-public emacs-el-mock
2100 (package
2101 (name "emacs-el-mock")
2102 (version "1.25.1")
2103 (source
2104 (origin
2105 (method url-fetch)
2106 (uri (string-append "https://github.com/rejeep/el-mock.el/"
2107 "archive/v" version ".tar.gz"))
2108 (file-name (string-append name "-" version ".tar.gz"))
2109 (sha256
2110 (base32
2111 "16xw94n58xxn3zvgyj72bmzs0k5lkvswjmzs79ws9n7rzdivb38b"))))
2112 (build-system emacs-build-system)
2113 (home-page "https://github.com/rejeep/el-mock.el")
2114 (synopsis "Tiny mock and stub framework in Emacs Lisp")
2115 (description
2116 "Emacs Lisp Mock is a library for mocking and stubbing using readable
2117 syntax. Most commonly Emacs Lisp Mock is used in conjunction with Emacs Lisp
2118 Expectations, but it can be used in other contexts.")
2119 (license license:gpl3+)))
2120
2121 (define-public emacs-espuds
2122 (package
2123 (name "emacs-espuds")
2124 (version "0.3.3")
2125 (source
2126 (origin
2127 (method url-fetch)
2128 (uri (string-append "https://github.com/ecukes/espuds/"
2129 "archive/v" version ".tar.gz"))
2130 (file-name (string-append name "-" version ".tar.gz"))
2131 (sha256
2132 (base32
2133 "0xv551376pbmh735a3zjwc9z4qdx6ngj1vpq3xqjpn0a1rwjyn4k"))))
2134 (build-system emacs-build-system)
2135 (propagated-inputs
2136 `(("emacs-s" ,emacs-s)
2137 ("emacs-dash" ,emacs-dash)
2138 ("emacs-f" ,emacs-f)))
2139 (home-page "https://github.com/ecukes/espuds")
2140 (synopsis "Common step definitions for Ecukes")
2141 (description "Espuds is a collection of the most commonly used step
2142 definitions for testing with the Ecukes framework.")
2143 (license license:gpl3+)))
2144
2145 (define-public emacs-spark
2146 (let ((version "20160503") ; no proper tag, use date of commit
2147 (commit "0bf148c3ede3b31d56fd75f347cdd0b0eae60025")
2148 (revision "1"))
2149 (package
2150 (name "emacs-spark")
2151 (version (git-version version revision commit))
2152 (source
2153 (origin
2154 (method git-fetch)
2155 (uri (git-reference
2156 (url "https://github.com/alvinfrancis/spark.git")
2157 (commit commit)))
2158 (file-name (git-file-name name version))
2159 (sha256
2160 (base32
2161 "1ykqr86j17mi95s08d9fp02d7ych1331b04dcqxzxnmpkhwngyj1"))))
2162 (build-system emacs-build-system)
2163 (home-page "https://github.com/alvinfrancis/spark")
2164 (synopsis "Sparkline generation library for Emacs Lisp")
2165 (description "@code{emacs-spark} is a sparkline generation library for
2166 Emacs Lisp. It generates a sparkline string given a list of numbers. It is a
2167 port of @code{cl-spark} to Emacs Lisp.")
2168 (license license:expat))))
2169
2170 (define-public emacs-es-mode
2171 (package
2172 (name "emacs-es-mode")
2173 (version "4.3.0")
2174 (source (origin
2175 (method url-fetch)
2176 (uri (string-append
2177 "https://github.com/dakrone/es-mode/archive/"
2178 version ".tar.gz"))
2179 (file-name (string-append name "-" version ".tar.gz"))
2180 (sha256
2181 (base32
2182 "0y86qdcb3g7fkcb4pzsjh3syzql6w3314hg1wqxq4a8bbk3y0cgr"))))
2183 (build-system emacs-build-system)
2184 (propagated-inputs
2185 ;; The version of org in Emacs 24.5 is not sufficient, and causes tables
2186 ;; to be rendered incorrectly
2187 `(("emacs-dash" ,emacs-dash)
2188 ("emacs-org" ,emacs-org)
2189 ("emacs-spark" ,emacs-spark)))
2190 (home-page "https://github.com/dakrone/es-mode")
2191 (synopsis "Major mode for editing Elasticsearch queries")
2192 (description "@code{es-mode} includes highlighting, completion and
2193 indentation support for Elasticsearch queries. Also supported are
2194 @code{es-mode} blocks in @code{org-mode}, for which the results of queries can
2195 be processed through @code{jq}, or in the case of aggregations, can be
2196 rendered in to a table. In addition, there is an @code{es-command-center}
2197 mode, which displays information about Elasticsearch clusters.")
2198 (license license:gpl3+)))
2199
2200 (define-public emacs-expand-region
2201 (package
2202 (name "emacs-expand-region")
2203 (version "0.11.0")
2204 (source
2205 (origin
2206 (method url-fetch)
2207 (uri (string-append "https://github.com/magnars/expand-region.el"
2208 "/archive/" version ".tar.gz"))
2209 (file-name (string-append name "-" version ".tar.gz"))
2210 (sha256
2211 (base32
2212 "08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
2213 (build-system emacs-build-system)
2214 (home-page "https://github.com/magnars/expand-region.el")
2215 (synopsis "Increase selected region by semantic units")
2216 (description
2217 "Expand region increases the selected region by semantic units. Just
2218 keep pressing the key until it selects what you want. There's also
2219 @code{er/contract-region} if you expand too far.")
2220 (license license:gpl3+)))
2221
2222 (define-public emacs-fill-column-indicator
2223 (package
2224 (name "emacs-fill-column-indicator")
2225 (version "1.89")
2226 (source
2227 (origin
2228 (method url-fetch)
2229 (uri (string-append "https://github.com/alpaker/Fill-Column-Indicator"
2230 "/archive/v" version ".tar.gz"))
2231 (file-name (string-append name "-" version ".tar.gz"))
2232 (sha256
2233 (base32
2234 "09ab01np14bdcsr38xf95kpnvxzqr46mdjmphg3pigwnx39a3jvg"))))
2235 (build-system emacs-build-system)
2236 (home-page "https://www.emacswiki.org/emacs/FillColumnIndicator")
2237 (synopsis "Graphically indicate the fill column")
2238 (description
2239 "Fill-column-indicator graphically indicates the location of the fill
2240 column by drawing a thin line down the length of the editing window.")
2241 (license license:gpl3+)))
2242
2243 (define-public emacs-grep-a-lot
2244 (package
2245 (name "emacs-grep-a-lot")
2246 (version "1.0.7")
2247 (source (origin
2248 (method git-fetch)
2249 (uri (git-reference
2250 (url "https://github.com/ZungBang/emacs-grep-a-lot.git")
2251 (commit "9f9f645b9e308a0d887b66864ff97d0fca1ba4ad")))
2252 (file-name (string-append name "-" version "-checkout"))
2253 (sha256
2254 (base32
2255 "1f8262mrlinzgnn4m49hbj1hm3c1mvzza24py4b37sasn49546lw"))))
2256 (build-system emacs-build-system)
2257 (home-page "https://github.com/ZungBang/emacs-grep-a-lot")
2258 (synopsis "Enables multiple grep buffers in Emacs")
2259 (description
2260 "This Emacs package allows managing multiple grep buffers.")
2261 (license license:gpl3+)))
2262
2263 (define-public emacs-inf-ruby
2264 (package
2265 (name "emacs-inf-ruby")
2266 (version "2.5.1")
2267 (source
2268 (origin
2269 (method url-fetch)
2270 (uri (string-append "https://github.com/nonsequitur/inf-ruby/"
2271 "archive/" version ".tar.gz"))
2272 (file-name (string-append name "-" version ".tar.gz"))
2273 (sha256
2274 (base32
2275 "0m7323k649ckxql1grsdnf71bjhys7l4qb8wbpphb1mr1q8i4066"))))
2276 (build-system emacs-build-system)
2277 (home-page "https://github.com/nonsequitur/inf-ruby")
2278 (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
2279 (description
2280 "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
2281 for easy interaction with a ruby subprocess. Features include support for
2282 detecting specific uses of Ruby, e.g. when using rails, and using a
2283 appropriate console.")
2284 (license license:gpl3+)))
2285
2286 (define-public emacs-znc
2287 (package
2288 (name "emacs-znc")
2289 (version "0.0.2")
2290 (source
2291 (origin
2292 (method url-fetch)
2293 (uri (string-append "https://marmalade-repo.org/packages/znc-"
2294 version ".el"))
2295 (sha256
2296 (base32
2297 "1d8lqvybgyazin5z0g1c4l3rg1vzrrvf0saqs53jr1zcdg0lianh"))))
2298 (build-system emacs-build-system)
2299 (home-page "https://github.com/sshirokov/ZNC.el")
2300 (synopsis "Make ERC and ZNC get along better")
2301 (description
2302 "This is a thin wrapper around @code{erc} that enables one to use the ZNC
2303 IRC bouncer with ERC.")
2304 (license license:expat)))
2305
2306 (define-public emacs-shut-up
2307 (package
2308 (name "emacs-shut-up")
2309 (version "0.3.2")
2310 (source
2311 (origin
2312 (method url-fetch)
2313 (uri (string-append "https://github.com/cask/shut-up/"
2314 "archive/v" version ".tar.gz"))
2315 (file-name (string-append name "-" version ".tar.gz"))
2316 (sha256
2317 (base32
2318 "09kzrjdkb569iviyg7ydwq44yh84m3f9hkl7jizfrlk0w4gz67d1"))))
2319 (build-system emacs-build-system)
2320 (home-page "https://github.com/cask/shut-up")
2321 (synopsis "Silence Emacs")
2322 (description "This package silences most output of Emacs when running an
2323 Emacs shell script.")
2324 (license license:expat)))
2325
2326 (define-public emacs-undercover
2327 (package
2328 (name "emacs-undercover")
2329 (version "0.6.0")
2330 (source
2331 (origin
2332 (method url-fetch)
2333 (uri (string-append "https://github.com/sviridov/undercover.el/"
2334 "archive/v" version ".tar.gz"))
2335 (file-name (string-append name "-" version ".tar.gz"))
2336 (sha256
2337 (base32
2338 "0f48fi0xnbsqs382rgh85m9mq1wdnr0yib7as9xhwzvq0hsr5m0a"))))
2339 (build-system emacs-build-system)
2340 (propagated-inputs
2341 `(("emacs-dash" ,emacs-dash)
2342 ("emacs-shut-up" ,emacs-shut-up)))
2343 (home-page "https://github.com/sviridov/undercover.el")
2344 (synopsis "Test coverage library for Emacs Lisp")
2345 (description
2346 "Undercover is a test coverage library for software written in Emacs
2347 Lisp.")
2348 (license license:expat)))
2349
2350 (define-public emacs-paren-face
2351 (package
2352 (name "emacs-paren-face")
2353 (version "1.0.0")
2354 (source
2355 (origin
2356 (method url-fetch)
2357 (uri (string-append "https://github.com/tarsius/paren-face/archive/"
2358 version ".tar.gz"))
2359 (file-name (string-append name "-" version ".tar.gz"))
2360 (sha256
2361 (base32
2362 "0y4qrhxa9332vsvr999jg7qj1ymnfgwpf591yi4a4jgg90pm7qnn"))))
2363 (build-system emacs-build-system)
2364 (home-page "https://github.com/tarsius/paren-face")
2365 (synopsis "Face for parentheses in lisp modes")
2366 (description
2367 "This library defines a face named @code{parenthesis} used just for
2368 parentheses. The intended purpose of this face is to make parentheses less
2369 visible in Lisp code by dimming them. Lispers probably don't need to be
2370 constantly made aware of the existence of the parentheses. Dimming them might
2371 be even more useful for people new to lisp who have not yet learned to
2372 subconsciously blend out the parentheses.")
2373 (license license:gpl3+)))
2374
2375 (define-public emacs-page-break-lines
2376 (package
2377 (name "emacs-page-break-lines")
2378 (version "0.11")
2379 (source
2380 (origin
2381 (method url-fetch)
2382 (uri (string-append "https://github.com/purcell/page-break-lines/"
2383 "archive/" version ".tar.gz"))
2384 (file-name (string-append name "-" version ".tar.gz"))
2385 (sha256
2386 (base32
2387 "1zzhziq5kbrm9rxk30kx2glz455fp1blqxg8cpcf6l8xl3w8z4pg"))))
2388 (build-system emacs-build-system)
2389 (home-page "https://github.com/purcell/page-break-lines")
2390 (synopsis "Display page breaks as tidy horizontal lines")
2391 (description
2392 "This library provides a global mode which displays form feed characters
2393 as horizontal rules.")
2394 (license license:gpl3+)))
2395
2396 (define-public emacs-simple-httpd
2397 (package
2398 (name "emacs-simple-httpd")
2399 (version "1.4.6")
2400 (source
2401 (origin
2402 (method url-fetch)
2403 (uri (string-append "https://github.com/skeeto/emacs-web-server/"
2404 "archive/" version ".tar.gz"))
2405 (file-name (string-append name "-" version ".tar.gz"))
2406 (sha256
2407 (base32
2408 "01r7h3imnj4qx1m53a2wjafvbylcyz5f9r2rg2cs7ky3chlg220r"))))
2409 (build-system emacs-build-system)
2410 (home-page "https://github.com/skeeto/emacs-http-server")
2411 (synopsis "HTTP server in pure Emacs Lisp")
2412 (description
2413 "This package provides a simple HTTP server written in Emacs Lisp to
2414 serve files and directory listings.")
2415 (license license:unlicense)))
2416
2417 (define-public emacs-skewer-mode
2418 (package
2419 (name "emacs-skewer-mode")
2420 (version "1.6.2")
2421 (source
2422 (origin
2423 (method url-fetch)
2424 (uri (string-append "https://github.com/skeeto/skewer-mode/archive/"
2425 version ".tar.gz"))
2426 (file-name (string-append name "-" version ".tar.gz"))
2427 (sha256
2428 (base32
2429 "07jpz374j0j964szy3zznrkyja2kpdl3xa87wh7349mzxivqxdx0"))))
2430 (build-system emacs-build-system)
2431 (propagated-inputs
2432 `(("emacs-simple-httpd" ,emacs-simple-httpd)
2433 ("emacs-js2-mode" ,emacs-js2-mode)))
2434 (arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
2435 (home-page "https://github.com/skeeto/skewer-mode")
2436 (synopsis "Live web development in Emacs")
2437 (description
2438 "Skewer-mode provides live interaction with JavaScript, CSS, and HTML in
2439 a web browser. Expressions are sent on-the-fly from an editing buffer to be
2440 evaluated in the browser, just like Emacs does with an inferior Lisp process
2441 in Lisp modes.")
2442 (license license:unlicense)))
2443
2444 (define-public emacs-string-inflection
2445 (package
2446 (name "emacs-string-inflection")
2447 (version "1.0.6")
2448 (source (origin
2449 (method git-fetch)
2450 (uri (git-reference
2451 (url "https://github.com/akicho8/string-inflection")
2452 (commit "a150e7bdda60b7824d3a936750ce23f73b0e4edd")))
2453 (file-name (string-append name "-" version "-checkout"))
2454 (sha256
2455 (base32
2456 "1k0sm552iawi49v4zis6dbb81d1rzgky9v0dpv7nj31gnb7bmy7k"))))
2457 (build-system emacs-build-system)
2458 (native-inputs
2459 `(("ert-runner" ,emacs-ert-runner)))
2460 (arguments
2461 `(#:tests? #t
2462 #:test-command '("ert-runner")))
2463 (home-page "https://github.com/akicho8/string-inflection")
2464 (synopsis "Convert symbol names between different naming conventions")
2465 (description
2466 "This Emacs package provides convenient methods for manipulating the
2467 naming style of a symbol. It supports different naming conventions such as:
2468
2469 @enumerate
2470 @item camel case
2471 @item Pascal case
2472 @item all upper case
2473 @item lower case separated by underscore
2474 @item etc...
2475 @end enumerate\n")
2476 (license license:gpl2+)))
2477
2478 (define-public emacs-stripe-buffer
2479 (package
2480 (name "emacs-stripe-buffer")
2481 (version "0.2.5")
2482 (source
2483 (origin
2484 (method url-fetch)
2485 (uri (string-append "https://github.com/sabof/stripe-buffer/"
2486 "archive/" version ".tar.gz"))
2487 (file-name (string-append name "-" version ".tar.gz"))
2488 (sha256
2489 (base32
2490 "1p515dq7raly5hw94kiwm3vzsfih0d8af622q4ipvvljsm98aiik"))))
2491 (build-system emacs-build-system)
2492 (home-page "https://github.com/sabof/stripe-buffer/")
2493 (synopsis "Add stripes to list buffers")
2494 (description
2495 "This Emacs package adds faces to add stripes to list buffers and org
2496 tables.")
2497 (license license:gpl2+)))
2498
2499 (define-public emacs-rich-minority
2500 (package
2501 (name "emacs-rich-minority")
2502 (version "1.0.1")
2503 (source
2504 (origin
2505 (method url-fetch)
2506 (uri (string-append "https://github.com/Malabarba/rich-minority/"
2507 "archive/" version ".tar.gz"))
2508 (file-name (string-append name "-" version ".tar.gz"))
2509 (sha256
2510 (base32
2511 "1l0cb0q7kyi88nwfqd542psnkgwnjklpzc5rx32gzd3lkwkrbr8v"))))
2512 (build-system emacs-build-system)
2513 (home-page "https://github.com/Malabarba/rich-minority")
2514 (synopsis "Clean-up and beautify the list of minor modes")
2515 (description
2516 "This Emacs package hides and/or highlights minor modes in the
2517 mode-line.")
2518 (license license:gpl2+)))
2519
2520 (define-public emacs-robe
2521 (package
2522 (name "emacs-robe")
2523 (version "0.8.1")
2524 (source
2525 (origin
2526 (method url-fetch)
2527 (uri (string-append "https://github.com/dgutov/robe/"
2528 "archive/" version ".tar.gz"))
2529 (file-name (string-append name "-" version ".tar.gz"))
2530 (sha256
2531 (base32
2532 "1vp45y99fwj88z04ah4yppz4z568qcib646az6m9az5ar0f203br"))))
2533 (build-system emacs-build-system)
2534 (arguments
2535 '(#:include (cons "^lib\\/" %default-include)))
2536 (propagated-inputs
2537 `(("emacs-inf-ruby" ,emacs-inf-ruby)))
2538 (home-page "https://github.com/dgutov/robe")
2539 (synopsis "Ruby code assistance tool for Emacs")
2540 (description
2541 "Robe can provide information on loaded classes and modules in Ruby code,
2542 as well as where methods are defined. This allows the user to jump to method
2543 definitions, modules and classes, display method documentation and provide
2544 method and constant name completion.")
2545 (license license:gpl3+)))
2546
2547 (define-public emacs-rspec
2548 (package
2549 (name "emacs-rspec")
2550 (version "1.11")
2551 (source
2552 (origin
2553 (method url-fetch)
2554 (uri (string-append "https://github.com/pezra/rspec-mode/"
2555 "archive/v" version ".tar.gz"))
2556 (file-name (string-append name "-" version ".tar.gz"))
2557 (sha256
2558 (base32
2559 "1j0a7ms5516nlg60qfyn730pfxys6acm0rgyxh5xfkpi6jafgpvw"))))
2560 (build-system emacs-build-system)
2561 (home-page "https://github.com/pezra/rspec-mode")
2562 (synopsis "Provides a rspec mode for working with RSpec")
2563 (description
2564 "The Emacs RSpec mode provides keybindings for Ruby source files, e.g. to
2565 verify the spec associated with the current buffer, or entire project, as well
2566 as moving between the spec files, and coresponding code files.
2567
2568 Also included are keybindings for spec files and Dired buffers, as well as
2569 snippets for yasnippet.")
2570 (license license:gpl3+)))
2571
2572 (define-public emacs-smart-mode-line
2573 (package
2574 (name "emacs-smart-mode-line")
2575 (version "2.12.0")
2576 (source
2577 (origin
2578 (method url-fetch)
2579 (uri (string-append "https://github.com/Malabarba/smart-mode-line/"
2580 "archive/" version ".tar.gz"))
2581 (file-name (string-append name "-" version ".tar.gz"))
2582 (sha256
2583 (base32
2584 "1hn8s6laijmg7w1bgwdfrki6h9vxkbgr8rmmssvd5yqyad5w2sba"))))
2585 (build-system emacs-build-system)
2586 (propagated-inputs
2587 `(("emacs-rich-minority" ,emacs-rich-minority)))
2588 (home-page "https://github.com/Malabarba/smart-mode-line")
2589 (synopsis "Color-coded smart mode-line")
2590 (description
2591 "Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to
2592 read from small to large monitors by using colors, a prefix feature, and smart
2593 truncation.")
2594 (license license:gpl2+)))
2595
2596 (define-public emacs-sr-speedbar
2597 (let ((commit "77a83fb50f763a465c021eca7343243f465b4a47")
2598 (revision "0"))
2599 (package
2600 (name "emacs-sr-speedbar")
2601 (version (git-version "20161025" revision commit))
2602 (source
2603 (origin
2604 (method git-fetch)
2605 (uri (git-reference
2606 (url "https://github.com/emacsorphanage/sr-speedbar.git")
2607 (commit commit)))
2608 (file-name (git-file-name name version))
2609 (sha256
2610 (base32
2611 "0sd12555hk7z721y00kv3crdybvcn1i08wmd148z5imayzibj153"))))
2612 (build-system emacs-build-system)
2613 (home-page "https://www.emacswiki.org/emacs/SrSpeedbar")
2614 (synopsis "Same frame Emacs @code{speedbar}")
2615 (description
2616 "This Emacs package allows you to show @code{M-x speedbar} in the
2617 same frame (in an extra window). You can customize the initial width of
2618 the speedbar window.")
2619 (license license:gpl3+))))
2620
2621 (define-public emacs-shell-switcher
2622 (package
2623 (name "emacs-shell-switcher")
2624 (version "1.0.1")
2625 (source
2626 (origin
2627 (method url-fetch)
2628 (uri (string-append "https://github.com/DamienCassou/shell-switcher"
2629 "/archive/v" version ".tar.gz"))
2630 (file-name (string-append name "-" version ".tar.gz"))
2631 (sha256
2632 (base32
2633 "1c23mfkdqz2g9rixd9smm323vzlvhzz3ng34ambcqjfq309qb2nz"))))
2634 (build-system emacs-build-system)
2635 (home-page "https://github.com/DamienCassou/shell-switcher")
2636 (synopsis "Provide fast switching between shell buffers")
2637 (description
2638 "This package provides commands to quickly switch between shell buffers.")
2639 (license license:gpl3+)))
2640
2641 (define-public emacs-ob-ipython
2642 (package
2643 (name "emacs-ob-ipython")
2644 (version "20150704.8807064693")
2645 (source (origin
2646 (method git-fetch)
2647 (uri (git-reference
2648 (commit "880706469338ab59b5bb7dbe8460016f89755364")
2649 (url "https://github.com/gregsexton/ob-ipython.git")))
2650 (file-name (string-append name "-" version "-checkout"))
2651 (sha256
2652 (base32
2653 "1scf25snbds9ymagpny30ijbsg479r3nm0ih01dy4m9d0g7qryb7"))))
2654 (build-system emacs-build-system)
2655 (propagated-inputs
2656 `(("emacs-f" ,emacs-f)))
2657 (home-page "http://www.gregsexton.org")
2658 (synopsis "Org-Babel functions for IPython evaluation")
2659 (description "This package adds support to Org-Babel for evaluating Python
2660 source code using IPython.")
2661 (license license:gpl3+)))
2662
2663 (define-public emacs-debbugs
2664 (package
2665 (name "emacs-debbugs")
2666 (version "0.16")
2667 (source (origin
2668 (method url-fetch)
2669 (uri (string-append "https://elpa.gnu.org/packages/debbugs-"
2670 version ".tar"))
2671 (sha256
2672 (base32
2673 "0y3bq803c7820h15g66d1648skxfhlfa2v6vincj6xk5ssp44s9p"))))
2674 (build-system emacs-build-system)
2675 (arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
2676 (propagated-inputs
2677 `(("emacs-async" ,emacs-async)))
2678 (home-page "https://elpa.gnu.org/packages/debbugs.html")
2679 (synopsis "Access the Debbugs bug tracker in Emacs")
2680 (description
2681 "This package lets you access the @uref{http://bugs.gnu.org,GNU Bug
2682 Tracker} from within Emacs.
2683
2684 For instance, it defines the command @code{M-x debbugs-gnu} for listing bugs,
2685 and the command @code{M-x debbugs-gnu-search} for bug searching. If you
2686 prefer the listing of bugs as TODO items of @code{org-mode}, you could use
2687 @code{M-x debbugs-org} and related commands.
2688
2689 A minor mode @code{debbugs-browse-mode} let you browse URLs to the GNU Bug
2690 Tracker as well as bug identifiers prepared for @code{bug-reference-mode}.")
2691 (license license:gpl3+)))
2692
2693 (define-public emacs-ert-expectations
2694 (package
2695 (name "emacs-ert-expectations")
2696 (version "0.2")
2697 (source
2698 (origin
2699 (method url-fetch)
2700 (uri "https://www.emacswiki.org/emacs/download/ert-expectations.el")
2701 (sha256
2702 (base32
2703 "0cwy3ilsid90abzzjb7ha2blq9kmv3gfp3icwwfcz6qczgirq6g7"))))
2704 (build-system emacs-build-system)
2705 (home-page "https://www.emacswiki.org/emacs/ert-expectations.el")
2706 (synopsis "Simple unit test framework for Emacs Lisp")
2707 (description "@code{emacs-ert-expectations} is a simple unit test
2708 framework for Emacs Lisp to be used with @code{ert}.")
2709 (license license:gpl3+)))
2710
2711 (define-public emacs-deferred
2712 (package
2713 (name "emacs-deferred")
2714 (version "0.5.1")
2715 (home-page "https://github.com/kiwanami/emacs-deferred")
2716 (source (origin
2717 (method git-fetch)
2718 (uri (git-reference
2719 (url home-page)
2720 (commit (string-append "v" version))))
2721 (sha256
2722 (base32
2723 "0xy9zb6wwkgwhcxdnslqk52bq3z24chgk6prqi4ks0qcf2bwyh5h"))
2724 (file-name (string-append name "-" version))))
2725 (build-system emacs-build-system)
2726 (arguments
2727 `(#:phases
2728 (modify-phases %standard-phases
2729 (add-after 'unpack 'set-shell
2730 ;; Setting the SHELL environment variable is required for the tests
2731 ;; to find sh.
2732 (lambda _
2733 (setenv "SHELL" (which "sh"))
2734 #t))
2735 (add-before 'check 'fix-makefile
2736 (lambda _
2737 (substitute* "Makefile"
2738 (("\\$\\(CASK\\) exec ") ""))
2739 #t)))
2740 #:tests? #t
2741 #:test-command '("make" "test")))
2742 (native-inputs
2743 `(("emacs-ert-expectations" ,emacs-ert-expectations)
2744 ("emacs-undercover" ,emacs-undercover)
2745 ("ert-runner" ,emacs-ert-runner)))
2746 (synopsis "Simple asynchronous functions for Emacs Lisp")
2747 (description
2748 "The @code{deferred.el} library provides support for asynchronous tasks.
2749 The API is almost the same as that of
2750 @uref{https://github.com/cho45/jsdeferred, JSDeferred}, a JavaScript library
2751 for asynchronous tasks.")
2752 (license license:gpl3+)))
2753
2754 (define-public emacs-butler
2755 (package
2756 (name "emacs-butler")
2757 (version "0.2.4")
2758 (home-page "https://github.com/AshtonKem/Butler")
2759 (source (origin
2760 (method git-fetch)
2761 (uri (git-reference
2762 (url home-page)
2763 (commit version)))
2764 (sha256
2765 (base32
2766 "1pii9dw4skq7nr4na6qxqasl36av8cwjp71bf1fgppqpcd9z8skj"))
2767 (file-name (string-append name "-" version))))
2768 (build-system emacs-build-system)
2769 (propagated-inputs
2770 `(("emacs-deferred" ,emacs-deferred)))
2771 (synopsis "Emacs client for Jenkins")
2772 (description
2773 "Butler provides an interface to connect to Jenkins continuous
2774 integration servers. Users can specify a list of server in the
2775 @code{butler-server-list} variable and then use @code{M-x butler-status} to
2776 view the build status of those servers' build jobs, and possibly to trigger
2777 build jobs.")
2778 (license license:gpl3+)))
2779
2780 (define-public emacs-company
2781 (package
2782 (name "emacs-company")
2783 (version "0.9.7")
2784 (source
2785 (origin
2786 (method url-fetch)
2787 (uri (string-append "https://github.com/company-mode/company-mode/archive/"
2788 version ".tar.gz"))
2789 (file-name (string-append name "-" version ".tar.gz"))
2790 (sha256
2791 (base32
2792 "19flv38f2qhxda8lbk2ckywvibd72vbzmn4hchqz6d8acsknh4sb"))))
2793 (build-system emacs-build-system)
2794 (arguments
2795 `(#:phases
2796 (modify-phases %standard-phases
2797 (add-before 'check 'fix-bin-dir
2798 (lambda _
2799 ;; The company-files-candidates-normal-root test looks
2800 ;; for the /bin directory, but the build environment has
2801 ;; no /bin directory. Modify the test to look for the
2802 ;; /tmp directory.
2803 (substitute* "test/files-tests.el"
2804 (("/bin/") "/tmp/"))
2805 #t)))
2806 #:tests? #t
2807 #:test-command '("make" "test-batch")))
2808 (home-page "http://company-mode.github.io/")
2809 (synopsis "Modular text completion framework")
2810 (description
2811 "Company is a modular completion mechanism. Modules for retrieving
2812 completion candidates are called back-ends, modules for displaying them are
2813 front-ends. Company comes with many back-ends, e.g. @code{company-elisp}.
2814 These are distributed in separate files and can be used individually.")
2815 (license license:gpl3+)))
2816
2817 (define-public emacs-irony-mode
2818 (package
2819 (name "emacs-irony-mode")
2820 (version "1.2.0")
2821 (home-page "https://github.com/Sarcasm/irony-mode")
2822 (source (origin
2823 (method url-fetch)
2824 (uri (string-append home-page "/archive/v" version ".tar.gz"))
2825 (sha256
2826 (base32
2827 "1f68zi0glkg2aly66s07rx3w0b0hdi1znxan02h6dbabaadylk99"))
2828 (file-name (string-append name "-" version ".tar.gz"))))
2829 (build-system emacs-build-system)
2830 (arguments '())
2831 (propagated-inputs
2832 `(("emacs-irony-mode-server" ,emacs-irony-mode-server)))
2833 (synopsis "C/C++/ObjC Code completion and syntax checks for Emacs")
2834 (description "Irony-mode provides Clang-assisted syntax checking and
2835 completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
2836 provide syntax checking and autocompletion on compiler level which is very
2837 resistent against false positives. It also integrates well with other
2838 packages like @code{eldoc-mode} and especially @code{company-mode} as
2839 described on the homepage.")
2840 (license license:gpl3+)))
2841
2842 (define-public emacs-irony-mode-server
2843 (package (inherit emacs-irony-mode)
2844 (name "emacs-irony-mode-server")
2845 (inputs
2846 `(("clang" ,clang)))
2847 (propagated-inputs '())
2848 (arguments
2849 `(#:phases
2850 (modify-phases %standard-phases
2851 (replace 'configure
2852 (lambda* (#:key outputs #:allow-other-keys)
2853 (let ((out (assoc-ref outputs "out")))
2854 (invoke "cmake"
2855 "server"
2856 (string-append "-DCMAKE_INSTALL_PREFIX=" out)) #t))))))
2857 (build-system cmake-build-system)
2858 (synopsis "Server for the Emacs @dfn{irony mode}")))
2859
2860 (define-public emacs-company-irony
2861 (package
2862 (name "emacs-company-irony")
2863 (version "1.1.0")
2864 (source (origin
2865 (method git-fetch)
2866 (uri (git-reference
2867 (url "https://github.com/Sarcasm/company-irony.git")
2868 (commit (string-append "v" version))))
2869 (sha256 (base32
2870 "1qgyam2vyjw90kpxns5cd6bq3qiqjhzpwrlvmi18vyb69qcgqd8a"))
2871 (file-name (git-file-name name version))))
2872 (build-system emacs-build-system)
2873 (inputs
2874 `(("emacs-irony-mode" ,emacs-irony-mode)
2875 ("emacs-company" ,emacs-company)))
2876 (synopsis "C++ completion backend for Company using irony-mode")
2877 (description "This backend for company-mode allows for C++ code completion
2878 with irony-mode using clang-tooling.")
2879 (home-page "https://github.com/Sarcasm/company-irony")
2880 (license license:gpl3+)))
2881
2882 (define-public emacs-flycheck-irony
2883 (package
2884 (name "emacs-flycheck-irony")
2885 (version "0.1.0")
2886 (source (origin
2887 (method git-fetch)
2888 (uri (git-reference
2889 (url "https://github.com/Sarcasm/flycheck-irony.git")
2890 (commit (string-append "v" version))))
2891 (sha256
2892 (base32 "0qa5a8wzvzxwqql92ibc9s43k8sj3vwn7skz9hfr8av0skkhx996"))
2893 (file-name (string-append name "-" version))))
2894 (build-system emacs-build-system)
2895 (inputs
2896 `(("irony-mode" ,emacs-irony-mode)
2897 ("flycheck-mode" ,emacs-flycheck)
2898 ("emacs-company" ,emacs-company)))
2899 (synopsis "Live syntax checking frontend for Flycheck using irony-mode")
2900 (description "This package provides a frontend for Flycheck that lets
2901 irony-mode do the syntax checking.")
2902 (home-page "https://github.com/Sarcasm/flycheck-irony")
2903 (license license:gpl3+)))
2904
2905 (define-public emacs-company-quickhelp
2906 (package
2907 (name "emacs-company-quickhelp")
2908 (version "2.3.0")
2909 (source
2910 (origin
2911 (method url-fetch)
2912 (uri (string-append
2913 "https://github.com/expez/company-quickhelp/archive/"
2914 version ".tar.gz"))
2915 (file-name (string-append name "-" version ".tar.gz"))
2916 (sha256
2917 (base32
2918 "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
2919 (build-system emacs-build-system)
2920 (propagated-inputs
2921 `(("emacs-pos-tip" ,emacs-pos-tip)
2922 ("emacs-company" ,emacs-company)))
2923 (home-page "https://github.com/expez/company-quickhelp")
2924 (synopsis "Popup documentation for completion candidates")
2925 (description "@code{company-quickhelp} shows documentation for the
2926 completion candidate when using the Company text completion framework.")
2927 (license license:gpl3+)))
2928
2929 (define-public emacs-multiple-cursors
2930 (package
2931 (name "emacs-multiple-cursors")
2932 (version "1.4.0")
2933 (source
2934 (origin
2935 (method url-fetch)
2936 (uri (string-append "https://github.com/magnars/multiple-cursors.el/"
2937 "archive/" version ".tar.gz"))
2938 (file-name (string-append name "-" version ".tar.gz"))
2939 (sha256
2940 (base32
2941 "0hihihlvcvzayg5fnqzcg45fhvlmq6xlq58syy00rjwbry9w389k"))))
2942 (build-system emacs-build-system)
2943 (home-page "https://github.com/magnars/multiple-cursors.el")
2944 (synopsis "Multiple cursors for Emacs")
2945 (description
2946 "This package adds support to Emacs for editing text with multiple
2947 simultaneous cursors.")
2948 (license license:gpl3+)))
2949
2950 (define-public emacs-typo
2951 (package
2952 (name "emacs-typo")
2953 (version "1.1")
2954 (home-page "https://github.com/jorgenschaefer/typoel")
2955 (source (origin
2956 (method git-fetch)
2957 (uri (git-reference
2958 (url home-page)
2959 (commit (string-append "v" version))))
2960 (sha256
2961 (base32
2962 "1jhd4grch5iz12gyxwfbsgh4dmz5hj4bg4gnvphccg8dsnni05k2"))
2963 (file-name (string-append name "-" version))))
2964 (build-system emacs-build-system)
2965 (synopsis "Minor mode for typographic editing")
2966 (description
2967 "This package provides two Emacs modes, @code{typo-mode} and
2968 @code{typo-global-mode}. These modes automatically insert Unicode characters
2969 for quotation marks, dashes, and ellipses. For example, typing @kbd{\"}
2970 automatically inserts a Unicode opening or closing quotation mark, depending
2971 on context.")
2972 (license license:gpl3+)))
2973
2974 (define-public emacs-scheme-complete
2975 (let ((commit "9b5cf224bf2a5994bc6d5b152ff487517f1a9bb5"))
2976 (package
2977 (name "emacs-scheme-complete")
2978 (version (string-append "20151223." (string-take commit 8)))
2979 (source
2980 (origin
2981 (file-name (string-append name "-" version))
2982 (method git-fetch)
2983 (uri (git-reference
2984 (url "https://github.com/ashinn/scheme-complete.git")
2985 (commit commit)))
2986 (sha256
2987 (base32
2988 "141wn9l0m33w0g3dqmx8nxbfdny1r5xbr6ak61rsz21bk0qafs7x"))
2989 (patches
2990 (search-patches "emacs-scheme-complete-scheme-r5rs-info.patch"))))
2991 (build-system emacs-build-system)
2992 (home-page "https://github.com/ashinn/scheme-complete")
2993 (synopsis "Smart tab completion for Scheme in Emacs")
2994 (description
2995 "This file provides a single function, @code{scheme-smart-complete},
2996 which you can use for intelligent, context-sensitive completion for any Scheme
2997 implementation in Emacs. To use it just load this file and bind that function
2998 to a key in your preferred mode.")
2999 (license license:public-domain))))
3000
3001 (define-public emacs-scel
3002 (let ((version "20170629")
3003 (revision "1")
3004 (commit "aeea3ad4be9306d14c3a734a4ff54fee10ac135b"))
3005 (package
3006 (name "emacs-scel")
3007 (version (git-version version revision commit))
3008 (source
3009 (origin
3010 (method git-fetch)
3011 (uri (git-reference
3012 (url "https://github.com/supercollider/scel.git")
3013 (commit commit)))
3014 (file-name (string-append name "-" version "-checkout"))
3015 (sha256
3016 (base32
3017 "0jvmzs1lsjyndqshhii2y4mnr3wghai26i3p75453zrpxpg0zvvw"))))
3018 (build-system emacs-build-system)
3019 (arguments
3020 `(#:modules ((guix build emacs-build-system)
3021 ((guix build cmake-build-system) #:prefix cmake:)
3022 (guix build utils))
3023 #:imported-modules (,@%emacs-build-system-modules
3024 (guix build cmake-build-system))
3025 #:phases
3026 (modify-phases %standard-phases
3027 (add-after 'unpack 'configure
3028 (lambda* (#:key outputs #:allow-other-keys)
3029 (substitute* "el/CMakeLists.txt"
3030 (("share/emacs/site-lisp/SuperCollider")
3031 (string-append
3032 "share/emacs/site-lisp/guix.d/scel-" ,version)))
3033 ((assoc-ref cmake:%standard-phases 'configure)
3034 #:outputs outputs
3035 #:configure-flags '("-DSC_EL_BYTECOMPILE=OFF"))))
3036 (add-after 'set-emacs-load-path 'add-el-dir-to-emacs-load-path
3037 (lambda _
3038 (setenv "EMACSLOADPATH"
3039 (string-append (getcwd) "/el:" (getenv "EMACSLOADPATH")))
3040 #t))
3041 (replace 'install (assoc-ref cmake:%standard-phases 'install)))))
3042 (inputs
3043 `(("supercollider" ,supercollider)))
3044 (native-inputs
3045 `(("cmake" ,cmake)))
3046 (home-page "https://github.com/supercollider/scel")
3047 (synopsis "SuperCollider Emacs interface")
3048 (description "@code{emacs-scel} is an Emacs interface to SuperCollider.
3049 SuperCollider is a platform for audio synthesis and algorithmic composition.")
3050 (license license:gpl2+))))
3051
3052 (define-public emacs-mit-scheme-doc
3053 (package
3054 (name "emacs-mit-scheme-doc")
3055 (version "20140203")
3056 (source
3057 (origin
3058 (modules '((guix build utils)))
3059 (snippet
3060 ;; keep only file of interest
3061 '(begin
3062 (for-each delete-file '("dot-emacs.el" "Makefile"))
3063 (install-file "6.945-config/mit-scheme-doc.el" ".")
3064 (delete-file-recursively "6.945-config")
3065 #t))
3066 (file-name (string-append name "-" version ".tar.bz2"))
3067 (method url-fetch)
3068 (uri (string-append "http://groups.csail.mit.edu/mac/users/gjs/"
3069 "6.945/dont-panic/emacs-basic-config.tar.bz2"))
3070 (sha256
3071 (base32
3072 "0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
3073 (build-system emacs-build-system)
3074 (inputs `(("mit-scheme" ,mit-scheme)))
3075 (arguments
3076 `(#:phases
3077 (modify-phases %standard-phases
3078 (add-after 'unpack 'configure-doc
3079 (lambda* (#:key inputs #:allow-other-keys)
3080 (let* ((mit-scheme-dir (assoc-ref inputs "mit-scheme"))
3081 (doc-dir (string-append mit-scheme-dir "/share/doc/"
3082 "mit-scheme-"
3083 ,(package-version mit-scheme))))
3084 (substitute* "mit-scheme-doc.el"
3085 (("http://www\\.gnu\\.org/software/mit-scheme/documentation/mit-scheme-ref/")
3086 (string-append "file:" doc-dir "/mit-scheme-ref/")))))))))
3087 (home-page "http://groups.csail.mit.edu/mac/users/gjs/6.945/dont-panic/")
3088 (synopsis "MIT-Scheme documentation lookup for Emacs")
3089 (description
3090 "This package provides a set of Emacs functions to search definitions of
3091 identifiers in the MIT-Scheme documentation.")
3092 (license license:gpl2+)))
3093
3094 (define-public emacs-constants
3095 (package
3096 (name "emacs-constants")
3097 (version "2.6")
3098 (home-page "https://staff.fnwi.uva.nl/c.dominik/Tools/constants")
3099 (source
3100 (origin
3101 (file-name (string-append name "-" version ".tar.gz"))
3102 (method url-fetch)
3103 (uri (string-append "https://github.com/fedeinthemix/emacs-constants"
3104 "/archive/v" version ".tar.gz"))
3105 (sha256
3106 (base32
3107 "0pnrpmmxq8mh5h2hbrp5vcym0j0fh6dv3s7c5ccn18wllhzg9g7n"))))
3108 (build-system emacs-build-system)
3109 (synopsis "Enter definition of constants into an Emacs buffer")
3110 (description
3111 "This package provides functions for inserting the definition of natural
3112 constants and units into an Emacs buffer.")
3113 (license license:gpl2+)))
3114
3115 (define-public emacs-tagedit
3116 (package
3117 (name "emacs-tagedit")
3118 (version "1.4.0")
3119 (source
3120 (origin
3121 (method url-fetch)
3122 (uri (string-append "https://github.com/magnars/tagedit/"
3123 "archive/" version ".tar.gz"))
3124 (file-name (string-append name "-" version ".tar.gz"))
3125 (sha256
3126 (base32
3127 "1apfnann4qklfdsmdi7icjsj18x7gwx8d83iqr4z25clszz95xfq"))))
3128 (build-system emacs-build-system)
3129 (propagated-inputs
3130 `(("emacs-s" ,emacs-s)
3131 ("emacs-dash" ,emacs-dash)))
3132 (home-page "https://github.com/magnars/tagedit")
3133 (synopsis "Some paredit-like features for html-mode")
3134 (description
3135 "This package provides a collection of paredit-like functions for editing
3136 in @code{html-mode}.")
3137 (license license:gpl3+)))
3138
3139 (define-public emacs-slime
3140 (package
3141 (name "emacs-slime")
3142 (version "2.22")
3143 (source
3144 (origin
3145 (file-name (string-append name "-" version ".tar.gz"))
3146 (method url-fetch)
3147 (uri (string-append
3148 "https://github.com/slime/slime/archive/v"
3149 version ".tar.gz"))
3150 (sha256
3151 (base32
3152 "07vaib1n4zyh5yy30gdpq0bc5cv6w84piml5b3mfc9ibjhaykkms"))))
3153 (build-system emacs-build-system)
3154 (native-inputs
3155 `(("texinfo" ,texinfo)))
3156 (arguments
3157 `(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
3158 #:exclude '("^slime-tests.el" "^contrib/test/"
3159 "^contrib/Makefile$" "^contrib/README.md$")
3160 #:phases
3161 (modify-phases %standard-phases
3162 (add-before 'install 'configure
3163 (lambda* _
3164 (emacs-substitute-variables "slime.el"
3165 ("inferior-lisp-program" "sbcl"))
3166 #t))
3167 (add-before 'install 'install-doc
3168 (lambda* (#:key outputs #:allow-other-keys)
3169 (let* ((out (assoc-ref outputs "out"))
3170 (info-dir (string-append out "/share/info"))
3171 (doc-dir (string-append out "/share/doc/"
3172 ,name "-" ,version))
3173 (doc-files '("doc/slime-refcard.pdf"
3174 "README.md" "NEWS" "PROBLEMS"
3175 "CONTRIBUTING.md")))
3176 (with-directory-excursion "doc"
3177 (substitute* "Makefile"
3178 (("infodir=/usr/local/info")
3179 (string-append "infodir=" info-dir)))
3180 (invoke "make" "html/index.html")
3181 (invoke "make" "slime.info")
3182 (install-file "slime.info" info-dir)
3183 (copy-recursively "html" (string-append doc-dir "/html")))
3184 (for-each (lambda (f)
3185 (install-file f doc-dir)
3186 (delete-file f))
3187 doc-files)
3188 (delete-file-recursively "doc")
3189 #t))))))
3190 (home-page "https://github.com/slime/slime")
3191 (synopsis "Superior Lisp Interaction Mode for Emacs")
3192 (description
3193 "SLIME extends Emacs with support for interactive programming in
3194 Common Lisp. The features are centered around @command{slime-mode},
3195 an Emacs minor mode that complements the standard @command{lisp-mode}.
3196 While lisp-mode supports editing Lisp source files, @command{slime-mode}
3197 adds support for interacting with a running Common Lisp process
3198 for compilation, debugging, documentation lookup, and so on.")
3199 (license (list license:gpl2+ license:public-domain))))
3200
3201 (define-public emacs-popup
3202 (package
3203 (name "emacs-popup")
3204 (version "0.5.3")
3205 (source (origin
3206 (method url-fetch)
3207 (uri (string-append
3208 "https://github.com/auto-complete/popup-el/archive/v"
3209 version ".tar.gz"))
3210 (file-name (string-append name "-" version ".tar.gz"))
3211 (sha256
3212 (base32
3213 "1yrgfj8y69xmcb6kwgplhq68ndm9410qwh7sd2knnd1gchpphdc0"))))
3214 (build-system emacs-build-system)
3215 (home-page "https://github.com/auto-complete/popup-el")
3216 (synopsis "Visual Popup User Interface for Emacs")
3217 (description
3218 "Popup.el is a visual popup user interface library for Emacs.
3219 This provides a basic API and common UI widgets such as popup tooltips
3220 and popup menus.")
3221 (license license:gpl3+)))
3222
3223 (define-public emacs-puppet-mode
3224 (let ((commit "b3ed5057166a4f49dfa9be638523a348b55a2fd2")
3225 (revision "1"))
3226 (package
3227 (name "emacs-puppet-mode")
3228 ;; The last release, 0.3 was several years ago, and there have been many
3229 ;; commits since
3230 (version (git-version "0.3" revision commit))
3231 (source
3232 (origin
3233 (method url-fetch)
3234 (uri (string-append
3235 "https://raw.githubusercontent.com/voxpupuli/puppet-mode/"
3236 commit "/puppet-mode.el"))
3237 (sha256
3238 (base32
3239 "1indycxawsl0p2aqqg754f6735q3cmah9vd886rpn0ncc3ipi1xm"))))
3240 (build-system emacs-build-system)
3241 (home-page "https://github.com/voxpupuli/puppet-mode")
3242 (synopsis "Emacs major mode for the Puppet configuration language")
3243 (description
3244 "This package provides support for the Puppet configuration language,
3245 including syntax highlighting, indentation of expressions and statements,
3246 linting of manifests and integration with Puppet Debugger.")
3247 ;; Also incorporates work covered by the Apache License, Version 2.0
3248 (license license:gpl3+))))
3249
3250 (define-public emacs-god-mode
3251 (let ((commit "6cf0807b6555eb6fcf8387a4e3b667071ef38964")
3252 (revision "1"))
3253 (package
3254 (name "emacs-god-mode")
3255 (version (string-append "20151005.925."
3256 revision "-" (string-take commit 9)))
3257 (source
3258 (origin
3259 (method git-fetch)
3260 (uri (git-reference
3261 (url "https://github.com/chrisdone/god-mode.git")
3262 (commit commit)))
3263 (file-name (string-append name "-" version "-checkout"))
3264 (sha256
3265 (base32
3266 "1am415k4xxcva6y3vbvyvknzc6bma49pq3p85zmpjsdmsp18qdix"))))
3267 (build-system emacs-build-system)
3268 (home-page "https://github.com/chrisdone/god-mode")
3269 (synopsis "Minor mode for entering commands without modifier keys")
3270 (description
3271 "This package provides a global minor mode for entering Emacs commands
3272 without modifier keys. It's similar to Vim's separation of commands and
3273 insertion mode. When enabled all keys are implicitly prefixed with
3274 @samp{C-} (among other helpful shortcuts).")
3275 (license license:gpl3+))))
3276
3277 (define-public emacs-jinja2-mode
3278 (package
3279 (name "emacs-jinja2-mode")
3280 (version "0.2")
3281 (source
3282 (origin
3283 (method url-fetch)
3284 (uri (string-append "https://github.com/paradoxxxzero/jinja2-mode/"
3285 "archive/v" version ".tar.gz"))
3286 (file-name (string-append name "-" version ".tar.gz"))
3287 (sha256
3288 (base32
3289 "0cgxjab1kla2zc2fj7bzib6i7snp08zshandmp9kqcm85l262xpn"))))
3290 (build-system emacs-build-system)
3291 (home-page "https://github.com/paradoxxxzero/jinja2-mode")
3292 (synopsis "Major mode for jinja2")
3293 (description
3294 "Emacs major mode for jinja2 with: syntax highlighting,
3295 sgml/html integration, and indentation (working with sgml).")
3296 (license license:gpl3+)))
3297
3298 (define-public emacs-rfcview
3299 (package
3300 (name "emacs-rfcview")
3301 (version "0.13")
3302 (home-page "http://www.loveshack.ukfsn.org/emacs")
3303 (source (origin
3304 (method url-fetch)
3305 (uri "http://www.loveshack.ukfsn.org/emacs/rfcview.el")
3306 (sha256
3307 (base32
3308 "0ympj5rxig383zl2jf0pzdsa80nnq0dpvjiriq0ivfi98fj7kxbz"))))
3309 (build-system emacs-build-system)
3310 (synopsis "Prettify Request for Comments (RFC) documents")
3311 (description "The Internet Engineering Task Force (IETF) and the Internet
3312 Society (ISOC) publish various Internet-related protocols and specifications
3313 as \"Request for Comments\" (RFC) documents and Internet Standard (STD)
3314 documents. RFCs and STDs are published in a simple text form. This package
3315 provides an Emacs major mode, rfcview-mode, which makes it more pleasant to
3316 read these documents in Emacs. It prettifies the text and adds
3317 hyperlinks/menus for easier navigation. It also provides functions for
3318 browsing the index of RFC documents and fetching them from remote servers or
3319 local directories.")
3320 (license license:gpl3+)))
3321
3322 (define-public emacs-ffap-rfc-space
3323 (package
3324 (name "emacs-ffap-rfc-space")
3325 (version "12")
3326 (home-page "http://user42.tuxfamily.org/ffap-rfc-space/index.html")
3327 (source (origin
3328 (method url-fetch)
3329 (uri "http://download.tuxfamily.org/user42/ffap-rfc-space.el")
3330 (sha256
3331 (base32
3332 "1iv61dv57a73mdps7rn6zmgz7nqh14v0ninidyrasy45b1nv6gck"))))
3333 (build-system emacs-build-system)
3334 (synopsis "Make ffap recognize an RFC with a space before its number")
3335 (description "The Internet Engineering Task Force (IETF) and the
3336 Internet Society (ISOC) publish various Internet-related protocols and
3337 specifications as \"Request for Comments\" (RFC) documents. The
3338 built-in Emacs module \"ffap\" (Find File at Point) has the ability to
3339 recognize names at point which look like \"RFC1234\" and \"RFC-1234\"
3340 and load the appropriate RFC from a remote server. However, it fails
3341 to recognize a name like \"RFC 1234\". This package enhances ffap so
3342 that it correctly finds RFCs even when a space appears before the
3343 number.")
3344 (license license:gpl3+)))
3345
3346 (define-public emacs-org-bullets
3347 (package
3348 (name "emacs-org-bullets")
3349 (version "0.2.4")
3350 (source
3351 (origin
3352 (method url-fetch)
3353 (uri (string-append "https://github.com/sabof/org-bullets/archive/"
3354 version ".tar.gz"))
3355 (file-name (string-append name "-" version ".tar.gz"))
3356 (sha256
3357 (base32
3358 "1dyxvpb73vj80v8br2q9rf255hfphrgaw91fbvwdcd735np9pcnh"))))
3359 (build-system emacs-build-system)
3360 (home-page "https://github.com/sabof/org-bullets")
3361 (synopsis "Show bullets in org-mode as UTF-8 characters")
3362 (description
3363 "This package provides an Emacs minor mode causing bullets in
3364 @code{org-mode} to be rendered as UTF-8 characters.")
3365 (license license:gpl3+)))
3366
3367 (define-public emacs-org-pomodoro
3368 (package
3369 (name "emacs-org-pomodoro")
3370 (version "2.1.0")
3371 (source
3372 (origin
3373 (method url-fetch)
3374 (uri (string-append
3375 "https://github.com/lolownia/org-pomodoro/archive/"
3376 version ".tar.gz"))
3377 (file-name (string-append name "-" version ".tar.gz"))
3378 (sha256
3379 (base32
3380 "1jalsggw3q5kvj353f84x4nl04a5vmq07h75ggppy1627lb31zm4"))))
3381 (build-system emacs-build-system)
3382 (propagated-inputs
3383 `(("emacs-alert" ,emacs-alert)))
3384 (home-page "https://github.com/lolownia/org-pomodoro")
3385 (synopsis "Pomodoro technique for org-mode")
3386 (description "@code{emacs-org-pomodoro} adds very basic support for
3387 Pomodoro technique in Emacs org-mode.
3388
3389 Run @code{M-x org-pomodoro} for the task at point or select one of the
3390 last tasks that you clocked time for. Each clocked-in pomodoro starts
3391 a timer of 25 minutes and after each pomodoro a break timer of 5
3392 minutes is started automatically. Every 4 breaks a long break is
3393 started with 20 minutes. All values are customizable.")
3394 (license license:gpl3+)))
3395
3396 (define-public emacs-org-trello
3397 (package
3398 (name "emacs-org-trello")
3399 (version "0.8.0")
3400 (source (origin
3401 (method url-fetch)
3402 (uri (string-append
3403 "https://github.com/org-trello/org-trello/archive/"
3404 version ".tar.gz"))
3405 (file-name (string-append name "-" version ".tar.gz"))
3406 (sha256
3407 (base32
3408 "0549mnf5cgwn8b8jbl38fljbaxmh1605sv9j8f3lsa95jhs1zpa0"))))
3409 (build-system emacs-build-system)
3410 (propagated-inputs
3411 `(("emacs-dash" ,emacs-dash)
3412 ("emacs-deferred" ,emacs-deferred)
3413 ("emacs-f" ,emacs-f)
3414 ("emacs-helm" ,emacs-helm)
3415 ("emacs-request" ,emacs-request)
3416 ("emacs-s" ,emacs-s)))
3417 (home-page "https://org-trello.github.io")
3418 (synopsis "Emacs minor mode for interacting with Trello")
3419 (description "This package provides an Emacs minor mode to extend
3420 @code{org-mode} with Trello abilities. Trello is an online project
3421 organizer.")
3422 (license license:gpl3+)))
3423
3424 (define-public emacs-atom-one-dark-theme
3425 (let ((commit "1f1185bf667a38d3d0d180ce85fd4c131818aae2")
3426 (revision "0"))
3427 (package
3428 (name "emacs-atom-one-dark-theme")
3429 (version (git-version "0.4.0" revision commit))
3430 (source (origin
3431 (method git-fetch)
3432 (uri (git-reference
3433 (url "https://github.com/jonathanchu/atom-one-dark-theme.git")
3434 (commit commit)))
3435 (sha256
3436 (base32
3437 "1alma16hg3mfjly8a9s3mrswkjjx4lrpdnf43869hn2ibkn7zx9z"))
3438 (file-name (git-file-name name version))))
3439 (build-system emacs-build-system)
3440 (home-page "https://github.com/jonathanchu/atom-one-dark-theme")
3441 (synopsis "Atom One Dark color theme for Emacs")
3442 (description "An Emacs port of the Atom One Dark theme from Atom.io.")
3443 (license license:gpl3+))))
3444
3445 (define-public emacs-zenburn-theme
3446 (package
3447 (name "emacs-zenburn-theme")
3448 (version "2.6")
3449 (source (origin
3450 (method url-fetch)
3451 (uri (string-append
3452 "https://github.com/bbatsov/zenburn-emacs/archive/v"
3453 version ".tar.gz"))
3454 (file-name (string-append name "-" version ".tar.gz"))
3455 (sha256
3456 (base32
3457 "0qc9d1rwq55yzh8shbppyd6izy1grpyr8kqh5zdgm7c5jccngpr4"))))
3458 (build-system emacs-build-system)
3459 (home-page "https://github.com/bbatsov/zenburn-emacs")
3460 (synopsis "Low contrast color theme for Emacs")
3461 (description
3462 "Zenburn theme is a port of the popular Vim Zenburn theme for Emacs.
3463 It is built on top of the custom theme support in Emacs 24 or later.")
3464 (license license:gpl3+)))
3465
3466 (define-public emacs-solarized-theme
3467 (package
3468 (name "emacs-solarized-theme")
3469 (version "1.2.2")
3470 (source (origin
3471 (method url-fetch)
3472 (uri (string-append "https://github.com/bbatsov/solarized-emacs/"
3473 "archive/v" version ".tar.gz"))
3474 (file-name (string-append name "-" version ".tar.gz"))
3475 (sha256
3476 (base32
3477 "1ha3slc6d9wi9ilkhmwrzkvf308n6ph7b0k69pk369s9304awxzx"))))
3478 (build-system emacs-build-system)
3479 (propagated-inputs
3480 `(("emacs-dash" ,emacs-dash)))
3481 (home-page "https://github.com/bbatsov/solarized-emacs")
3482 (synopsis "Port of the Solarized theme for Emacs")
3483 (description
3484 "Solarized for Emacs is a port of the Solarized theme for Vim. This
3485 package provides a light and a dark variant.")
3486 (license license:gpl3+)))
3487
3488 (define-public emacs-ahungry-theme
3489 (package
3490 (name "emacs-ahungry-theme")
3491 (version "1.10.0")
3492 (source
3493 (origin (method url-fetch)
3494 (uri (string-append "https://elpa.gnu.org/packages/ahungry-theme-"
3495 version ".tar"))
3496 (sha256
3497 (base32
3498 "14q5yw56n82qph09bk7wmj5b1snhh9w0nk5s1l7yn9ldg71xq6pm"))))
3499 (build-system emacs-build-system)
3500 (home-page "https://github.com/ahungry/color-theme-ahungry")
3501 (synopsis "Ahungry color theme for Emacs")
3502 (description "Ahungry theme for Emacs provides bright and bold colors.
3503 If you load it from a terminal, you will be able to make use of the
3504 transparent background. If you load it from a GUI, it will default to a
3505 dark background.")
3506 (license license:gpl3+)))
3507
3508 (define-public emacs-2048-game
3509 (package
3510 (name "emacs-2048-game")
3511 (version "20151026.1233")
3512 (source
3513 (origin
3514 (method url-fetch)
3515 (uri (string-append "https://melpa.org/packages/2048-game-"
3516 version ".el"))
3517 (sha256
3518 (base32
3519 "0gy2pvz79whpavp4jmz8h9krzn7brmvv3diixi1d4w51pcdvaldd"))))
3520 (build-system emacs-build-system)
3521 (home-page "https://bitbucket.org/zck/2048.el")
3522 (synopsis "Implementation of the game 2048 in Emacs Lisp")
3523 (description
3524 "This program is an implementation of 2048 for Emacs.
3525 The goal of this game is to create a tile with value 2048. The size of the
3526 board and goal value can be customized.")
3527 (license license:gpl3+)))
3528
3529 (define-public emacs-base16-theme
3530 (package
3531 (name "emacs-base16-theme")
3532 (version "2.1")
3533 (source
3534 (origin
3535 (method url-fetch)
3536 (uri (string-append "https://stable.melpa.org/packages/base16-theme-"
3537 version ".tar"))
3538 (sha256
3539 (base32
3540 "0z6hrwz2jlz6jbr381rcqcqvx6hss5cad352klx07rark7zccacj"))))
3541 (build-system emacs-build-system)
3542 (home-page "https://github.com/belak/base16-emacs")
3543 (synopsis "Base16 color themes for Emacs")
3544 (description
3545 "Base16 provides carefully chosen syntax highlighting and a default set
3546 of sixteen colors suitable for a wide range of applications. Base16 is not a
3547 single theme but a set of guidelines with numerous implementations.")
3548 (license license:expat)))
3549
3550 (define-public emacs-smartparens
3551 (package
3552 (name "emacs-smartparens")
3553 (version "1.11.0")
3554 (source (origin
3555 (method url-fetch)
3556 (uri (string-append
3557 "https://github.com/Fuco1/smartparens/archive/"
3558 version ".tar.gz"))
3559 (file-name (string-append name "-" version ".tar.gz"))
3560 (sha256
3561 (base32
3562 "0q5as813xs8y29i3v2rm97phd6m7xsmmw6hwbvx57gwmi8i1c409"))))
3563 (build-system emacs-build-system)
3564 (propagated-inputs
3565 `(("emacs-dash" ,emacs-dash)
3566 ("emacs-markdown-mode" ,emacs-markdown-mode)))
3567 (home-page "https://github.com/Fuco1/smartparens")
3568 (synopsis "Paredit-like insertion, wrapping and navigation with user
3569 defined pairs")
3570 (description
3571 "Smartparens is a minor mode for Emacs that deals with parens pairs
3572 and tries to be smart about it. It started as a unification effort to
3573 combine functionality of several existing packages in a single,
3574 compatible and extensible way to deal with parentheses, delimiters, tags
3575 and the like. Some of these packages include autopair, textmate,
3576 wrap-region, electric-pair-mode, paredit and others. With the basic
3577 features found in other packages it also brings many improvements as
3578 well as completely new features.")
3579 (license license:gpl3+)))
3580
3581 (define-public emacs-highlight-symbol
3582 (package
3583 (name "emacs-highlight-symbol")
3584 (version "1.3")
3585 (source (origin
3586 (method url-fetch)
3587 (uri (string-append
3588 "https://github.com/nschum/highlight-symbol.el/archive/"
3589 version ".tar.gz"))
3590 (file-name (string-append name "-" version ".tar.gz"))
3591 (sha256
3592 (base32
3593 "1n7k1qns0fn0jsyc0hrjac5nzk21xw48yc30vyrhwvc51h0b9g90"))))
3594 (build-system emacs-build-system)
3595 (home-page "https://nschum.de/src/emacs/highlight-symbol")
3596 (synopsis "Automatic and manual symbol highlighting for Emacs")
3597 (description
3598 "Use @code{highlight-symbol} to toggle highlighting of the symbol at
3599 point throughout the current buffer. Use @code{highlight-symbol-mode} to keep
3600 the symbol at point highlighted.
3601
3602 The functions @code{highlight-symbol-next}, @code{highlight-symbol-prev},
3603 @code{highlight-symbol-next-in-defun} and
3604 @code{highlight-symbol-prev-in-defun} allow for cycling through the locations
3605 of any symbol at point. Use @code{highlight-symbol-nav-mode} to enable key
3606 bindings @code{M-p} and @code{M-p} for navigation. When
3607 @code{highlight-symbol-on-navigation-p} is set, highlighting is triggered
3608 regardless of @code{highlight-symbol-idle-delay}.
3609
3610 @code{highlight-symbol-query-replace} can be used to replace the symbol. ")
3611 (license license:gpl2+)))
3612
3613 (define-public emacs-hl-todo
3614 (package
3615 (name "emacs-hl-todo")
3616 (version "1.9.0")
3617 (source (origin
3618 (method url-fetch)
3619 (uri (string-append
3620 "https://raw.githubusercontent.com/tarsius/hl-todo/"
3621 version "/hl-todo.el"))
3622 (file-name (string-append "hl-todo-" version ".el"))
3623 (sha256
3624 (base32
3625 "0728givzh7xv5i88ac9if8byj1p8bilrj1fnizca10s0rv100hdr"))))
3626 (build-system emacs-build-system)
3627 (home-page "https://github.com/tarsius/hl-todo")
3628 (synopsis "Emacs mode to highlight TODO and similar keywords")
3629 (description
3630 "This package provides an Emacs mode to highlight TODO and similar
3631 keywords in comments and strings. This package also provides commands for
3632 moving to the next or previous keyword and to invoke @code{occur} with a
3633 regexp that matches all known keywords.")
3634 (license license:gpl3+)))
3635
3636 (define-public emacs-perspective
3637 (package
3638 (name "emacs-perspective")
3639 (version "1.12")
3640 (source
3641 (origin
3642 (method url-fetch)
3643 (uri (string-append "https://github.com/nex3/perspective-el/"
3644 "archive/" version ".tar.gz"))
3645 (file-name (string-append name "-" version ".tar.gz"))
3646 (sha256
3647 (base32
3648 "078ahh0kmhdylq5ib9c81c76kz1n02xwc83pm729d00i84ibviic"))))
3649 (build-system emacs-build-system)
3650 (home-page "https://github.com/nex3/perspective-el")
3651 (synopsis "Switch between named \"perspectives\"")
3652 (description
3653 "This package provides tagged workspaces in Emacs, similar to workspaces in
3654 windows managers such as Awesome and XMonad. @code{perspective.el} provides
3655 multiple workspaces (or \"perspectives\") for each Emacs frame. Each
3656 perspective is composed of a window configuration and a set of buffers.
3657 Switching to a perspective activates its window configuration, and when in a
3658 perspective only its buffers are available by default.")
3659 ;; This package is released under the same license as Emacs (GPLv3+) or
3660 ;; the Expat license.
3661 (license license:gpl3+)))
3662
3663 (define-public emacs-test-simple
3664 (package
3665 (name "emacs-test-simple")
3666 (version "1.3.0")
3667 (source
3668 (origin
3669 (method url-fetch)
3670 (uri (string-append "https://elpa.gnu.org/packages/test-simple-"
3671 version ".el"))
3672 (sha256
3673 (base32
3674 "1yd61jc9ds95a5n09052kwc5gasy57g4lxr0jsff040brlyi9czz"))))
3675 (build-system emacs-build-system)
3676 (home-page "https://github.com/rocky/emacs-test-simple")
3677 (synopsis "Simple unit test framework for Emacs Lisp")
3678 (description
3679 "Test Simple is a simple unit test framework for Emacs Lisp. It
3680 alleviates the need for context macros, enclosing specifications or required
3681 test tags. It supports both interactive and non-interactive use.")
3682 (license license:gpl3+)))
3683
3684 (define-public emacs-load-relative
3685 (package
3686 (name "emacs-load-relative")
3687 (version "1.3")
3688 (source
3689 (origin
3690 (method url-fetch)
3691 (uri (string-append "https://elpa.gnu.org/packages/load-relative-"
3692 version ".el"))
3693 (sha256
3694 (base32
3695 "1hfxb2436jdsi9wfmsv47lkkpa5galjf5q81bqabbsv79rv59dps"))))
3696 (build-system emacs-build-system)
3697 (home-page "http://github.com/rocky/emacs-load-relative")
3698 (synopsis "Emacs Lisp relative file loading related functions")
3699 (description
3700 "Provides functions which facilitate writing multi-file Emacs packages
3701 and running from the source tree without having to \"install\" code or fiddle
3702 with @{load-path}.
3703
3704 The main function, @code{load-relative}, loads an Emacs Lisp file relative to
3705 another (presumably currently running) Emacs Lisp file.")
3706 (license license:gpl3+)))
3707
3708 (define-public emacs-loc-changes
3709 (package
3710 (name "emacs-loc-changes")
3711 (version "1.2")
3712 (source
3713 (origin
3714 (method url-fetch)
3715 (uri (string-append "https://elpa.gnu.org/packages/loc-changes-"
3716 version ".el"))
3717 (sha256
3718 (base32
3719 "1x8fn8vqasayf1rb8a6nma9n6nbvkx60krmiahyb05vl5rrsw6r3"))))
3720 (build-system emacs-build-system)
3721 (home-page "https://github.com/rocky/emacs-loc-changes")
3722 (synopsis "Keeps track of positions even after buffer changes")
3723 (description
3724 "This Emacs package provides a mean to track important buffer positions
3725 after buffer changes.")
3726 (license license:gpl3+)))
3727
3728 (define-public emacs-realgud
3729 (package
3730 (name "emacs-realgud")
3731 (version "1.4.5")
3732 (source
3733 (origin
3734 (method url-fetch)
3735 (uri (string-append "https://elpa.gnu.org/packages/realgud-"
3736 version ".tar"))
3737 (sha256
3738 (base32
3739 "108wgxg7fb4byaiasgvbxv2hq7b00biq9f0mh9hy6vw4160y5w24"))
3740 (patches
3741 ;; Patch awaiting inclusion upstream (see:
3742 ;; https://github.com/realgud/realgud/pull/226).
3743 (search-patches "emacs-realgud-fix-configure-ac.patch"))))
3744 (build-system emacs-build-system)
3745 (arguments
3746 `(#:tests? #t
3747 #:phases
3748 (modify-phases %standard-phases
3749 (add-after 'set-emacs-load-path 'fix-autogen-script
3750 (lambda _
3751 (substitute* "autogen.sh"
3752 (("./configure") "sh configure"))))
3753 (add-after 'fix-autogen-script 'autogen
3754 (lambda _
3755 (setenv "CONFIG_SHELL" "sh")
3756 (invoke "sh" "autogen.sh")))
3757 (add-after 'fix-autogen-script 'set-home
3758 (lambda _
3759 (setenv "HOME" (getenv "TMPDIR"))))
3760 (add-before 'patch-el-files 'remove-realgud-pkg.el
3761 (lambda _
3762 ;; XXX: This file is auto-generated at some point and causes
3763 ;; substitute* to crash during the `patch-el-files' phase with:
3764 ;; ERROR: In procedure stat: No such file or directory:
3765 ;; "./realgud-pkg.el"
3766 (delete-file "./realgud-pkg.el")
3767 ;; FIXME: `patch-el-files' crashes on this file with error:
3768 ;; unable to locate "bashdb".
3769 (delete-file "./test/test-regexp-bashdb.el"))))
3770 #:include (cons* ".*\\.el$" %default-include)))
3771 (native-inputs
3772 `(("autoconf" ,autoconf)
3773 ("automake" ,automake)
3774 ("emacs-test-simple" ,emacs-test-simple)))
3775 (propagated-inputs
3776 `(("emacs-load-relative" ,emacs-load-relative)
3777 ("emacs-loc-changes" ,emacs-loc-changes)))
3778 (home-page "https://github.com/realgud/realgud/")
3779 (synopsis
3780 "Modular front-end for interacting with external debuggers")
3781 (description
3782 "RealGUD is a modular, extensible GNU Emacs front-end for interacting
3783 with external debuggers. It integrates various debuggers such as gdb, pdb,
3784 ipdb, jdb, lldb, bashdb, zshdb, etc. and allows to visually step code in the
3785 sources. Unlike GUD, it also supports running multiple debug sessions in
3786 parallel.")
3787 (license license:gpl3+)))
3788
3789 (define-public emacs-request
3790 (package
3791 (name "emacs-request")
3792 (version "0.3.0")
3793 (source (origin
3794 (method git-fetch)
3795 (uri (git-reference
3796 (url "https://github.com/tkf/emacs-request.git")
3797 (commit (string-append "v" version))))
3798 (file-name (string-append name "-" version "-checkout"))
3799 (sha256
3800 (base32
3801 "0wyxqbb35yqf6ci47531lk32d6fppamx9d8826kdz983vm87him7"))))
3802 (build-system emacs-build-system)
3803 (propagated-inputs
3804 `(("emacs-deferred" ,emacs-deferred)))
3805 (home-page "https://github.com/tkf/emacs-request")
3806 (synopsis "Package for speaking HTTP in Emacs Lisp")
3807 (description "This package provides a HTTP request library with multiple
3808 backends. It supports url.el which is shipped with Emacs and the curl command
3809 line program.")
3810 (license license:gpl3+)))
3811
3812 (define-public emacs-rudel
3813 (package
3814 (name "emacs-rudel")
3815 (version "0.3.1")
3816 (source
3817 (origin
3818 (method url-fetch)
3819 (uri (string-append "http://elpa.gnu.org/packages/rudel-"
3820 version ".tar"))
3821 (sha256
3822 (base32
3823 "0glqa68g509p0s2vcc0i8kzlddnc9brd9jqhnm5rzxz4i050cvnz"))))
3824 (build-system emacs-build-system)
3825 (home-page "http://rudel.sourceforge.net/")
3826 (synopsis "Collaborative editing framework")
3827 (description
3828 "Rudel is a collaborative editing environment for GNU Emacs. Its purpose
3829 is to share buffers with other users in order to edit the contents of those
3830 buffers collaboratively. Rudel supports multiple backends to enable
3831 communication with other collaborative editors using different protocols,
3832 though currently Obby (for use with the Gobby editor) is the only
3833 fully-functional one.")
3834 (license license:gpl3+)))
3835
3836 (define-public emacs-hydra
3837 (package
3838 (name "emacs-hydra")
3839 (version "0.14.0")
3840 (source
3841 (origin
3842 (method url-fetch)
3843 (uri (string-append "https://github.com/abo-abo/hydra/archive/"
3844 version ".tar.gz"))
3845 (file-name (string-append name "-" version ".tar.gz"))
3846 (sha256
3847 (base32
3848 "0884k3ffwzhh6krbd8l7vvm184dkagb2jf4q8xzg72plln34qrm8"))))
3849 (build-system emacs-build-system)
3850 (home-page "https://github.com/abo-abo/hydra")
3851 (synopsis "Make Emacs bindings that stick around")
3852 (description
3853 "This package can be used to tie related commands into a family of short
3854 bindings with a common prefix---a Hydra. Once you summon the Hydra (through
3855 the prefixed binding), all the heads can be called in succession with only a
3856 short extension. Any binding that isn't the Hydra's head vanquishes the
3857 Hydra. Note that the final binding, besides vanquishing the Hydra, will still
3858 serve its original purpose, calling the command assigned to it. This makes
3859 the Hydra very seamless; it's like a minor mode that disables itself
3860 automatically.")
3861 (license license:gpl3+)))
3862
3863 (define-public emacs-ivy
3864 (package
3865 (name "emacs-ivy")
3866 (version "0.10.0")
3867 (source
3868 (origin
3869 (method git-fetch)
3870 (uri (git-reference
3871 (url "https://github.com/abo-abo/swiper.git")
3872 (commit version)))
3873 (file-name (string-append name "-" version "-checkout"))
3874 (sha256
3875 (base32
3876 "14vnigqb5c3yi4q9ysw1fiwdqyqwyklqpb9wnjf81chm7s2mshnr"))))
3877 (build-system emacs-build-system)
3878 (arguments
3879 `(#:phases
3880 (modify-phases %standard-phases
3881 (add-after 'install 'install-doc
3882 (lambda* (#:key outputs #:allow-other-keys)
3883 (let* ((out (assoc-ref outputs "out"))
3884 (info (string-append out "/share/info")))
3885 (with-directory-excursion "doc"
3886 (invoke "makeinfo" "ivy.texi")
3887 (install-file "ivy.info" info)
3888 #t)))))))
3889 (propagated-inputs
3890 `(("emacs-hydra" ,emacs-hydra)))
3891 (native-inputs
3892 `(("texinfo" ,texinfo)))
3893 (home-page "http://oremacs.com/swiper/")
3894 (synopsis "Incremental vertical completion for Emacs")
3895 (description
3896 "This package provides @code{ivy-read} as an alternative to
3897 @code{completing-read} and similar functions. No attempt is made to determine
3898 the best candidate. Instead, the user can navigate candidates with
3899 @code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
3900 splitting the input text by spaces and re-building it into a regular
3901 expression.")
3902 (license license:gpl3+)))
3903
3904 (define-public emacs-ivy-yasnippet
3905 (let ((commit "32580b4fd23ebf9ca7dde96704f7d53df6e253cd")
3906 (revision "2"))
3907 (package
3908 (name "emacs-ivy-yasnippet")
3909 (version (git-version "0.1" revision commit))
3910 (source
3911 (origin
3912 (method git-fetch)
3913 (uri (git-reference
3914 (url "https://github.com/mkcms/ivy-yasnippet.git")
3915 (commit commit)))
3916 (file-name (git-file-name name version))
3917 (sha256
3918 (base32
3919 "1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
3920 (build-system emacs-build-system)
3921 (propagated-inputs
3922 `(("emacs-ivy" ,emacs-ivy)
3923 ("emacs-yasnippet" ,emacs-yasnippet)
3924 ("emacs-dash" ,emacs-dash)))
3925 (home-page "https://github.com/mkcms/ivy-yasnippet")
3926 (synopsis "Preview @code{yasnippets} with @code{ivy}")
3927 (description "This package allows you to select @code{yasnippet}
3928 snippets using @code{ivy} completion. When current selection changes in the
3929 minibuffer, the snippet contents are temporarily expanded in the buffer. To
3930 use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
3931 @code{yas-minor-mode} first).")
3932 (license license:gpl3+))))
3933
3934 (define-public emacs-ivy-rich
3935 (package
3936 (name "emacs-ivy-rich")
3937 (version "0.1.0")
3938 (source
3939 (origin
3940 (method url-fetch)
3941 (uri (string-append "https://github.com/Yevgnen/ivy-rich/archive/"
3942 version ".tar.gz"))
3943 (file-name (string-append name "-" version ".tar.gz"))
3944 (sha256
3945 (base32
3946 "14r3mx5rkd4wz0ls5pv5w6c7la3z9iy93d3jfind3xyg4kywy95c"))))
3947 (build-system emacs-build-system)
3948 (propagated-inputs
3949 `(("emacs-ivy" ,emacs-ivy)))
3950 (home-page "https://github.com/Yevgnen/ivy-rich")
3951 (synopsis "More friendly interface for @code{ivy}")
3952 (description
3953 "This package extends @code{ivy} by showing more information in the
3954 minibuffer for each candidate. It adds columns showing buffer modes, file
3955 sizes, docstrings, etc. If @code{emacs-all-the-icons} is installed, it can
3956 show icons as well.")
3957 (license license:gpl3+)))
3958
3959 (define-public emacs-avy
3960 (package
3961 (name "emacs-avy")
3962 (version "0.4.0")
3963 (source
3964 (origin
3965 (method url-fetch)
3966 (uri (string-append "https://github.com/abo-abo/avy/archive/"
3967 version ".tar.gz"))
3968 (file-name (string-append name "-" version ".tar.gz"))
3969 (sha256
3970 (base32
3971 "1wdrq512h25ymzjbf2kbsdymvd2ryfwzb6bh5bc3yv7q203im796"))))
3972 (build-system emacs-build-system)
3973 (home-page "https://github.com/abo-abo/avy")
3974 (synopsis "Tree-based completion for Emacs")
3975 (description
3976 "This package provides a generic completion method based on building a
3977 balanced decision tree with each candidate being a leaf. To traverse the tree
3978 from the root to a desired leaf, typically a sequence of @code{read-key} can
3979 be used.
3980
3981 In order for @code{read-key} to make sense, the tree needs to be visualized
3982 appropriately, with a character at each branch node. So this completion
3983 method works only for things that you can see on your screen, all at once,
3984 such as the positions of characters, words, line beginnings, links, or
3985 windows.")
3986 (license license:gpl3+)))
3987
3988 (define-public emacs-ace-window
3989 (package
3990 (name "emacs-ace-window")
3991 (version "0.9.0")
3992 (source
3993 (origin
3994 (method url-fetch)
3995 (uri (string-append "https://github.com/abo-abo/ace-window/archive/"
3996 version ".tar.gz"))
3997 (file-name (string-append name "-" version ".tar.gz"))
3998 (sha256
3999 (base32
4000 "1p2sgfl5dml4zbd6ldql6lm2m9vmd236ah996ni32x254s48j5pn"))))
4001 (build-system emacs-build-system)
4002 (propagated-inputs
4003 `(("emacs-avy" ,emacs-avy)))
4004 (home-page "https://github.com/abo-abo/ace-window")
4005 (synopsis "Quickly switch windows in Emacs")
4006 (description
4007 "@code{ace-window} is meant to replace @code{other-window}.
4008 In fact, when there are only two windows present, @code{other-window} is
4009 called. If there are more, each window will have its first character
4010 highlighted. Pressing that character will switch to that window.")
4011 (license license:gpl3+)))
4012
4013 (define-public emacs-iedit
4014 (package
4015 (name "emacs-iedit")
4016 (version "0.9.9.9")
4017 (source
4018 (origin
4019 (method url-fetch)
4020 (uri (string-append "https://github.com/victorhge/iedit/archive/v"
4021 version ".tar.gz"))
4022 (file-name (string-append name "-" version ".tar.gz"))
4023 (sha256
4024 (base32
4025 "1hv8q6pr85ss9g3158l1fqv3m62vsq8rslsi86jicr2dcxyascr0"))))
4026 (build-system emacs-build-system)
4027 (home-page "http://www.emacswiki.org/emacs/Iedit")
4028 (synopsis "Edit multiple regions in the same way simultaneously")
4029 (description
4030 "This package is an Emacs minor mode and allows you to edit one
4031 occurrence of some text in a buffer (possibly narrowed) or region, and
4032 simultaneously have other occurrences edited in the same way.
4033
4034 You can also use Iedit mode as a quick way to temporarily show only the buffer
4035 lines that match the current text being edited. This gives you the effect of
4036 a temporary @code{keep-lines} or @code{occur}.")
4037 (license license:gpl3+)))
4038
4039 (define-public emacs-zoutline
4040 (let ((commit "b3ee0f0e0b916838c2d2c249beba74ffdb8d5699")
4041 (revision "0"))
4042 (package
4043 (name "emacs-zoutline")
4044 (version (git-version "0.1" revision commit))
4045 (home-page "https://github.com/abo-abo/zoutline")
4046 (source (origin
4047 (method git-fetch)
4048 (uri (git-reference (url home-page) (commit commit)))
4049 (sha256
4050 (base32
4051 "0sd0017piw0dis6dhpq5dkqd3acisxqgipl7dj8gmc1vnswhdwr8"))
4052 (file-name (git-file-name name version))))
4053 (build-system emacs-build-system)
4054 (synopsis "Simple outline library")
4055 (description
4056 "This library provides helpers for outlines. Outlines allow users to
4057 navigate code in a tree-like fashion.")
4058 (license license:gpl3+))))
4059
4060 (define-public emacs-lispy
4061 ;; Release 0.26.0 was almost 3 years ago, and there have been ~772 commits
4062 ;; since.
4063 (let ((commit "c2a358a7a15fcf056a5b7461a8e690b481b03b80")
4064 (revision "0"))
4065 (package
4066 (name "emacs-lispy")
4067 (version (git-version "0.26.0" revision commit))
4068 (home-page "https://github.com/abo-abo/lispy")
4069 (source (origin
4070 (method git-fetch)
4071 (uri (git-reference (url home-page) (commit commit)))
4072 (sha256
4073 (base32
4074 "1g6756qqx2n4cx8jac6mlwayilsiyc5rz8nrqjnywvzc75xdinjd"))
4075 (file-name (git-file-name name version))))
4076 (build-system emacs-build-system)
4077 (propagated-inputs
4078 `(("emacs-ace-window" ,emacs-ace-window)
4079 ("emacs-iedit" ,emacs-iedit)
4080 ("emacs-ivy" ,emacs-ivy)
4081 ("emacs-hydra" ,emacs-hydra)
4082 ("emacs-zoutline" ,emacs-zoutline)))
4083 (synopsis "Modal S-expression editing")
4084 (description
4085 "Due to the structure of Lisp syntax it's very rare for the programmer
4086 to want to insert characters right before \"(\" or right after \")\". Thus
4087 unprefixed printable characters can be used to call commands when the point is
4088 at one of these special locations. Lispy provides unprefixed keybindings for
4089 S-expression editing when point is at the beginning or end of an
4090 S-expression.")
4091 (license license:gpl3+))))
4092
4093 (define-public emacs-lispyville
4094 ;; Later versions need a more recent Evil, with an evil-define-key*
4095 ;; supporting nil for the state.
4096 (let ((commit "b4291857ed6a49a67c4ea77522889ce51fb171ab")
4097 (revision "0"))
4098 (package
4099 (name "emacs-lispyville")
4100 (version (git-version "0.1" revision commit))
4101 (home-page "https://github.com/noctuid/lispyville")
4102 (source (origin
4103 (method git-fetch)
4104 (uri (git-reference (url home-page) (commit commit)))
4105 (sha256
4106 (base32
4107 "095zibzc3naknahdrnb59g9rbljy8wz9rkc7rf8avb3wxlwvxhm3"))
4108 (file-name (git-file-name name version))))
4109 (propagated-inputs
4110 `(("emacs-evil" ,emacs-evil)
4111 ("emacs-lispy" ,emacs-lispy)))
4112 (build-system emacs-build-system)
4113 (synopsis "Minor mode for integrating Evil with lispy")
4114 (description
4115 "LispyVille's main purpose is to provide a Lisp editing environment
4116 suited towards Evil users. It can serve as a minimal layer on top of lispy
4117 for better integration with Evil, but it does not require the use of lispy’s
4118 keybinding style. The provided commands allow for editing Lisp in normal
4119 state and will work even without lispy being enabled.")
4120 (license license:gpl3+))))
4121
4122 (define-public emacs-clojure-mode
4123 (package
4124 (name "emacs-clojure-mode")
4125 (version "5.6.1")
4126 (source (origin
4127 (method url-fetch)
4128 (uri (string-append
4129 "https://github.com/clojure-emacs/clojure-mode/archive/"
4130 version ".tar.gz"))
4131 (file-name (string-append name "-" version ".tar.gz"))
4132 (sha256
4133 (base32
4134 "1f4k1hncy5ygh4izn7mqfp744nnisrp9ywn2njknbjxx34ai1q88"))))
4135 (build-system emacs-build-system)
4136 (native-inputs
4137 `(("emacs-dash" ,emacs-dash)
4138 ("emacs-s" ,emacs-s)
4139 ("ert-runner" ,emacs-ert-runner)))
4140 (arguments
4141 `(#:tests? #t
4142 #:test-command '("ert-runner")))
4143 (home-page "https://github.com/clojure-emacs/clojure-mode")
4144 (synopsis "Major mode for Clojure code")
4145 (description
4146 "This Emacs package provides font-lock, indentation, navigation and basic
4147 refactoring for the @uref{http://clojure.org, Clojure programming language}.
4148 It is recommended to use @code{clojure-mode} with paredit or smartparens.")
4149 (license license:gpl3+)))
4150
4151 (define-public emacs-epl
4152 (package
4153 (name "emacs-epl")
4154 (version "0.8")
4155 (source (origin
4156 (method url-fetch)
4157 (uri (string-append
4158 "https://github.com/cask/epl/archive/"
4159 version ".tar.gz"))
4160 (file-name (string-append name "-" version ".tar.gz"))
4161 (sha256
4162 (base32
4163 "1511n3a3f5gvaf2b4nh018by61ciyzi3y3603fzqma7p9hrckarc"))))
4164 (build-system emacs-build-system)
4165 (home-page "https://github.com/cask/epl")
4166 (synopsis "Emacs Package Library")
4167 (description
4168 "A package management library for Emacs, based on @code{package.el}.
4169
4170 The purpose of this library is to wrap all the quirks and hassle of
4171 @code{package.el} into a sane API.")
4172 (license license:gpl3+)))
4173
4174 (define-public emacs-queue
4175 (package
4176 (name "emacs-queue")
4177 (version "0.2")
4178 (source (origin
4179 (method url-fetch)
4180 (uri (string-append "https://elpa.gnu.org/packages/queue-"
4181 version ".el"))
4182 (sha256
4183 (base32
4184 "0cx2848sqnnkkr4zisvqadzxngjyhmb36mh0q3if7q19yjjhmrkb"))))
4185 (build-system emacs-build-system)
4186 (home-page "http://www.dr-qubit.org/tags/computing-code-emacs.html")
4187 (synopsis "Queue data structure for Emacs")
4188 (description
4189 "This Emacs library provides queue data structure. These queues can be
4190 used both as a first-in last-out (FILO) and as a first-in first-out (FIFO)
4191 stack, i.e. elements can be added to the front or back of the queue, and can
4192 be removed from the front. This type of data structure is sometimes called an
4193 \"output-restricted deque\".")
4194 (license license:gpl3+)))
4195
4196 (define-public emacs-pkg-info
4197 (package
4198 (name "emacs-pkg-info")
4199 (version "0.6")
4200 (source (origin
4201 (method url-fetch)
4202 (uri (string-append
4203 "https://github.com/lunaryorn/pkg-info.el/archive/"
4204 version ".tar.gz"))
4205 (file-name (string-append name "-" version ".tar.gz"))
4206 (sha256
4207 (base32
4208 "1gy1jks5mmm02gg1c8gcyr4f8a9s5ggzhk56gv33b9mzjqzi5rd5"))))
4209 (build-system emacs-build-system)
4210 (propagated-inputs `(("emacs-epl" ,emacs-epl)))
4211 (home-page "https://github.com/lunaryorn/pkg-info.el")
4212 (synopsis "Information about Emacs packages")
4213 (description
4214 "This library extracts information from the installed Emacs packages.")
4215 (license license:gpl3+)))
4216
4217 (define-public emacs-spinner
4218 (package
4219 (name "emacs-spinner")
4220 (version "1.7.3")
4221 (source (origin
4222 (method url-fetch)
4223 (uri (string-append "https://elpa.gnu.org/packages/spinner-"
4224 version ".el"))
4225 (sha256
4226 (base32
4227 "19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
4228 (build-system emacs-build-system)
4229 (home-page "https://github.com/Malabarba/spinner.el")
4230 (synopsis "Emacs mode-line spinner for operations in progress")
4231 (description
4232 "This Emacs package adds spinners and progress-bars to the mode-line for
4233 ongoing operations.")
4234 (license license:gpl3+)))
4235
4236 (define-public emacs-sparql-mode
4237 (package
4238 (name "emacs-sparql-mode")
4239 (version "2.0.1")
4240 (source (origin
4241 (method url-fetch)
4242 (uri (string-append "https://github.com/ljos/sparql-mode/archive/"
4243 "v" version ".tar.gz"))
4244 (file-name (string-append name "-" version ".tar.gz"))
4245 (sha256
4246 (base32
4247 "1s93mkllxnhy7fw616cnnc2danacdlarys0g3cn89drh0llh53cv"))))
4248 (build-system emacs-build-system)
4249 (home-page "https://github.com/ljos/sparql-mode")
4250 (synopsis "SPARQL mode for Emacs")
4251 (description "This package provides a major mode for Emacs that provides
4252 syntax highlighting for SPARQL. It also provides a way to execute queries
4253 against a SPARQL HTTP endpoint, such as is provided by Fuseki. It is also
4254 possible to query other endpoints like DBPedia.")
4255 (license license:gpl3+)))
4256
4257 (define-public emacs-better-defaults
4258 (package
4259 (name "emacs-better-defaults")
4260 (version "0.1.3")
4261 (source
4262 (origin
4263 (method url-fetch)
4264 (uri (string-append "https://github.com/technomancy/better-defaults"
4265 "/archive/" version ".tar.gz"))
4266 (file-name (string-append name "-" version ".tar.gz"))
4267 (sha256
4268 (base32
4269 "08fg4zslzlxbvyil5g4gwvwd22fh4zsgqprs5wh9hv1rgc6757m2"))))
4270 (build-system emacs-build-system)
4271 (home-page "https://github.com/technomancy/better-defaults")
4272 (synopsis "Better defaults for Emacs")
4273 (description
4274 "Better defaults attempts to address the most obvious deficiencies of the
4275 Emacs default configuration in uncontroversial ways that nearly everyone can
4276 agree upon.")
4277 (license license:gpl3+)))
4278
4279 (define-public emacs-eprime
4280 (let ((commit "17a481af26496be91c07139a9bfc05cfe722506f"))
4281 (package
4282 (name "emacs-eprime")
4283 (version (string-append "20140513-" (string-take commit 7)))
4284 (source (origin
4285 (method url-fetch)
4286 (uri (string-append "https://raw.githubusercontent.com"
4287 "/AndrewHynes/eprime-mode/"
4288 commit "/eprime-mode.el"))
4289 (file-name (string-append "eprime-" version ".el"))
4290 (sha256
4291 (base32
4292 "0v68lggkyq7kbcr9zyi573m2g2x251xy3jadlaw8kx02l8krwq8d"))))
4293 (build-system emacs-build-system)
4294 (home-page "https://github.com/AndrewHynes/eprime-mode")
4295 (synopsis "E-prime checking mode for Emacs")
4296 (description "This package provides an E-prime checking mode for Emacs
4297 that highlights non-conforming text. The subset of the English language called
4298 E-Prime forbids the use of the \"to be\" form to strengthen your writing.")
4299 (license license:gpl3+))))
4300
4301 (define-public emacs-julia-mode
4302 ;; XXX: Upstream version remained stuck at 0.3. See
4303 ;; <https://github.com/JuliaEditorSupport/julia-emacs/issues/46>.
4304 (let ((commit "115d4dc8a07445301772da8376b232fa8c7168f4")
4305 (revision "1"))
4306 (package
4307 (name "emacs-julia-mode")
4308 (version (string-append "0.3-" revision "." (string-take commit 8)))
4309 (source
4310 (origin
4311 (method git-fetch)
4312 (uri (git-reference
4313 (url "https://github.com/JuliaEditorSupport/julia-emacs.git")
4314 (commit commit)))
4315 (file-name (string-append name "-" version "-checkout"))
4316 (sha256
4317 (base32
4318 "1is4dcv6blslpzbjcg8l2jpxi8xj96q4cm0nxjxsyswpm8bw8ki0"))))
4319 (build-system emacs-build-system)
4320 (arguments
4321 `(#:tests? #t
4322 #:test-command '("emacs" "--batch"
4323 "-l" "julia-mode-tests.el"
4324 "-f" "ert-run-tests-batch-and-exit")))
4325 (home-page "https://github.com/JuliaEditorSupport/julia-emacs")
4326 (synopsis "Major mode for Julia")
4327 (description "This Emacs package provides a mode for the Julia
4328 programming language.")
4329 (license license:expat))))
4330
4331 (define-public emacs-ess
4332 (package
4333 (name "emacs-ess")
4334 (version "17.11")
4335 (source (origin
4336 (method url-fetch)
4337 (uri (string-append "https://github.com/emacs-ess/ESS/archive/v"
4338 version ".tar.gz"))
4339 (sha256
4340 (base32
4341 "0cbilbsiwvcyf6d5y24mymp57m3ana5dkzab3knfs83w4a3a4c5c"))
4342 (file-name (string-append name "-" version ".tar.gz"))
4343 (modules '((guix build utils)))
4344 (snippet
4345 '(begin
4346 ;; Stop ESS from trying to bundle an external julia-mode.el.
4347 (substitute* "lisp/Makefile"
4348 (("^\tjulia-mode.elc\\\\\n") "")
4349 (("^dist: all julia-mode.el")
4350 "dist: all"))
4351 ;; No need to build docs in so many formats. Also, skipping
4352 ;; pdf lets us not pull in texlive.
4353 (substitute* "doc/Makefile"
4354 (("all : info text html pdf")
4355 "all : info")
4356 (("install: install-info install-other-docs")
4357 "install: install-info"))
4358 ;; Test fails upstream
4359 (substitute* "test/ess-r-tests.el"
4360 (("ert-deftest ess-r-namespaced-eval-no-srcref-in-errors ()")
4361 "ert-deftest ess-r-namespaced-eval-no-srcref-in-errors () :expected-result :failed"))
4362 #t))))
4363 (build-system gnu-build-system)
4364 (arguments
4365 (let ((base-directory "/share/emacs/site-lisp/guix.d/ess"))
4366 `(#:make-flags (list (string-append "PREFIX=" %output)
4367 (string-append "ETCDIR=" %output "/"
4368 ,base-directory "/etc")
4369 (string-append "LISPDIR=" %output "/"
4370 ,base-directory))
4371 #:phases
4372 (modify-phases %standard-phases
4373 (delete 'configure)
4374 (add-before 'build 'more-shebang-patching
4375 (lambda* (#:key inputs #:allow-other-keys)
4376 (substitute* "Makeconf"
4377 (("SHELL = /bin/sh")
4378 (string-append "SHELL = " (which "sh"))))
4379 #t))
4380 (replace 'check
4381 (lambda _
4382 (invoke "make" "test")))))))
4383 (inputs
4384 `(("emacs" ,emacs-minimal)
4385 ("r-minimal" ,r-minimal)))
4386 (native-inputs
4387 `(("perl" ,perl)
4388 ("texinfo" ,texinfo)))
4389 (propagated-inputs
4390 `(("emacs-julia-mode" ,emacs-julia-mode)))
4391 (home-page "https://ess.r-project.org/")
4392 (synopsis "Emacs mode for statistical analysis programs")
4393 (description "Emacs Speaks Statistics (ESS) is an add-on package for GNU
4394 Emacs. It is designed to support editing of scripts and interaction with
4395 various statistical analysis programs such as R, Julia, and JAGS.")
4396 (license license:gpl2+)))
4397
4398 (define-public emacs-smex
4399 (package
4400 (name "emacs-smex")
4401 (version "3.0")
4402 (source (origin
4403 (method url-fetch)
4404 (uri (string-append "https://raw.githubusercontent.com"
4405 "/nonsequitur/smex/" version "/smex.el"))
4406 (file-name (string-append "smex-" version ".el"))
4407 (sha256
4408 (base32
4409 "0ar310zx9k5y4i1vl2rawvi712xj9gx77160860jbs691p77cxqp"))))
4410 (build-system emacs-build-system)
4411 (home-page "https://github.com/nonsequitur/smex/")
4412 (synopsis "M-x interface with Ido-style fuzzy matching")
4413 (description
4414 "Smex is a M-x enhancement for Emacs. Built on top of Ido, it provides a
4415 convenient interface to your recently and most frequently used commands. And
4416 to all the other commands, too.")
4417 (license license:gpl3+)))
4418
4419 (define-public emacs-js2-mode
4420 (package
4421 (name "emacs-js2-mode")
4422 (version "20150909")
4423 (source (origin
4424 (method url-fetch)
4425 (uri (string-append "https://github.com/mooz/js2-mode/archive/"
4426 version ".tar.gz"))
4427 (file-name (string-append name "-" version ".tar.gz"))
4428 (sha256
4429 (base32
4430 "1nsm36c4kwb473p13i58fgrnlk8fbn3rdhj47d9xz70az4ra44q0"))))
4431 (build-system emacs-build-system)
4432 (home-page "https://github.com/mooz/js2-mode/")
4433 (synopsis "Improved JavaScript editing mode for Emacs")
4434 (description
4435 "Js2-mode provides a JavaScript major mode for Emacs that is more
4436 advanced than the built-in javascript-mode. Features include accurate syntax
4437 highlighting using a recursive-descent parser, on-the-fly reporting of syntax
4438 errors and strict-mode warnings, smart line-wrapping within comments and
4439 strings, and code folding.")
4440 (license license:gpl3+)))
4441
4442 (define-public emacs-nodejs-repl
4443 (package
4444 (name "emacs-nodejs-repl")
4445 (version "0.2.0")
4446 (source (origin
4447 (method url-fetch)
4448 (uri (string-append "https://github.com/abicky/nodejs-repl.el"
4449 "/archive/" version ".tar.gz"))
4450 (sha256
4451 (base32
4452 "0hq2cqdq2668yf48g7qnkci90nhih1gnhacsgz355jnib56lhmkz"))
4453 (file-name (string-append name "-" version ".tar.gz"))))
4454 (build-system emacs-build-system)
4455 (home-page "https://github.com/abicky/nodejs-repl.el")
4456 (synopsis "Node.js REPL inside Emacs")
4457 (description
4458 "This program is derived from comint-mode and provides the following
4459 features:
4460
4461 @itemize
4462 @item TAB completion same as Node.js REPL
4463 @item file name completion in string
4464 @item incremental history search
4465 @end itemize")
4466 (license license:gpl3+)))
4467
4468 (define-public emacs-typescript-mode
4469 (package
4470 (name "emacs-typescript-mode")
4471 (version "0.3")
4472 (source (origin
4473 (method url-fetch)
4474 (uri (string-append
4475 "https://github.com/ananthakumaran/typescript.el"
4476 "/archive/v" version ".tar.gz"))
4477 (sha256
4478 (base32
4479 "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))
4480 (file-name (string-append name "-" version ".tar.gz"))))
4481 (build-system emacs-build-system)
4482 (home-page "https://github.com/ananthakumaran/typescript.el")
4483 (synopsis "Emacs major mode for editing Typescript code")
4484 (description
4485 "This is based on Karl Landstrom's barebones @code{typescript-mode}.
4486 This is much more robust and works with @code{cc-mode}'s comment
4487 filling (mostly). The modifications to the original @code{javascript.el} mode
4488 mainly consisted in replacing \"javascript\" with \"typescript\"
4489
4490 The main features of this Typescript mode are syntactic highlighting (enabled
4491 with @code{font-lock-mode} or @code{global-font-lock-mode}), automatic
4492 indentation and filling of comments and C preprocessor fontification.")
4493 (license license:gpl3+)))
4494
4495 (define-public emacs-tide
4496 (package
4497 (name "emacs-tide")
4498 (version "2.8.3.1")
4499 (source (origin
4500 (method url-fetch)
4501 (uri (string-append "https://github.com/ananthakumaran/tide"
4502 "/archive/v" version ".tar.gz"))
4503 (sha256
4504 (base32
4505 "1k0kzqiv1hfs0kqm37947snzhrsmand3i9chvm6a2r5lb8v9q47y"))
4506 (file-name (string-append name "-" version ".tar.gz"))))
4507 (build-system emacs-build-system)
4508 (propagated-inputs
4509 `(("emacs-dash" ,emacs-dash)
4510 ("emacs-s" ,emacs-s)
4511 ("emacs-flycheck" ,emacs-flycheck)
4512 ("emacs-typescript-mode" ,emacs-typescript-mode)))
4513 (home-page "https://github.com/ananthakumaran/tide")
4514 (synopsis "Typescript IDE for Emacs")
4515 (description
4516 "Tide is an Interactive Development Environment (IDE) for Emacs which
4517 provides the following features:
4518
4519 @itemize
4520 @item ElDoc
4521 @item Auto complete
4522 @item Flycheck
4523 @item Jump to definition, Jump to type definition
4524 @item Find occurrences
4525 @item Rename symbol
4526 @item Imenu
4527 @item Compile On Save
4528 @item Highlight Identifiers
4529 @item Code Fixes
4530 @item Code Refactor
4531 @item Organize Imports
4532 @end itemize")
4533 (license license:gpl3+)))
4534
4535 (define-public emacs-markdown-mode
4536 (package
4537 (name "emacs-markdown-mode")
4538 (version "2.3")
4539 (source (origin
4540 (method url-fetch)
4541 (uri (string-append "https://raw.githubusercontent.com/jrblevin"
4542 "/markdown-mode/v" version
4543 "/markdown-mode.el"))
4544 (file-name (string-append "markdown-mode-" version ".el"))
4545 (sha256
4546 (base32
4547 "152whyrq3dqlqy5wv4mdd94kmal19hs5kwaxjcp2gp2r97lsmdmi"))))
4548 (build-system emacs-build-system)
4549 (home-page "http://jblevins.org/projects/markdown-mode/")
4550 (synopsis "Emacs Major mode for Markdown files")
4551 (description
4552 "Markdown-mode is a major mode for editing Markdown-formatted text files
4553 in Emacs.")
4554 (license license:gpl3+)))
4555
4556 (define-public emacs-edit-indirect
4557 (package
4558 (name "emacs-edit-indirect")
4559 (version "0.1.4")
4560 (source
4561 (origin
4562 (method url-fetch)
4563 (uri (string-append "https://github.com/Fanael/edit-indirect/archive/"
4564 version ".tar.gz"))
4565 (file-name (string-append name "-" version ".tar.gz"))
4566 (sha256
4567 (base32
4568 "07kr58rd1p5j764wminsssazr73hy51yw8iqcsv5z2dwgj7msv71"))))
4569 (build-system emacs-build-system)
4570 (home-page "https://github.com/Fanael/edit-indirect")
4571 (synopsis "Edit regions in separate buffers")
4572 (description "This package allows you to edit regions in separate buffers,
4573 like @code{org-edit-src-code} but for arbitrary regions.")
4574 (license license:gpl3+)))
4575
4576 (define-public emacs-projectile
4577 (package
4578 (name "emacs-projectile")
4579 (version "0.14.0")
4580 (source (origin
4581 (method url-fetch)
4582 (uri (string-append "https://raw.githubusercontent.com/bbatsov"
4583 "/projectile/v" version "/projectile.el"))
4584 (file-name (string-append "projectile-" version ".el"))
4585 (sha256
4586 (base32
4587 "1ql1wnzhblbwnv66hf2y0wq45g71hh6s9inc090lmhm1vgylbd1f"))))
4588 (build-system emacs-build-system)
4589 (propagated-inputs
4590 `(("emacs-dash" ,emacs-dash)
4591 ("emacs-pkg-info" ,emacs-pkg-info)))
4592 (home-page "https://github.com/bbatsov/projectile")
4593 (synopsis "Manage and navigate projects in Emacs easily")
4594 (description
4595 "This library provides easy project management and navigation. The
4596 concept of a project is pretty basic - just a folder containing special file.
4597 Currently git, mercurial and bazaar repos are considered projects by default.
4598 If you want to mark a folder manually as a project just create an empty
4599 .projectile file in it.")
4600 (license license:gpl3+)))
4601
4602 (define-public emacs-elfeed
4603 (package
4604 (name "emacs-elfeed")
4605 (version "3.0.0")
4606 (source (origin
4607 (method url-fetch)
4608 (uri (string-append "https://github.com/skeeto/elfeed/archive/"
4609 version ".tar.gz"))
4610 (file-name (string-append name "-" version ".tar.gz"))
4611 (sha256
4612 (base32
4613 "1wkdrxr6zzqb48czqqv34l87bx8aqjk1739ddqg933aqh241kfvn"))))
4614 (build-system emacs-build-system)
4615 (arguments
4616 `(#:tests? #t
4617 #:test-command '("make" "test")))
4618 (home-page "https://github.com/skeeto/elfeed")
4619 (synopsis "Atom/RSS feed reader for Emacs")
4620 (description
4621 "Elfeed is an extensible web feed reader for Emacs, supporting both Atom
4622 and RSS, with a user interface inspired by notmuch.")
4623 (license license:gpl3+)))
4624
4625 (define-public emacs-el-x
4626 (package
4627 (name "emacs-el-x")
4628 (version "0.3.1")
4629 (source (origin
4630 (method git-fetch)
4631 (uri (git-reference
4632 (url "https://github.com/sigma/el-x.git")
4633 (commit (string-append "v" version))))
4634 (file-name (string-append name "-" version "-checkout"))
4635 (sha256
4636 (base32
4637 "1i6j44ssxm1xdg0mf91nh1lnprwsaxsx8vsrf720nan7mfr283h5"))))
4638 (build-system emacs-build-system)
4639 (arguments
4640 `(#:phases
4641 (modify-phases %standard-phases
4642 ;; Move the source files to the top level, which is included in
4643 ;; the EMACSLOADPATH.
4644 (add-after 'unpack 'move-source-files
4645 (lambda _
4646 (let ((el-files (find-files "./lisp" ".*\\.el$")))
4647 (for-each (lambda (f)
4648 (rename-file f (basename f)))
4649 el-files))
4650 #t)))))
4651 (home-page "https://github.com/sigma/el-x")
4652 (synopsis "Emacs Lisp extensions")
4653 (description "command@{emacs-el-x} defines the @code{dflet} macro to
4654 provide the historic behavior of @code{flet}, as well as
4655 @code{declare-function} stub for older Emacs.")
4656 (license license:gpl2+)))
4657
4658 (define-public emacs-mocker
4659 (package
4660 (name "emacs-mocker")
4661 (version "0.3.1")
4662 (source (origin
4663 (method git-fetch)
4664 (uri (git-reference
4665 (url "https://github.com/sigma/mocker.el.git")
4666 (commit (string-append "v" version))))
4667 (file-name (string-append name "-" version "-checkout"))
4668 (sha256
4669 (base32
4670 "1lav7am41v63xgavq8pr88y828jmd1cxd4prjq7jlbxm6nvrwxh2"))))
4671 (build-system emacs-build-system)
4672 (arguments
4673 `(#:tests? #t
4674 #:test-command '("ert-runner")))
4675 (native-inputs
4676 `(("ert-runner" ,emacs-ert-runner)))
4677 (propagated-inputs
4678 `(("emacs-el-x" ,emacs-el-x)))
4679 (home-page "https://github.com/sigma/mocker.el")
4680 (synopsis "Mocking framework for Emacs Lisp")
4681 (description "Mocker.el is a framework for writing tests in Emacs Lisp.
4682 It uses regular Lisp rather than a domain specific language (DSL), which
4683 maximizes flexibility (at the expense of conciseness).")
4684 (license license:gpl2+)))
4685
4686 (define-public emacs-find-file-in-project
4687 (package
4688 (name "emacs-find-file-in-project")
4689 (version "5.4.7")
4690 (source (origin
4691 (method git-fetch)
4692 (uri (git-reference
4693 (url "https://github.com/technomancy/find-file-in-project.git")
4694 (commit version)))
4695 (file-name (string-append name "-" version "-checkout"))
4696 (sha256
4697 (base32
4698 "1sdnyqv69mipbgs9yax88m9b6crsa59rjhwrih197pifl4089awr"))))
4699 (build-system emacs-build-system)
4700 (arguments
4701 `(#:phases
4702 (modify-phases %standard-phases
4703 (add-before 'check 'set-shell
4704 ;; Otherwise Emacs shell-file-name is set to "/bin/sh", which doesn't
4705 ;; work.
4706 (lambda _
4707 (setenv "SHELL" (which "sh"))
4708 #t)))
4709 #:tests? #t
4710 #:test-command '("./tests/test.sh")))
4711 (home-page "https://github.com/technomancy/find-file-in-project")
4712 (synopsis "File/directory finder for Emacs")
4713 (description "@code{find-file-in-project} allows to find files or
4714 directories quickly in the current project. The project root is detected
4715 automatically when Git, Subversion or Mercurial are used. It also provides
4716 functions to assist in reviewing changes on files.")
4717 (license license:gpl3+)))
4718
4719 (define-public emacs-pyvenv
4720 (package
4721 (name "emacs-pyvenv")
4722 (version "1.11")
4723 (source (origin
4724 (method git-fetch)
4725 (uri (git-reference
4726 (url "https://github.com/jorgenschaefer/pyvenv.git")
4727 (commit (string-append "v" version))))
4728 (file-name (string-append name "-" version "-checkout"))
4729 (sha256
4730 (base32
4731 "1a346qdimr1dvj53q033aqnahwd2dhyn9jadrs019nm0bzgw7g63"))))
4732 (build-system emacs-build-system)
4733 (arguments
4734 `(#:phases
4735 (modify-phases %standard-phases
4736 ;; This phase incorrectly attempts to substitute "activate" and fails
4737 ;; doing so.
4738 (delete 'patch-el-files))
4739 #:tests? #t
4740 #:test-command '("ert-runner")))
4741 (native-inputs
4742 `(("ert-runner" ,emacs-ert-runner)
4743 ("emacs-mocker" ,emacs-mocker)))
4744 (home-page "https://github.com/jorgenschaefer/pyvenv")
4745 (synopsis "Virtualenv minor mode for Emacs")
4746 (description "pyvenv.el is a minor mode to support using Python virtual
4747 environments (virtualenv) inside Emacs.")
4748 (license license:gpl3+)))
4749
4750 (define-public emacs-highlight-indentation
4751 (package
4752 (name "emacs-highlight-indentation")
4753 (version "0.7.0")
4754 (source (origin
4755 (method git-fetch)
4756 (uri (git-reference
4757 (url "https://github.com/antonj/Highlight-Indentation-for-Emacs.git")
4758 (commit (string-append "v" version))))
4759 (file-name (string-append name "-" version "-checkout"))
4760 (sha256
4761 (base32
4762 "00l54k75qk24a0znzl4ij3s3nrnr2wy9ha3za8apphzlm98m907k"))))
4763 (build-system emacs-build-system)
4764 (home-page "https://github.com/antonj/Highlight-Indentation-for-Emacs/")
4765 (synopsis "Highlighting indentation for Emacs")
4766 (description "Provides two minor modes to highlight indentation guides in Emacs:
4767 @enumerate
4768 @item @code{highlight-indentation-mode}, which displays guidelines
4769 indentation (space indentation only).
4770 @item @code{highlight-indentation-current-column-mode}, which displays guidelines for the current-point indentation (space indentation only).
4771 @end enumerate")
4772 (license license:gpl2+)))
4773
4774 (define-public emacs-elpy
4775 (package
4776 (name "emacs-elpy")
4777 (version "1.26.0")
4778 (source (origin
4779 (method git-fetch)
4780 (uri (git-reference
4781 (url "https://github.com/jorgenschaefer/elpy.git")
4782 (commit version)))
4783 (file-name (string-append name "-" version "-checkout"))
4784 (sha256
4785 (base32
4786 "0wynzp5xmrgiggmam82n6lfaiqmfl4n3ccpsgnh86r6pbsmssxjk"))))
4787 (build-system emacs-build-system)
4788 (arguments
4789 `(#:include (cons* "^elpy/[^/]+\\.py$" "^snippets\\/" %default-include)
4790 #:phases
4791 ;; TODO: Make `elpy-config' display Guix commands :)
4792 (modify-phases %standard-phases
4793 ;; One elpy test depends on being run inside a Python virtual
4794 ;; environment to pass. We have nothing to gain from doing so here,
4795 ;; so we just trick Elpy into thinking we are (see:
4796 ;; https://github.com/jorgenschaefer/elpy/pull/1293).
4797 (add-before 'check 'fake-virtualenv
4798 (lambda _
4799 (setenv "VIRTUAL_ENV" "/tmp")
4800 #t))
4801 (add-before 'check 'build-doc
4802 (lambda _
4803 (with-directory-excursion "docs"
4804 (invoke "make" "info" "man"))
4805 ;; Move .info file at the root so that it can installed by the
4806 ;; 'move-doc phase.
4807 (rename-file "docs/_build/texinfo/Elpy.info" "Elpy.info")
4808 #t))
4809 (add-after 'build-doc 'install-manpage
4810 (lambda* (#:key outputs #:allow-other-keys)
4811 (let* ((out (assoc-ref outputs "out"))
4812 (man1 (string-append out "/share/man/man1")))
4813 (mkdir-p man1)
4814 (copy-file "docs/_build/man/elpy.1"
4815 (string-append man1 "/elpy.1")))
4816 #t)))
4817 #:tests? #t
4818 #:test-command '("ert-runner")))
4819 (propagated-inputs
4820 `(("emacs-company" ,emacs-company)
4821 ("emacs-find-file-in-project" ,emacs-find-file-in-project)
4822 ("emacs-highlight-indentation" ,emacs-highlight-indentation)
4823 ("emacs-yasnippet" ,emacs-yasnippet)
4824 ("pyvenv" ,emacs-pyvenv)
4825 ("s" ,emacs-s)))
4826 (native-inputs
4827 `(("ert-runner" ,emacs-ert-runner)
4828 ("emacs-f" ,emacs-f)
4829 ("python" ,python-wrapper)
4830 ("python-autopep8" ,python-autopep8)
4831 ("python-black" ,python-black)
4832 ("python-flake8" ,python-flake8)
4833 ("python-jedi" ,python-jedi)
4834 ("python-yapf" ,python-yapf)
4835 ;; For documentation.
4836 ("python-sphinx" ,python-sphinx)
4837 ("texinfo" ,texinfo)))
4838 (home-page "https://github.com/jorgenschaefer/elpy")
4839 (synopsis "Python development environment for Emacs")
4840 (description "Elpy brings powerful Python editing to Emacs. It combines
4841 and configures a number of other packages written in Emacs Lisp as well as
4842 Python, together offering features such as navigation, documentation,
4843 completion, interactive development and more.")
4844 (license license:gpl3+)))
4845
4846 (define-public emacs-rainbow-delimiters
4847 (package
4848 (name "emacs-rainbow-delimiters")
4849 (version "2.1.3")
4850 (source (origin
4851 (method url-fetch)
4852 (uri (string-append "https://raw.githubusercontent.com/Fanael"
4853 "/rainbow-delimiters/" version
4854 "/rainbow-delimiters.el"))
4855 (file-name (string-append "rainbow-delimiters-" version ".el"))
4856 (sha256
4857 (base32
4858 "1b3kampwsjabhcqdp0khgff13wc5jqhy3rbvaa12vnv7qy22l9ck"))))
4859 (build-system emacs-build-system)
4860 (home-page "https://github.com/Fanael/rainbow-delimiters")
4861 (synopsis "Highlight brackets according to their depth")
4862 (description
4863 "Rainbow-delimiters is a \"rainbow parentheses\"-like mode for Emacs which
4864 highlights parentheses, brackets, and braces according to their depth. Each
4865 successive level is highlighted in a different color, making it easy to spot
4866 matching delimiters, orient yourself in the code, and tell which statements
4867 are at a given level.")
4868 (license license:gpl3+)))
4869
4870 (define-public emacs-rainbow-identifiers
4871 (package
4872 (name "emacs-rainbow-identifiers")
4873 (version "0.2.2")
4874 (source (origin
4875 (method url-fetch)
4876 (uri (string-append "https://raw.githubusercontent.com/Fanael"
4877 "/rainbow-identifiers/" version
4878 "/rainbow-identifiers.el"))
4879 (file-name (string-append "rainbow-identifiers-" version ".el"))
4880 (sha256
4881 (base32
4882 "0325abxj47k0g1i8nqrq70w2wr6060ckhhf92krv1s072b3jzm31"))))
4883 (build-system emacs-build-system)
4884 (home-page "https://github.com/Fanael/rainbow-identifiers")
4885 (synopsis "Highlight identifiers in source code")
4886 (description
4887 "Rainbow identifiers mode is an Emacs minor mode providing highlighting of
4888 identifiers based on their names. Each identifier gets a color based on a hash
4889 of its name.")
4890 (license license:bsd-2)))
4891
4892 (define-public emacs-rainbow-mode
4893 (package
4894 (name "emacs-rainbow-mode")
4895 (version "1.0.1")
4896 (source (origin
4897 (method url-fetch)
4898 (uri (string-append
4899 "http://elpa.gnu.org/packages/rainbow-mode-" version ".el"))
4900 (sha256
4901 (base32
4902 "0cpga4ax635rfpj7y2vmh7ank0yw00dcy20gjg1mj74r97by8csf"))))
4903 (build-system emacs-build-system)
4904 (home-page "http://elpa.gnu.org/packages/rainbow-mode.html")
4905 (synopsis "Colorize color names in buffers")
4906 (description
4907 "This minor mode sets background color to strings that match color
4908 names, e.g. #0000ff is displayed in white with a blue background.")
4909 (license license:gpl3+)))
4910
4911 (define-public emacs-visual-fill-column
4912 (package
4913 (name "emacs-visual-fill-column")
4914 (version "1.11")
4915 (source (origin
4916 (method url-fetch)
4917 (uri (string-append "https://codeload.github.com/joostkremers/"
4918 "visual-fill-column/tar.gz/" version))
4919 (file-name (string-append name "-" version ".tar.gz"))
4920 (sha256
4921 (base32
4922 "13jnviakp607zcms7f8ams56mr8wffnq1pghlc6fvqs39663pgwh"))))
4923 (build-system emacs-build-system)
4924 (home-page "https://github.com/joostkremers/visual-fill-column")
4925 (synopsis "Fill-column for visual-line-mode")
4926 (description
4927 "@code{visual-fill-column-mode} is a small Emacs minor mode that mimics
4928 the effect of @code{fill-column} in @code{visual-line-mode}. Instead of
4929 wrapping lines at the window edge, which is the standard behaviour of
4930 @code{visual-line-mode}, it wraps lines at @code{fill-column}. If
4931 @code{fill-column} is too large for the window, the text is wrapped at the
4932 window edge.")
4933 (license license:gpl3+)))
4934
4935 (define-public emacs-writeroom
4936 (package
4937 (name "emacs-writeroom")
4938 (version "3.7")
4939 (source (origin
4940 (method url-fetch)
4941 (uri (string-append
4942 "https://github.com/joostkremers/writeroom-mode/archive/"
4943 version ".tar.gz"))
4944 (file-name (string-append name "-" version ".tar.gz"))
4945 (sha256
4946 (base32
4947 "0yqgp5h3kvvpgva4azakb2wnjl7gsyh45glf75crspv3xyq57f2r"))))
4948 (build-system emacs-build-system)
4949 (propagated-inputs
4950 `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
4951 (home-page "https://github.com/joostkremers/writeroom-mode")
4952 (synopsis "Distraction-free writing for Emacs")
4953 (description
4954 "This package defines a minor mode for distraction-free writing. Some of
4955 the default effects include entering fullscreen, deleting other windows of the
4956 current frame, disabling the mode line, and adding margins to the buffer that
4957 restrict the text width to 80 characters.")
4958 (license license:bsd-3)))
4959
4960 (define-public emacs-ido-completing-read+
4961 (package
4962 (name "emacs-ido-completing-read+")
4963 (version "3.12")
4964 (source (origin
4965 (method url-fetch)
4966 (uri (string-append "https://raw.githubusercontent.com"
4967 "/DarwinAwardWinner/ido-ubiquitous/v"
4968 version "/ido-completing-read+.el"))
4969 (file-name (string-append "ido-completing-read+-" version ".el"))
4970 (sha256
4971 (base32
4972 "1cyalb0p7nfsm4n6n9q6rjmvn6adqc0fq8ybnlj3n41n289dkfjf"))))
4973 (build-system emacs-build-system)
4974 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
4975 (synopsis "Replacement for completing-read using ido")
4976 (description
4977 "The ido-completing-read+ function is a wrapper for ido-completing-read.
4978 Importantly, it detects edge cases that ordinary ido cannot handle and either
4979 adjusts them so ido can handle them, or else simply falls back to the standard
4980 Emacs completion function instead.")
4981 (license license:gpl3+)))
4982
4983 (define-public emacs-ido-ubiquitous
4984 (package
4985 (name "emacs-ido-ubiquitous")
4986 (version "3.12")
4987 (source (origin
4988 (method url-fetch)
4989 (uri (string-append "https://raw.githubusercontent.com"
4990 "/DarwinAwardWinner/ido-ubiquitous/v"
4991 version "/ido-ubiquitous.el"))
4992 (file-name (string-append "ido-ubiquitous-" version ".el"))
4993 (sha256
4994 (base32
4995 "197ypji0fb6jsdcq40rpnknwlh3imas6s6jbsvkfm0pz9988c3q2"))))
4996 (build-system emacs-build-system)
4997 (propagated-inputs
4998 `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
4999 (home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
5000 (synopsis "Use ido (nearly) everywhere")
5001 (description
5002 "Ido-ubiquitous enables ido-style completion for almost every function
5003 that uses the standard completion function completing-read.")
5004 (license license:gpl3+)))
5005
5006 (define-public emacs-yaml-mode
5007 (package
5008 (name "emacs-yaml-mode")
5009 (version "0.0.13")
5010 (source (origin
5011 (method url-fetch)
5012 (uri (string-append "https://raw.githubusercontent.com/yoshiki"
5013 "/yaml-mode/v" version "/yaml-mode.el"))
5014 (file-name (string-append "yaml-mode-" version ".el"))
5015 (sha256
5016 (base32
5017 "0im88sk9dqw03x6d6zaspgvg9i0pfpgb8f2zygrmbifh2w4pwmvj"))))
5018 (build-system emacs-build-system)
5019 (home-page "https://github.com/yoshiki/yaml-mode")
5020 (synopsis "Major mode for editing YAML files")
5021 (description
5022 "Yaml-mode is an Emacs major mode for editing files in the YAML data
5023 serialization format. It was initially developed by Yoshiki Kurihara and many
5024 features were added by Marshall Vandegrift. As YAML and Python share the fact
5025 that indentation determines structure, this mode provides indentation and
5026 indentation command behavior very similar to that of python-mode.")
5027 (license license:gpl3+)))
5028
5029 (define-public emacs-web-mode
5030 (package
5031 (name "emacs-web-mode")
5032 (version "16")
5033 (source (origin
5034 (method url-fetch)
5035 (uri (string-append "https://raw.githubusercontent.com/fxbois"
5036 "/web-mode/v" version "/web-mode.el"))
5037 (file-name (string-append "web-mode-" version ".el"))
5038 (sha256
5039 (base32
5040 "1hs5w7kdvcyn4ihyw1kfjg48djn5p7lz4rlbhzzdqv1g56xqx3gw"))))
5041 (build-system emacs-build-system)
5042 (synopsis "Major mode for editing web templates")
5043 (description "Web-mode is an Emacs major mode for editing web templates
5044 aka HTML files embedding parts (CSS/JavaScript) and blocks (pre rendered by
5045 client/server side engines). Web-mode is compatible with many template
5046 engines: PHP, JSP, ASP, Django, Twig, Jinja, Mustache, ERB, FreeMarker,
5047 Velocity, Cheetah, Smarty, CTemplate, Mustache, Blade, ErlyDTL, Go Template,
5048 Dust.js, React/JSX, Angularjs, ejs, etc.")
5049 (home-page "http://web-mode.org/")
5050 (license license:gpl3+)))
5051
5052 (define-public emacs-wgrep
5053 (let ((commit "414be70bd313e482cd9f0b70fd2daad4ee23497c"))
5054 ;; Late commit fixes compatibility issue with Emacs 26+.
5055 (package
5056 (name "emacs-wgrep")
5057 (version (git-version "2.1.10" "1" commit))
5058 (source (origin
5059 (method git-fetch)
5060 (uri (git-reference
5061 (url "https://github.com/mhayashi1120/Emacs-wgrep")
5062 (commit commit)))
5063 (file-name (git-file-name name version))
5064 (sha256
5065 (base32
5066 "1sdhd587q3pg92lhiayph87azhalmf1gzrnsprkmqvnphv7mvks9"))))
5067 (build-system emacs-build-system)
5068 (home-page "https://github.com/mhayashi1120/Emacs-wgrep")
5069 (synopsis "Edit a grep buffer and apply those changes to the files")
5070 (description
5071 "Emacs wgrep allows you to edit a grep buffer and apply those changes
5072 to the file buffer. Several backends are supported beside the classic grep:
5073 ack, ag, helm and pt.")
5074 (license license:gpl3+))))
5075
5076 (define-public emacs-helm
5077 (package
5078 (name "emacs-helm")
5079 (version "3.0")
5080 (source (origin
5081 (method url-fetch)
5082 (uri (string-append
5083 "https://github.com/" name "/helm/archive/v"
5084 version ".tar.gz"))
5085 (file-name (string-append name "-" version ".tar.gz"))
5086 (sha256
5087 (base32
5088 "0k2r0ccppaqfjvyszaxa16vf7g2qzj1clhfr6v646ncsy17laciw"))))
5089 (build-system emacs-build-system)
5090 (propagated-inputs
5091 `(("emacs-async" ,emacs-async)
5092 ("emacs-popup" ,emacs-popup)))
5093 (home-page "https://emacs-helm.github.io/helm/")
5094 (synopsis "Incremental completion and selection narrowing
5095 framework for Emacs")
5096 (description "Helm is incremental completion and selection narrowing
5097 framework for Emacs. It will help steer you in the right direction when
5098 you're looking for stuff in Emacs (like buffers, files, etc). Helm is a fork
5099 of @code{anything.el} originally written by Tamas Patrovic and can be
5100 considered to be its successor. Helm sets out to clean up the legacy code in
5101 @code{anything.el} and provide a cleaner, leaner and more modular tool, that's
5102 not tied in the trap of backward compatibility.")
5103 (license license:gpl3+)))
5104
5105 (define-public emacs-helm-swoop
5106 (package
5107 (name "emacs-helm-swoop")
5108 (version "1.7.4")
5109 (source (origin
5110 (method url-fetch)
5111 (uri (string-append
5112 "https://github.com/ShingoFukuyama/helm-swoop/archive/"
5113 version
5114 ".tar.gz"))
5115 (file-name (string-append name "-" version ".tar.gz"))
5116 (sha256
5117 (base32
5118 "1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
5119 (build-system emacs-build-system)
5120 (propagated-inputs
5121 `(("emacs-helm" ,emacs-helm)))
5122 (home-page "https://github.com/ShingoFukuyama/helm-swoop")
5123 (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
5124 (description
5125 "This package builds on the Helm interface to provide several commands
5126 for search-based navigation of buffers.")
5127 (license license:gpl2+)))
5128
5129 (define-public emacs-helm-projectile
5130 (package
5131 (name "emacs-helm-projectile")
5132 (version "0.14.0")
5133 (source (origin
5134 (method url-fetch)
5135 (uri (string-append
5136 "https://github.com/bbatsov/helm-projectile/archive/v"
5137 version
5138 ".tar.gz"))
5139 (file-name (string-append name "-" version ".tar.gz"))
5140 (sha256
5141 (base32
5142 "19cfmilqh8kbab3b2hmx6lyrj73q6vfmn3p730x95g23iz16mnd5"))))
5143 (build-system emacs-build-system)
5144 (propagated-inputs
5145 `(("emacs-dash" ,emacs-dash)
5146 ("emacs-helm" ,emacs-helm)
5147 ("emacs-projectile" ,emacs-projectile)))
5148 (home-page "https://github.com/bbatsov/helm-projectile")
5149 (synopsis "Helm integration for Projectile")
5150 (description
5151 "This Emacs library provides a Helm interface for Projectile.")
5152 (license license:gpl3+)))
5153
5154 (define-public emacs-helm-make
5155 (let ((commit "feae8df22bc4b20705ea08ac9adfc2b43bb348d0")
5156 (revision "1"))
5157 (package
5158 (name "emacs-helm-make")
5159 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
5160 (source
5161 (origin
5162 (method git-fetch)
5163 (uri (git-reference
5164 (url "https://github.com/abo-abo/helm-make.git")
5165 (commit commit)))
5166 (file-name (string-append name "-" version "-checkout"))
5167 (sha256
5168 (base32
5169 "1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
5170 (build-system emacs-build-system)
5171 (propagated-inputs
5172 `(("emacs-helm" ,emacs-helm)
5173 ("emacs-projectile" ,emacs-projectile)))
5174 (home-page "https://github.com/abo-abo/helm-make")
5175 (synopsis "Select a Makefile target with helm")
5176 (description "@code{helm-make} or @code{helm-make-projectile} will give
5177 you a @code{helm} selection of directory Makefile's targets. Selecting a
5178 target will call @code{compile} on it.")
5179 (license license:gpl3+))))
5180
5181 (define-public emacs-cider
5182 (package
5183 (name "emacs-cider")
5184 (version "0.15.1")
5185 (source (origin
5186 (method url-fetch)
5187 (uri (string-append
5188 "https://github.com/clojure-emacs/cider/archive/v"
5189 version ".tar.gz"))
5190 (file-name (string-append name "-" version ".tar.gz"))
5191 (sha256
5192 (base32
5193 "1j5hlmi14ypszv1f9nvq0jjlz7i742flg0ny3055l7i4x089xx6g"))))
5194 (build-system emacs-build-system)
5195 (arguments
5196 '(#:exclude ; Don't exclude 'cider-test.el'.
5197 '("^\\.dir-locals\\.el$" "^test/")))
5198 (propagated-inputs
5199 `(("emacs-clojure-mode" ,emacs-clojure-mode)
5200 ("emacs-spinner" ,emacs-spinner)
5201 ("emacs-pkg-info" ,emacs-pkg-info)
5202 ("emacs-queue" ,emacs-queue)))
5203 (home-page "https://cider.readthedocs.org/")
5204 (synopsis "Clojure development environment for Emacs")
5205 (description
5206 "CIDER (Clojure Interactive Development Environment that Rocks) aims to
5207 provide an interactive development experience similar to the one you'd get
5208 when programming in Emacs Lisp, Common Lisp (with SLIME or Sly), Scheme (with
5209 Geiser) and Smalltalk.
5210
5211 CIDER is the successor to the now deprecated combination of using SLIME +
5212 swank-clojure for Clojure development.
5213
5214 There are plenty of differences between CIDER and SLIME, but the core ideas
5215 are pretty much the same (and SLIME served as the principle inspiration for
5216 CIDER).")
5217 (license license:gpl3+)))
5218
5219 ;; There hasn't been a tag or release since 2015, so we take the latest
5220 ;; commit.
5221 (define-public emacs-sly
5222 (let ((commit "486bfbe95612bcdc0960c490207970a188e0fbb9")
5223 (revision "1"))
5224 (package
5225 (name "emacs-sly")
5226 (version (string-append "1.0.0-" revision "." (string-take commit 9)))
5227 (source
5228 (origin
5229 (method git-fetch)
5230 (uri (git-reference
5231 (url "https://github.com/joaotavora/sly.git")
5232 (commit commit)))
5233 (file-name (git-file-name name version))
5234 (sha256
5235 (base32
5236 "0ib4q4k3h3qn88pymyjjmlmnpizdn1mfg5gpk5a715nqsgxlg09l"))))
5237 (build-system emacs-build-system)
5238 (arguments
5239 `(#:include (cons "^lib\\/" %default-include)
5240 #:phases
5241 ;; The package provides autoloads.
5242 (modify-phases %standard-phases
5243 (delete 'make-autoloads))))
5244 (home-page "https://github.com/joaotavora/sly")
5245 (synopsis "Sylvester the Cat's Common Lisp IDE")
5246 (description
5247 "SLY is Sylvester the Cat's Common Lisp IDE. SLY is a fork of SLIME, and
5248 contains the following improvements over it:
5249
5250 @enumerate
5251 @item Completely redesigned REPL based on Emacs's own full-featured
5252 @code{comint.el}
5253 @item Live code annotations via a new @code{sly-stickers} contrib
5254 @item Consistent interactive button interface. Everything can be copied to
5255 the REPL.
5256 @item Multiple inspectors with independent history
5257 @item Regexp-capable @code{M-x sly-apropos}
5258 @item Contribs are first class SLY citizens and enabled by default
5259 @item Use ASDF to loads contribs on demand.
5260 @end enumerate
5261
5262 SLY tracks SLIME's bugfixes and all its familar features (debugger, inspector,
5263 xref, etc...) are still available, but with better integration.")
5264 (license license:gpl3+))))
5265
5266 (define-public emacs-lua-mode
5267 (let ((commit "652e299cb967fccca827dda381d61a9c144d97de")
5268 (revision "1"))
5269 (package
5270 (name "emacs-lua-mode")
5271 (version (string-append "20151025." revision "-" (string-take commit 9)))
5272 (home-page "https://github.com/immerrr/lua-mode/")
5273 (source (origin
5274 (method git-fetch)
5275 (uri (git-reference
5276 (url home-page)
5277 (commit commit)))
5278 (file-name (string-append name "-" version ".checkout"))
5279 (sha256
5280 (base32
5281 "053025k930wh0lak6rc1973ynfrmm8zsyzfqhhd39x7abkl41hc9"))))
5282 (build-system emacs-build-system)
5283 (synopsis "Major mode for lua")
5284 (description
5285 "This Emacs package provides a mode for @uref{https://www.lua.org/,
5286 Lua programing language}.")
5287 (license license:gpl2+))))
5288
5289 (define-public emacs-ebuild-mode
5290 (package
5291 (name "emacs-ebuild-mode")
5292 (version "1.37")
5293 (source (origin
5294 (method url-fetch)
5295 (uri (string-append
5296 "https://dev.gentoo.org/~ulm/emacs/ebuild-mode"
5297 "-" version ".tar.xz"))
5298 (file-name (string-append name "-" version ".tar.xz"))
5299 (sha256
5300 (base32
5301 "07dzrdjjczkxdfdgi60h4jjkvzi4p0k9rij2wpfp8s03ay3qldpp"))))
5302 (build-system emacs-build-system)
5303 (home-page "https://devmanual.gentoo.org")
5304 (synopsis "Major modes for Gentoo package files")
5305 (description
5306 "This Emacs package provides modes for ebuild, eclass, eblit, GLEP42
5307 news items, openrc and runscripts.")
5308 (license license:gpl2+)))
5309
5310 (define-public emacs-evil
5311 (let ((commit "230b87212c81aaa68ef5547a6b998d9c365fe139"))
5312 (package
5313 (name "emacs-evil")
5314 (version (git-version "1.2.13" "1" commit))
5315 (source
5316 (origin
5317 (method git-fetch)
5318 (uri (git-reference
5319 (url "https://github.com/emacs-evil/evil")
5320 (commit commit)))
5321 (file-name (string-append name "-" version "-checkout"))
5322 (sha256
5323 (base32
5324 "0c9zy3bpck10gcrv79kd3h7i4ygd5bgbgy773n0lg7a2r5kwn1gx"))))
5325 (build-system emacs-build-system)
5326 (propagated-inputs
5327 `(("emacs-undo-tree" ,emacs-undo-tree)
5328 ("emacs-goto-chg" ,emacs-goto-chg)))
5329 (home-page "https://github.com/emacs-evil/evil")
5330 (synopsis "Extensible Vi layer for Emacs")
5331 (description
5332 "Evil is an extensible vi layer for Emacs. It emulates the
5333 main features of Vim, and provides facilities for writing custom
5334 extensions.")
5335 (license license:gpl3+))))
5336
5337 (define-public emacs-evil-collection
5338 (let ((commit "abc9dd60f71ccc1f24803a12d853f84b4a8b258c")
5339 (revision "4"))
5340 (package
5341 (name "emacs-evil-collection")
5342 (version (git-version "0.0.1" revision commit))
5343 (source (origin
5344 (method git-fetch)
5345 (uri (git-reference
5346 (url "https://github.com/emacs-evil/evil-collection")
5347 (commit commit)))
5348 (file-name (string-append name "-" version "-checkout"))
5349 (sha256
5350 (base32
5351 "0c9l93vrsl6kzx8gg305dq8qkb2dr3s10fww7lh382911pdmsh7v"))))
5352 (build-system emacs-build-system)
5353 (propagated-inputs
5354 `(("emacs-evil" ,emacs-evil)))
5355 (home-page "https://github.com/emacs-evil/evil-collection")
5356 (synopsis "Collection of Evil bindings for many major and minor modes")
5357 (description "This is a collection of Evil bindings for the parts of
5358 Emacs that Evil does not cover properly by default, such as @code{help-mode},
5359 @code{M-x calendar}, Eshell and more.")
5360 (license license:gpl3+))))
5361
5362 (define-public emacs-goto-chg
5363 (package
5364 (name "emacs-goto-chg")
5365 (version "1.6")
5366 (source
5367 (origin
5368 (method url-fetch)
5369 ;; There is no versioned source.
5370 (uri "https://www.emacswiki.org/emacs/download/goto-chg.el")
5371 (file-name (string-append "goto-chg-" version ".el"))
5372 (sha256
5373 (base32
5374 "078d6p4br5vips7b9x4v6cy0wxf6m5ij9gpqd4g33bryn22gnpij"))))
5375 (build-system emacs-build-system)
5376 ;; There is no other home page.
5377 (home-page "https://www.emacswiki.org/emacs/goto-chg.el")
5378 (synopsis "Go to the last change in the Emacs buffer")
5379 (description
5380 "This package provides @code{M-x goto-last-change} command that goes to
5381 the point of the most recent edit in the current Emacs buffer. When repeated,
5382 go to the second most recent edit, etc. Negative argument, @kbd{C-u -}, is
5383 used for reverse direction.")
5384 (license license:gpl2+)))
5385
5386 (define-public emacs-monroe
5387 (package
5388 (name "emacs-monroe")
5389 (version "0.3.1")
5390 (source
5391 (origin
5392 (method url-fetch)
5393 (uri (string-append "https://github.com/sanel/monroe/archive/"
5394 version ".tar.gz"))
5395 (file-name (string-append name "-" version ".tar.gz"))
5396 (sha256
5397 (base32
5398 "0icdx8shkd951phlnmcq1vqaxp1l667q5rjscskc5r22aylakh4w"))))
5399 (build-system emacs-build-system)
5400 (home-page "https://github.com/sanel/monroe")
5401 (synopsis "Clojure nREPL client for Emacs")
5402 (description
5403 "Monroe is a nREPL client for Emacs, focused on simplicity and easy
5404 distribution, primarily targeting Clojure users")
5405 (license license:gpl3+)))
5406
5407 (define-public emacs-orgalist
5408 (package
5409 (name "emacs-orgalist")
5410 (version "1.9")
5411 (source
5412 (origin
5413 (method url-fetch)
5414 (uri (string-append "https://elpa.gnu.org/packages/"
5415 "orgalist-" version ".el"))
5416 (sha256
5417 (base32
5418 "1rmmcyiiqkq54hn74nhzxzl4nvd902hv6gq341jwhrm7yiagffi6"))))
5419 (build-system emacs-build-system)
5420 (home-page "http://elpa.gnu.org/packages/orgalist.html")
5421 (synopsis "Manage Org-like lists in non-Org buffers")
5422 (description "Write Org mode's plain lists in non-Org buffers. More
5423 specifically, Orgalist supports the syntax of Org mode for numbered,
5424 unnumbered, description items, checkboxes, and counter cookies.
5425
5426 The library also implements radio lists, i.e., lists written in Org
5427 syntax later translated into the host format, e.g., LaTeX or HTML.")
5428 (license license:gpl3+)))
5429
5430 (define-public emacs-writegood-mode
5431 (package
5432 (name "emacs-writegood-mode")
5433 (version "2.0.2")
5434 (home-page "https://github.com/bnbeckwith/writegood-mode")
5435 (source (origin
5436 (method git-fetch)
5437 (uri (git-reference
5438 (url home-page)
5439 (commit (string-append "v" version))))
5440 (sha256
5441 (base32
5442 "1nnjn1r669hvvzfycllwap4w04m8rfsk4nzcg8057m1f263kj31b"))
5443 (file-name (string-append name "-checkout"))))
5444 (build-system emacs-build-system)
5445 (synopsis "Polish up poor writing on the fly")
5446 (description
5447 "This minor mode tries to find and highlight problems with your writing
5448 in English as you type. It primarily detects \"weasel words\" and abuse of
5449 passive voice.")
5450 (license license:gpl3+)))
5451
5452 (define-public emacs-neotree
5453 (package
5454 (name "emacs-neotree")
5455 (version "0.5.2")
5456 (home-page "https://github.com/jaypei/emacs-neotree")
5457 (source (origin
5458 (method url-fetch)
5459 (uri (string-append
5460 "https://github.com/jaypei/" name
5461 "/archive/" version ".tar.gz"))
5462 (sha256
5463 (base32
5464 "1zd6dchwyijnf7kgchfcp51gs938l204dk9z6mljrfqf2zy0gp12"))
5465 (file-name (string-append name "-" version ".tar.gz"))))
5466 (build-system emacs-build-system)
5467 (synopsis "Folder tree view for Emacs")
5468 (description "This Emacs package provides a folder tree view.")
5469 (license license:gpl3+)))
5470
5471 (define-public emacs-org
5472 (package
5473 (name "emacs-org")
5474 ;; emacs-org-contrib inherits from this package. Please update its sha256
5475 ;; checksum as well.
5476 (version "9.1.14")
5477 (source (origin
5478 (method url-fetch)
5479 (uri (string-append "http://elpa.gnu.org/packages/org-"
5480 version ".tar"))
5481 (sha256
5482 (base32
5483 "17vd9hig26rqv90l6y92hc2i0x29g44lsdsp0xd4m53s8r3zdikz"))))
5484 (build-system emacs-build-system)
5485 (home-page "https://orgmode.org/")
5486 (synopsis "Outline-based notes management and organizer")
5487 (description "Org is an Emacs mode for keeping notes, maintaining TODO
5488 lists, and project planning with a fast and effective lightweight markup
5489 language. It also is an authoring system with unique support for literate
5490 programming and reproducible research.")
5491 (license license:gpl3+)))
5492
5493 (define-public emacs-org-contrib
5494 (package
5495 (inherit emacs-org)
5496 (name "emacs-org-contrib")
5497 (version "20180507")
5498 (source (origin
5499 (method url-fetch)
5500 (uri (string-append "https://orgmode.org/elpa/org-plus-contrib-"
5501 version ".tar"))
5502 (sha256
5503 (base32
5504 "190iwjpdjrhg7gl2d4bri2y0y679vlrwd841r6dvhza0yy338d2d"))))
5505 (arguments
5506 `(#:modules ((guix build emacs-build-system)
5507 (guix build utils)
5508 (guix build emacs-utils)
5509 (ice-9 ftw)
5510 (srfi srfi-1))
5511 #:phases
5512 (modify-phases %standard-phases
5513 (add-after 'install 'delete-org-files
5514 (lambda* (#:key inputs outputs #:allow-other-keys)
5515 (let* ((out (assoc-ref outputs "out"))
5516 (org (assoc-ref inputs "emacs-org"))
5517 (contrib-files
5518 (map basename (find-files out)))
5519 (org+contrib-files
5520 (map basename (find-files org)))
5521 (duplicates (lset-intersection
5522 string=? contrib-files org+contrib-files)))
5523 (with-directory-excursion
5524 (string-append
5525 out "/share/emacs/site-lisp/guix.d/org-contrib-" ,version)
5526 (for-each delete-file duplicates))
5527 #t))))))
5528 (propagated-inputs
5529 `(("emacs-org" ,emacs-org)
5530 ("emacs-scel" ,emacs-scel)))
5531 (synopsis "Contributed packages to Org mode")
5532 (description "Org is an Emacs mode for keeping notes, maintaining TODO
5533 lists, and project planning with a fast and effective plain-text system.
5534
5535 This package is equivalent to org-plus-contrib, but only includes additional
5536 files that you would find in @file{contrib/} from the git repository.")))
5537
5538 (define-public emacs-flx
5539 (package
5540 (name "emacs-flx")
5541 (version "0.6.1")
5542 (source
5543 (origin
5544 (method url-fetch)
5545 (uri (string-append "https://github.com/lewang/"
5546 "flx/archive/v" version ".tar.gz"))
5547 (sha256
5548 (base32
5549 "0bkcpnf1j4i2fcc2rllwbz62l00sw2mcia6rm5amgwvlkqavmkv6"))
5550 (file-name (string-append name "-" version ".tar.gz"))))
5551 (build-system emacs-build-system)
5552 (home-page "https://github.com/lewang/flx")
5553 (synopsis "Fuzzy matching for Emacs")
5554 (description
5555 "Flx provides fuzzy matching for emacs a la sublime text.
5556 The sorting algorithm is a balance between word beginnings (abbreviation)
5557 and contiguous matches (substring). The longer the substring match,
5558 the higher it scores. This maps well to how we think about matching.
5559 Flx has support for ido (interactively do things) through flx-ido.")
5560 (license license:gpl3+)))
5561
5562 (define-public emacs-cyberpunk-theme
5563 (package
5564 (name "emacs-cyberpunk-theme")
5565 (version "1.19")
5566 (source
5567 (origin
5568 (method url-fetch)
5569 (uri (string-append "https://github.com/n3mo/cyberpunk-theme.el/"
5570 "archive/" version ".tar.gz"))
5571 (sha256
5572 (base32
5573 "05l5fxw1mn5py6mfhxrzyqjq0d8m5m1akfi46vrgh13r414jffvv"))
5574 (file-name (string-append name "-" version ".tar.gz"))))
5575 (build-system emacs-build-system)
5576 (home-page "https://github.com/n3mo/cyberpunk-theme.el")
5577 (synopsis "Cyberpunk theme for emacs built-in color theme support")
5578 (description
5579 "Cyberpunk color theme for the emacs 24+ built-in color theme support
5580 known loosely as deftheme. Many mode-specific customizations are included.")
5581 (license license:gpl3+)))
5582
5583 (define-public emacs-danneskjold-theme
5584 (let* ((commit "8733d2fe8743e8a01826ea6d4430ef376c727e57")
5585 (revision "1"))
5586 (package
5587 (name "emacs-danneskjold-theme")
5588 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
5589 (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
5590 (source
5591 (origin
5592 (method git-fetch)
5593 (uri (git-reference
5594 (url home-page)
5595 (commit commit)))
5596 (file-name (string-append name "-" version "-checkout"))
5597 (sha256
5598 (base32
5599 "0s6rbsb0y8i8m5b9xm4gw1p1cxsxdqnqxqqb638pygz9f76mbir1"))))
5600 (build-system emacs-build-system)
5601 (arguments
5602 `(#:phases
5603 (modify-phases %standard-phases
5604 (add-after 'unpack 'delete-screenshots
5605 (lambda _
5606 (delete-file-recursively "screenshots") #t)))))
5607 (synopsis "High-contrast Emacs theme")
5608 (description
5609 "@code{danneskjold-theme} is a high-contrast theme for Emacs.")
5610 (license license:gpl3+))))
5611
5612 (define-public emacs-dream-theme
5613 (let* ((commit "107a11d74365046f28a1802a2bdb5e69e4a7488b")
5614 (revision "1"))
5615 (package
5616 (name "emacs-dream-theme")
5617 (version (string-append "0.0.0-" revision "." (string-take commit 7)))
5618 (source
5619 (origin
5620 (method git-fetch)
5621 (uri (git-reference
5622 (url "https://github.com/djcb/dream-theme")
5623 (commit commit)))
5624 (file-name (string-append name "-" version "-checkout"))
5625 (sha256
5626 (base32
5627 "0za18nfkq4xqm35k6006vsixcbmvmxqgma4iw5sw37h8vmcsdylk"))))
5628 (build-system emacs-build-system)
5629 (home-page "https://github.com/djcb/dream-theme")
5630 (synopsis "High-contrast Emacs theme")
5631 (description
5632 "@code{dream-theme} is a dark, clean theme for Emacs. It is inspired
5633 by zenburn, sinburn and similar themes, but slowly diverging from them.")
5634 (license license:gpl3+))))
5635
5636 (define-public emacs-auto-complete
5637 (package
5638 (name "emacs-auto-complete")
5639 (version "1.5.1")
5640 (source
5641 (origin
5642 (method url-fetch)
5643 (uri (string-append "https://github.com/auto-complete/"
5644 "auto-complete/archive/v" version ".tar.gz"))
5645 (sha256
5646 (base32
5647 "1jvq4lj00hwml75lpmlciazy8f3bbg13gffsfnl835p4qd8l7yqv"))
5648 (file-name (string-append name "-" version ".tar.gz"))))
5649 (build-system emacs-build-system)
5650 (propagated-inputs
5651 `(("emacs-popup" ,emacs-popup)))
5652 (home-page "https://github.com/auto-complete/auto-complete")
5653 (synopsis "Intelligent auto-completion extension for Emacs")
5654 (description
5655 "Auto-Complete is an intelligent auto-completion extension for Emacs.
5656 It extends the standard Emacs completion interface and provides an environment
5657 that allows users to concentrate more on their own work. Its features are:
5658 a visual interface, reduce overhead of completion by using statistic method,
5659 extensibility.")
5660 (license license:gpl3+)))
5661
5662 (define-public m17n-db
5663 (package
5664 (name "m17n-db")
5665 (version "1.8.0")
5666 (source
5667 (origin
5668 (method url-fetch)
5669 (uri (string-append "mirror://savannah/m17n/m17n-db-"
5670 version ".tar.gz"))
5671 (sha256
5672 (base32
5673 "0vfw7z9i2s9np6nmx1d4dlsywm044rkaqarn7akffmb6bf1j6zv5"))))
5674 (build-system gnu-build-system)
5675 (inputs
5676 `(("gettext" ,gettext-minimal)))
5677 (arguments
5678 `(#:configure-flags
5679 (list (string-append "--with-charmaps="
5680 (assoc-ref %build-inputs "libc")
5681 "/share/i18n/charmaps"))))
5682 ;; With `guix lint' the home-page URI returns a small page saying
5683 ;; that your browser does not handle frames. This triggers the "URI
5684 ;; returns suspiciously small file" warning.
5685 (home-page "https://www.nongnu.org/m17n/")
5686 (synopsis "Multilingual text processing library (database)")
5687 (description "The m17n library realizes multilingualization of
5688 many aspects of applications. The m17n library represents
5689 multilingual text as an object named M-text. M-text is a string with
5690 attributes called text properties, and designed to substitute for
5691 string in C. Text properties carry any information required to input,
5692 display and edit the text.
5693
5694 This package contains the library database.")
5695 (license license:lgpl2.1+)))
5696
5697 (define-public m17n-lib
5698 (package
5699 (name "m17n-lib")
5700 (version "1.8.0")
5701 (source
5702 (origin
5703 (method url-fetch)
5704 (uri (string-append "mirror://savannah/m17n/m17n-lib-"
5705 version ".tar.gz"))
5706 (sha256
5707 (base32
5708 "0jp61y09xqj10mclpip48qlfhniw8gwy8b28cbzxy8hq8pkwmfkq"))))
5709 (build-system gnu-build-system)
5710 (inputs
5711 `(("fribidi" ,fribidi)
5712 ("gd" ,gd)
5713 ("libotf" ,libotf)
5714 ("libxft" ,libxft)
5715 ("libxml2" ,libxml2)
5716 ("m17n-db" ,m17n-db)))
5717 (arguments
5718 `(#:parallel-build? #f))
5719 ;; With `guix lint' the home-page URI returns a small page saying
5720 ;; that your browser does not handle frames. This triggers the "URI
5721 ;; returns suspiciously small file" warning.
5722 (home-page "https://www.nongnu.org/m17n/")
5723 (synopsis "Multilingual text processing library (runtime)")
5724 (description "The m17n library realizes multilingualization of
5725 many aspects of applications. The m17n library represents
5726 multilingual text as an object named M-text. M-text is a string with
5727 attributes called text properties, and designed to substitute for
5728 string in C. Text properties carry any information required to input,
5729 display and edit the text.
5730
5731 This package contains the library runtime.")
5732 (license license:lgpl2.1+)))
5733
5734 (define-public emacs-nginx-mode
5735 (package
5736 (name "emacs-nginx-mode")
5737 (version "1.1.9")
5738 (source
5739 (origin
5740 (method url-fetch)
5741 (uri (string-append
5742 "https://github.com/ajc/nginx-mode/archive/v"
5743 version ".tar.gz"))
5744 (file-name (string-append name "-" version ".tar.gz"))
5745 (sha256
5746 (base32
5747 "0bzyrj6zz1hm67bkhw23bam7qc869s3zg7m1rb1c3aa4n0aw90cq"))))
5748 (build-system emacs-build-system)
5749 (home-page "https://github.com/ajc/nginx-mode")
5750 (synopsis "Emacs major mode for editing nginx config files")
5751 (description "This package provides an Emacs major mode for
5752 editing nginx config files.")
5753 (license license:gpl2+)))
5754
5755 (define-public emacs-stream
5756 (package
5757 (name "emacs-stream")
5758 (version "2.2.0")
5759 (home-page "https://github.com/NicolasPetton/stream")
5760 (source
5761 (origin
5762 (method url-fetch)
5763 (file-name (string-append name "-" version ".tar.gz"))
5764 (uri (string-append home-page "/archive/"version ".tar.gz"))
5765 (sha256
5766 (base32 "03ql4nqfz5pn55mjly6clhvc3g7x2d28kj7mrlqmigvjbql39xxc"))))
5767 (build-system emacs-build-system)
5768 (synopsis "Implementation of streams for Emacs")
5769 (description "This library provides an implementation of streams for Emacs.
5770 Streams are implemented as delayed evaluation of cons cells.")
5771 (license license:gpl3+)))
5772
5773 (define-public emacs-el-search
5774 (let ((commit "f26277bfbb3fc3fc74beea6592f294c439796bd4")
5775 (revision "1"))
5776 (package
5777 (name "emacs-el-search")
5778 ;; No ufficial release.
5779 (version (string-append "0.0-" revision "." (string-take commit 7)))
5780 (home-page "https://github.com/emacsmirror/el-search")
5781 (source
5782 (origin
5783 (method git-fetch)
5784 (file-name (string-append name "-" version ".tar.gz"))
5785 (uri (git-reference
5786 (commit commit)
5787 (url (string-append home-page ".git"))))
5788 (sha256
5789 (base32 "12xf40h9sb7xxg2r97gsia94q02543mgiiiw46fzh1ac7b7993g6"))))
5790 (build-system emacs-build-system)
5791 (inputs `(("emacs-stream" ,emacs-stream)))
5792 (synopsis "Expression based interactive search for emacs-lisp-mode")
5793 (description "This package provides expression based interactive search
5794 procedures for emacs-lisp-mode.")
5795 (license license:gpl3+))))
5796
5797 (define-public emacs-ht
5798 (package
5799 (name "emacs-ht")
5800 (version "2.1")
5801 (source
5802 (origin
5803 (method url-fetch)
5804 (uri (string-append
5805 "https://github.com/Wilfred/ht.el/archive/"
5806 version ".tar.gz"))
5807 (file-name (string-append name "-" version ".tar.gz"))
5808 (sha256
5809 (base32
5810 "1lpba36kzxcc966fvsbrfpy8ah9gnvay0yk26gbyjil0rggrbqzj"))))
5811 (build-system emacs-build-system)
5812 (propagated-inputs `(("emacs-dash" ,emacs-dash)))
5813 (home-page "https://github.com/Wilfred/ht.el")
5814 (synopsis "Hash table library for Emacs")
5815 (description
5816 "This package simplifies the use of hash tables in elisp. It also
5817 provides functions to convert hash tables from and to alists and plists.")
5818 (license license:gpl3+)))
5819
5820 (define-public emacs-log4e
5821 (package
5822 (name "emacs-log4e")
5823 (version "0.3.0")
5824 (source
5825 (origin
5826 (method url-fetch)
5827 (uri (string-append
5828 "https://github.com/aki2o/log4e/archive/v"
5829 version ".tar.gz"))
5830 (file-name (string-append name "-" version ".tar.gz"))
5831 (sha256
5832 (base32
5833 "0nbdpbw353snda3v19l9hsm6gimppwnpxj18amm350bm81lyim2g"))))
5834 (build-system emacs-build-system)
5835 (arguments
5836 `(#:phases
5837 (modify-phases %standard-phases
5838 (add-after 'unpack 'remove-tests
5839 ;; Guile builder complains about null characters in some
5840 ;; strings of test files. Remove "test" directory (it is not
5841 ;; needed anyway).
5842 (lambda _
5843 (delete-file-recursively "test"))))))
5844 (home-page "https://github.com/aki2o/log4e")
5845 (synopsis "Logging framework for elisp")
5846 (description
5847 "This package provides a logging framework for elisp. It allows
5848 you to deal with multiple log levels.")
5849 (license license:gpl3+)))
5850
5851 (define-public emacs-gntp
5852 (package
5853 (name "emacs-gntp")
5854 (version "0.1")
5855 (source
5856 (origin
5857 (method url-fetch)
5858 (uri (string-append
5859 "https://github.com/tekai/gntp.el/archive/v"
5860 version ".tar.gz"))
5861 (file-name (string-append name "-" version ".tar.gz"))
5862 (sha256
5863 (base32
5864 "16c1dfkia9yhl206bdhjr3b8kfvqcqr38jl5lq8qsyrrzsnmghny"))))
5865 (build-system emacs-build-system)
5866 (home-page "https://github.com/tekai/gntp.el")
5867 (synopsis "Growl Notification Protocol for Emacs")
5868 (description
5869 "This package implements the Growl Notification Protocol GNTP
5870 described at @uref{http://www.growlforwindows.com/gfw/help/gntp.aspx}.
5871 It is incomplete as it only lets you send but not receive
5872 notifications.")
5873 (license license:bsd-3)))
5874
5875 (define-public emacs-alert
5876 (package
5877 (name "emacs-alert")
5878 (version "1.2")
5879 (source
5880 (origin
5881 (method url-fetch)
5882 (uri (string-append
5883 "https://github.com/jwiegley/alert/archive/v"
5884 version ".tar.gz"))
5885 (file-name (string-append name "-" version ".tar.gz"))
5886 (sha256
5887 (base32
5888 "1693kck3k2iz5zhpmxwqyafxm68hr6gzs60lkxd3j1wlp2c9fwyr"))))
5889 (build-system emacs-build-system)
5890 (propagated-inputs
5891 `(("emacs-gntp" ,emacs-gntp)
5892 ("emacs-log4e" ,emacs-log4e)))
5893 (home-page "https://github.com/jwiegley/alert")
5894 (synopsis "Growl-style notification system for Emacs")
5895 (description
5896 "Alert is a Growl-workalike for Emacs which uses a common notification
5897 interface and multiple, selectable \"styles\", whose use is fully
5898 customizable by the user.")
5899 (license license:gpl2+)))
5900
5901 (define-public emacs-mu4e-alert
5902 (package
5903 (name "emacs-mu4e-alert")
5904 (version "1.0")
5905 (source
5906 (origin
5907 (method url-fetch)
5908 (uri (string-append
5909 "https://github.com/iqbalansari/mu4e-alert/archive/v"
5910 version ".tar.gz"))
5911 (file-name (string-append name "-" version ".tar.gz"))
5912 (sha256
5913 (base32
5914 "07qc834qnxn8xi4bw5nawj8g91bmkzw0r0vahkgysp7r9xrf57gj"))))
5915 (build-system emacs-build-system)
5916 (propagated-inputs
5917 `(("emacs-alert" ,emacs-alert)
5918 ("emacs-s" ,emacs-s)
5919 ("emacs-ht" ,emacs-ht)
5920 ("mu" ,mu)))
5921 (home-page "https://github.com/iqbalansari/mu4e-alert")
5922 (synopsis "Desktop notification for mu4e")
5923 (description
5924 "This package provides desktop notifications for mu4e.
5925 Additionally it can display the number of unread emails in the
5926 mode-line.")
5927 (license license:gpl3+)))
5928
5929 (define-public emacs-pretty-mode
5930 (package
5931 (name "emacs-pretty-mode")
5932 (version "2.0.3")
5933 (source
5934 (origin
5935 (method url-fetch)
5936 (uri (string-append "https://github.com/akatov/pretty-mode/"
5937 "archive/" version ".tar.gz"))
5938 (file-name (string-append name "-" version ".tar.gz"))
5939 (sha256
5940 (base32
5941 "1fan7m4vnqs8kpg7r54kx3g7faadkpkf9kzarfv8n57kq8w157pl"))))
5942 (build-system emacs-build-system)
5943 (home-page "https://github.com/akatov/pretty-mode")
5944 (synopsis "Redisplay parts of the buffer as Unicode symbols")
5945 (description
5946 "Emacs minor mode for redisplaying parts of the buffer as pretty symbols.")
5947 (license license:gpl3+)))
5948
5949 (define-public emacs-yasnippet
5950 (package
5951 (name "emacs-yasnippet")
5952 (version "0.13.0")
5953 (source (origin
5954 (method url-fetch)
5955 (uri (string-append "https://github.com/joaotavora/yasnippet/"
5956 "archive/" version ".tar.gz"))
5957 (file-name (string-append name "-" version ".tar.gz"))
5958 (sha256
5959 (base32
5960 "12ls2x17agzbrj1xynjbmfa11igqxia4hj4fv6fpr66yci2r1plc"))
5961 (modules '((guix build utils)))
5962 (snippet
5963 '(begin
5964 ;; YASnippet expects a "snippets" subdirectory in the same
5965 ;; directory as yasnippet.el, but we don't install it
5966 ;; because it's a git submodule pointing to an external
5967 ;; repository. Adjust `yas-snippet-dirs' to prevent
5968 ;; warnings about a missing directory.
5969 (substitute* "yasnippet.el"
5970 (("^ +'yas-installed-snippets-dir\\)\\)\n")
5971 "))\n"))
5972 #t))))
5973 (build-system emacs-build-system)
5974 (home-page "https://github.com/joaotavora/yasnippet")
5975 (synopsis "Yet another snippet extension for Emacs")
5976 (description
5977 "YASnippet is a template system for Emacs. It allows you to type an
5978 abbreviation and automatically expand it into function templates.")
5979 (license license:gpl3+)))
5980
5981 (define-public emacs-yasnippet-snippets
5982 (let ((commit "885050d34737e2fb36a3e7759d60c09347bd4ce0")
5983 (revision "1"))
5984 (package
5985 (name "emacs-yasnippet-snippets")
5986 (version (string-append "1-" revision "." (string-take commit 8)))
5987 (source
5988 (origin
5989 (method git-fetch)
5990 (uri (git-reference
5991 (url "https://github.com/AndreaCrotti/yasnippet-snippets")
5992 (commit commit)))
5993 (file-name (string-append name "-" version "-checkout"))
5994 (sha256
5995 (base32
5996 "1m935zgglw0iakzrixld5rcjz3wnj84f8wy2mvc3pggjri9l0qr9"))))
5997 (build-system trivial-build-system)
5998 (arguments
5999 `(#:modules ((ice-9 ftw)
6000 (ice-9 regex)
6001 (guix build utils))
6002 #:builder
6003 (begin
6004 (use-modules (ice-9 ftw)
6005 (ice-9 regex)
6006 (guix build utils))
6007 (with-directory-excursion (assoc-ref %build-inputs "source")
6008 (for-each (lambda (dir)
6009 (copy-recursively
6010 dir
6011 (string-append %output
6012 "/share/emacs/yasnippet-snippets/"
6013 dir)))
6014 (scandir "." (lambda (fname)
6015 (and (string-match "-mode$" fname)
6016 (directory-exists? fname))))))
6017 #t)))
6018 (home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
6019 (synopsis "Collection of YASnippet snippets for many languages")
6020 (description
6021 "Provides Andrea Crotti's collection of YASnippet snippets. After installation,
6022 the snippets will be in \"~/.guix-profile/share/emacs/yasnippet-snippets/\".
6023 To make YASnippet aware of these snippets, add the above directory to
6024 @code{yas-snippet-dirs}.")
6025 (license license:expat))))
6026
6027 (define-public emacs-helm-c-yasnippet
6028 (let ((commit "65ca732b510bfc31636708aebcfe4d2d845b59b0")
6029 (revision "1"))
6030 (package
6031 (name "emacs-helm-c-yasnippet")
6032 (version (string-append "0.6.7" "-" revision "."
6033 (string-take commit 7)))
6034 (source (origin
6035 (method git-fetch)
6036 (uri (git-reference
6037 (url "https://github.com/emacs-jp/helm-c-yasnippet")
6038 (commit commit)))
6039 (file-name (string-append name "-" version "-checkout"))
6040 (sha256
6041 (base32
6042 "1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
6043 (build-system emacs-build-system)
6044 (propagated-inputs
6045 `(("emacs-helm" ,emacs-helm)
6046 ("emacs-yasnippet" ,emacs-yasnippet)))
6047 (home-page "https://github.com/emacs-jp/helm-c-yasnippet")
6048 (synopsis "Helm integration for Yasnippet")
6049 (description "This Emacs library provides Helm interface for
6050 Yasnippet.")
6051 (license license:gpl2+))))
6052
6053 (define-public emacs-helm-system-packages
6054 (package
6055 (name "emacs-helm-system-packages")
6056 (version "1.10.1")
6057 (source (origin
6058 (method git-fetch)
6059 (uri (git-reference
6060 (url "https://github.com/emacs-helm/helm-system-packages")
6061 (commit (string-append "v" version))))
6062 (file-name (string-append name "-" version "-checkout"))
6063 (sha256
6064 (base32
6065 "01by0c4lqi2cw8xmbxkjw7m9x78zssm31sx4hdpw5j35s2951j0f"))))
6066 (build-system emacs-build-system)
6067 (inputs
6068 `(("recutils" ,recutils)))
6069 (propagated-inputs
6070 `(("emacs-helm" ,emacs-helm)))
6071 (arguments
6072 `(#:phases
6073 (modify-phases %standard-phases
6074 (add-after 'unpack 'configure
6075 (lambda* (#:key inputs outputs #:allow-other-keys)
6076 (let ((recutils (assoc-ref inputs "recutils")))
6077 ;; Specify the absolute file names of the various
6078 ;; programs so that everything works out-of-the-box.
6079 (substitute* "helm-system-packages-guix.el"
6080 (("recsel") (string-append recutils "/bin/recsel")))))))))
6081 (home-page "https://github.com/emacs-helm/helm-system-packages")
6082 (synopsis "Helm System Packages is an interface to your package manager")
6083 (description "List all available packages in Helm (with installed
6084 packages displayed in their own respective face). Fuzzy-search, mark and
6085 execute the desired action over any selections of packages: Install,
6086 uninstall, display packages details (in Org Mode) or insert details at point,
6087 find files owned by packages... And much more, including performing all the
6088 above over the network.")
6089 (license license:gpl3+)))
6090
6091 (define-public emacs-memoize
6092 (package
6093 (name "emacs-memoize")
6094 (version "1.1")
6095 (source
6096 (origin
6097 (method url-fetch)
6098 (uri (string-append
6099 "https://github.com/skeeto/emacs-memoize/archive/"
6100 version ".tar.gz"))
6101 (file-name (string-append name "-" version ".tar.gz"))
6102 (sha256
6103 (base32
6104 "05ijgwi4ymxx31vpjm2pn356j85cykknajn14lrzz8pn5sh0vrg4"))))
6105 (build-system emacs-build-system)
6106 (arguments
6107 `(#:tests? #t
6108 #:test-command '("emacs" "--batch"
6109 "-l" "memoize-test.el"
6110 "-f" "ert-run-tests-batch-and-exit")))
6111 (home-page "https://github.com/skeeto/emacs-memoize")
6112 (synopsis "Emacs lisp memoization library")
6113 (description "@code{emacs-memoize} is an Emacs library for
6114 memoizing functions.")
6115 (license license:unlicense)))
6116
6117 (define-public emacs-linum-relative
6118 (package
6119 (name "emacs-linum-relative")
6120 (version "0.5")
6121 (source
6122 (origin
6123 (method url-fetch)
6124 (uri (string-append
6125 "https://github.com/coldnew/linum-relative/archive/"
6126 version ".tar.gz"))
6127 (file-name (string-append name "-" version ".tar.gz"))
6128 (sha256
6129 (base32
6130 "0s4frvr27866lw1rn3jal9wj5rkz9fx4yiszqv7w06azsdgsqksv"))))
6131 (build-system emacs-build-system)
6132 (home-page "https://github.com/coldnew/linum-relative")
6133 (synopsis "Relative line numbering for Emacs")
6134 (description "@code{emacs-linum-relative} displays the relative line
6135 number on the left margin in Emacs.")
6136 (license license:gpl2+)))
6137
6138 (define-public emacs-idle-highlight
6139 (package
6140 (name "emacs-idle-highlight")
6141 (version "1.1.3")
6142 (source
6143 (origin
6144 (method url-fetch)
6145 (uri (string-append
6146 "https://github.com/nonsequitur/idle-highlight-mode/archive/"
6147 version ".tar.gz"))
6148 (file-name (string-append name "-" version ".tar.gz"))
6149 (sha256
6150 (base32
6151 "0kdv10hrgqpskjh0zvpnzwlkn5bccnqxas62gkws6njln57bf8nl"))))
6152 (build-system emacs-build-system)
6153 (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
6154 (synopsis "Highlights all occurrences of the word the point is on")
6155 (description
6156 "This Emacs package provides @code{idle-highlight-mode} that sets
6157 an idle timer to highlight all occurrences in the buffer of the word under
6158 the point.")
6159 (license license:gpl3+)))
6160
6161 (define-public emacs-ox-twbs
6162 (package
6163 (name "emacs-ox-twbs")
6164 (version "1.1.1")
6165 (source
6166 (origin
6167 (method url-fetch)
6168 (uri (string-append
6169 "https://github.com/marsmining/ox-twbs/archive/v"
6170 version ".tar.gz"))
6171 (file-name (string-append name "-" version ".tar.gz"))
6172 (sha256
6173 (base32
6174 "1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
6175 (build-system emacs-build-system)
6176 (home-page "https://github.com/marsmining/ox-twbs")
6177 (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
6178 (description
6179 "This Emacs package outputs your org-mode docs with a simple, clean and
6180 modern look. It implements a new HTML back-end for exporting org-mode docs as
6181 HTML compatible with Twitter Bootstrap. By default, HTML is exported with
6182 jQuery and Bootstrap resources included via osscdn.")
6183 (license license:gpl3+)))
6184
6185 (define-public emacs-highlight-sexp
6186 (package
6187 (name "emacs-highlight-sexp")
6188 (version "1.0")
6189 (source
6190 (origin
6191 (method url-fetch)
6192 (uri (string-append
6193 "https://github.com/daimrod/highlight-sexp/archive/v"
6194 version ".tar.gz"))
6195 (file-name (string-append name "-" version ".tar.gz"))
6196 (sha256
6197 (base32
6198 "0jwx87qkln1rg9wmv4qkgkml935fh2pkgrg5x4ca6n5dgb4q6rj1"))))
6199 (build-system emacs-build-system)
6200 (home-page "https://github.com/daimrod/highlight-sexp")
6201 (synopsis "Minor mode that highlights the s-exp at the current position")
6202 (description
6203 "This Emacs package highlights the s-exp at the current position.")
6204 (license license:gpl3+)))
6205
6206 (define-public emacs-highlight-stages
6207 (let ((commit "29cbc5b78261916da042ddb107420083da49b271")
6208 (revision "1"))
6209 (package
6210 (name "emacs-highlight-stages")
6211 (version (string-append "1.1.0" "-" revision "." (string-take commit 7)))
6212 (source
6213 (origin
6214 (method git-fetch)
6215 (uri (git-reference
6216 (url "https://github.com/zk-phi/highlight-stages.git")
6217 (commit commit)))
6218 (file-name (string-append name "-" version "-checkout"))
6219 (sha256
6220 (base32
6221 "0r6nbcrr0dqpgm8dir8ahzjy7rw4nrac48byamzrq96r7ajlxlv0"))
6222 (patches
6223 (search-patches "emacs-highlight-stages-add-gexp.patch"))))
6224 (build-system emacs-build-system)
6225 (home-page "https://github.com/wigust/highlight-stages")
6226 (synopsis "Minor mode that highlights (quasi-quoted) expressions")
6227 (description "@code{highlight-stages} provides an Emacs minor mode that
6228 highlights quasi-quoted expressions.")
6229 (license license:gpl3+))))
6230
6231 (define-public emacspeak
6232 (package
6233 (name "emacspeak")
6234 (version "48.0")
6235 (source
6236 (origin
6237 (method url-fetch)
6238 (uri (string-append
6239 "https://github.com/tvraman/emacspeak/releases/download/"
6240 version "/emacspeak-" version ".tar.bz2"))
6241 (sha256
6242 (base32
6243 "07imi3hji06b3r7v7v59978q76s8a7ynmxwfc9j03pgnv965lpjy"))))
6244 (build-system gnu-build-system)
6245 (arguments
6246 '(#:make-flags (list (string-append "prefix="
6247 (assoc-ref %outputs "out")))
6248 #:phases
6249 (modify-phases %standard-phases
6250 (replace 'configure
6251 (lambda* (#:key outputs #:allow-other-keys)
6252 (let* ((out (assoc-ref outputs "out"))
6253 (lisp (string-append out
6254 "/share/emacs/site-lisp/emacspeak")))
6255 (setenv "SHELL" (which "sh"))
6256 ;; Configure Emacspeak according to etc/install.org.
6257 (invoke "make" "config"))))
6258 (add-after 'build 'build-espeak
6259 (lambda _
6260 (invoke "make" "espeak")))
6261 (replace 'install
6262 (lambda* (#:key inputs outputs #:allow-other-keys)
6263 (let* ((out (assoc-ref outputs "out"))
6264 (bin (string-append out "/bin"))
6265 (lisp (string-append out "/share/emacs/site-lisp/emacspeak"))
6266 (info (string-append out "/share/info"))
6267 (emacs (string-append (assoc-ref inputs "emacs")
6268 "/bin/emacs")))
6269 ;; According to etc/install.org, the Emacspeak directory should
6270 ;; be copied to its installation destination.
6271 (for-each
6272 (lambda (file)
6273 (copy-recursively file (string-append lisp "/" file)))
6274 '("etc" "info" "js" "lisp" "media" "scapes" "servers" "sounds"
6275 "stumpwm" "xsl"))
6276 ;; Make sure emacspeak is loaded from the correct directory.
6277 (substitute* "etc/emacspeak.sh"
6278 (("exec FLAVOR.*")
6279 (string-append "exec " emacs " -l " lisp
6280 "/lisp/emacspeak-setup.el $CL_ALL")))
6281 ;; Install the convenient startup script.
6282 (mkdir-p bin)
6283 (copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
6284 #t))
6285 (add-after 'install 'wrap-program
6286 (lambda* (#:key inputs outputs #:allow-other-keys)
6287 (let* ((out (assoc-ref outputs "out"))
6288 (emacspeak (string-append out "/bin/emacspeak"))
6289 (espeak (string-append (assoc-ref inputs "espeak")
6290 "/bin/espeak")))
6291 ;; The environment variable DTK_PROGRAM tells emacspeak what
6292 ;; program to use for speech.
6293 (wrap-program emacspeak
6294 `("DTK_PROGRAM" ":" prefix (,espeak)))
6295 #t))))
6296 #:tests? #f)) ; no check target
6297 (inputs
6298 `(("emacs" ,emacs)
6299 ("espeak" ,espeak)
6300 ("perl" ,perl)
6301 ("tcl" ,tcl)
6302 ("tclx" ,tclx)))
6303 (home-page "http://emacspeak.sourceforge.net")
6304 (synopsis "Audio desktop interface for Emacs")
6305 (description
6306 "Emacspeak is a speech interface that allows visually impaired users to
6307 interact independently and efficiently with the computer. Audio formatting
6308 --a technique pioneered by AsTeR-- and full support for W3C's Aural CSS (ACSS)
6309 allows Emacspeak to produce rich aural presentations of electronic information.
6310 By seamlessly blending all aspects of the Internet such as Web-surfing and
6311 messaging, Emacspeak speech-enables local and remote information via a
6312 consistent and well-integrated user interface.")
6313 (license license:gpl2+)))
6314
6315 (define-public emacs-adaptive-wrap
6316 (package
6317 (name "emacs-adaptive-wrap")
6318 (version "0.5.1")
6319 (source (origin
6320 (method url-fetch)
6321 (uri (string-append
6322 "http://elpa.gnu.org/packages/adaptive-wrap-"
6323 version ".el"))
6324 (sha256
6325 (base32
6326 "0qi7gjprcpywk2daivnlavwsx53hl5wcqvpxbwinvigg42vxh3ll"))))
6327 (build-system emacs-build-system)
6328 (home-page "http://elpa.gnu.org/packages/adaptive-wrap.html")
6329 (synopsis "Smart line-wrapping with wrap-prefix")
6330 (description
6331 "This Emacs package provides the @code{adaptive-wrap-prefix-mode}
6332 minor mode which sets the wrap-prefix property on the fly so that
6333 single-long-line paragraphs get word-wrapped in a way similar to what
6334 you'd get with @kbd{M-q} using @code{adaptive-fill-mode}, but without
6335 actually changing the buffer's text.")
6336 (license license:gpl3+)))
6337
6338 (define-public emacs-diff-hl
6339 (package
6340 (name "emacs-diff-hl")
6341 (version "1.8.4")
6342 (source
6343 (origin
6344 (method url-fetch)
6345 (uri (string-append "http://elpa.gnu.org/packages/diff-hl-"
6346 version ".tar"))
6347 (sha256
6348 (base32
6349 "0axhidc3cym7a2x4rpxf4745qss9s9ajyg4s9h5b4zn7v7fyp71n"))))
6350 (build-system emacs-build-system)
6351 (home-page "https://github.com/dgutov/diff-hl")
6352 (synopsis
6353 "Highlight uncommitted changes using VC")
6354 (description
6355 "@code{diff-hl-mode} highlights uncommitted changes on the side of the
6356 window (using the fringe, by default), allows you to jump between
6357 the hunks and revert them selectively.")
6358 (license license:gpl3+)))
6359
6360 (define-public emacs-diminish
6361 (package
6362 (name "emacs-diminish")
6363 (version "0.45")
6364 (source
6365 (origin
6366 (method url-fetch)
6367 (uri (string-append
6368 "https://github.com/myrjola/diminish.el/archive/v"
6369 version ".tar.gz"))
6370 (file-name (string-append name "-" version ".tar.gz"))
6371 (sha256
6372 (base32
6373 "0i3629sv5cfrrb00hcnmaqzgs8mk36yasc1ax3ry1ga09nr6rkj9"))))
6374 (build-system emacs-build-system)
6375 (home-page "https://github.com/myrjola/diminish.el")
6376 (synopsis "Diminish minor modes with no modeline display")
6377 (description "@code{emacs-diminish} implements hiding or
6378 abbreviation of the mode line displays (lighters) of minor modes.")
6379 (license license:gpl2+)))
6380
6381 (define-public emacs-use-package
6382 (let ((commit "da8c9e2840343906e732f9699e43d35a1f06481d")
6383 (revision "1"))
6384 (package
6385 (name "emacs-use-package")
6386 (version (git-version "2.3" revision commit))
6387 (source (origin
6388 (method git-fetch)
6389 (uri (git-reference
6390 (url "https://github.com/jwiegley/use-package")
6391 (commit commit)))
6392 (file-name (git-file-name name version))
6393 (sha256
6394 (base32
6395 "0jz38pbq1p9h85i6qcsh3sfzkd103y6mw3rg5zd14dxigp8ir3xz"))))
6396 (build-system emacs-build-system)
6397 (propagated-inputs
6398 `(("emacs-diminish" ,emacs-diminish)))
6399 (arguments
6400 `(#:tests? #t
6401 #:test-command '("emacs" "--batch"
6402 "-l" "use-package-tests.el"
6403 "-f" "ert-run-tests-batch-and-exit")))
6404 (home-page "https://github.com/jwiegley/use-package")
6405 (synopsis "Declaration for simplifying your .emacs")
6406 (description "The use-package macro allows you to isolate package
6407 configuration in your @file{.emacs} file in a way that is both
6408 performance-oriented and tidy.")
6409 (license license:gpl2+))))
6410
6411 (define-public emacs-strace-mode
6412 (let* ((commit "6a69b4b06db6797af56f33eda5cb28af94e59f11")
6413 (revision "1"))
6414 (package
6415 (name "emacs-strace-mode")
6416 (version (string-append "0.0.2-" revision "." (string-take commit 7)))
6417 (source (origin
6418 (method git-fetch)
6419 (uri (git-reference
6420 (url "https://github.com/pkmoore/strace-mode")
6421 (commit commit)))
6422 (file-name (string-append name "-" version "-checkout"))
6423 (sha256
6424 (base32
6425 "1lbk2kzdznf2bkfazizfbimaxxzfzv00lrz1ran9dc2zqbc0bj9f"))))
6426 (build-system emacs-build-system)
6427 (home-page "https://github.com/pkmoore/strace-mode")
6428 (synopsis "Emacs major mode to highlight strace outputs")
6429 (description "@code{emacs-strace-mode} provides an Emacs major mode
6430 highlighting strace outputs.")
6431 (license license:gpl3+))))
6432
6433 (define-public emacs-default-encrypt
6434 (package
6435 (name "emacs-default-encrypt")
6436 (version "4.3")
6437 (source
6438 (origin
6439 (method url-fetch)
6440 (uri (string-append
6441 "https://www.informationelle-selbstbestimmung-im-internet.de"
6442 "/emacs/jl-encrypt" version "/jl-encrypt.el"))
6443 (file-name (string-append "jl-encrypt-" version ".el"))
6444 (sha256
6445 (base32
6446 "16i3rlfp3jxlqvndn8idylhmczync3gwmy8a019v29vyr48rnnr0"))))
6447 (build-system emacs-build-system)
6448 (home-page "https://www.informationelle-selbstbestimmung-im-internet.de/Emacs.html")
6449 (synopsis "Automatically encrypt or sign Gnus messages in Emacs")
6450 (description
6451 "DefaultEncrypt is designed to be used with Gnus in Emacs. It
6452 automatically encrypts messages that you send (e.g., email) when public keys
6453 for all recipients are available, and it protects you from accidentally
6454 sending un-encrypted messages. It can also be configured to automatically
6455 sign messages that you send. For details and instructions on how to use
6456 DefaultEncrypt, please refer to the home page or read the comments in the
6457 source file, @file{jl-encrypt.el}.")
6458 (license license:gpl3+)))
6459
6460 (define-public emacs-htmlize
6461 (package
6462 (name "emacs-htmlize")
6463 (version "1.53")
6464 (source
6465 (origin
6466 (method url-fetch)
6467 (uri (string-append
6468 "https://github.com/hniksic/emacs-htmlize/archive/release/"
6469 version ".tar.gz"))
6470 (file-name (string-append name "-" version ".tar.gz"))
6471 (sha256
6472 (base32
6473 "1lzaf9m1qr9dhw4nn53g6wszk2vqw95gpsbrc3y85bams4cn24ga"))))
6474 (build-system emacs-build-system)
6475 (home-page "https://github.com/hniksic/emacs-htmlize")
6476 (synopsis "Convert buffer text and decorations to HTML")
6477 (description "@code{emacs-htmlize} converts the buffer text and
6478 the associated decorations to HTML. Output to CSS, inline CSS and
6479 fonts is supported.")
6480 (license license:gpl2+)))
6481
6482 (define-public emacs-xmlgen
6483 (package
6484 (name "emacs-xmlgen")
6485 (version "0.5")
6486 (source
6487 (origin
6488 (method url-fetch)
6489 (uri (string-append
6490 "https://github.com/philjackson/xmlgen/archive/"
6491 version ".tar.gz"))
6492 (file-name (string-append name "-" version ".tar.gz"))
6493 (sha256
6494 (base32
6495 "0zay490vjby3f7455r0vydmjg7q1gwc78hilpfb0rg4gwz224z8r"))))
6496 (build-system emacs-build-system)
6497 (arguments
6498 `(#:tests? #t
6499 #:test-command '("emacs" "--batch"
6500 "-l" "xmlgen-test.el"
6501 "-f" "ert-run-tests-batch-and-exit")))
6502 (home-page "https://github.com/philjackson/xmlgen")
6503 (synopsis "S-expression to XML domain specific language (DSL) in
6504 Emacs Lisp")
6505 (description "@code{emacs-xmlgen} provides S-expression to XML
6506 conversion for Emacs Lisp.")
6507 (license license:gpl2+)))
6508
6509 (define-public emacs-cdlatex
6510 (package
6511 (name "emacs-cdlatex")
6512 (version "4.7")
6513 (source
6514 (origin
6515 (method url-fetch)
6516 (uri (string-append
6517 "https://github.com/cdominik/cdlatex/archive/"
6518 version ".tar.gz"))
6519 (file-name (string-append name "-" version ".tar.gz"))
6520 (sha256
6521 (base32
6522 "0pivapphmykc6vhvpx7hdyl55ls37vc4jcrxpvs4yk7jzcmwa9xp"))))
6523 (build-system emacs-build-system)
6524 (propagated-inputs
6525 `(("emacs-auctex" ,emacs-auctex)))
6526 (home-page "https://github.com/cdominik/cdlatex")
6527 (synopsis "Fast Emacs input methods for LaTeX environments and
6528 math")
6529 (description "CDLaTeX is an Emacs minor mode supporting fast
6530 insertion of environment templates and math in LaTeX. Similar
6531 commands are also offered as part of the AUCTeX package, but it is not
6532 the same - CDLaTeX focuses on speediness for inserting LaTeX
6533 constructs.")
6534 (license license:gpl3+)))
6535
6536 (define-public emacs-cnfonts
6537 (package
6538 (name "emacs-cnfonts")
6539 (version "0.9.1")
6540 (source (origin
6541 (method url-fetch)
6542 (uri (string-append
6543 "https://github.com/tumashu/cnfonts/archive/v"
6544 version ".tar.gz"))
6545 (file-name (string-append name "-" version ".tar.gz"))
6546 (sha256
6547 (base32
6548 "1l6cgcvc6md1zq97ccczankpyi0k4vjx6apflny6kjq3p33lyhf4"))))
6549 (build-system emacs-build-system)
6550 (home-page "https://github.com/tumashu/cnfonts")
6551 (synopsis "Emacs Chinese fonts setup tool")
6552 (description "cnfonts is a Chinese fonts setup tool, allowing for easy
6553 configuration of Chinese fonts.")
6554 (license license:gpl2+)))
6555
6556 (define-public emacs-php-mode
6557 (package
6558 (name "emacs-php-mode")
6559 (version "20171225.342")
6560 (source (origin
6561 (method url-fetch)
6562 (uri (string-append
6563 "https://melpa.org/packages/php-mode-"
6564 version ".tar"))
6565 (sha256
6566 (base32
6567 "1zz682f34v4wsm2dyj1gnrnvsrqdq1cy7j8p6cvc398w2fziyg3q"))))
6568 (build-system emacs-build-system)
6569 (home-page "https://github.com/ejmr/php-mode")
6570 (synopsis "Major mode for editing PHP code")
6571 (description "@code{php-mode} is a major mode for editing PHP source
6572 code. It's an extension of C mode; thus it inherits all C mode's navigation
6573 functionality. But it colors according to the PHP grammar and indents
6574 according to the PEAR coding guidelines. It also includes a couple handy
6575 IDE-type features such as documentation search and a source and class
6576 browser.")
6577 (license license:gpl3+)))
6578
6579 (define-public emacs-pos-tip
6580 (package
6581 (name "emacs-pos-tip")
6582 (version "0.4.6")
6583 (source (origin
6584 (method url-fetch)
6585 (uri (string-append
6586 "https://github.com/pitkali/pos-tip/archive/"
6587 version ".tar.gz"))
6588 (file-name (string-append name "-" version ".tar.gz"))
6589 (sha256
6590 (base32
6591 "12jqfy26vjk7lq0aa8yn8zqj8c85fkvx7y9prj0pcn4wqiz2ad2r"))))
6592 (build-system emacs-build-system)
6593 ;; The following functions and variables needed by emacs-pos-tip are
6594 ;; not included in emacs-minimal:
6595 ;; x-display-pixel-width, x-display-pixel-height, x-show-tip
6596 (arguments `(#:emacs ,emacs))
6597 (home-page "https://github.com/pitkali/pos-tip")
6598 (synopsis "Show tooltip at point")
6599 (description "The standard library tooltip.el provides a function for
6600 displaying a tooltip at the mouse position. However, locating a tooltip at an
6601 arbitrary buffer position in a window is not easy. Pos-tip provides such a
6602 function to be used by other frontend programs.")
6603 (license license:gpl2+)))
6604
6605 (define-public emacs-pyim-basedict
6606 (package
6607 (name "emacs-pyim-basedict")
6608 (version "0.3.1")
6609 (source (origin
6610 (method url-fetch)
6611 (uri (string-append
6612 "https://github.com/tumashu/pyim-basedict/archive/v"
6613 version ".tar.gz"))
6614 (file-name (string-append name "-" version ".tar.gz"))
6615 (sha256
6616 (base32
6617 "0nfgxviavkgrpyfsw60xsws4fk51fcmgl8fp6zf4ibqjjbp53n3n"))))
6618 (build-system emacs-build-system)
6619 (home-page "https://github.com/tumashu/pyim-basedict")
6620 (synopsis "Input method dictionary of pyim")
6621 (description "Pyim-basedict is the default pinyin input method dictionary,
6622 containing words from the rime project.")
6623 (license license:gpl2+)))
6624
6625 (define-public emacs-pyim
6626 (package
6627 (name "emacs-pyim")
6628 (version "1.6.4")
6629 (source (origin
6630 (method url-fetch)
6631 (uri (string-append
6632 "https://github.com/tumashu/pyim/archive/v"
6633 version ".tar.gz"))
6634 (file-name (string-append name "-" version ".tar.gz"))
6635 (sha256
6636 (base32
6637 "0hfg8q9hcjifvnlghw2g94dfxfirms2psq2ghqb28fhkf0lks13r"))))
6638 (build-system emacs-build-system)
6639 (propagated-inputs
6640 `(("emacs-async" ,emacs-async)
6641 ("emacs-pyim-basedict" ,emacs-pyim-basedict)
6642 ("emacs-popup" ,emacs-popup)
6643 ("emacs-pos-tip" ,emacs-pos-tip)))
6644 (home-page "https://github.com/tumashu/pyim")
6645 (synopsis "Chinese input method")
6646 (description "Chinese input method which supports quanpin, shuangpin, wubi
6647 and cangjie.")
6648 (license license:gpl2+)))
6649
6650 (define-public emacs-el2org
6651 (package
6652 (name "emacs-el2org")
6653 (version "0.6.0")
6654 (source (origin
6655 (method url-fetch)
6656 (uri (string-append
6657 "https://github.com/tumashu/el2org/archive/v"
6658 version ".tar.gz"))
6659 (file-name (string-append name "-" version ".tar.gz"))
6660 (sha256
6661 (base32
6662 "0gd3km1swwvg2w0kdi7370f54wgrflxn63gjgssfjc1iyc9sbqwq"))))
6663 (build-system emacs-build-system)
6664 (home-page "https://github.com/tumashu/el2org")
6665 (synopsis "Convert Emacs-lisp file to org file")
6666 (description "El2org is a simple tool, which can convert Emacs-lisp file
6667 to org file, you can use this tool to write orgify commentary.")
6668 (license license:gpl2+)))
6669
6670 (define-public emacs-mustache
6671 (package
6672 (name "emacs-mustache")
6673 (version "0.23")
6674 (source (origin
6675 (method url-fetch)
6676 (uri (string-append
6677 "https://github.com/Wilfred/mustache.el/archive/"
6678 version ".tar.gz"))
6679 (file-name (string-append name "-" version ".tar.gz"))
6680 (sha256
6681 (base32
6682 "0k9lcgil7kykkv1ylrgwy1g13ldjjmgi2cwmysgyb2vlj3jbwpdj"))))
6683 (build-system emacs-build-system)
6684 (propagated-inputs
6685 `(("emacs-dash" ,emacs-dash)
6686 ("emacs-ht" ,emacs-ht)
6687 ("emacs-s" ,emacs-s)))
6688 (home-page "https://github.com/Wilfred/mustache.el")
6689 (synopsis "Mustache templating library for Emacs")
6690 (description "Mustache templating library for Emacs, mustache is
6691 a simple web template system, which is described as a logic-less system
6692 because it lacks any explicit control flow statements, both looping and
6693 conditional evaluation can be achieved using section tags processing lists
6694 and lambdas.")
6695 (license license:gpl3+)))
6696
6697 (define-public emacs-org2web
6698 (package
6699 (name "emacs-org2web")
6700 (version "0.9.1")
6701 (source (origin
6702 (method url-fetch)
6703 (uri (string-append
6704 "https://github.com/tumashu/org2web/archive/v"
6705 version ".tar.gz"))
6706 (file-name (string-append name "-" version ".tar.gz"))
6707 (sha256
6708 (base32
6709 "1c0ixcphlhp4c4qdiwq40bc3yp1gp1llp8pxrk4s7ny9n68s52zp"))))
6710 (build-system emacs-build-system)
6711 (propagated-inputs
6712 `(("emacs-dash" ,emacs-dash)
6713 ("emacs-el2org" ,emacs-el2org)
6714 ("emacs-ht" ,emacs-ht)
6715 ("emacs-mustache" ,emacs-mustache)
6716 ("emacs-simple-httpd" ,emacs-simple-httpd)))
6717 (home-page "https://github.com/tumashu/org2web")
6718 (synopsis "Static site generator based on org-mode ")
6719 (description "Org2web is a static site generator based on org-mode,
6720 which code derived from Kelvin H's org-page.")
6721 (license license:gpl2+)))
6722
6723 (define-public emacs-xelb
6724 (package
6725 (name "emacs-xelb")
6726 (version "0.16")
6727 (source (origin
6728 (method url-fetch)
6729 (uri (string-append "https://elpa.gnu.org/packages/xelb-"
6730 version ".tar"))
6731 (sha256
6732 (base32
6733 "03wsr1jr7f7zfd80h864rd4makwh4widdnj1kjv2xyjwdgap9rl8"))))
6734 (build-system emacs-build-system)
6735 ;; The following functions and variables needed by emacs-xelb are
6736 ;; not included in emacs-minimal:
6737 ;; x-display-screens, x-keysym-table, x-alt-keysym, x-meta-keysym
6738 ;; x-hyper-keysym, x-super-keysym, libxml-parse-xml-region
6739 ;; x-display-pixel-width, x-display-pixel-height
6740 (arguments
6741 `(#:emacs ,emacs
6742 #:phases
6743 (modify-phases %standard-phases
6744 (add-after 'unpack 'regenerate-el-files
6745 (lambda* (#:key inputs #:allow-other-keys)
6746 (invoke "make"
6747 (string-append "PROTO_PATH="
6748 (assoc-ref inputs "xcb-proto")
6749 "/share/xcb")
6750 (string-append "EMACS_BIN="
6751 (assoc-ref inputs "emacs")
6752 "/bin/emacs -Q")))))))
6753 (native-inputs `(("xcb-proto" ,xcb-proto)))
6754 (home-page "https://github.com/ch11ng/xelb")
6755 (synopsis "X protocol Emacs Lisp binding")
6756 (description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
6757 X11 protocol based on the XML description files from the XCB project. It
6758 features an object-oriented API and permits a certain degree of concurrency.
6759 It should enable you to implement low-level X11 applications.")
6760 (license license:gpl3+)))
6761
6762 (define-public emacs-exwm
6763 (package
6764 (name "emacs-exwm")
6765 (version "0.20")
6766 (synopsis "Emacs X window manager")
6767 (source (origin
6768 (method url-fetch)
6769 (uri (string-append "https://elpa.gnu.org/packages/exwm-"
6770 version ".tar"))
6771 (sha256
6772 (base32
6773 "0nhhzbkm0mkj7sd1dy2c19cmn56gyaj9nl8kgy86h4fp63hjaz04"))))
6774 (build-system emacs-build-system)
6775 (propagated-inputs
6776 `(("emacs-xelb" ,emacs-xelb)))
6777 (inputs
6778 `(("xhost" ,xhost)
6779 ("dbus" ,dbus)))
6780 ;; The following functions and variables needed by emacs-exwm are
6781 ;; not included in emacs-minimal:
6782 ;; scroll-bar-mode, fringe-mode
6783 ;; x-display-pixel-width, x-display-pixel-height
6784 (arguments
6785 `(#:emacs ,emacs
6786 #:phases
6787 (modify-phases %standard-phases
6788 (add-after 'build 'install-xsession
6789 (lambda* (#:key inputs outputs #:allow-other-keys)
6790 (let* ((out (assoc-ref outputs "out"))
6791 (xsessions (string-append out "/share/xsessions"))
6792 (bin (string-append out "/bin"))
6793 (exwm-executable (string-append bin "/exwm")))
6794 ;; Add a .desktop file to xsessions
6795 (mkdir-p xsessions)
6796 (mkdir-p bin)
6797 (with-output-to-file
6798 (string-append xsessions "/exwm.desktop")
6799 (lambda _
6800 (format #t "[Desktop Entry]~@
6801 Name=~a~@
6802 Comment=~a~@
6803 Exec=~a~@
6804 TryExec=~@*~a~@
6805 Type=Application~%" ,name ,synopsis exwm-executable)))
6806 ;; Add a shell wrapper to bin
6807 (with-output-to-file exwm-executable
6808 (lambda _
6809 (format #t "#!~a ~@
6810 ~a +SI:localuser:$USER ~@
6811 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
6812 (string-append (assoc-ref inputs "bash") "/bin/sh")
6813 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
6814 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
6815 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
6816 '(cond
6817 ((file-exists-p "~/.exwm")
6818 (load-file "~/.exwm"))
6819 ((not (featurep 'exwm))
6820 (require 'exwm)
6821 (require 'exwm-config)
6822 (exwm-config-default)
6823 (message (concat "exwm configuration not found. "
6824 "Falling back to default configuration...")))))))
6825 (chmod exwm-executable #o555)
6826 #t))))))
6827 (home-page "https://github.com/ch11ng/exwm")
6828 (description "EXWM is a full-featured tiling X window manager for Emacs
6829 built on top of XELB.")
6830 (license license:gpl3+)))
6831
6832 (define-public emacs-switch-window
6833 (package
6834 (name "emacs-switch-window")
6835 (version "1.5.1")
6836 (source (origin
6837 (method url-fetch)
6838 (uri (string-append
6839 "https://github.com/dimitri/switch-window/archive/v"
6840 version ".tar.gz"))
6841 (file-name (string-append name "-" version ".tar.gz"))
6842 (sha256
6843 (base32
6844 "07f99apxscwvsp2bjxsbi462c433kcglrjh6xl0gyafs1nvvvnd8"))))
6845 (build-system emacs-build-system)
6846 (home-page "https://github.com/dimitri/switch-window")
6847 (synopsis "Emacs window switch tool")
6848 (description "Switch-window is an emacs window switch tool, which
6849 offer a visual way to choose a window to switch to, delete, split or
6850 other operations.")
6851 (license license:wtfpl2)))
6852
6853 (define-public emacs-exwm-x
6854 (package
6855 (name "emacs-exwm-x")
6856 (version "1.8.1")
6857 (synopsis "Derivative window manager based on EXWM")
6858 (source (origin
6859 (method url-fetch)
6860 (uri (string-append
6861 "https://github.com/tumashu/exwm-x/archive/v"
6862 version ".tar.gz"))
6863 (file-name (string-append name "-" version ".tar.gz"))
6864 (sha256
6865 (base32
6866 "0ali1100aacq4zbvcck80h51pvw204jlxhn4aikkqq4ngbx03kkr"))))
6867 (build-system emacs-build-system)
6868 (propagated-inputs
6869 `(("emacs-exwm" ,emacs-exwm)
6870 ("emacs-switch-window" ,emacs-switch-window)
6871 ("emacs-ivy" ,emacs-ivy)
6872 ("emacs-use-package" ,emacs-use-package)))
6873 (inputs
6874 `(("xhost" ,xhost)
6875 ("dbus" ,dbus)))
6876 ;; Need emacs instead of emacs-minimal,
6877 ;; for emacs's bin path will be inserted into bin/exwm-x file.
6878 (arguments
6879 `(#:emacs ,emacs
6880 #:phases
6881 (modify-phases %standard-phases
6882 (add-after 'build 'install-xsession
6883 (lambda* (#:key inputs outputs #:allow-other-keys)
6884 (let* ((out (assoc-ref outputs "out"))
6885 (xsessions (string-append out "/share/xsessions"))
6886 (bin (string-append out "/bin"))
6887 (exwm-executable (string-append bin "/exwm-x")))
6888 ;; Add a .desktop file to xsessions
6889 (mkdir-p xsessions)
6890 (mkdir-p bin)
6891 (with-output-to-file
6892 (string-append xsessions "/exwm-x.desktop")
6893 (lambda _
6894 (format #t "[Desktop Entry]~@
6895 Name=~a~@
6896 Comment=~a~@
6897 Exec=~a~@
6898 TryExec=~@*~a~@
6899 Type=Application~%" ,name ,synopsis exwm-executable)))
6900 ;; Add a shell wrapper to bin
6901 (with-output-to-file exwm-executable
6902 (lambda _
6903 (format #t "#!~a ~@
6904 ~a +SI:localuser:$USER ~@
6905 exec ~a --exit-with-session ~a \"$@\" --eval '~s' ~%"
6906 (string-append (assoc-ref inputs "bash") "/bin/sh")
6907 (string-append (assoc-ref inputs "xhost") "/bin/xhost")
6908 (string-append (assoc-ref inputs "dbus") "/bin/dbus-launch")
6909 (string-append (assoc-ref inputs "emacs") "/bin/emacs")
6910 '(require 'exwmx-loader))))
6911 (chmod exwm-executable #o555)
6912 #t))))))
6913 (home-page "https://github.com/tumashu/exwm-x")
6914 (description "EXWM-X is a derivative window manager based on EXWM, with focus
6915 on mouse-control.")
6916 (license license:gpl3+)))
6917
6918 (define-public emacs-gnuplot
6919 (package
6920 (name "emacs-gnuplot")
6921 (version "0.7.0")
6922 (source
6923 (origin
6924 (method url-fetch)
6925 (uri (string-append
6926 "https://github.com/bruceravel/gnuplot-mode/archive/"
6927 version ".tar.gz"))
6928 (file-name (string-append name "-" version ".tar.gz"))
6929 (sha256
6930 (base32
6931 "0glzymrn138lwig7p4cj17x4if5jisr6l4g6wcbxisqkqgc1h01i"))))
6932 (build-system gnu-build-system)
6933 (native-inputs `(("emacs" ,emacs-minimal)))
6934 (arguments
6935 (let ((elisp-dir (string-append "/share/emacs/site-lisp/guix.d"
6936 "/gnuplot-" version)))
6937 `(#:modules ((guix build gnu-build-system)
6938 (guix build utils)
6939 (guix build emacs-utils))
6940 #:imported-modules (,@%gnu-build-system-modules
6941 (guix build emacs-utils))
6942 #:configure-flags
6943 (list (string-append "EMACS=" (assoc-ref %build-inputs "emacs")
6944 "/bin/emacs")
6945 (string-append "--with-lispdir=" %output ,elisp-dir))
6946 #:phases
6947 (modify-phases %standard-phases
6948 (add-after 'install 'generate-autoloads
6949 (lambda* (#:key outputs #:allow-other-keys)
6950 (emacs-generate-autoloads
6951 "gnuplot"
6952 (string-append (assoc-ref outputs "out") ,elisp-dir))
6953 #t))))))
6954 (home-page "https://github.com/bruceravel/gnuplot-mode")
6955 (synopsis "Emacs major mode for interacting with gnuplot")
6956 (description "@code{emacs-gnuplot} is an emacs major mode for interacting
6957 with gnuplot.")
6958 (license license:gpl2+)))
6959
6960 (define-public emacs-transpose-frame
6961 (package
6962 (name "emacs-transpose-frame")
6963 (version "0.1.0")
6964 (source
6965 (origin
6966 (method url-fetch)
6967 (uri "http://www.emacswiki.org/emacs/download/transpose-frame.el")
6968 (file-name (string-append "transpose-frame-" version ".el"))
6969 (sha256
6970 (base32
6971 "1f67yksgw9s6j0033hmqzaxx2a93jm11sd5ys7cc3li5gfh680m4"))))
6972 (build-system emacs-build-system)
6973 (home-page "https://www.emacswiki.org/emacs/TransposeFrame")
6974 (synopsis "Transpose window arrangement in current frame")
6975 (description "@code{emacs-transpose-frame} provides some interactive
6976 functions which allows users to transpose windows arrangement in currently
6977 selected frame.")
6978 (license license:bsd-2)))
6979
6980 (define-public emacs-key-chord
6981 (package
6982 (name "emacs-key-chord")
6983 (version "0.6")
6984 (source
6985 (origin
6986 (method url-fetch)
6987 (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
6988 (file-name (string-append "key-chord-" version ".el"))
6989 (sha256
6990 (base32
6991 "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
6992 (build-system emacs-build-system)
6993 (home-page "https://www.emacswiki.org/emacs/key-chord.el")
6994 (synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
6995 (description "@code{emacs-key-chord} provides @code{key-chord-mode}, a
6996 mode for binding key chords to commands. A key chord is defined as two keys
6997 pressed simultaneously or a single key quickly pressed twice.")
6998 (license license:gpl2+)))
6999
7000 (define-public emacs-evil-surround
7001 (package
7002 (name "emacs-evil-surround")
7003 (version "1.0.0")
7004 (source
7005 (origin
7006 (method url-fetch)
7007 (uri (string-append
7008 "https://github.com/timcharper/evil-surround/archive/v"
7009 version ".tar.gz"))
7010 (file-name (string-append name "-" version ".tar.gz"))
7011 (sha256
7012 (base32
7013 "0p572jgic3q1ia1nz37kclir729ay6i2f4sa7wnaapyxly2lwb3r"))))
7014 (build-system emacs-build-system)
7015 (propagated-inputs
7016 `(("emacs-evil" ,emacs-evil)))
7017 (home-page "https://github.com/timcharper/evil-surround")
7018 (synopsis "Easily modify surrounding parantheses and quotes")
7019 (description "@code{emacs-evil-surround} allows easy deletion, change and
7020 addition of surrounding pairs, such as parantheses and quotes, in evil mode.")
7021 (license license:gpl3+)))
7022
7023 (define-public emacs-evil-commentary
7024 (package
7025 (name "emacs-evil-commentary")
7026 (version "2.1.1")
7027 (source
7028 (origin
7029 (method url-fetch)
7030 (uri (string-append
7031 "https://github.com/linktohack/evil-commentary/archive/v"
7032 version ".tar.gz"))
7033 (file-name (string-append name "-" version ".tar.gz"))
7034 (sha256
7035 (base32
7036 "1jdya0i921nwskwrzdsj0vrr3m7gm49dy6f6pk9p5nxaarfxk230"))))
7037 (build-system emacs-build-system)
7038 (propagated-inputs
7039 `(("emacs-evil" ,emacs-evil)))
7040 (home-page "https://github.com/linktohack/evil-commentary")
7041 (synopsis "Comment out code in evil mode")
7042 (description "@code{emacs-evil-commentary} adds keybindings to easily
7043 comment out lines of code in evil mode. It provides @code{gcc} to comment out
7044 lines, and @code{gc} to comment out the target of a motion.")
7045 (license license:gpl3+)))
7046
7047 ;; Tests for emacs-ansi have a circular dependency with ert-runner, and
7048 ;; therefore cannot be run
7049 (define-public emacs-ansi
7050 (package
7051 (name "emacs-ansi")
7052 (version "0.4.1")
7053 (source
7054 (origin
7055 (method url-fetch)
7056 (uri (string-append "https://github.com/rejeep/ansi.el/archive/v"
7057 version ".tar.gz"))
7058 (file-name (string-append name "-" version ".tar.gz"))
7059 (sha256
7060 (base32
7061 "13jj4vbi98j3p17hs99bmy7g21jd5h4v3wpxk4pkvhylm3bfwjw8"))))
7062 (build-system emacs-build-system)
7063 (propagated-inputs
7064 `(("emacs-dash" ,emacs-dash)
7065 ("emacs-s" ,emacs-s)))
7066 (home-page "https://github.com/rejeep/ansi.el")
7067 (synopsis "Convert strings to ANSI")
7068 (description "@code{emacs-ansi} defines functions that turns simple
7069 strings to ANSI strings. Turning a string into an ANSI string can be to add
7070 color to a text, add color in the background of a text or adding a style, such
7071 as bold, underscore or italic.")
7072 (license license:gpl3+)))
7073
7074 ;; Tests for emacs-commander have a circular dependency with ert-runner, and
7075 ;; therefore cannot be run
7076 (define-public emacs-commander
7077 (package
7078 (name "emacs-commander")
7079 (version "0.7.0")
7080 (source
7081 (origin
7082 (method url-fetch)
7083 (uri (string-append "https://github.com/rejeep/commander.el/archive/v"
7084 version ".tar.gz"))
7085 (file-name (string-append name "-" version ".tar.gz"))
7086 (sha256
7087 (base32
7088 "196s2i15z7gwxa97l1wkxvjnfmj5n38wwm6d3g4zz15l2vqggc2y"))))
7089 (build-system emacs-build-system)
7090 (propagated-inputs
7091 `(("emacs-dash" ,emacs-dash)
7092 ("emacs-f" ,emacs-f)
7093 ("emacs-s" ,emacs-s)))
7094 (home-page "https://github.com/rejeep/commander.el")
7095 (synopsis "Emacs command line parser")
7096 (description "@code{emacs-commander} provides command line parsing for
7097 Emacs.")
7098 (license license:gpl3+)))
7099
7100 ;; Tests for ert-runner have a circular dependency with ecukes, and therefore
7101 ;; cannot be run
7102 (define-public emacs-ert-runner
7103 (package
7104 (name "emacs-ert-runner")
7105 (version "0.7.0")
7106 (source
7107 (origin
7108 (method url-fetch)
7109 (uri (string-append "https://github.com/rejeep/ert-runner.el/archive/v"
7110 version ".tar.gz"))
7111 (file-name (string-append name "-" version ".tar.gz"))
7112 (sha256
7113 (base32
7114 "1657nck9i96a4xgl8crfqq0s8gflzp21pkkzwg6m3z5npjxklgwp"))))
7115 (build-system emacs-build-system)
7116 (inputs
7117 `(("emacs-ansi" ,emacs-ansi)
7118 ("emacs-commander" ,emacs-commander)
7119 ("emacs-dash" ,emacs-dash)
7120 ("emacs-f" ,emacs-f)
7121 ("emacs-s" ,emacs-s)
7122 ("emacs-shut-up" ,emacs-shut-up)))
7123 (arguments
7124 `(#:phases
7125 (modify-phases %standard-phases
7126 (add-after 'install 'install-executable
7127 (lambda* (#:key inputs outputs #:allow-other-keys)
7128 (let ((out (assoc-ref outputs "out")))
7129 (substitute* "bin/ert-runner"
7130 (("ERT_RUNNER=\"\\$\\(dirname \\$\\(dirname \\$0\\)\\)")
7131 (string-append "ERT_RUNNER=\"" out
7132 "/share/emacs/site-lisp/guix.d/ert-runner-"
7133 ,version)))
7134 (install-file "bin/ert-runner" (string-append out "/bin"))
7135 (wrap-program (string-append out "/bin/ert-runner")
7136 (list "EMACSLOADPATH" ":" 'prefix
7137 (string-split (getenv "EMACSLOADPATH") #\:)))
7138 #t))))
7139 #:include (cons* "^reporters/.*\\.el$" %default-include)))
7140 (home-page "https://github.com/rejeep/ert-runner.el")
7141 (synopsis "Opinionated Ert testing workflow")
7142 (description "@code{ert-runner} is a tool for Emacs projects tested
7143 using ERT. It assumes a certain test structure setup and can therefore make
7144 running tests easier.")
7145 (license license:gpl3+)))
7146
7147 (define-public ert-runner
7148 (deprecated-package "ert-runner" emacs-ert-runner))
7149
7150 (define-public emacs-disable-mouse
7151 (package
7152 (name "emacs-disable-mouse")
7153 (version "0.2")
7154 (source
7155 (origin
7156 (method url-fetch)
7157 (uri (string-append
7158 "https://github.com/purcell/disable-mouse/archive/"
7159 version ".tar.gz"))
7160 (file-name (string-append name "-" version ".tar.gz"))
7161 (sha256
7162 (base32
7163 "0haqpq23r1wx04lsqrrg3p5visg9hx5i36dg55ab003wfsrlrzbc"))))
7164 (build-system emacs-build-system)
7165 (home-page "https://github.com/purcell/disable-mouse")
7166 (synopsis "Disable mouse commands globally")
7167 (description
7168 "Provides @code{disable-mouse-mode} and @code{global-disable-mouse-mode},
7169 pair of minor modes which suppress all mouse events by intercepting them and
7170 running a customisable handler command (@code{ignore} by default). ")
7171 (license license:gpl3+)))
7172
7173 (define-public emacs-json-reformat
7174 (package
7175 (name "emacs-json-reformat")
7176 (version "0.0.6")
7177 (source
7178 (origin
7179 (method url-fetch)
7180 (uri (string-append "https://github.com/gongo/json-reformat/archive/"
7181 version ".tar.gz"))
7182 (file-name (string-append name "-" version ".tar.gz"))
7183 (sha256
7184 (base32
7185 "11fbq4scrgr7m0iwnzcrn2g7xvqwm2gf82sa7zy1l0nil7265p28"))
7186 (patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
7187 (build-system emacs-build-system)
7188 (propagated-inputs
7189 `(("emacs-undercover" ,emacs-undercover)))
7190 (native-inputs
7191 `(("emacs-dash" ,emacs-dash)
7192 ("emacs-shut-up" ,emacs-shut-up)
7193 ("ert-runner" ,emacs-ert-runner)))
7194 (arguments
7195 `(#:tests? #t
7196 #:test-command '("ert-runner")))
7197 (home-page "https://github.com/gongo/json-reformat")
7198 (synopsis "Reformatting tool for JSON")
7199 (description "@code{json-reformat} provides a reformatting tool for
7200 @url{http://json.org/, JSON}.")
7201 (license license:gpl3+)))
7202
7203 (define-public emacs-json-snatcher
7204 (package
7205 (name "emacs-json-snatcher")
7206 (version "1.0.0")
7207 (source
7208 (origin
7209 (method url-fetch)
7210 (uri (string-append "https://github.com/Sterlingg/json-snatcher/archive/"
7211 version ".tar.gz"))
7212 (file-name (string-append name "-" version ".tar.gz"))
7213 (sha256
7214 (base32
7215 "1nfiwsifpdiz0lbrqa77nl0crnfrv5h85ans9b0g5rggnmyshcfb"))))
7216 (build-system emacs-build-system)
7217 (home-page "https://github.com/sterlingg/json-snatcher")
7218 (synopsis "Grabs the path to JSON values in a JSON file")
7219 (description "@code{emacs-json-snatcher} grabs the path to JSON values in
7220 a @url{http://json.org/, JSON} file.")
7221 (license license:gpl3+)))
7222
7223 (define-public emacs-json-mode
7224 (package
7225 (name "emacs-json-mode")
7226 (version "1.7.0")
7227 (source
7228 (origin
7229 (method url-fetch)
7230 (uri (string-append "https://github.com/joshwnj/json-mode/archive/"
7231 "v" version ".tar.gz"))
7232 (file-name (string-append name "-" version ".tar.gz"))
7233 (sha256
7234 (base32
7235 "06h45p4cn767pk9sqi2zb1c65wy5gyyijqxzpglp80zwxhvajdz5"))))
7236 (build-system emacs-build-system)
7237 (propagated-inputs
7238 `(("emacs-json-reformat" ,emacs-json-reformat)
7239 ("emacs-json-snatcher" ,emacs-json-snatcher)))
7240 (home-page "https://github.com/joshwnj/json-mode")
7241 (synopsis "Major mode for editing JSON files")
7242 (description "@code{json-mode} extends the builtin js-mode syntax
7243 highlighting.")
7244 (license license:gpl3+)))
7245
7246 (define-public emacs-restclient
7247 (let ((commit "07a3888bb36d0e29608142ebe743b4362b800f40")
7248 (revision "1")) ;Guix package revision,
7249 ;upstream doesn't have official releases
7250 (package
7251 (name "emacs-restclient")
7252 (version (string-append revision "."
7253 (string-take commit 7)))
7254 (source (origin
7255 (method git-fetch)
7256 (uri (git-reference
7257 (url "https://github.com/pashky/restclient.el.git")
7258 (commit commit)))
7259 (sha256
7260 (base32
7261 "00lmjhb5im1kgrp54yipf1h9pshxzgjlg71yf2rq5n973gvb0w0q"))
7262 (file-name (git-file-name name version))))
7263 (build-system emacs-build-system)
7264 (propagated-inputs
7265 `(("emacs-helm" ,emacs-helm)))
7266 (home-page "https://github.com/pashky/restclient.el")
7267 (synopsis "Explore and test HTTP REST webservices")
7268 (description
7269 "This tool allows for testing and exploration of HTTP REST Web services
7270 from within Emacs. Restclient runs queries from a plan-text query sheet,
7271 displays results pretty-printed in XML or JSON with @code{restclient-mode}")
7272 (license license:public-domain))))
7273
7274 (define-public emacs-eimp
7275 (let ((version "1.4.0")
7276 (commit "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f")
7277 (revision "1"))
7278 (package
7279 (name "emacs-eimp")
7280 (version (git-version version revision commit))
7281 (source
7282 (origin
7283 (method git-fetch)
7284 (uri (git-reference
7285 (url "https://github.com/nicferrier/eimp.git")
7286 (commit commit)))
7287 (file-name (git-file-name name version))
7288 (sha256
7289 (base32
7290 "154d57yafxbcf39r89n5j43c86rp2fki3lw3gwy7ww2g6qkclcra"))))
7291 (build-system emacs-build-system)
7292 (arguments
7293 `(#:phases
7294 (modify-phases %standard-phases
7295 (add-after 'unpack 'configure
7296 (lambda* (#:key inputs #:allow-other-keys)
7297 (let ((imagemagick (assoc-ref inputs "imagemagick")))
7298 ;; eimp.el is read-only in git.
7299 (chmod "eimp.el" #o644)
7300 (emacs-substitute-variables "eimp.el"
7301 ("eimp-mogrify-program"
7302 (string-append imagemagick "/bin/mogrify"))))
7303 #t)))))
7304 (inputs
7305 `(("imagemagick" ,imagemagick)))
7306 (home-page "https://github.com/nicferrier/eimp")
7307 (synopsis "Interactive image manipulation utility for Emacs")
7308 (description "@code{emacs-eimp} allows interactive image manipulation
7309 from within Emacs. It uses the code@{mogrify} utility from ImageMagick to do
7310 the actual transformations.")
7311 (license license:gpl2+))))
7312
7313 (define-public emacs-dired-hacks
7314 (let ((commit "eda68006ce73bbf6b9b995bfd70d08bec8cade36")
7315 (revision "1"))
7316 (package
7317 (name "emacs-dired-hacks")
7318 (version (string-append "0.0.1-" revision "."
7319 (string-take commit 7)))
7320 (source (origin
7321 (method git-fetch)
7322 (uri (git-reference
7323 (url "https://github.com/Fuco1/dired-hacks.git")
7324 (commit commit)))
7325 (file-name (string-append name "-" version "-checkout"))
7326 (sha256
7327 (base32
7328 "1w7ssl9zssn5rcha6apf4h8drkd02k4xgvs203bdbqyqp9wz9brx"))))
7329 (build-system emacs-build-system)
7330 (propagated-inputs
7331 `(("emacs-dash" ,emacs-dash)
7332 ("emacs-eimp" ,emacs-eimp)
7333 ("emacs-f" ,emacs-f)
7334 ("emacs-s" ,emacs-s)))
7335 (home-page "https://github.com/Fuco1/dired-hacks")
7336 (synopsis
7337 "Collection of useful dired additions")
7338 (description
7339 "Collection of Emacs dired mode additions:
7340 @itemize
7341 @item dired-avfs
7342 @item dired-columns
7343 @item dired-filter
7344 @item dired-hacks-utils
7345 @item dired-images
7346 @item dired-list
7347 @item dired-narrow
7348 @item dired-open
7349 @item dired-rainbow
7350 @item dired-ranger
7351 @item dired-subtree
7352 @item dired-tagsistant
7353 @end itemize\n")
7354 (license license:gpl3+))))
7355
7356 (define-public emacs-dired-sidebar
7357 (let ((commit "06bd0d40bab812c61a668129daf29ba359424454")
7358 (revision "0"))
7359 (package
7360 (name "emacs-dired-sidebar")
7361 (home-page "https://github.com/jojojames/dired-sidebar")
7362 (version (git-version "0.0.1" revision commit))
7363 (source (origin
7364 (method git-fetch)
7365 (uri (git-reference (url home-page) (commit commit)))
7366 (sha256
7367 (base32
7368 "0lvwvq6sl80sha9fq5m4568sg534dhmifyjqw75bqddcbf3by84x"))))
7369 (build-system emacs-build-system)
7370 (propagated-inputs
7371 `(("emacs-dired-subtree" ,emacs-dired-hacks)))
7372 (synopsis "Sidebar for Emacs using Dired")
7373 (description
7374 "This package provides a sidebar for Emacs similar to @code{NeoTree}
7375 or @code{treemacs}, but leveraging @code{Dired} to do the job of display.")
7376 (license license:gpl3+))))
7377
7378 (define-public emacs-which-key
7379 (package
7380 (name "emacs-which-key")
7381 (version "3.3.0")
7382 (source
7383 (origin
7384 (method url-fetch)
7385 (uri (string-append
7386 "https://github.com/justbur/emacs-which-key/archive/v"
7387 version ".tar.gz"))
7388 (sha256
7389 (base32
7390 "1lsj314111cp2hjjwnv3f46ws1za6bm39rgy3l19044xf6a68j5w"))
7391 (file-name (string-append name "-" version ".tar.gz"))))
7392 (build-system emacs-build-system)
7393 (arguments
7394 `(#:tests? #t
7395 #:test-command '("emacs" "--batch"
7396 "-l" "which-key-tests.el"
7397 "-f" "ert-run-tests-batch-and-exit")))
7398 (home-page "https://github.com/justbur/emacs-which-key")
7399 (synopsis "Display available key bindings in popup")
7400 (description
7401 "@code{emacs-which-key} is a minor mode for Emacs that displays the key
7402 bindings following your currently entered incomplete command (a prefix) in a
7403 popup. For example, after enabling the minor mode if you enter C-x and wait
7404 for the default of 1 second, the minibuffer will expand with all of the
7405 available key bindings that follow C-x (or as many as space allows given your
7406 settings).")
7407 (license license:gpl3+)))
7408
7409 (define-public emacs-ws-butler
7410 (package
7411 (name "emacs-ws-butler")
7412 (version "0.6")
7413 (source (origin
7414 (method git-fetch)
7415 (uri (git-reference
7416 (url "https://github.com/lewang/ws-butler.git")
7417 (commit "323b651dd70ee40a25accc940b8f80c3a3185205")))
7418 (file-name (string-append name "-" version "-checkout"))
7419 (sha256
7420 (base32
7421 "1a4b0lsmwq84qfx51c5xy4fryhb1ysld4fhgw2vr37izf53379sb"))))
7422 (build-system emacs-build-system)
7423 (native-inputs
7424 `(("ert-runner" ,emacs-ert-runner)))
7425 (arguments
7426 `(#:tests? #t
7427 #:test-command '("ert-runner" "tests")))
7428 (home-page "https://github.com/lewang/ws-butler")
7429 (synopsis "Trim spaces from end of lines")
7430 (description
7431 "This Emacs package automatically and unobtrusively trims whitespace
7432 characters from end of lines.")
7433 (license license:gpl3+)))
7434
7435 (define-public emacs-org-edit-latex
7436 (package
7437 (name "emacs-org-edit-latex")
7438 (version "0.8.0")
7439 (source
7440 (origin
7441 (method url-fetch)
7442 (uri (string-append
7443 "https://github.com/et2010/org-edit-latex/archive/v"
7444 version ".tar.gz"))
7445 (file-name (string-append name "-" version ".tar.gz"))
7446 (sha256
7447 (base32
7448 "1y4h6wrs8286h9pbsv4d8fr67a885vz8b2k80qgv5qddipi2i78p"))))
7449 (build-system emacs-build-system)
7450 (propagated-inputs
7451 `(("emacs-auctex" ,emacs-auctex)
7452 ;; The version of org in Emacs 25.2 is not sufficient, because the
7453 ;; `org-latex-make-preamble' function is required.
7454 ("emacs-org" ,emacs-org)))
7455 (home-page "https://github.com/et2010/org-edit-latex")
7456 (synopsis "Edit a latex fragment just like editing a src block")
7457 (description "@code{emacs-org-edit-latex} is an extension for org-mode.
7458 It lets you edit a latex fragment in a dedicated buffer just like editing a
7459 src block.")
7460 (license license:gpl3+)))
7461
7462 (define-public emacs-emamux
7463 (package
7464 (name "emacs-emamux")
7465 (version "0.14")
7466 (source (origin
7467 (method url-fetch)
7468 (uri (string-append
7469 "https://github.com/syohex/emacs-emamux/archive/"
7470 version ".tar.gz"))
7471 (file-name (string-append name "-" version ".tar.gz"))
7472 (sha256
7473 (base32
7474 "0wlqg4icy037bj70b0qmhvwvmiwhagpnx6pnxhq6gzy1hvwlilkx"))))
7475 (build-system emacs-build-system)
7476 (home-page "https://github.com/syohex/emacs-emamux")
7477 (synopsis "Manipulate Tmux from Emacs")
7478 (description
7479 "@code{emacs-emamux} lets Emacs interact with the @code{tmux} terminal
7480 multiplexer.")
7481 (license license:gpl3+)))
7482
7483 (define-public emacs-rpm-spec-mode
7484 (package
7485 (name "emacs-rpm-spec-mode")
7486 (version "0.16")
7487 (source
7488 (origin
7489 (method url-fetch)
7490 ;; URI has the Fedora release number instead of the version
7491 ;; number. This will have to updated manually every new release.
7492 (uri (string-append
7493 "https://src.fedoraproject.org/cgit/rpms"
7494 "/emacs-rpm-spec-mode.git/snapshot"
7495 "/emacs-rpm-spec-mode-f26.tar.gz"))
7496 (sha256
7497 (base32
7498 "17dz80lhjrc89fj17pysl8slahzrqdkxgcjdk55zls6jizkr6kz3"))))
7499 (build-system emacs-build-system)
7500 (home-page "http://pkgs.fedoraproject.org/cgit/rpms/emacs-rpm-spec-mode.git")
7501 (synopsis "Emacs major mode for editing RPM spec files")
7502 (description "@code{emacs-rpm-spec-mode} provides an Emacs major mode for
7503 editing RPM spec files.")
7504 (license license:gpl2+)))
7505
7506 (define-public emacs-git-messenger
7507 (package
7508 (name "emacs-git-messenger")
7509 (version "0.18")
7510 (source
7511 (origin
7512 (method url-fetch)
7513 (uri (string-append
7514 "https://github.com/syohex/emacs-git-messenger/archive/"
7515 version ".tar.gz"))
7516 (file-name (string-append name "-" version ".tar.gz"))
7517 (sha256
7518 (base32
7519 "17mqki6g0wx46fn7dcbcc2pjxik7vvrcb1j9jzxim8b9psbsbnp9"))))
7520 (build-system emacs-build-system)
7521 (propagated-inputs
7522 `(("emacs-popup" ,emacs-popup)))
7523 (arguments
7524 `(#:tests? #t
7525 #:test-command '("emacs" "--batch" "-l" "test/test.el"
7526 "-f" "ert-run-tests-batch-and-exit")))
7527 (home-page "https://github.com/syohex/emacs-git-messenger")
7528 (synopsis "Popup commit message at current line")
7529 (description "@code{emacs-git-messenger} provides
7530 @code{git-messenger:popup-message}, a function that when called, will popup
7531 the last git commit message for the current line. This uses git-blame
7532 internally.")
7533 (license license:gpl3+)))
7534
7535 (define-public emacs-gitpatch
7536 (package
7537 (name "emacs-gitpatch")
7538 (version "0.5.0")
7539 (source
7540 (origin
7541 (method url-fetch)
7542 (uri (string-append "https://github.com/tumashu/gitpatch/archive/"
7543 "v" version ".tar.gz"))
7544 (file-name (string-append name "-" version ".tar.gz"))
7545 (sha256
7546 (base32
7547 "1yj6pmic541lcnscjin300k380qp9xdfprs55xg1q57jrkq6f6k7"))))
7548 (build-system emacs-build-system)
7549 (home-page "https://github.com/tumashu/gitpatch")
7550 (synopsis "Mail git patch from Emacs")
7551 (description "@code{emacs-gitpatch} lets users easily send git patches,
7552 created by @code{git format-patch}, from @code{magit}, @code{dired} and
7553 @code{ibuffer} buffers.")
7554 (license license:gpl3+)))
7555
7556 (define-public emacs-erc-hl-nicks
7557 (package
7558 (name "emacs-erc-hl-nicks")
7559 (version "1.3.3")
7560 (source
7561 (origin
7562 (method url-fetch)
7563 (uri (string-append "https://github.com/leathekd/erc-hl-nicks"
7564 "/archive/" version ".tar.gz"))
7565 (file-name (string-append name "-" version ".tar.gz"))
7566 (sha256
7567 (base32
7568 "1a1r2kc3688g8c2ybkpwh88kgmnqhg3h3032g2yn4zr9m0n3vpkr"))))
7569 (build-system emacs-build-system)
7570 (synopsis "Nickname highlighting for Emacs ERC")
7571 (description "@code{erc-hl-nicks} highlights nicknames in ERC, an IRC
7572 client for Emacs. The main features are:
7573 @itemize
7574 @item Auto-colorizes nicknames without having to specify colors
7575 @item Ignores certain characters that IRC clients add to nicknames to avoid
7576 duplicates (nickname, nickname’, nickname\", etc.)
7577 @item Attempts to produce colors with a sufficient amount of contrast between
7578 the nick color and the background color
7579 @end itemize\n")
7580 (home-page "https://github.com/leathekd/erc-hl-nicks")
7581 (license license:gpl3+)))
7582
7583 (define-public emacs-engine-mode
7584 (package
7585 (name "emacs-engine-mode")
7586 (version "2.0.0")
7587 (source
7588 (origin
7589 (method url-fetch)
7590 (uri (string-append "https://github.com/hrs/engine-mode/archive/"
7591 "v" version ".tar.gz"))
7592 (file-name (string-append name "-" version ".tar.gz"))
7593 (sha256
7594 (base32
7595 "1vm4p7pcp1vnwwxvps1bhm7i7hkabqqxl898knxf2hqvxys76684"))))
7596 (build-system emacs-build-system)
7597 (synopsis "Minor mode for defining and querying search engines")
7598 (description "@code{engine-mode} is a global minor mode for Emacs. It
7599 enables you to easily define search engines, bind them to keybindings, and
7600 query them from the comfort of your editor.")
7601 (home-page "https://github.com/hrs/engine-mode")
7602 (license license:gpl3+)))
7603
7604 (define-public emacs-prop-menu
7605 (package
7606 (name "emacs-prop-menu")
7607 (version "0.1.2")
7608 (source
7609 (origin
7610 (method url-fetch)
7611 (uri (string-append
7612 "http://stable.melpa.org/packages/prop-menu-"
7613 version ".el"))
7614 (sha256
7615 (base32
7616 "01bk4sjafzz7gqrkv9jg0pa85qr34vbk3q8ga2b0m61bndywzgpr"))))
7617 (build-system emacs-build-system)
7618 (home-page
7619 "https://github.com/david-christiansen/prop-menu-el")
7620 (synopsis
7621 "Create and display a context menu based on text and overlay properties")
7622 (description
7623 "This is a library for computing context menus based on text
7624 properties and overlays. The intended use is to have tools that
7625 annotate source code and others that use these annotations, without
7626 requiring a direct coupling between them, but maintaining
7627 discoverability.
7628
7629 Major modes that wish to use this library should first define an
7630 appropriate value for @code{prop-menu-item-functions}. Then, they should
7631 bind @code{prop-menu-by-completing-read} to an appropriate
7632 key. Optionally, a mouse pop-up can be added by binding
7633 @code{prop-menu-show-menu} to a mouse event.")
7634 (license license:gpl3+)))
7635
7636 (define-public emacs-idris-mode
7637 (package
7638 (name "emacs-idris-mode")
7639 (version "0.9.19")
7640 (source
7641 (origin
7642 (method url-fetch)
7643 (uri (string-append
7644 "http://stable.melpa.org/packages/idris-mode-"
7645 version ".tar"))
7646 (sha256
7647 (base32
7648 "02r1qqsxi6qk7q4cj6a6pygbj856dcw9vcmhfh0ib92j41v77q6y"))))
7649 (build-system emacs-build-system)
7650 (propagated-inputs
7651 `(("emacs-prop-menu" ,emacs-prop-menu)))
7652 (home-page
7653 "https://github.com/idris-hackers/idris-mode")
7654 (synopsis "Major mode for editing Idris code")
7655 (description
7656 "This is an Emacs mode for editing Idris code. It requires the latest
7657 version of Idris, and some features may rely on the latest Git version of
7658 Idris.")
7659 (license license:gpl3+)))
7660
7661 (define-public emacs-browse-at-remote
7662 (package
7663 (name "emacs-browse-at-remote")
7664 (version "0.10.0")
7665 (source
7666 (origin
7667 (method url-fetch)
7668 (uri (string-append
7669 "https://github.com/rmuslimov/browse-at-remote/archive/"
7670 version ".tar.gz"))
7671 (file-name (string-append name "-" version ".tar.gz"))
7672 (sha256
7673 (base32
7674 "0ymslsp6i1naw25zckv25bf4aaq6qwkbkn95qyzlwg869l802686"))))
7675 (build-system emacs-build-system)
7676 (propagated-inputs
7677 `(("emacs-f" ,emacs-f)
7678 ("emacs-s" ,emacs-s)))
7679 (native-inputs
7680 `(("ert-runner" ,emacs-ert-runner)))
7681 (arguments
7682 `(#:tests? #t
7683 #:test-command '("ert-runner")))
7684 (home-page "https://github.com/rmuslimov/browse-at-remote")
7685 (synopsis "Open github/gitlab/bitbucket/stash page from Emacs")
7686 (description
7687 "This Emacs package allows you to open a target page on
7688 github/gitlab (or bitbucket) by calling @code{browse-at-remote} command.
7689 It supports dired buffers and opens them in tree mode at destination.")
7690 (license license:gpl3+)))
7691
7692 (define-public emacs-tiny
7693 (package
7694 (name "emacs-tiny")
7695 (version "0.2.1")
7696 (source
7697 (origin
7698 (method url-fetch)
7699 (uri (string-append "http://elpa.gnu.org/packages/tiny-" version ".tar"))
7700 (sha256
7701 (base32
7702 "1cr73a8gba549ja55x0c2s554f3zywf69zbnd7v82jz5q1k9wd2v"))))
7703 (build-system emacs-build-system)
7704 (home-page "https://github.com/abo-abo/tiny")
7705 (synopsis "Quickly generate linear ranges in Emacs")
7706 (description
7707 "The main command of the @code{tiny} extension for Emacs is @code{tiny-expand}.
7708 It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp
7709 proficiency is an advantage, since you can transform your numeric range with
7710 an elisp expression.")
7711 (license license:gpl3+)))
7712
7713 (define-public emacs-emojify
7714 (package
7715 (name "emacs-emojify")
7716 (version "0.4")
7717 (source
7718 (origin
7719 (method url-fetch)
7720 (uri (string-append "https://github.com/iqbalansari/emacs-emojify/"
7721 "releases/download/v" version "/emojify-"
7722 version ".tar"))
7723 (sha256
7724 (base32
7725 "0k84v2d2bkiwcky9fi1yyprgkj46g7wh6pyl9gzmcd7sqv051d5n"))))
7726 (build-system emacs-build-system)
7727 (arguments
7728 `(#:phases
7729 (modify-phases %standard-phases
7730 (add-after 'install 'install-data
7731 (lambda* (#:key outputs #:allow-other-keys)
7732 (copy-recursively "data"
7733 (string-append (assoc-ref outputs "out")
7734 "/share/emacs/site-lisp/guix.d/"
7735 "emojify-" ,version "/data"))
7736 #t)))))
7737 (propagated-inputs
7738 `(("emacs-ht" ,emacs-ht)))
7739 (home-page "https://github.com/iqbalansari/emacs-emojify")
7740 (synopsis "Display emojis in Emacs")
7741 (description "This package displays emojis in Emacs similar to how Github,
7742 Slack, and other websites do. It can display plain ASCII like @code{:)} as
7743 well as Github-style emojis like @code{:smile:}. It provides a minor mode
7744 @code{emojify-mode} to enable the display of emojis in a buffer.")
7745 (license license:gpl3+)))
7746
7747 (define-public emacs-websocket
7748 (package
7749 (name "emacs-websocket")
7750 (version "1.10")
7751 (source
7752 (origin
7753 (method git-fetch)
7754 (uri (git-reference
7755 (url "https://github.com/ahyatt/emacs-websocket.git")
7756 (commit version)))
7757 (file-name (string-append name "-" version "-checkout"))
7758 (sha256
7759 (base32
7760 "1dgrf7na6r6mmkknphzshlbd5fnzisg0qn0j7vfpa38wgsymaq52"))))
7761 (build-system emacs-build-system)
7762 (home-page "http://elpa.gnu.org/packages/websocket.html")
7763 (synopsis "Emacs WebSocket client and server")
7764 (description "This is an Elisp library for WebSocket clients to talk to
7765 WebSocket servers, and for WebSocket servers to accept connections from
7766 WebSocket clients. This library is designed to be used by other library
7767 writers, to write applications that use WebSockets, and is not useful by
7768 itself.")
7769 (license license:gpl3+)))
7770
7771 (define-public emacs-oauth2
7772 (package
7773 (name "emacs-oauth2")
7774 (version "0.11")
7775 (source
7776 (origin
7777 (method url-fetch)
7778 (uri (string-append "https://elpa.gnu.org/packages/oauth2-"
7779 version ".el"))
7780 (sha256
7781 (base32
7782 "0ydkc9jazsnbbvfhd47mql52y7k06n3z7r0naqxkwb99j9blqsmp"))))
7783 (build-system emacs-build-system)
7784 (home-page "http://elpa.gnu.org/packages/oauth2.html")
7785 (synopsis "OAuth 2.0 authorization protocol implementation")
7786 (description
7787 "This package provides an Elisp implementation of the OAuth 2.0 draft.
7788 The main entry point is @code{oauth2-auth-and-store} which will return a token
7789 structure. This token structure can be then used with
7790 @code{oauth2-url-retrieve-synchronously} or @code{oauth2-url-retrieve} to
7791 retrieve any data that need OAuth authentication to be accessed. If the token
7792 needs to be refreshed, the code handles it automatically and stores the new
7793 value of the access token.")
7794 (license license:gpl3+)))
7795
7796 (define-public emacs-circe
7797 (package
7798 (name "emacs-circe")
7799 (version "2.10")
7800 (source
7801 (origin
7802 (method git-fetch)
7803 (uri (git-reference
7804 (url "https://github.com/jorgenschaefer/circe.git")
7805 (commit (string-append "v" version))))
7806 (file-name (git-file-name name version))
7807 (sha256
7808 (base32
7809 "10gi14kwxd81blddpvqh95lgmpbfgp0m955naxix3bs3r6a75n4s"))))
7810 (build-system emacs-build-system)
7811 ;; In order to securely connect to an IRC server using TLS, Circe requires
7812 ;; the GnuTLS binary.
7813 (propagated-inputs
7814 `(("gnutls" ,gnutls)))
7815 (home-page "https://github.com/jorgenschaefer/circe")
7816 (synopsis "Client for IRC in Emacs")
7817 (description "Circe is a Client for IRC in Emacs. It integrates well with
7818 the rest of the editor, using standard Emacs key bindings and indicating
7819 activity in channels in the status bar so it stays out of your way unless you
7820 want to use it.")
7821 (license license:gpl3+)))
7822
7823 (define-public emacs-tracking
7824 (package
7825 (inherit emacs-circe)
7826 (name "emacs-tracking")
7827 (arguments
7828 ;; "tracking.el" is a library extracted from Circe package. It requires
7829 ;; "shorten.el".
7830 `(#:include '("^shorten.el$" "^tracking.el$")
7831 #:tests? #f)) ;tests require buttercup
7832 (home-page "https://github.com/jorgenschaefer/circe/wiki/Tracking")
7833 (synopsis "Buffer tracking library")
7834 (description "@code{tracking.el} provides a way for different modes to
7835 notify the user that a buffer needs attention. The user then can cycle
7836 through them using @key{C-c C-SPC}.")
7837 (license license:gpl3+)))
7838
7839 (define-public emacs-slack
7840 (let ((commit "99a57501629a0329a9ca090c1ea1296462eda02d")
7841 (revision "5"))
7842 (package
7843 (name "emacs-slack")
7844 (version (git-version "0.0.2" revision commit))
7845 (source (origin
7846 (method git-fetch)
7847 (uri (git-reference
7848 (url "https://github.com/yuya373/emacs-slack.git")
7849 (commit commit)))
7850 (file-name (git-file-name name commit))
7851 (sha256
7852 (base32
7853 "0jw1diypfw8pmzkq0napgxmfc0gqka7zcccgnw359604lr30k2z2"))))
7854 (build-system emacs-build-system)
7855 (propagated-inputs
7856 `(("emacs-alert" ,emacs-alert)
7857 ("emacs-emojify" ,emacs-emojify)
7858 ("emacs-helm" ,emacs-helm)
7859 ("emacs-request" ,emacs-request)
7860 ("emacs-websocket" ,emacs-websocket)
7861 ("emacs-oauth2" ,emacs-oauth2)
7862 ("emacs-circe" ,emacs-circe)))
7863 (home-page "https://github.com/yuya373/emacs-slack")
7864 (synopsis "Slack client for Emacs")
7865 (description "This package provides an Emacs client for the Slack
7866 messaging service.")
7867 (license license:gpl3+))))
7868
7869 (define-public emacs-bash-completion
7870 (package
7871 (name "emacs-bash-completion")
7872 (version "2.1.0")
7873 (source
7874 (origin
7875 (method url-fetch)
7876 (uri (string-append
7877 "https://github.com/szermatt/emacs-bash-completion/archive/v"
7878 version ".tar.gz"))
7879 (file-name (string-append name "-" version ".tar.gz"))
7880 (sha256
7881 (base32
7882 "1z0qck3v3ra6ivacn8n04w1v33a4xn01xx860761q31qzsv3sksq"))))
7883 (inputs `(("bash" ,bash)))
7884 (build-system emacs-build-system)
7885 (arguments
7886 `(#:phases
7887 (modify-phases %standard-phases
7888 (add-before 'install 'configure
7889 (lambda* (#:key inputs #:allow-other-keys)
7890 (let ((bash (assoc-ref inputs "bash")))
7891 (emacs-substitute-variables "bash-completion.el"
7892 ("bash-completion-prog" (string-append bash "/bin/bash"))))
7893 #t)))))
7894 (home-page "https://github.com/szermatt/emacs-bash-completion")
7895 (synopsis "Bash completion for the shell buffer")
7896 (description
7897 "@code{bash-completion} defines dynamic completion hooks for shell-mode
7898 and shell-command prompts that are based on Bash completion.")
7899 (license license:gpl2+)))
7900
7901 (define-public emacs-easy-kill
7902 (package
7903 (name "emacs-easy-kill")
7904 (version "0.9.3")
7905 (source (origin
7906 (method url-fetch)
7907 (uri (string-append "https://elpa.gnu.org/packages/easy-kill-"
7908 version ".tar"))
7909 (sha256
7910 (base32
7911 "17nw0mglmg877axwg1d0gs03yc0p04lzmd3pl0nsnqbh3303fnqb"))))
7912 (build-system emacs-build-system)
7913 (home-page "https://github.com/leoliu/easy-kill")
7914 (synopsis "Kill and mark things easily in Emacs")
7915 (description
7916 "This package provides commands @code{easy-kill} and @code{easy-mark} to
7917 let users kill or mark things easily.")
7918 (license license:gpl3+)))
7919
7920 (define-public emacs-csv-mode
7921 (package
7922 (name "emacs-csv-mode")
7923 (version "1.7")
7924 (source
7925 (origin
7926 (method url-fetch)
7927 (uri (string-append "http://elpa.gnu.org/packages/csv-mode-"
7928 version ".el"))
7929 (sha256
7930 (base32
7931 "0r4bip0w3h55i8h6sxh06czf294mrhavybz0zypzrjw91m1bi7z6"))))
7932 (build-system emacs-build-system)
7933 (home-page
7934 "http://elpa.gnu.org/packages/csv-mode.html")
7935 (synopsis
7936 "Major mode for editing comma/char separated values")
7937 (description
7938 "This Emacs package implements CSV mode, a major mode for editing records
7939 in a generalized CSV (character-separated values) format.")
7940 (license license:gpl3+)))
7941
7942 (define-public emacs-transmission
7943 (package
7944 (name "emacs-transmission")
7945 (version "0.12.1")
7946 (source (origin
7947 (method url-fetch)
7948 (uri (string-append
7949 "https://github.com/holomorph/transmission/archive/"
7950 version ".tar.gz"))
7951 (file-name (string-append name "-" version ".tar.gz"))
7952 (sha256
7953 (base32
7954 "1rrlgn96gi1ljfwbwvlyyxbq75xzamlbdhq1bpyadxxmxcvlmk3n"))))
7955 (build-system emacs-build-system)
7956 (home-page "https://github.com/holomorph/transmission")
7957 (synopsis "Emacs interface to a Transmission session")
7958 (description "This package provides an Emacs interface to interact with a
7959 running session of the Transmission Bittorrent client.
7960
7961 Features:
7962
7963 @itemize
7964 @item List, add, start/stop, verify, remove torrents.
7965 @item Set speed limits, ratio limits, bandwidth priorities, trackers.
7966 @item Navigate to the corresponding file list, torrent info, peer info
7967 contexts.
7968 @item Toggle downloading and set priorities for individual files.
7969 @end itemize\n")
7970 (license license:gpl3+)))
7971
7972 (define-public emacs-polymode
7973 (package
7974 (name "emacs-polymode")
7975 (version "0.1.5")
7976 (source (origin
7977 (method git-fetch)
7978 (uri (git-reference
7979 (url "https://github.com/vspinu/polymode.git")
7980 (commit (string-append "v" version))))
7981 (file-name (git-file-name name version))
7982 (sha256
7983 (base32
7984 "0wwphs54jx48a3ca6x1qaz56j3j9bg4mv8g2akkffrzbdcb8sbc7"))))
7985 (build-system emacs-build-system)
7986 (arguments
7987 `(#:include (cons* "^modes/.*\\.el$" %default-include)
7988 #:phases
7989 (modify-phases %standard-phases
7990 (add-after 'set-emacs-load-path 'add-modes-subdir-to-load-path
7991 (lambda _
7992 (setenv "EMACSLOADPATH"
7993 (string-append (getenv "EMACSLOADPATH")
7994 ":" (getcwd) "/modes" ":")))))))
7995 (home-page "https://github.com/vspinu/polymode")
7996 (synopsis "Framework for multiple Emacs modes based on indirect buffers")
7997 (description "Polymode is an Emacs package that offers generic support
7998 for multiple major modes inside a single Emacs buffer. It is lightweight,
7999 object oriented and highly extensible. Creating a new polymode typically
8000 takes only a few lines of code. Polymode also provides extensible facilities
8001 for external literate programming tools for exporting, weaving and tangling.")
8002 (license license:gpl3+)))
8003
8004 (define-public emacs-polymode-ansible
8005 (let ((commit "b26094d029e25dc797b94254f797e7807a57e4c8"))
8006 (package
8007 (name "emacs-polymode-ansible")
8008 ;; No upstream version release yet.
8009 (version (git-version "0.1" "1" commit))
8010 (source
8011 (origin
8012 (method git-fetch)
8013 (uri (git-reference
8014 (url "https://gitlab.com/mavit/poly-ansible")
8015 (commit commit)))
8016 (file-name (git-file-name name version))
8017 (sha256
8018 (base32
8019 "055shddqibib3hx2ykwdz910nrqws40cd407mq946l2bf6v87gj6"))))
8020 (build-system emacs-build-system)
8021 (propagated-inputs
8022 `(("emacs-ansible-doc" ,emacs-ansible-doc)
8023 ("emacs-jinja2-mode" ,emacs-jinja2-mode)
8024 ("emacs-polymode" ,emacs-polymode)
8025 ("emacs-yaml-mode" ,emacs-yaml-mode)))
8026 (properties '((upstream-name . "poly-ansible")))
8027 (home-page "https://gitlab.com/mavit/poly-ansible/")
8028 (synopsis "Polymode for Ansible - Jinja2 in YAML")
8029 (description
8030 "Edit YAML files for Ansible containing embedded Jinja2 templating.")
8031 (license license:gpl3+))))
8032
8033 (define-public eless
8034 (package
8035 (name "eless")
8036 (version "0.3")
8037 (source (origin
8038 (method url-fetch)
8039 (uri (string-append
8040 "https://github.com/kaushalmodi/eless/archive/"
8041 "v" version ".tar.gz"))
8042 (file-name (string-append name "-" version ".tar.gz"))
8043 (sha256
8044 (base32
8045 "0gjnnhgw5xs1w3qfnkvwa2nv44gnxr8pkhx3c7qig45p8nh1461h"))))
8046 (build-system trivial-build-system)
8047 (inputs
8048 `(("bash" ,bash)))
8049 (native-inputs
8050 `(("tar" ,tar)
8051 ("gzip" ,gzip)))
8052 (arguments
8053 `(#:modules ((guix build utils))
8054 #:builder
8055 (begin
8056 (use-modules (guix build utils))
8057 (setenv "PATH" (string-append
8058 (assoc-ref %build-inputs "tar") "/bin" ":"
8059 (assoc-ref %build-inputs "gzip") "/bin"))
8060 (invoke "tar" "xvf" (assoc-ref %build-inputs "source"))
8061 (chdir (string-append "eless" "-" ,version))
8062 (substitute* "eless" (("/usr/bin/env bash")
8063 (string-append (assoc-ref %build-inputs "bash")
8064 "/bin/bash")))
8065 (install-file "eless" (string-append %output "/bin"))
8066 (install-file "doc/eless.info" (string-append %output "/share/info"))
8067 #t)))
8068 (home-page "https://github.com/kaushalmodi/eless")
8069 (synopsis "Use Emacs as a paginator")
8070 (description "@code{eless} provides a combination of Bash script
8071 and a minimal Emacs view-mode.
8072
8073 Feautures:
8074
8075 @itemize
8076 @item Independent of a user’s Emacs config.
8077 @item Customizable via the @code{(locate-user-emacs-file \"elesscfg\")} config.
8078 @item Not require an Emacs server to be already running.
8079 @item Syntax highlighting.
8080 @item Org-mode file rendering.
8081 @item @code{man} page viewer.
8082 @item Info viewer.
8083 @item Dired, wdired, (batch edit symbolic links).
8084 @item Colored diffs, git diff, git log, ls with auto ANSI detection.
8085 @item Filter log files lines matching a regexp.
8086 @item Auto-revert log files similar to @code{tail -f}.
8087 @item Quickly change frame and font sizes.
8088 @end itemize\n")
8089 (license license:expat)))
8090
8091 (define-public emacs-evil-matchit
8092 (package
8093 (name "emacs-evil-matchit")
8094 (version "2.2.6")
8095 (source
8096 (origin
8097 (method url-fetch)
8098 (uri (string-append
8099 "https://github.com/redguardtoo/evil-matchit/archive/"
8100 version ".tar.gz"))
8101 (file-name (string-append name "-" version ".tar.gz"))
8102 (sha256
8103 (base32
8104 "1yp9sl6542317mn1060ri90zyf6bs6qylagndhqy02p368q31rhi"))))
8105 (build-system emacs-build-system)
8106 (propagated-inputs
8107 `(("emacs-evil" ,emacs-evil)))
8108 (home-page "https://github.com/redguardtoo/evil-matchit")
8109 (synopsis "Vim matchit ported into Emacs")
8110 (description
8111 "@code{evil-matchit} is a minor mode for jumping between matching tags in
8112 evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
8113 (license license:gpl3+)))
8114
8115 (define-public emacs-evil-smartparens
8116 (package
8117 (name "emacs-evil-smartparens")
8118 (version "0.4.0")
8119 (source
8120 (origin
8121 (method url-fetch)
8122 (uri (string-append
8123 "https://github.com/expez/evil-smartparens/archive/"
8124 version ".tar.gz"))
8125 (file-name (string-append name "-" version ".tar.gz"))
8126 (sha256
8127 (base32
8128 "1bwzdd3054d407d5j4m3njsbvmc9r8zzp33m32pj3b3irxrl68q0"))))
8129 (build-system emacs-build-system)
8130 (propagated-inputs
8131 `(("emacs-evil" ,emacs-evil)
8132 ("emacs-smartparens" ,emacs-smartparens)))
8133 (home-page "https://github.com/expez/evil-smartparens")
8134 (synopsis "Emacs Evil integration for Smartparens")
8135 (description "@code{emacs-evil-smartparens} is an Emacs minor mode which
8136 makes Evil play nice with Smartparens. Evil is an Emacs minor mode that
8137 emulates Vim features and provides Vim-like key bindings.")
8138 (license license:gpl3+)))
8139
8140 (define-public emacs-evil-quickscope
8141 (package
8142 (name "emacs-evil-quickscope")
8143 (version "0.1.4")
8144 (source
8145 (origin
8146 (method url-fetch)
8147 (uri (string-append "https://github.com/blorbx/evil-quickscope/archive/v"
8148 version ".tar.gz"))
8149 (file-name (string-append name "-" version ".tar.gz"))
8150 (sha256
8151 (base32
8152 "1r26a412mmar7vbf89zcifswiwpdg30mjzj32xdyqss57aqi83ma"))))
8153 (build-system emacs-build-system)
8154 (propagated-inputs
8155 `(("emacs-evil" ,emacs-evil)))
8156 (arguments
8157 `(#:tests? #t
8158 #:test-command '("emacs" "--batch"
8159 "-l" "evil-quickscope-tests.el"
8160 "-f" "ert-run-tests-batch-and-exit")))
8161 (home-page "https://github.com/blorbx/evil-quickscope")
8162 (synopsis "Target highlighting for emacs evil-mode f,F,t and T commands")
8163 (description "@code{emacs-evil-quickscope} highlights targets for Evil
8164 mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a
8165 port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim
8166 features and provides Vim-like key bindings.")
8167 (license license:gpl3+)))
8168
8169 (define-public emacs-bongo
8170 (package
8171 (name "emacs-bongo")
8172 (version "1.0")
8173 (source
8174 (origin
8175 (method url-fetch)
8176 (uri (string-append
8177 "https://github.com/dbrock/bongo/archive/"
8178 version ".tar.gz"))
8179 (file-name (string-append name "-" version ".tar.gz"))
8180 (sha256
8181 (base32
8182 "1pcsyyrvj7djjjwpaswd1i782hvqvlvs39cy9ns0k795si6xd64d"))))
8183 (build-system emacs-build-system)
8184 (home-page "https://github.com/dbrock/bongo")
8185 (synopsis "Media player for Emacs")
8186 (description
8187 "This package provides a flexible media player for Emacs. @code{Bongo}
8188 supports multiple backends such as @code{vlc}, @code{mpg123},
8189 @code{ogg123}, @code{speexdec}, @code{timidity}, @code{mikmod} and
8190 @code{afplay}.")
8191 (license license:gpl2+)))
8192
8193 (define-public emacs-groovy-modes
8194 (package
8195 (name "emacs-groovy-modes")
8196 (version "2.0")
8197 (source (origin
8198 (method url-fetch)
8199 (uri (string-append
8200 "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"
8201 "/archive/" version ".tar.gz"))
8202 (file-name (string-append name "-" version ".tar.gz"))
8203 (sha256
8204 (base32
8205 "15j0hnkx9nppjzda5cqsxxz5f3bq9hc4xfyjcdypzqiypcvmpa39"))))
8206 (build-system emacs-build-system)
8207 (propagated-inputs
8208 `(("emacs-s" ,emacs-s)))
8209 (home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
8210 (synopsis "Groovy related modes for Emacs")
8211 (description
8212 "This package provides @code{groovy-mode} for syntax highlighing in
8213 Groovy source files, REPL integration with run-groovy and Grails project
8214 navigation with the grails mode.")
8215 (license license:gpl3+)))
8216
8217 (define-public groovy-emacs-modes
8218 (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
8219
8220 (define-public emacs-org-tree-slide
8221 (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
8222 (revision "0"))
8223 (package
8224 (name "emacs-org-tree-slide")
8225 (version (git-version "0.1" revision commit))
8226 (home-page "https://github.com/takaxp/org-tree-slide")
8227 (source (origin
8228 (method git-fetch)
8229 (uri (git-reference (url home-page) (commit commit)))
8230 (sha256
8231 (base32
8232 "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
8233 (file-name (git-file-name name version))))
8234 (build-system emacs-build-system)
8235 (synopsis "Presentation tool for org-mode")
8236 (description
8237 "Org-tree-slide provides a slideshow mode to view org-mode files. Use
8238 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
8239 @kbd{C-<} to jump to the next and previous slide.")
8240 (license license:gpl3+))))
8241
8242 (define-public emacs-scratch-el
8243 (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
8244 (revision "1"))
8245 (package
8246 (name "emacs-scratch-el")
8247 (version (git-version "1.2" revision commit))
8248 (source (origin
8249 (method git-fetch)
8250 (uri (git-reference
8251 (url "https://github.com/ieure/scratch-el.git")
8252 (commit commit)))
8253 (file-name (git-file-name name version))
8254 (sha256
8255 (base32
8256 "0wscsndynjmnliajqaz28r1ww81j8wh84zwaaswx51abhwgl0idf"))))
8257 (build-system emacs-build-system)
8258 (native-inputs
8259 `(("texinfo" ,texinfo)))
8260 (arguments
8261 '(#:phases
8262 (modify-phases %standard-phases
8263 (add-after 'install 'install-doc
8264 (lambda* (#:key outputs #:allow-other-keys)
8265 (unless (invoke "makeinfo" "scratch.texi")
8266 (error "makeinfo failed"))
8267 (install-file "scratch.info"
8268 (string-append (assoc-ref outputs "out")
8269 "/share/info"))
8270 #t)))))
8271 (home-page "https://github.com/ieure/scratch-el/")
8272 (synopsis "Create scratch buffers with the same mode as current buffer")
8273 (description "Scratch is an extension to Emacs that enables one to create
8274 scratch buffers that are in the same mode as the current buffer. This is
8275 notably useful when working on code in some language; you may grab code into a
8276 scratch buffer, and, by virtue of this extension, do so using the Emacs
8277 formatting rules for that language.")
8278 (license license:bsd-2))))
8279
8280 (define-public emacs-kv
8281 (package
8282 (name "emacs-kv")
8283 (version "0.0.19")
8284 (source
8285 (origin
8286 (method git-fetch)
8287 (uri (git-reference
8288 (url "https://github.com/nicferrier/emacs-kv.git")
8289 (commit "721148475bce38a70e0b678ba8aa923652e8900e")))
8290 (file-name (string-append name "-" version "-checkout"))
8291 (sha256
8292 (base32
8293 "0r0lz2s6gvy04fwnafai668jsf4546h4k6zd6isx5wpk0n33pj5m"))))
8294 (build-system emacs-build-system)
8295 (arguments
8296 `(#:tests? #t
8297 #:test-command '("emacs" "--batch" "-l" "kv-tests.el"
8298 "-f" "ert-run-tests-batch-and-exit")))
8299 (home-page "https://github.com/nicferrier/emacs-kv")
8300 (synopsis "Key/Value data structures library for Emacs Lisp")
8301 (description "@code{emacs-kv} is a collection of tools for dealing with
8302 key/value data structures such as plists, alists and hash-tables in Emacs
8303 Lisp.")
8304 (license license:gpl3+)))
8305
8306 (define-public emacs-esxml
8307 (package
8308 (name "emacs-esxml")
8309 (version "0.3.4")
8310 (source (origin
8311 (method git-fetch)
8312 (uri (git-reference
8313 (url "https://github.com/tali713/esxml.git")
8314 (commit version)))
8315 (file-name (git-file-name name version))
8316 (sha256
8317 (base32
8318 "00vv8a75wdklygdyr4km9mc2ismxak69c45jmcny41xl44rp9x8m"))))
8319 (build-system emacs-build-system)
8320 (arguments
8321 `(#:phases
8322 (modify-phases %standard-phases
8323 (add-after 'unpack 'fix-sources
8324 (lambda _
8325 ;; See: https://github.com/tali713/esxml/pull/28.
8326 (substitute* "css-lite.el"
8327 ((";;; main interface")
8328 (string-append ";;; main interface\n"
8329 "(require 'cl-lib)"))
8330 (("mapcan")
8331 "cl-mapcan")
8332 (("',\\(cl-mapcan #'process-css-rule rules\\)")
8333 "(cl-mapcan #'process-css-rule ',rules)"))
8334 (substitute* "esxml-form.el"
8335 ((",esxml-form-field-defn")
8336 "#'esxml-form-field-defn"))
8337 ;; See: https://github.com/tali713/esxml/issues/25
8338 (delete-file "esxpath.el")
8339 #t)))))
8340 (propagated-inputs
8341 `(("emacs-kv" ,emacs-kv)))
8342 (home-page "https://github.com/tali713/esxml/")
8343 (synopsis "SXML for EmacsLisp")
8344 (description "This is XML/XHTML done with S-Expressions in EmacsLisp.
8345 Simply, this is the easiest way to write HTML or XML in Lisp. This library
8346 uses the native form of XML representation as used by many libraries already
8347 included within Emacs. See @code{esxml-to-xml} for a concise description of
8348 the format.")
8349 (license license:gpl3+)))
8350
8351 (define-public emacs-nov-el
8352 (package
8353 (name "emacs-nov-el")
8354 (version "0.2.6")
8355 (source (origin
8356 (method git-fetch)
8357 (uri (git-reference
8358 (url "https://github.com/wasamasa/nov.el.git")
8359 (commit version)))
8360 (file-name (git-file-name name version))
8361 (sha256
8362 (base32
8363 "188h5gzn1zf443g0b7q5bpmvvpr6ds5h8aci8vxc92py56rhyrvc"))))
8364 (build-system emacs-build-system)
8365 (arguments
8366 `(#:phases
8367 (modify-phases %standard-phases
8368 (add-after 'unpack 'embed-path-to-unzip
8369 (lambda _
8370 (substitute* "nov.el"
8371 (("\\(executable-find \"unzip\"\\)")
8372 (string-append "\"" (which "unzip") "\"")))
8373 #t)))))
8374 (propagated-inputs
8375 `(("emacs-dash" ,emacs-dash)
8376 ("emacs-esxml" ,emacs-esxml)))
8377 (inputs
8378 `(("unzip" ,unzip)))
8379 (home-page "https://github.com/wasamasa/nov.el/")
8380 (synopsis "Major mode for reading EPUBs in Emacs")
8381 (description "@code{nov.el} provides a major mode for reading EPUB
8382 documents.
8383
8384 Features:
8385
8386 @itemize
8387 @item Basic navigation (jump to TOC, previous/next chapter)
8388 @item Remembering and restoring the last read position
8389 @item Jump to next chapter when scrolling beyond end
8390 @item Renders EPUB2 (@code{.ncx}) and EPUB3 (@code{<nav>}) TOCs
8391 @item Hyperlinks to internal and external targets
8392 @item Supports textual and image documents
8393 @item View source of document files
8394 @item Metadata display
8395 @item Image rescaling
8396 @end itemize
8397 ")
8398 (license license:gpl3+)))
8399
8400 (define-public epipe
8401 (package
8402 (name "epipe")
8403 (version "0.1.0")
8404 (source
8405 (origin
8406 (method url-fetch)
8407 (uri (string-append "https://github.com/cute-jumper/epipe/archive/"
8408 version ".tar.gz"))
8409 (file-name (string-append name "-" version ".tar.gz"))
8410 (sha256
8411 (base32
8412 "05a036852g4j63k1mhvyfrcsgkl9lczayi7x61570ysw3cli5wp5"))))
8413 (build-system trivial-build-system)
8414 (inputs
8415 `(("bash" ,bash)
8416 ("perl" ,perl)))
8417 (native-inputs
8418 `(("tar" ,tar)
8419 ("gzip" ,gzip)))
8420 (arguments
8421 `(#:modules
8422 ((guix build utils))
8423 #:builder
8424 (begin
8425 (use-modules (guix build utils))
8426 ;; Extract source
8427 (setenv "PATH" (string-append
8428 (assoc-ref %build-inputs "tar") "/bin" ":"
8429 (assoc-ref %build-inputs "gzip") "/bin"))
8430 (invoke "tar" "xvf" (assoc-ref %build-inputs "source"))
8431 (chdir (string-append ,name "-" ,version))
8432 ;; Patch shebangs
8433 (substitute* "epipe"
8434 (("/usr/bin/env bash")
8435 (string-append (assoc-ref %build-inputs "bash") "/bin/bash")))
8436 (patch-shebang "epipe.pl"
8437 (list (string-append (assoc-ref %build-inputs "perl")
8438 "/bin")))
8439 ;; Installation
8440 (for-each (lambda (file)
8441 (install-file file (string-append %output "/bin")))
8442 '("epipe" "epipe.pl"))
8443 #t)))
8444 (home-page "https://github.com/cute-jumper/epipe")
8445 (synopsis "Pipe to the @code{emacsclient}")
8446 (description "@code{epipe} provides an utility to use your editor in
8447 the pipeline, featuring the support for running @code{emacsclient}.")
8448 (license license:gpl3+)))
8449
8450 (define-public emacs-hcl-mode
8451 (package
8452 (name "emacs-hcl-mode")
8453 (version "0.03")
8454 (source
8455 (origin
8456 (method url-fetch)
8457 (uri (string-append
8458 "https://github.com/syohex/emacs-hcl-mode/archive/"
8459 version ".tar.gz"))
8460 (file-name (string-append name "-" version ".tar.gz"))
8461 (sha256
8462 (base32
8463 "0pvw74qpwh0znqzp6syp4wxjqs7dp1hbn5h7xfk97mff9l5d8k6x"))))
8464 (build-system emacs-build-system)
8465 (home-page "https://github.com/syohex/emacs-hcl-mode")
8466 (synopsis "Major mode for the Hashicorp Configuration Language")
8467 (description
8468 "@code{emacs-hcl-mode} provides an Emacs major mode for working with
8469 @acronym{HCL, Hashicorp Configuration Language}. It provides syntax
8470 highlighting and indentation support.")
8471 (license license:gpl3+)))
8472
8473 (define-public emacs-terraform-mode
8474 (package
8475 (name "emacs-terraform-mode")
8476 (version "0.06")
8477 (source
8478 (origin
8479 (method url-fetch)
8480 (uri (string-append
8481 "https://github.com/syohex/emacs-terraform-mode/archive/"
8482 version ".tar.gz"))
8483 (file-name (string-append name "-" version ".tar.gz"))
8484 (sha256
8485 (base32
8486 "0h9267ifdjmcin4sj8slxydbacx4bqicbvg8pa1qq2l72h9m5381"))))
8487 (build-system emacs-build-system)
8488 (propagated-inputs
8489 `(("emacs-hcl-mode" ,emacs-hcl-mode)))
8490 (home-page "https://github.com/syohex/emacs-terraform-mode")
8491 (synopsis "Major mode for Terraform")
8492 (description
8493 "@code{emacs-terraform-mode} provides a major mode for working with
8494 @uref{https://www.terraform.io/, Terraform} configuration files. Most of the
8495 functionality is inherited from @code{hcl-mode}.")
8496 (license license:gpl3+)))
8497
8498 (define-public emacs-exec-path-from-shell
8499 (package
8500 (name "emacs-exec-path-from-shell")
8501 (version "1.11")
8502 (source
8503 (origin
8504 (method url-fetch)
8505 (uri (string-append
8506 "https://stable.melpa.org/packages/exec-path-from-shell-"
8507 version ".el"))
8508 (sha256
8509 (base32
8510 "03qjgb81cq1l3j54lvlf98r75vmmgd06mj6qh5wa6mz4xzp4w26r"))))
8511 (build-system emacs-build-system)
8512 (home-page "https://github.com/purcell/exec-path-from-shell")
8513 (synopsis "Get environment variables such as @var{PATH} from the shell")
8514 (description
8515 "This library allows the user to set Emacs @var{exec-path} and @var{PATH}
8516 from the shell @var{PATH}, so that @code{shell-command}, @code{compile} and
8517 the like work as expected on systems on which Emacs is not guaranteed to
8518 inherit a login shell's environment variables. It also allows other
8519 environment variables to be retrieved from the shell, so that Emacs will see
8520 the same values you get in a terminal.")
8521 (license license:gpl3+)))
8522
8523 (define-public emacs-deft
8524 (package
8525 (name "emacs-deft")
8526 (version "0.8")
8527 (source
8528 (origin
8529 (method url-fetch)
8530 (uri (string-append "https://stable.melpa.org/packages/deft-"
8531 version ".el"))
8532 (sha256
8533 (base32
8534 "1vb9cjxskc7c0yyf9pvxy1fzypg1vrcgwnjz0m3hslinsgdyig58"))))
8535 (build-system emacs-build-system)
8536 (home-page "https://jblevins.org/projects/deft/")
8537 (synopsis "Quickly browse, filter, and edit plain text notes")
8538 (description
8539 "Deft is an Emacs mode for quickly browsing, filtering, and editing
8540 directories of plain text notes, inspired by Notational Velocity.")
8541 (license license:bsd-3)))
8542
8543 (define-public emacs-anzu
8544 (package
8545 (name "emacs-anzu")
8546 (version "0.62")
8547 (source
8548 (origin
8549 (method url-fetch)
8550 (uri (string-append "https://github.com/syohex/emacs-anzu/archive/"
8551 version ".tar.gz"))
8552 (file-name (string-append name "-" version ".tar.gz"))
8553 (sha256
8554 (base32
8555 "16cg3897x5znbmgk7sdy0qyd0fbic9dmmz0dchq2vz5z29yhg4cz"))))
8556 (build-system emacs-build-system)
8557 (home-page "https://github.com/syohex/emacs-anzu")
8558 (synopsis "Show number of matches in mode-line while searching")
8559 (description
8560 "Anzu provides a minor mode which displays \"current match/total
8561 matches\" in the mode line in various search modes. This is an Emacs port of
8562 Anzu.zim.")
8563 (license license:gpl3+)))
8564
8565 (define-public emacs-emmet-mode
8566 (package
8567 (name "emacs-emmet-mode")
8568 (version "1.0.8")
8569 (source (origin
8570 (method url-fetch)
8571 (uri (string-append "https://github.com/smihica/emmet-mode"
8572 "/archive/" version ".tar.gz"))
8573 (file-name (string-append name "-" version ".tar.gz"))
8574 (sha256
8575 (base32
8576 "0g3p22yabfcp98cfv9dgl9il2m2pd53isq2q11vb3s7qyn31f7zj"))))
8577 (build-system emacs-build-system)
8578 (home-page "https://github.com/smihica/emmet-mode")
8579 (synopsis "Unofficial Emmet's support for Emacs")
8580 (description
8581 "Unfold CSS-selector-like expressions to markup. It is intended to be
8582 used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
8583 (license license:gpl3+)))
8584
8585 (define-public emacs-ergoemacs-mode
8586 (let ((commit "3ce23bba3cb50562693860f87f3528c471d603ba")
8587 (revision "1"))
8588 (package
8589 (name "emacs-ergoemacs-mode")
8590 (version (git-version "5.16.10.12" revision commit))
8591 (source
8592 (origin
8593 (method git-fetch)
8594 (uri (git-reference
8595 (url "https://github.com/ergoemacs/ergoemacs-mode.git")
8596 (commit commit)))
8597 (sha256
8598 (base32
8599 "1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
8600 (build-system emacs-build-system)
8601 (propagated-inputs
8602 `(("emacs-undo-tree" ,emacs-undo-tree)))
8603 (home-page "https://ergoemacs.github.io/")
8604 (synopsis "Emacs mode based on common modern interface and ergonomics")
8605 (description
8606 "This package provides an efficient Emacs keybinding set based on
8607 statistics of command frequency, and supports common shortcuts for open,
8608 close, copy, cut, paste, undo, redo.")
8609 (license license:gpl3+))))
8610
8611 (define-public emacs-password-store
8612 (package
8613 (name "emacs-password-store")
8614 (version "1.7.3")
8615 (source (origin
8616 (method url-fetch)
8617 (uri
8618 (string-append "https://git.zx2c4.com/password-store/snapshot/"
8619 "password-store-" version ".tar.xz"))
8620 (sha256
8621 (base32
8622 "1x53k5dn3cdmvy8m4fqdld4hji5n676ksl0ql4armkmsds26av1b"))))
8623 (build-system emacs-build-system)
8624 (arguments
8625 `(#:phases
8626 (modify-phases %standard-phases
8627 (add-after 'unpack 'extract-el-file
8628 (lambda _
8629 (copy-file "contrib/emacs/password-store.el" "password-store.el")
8630 (delete-file-recursively "contrib")
8631 (delete-file-recursively "man")
8632 (delete-file-recursively "src")
8633 (delete-file-recursively "tests"))))))
8634 (propagated-inputs
8635 `(("emacs-f" ,emacs-f)
8636 ("emacs-s" ,emacs-s)
8637 ("emacs-with-editor" ,emacs-with-editor)
8638 ("password-store" ,password-store)))
8639 (home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
8640 (synopsis "Password store (pass) support for Emacs")
8641 (description
8642 "This package provides functions for working with pass (\"the
8643 standard Unix password manager\").")
8644 (license license:gpl2+)))
8645
8646 (define-public emacs-pass
8647 (package
8648 (name "emacs-pass")
8649 (version "1.7")
8650 (source (origin
8651 (method url-fetch)
8652 (uri (string-append
8653 "https://github.com/NicolasPetton/pass/archive/"
8654 version ".tar.gz"))
8655 (sha256
8656 (base32
8657 "0zlx9v6z0q3w9qhq9bq6vb7sli4c9x7qccm2wq55j0nw7bwy2yvj"))
8658 (file-name (string-append name "-" version ".tar.gz"))))
8659 (build-system emacs-build-system)
8660 (propagated-inputs
8661 `(("emacs-password-store" ,emacs-password-store)
8662 ("emacs-f" ,emacs-f)))
8663 (home-page "https://github.com/NicolasPetton/pass")
8664 (synopsis "Major mode for @file{password-store.el}")
8665 (description "This is a major mode for managing password-store (pass)
8666 keychains. The keychain entries are displayed in a directory-like structure
8667 and can be consulted and modified.")
8668 (license license:gpl3+)))
8669
8670 (define-public emacs-evil-anzu
8671 (package
8672 (name "emacs-evil-anzu")
8673 (version "0.03")
8674 (source
8675 (origin
8676 (method url-fetch)
8677 (uri (string-append "https://github.com/syohex/emacs-evil-anzu"
8678 "/archive/" version ".tar.gz"))
8679 (file-name (string-append name "-" version ".tar.gz"))
8680 (sha256
8681 (base32 "032hh2946z529cizqsg8pm6cpn5qdj8lfk3qskmx6xv3g2ra56ns"))))
8682 (build-system emacs-build-system)
8683 (propagated-inputs
8684 `(("emacs-evil" ,emacs-evil)
8685 ("emacs-anzu" ,emacs-anzu)))
8686 (home-page "https://github.com/syohex/emacs-evil-anzu")
8687 (synopsis "Anzu for evil-mode")
8688 (description "@code{anzu} provides a minor mode that displays the current
8689 match and total match information in the mode-line in various search modes.")
8690 (license license:gpl3+)))
8691
8692 (define-public emacs-pg
8693 (let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
8694 (package
8695 (name "emacs-pg")
8696 (version (git-version "0.1" "1" commit))
8697 (source (origin
8698 (method git-fetch)
8699 (uri (git-reference (url "https://github.com/cbbrowne/pg.el")
8700 (commit commit)))
8701 (file-name (git-file-name name version))
8702 (sha256
8703 (base32
8704 "1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
8705 (build-system emacs-build-system)
8706 (home-page "https://github.com/cbbrowne/pg.el")
8707 (synopsis "Emacs Lisp interface for PostgreSQL")
8708 (description
8709 "This package provides an Emacs Lisp interface for PostgreSQL.")
8710 (license license:gpl3+))))
8711
8712 (define-public emacs-cl-generic
8713 (package
8714 (name "emacs-cl-generic")
8715 (version "0.3")
8716 (source
8717 (origin
8718 (method url-fetch)
8719 (uri (string-append "https://elpa.gnu.org/packages/cl-generic-"
8720 version ".el"))
8721 (sha256
8722 (base32
8723 "0vb338bhjpsnrf60qgxny4z5rjrnifahnrv9axd4shay89d894zq"))))
8724 (build-system emacs-build-system)
8725 (home-page "https://elpa.gnu.org/packages/seq.html")
8726 (synopsis
8727 "Forward @code{cl-generic} compatibility for Emacs before version 25")
8728 (description "This package provides a subset of the features of the
8729 @code{cl-generic} package introduced in Emacs-25, for use on previous
8730 @code{emacsen}.")
8731 (license license:gpl3+)))
8732
8733 (define-public emacs-finalize
8734 (package
8735 (name "emacs-finalize")
8736 (version "2.0.0")
8737 (source
8738 (origin
8739 (method url-fetch)
8740 (uri (string-append "https://github.com/skeeto/elisp-finalize/archive/"
8741 version ".tar.gz"))
8742 (file-name (string-append name "-" version ".tar.gz"))
8743 (sha256
8744 (base32
8745 "077fycy3i5f0kjw5z3rhf4kld5lbk2idz690nkwhkz04vppk4q4x"))))
8746 (build-system emacs-build-system)
8747 (propagated-inputs
8748 `(("emacs-cl-generic" ,emacs-cl-generic)))
8749 (home-page "https://github.com/skeeto/elisp-finalize")
8750 (synopsis "Finalizers for Emacs Lisp")
8751 (description
8752 "This package will allows to immediately run a callback (a finalizer)
8753 after its registered lisp object has been garbage collected. This allows for
8754 extra resources, such as buffers and processes, to be cleaned up after the
8755 object has been freed.")
8756 (license license:unlicense)))
8757
8758 (define-public emacs-emacsql
8759 (package
8760 (name "emacs-emacsql")
8761 (version "2.0.3")
8762 (source
8763 (origin
8764 (method url-fetch)
8765 (uri (string-append "https://github.com/skeeto/emacsql/archive/"
8766 version ".tar.gz"))
8767 (file-name (string-append name "-" version ".tar.gz"))
8768 (sha256
8769 (base32
8770 "04hfjdgl1zc7jysgjc7d7d3xqpr7q1q9gsmzffjd91ii3hpqjgx6"))))
8771 (build-system emacs-build-system)
8772 (arguments
8773 `(#:modules ((guix build emacs-build-system)
8774 (guix build utils)
8775 (guix build emacs-utils)
8776 (srfi srfi-26))
8777 #:phases
8778 (modify-phases %standard-phases
8779 (delete 'build) ;‘build-emacsql-sqlite’ compiles ‘*.el’ files.
8780 (add-before 'install 'patch-elisp-shell-shebangs
8781 (lambda _
8782 (substitute* (find-files "." "\\.el")
8783 (("/bin/sh") (which "sh")))
8784 #t))
8785 (add-after 'patch-elisp-shell-shebangs 'setenv-shell
8786 (lambda _
8787 (setenv "SHELL" "sh")))
8788 (add-after 'setenv-shell 'build-emacsql-sqlite
8789 (lambda _
8790 (invoke "make" "binary" "CC=gcc")))
8791 (add-after 'build-emacsql-sqlite 'install-emacsql-sqlite
8792 ;; This build phase installs emacs-emacsql binary.
8793 (lambda* (#:key outputs #:allow-other-keys)
8794 (install-file "sqlite/emacsql-sqlite"
8795 (string-append (assoc-ref outputs "out")
8796 "/bin"))
8797 #t))
8798 (add-after 'install-emacsql-sqlite 'patch-emacsql-sqlite.el
8799 ;; This build phase removes interactive prompts
8800 ;; and makes sure Emacs look for binaries in the right places.
8801 (lambda* (#:key outputs #:allow-other-keys)
8802 (let ((file "emacsql-sqlite.el"))
8803 (chmod file #o644)
8804 (emacs-substitute-sexps file
8805 ;; Avoid interactive prompts.
8806 ("(defvar emacsql-sqlite-user-prompted" 't)
8807 ;; Make sure Emacs looks for ‘GCC’ binary in the right place.
8808 ("(executable-find" (which "gcc"))
8809 ;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
8810 ;; in the right place.
8811 ("(defvar emacsql-sqlite-executable"
8812 (string-append (assoc-ref outputs "out")
8813 "/bin/emacsql-sqlite"))))))
8814 (replace 'install
8815 (lambda* (#:key outputs #:allow-other-keys)
8816 (let* ((out (assoc-ref outputs "out")))
8817 (install-file "sqlite/emacsql-sqlite"
8818 (string-append out "/bin"))
8819 (for-each (cut install-file <>
8820 (string-append out "/share/emacs/site-lisp/guix.d/"
8821 "emacsql" "-" ,version))
8822 (find-files "." "\\.elc*$")))
8823 #t)))))
8824 (inputs
8825 `(("emacs-minimal" ,emacs-minimal)
8826 ("mariadb" ,mariadb)
8827 ("postgresql" ,postgresql)))
8828 (propagated-inputs
8829 `(("emacs-finalize" ,emacs-finalize)
8830 ("emacs-pg" ,emacs-pg)))
8831 (home-page "https://github.com/skeeto/emacsql")
8832 (synopsis "Emacs high-level SQL database front-end")
8833 (description "Any readable Lisp value can be stored as a value in EmacSQL,
8834 including numbers, strings, symbols, lists, vectors, and closures. EmacSQL
8835 has no concept of @code{TEXT} values; it's all just Lisp objects. The Lisp
8836 object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
8837 (license license:gpl3+)))
8838
8839 (define-public emacs-closql
8840 (package
8841 (name "emacs-closql")
8842 (version "0.5.1")
8843 (source
8844 (origin
8845 (method url-fetch)
8846 (uri (string-append "https://github.com/emacscollective/closql/archive/"
8847 "v" version ".tar.gz"))
8848 (file-name (string-append name "-" version ".tar.gz"))
8849 (sha256
8850 (base32
8851 "0wa6r0kgbb7f19039p5f3di4dvrvxfgpd8bkam94fca7jvzj536c"))))
8852 (build-system emacs-build-system)
8853 (propagated-inputs
8854 `(("emacs-emacsql" ,emacs-emacsql)))
8855 (home-page "https://github.com/emacscollective/closql")
8856 (synopsis "Store EIEIO objects using EmacSQL")
8857 (description
8858 "This package allows to store uniform EIEIO objects in an EmacSQL
8859 database. SQLite is used as backend. This library imposes some restrictions
8860 on what kind of objects can be stored; it isn't intended to store arbitrary
8861 objects. All objects have to share a common superclass and subclasses cannot
8862 add any additional instance slots.")
8863 (license license:gpl3)))
8864
8865 (define-public emacs-epkg
8866 ;; The release version is to old for the current database scheme.
8867 (let ((commit "432312b9583ed7b88ad9644fd1bf2183765a892e"))
8868 (package
8869 (name "emacs-epkg")
8870 (version (git-version "3.0.0" "1" commit))
8871 (source
8872 (origin
8873 (method git-fetch)
8874 (uri (git-reference
8875 (url "https://github.com/emacscollective/epkg.git")
8876 (commit commit)))
8877 (file-name (git-file-name name version))
8878 (sha256
8879 (base32
8880 "0d882kahn7a0vri7a9r15lvmfx1zn2hsga6jfcc6jv0hqbswlb2k"))))
8881 (build-system emacs-build-system)
8882 (propagated-inputs
8883 `(("emacs-closql" ,emacs-closql)
8884 ("emacs-dash" ,emacs-dash)))
8885 (home-page "https://emacsmirror.net")
8886 (synopsis "Browse the Emacsmirror package database")
8887 (description "This package provides access to a local copy of the
8888 Emacsmirror package database. It provides low-level functions for querying
8889 the database and a @file{package.el} user interface for browsing the database.
8890 Epkg itself is not a package manager.
8891
8892 Getting a local copy:
8893
8894 @example
8895 git clone https://github.com/emacsmirror/epkgs.git ~/.emacs.d/epkgs
8896 cd ~/.emacs.d/epkgs
8897 git submodule init
8898 git config --global url.https://github.com/.insteadOf git@@github.com:
8899 git submodule update
8900 @end example
8901
8902 Some submodule may be missing. In this case Git will prompt for a GitHub user
8903 name and password. To skip it press a @key{Return} key.
8904
8905 You could get a Epkg package list by invoking @code{epkg-list-packages} in
8906 Emacs.")
8907 (license license:gpl3+))))
8908
8909 (define-public emacs-elisp-slime-nav
8910 (package
8911 (name "emacs-elisp-slime-nav")
8912 (version "0.9")
8913 (source
8914 (origin
8915 (method url-fetch)
8916 (uri (string-append "https://github.com/purcell/elisp-slime-nav/archive/"
8917 version ".tar.gz"))
8918 (file-name (string-append name "-" version ".tar.gz"))
8919 (sha256
8920 (base32
8921 "1vq7ym1q47p97gxrv45c9gm96d23xbp237vkmakikj6grngxjfb2"))))
8922 (build-system emacs-build-system)
8923 (home-page "https://github.com/purcell/elisp-slime-nav")
8924 (synopsis "Make @code{M-.} and @code{M-,} work for elisp like they do in SLIME")
8925 (description
8926 "This package provides SLIME's convenient @code{M-.}and @code{M-,} navigation
8927 in @code{emacs-lisp-mode}, together with an elisp equivalent of
8928 @code{slime-describe-symbol}.")
8929 (license license:gpl3+)))
8930
8931 (define-public emacs-dedicated
8932 (package
8933 (name "emacs-dedicated")
8934 (version "1.0.0")
8935 (source (origin
8936 (method url-fetch)
8937 (uri (string-append
8938 "https://github.com/emacsorphanage/dedicated/archive/"
8939 version
8940 ".tar.gz"))
8941 (sha256
8942 (base32
8943 "0nhbkp278cvcznb5rp3jp9ii3mjgb79zx8iwfrw7zfk3yg8688ni"))
8944 (file-name (string-append name "-" version ".tar.gz"))))
8945 (build-system emacs-build-system)
8946 (home-page "https://github.com/emacsorphanage/dedicated")
8947 (synopsis "Emacs minor mode for toggling a windows's \"dedicated\" flag")
8948 (description
8949 "This simple Emacs minor mode allows you to toggle a window's
8950 \"dedicated\" flag. When a window is \"dedicated\", Emacs will not select
8951 files into that window. This can be quite handy since many commands will use
8952 another window to show results (compilation mode, starting info, and so on).
8953 A dedicated window won't be used for such a purpose. For details, please read
8954 the source file.")
8955 (license license:gpl2+)))
8956
8957 (define-public emacs-nnreddit
8958 (let ((commit "9843f99d01fd8f1eea2fc685965a7c7f4eeb187a")
8959 (revision "1"))
8960 (package
8961 (name "emacs-nnreddit")
8962 (version (string-append "0.0.1-" revision "."
8963 (string-take commit 7)))
8964 (source (origin
8965 (method git-fetch)
8966 (uri (git-reference
8967 (url "https://github.com/paul-issartel/nnreddit.git")
8968 (commit commit)))
8969 (file-name (string-append name "-" version "-checkout"))
8970 (sha256
8971 (base32
8972 "0j4h3bnga640250jdq8bwyja49r41ssrsjd6lba4gzzllqk02nbn"))))
8973 (build-system emacs-build-system)
8974 (home-page "https://github.com/paul-issartel/nnreddit")
8975 (synopsis "Reddit backend for the Gnus newsreader")
8976 (description "@url{https://www.reddit.com} backend for the Gnus
8977 newsreader.")
8978 (license license:gpl3+))))
8979
8980 (define-public emacs-makey
8981 (package
8982 (name "emacs-makey")
8983 (version "0.3")
8984 (source
8985 (origin
8986 (method url-fetch)
8987 (uri (string-append "https://github.com/mickeynp/makey/archive/"
8988 version ".tar.gz"))
8989 (file-name (string-append name "-" version ".tar.gz"))
8990 (sha256
8991 (base32
8992 "0kzl4q1wf2zhkx9nrymxa67n99iq0bj7zqhpaz4byksna1hsxfmv"))))
8993 (build-system emacs-build-system)
8994 (home-page "https://github.com/mickeynp/makey")
8995 (synopsis "Emacs interactive command-line mode")
8996 (description
8997 "This package provides an Emacs interactive command-line mode.")
8998 (license license:gpl3+)))
8999
9000 (define-public emacs-outorg
9001 (let ((commit "78b0695121fb974bc4e971eb4ef7f8afd6d89d64"))
9002 (package
9003 (name "emacs-outorg")
9004 (version (git-version "2.0" "1" commit))
9005 (source
9006 (origin
9007 (method git-fetch)
9008 (uri (git-reference
9009 (url "https://github.com/alphapapa/outorg")
9010 (commit commit)))
9011 (file-name (git-file-name name version))
9012 (sha256
9013 (base32
9014 "03aclh4m3f7rb821gr9pwvnqkkl91px3qxdcarpf3ypa1x4fxvlj"))))
9015 (build-system emacs-build-system)
9016 (home-page "https://github.com/alphapapa/outorg")
9017 (synopsis "Org-style comment editing")
9018 (description "Outorg is for editing comment-sections of source-code
9019 files in temporary Org-mode buffers. It turns conventional
9020 literate-programming upside-down in that the default mode is the
9021 programming-mode, and special action has to be taken to switch to the
9022 text-mode (i.e. Org-mode).")
9023 (license license:gpl3+))))
9024
9025 (define-public emacs-outshine
9026 (let ((commit "5f1a6b70231d2811c522e4e5e8c89ff461b311d6"))
9027 (package
9028 (name "emacs-outshine")
9029 (version (git-version "2.0" "1" commit))
9030 (source (origin
9031 (method git-fetch)
9032 (uri (git-reference
9033 (url "https://github.com/alphapapa/outshine.git")
9034 (commit commit)))
9035 (file-name (git-file-name name version))
9036 (sha256
9037 (base32
9038 "1l9v1dfhgg7il11ifbhvcvrg3acfjk9sdxlc3lja1k54d7dp60jv"))))
9039 (build-system emacs-build-system)
9040 (propagated-inputs
9041 `(("emacs-outorg" ,emacs-outorg)))
9042 (home-page "https://github.com/alphapapa/outshine")
9043 (synopsis "Emacs outline with outshine")
9044 (description "Outshine attempts to bring the look and feel of
9045 @code{org-mode} to an Emacs outside of the Org major-mode. It is an extension
9046 of @code{outline-minor-mode} (@code{org-mode} itself derives from
9047 outline-mode), so there is no such thing like an outshine mode, only
9048 @code{outline-minor-mode} with outshine extensions loaded.")
9049 (license license:gpl3+))))
9050
9051 (define-public emacs-parsebib
9052 (package
9053 (name "emacs-parsebib")
9054 (version "2.3.1")
9055 (source
9056 (origin
9057 (method url-fetch)
9058 (uri (string-append "https://github.com/joostkremers/parsebib/archive/"
9059 version ".tar.gz"))
9060 (file-name (string-append name "-" version ".tar.gz"))
9061 (sha256
9062 (base32
9063 "0cxagnmc5ab6idmb26axpizhr4sqglkncc59768yavn3p04jyq63"))))
9064 (build-system emacs-build-system)
9065 (home-page "https://github.com/joostkremers/parsebib")
9066 (synopsis "Library for parsing bib files")
9067 (description
9068 "This package provides an Emacs library for parsing bib files.")
9069 (license license:gpl3+)))
9070
9071 (define-public emacs-biblio
9072 (package
9073 (name "emacs-biblio")
9074 (version "0.1")
9075 (source
9076 (origin
9077 (method url-fetch)
9078 (uri (string-append "https://github.com/cpitclaudel/biblio.el/archive/"
9079 version ".tar.gz"))
9080 (file-name (string-append name "-" version ".tar.gz"))
9081 (sha256
9082 (base32
9083 "109fvivsb4r0rbqljngqrmxqvbnbkqlivczx6brrvlr7ci625lhf"))))
9084 (build-system emacs-build-system)
9085 (propagated-inputs
9086 `(("emacs-seq" ,emacs-seq)
9087 ("emacs-dash" ,emacs-dash)
9088 ("emacs-let-alist" ,emacs-let-alist)))
9089 (home-page "https://github.com/cpitclaudel/biblio.el")
9090 (synopsis "Browse and import bibliographic references")
9091 (description "This package provides an extensible Emacs package for
9092 browsing and fetching references.
9093
9094 @file{biblio.el} makes it easy to browse and gather bibliographic references
9095 and publications from various sources, by keywords or by DOI. References are
9096 automatically fetched from well-curated sources, and formatted as BibTeX.")
9097 (license license:gpl3+)))
9098
9099 (define-public emacs-helm-bibtex
9100 (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
9101 (revision "1"))
9102 (package
9103 (name "emacs-helm-bibtex")
9104 (version (string-append "2.0.0" "-" revision "."
9105 (string-take commit 7)))
9106 (source
9107 (origin
9108 (method git-fetch)
9109 (uri (git-reference
9110 (url "https://github.com/tmalsburg/helm-bibtex.git")
9111 (commit commit)))
9112 (file-name (string-append name "-" version "-checkout"))
9113 (sha256
9114 (base32
9115 "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
9116 (build-system emacs-build-system)
9117 (propagated-inputs
9118 `(("emacs-helm" ,emacs-helm)
9119 ("emacs-parsebib" ,emacs-parsebib)
9120 ("emacs-s" ,emacs-s)
9121 ("emacs-dash" ,emacs-dash)
9122 ("emacs-f" ,emacs-f)
9123 ("emacs-biblio" ,emacs-biblio)
9124 ("emacs-ivy" ,emacs-ivy)))
9125 (home-page "https://github.com/tmalsburg/helm-bibtex")
9126 (synopsis "Bibliography manager based on Helm")
9127 (description "This package provides bibliography manager for Emacs,
9128 based on Helm and the bibtex-completion backend.
9129
9130 Key features:
9131
9132 @itemize
9133 @item Quick access to your bibliography from within Emacs
9134 @item Powerful search capabilities
9135 @item Provides instant search results as you type
9136 @item Tightly integrated with LaTeX authoring, emails, Org mode, etc.
9137 @item Open the PDFs, URLs, or DOIs associated with an entry
9138 @item Insert LaTeX cite commands, Ebib links, or Pandoc citations,
9139 BibTeX entries, or plain text references at point, attach PDFs to emails
9140 @item Support for note taking
9141 @item Quick access to online bibliographic databases such as Pubmed,
9142 arXiv, Google Scholar, Library of Congress, etc.
9143 @item Imports BibTeX entries from CrossRef and other sources.
9144 @end itemize\n")
9145 (license license:gpl3+))))
9146
9147 (define-public emacs-ewmctrl
9148 (let ((commit "3d0217c4d6cdb5c308b6cb4293574f470d4faacf"))
9149 (package
9150 (name "emacs-ewmctrl")
9151 (version (git-version "0.0.1" "1" commit))
9152 (source
9153 (origin
9154 (method git-fetch)
9155 (uri (git-reference
9156 (url "https://github.com/flexibeast/ewmctrl.git")
9157 (commit commit)))
9158 (file-name (git-file-name name version))
9159 (sha256
9160 (base32
9161 "0ilwvx0qryv3v6xf0gxqwnfm6pf96gxap8h9g3f6z6lk9ff4n1wi"))))
9162 (build-system emacs-build-system)
9163 (arguments
9164 '(#:phases
9165 (modify-phases %standard-phases
9166 (add-after 'unpack 'patch-ewmctrl
9167 ;; This build phase makes sure ‘ewmctrl’ looks
9168 ;; for ‘wmctrl’ in the right place.
9169 (lambda _
9170 (let ((file "ewmctrl.el"))
9171 (chmod file #o644)
9172 (emacs-substitute-sexps file
9173 ("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
9174 (inputs
9175 `(("wmctrl" ,wmctrl)))
9176 (home-page "https://github.com/flexibeast/ewmctrl")
9177 (synopsis "Emacs interface to @code{wmctrl}")
9178 (description "@code{ewmctrl} provides an Emacs interface to
9179 @code{wmctrl} command-line window-management program.")
9180 (license license:gpl3+))))
9181
9182 (define-public emacs-helm-gtags
9183 (package
9184 (name "emacs-helm-gtags")
9185 (version "1.5.6")
9186 (source (origin
9187 (method url-fetch)
9188 (uri (string-append
9189 "https://github.com/syohex/emacs-helm-gtags/archive/"
9190 version ".tar.gz"))
9191 (file-name (string-append name "-" version ".tar.gz"))
9192 (sha256
9193 (base32
9194 "1a10snhg6nnnan6w9a7mcziy26vxbsr3c35i0gcarnkdp2yqng36"))))
9195 (build-system emacs-build-system)
9196 (propagated-inputs
9197 `(("emacs-helm" ,emacs-helm)))
9198 (home-page "https://github.com/syohex/emacs-helm-gtags")
9199 (synopsis "Emacs Helm interface to GNU Global")
9200 (description
9201 "@code{emacs-helm-gtags} provides a Emacs Helm interface to GNU Global.")
9202 (license license:gpl3+)))
9203
9204 (define-public emacs-list-utils
9205 (package
9206 (name "emacs-list-utils")
9207 (version "0.4.4")
9208 (source
9209 (origin
9210 (method url-fetch)
9211 (uri (string-append "https://github.com/rolandwalker/list-utils/archive/"
9212 "v" version ".tar.gz"))
9213 (file-name (string-append name "-" version ".tar.gz"))
9214 (sha256
9215 (base32
9216 "1xc1xh8c82h5gdjbgpdsdclgwxkxbb7h3x3a2bscpm41g8pnan4p"))))
9217 (build-system emacs-build-system)
9218 (home-page "https://github.com/rolandwalker/list-utils")
9219 (synopsis "List-manipulation utility functions")
9220 (description "This package provides a list manipulation library for Emacs.")
9221 (license license:gpl3+)))
9222
9223 (define-public emacs-move-text
9224 (package
9225 (name "emacs-move-text")
9226 (version "2.0.8")
9227 (source
9228 (origin
9229 (method url-fetch)
9230 (uri (string-append "https://github.com/emacsfodder/move-text/archive/"
9231 version ".tar.gz"))
9232 (file-name (string-append name "-" version ".tar.gz"))
9233 (sha256
9234 (base32
9235 "1sjfja9r25692pgcldgnjzkapzy970m14jh9l4pajysiqcdk72g0"))))
9236 (build-system emacs-build-system)
9237 (home-page "https://github.com/emacsfodder/move-text")
9238 (synopsis "Move current line or region with M-up or M-down")
9239 (description "This package provide functions to move the current line
9240 using @kbd{M-up} or @kbd{M-down} if a region is marked, it will move the
9241 region instead.")
9242 (license license:gpl3+)))
9243
9244 (define-public emacs-validate
9245 (package
9246 (name "emacs-validate")
9247 (version "1.0.5")
9248 (source (origin
9249 (method url-fetch)
9250 (uri (string-append "https://github.com/Malabarba/validate.el"
9251 "/archive/" version ".tar.gz"))
9252 (file-name (string-append name "-" version ".tar.gz"))
9253 (sha256
9254 (base32
9255 "125mbd111f1h1baw0z3fzm48y1bvaigljyzvvnqgrn0shxbj0khg"))))
9256 (build-system emacs-build-system)
9257 (home-page "https://github.com/Malabarba/validate.el")
9258 (synopsis "Emacs library for scheme validation")
9259 (description "This Emacs library provides two functions that perform
9260 schema validation.")
9261 (license license:gpl3+)))
9262
9263 (define-public emacs-rainbow-blocks
9264 (let ((commit "dd435d7bb34ff6f162a5f315df308b90b7e9f842"))
9265 (package
9266 (name "emacs-rainbow-blocks")
9267 (version (git-version "1.0.0" "1" commit))
9268 (source (origin
9269 (method git-fetch)
9270 (uri (git-reference
9271 (url "https://github.com/istib/rainbow-blocks.git")
9272 (commit commit)))
9273 (file-name (git-file-name name version))
9274 (sha256
9275 (base32
9276 "06yfb3i7wzvqrhkb61zib9xvpb5i00s4frizkzff66im05k0n795"))))
9277 (build-system emacs-build-system)
9278 (home-page "https://github.com/istib/rainbow-blocks")
9279 (synopsis "Highlight sexp blocks")
9280 (description "Rainbow-blocks is an Emacs mode that highlights blocks
9281 made of parentheses, brackets, and braces according to their depth. Each
9282 successive level is highlighted in a different color. This makes it easy to
9283 orient yourself in the code, and tell which statements are at a given level.")
9284 (license license:gpl3+))))
9285
9286 (define-public emacs-hierarchy
9287 (package
9288 (name "emacs-hierarchy")
9289 (version "0.7.0")
9290 (source
9291 (origin
9292 (method url-fetch)
9293 (uri (string-append
9294 "https://github.com/DamienCassou/hierarchy/archive/"
9295 "v" version ".tar.gz"))
9296 (file-name (string-append name "-" version ".tar.gz"))
9297 (sha256
9298 (base32
9299 "1a463v5zk6zis2p8cs4mads3iyxh266yahi6j6y0paggfl2yhkc8"))))
9300 (build-system emacs-build-system)
9301 (home-page "https://github.com/DamienCassou/hierarchy")
9302 (synopsis "Library to create and display hierarchy structures")
9303 (description "This package provides an Emacs library to create, query,
9304 navigate and display hierarchy structures.")
9305 (license license:gpl3+)))
9306
9307 (define-public emacs-tree-mode
9308 (let ((commit "b06078826d5875d74b0e7b7ac47b0d0917610534")
9309 (revision "1"))
9310 (package
9311 (name "emacs-tree-mode")
9312 (version (string-append "0.0.1" "-" revision "."
9313 (string-take commit 7)))
9314 (source
9315 (origin
9316 (method git-fetch)
9317 (uri (git-reference
9318 (url "https://github.com/emacsorphanage/tree-mode.git")
9319 (commit commit)))
9320 (file-name (string-append name "-" version "-checkout"))
9321 (sha256
9322 (base32
9323 "13bbdhdmqg4x9yghanhr8fsbsxbnypzxdxgicz31sjjm675kpnix"))))
9324 (build-system emacs-build-system)
9325 (home-page "https://github.com/emacsorphanage/tree-mode")
9326 (synopsis "Emacs mode to manage tree widgets")
9327 (description
9328 "This package provides an Emacs library to manage tree widgets.")
9329 (license license:gpl3+))))
9330
9331 (define-public emacs-md4rd
9332 (let ((commit "be0fc4951b2d1f5194ffa1fcaac706dbac560500")
9333 (revision "1"))
9334 (package
9335 (name "emacs-md4rd")
9336 (version (string-append "0.0.1" "-" revision "."
9337 (string-take commit 7)))
9338 (source (origin
9339 (method git-fetch)
9340 (uri (git-reference
9341 (url "https://github.com/ahungry/md4rd.git")
9342 (commit commit)))
9343 (file-name (string-append name "-" version "-checkout"))
9344 (sha256
9345 (base32
9346 "1i93shx5x192gd7cl2r6gvcvhhwyi1k08abi5w3izv1hn3pmksgq"))))
9347 (propagated-inputs
9348 `(("emacs-hierarchy" ,emacs-hierarchy)
9349 ("emacs-request" ,emacs-request)
9350 ("emacs-dash" ,emacs-dash)
9351 ("emacs-s" ,emacs-s)
9352 ("emacs-tree-mode" ,emacs-tree-mode)))
9353 (build-system emacs-build-system)
9354 (home-page "https://github.com/ahungry/md4rd")
9355 (synopsis "Emacs Mode for Reddit")
9356 (description
9357 "This package allows to read Reddit from within Emacs interactively.")
9358 (license license:gpl3+))))
9359
9360 (define-public emacs-pulseaudio-control
9361 (let ((commit "1da372ec79f5d2fb901d1f9f0679fee8848fd011")
9362 (revision "2"))
9363 (package
9364 (name "emacs-pulseaudio-control")
9365 (version (git-version "0.0.1" revision commit))
9366 (source
9367 (origin
9368 (method git-fetch)
9369 (uri (git-reference
9370 (url "https://github.com/flexibeast/pulseaudio-control.git")
9371 (commit commit)))
9372 (file-name (git-file-name name version))
9373 (sha256
9374 (base32
9375 "02xrsms2pjqdk6327midi61i5vg2h9cq5jwaxv43ldm68wl7hi6k"))))
9376 (build-system emacs-build-system)
9377 (arguments
9378 '(#:phases (modify-phases %standard-phases
9379 (add-after 'unpack 'patch-file-name
9380 (lambda* (#:key inputs #:allow-other-keys)
9381 (let ((pulseaudio (assoc-ref inputs "pulseaudio")))
9382 (chmod "pulseaudio-control.el" #o600)
9383 (emacs-substitute-variables "pulseaudio-control.el"
9384 ("pulseaudio-control-pactl-path"
9385 (string-append pulseaudio "/bin/pactl")))
9386 #t))))))
9387 (inputs `(("pulseaudio" ,pulseaudio)))
9388 (home-page "https://github.com/flexibeast/pulseaudio-control")
9389 (synopsis "Control @code{pulseaudio} from Emacs")
9390 (description
9391 "This package allows to control @code{pulseaudio} from Emacs.")
9392 (license license:gpl3+))))
9393
9394 (define-public emacs-datetime
9395 (package
9396 (name "emacs-datetime")
9397 (version "0.3")
9398 (source (origin
9399 (method url-fetch)
9400 (uri (string-append
9401 "https://github.com/doublep/datetime/archive/"
9402 version ".tar.gz"))
9403 (file-name (string-append name "-" version ".tar.gz"))
9404 (sha256
9405 (base32
9406 "12wqpj67rjij2ki7nmw38rz3k2bsq68pk6zswknlcn9qhp1zd9w9"))))
9407 (build-system emacs-build-system)
9408 (home-page "https://github.com/doublep/datetime/")
9409 (synopsis "Library to work with dates in Emacs")
9410 (description "Parsing, formatting, matching and recoding
9411 timestamps and date-time format strings library for Emacs.")
9412 (license license:gpl3+)))
9413
9414 (define-public emacs-org-mind-map
9415 (let ((commit "9d6e262bedd94daf9de269f4d56de277275677cb")
9416 (revision "1"))
9417 (package
9418 (name "emacs-org-mind-map")
9419 (version (string-append "0.0.1" "-" revision "."
9420 (string-take commit 7)))
9421 (source
9422 (origin
9423 (method git-fetch)
9424 (uri (git-reference
9425 (url "https://github.com/theodorewiles/org-mind-map.git")
9426 (commit commit)))
9427 (file-name (string-append name "-" version "-checkout"))
9428 (sha256
9429 (base32
9430 "0jgkkgq7g64zckrmjib0hvz0qy3ynz5vz13qbmlpf096l3bb65wn"))))
9431 (propagated-inputs
9432 `(("emacs-dash" ,emacs-dash)))
9433 (build-system emacs-build-system)
9434 (home-page "https://github.com/theodorewiles/org-mind-map")
9435 (synopsis "Create Graphviz directed graphs from Org files")
9436 (description
9437 "This package creates Graphviz directed graphs from Org files.")
9438 (license license:gpl3+))))
9439
9440 (define-public emacs-npm-mode
9441 (package
9442 (name "emacs-npm-mode")
9443 (version "0.6.0")
9444 (source
9445 (origin
9446 (method url-fetch)
9447 (uri (string-append "https://github.com/mojochao/npm-mode/archive/"
9448 version ".tar.gz"))
9449 (file-name (string-append name "-" version ".tar.gz"))
9450 (sha256
9451 (base32
9452 "1kq1ww22dwf8c2i2b4z2ldbbmnihj65kb7n5vzvwkch9h4hxpqh5"))))
9453 (build-system emacs-build-system)
9454 (home-page "https://github.com/mojochao/npm-mode")
9455 (synopsis "Minor mode for working with @code{npm} projects")
9456 (description
9457 "@code{npm-mode} provides a minor mode to work with @code{npm} projects.")
9458 (license license:gpl3+)))
9459
9460 (define-public emacs-seq
9461 (package
9462 (name "emacs-seq")
9463 (version "2.20")
9464 (source
9465 (origin
9466 (method url-fetch)
9467 (uri (string-append "http://elpa.gnu.org/packages/seq-" version ".tar"))
9468 (sha256
9469 (base32
9470 "0vrpx6nnyjb0gsypknzagimlhvcvi5y1rcdkpxyqr42415zr8d0n"))))
9471 (build-system emacs-build-system)
9472 (home-page "http://elpa.gnu.org/packages/seq.html")
9473 (synopsis "Sequence manipulation functions")
9474 (description "Sequence-manipulation functions that complement basic
9475 functions provided by @file{subr.el}.")
9476 (license license:gpl3+)))
9477
9478 (define-public emacs-itail
9479 (let ((commit "6e43c20da03be3b9c6ece93b7dc3495975ec1888")
9480 (revision "1"))
9481 (package
9482 (name "emacs-itail")
9483 (version (string-append "0.0.1" "-" revision "."
9484 (string-take commit 7)))
9485 (source
9486 (origin
9487 (method git-fetch)
9488 (uri (git-reference
9489 (url "https://github.com/re5et/itail.git")
9490 (commit commit)))
9491 (file-name (string-append name "-" version "-checkout"))
9492 (sha256
9493 (base32
9494 "044nzxh1hq41faxw3lix0wy78vfz304pjcaa5a11dqfz7q3gx5cv"))))
9495 (build-system emacs-build-system)
9496 (home-page "https://github.com/re5et/itail")
9497 (synopsis "Interactive @code{tail} Emacs mode")
9498 (description "@code{itail} provides interactive @code{tail} mode
9499 that allows you to filter the tail with unix pipes and highlight the
9500 contents of the tailed file. Works locally or on remote files using
9501 tramp.")
9502 (license license:gpl3+))))
9503
9504 (define-public emacs-loop
9505 (package
9506 (name "emacs-loop")
9507 (version "1.3")
9508 (source
9509 (origin
9510 (method url-fetch)
9511 (uri (string-append "https://github.com/Wilfred/loop.el/archive/"
9512 version ".tar.gz"))
9513 (file-name (string-append name "-" version ".tar.gz"))
9514 (sha256
9515 (base32
9516 "1z3rhh3zyjabz36410yz0lp4a0qwwj0387as662wvx3z9y54jia9"))))
9517 (build-system emacs-build-system)
9518 (home-page "https://github.com/Wilfred/loop.el")
9519 (synopsis "Imperative loop structures for Emacs")
9520 (description "Loop structures familiar to users of other languages. This
9521 library adds a selection of popular loop structures as well as break and
9522 continue.")
9523 (license license:gpl3+)))
9524
9525 (define-public emacs-elisp-refs
9526 (package
9527 (name "emacs-elisp-refs")
9528 (version "1.3")
9529 (source
9530 (origin
9531 (method url-fetch)
9532 (uri (string-append "https://github.com/Wilfred/elisp-refs/archive/"
9533 version ".tar.gz"))
9534 (file-name (string-append name "-" version ".tar.gz"))
9535 (sha256
9536 (base32
9537 "02nzcn3v14n7mp7q32j5r4wdlpsw3zixzh6cf0cdyarfir6dly3p"))))
9538 (build-system emacs-build-system)
9539 (propagated-inputs
9540 `(("emacs-dash" ,emacs-dash)
9541 ("emacs-f" ,emacs-f)
9542 ("emacs-list-utils" ,emacs-list-utils)
9543 ("emacs-loop" ,emacs-loop)
9544 ("emacs-s" ,emacs-s)
9545 ("emacs-shut-up" ,emacs-shut-up)))
9546 (home-page "https://github.com/Wilfred/elisp-refs")
9547 (synopsis "Find callers of elisp functions or macros")
9548 (description "Find references to functions, macros or variables. Unlike a
9549 dumb text search, @code{elisp-refs} actually parses the code, so it's never
9550 confused by comments or @code{foo-bar} matching @code{foo}.")
9551 (license license:gpl3+)))
9552
9553 (define-public emacs-crux
9554 (let ((commit "4f5c8fefd5a6aa52e128c4a0401cc86410d6ac8f")
9555 (revision "1"))
9556 (package
9557 (name "emacs-crux")
9558 (version (string-append "0.3.0" "-" revision "."
9559 (string-take commit 7)))
9560 (source
9561 (origin
9562 (method git-fetch)
9563 (uri (git-reference
9564 (url "https://github.com/bbatsov/crux.git")
9565 (commit commit)))
9566 (file-name (string-append name "-" version "-checkout"))
9567 (sha256
9568 (base32
9569 "1fdxvv25cs01sg6fmvmzxpzvs50i6v8n2jya60lbavxqqhi0sbxd"))))
9570 (build-system emacs-build-system)
9571 (home-page "https://github.com/bbatsov/crux")
9572 (synopsis "Collection of useful functions for Emacs")
9573 (description
9574 "@code{crux} provides a collection of useful functions for Emacs.")
9575 (license license:gpl3+))))
9576
9577 (define-public emacs-edit-server
9578 (package
9579 (name "emacs-edit-server")
9580 (version "1.13")
9581 (source
9582 (origin
9583 (method url-fetch)
9584 (uri (string-append "https://github.com/stsquad/emacs_chrome/archive/"
9585 "v" version ".tar.gz"))
9586 (file-name (string-append name "-" version ".tar.gz"))
9587 (sha256
9588 (base32
9589 "1r92kqggslqasza718z4ka883mqfbnibdm43f0j9gaipk0msm2wf"))))
9590 (build-system emacs-build-system)
9591 (arguments
9592 `(#:phases
9593 (modify-phases %standard-phases
9594 (add-after 'unpack 'chdir-elisp
9595 ;; Elisp directory is not in root of the source.
9596 (lambda _
9597 (chdir "servers"))))))
9598 (home-page "https://github.com/stsquad/emacs_chrome")
9599 (synopsis "Server that responds to edit requests from Chromium")
9600 (description
9601 "This package provides an edit server to respond to requests from Emacs.")
9602 (license license:gpl3+)))
9603
9604 (define-public emacs-m-buffer-el
9605 (package
9606 (name "emacs-m-buffer-el")
9607 (version "0.15")
9608 (source
9609 (origin
9610 (method url-fetch)
9611 (uri (string-append "https://github.com/phillord/m-buffer-el"
9612 "/archive/" "v" version ".tar.gz"))
9613 (file-name (string-append name "-" version ".tar.gz"))
9614 (sha256
9615 (base32
9616 "17vdcc8q37q9db98jyww1c0ivinmwfcw4l04zccfacalra63a214"))))
9617 (arguments
9618 `(#:phases
9619 (modify-phases %standard-phases
9620 (add-before 'install 'check
9621 (lambda* (#:key inputs #:allow-other-keys)
9622 (invoke "emacs" "--batch" "-L" "."
9623 "-l" "test/m-buffer-test.el"
9624 "-l" "test/m-buffer-at-test.el"
9625 "-f" "ert-run-tests-batch-and-exit"))))))
9626 (build-system emacs-build-system)
9627 (home-page "https://github.com/phillord/m-buffer-el")
9628 (synopsis "List oriented buffer operations for Emacs")
9629 (description "@code{m-buffer} provides a set of list-orientated functions
9630 for operating over the contents of Emacs buffers.")
9631 (license license:gpl3+)))
9632
9633 (define-public emacs-let-alist
9634 (package
9635 (name "emacs-let-alist")
9636 (version "1.0.5")
9637 (source
9638 (origin
9639 (method url-fetch)
9640 (uri (string-append
9641 "https://elpa.gnu.org/packages/let-alist-" version ".el"))
9642 (sha256
9643 (base32
9644 "0r7b9jni50la1m79kklml11syg8d2fmdlr83pv005sv1wh02jszw"))))
9645 (build-system emacs-build-system)
9646 (home-page "https://elpa.gnu.org/packages/let-alist.html")
9647 (synopsis "Easily let-bind values of an assoc-list by their names")
9648 (description "This package offers a single macro, @code{let-alist}. This
9649 macro takes a first argument (whose value must be an alist) and a body.")
9650 (license license:gpl3+)))
9651
9652 (define-public emacs-esup
9653 (let ((commit "a589005a9a888537deef94d6fe38a9b8790c97c7")
9654 (revision "1"))
9655 (package
9656 (name "emacs-esup")
9657 (version (string-append "0.6" "-" revision "."
9658 (string-take commit 7)))
9659 (source
9660 (origin
9661 (method git-fetch)
9662 (uri (git-reference
9663 (url "https://github.com/jschaf/esup.git")
9664 (commit commit)))
9665 (file-name (string-append name "-" version "-checkout"))
9666 (sha256
9667 (base32
9668 "04lxmd0h7mfjjl0qghrycgff0vcv950j1wqv0dbkr61jxp64n5fv"))))
9669 ;; TODO: Add tests
9670 (build-system emacs-build-system)
9671 (home-page "https://github.com/jschaf/esup")
9672 (synopsis "Emacs start up profiler")
9673 (description "Benchmark Emacs Startup time without ever leaving
9674 your Emacs.")
9675 (license license:gpl2+))))
9676
9677 (define-public emacs-sourcemap
9678 (package
9679 (name "emacs-sourcemap")
9680 (version "0.03")
9681 (source
9682 (origin
9683 (method url-fetch)
9684 (uri (string-append "https://github.com/syohex/emacs-sourcemap/archive/"
9685 version ".tar.gz"))
9686 (file-name (string-append name "-" version ".tar.gz"))
9687 (sha256
9688 (base32
9689 "0bmd5l3cx2iyl7vxn84xdhs80b07kpdpfwki28lh5d0kmm5qs6m6"))))
9690 (build-system emacs-build-system)
9691 (home-page "https://github.com/syohex/emacs-sourcemap")
9692 (synopsis "Sourcemap parser")
9693 (description "Sourcemap parser")
9694 (license license:gpl3+)))
9695
9696 (define-public emacs-macrostep
9697 (let ((commit "424e3734a1ee526a1bd7b5c3cd1d3ef19d184267"))
9698 (package
9699 (name "emacs-macrostep")
9700 (version (git-version "0.9" "1" commit))
9701 (source (origin
9702 (method git-fetch)
9703 (uri (git-reference
9704 (url "https://github.com/joddie/macrostep.git")
9705 (commit commit)))
9706 (file-name (string-append name "-" version "-checkout"))
9707 (sha256
9708 (base32
9709 "1fm40mxdn289cyzgw992223dgrjmwxn4q8svyyxfaxjrpb38jhjz"))))
9710 (build-system emacs-build-system)
9711 (arguments
9712 '(#:phases
9713 (modify-phases %standard-phases
9714 (add-before 'check 'remove-test
9715 ;; Fails because of requirement ‘/bin/sh’.
9716 (lambda _
9717 (let ((file "macrostep-test.el"))
9718 (chmod file #o644)
9719 (emacs-batch-edit-file file
9720 `(progn (progn (goto-char (point-min))
9721 (re-search-forward
9722 "(ert-deftest macrostep-expand-c-macros")
9723 (beginning-of-line)
9724 (kill-sexp))
9725 (basic-save-buffer))))))
9726 (add-before 'install 'check
9727 (lambda _
9728 (invoke "emacs" "--batch" "-L" "."
9729 "-l" "macrostep-test.el"
9730 "-f" "ert-run-tests-batch-and-exit"))))))
9731 (home-page "https://github.com/joddie/macrostep")
9732 (synopsis "Interactive macro-expander for Emacs")
9733 (description "@code{macrostep} is an Emacs minor mode for interactively
9734 stepping through the expansion of macros in Emacs Lisp source code. It lets
9735 you see exactly what happens at each step of the expansion process by
9736 pretty-printing the expanded forms inline in the source buffer, which is
9737 temporarily read-only while macro expansions are visible. You can expand and
9738 collapse macro forms one step at a time, and evaluate or instrument the
9739 expansions for debugging with Edebug as normal (but see “Bugs and known
9740 limitations”, below). Single-stepping through the expansion is particularly
9741 useful for debugging macros that expand into another macro form. These can be
9742 difficult to debug with Emacs’ built-in macroexpand, which continues expansion
9743 until the top-level form is no longer a macro call.")
9744 (license license:gpl3+))))
9745
9746 (define-public emacs-parent-mode
9747 (package
9748 (name "emacs-parent-mode")
9749 (version "2.3")
9750 (source
9751 (origin
9752 (method url-fetch)
9753 (uri (string-append "https://github.com/Fanael/parent-mode/archive/"
9754 version ".tar.gz"))
9755 (file-name (string-append name "-" version ".tar.gz"))
9756 (sha256
9757 (base32
9758 "0gxbl5s1w96v6v55b7aaansgw4sxhzfx9nrsvpk3pfhsibs6yqjd"))))
9759 (build-system emacs-build-system)
9760 (home-page "https://github.com/Fanael/parent-mode")
9761 (synopsis "Get major mode's parent modes")
9762 (description "Get major mode's parent modes")
9763 (license license:gpl3+)))
9764
9765 (define-public emacs-lacarte
9766 (package
9767 (name "emacs-lacarte")
9768 (version "0.1")
9769 (source (origin
9770 (method url-fetch)
9771 (uri "https://www.emacswiki.org/emacs/download/lacarte.el")
9772 (sha256
9773 (base32
9774 "1sbmk37ljq5j7dsw5c37sbxvlfgdqswh7bi4dknyjzfxlq50f4am"))))
9775 (build-system emacs-build-system)
9776 (home-page "https://www.emacswiki.org/emacs/lacarte.el")
9777 (synopsis "Execute menu items as commands, with completion")
9778 (description "Execute menu items as commands, with completion.")
9779 (license license:gpl3)))
9780
9781 (define-public emacs-company-lua
9782 (let ((commit "0be8122f3adf57ad27953bf4b03545d6298d3da4"))
9783 (package
9784 (name "emacs-company-lua")
9785 (version (git-version "0.1" "1" commit))
9786 (source
9787 (origin
9788 (method git-fetch)
9789 (uri (git-reference
9790 (url "https://github.com/ptrv/company-lua.git")
9791 (commit commit)))
9792 (file-name (git-file-name name version))
9793 (sha256
9794 (base32
9795 "1d9i165apgmwns7b2fd5wcpjpkah3dyj20v5sb8ynvz6qhhr5r9c"))))
9796 (build-system emacs-build-system)
9797 (propagated-inputs
9798 `(("emacs-company" ,emacs-company)
9799 ("emacs-s" ,emacs-s)
9800 ("emacs-f" ,emacs-f)
9801 ("emacs-lua-mode" ,emacs-lua-mode)))
9802 (home-page "https://github.com/ptrv/company-lua")
9803 (synopsis "Company backend for Lua")
9804 (description
9805 "This package provides Company backend for Lua programming language.")
9806 (license license:gpl3+))))
9807
9808 (define-public emacs-beginend
9809 (package
9810 (name "emacs-beginend")
9811 (version "2.0.0")
9812 (source
9813 (origin
9814 (method url-fetch)
9815 (uri (string-append "https://github.com/DamienCassou/beginend/archive/"
9816 "v" version ".tar.gz"))
9817 (file-name (string-append name "-" version ".tar.gz"))
9818 (sha256
9819 (base32
9820 "0z4rbwffh9vxfvcrlvym4p73z7gf72q0b5iv33llbpcpbijknnrq"))))
9821 ;; TODO: Run tests.
9822 (build-system emacs-build-system)
9823 (inputs
9824 `(("emacs-undercover" ,emacs-undercover))) ; For tests.
9825 (home-page "https://github.com/DamienCassou/beginend")
9826 (synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
9827 (description "@code{beginend} redefines @code{M-<} and @code{M->}
9828 keybindings for Emacs modes so that point moves to meaningful
9829 locations. Redefined keys are still accessible by pressing the same
9830 key again.")
9831 (license license:gpl3+)))
9832
9833 (define-public emacs-mbsync
9834 (let ((commit "42077e83ae2db778ce0f8e22f8357b40355526b3")
9835 (revision "1"))
9836 (package
9837 (name "emacs-mbsync")
9838 (version (string-append "0.0.1" "-" revision "."
9839 (string-take commit 7)))
9840 (source
9841 (origin
9842 (method git-fetch)
9843 (uri (git-reference
9844 (url "https://github.com/dimitri/mbsync-el.git")
9845 (commit commit)))
9846 (file-name (string-append name "-" version "-checkout"))
9847 (sha256
9848 (base32
9849 "0yj93y2mpxlir8x73znlg1slxlv4blm1vjv5h2w3j8lxg8bxvmn6"))))
9850 (build-system emacs-build-system)
9851 (home-page "https://github.com/dimitri/mbsync-el")
9852 (synopsis "Interface to mbsync for Emacs")
9853 (description "This package allows to call the @code{mbsync} from
9854 within Emacs.")
9855 (license license:gpl3+))))
9856
9857 (define-public emacs-ibuffer-projectile
9858 (let ((commit "c18ac540ee46cb759fc5df18747f6e8d23563011")
9859 (revision "1"))
9860 (package
9861 (name "emacs-ibuffer-projectile")
9862 (version (string-append "0.2" "-" revision "."
9863 (string-take commit 7)))
9864 (source
9865 (origin
9866 (method git-fetch)
9867 (uri (git-reference
9868 (url "https://github.com/purcell/ibuffer-projectile.git")
9869 (commit commit)))
9870 (file-name (string-append name "-" version "-checkout"))
9871 (sha256
9872 (base32
9873 "1nd26cwwdpnwj0g4w393rd59klpyr6wqrnyr6scmwb5d06bsm44n"))))
9874 (build-system emacs-build-system)
9875 (propagated-inputs
9876 `(("emacs-projectile" ,emacs-projectile)))
9877 (home-page "https://github.com/purcell/ibuffer-projectile")
9878 (synopsis "Group ibuffer's list by projectile root")
9879 (description "Adds functionality to Emacs @code{ibuffer} for
9880 grouping buffers by their projectile root directory.")
9881 (license license:gpl3+))))
9882
9883 (define-public emacs-helm-mode-manager
9884 (package
9885 (name "emacs-helm-mode-manager")
9886 (version "1.0.0")
9887 (source
9888 (origin
9889 (method url-fetch)
9890 (uri (string-append "https://github.com/istib/helm-mode-manager/"
9891 "archive/" version ".tar.gz"))
9892 (file-name (string-append name "-" version ".tar.gz"))
9893 (sha256
9894 (base32
9895 "0wllj321z16hgrx0ddwzk5wz4mnnx5am7w5nclqclfc5dfdn92wm"))))
9896 (build-system emacs-build-system)
9897 (propagated-inputs
9898 `(("emacs-helm" ,emacs-helm)))
9899 (home-page "https://github.com/istib/helm-mode-manager/")
9900 (synopsis "Switch and toggle Emacs major and minor modes using Helm")
9901 (description "This package provides a Helm interface for toggling Emacs
9902 major or minor mode.
9903
9904 @itemize
9905 @item @code{helm-switch-major-mode} list of all major modes
9906 @item @code{helm-enable-minor-mode} list of all inactive minor modes
9907 @item @code{helm-disable-minor-mode} list of all ACTIVE minor modes
9908 @end itemize\n
9909
9910 Hitting @code{RET} enables the mode, @code{C-z} shows the mode
9911 documentation.")
9912 (license license:gpl3+)))
9913
9914 (define-public emacs-hy-mode
9915 (package
9916 (name "emacs-hy-mode")
9917 (version "1.0.3")
9918 (source
9919 (origin
9920 (method url-fetch)
9921 (uri (string-append "https://github.com/hylang/hy-mode/archive/"
9922 "v" version ".tar.gz"))
9923 (file-name (string-append name "-" version ".tar.gz"))
9924 (sha256
9925 (base32
9926 "0b4pvbr2hf77bq2vsyfsv653q0dab7qzq85wc7kdziw7687jdf2z"))))
9927 (build-system emacs-build-system)
9928 (propagated-inputs
9929 `(("emacs-dash" ,emacs-dash)
9930 ("emacs-s" ,emacs-s)))
9931 (home-page "https://github.com/hylang/hy-mode")
9932 (synopsis "Major mode for Hylang")
9933 (description "This package provides a major mode for Hylang.")
9934 (license license:gpl3+)))
9935
9936 (define-public emacs-web-beautify
9937 (package
9938 (name "emacs-web-beautify")
9939 (version "0.3.2")
9940 (source
9941 (origin
9942 (method url-fetch)
9943 (uri (string-append "https://github.com/yasuyk/web-beautify/archive/"
9944 version ".tar.gz"))
9945 (file-name (string-append name "-" version ".tar.gz"))
9946 (sha256
9947 (base32
9948 "1j57hwid74id4swkx2g0iljfawx0k9c7qjrwqc0mv657x9p78hcs"))))
9949 (build-system emacs-build-system)
9950 (home-page "https://github.com/yasuyk/web-beautify")
9951 (synopsis "Format HTML, CSS and JavaScript, JSON")
9952 (description "This package provides an Emacs functions to format HTML,
9953 CSS, JavaScript, JSON.")
9954 (license license:gpl3+)))
9955
9956 (define-public emacs-helm-shell-history
9957 (let ((commit "110d3c35c52fe4b89b29e79ea4c8626bce7266a1"))
9958 (package
9959 (name "emacs-helm-shell-history")
9960 (version (git-version "0.1" "1" commit))
9961 (source
9962 (origin
9963 (method git-fetch)
9964 (uri (git-reference
9965 (url "https://github.com/yuutayamada/helm-shell-history.git")
9966 (commit commit)))
9967 (file-name (git-file-name name version))
9968 (sha256
9969 (base32
9970 "18fkjcz69g4dyaxhf9j8svr5x6dhsdnglddwisis8hdn504scpfj"))))
9971 (build-system emacs-build-system)
9972 (arguments
9973 '(#:phases
9974 (modify-phases %standard-phases
9975 (add-before 'check 'patch-helm-shell-history-file
9976 (lambda _
9977 (let ((file "helm-shell-history.el"))
9978 (chmod file #o644)
9979 (emacs-substitute-sexps file
9980 ("(defvar helm-shell-history-file"
9981 `(expand-file-name "~/.bash_history"))))
9982 #t)))))
9983 (propagated-inputs
9984 `(("emacs-helm" ,emacs-helm)))
9985 (home-page "https://github.com/yuutayamada/helm-shell-history")
9986 (synopsis "Find shell history with Emacs Helm")
9987 (description "This package provides an Emacs Helm interface to search
9988 throw a shell history.")
9989 (license license:gpl3+))))
9990
9991 (define-public emacs-discover-my-major
9992 (package
9993 (name "emacs-discover-my-major")
9994 (version "1.0")
9995 (source
9996 (origin
9997 (method url-fetch)
9998 (uri
9999 (string-append "https://github.com/steckerhalter/discover-my-major"
10000 "/archive/" version ".tar.gz"))
10001 (file-name (string-append name "-" version ".tar.gz"))
10002 (sha256
10003 (base32
10004 "0nah41f92rrl2l405kpqr6iaks11jyclgl4z7ilfymbr4ifmsiyl"))))
10005 (build-system emacs-build-system)
10006 (propagated-inputs
10007 `(("emacs-makey" ,emacs-makey)))
10008 (home-page "https://github.com/steckerhalter/discover-my-major")
10009 (synopsis "Discover key bindings for the current Emacs major mode")
10010 (description "This package provides allows to discover key bindings and
10011 their meaning for the current Emacs major-mode.")
10012 (license license:gpl3+)))
10013
10014 (define-public emacs-org-ref
10015 (let ((commit "8c9b5d7efb9f0c1ad5186b8203bdd017f4249129")
10016 (revision "1"))
10017 (package
10018 (name "emacs-org-ref")
10019 (version (string-append "1.1.1" "-" revision "."
10020 (string-take commit 7)))
10021 (source
10022 (origin
10023 (method git-fetch)
10024 (uri (git-reference
10025 (url "https://github.com/jkitchin/org-ref.git")
10026 (commit commit)))
10027 (file-name (string-append name "-" version "-checkout"))
10028 (sha256
10029 (base32
10030 "1rxz0bjdsayk0slv23i07d9xhj2m7s4hsc81wc2d1cs52dkr5zmz"))))
10031 (build-system emacs-build-system)
10032 (propagated-inputs
10033 `(("emacs-dash" ,emacs-dash)
10034 ("emacs-helm" ,emacs-helm)
10035 ("emacs-helm-bibtex" ,emacs-helm-bibtex)
10036 ("emacs-ivy" ,emacs-ivy)
10037 ("emacs-hydra" ,emacs-hydra)
10038 ("emacs-key-chord" ,emacs-key-chord)
10039 ("emacs-s" ,emacs-s)
10040 ("emacs-f" ,emacs-f)
10041 ("emacs-pdf-tools" ,emacs-pdf-tools)))
10042 (home-page "https://github.com/jkitchin/org-ref")
10043 (synopsis "Citations, cross-references and bibliographies in org-mode")
10044 (description
10045 "Lisp code to setup bibliography, cite, ref and label org-mode links.
10046 Also sets up reftex and helm for org-mode citations. The links are
10047 clickable and do things that are useful.
10048
10049 The default setup uses helm-bibtex.
10050
10051 You should really read org-ref.org in this package for details.")
10052 (license license:gpl3+))))
10053
10054 (define-public emacs-org-reveal
10055 (package
10056 (name "emacs-org-reveal")
10057 ;; There are no proper tag, so we use the latest commit of the stable
10058 ;; branch, as does MELPA.
10059 (version "20161027.926")
10060 (source (origin
10061 (method git-fetch)
10062 (uri (git-reference
10063 (url "https://github.com/yjwen/org-reveal.git")
10064 (commit "001567cc12d50ba07612edd1718b86a12e8c2547")))
10065 (file-name (string-append name "-" version "-checkout"))
10066 (sha256
10067 (base32
10068 "18rma8smjrskbjyna076zhvx79zs5r5vinb537h8mw13pfxd6cm8"))))
10069 (build-system emacs-build-system)
10070 (home-page "https://github.com/yjwen/org-reveal")
10071 (synopsis "Org and Reveal.js powered HTML presentation tool")
10072 (description "Org-Reveal is a command@{org-mode} extension that allows to
10073 create beautiful presentations (slides) with 3D effects from simple but
10074 powerful Org contents.")
10075 (license license:gpl3+)))
10076
10077 (define-public emacs-add-hooks
10078 (package
10079 (name "emacs-add-hooks")
10080 (version "3.1.1")
10081 (source (origin
10082 (method url-fetch)
10083 (uri (string-append
10084 "https://github.com/nickmccurdy/add-hooks/archive/"
10085 version ".tar.gz"))
10086 (file-name (string-append name "-" version ".tar.gz"))
10087 (sha256
10088 (base32
10089 "03a28gb3298g7pc2qji9hi44p4d99ljp5mpi9cmg42ldv8fl6549"))))
10090 (build-system emacs-build-system)
10091 (home-page "https://github.com/nickmccurdy/add-hooks/")
10092 (synopsis "Emacs function for setting multiple hooks")
10093 (description "This package provides a @code{add-hooks} function tidies up
10094 duplicate hook and function names further into a single declarative call.")
10095 (license license:gpl3+)))
10096
10097 (define-public emacs-fancy-narrow
10098 (package
10099 (name "emacs-fancy-narrow")
10100 (version "0.9.5")
10101 (source
10102 (origin
10103 (method url-fetch)
10104 (uri (string-append "https://github.com/Malabarba/fancy-narrow/archive/"
10105 version ".tar.gz"))
10106 (file-name (string-append name "-" version ".tar.gz"))
10107 (sha256
10108 (base32
10109 "0rf2rnzg82pdqch041yyx3f9ddixffkk9s2ydzg8hwy66sg3385n"))))
10110 (build-system emacs-build-system)
10111 (home-page "https://github.com/Malabarba/fancy-narrow/releases")
10112 (synopsis "Imitate @code{narrow-to-region} with more eye candy")
10113 (description
10114 "Unlike @code{narrow-to-region}, which completely hides text outside
10115 the narrowed region, this package simply de-emphasizes the text, makes it
10116 read-only, and makes it unreachable. This leads to a much more natural
10117 feeling where the region stays static (instead of being brutally moved to a
10118 blank slate) and is clearly highlighted with respect to the rest of the
10119 buffer.")
10120 (license license:gpl2+)))
10121
10122 (define-public emacs-know-your-http-well
10123 (package
10124 (name "emacs-know-your-http-well")
10125 (version "0.5.0")
10126 (source
10127 (origin
10128 (method url-fetch)
10129 (uri (string-append
10130 "https://github.com/for-GET/know-your-http-well/archive/"
10131 "v" version ".tar.gz"))
10132 (file-name (string-append name "-" version ".tar.gz"))
10133 (sha256
10134 (base32
10135 "1y3kwz88awcgwaivlswq0q4g2i02762r23lpwg61bfqy5lrjjqnj"))))
10136 (arguments
10137 `(#:phases
10138 (modify-phases %standard-phases
10139 (add-after 'unpack 'install-json-files
10140 (lambda* (#:key outputs #:allow-other-keys)
10141 (for-each (lambda (directory)
10142 (copy-recursively directory
10143 (string-append
10144 (assoc-ref outputs "out")
10145 directory)))
10146 '("js" "json"))))
10147 (add-after 'unpack 'chdir-elisp
10148 ;; Elisp directory is not in root of the source.
10149 (lambda _
10150 (chdir "emacs"))))))
10151 (build-system emacs-build-system)
10152 (home-page "https://github.com/for-GET/know-your-http-well")
10153 (synopsis "Meaning of HTTP headers codes")
10154 (description "Meaning of HTTP headers codes.")
10155 (license license:gpl3+)))
10156
10157 (define-public emacs-navi-mode
10158 (let ((commit "c1d38e8237f4e14af020a0b7d4f118ea198ab674"))
10159 (package
10160 (name "emacs-navi-mode")
10161 (version (git-version "2.0" "1" commit))
10162 (source
10163 (origin
10164 (method git-fetch)
10165 (uri (git-reference
10166 (url "https://github.com/alphapapa/navi.git")
10167 (commit commit)))
10168 (file-name (git-file-name name version))
10169 (sha256
10170 (base32
10171 "0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
10172 (build-system emacs-build-system)
10173 (propagated-inputs
10174 `(("emacs-outshine" ,emacs-outshine)
10175 ("emacs-outorg" ,emacs-outorg)))
10176 (home-page "https://github.com/alphapapa/navi")
10177 (synopsis "Emacs major-mode for easy buffer-navigation")
10178 (description
10179 "This package provides an Emacs major-mode for easy buffer-navigation")
10180 (license license:gpl3+))))
10181
10182 (define-public emacs-download-region
10183 (let ((commit "eb9e557529a73b4cfc8281c70dd0d95db333fffa")
10184 (revision "1"))
10185 (package
10186 (name "emacs-download-region")
10187 (version (string-append "0.0.1" "-" revision "."
10188 (string-take commit 7)))
10189 (source
10190 (origin
10191 (method git-fetch)
10192 (uri (git-reference
10193 (url "https://github.com/zk-phi/download-region.git")
10194 (commit commit)))
10195 (file-name (string-append name "-" version "-checkout"))
10196 (sha256
10197 (base32
10198 "0v52djg39b6k2snizd9x0qc009ws5y0ywqsfwhqgcbs5ymzh7dsc"))))
10199 (build-system emacs-build-system)
10200 (home-page "https://github.com/zk-phi/download-region")
10201 (synopsis "In buffer download manager for Emacs")
10202 (description "@code{download-region} provides in buffer
10203 downloading manager for Emacs.")
10204 (license license:gpl3+))))
10205
10206 (define-public emacs-helpful
10207 (package
10208 (name "emacs-helpful")
10209 (version "0.13")
10210 (source (origin
10211 (method url-fetch)
10212 (uri (string-append
10213 "https://github.com/Wilfred/helpful/archive/"
10214 version ".tar.gz"))
10215 (file-name (string-append name "-" version ".tar.gz"))
10216 (sha256
10217 (base32
10218 "11kj04y1fa3vnw2991cyqf6adz6bb3hlrdkvypjnmpb0s64q64b6"))))
10219 (build-system emacs-build-system)
10220 (propagated-inputs
10221 `(("emacs-elisp-refs" ,emacs-elisp-refs)))
10222 (home-page "https://github.com/Wilfred/helpful")
10223 (synopsis "More contextual information in Emacs help")
10224 (description "@code{helpful} is an alternative to the built-in Emacs help
10225 that provides much more contextual information.
10226
10227 @itemize
10228 @item Show the source code for interactively defined functions (unlike the
10229 built-in Help).
10230 @item Fall back to the raw sexp if no source is available.
10231 @item Show where a function is being called.
10232 @item Docstrings will Highlight the summary (the first sentence), include
10233 cross-references, hide superfluous puncuation.
10234 @item Show you the properties that have been applied to the current
10235 symbol. This provides visibility of features like edebug or byte-code
10236 optimisation.
10237 @item Provide a separate @code{helpful-command} function to view interactive
10238 functions.
10239 @item Display any keybindings that apply to interactive functions.
10240 @item Trace, disassemble functions from inside Helpful. This is discoverable
10241 and doesn't require memorisation of commands.
10242 @end itemize\n")
10243 (license license:gpl3+)))
10244
10245 (define-public emacs-logview
10246 (package
10247 (name "emacs-logview")
10248 (version "0.9")
10249 (source (origin
10250 (method url-fetch)
10251 (uri (string-append
10252 "https://github.com/doublep/logview/archive/"
10253 version ".tar.gz"))
10254 (file-name (string-append name "-" version ".tar.gz"))
10255 (sha256
10256 (base32
10257 "1vd11ppm46ldqsiwhqgw91p34gbjh1y82r9mxcn9r2gj65nvhxcp"))))
10258 (propagated-inputs
10259 `(("emacs-datetime" ,emacs-datetime)))
10260 (build-system emacs-build-system)
10261 (home-page "https://github.com/doublep/logview/")
10262 (synopsis "Emacs mode for viewing log files")
10263 (description "@code{logview} provides an Emacs mode to view log files.")
10264 (license license:gpl3+)))
10265
10266 (define-public emacs-suggest
10267 (package
10268 (name "emacs-suggest")
10269 (version "0.4")
10270 (source
10271 (origin
10272 (method url-fetch)
10273 (uri (string-append "https://github.com/Wilfred/suggest.el/archive/"
10274 version ".tar.gz"))
10275 (file-name (string-append name "-" version ".tar.gz"))
10276 (sha256
10277 (base32
10278 "1760fm3j19w8xxcawq6s859h86q1rdg69pg9yz48n76kwfk3vlgp"))))
10279 (build-system emacs-build-system)
10280 (propagated-inputs
10281 `(("emacs-loop" ,emacs-loop)
10282 ("emacs-dash" ,emacs-dash)
10283 ("emacs-s" ,emacs-s)
10284 ("emacs-f" ,emacs-f)))
10285 (home-page "https://github.com/Wilfred/suggest.el")
10286 (synopsis "Suggest Elisp functions that give the output requested")
10287 (description "Suggest.el will find functions that give the output
10288 requested. It's a great way of exploring list, string and arithmetic
10289 functions.")
10290 (license license:gpl3+)))
10291
10292 (define-public emacs-benchmark-init
10293 (package
10294 (name "emacs-benchmark-init")
10295 (version "1.0")
10296 (source (origin
10297 (method url-fetch)
10298 (uri (string-append
10299 "https://github.com/dholm/benchmark-init-el/archive/"
10300 version ".tar.gz"))
10301 (file-name (string-append name "-" version ".tar.gz"))
10302 (sha256
10303 (base32
10304 "0szyqr4nncwz4vd5gww1vz31kf9r2lx25p4d0d09pm35974x53kz"))))
10305 (build-system emacs-build-system)
10306 (home-page "https://github.com/dholm/benchmark-init-el")
10307 (synopsis "Benchmark Emacs @code{require} and @code{load} calls")
10308 (description "@code{benchmark-init} provides a way to keep track of where
10309 time is being spent during Emacs startup in order to optimize startup time.")
10310 (license license:gpl3+)))
10311
10312 (define-public emacs-emms-player-simple-mpv
10313 ;; A new mpv backend is included in Emms from 5.0.
10314 (deprecated-package "emacs-emms-player-simple-mpv" emacs-emms))
10315
10316 (define-public emacs-magit-org-todos-el
10317 (let ((commit "df206287737b9671f2e36ae7b1474ebbe9940d2a"))
10318 (package
10319 (name "emacs-magit-org-todos-el")
10320 (version (git-version "0.1.1" "1" commit))
10321 (source
10322 (origin
10323 (method git-fetch)
10324 (uri (git-reference
10325 (url "https://github.com/danielma/magit-org-todos.el.git")
10326 (commit commit)))
10327 (file-name (git-file-name name version))
10328 (sha256
10329 (base32
10330 "0kdp7k7jnnrkhsg0xh1c3h7iz0vgi120gf5xwl1hxy61avivnxrn"))))
10331 (propagated-inputs
10332 `(("magit" ,emacs-magit)))
10333 (build-system emacs-build-system)
10334 (home-page "https://github.com/danielma/magit-org-todos.el")
10335 (synopsis "Get todo.org into Emacs Magit status")
10336 (description "This package allows you to get @file{todo.org} into your
10337 magit status.
10338
10339 If you have a @file{todo.org} file with @code{TODO} items in the root of your
10340 repository, @code{magit-org-todos} will create a section in your Magit status
10341 buffer with each of your todos.")
10342 (license license:gpl3+))))
10343
10344 (define-public emacs-f3
10345 (package
10346 (name "emacs-f3")
10347 (version "0.1")
10348 (source
10349 (origin
10350 (method url-fetch)
10351 (uri (string-append "https://github.com/cosmicexplorer/f3/archive/"
10352 version ".tar.gz"))
10353 (file-name (string-append name "-" version ".tar.gz"))
10354 (sha256
10355 (base32
10356 "06b8i1jvklm5k3k90n65f197l1miq1xlxqkqpbppw4h3rhl4y98h"))))
10357 (build-system emacs-build-system)
10358 (propagated-inputs
10359 `(("emacs-helm" ,emacs-helm)))
10360 (home-page "https://github.com/cosmicexplorer/f3")
10361 (synopsis "Fantastic File Finder for Emacs")
10362 (description
10363 "The Fantastic File Finder for Emacs. Find files fast, using helm.")
10364 (license license:gpl3+)))
10365
10366 (define-public emacs-lice-el
10367 (let ((commit "4339929927c62bd636f89bb39ea999d18d269250"))
10368 (package
10369 (name "emacs-lice-el")
10370 (version (git-version "0.2" "1" commit))
10371 (source (origin
10372 (method git-fetch)
10373 (uri (git-reference
10374 (url "https://github.com/buzztaiki/lice-el.git")
10375 (commit commit)))
10376 (file-name (git-file-name name version))
10377 (sha256
10378 (base32
10379 "0879z761b7gajkhq176ps745xpdrivch349crransv8fnsc759yb"))))
10380 (build-system emacs-build-system)
10381 (home-page "https://github.com/buzztaiki/lice-el")
10382 (synopsis "License and header template for Emacs")
10383 (description "@code{lice.el} provides following features:
10384
10385 @itemize
10386 @item License template management.
10387 @item File header insertion.
10388 @end itemize\n")
10389 (license license:gpl3+))))
10390
10391 (define-public emacs-academic-phrases
10392 (let ((commit "0823ed8c24b26c32f909b896a469833ec4d7b656"))
10393 (package
10394 (name "emacs-academic-phrases")
10395 (version (git-version "0.1" "1" commit))
10396 (source
10397 (origin
10398 (method git-fetch)
10399 (uri (git-reference
10400 (url "https://github.com/nashamri/academic-phrases.git")
10401 (commit commit)))
10402 (file-name (string-append name "-" version "-checkout"))
10403 (sha256
10404 (base32
10405 "0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
10406 (build-system emacs-build-system)
10407 (propagated-inputs
10408 `(("emacs-dash" ,emacs-dash)
10409 ("emacs-s" ,emacs-s)
10410 ("emacs-ht" ,emacs-ht)))
10411 (home-page "https://github.com/nashamri/academic-phrases")
10412 (synopsis "Bypass that mental block when writing your papers")
10413 (description
10414 "When writing your academic paper, you might get stuck trying to find
10415 the right phrase that captures your intention. This package tries to
10416 alleviate that problem by presenting you with a list of phrases organized by
10417 the topic or by the paper section that you are writing. This package has
10418 around 600 phrases so far.
10419
10420 Using this package is easy, just call @code{academic-phrases} to get a list of
10421 phrases organized by topic, or call @code{academic-phrases-by-section} to
10422 browse the phrases by the paper section and fill-in the blanks if required.")
10423 (license license:gpl3+))))
10424
10425 (define-public emacs-auto-yasnippet
10426 (let ((commit "d1ccfea87312c6dd8cf8501ab5b71b1d3d44d95b"))
10427 (package
10428 (name "emacs-auto-yasnippet")
10429 (version (git-version "0.3.0" "1" commit))
10430 (source (origin
10431 (method git-fetch)
10432 (uri (git-reference
10433 (url "https://github.com/abo-abo/auto-yasnippet.git")
10434 (commit commit)))
10435 (file-name (string-append name "-" version "-checkout"))
10436 (sha256
10437 (base32
10438 "1i8k2qiyzd5rq0zplk4xb5nfa5mp0ibxbzwqj6c7877waq7244xk"))))
10439 (build-system emacs-build-system)
10440 (arguments
10441 '(#:phases
10442 (modify-phases %standard-phases
10443 (add-before 'install 'check
10444 (lambda _
10445 (invoke "emacs" "--batch"
10446 "-l" "auto-yasnippet.el"
10447 "-l" "auto-yasnippet-test.el"
10448 "-f" "ert-run-tests-batch-and-exit"))))))
10449 (propagated-inputs
10450 `(("emacs-yasnippet" ,emacs-yasnippet)))
10451 (home-page "https://github.com/abo-abo/auto-yasnippet/")
10452 (synopsis "Quickly create disposable yasnippets")
10453 (description "This package provides a hybrid of keyboard macros and
10454 yasnippet. You create the snippet on the go, usually to be used just in the
10455 one place. It's fast, because you're not leaving the current buffer, and all
10456 you do is enter the code you'd enter anyway, just placing ~ where you'd like
10457 yasnippet fields and mirrors to be.")
10458 (license license:gpl3+))))
10459
10460 (define-public emacs-highlight-numbers
10461 (package
10462 (name "emacs-highlight-numbers")
10463 (version "0.2.3")
10464 (source
10465 (origin
10466 (method url-fetch)
10467 (uri (string-append
10468 "https://github.com/Fanael/highlight-numbers/archive/"
10469 version ".tar.gz"))
10470 (file-name (string-append name "-" version ".tar.gz"))
10471 (sha256
10472 (base32
10473 "030v5p11d4n0581ncv499l1fqrmfziy756q6378x2bv22ixghqqp"))))
10474 (build-system emacs-build-system)
10475 (propagated-inputs
10476 `(("emacs-parent-mode" ,emacs-parent-mode)))
10477 (home-page "https://github.com/Fanael/highlight-numbers")
10478 (synopsis "Highlight numbers in source code")
10479 (description "@code{highlight-numbers-mode} provides a minor mode for
10480 syntax highlighting of numeric literals in source code.
10481
10482 It s customizable: it's easy to add or redefine what exactly consitutes a
10483 \"number\" in given major mode. See @code{highlight-numbers-modelist}.")
10484 (license license:gpl3+)))
10485
10486 (define-public emacs-darkroom
10487 (package
10488 (name "emacs-darkroom")
10489 (version "0.1")
10490 (source (origin
10491 (method url-fetch)
10492 (uri (string-append "https://elpa.gnu.org/packages/darkroom-"
10493 version ".el"))
10494 (sha256
10495 (base32
10496 "0fif8fm1h7x7g16949shfnaik5f5488clsvkf8bi5izpqp3vi6ak"))))
10497 (build-system emacs-build-system)
10498 (home-page "https://elpa.gnu.org/packages/darkroom.html")
10499 (synopsis "Remove visual distractions and focus on writing")
10500 (description "@code{darkroom-mode} makes visual distractions disappear.
10501 The mode-line is temporarily elided, text is enlarged and margins are adjusted
10502 so that it's centered on the window.
10503
10504 @code{darkroom-tentative-mode} is similar, but it doesn't immediately turn-on
10505 @code{darkroom-mode}, unless the current buffer lives in the sole window of
10506 the Emacs frame (i.e. all other windows are deleted). Whenever the frame is
10507 split to display more windows and more buffers, the buffer exits
10508 @code{darkroom-mode}. Whenever they are deleted, the buffer re-enters
10509 @code{darkroom-mode}.")
10510 (license license:gpl3+)))
10511
10512 (define-public emacs-rsw-elisp
10513 (package
10514 (name "emacs-rsw-elisp")
10515 (version "1.0.5")
10516 (source (origin
10517 (method url-fetch)
10518 (uri (string-append "https://github.com/rswgnu/rsw-elisp"
10519 "/archive/" version ".tar.gz"))
10520 (file-name (string-append name "-" version ".tar.gz"))
10521 (sha256
10522 (base32
10523 "1jnn7xfwl3wxc87v44ccsf1wwp80par3xgcvfb1icd6zchjmlcps"))))
10524 (build-system emacs-build-system)
10525 (home-page "https://github.com/rswgnu/rsw-elisp")
10526 (synopsis "Improved expressions that interactively evaluate Emacs Lisp")
10527 (description "This package improves and replaces the GNU Emacs commands
10528 that interactively evaluate Emacs Lisp expressions. The new commands replace
10529 standard key bindings and are all prefixed with @code{rsw-elisp-}. They work
10530 the same way as the old commands when called non-interactively; only the
10531 interactive behavior should be different.")
10532 (license license:gpl3+)))
10533
10534 (define-public emacs-default-text-scale
10535 (let ((commit "968e985e219235f3e744d6d967e592acbaf6e0a8")
10536 (revision "1"))
10537 (package
10538 (name "emacs-default-text-scale")
10539 (version (string-append "0.1" "-" revision "."
10540 (string-take commit 7)))
10541 (source (origin
10542 (method git-fetch)
10543 (uri (git-reference
10544 (url "https://github.com/purcell/default-text-scale")
10545 (commit commit)))
10546 (file-name (string-append name "-" version "-checkout"))
10547 (sha256
10548 (base32
10549 "0zds01c3q5yny6ab1fxfkzzgn1kgl3q23lxxap905f4qd70v922h"))))
10550 (build-system emacs-build-system)
10551 (home-page "https://github.com/purcell/default-text-scale")
10552 (synopsis "Adjust the font size in all Emacs frames")
10553 (description "This package provides commands for increasing or
10554 decreasing the default font size in all GUI Emacs frames.")
10555 (license license:gpl3+))))
10556
10557 (define-public emacs-visual-regexp
10558 (package
10559 (name "emacs-visual-regexp")
10560 (version "1.1.1")
10561 (source
10562 (origin
10563 (method url-fetch)
10564 (uri (string-append "https://github.com/benma/visual-regexp.el/archive/"
10565 "v" version ".tar.gz"))
10566 (file-name (string-append name "-" version ".tar.gz"))
10567 (sha256
10568 (base32
10569 "1czmhvcivlcdyz7rfm0vd4a3xsgmy4qbvbl6yjxc217wrxqflr92"))))
10570 (build-system emacs-build-system)
10571 (home-page "https://github.com/benma/visual-regexp.el/")
10572 (synopsis "Regexp command with interactive visual feedback")
10573 (description "This package provides an Emacs regexp command with
10574 interactive visual feedback.")
10575 (license license:gpl3+)))
10576
10577 (define-public emacs-faceup
10578 (let ((commit "6c92dad56a133e14e7b27831e1bcf9b3a71ff154")
10579 (revision "1"))
10580 (package
10581 (name "emacs-faceup")
10582 (version (string-append "0.0.1" "-" revision "."
10583 (string-take commit 7)))
10584 (source
10585 (origin
10586 (method git-fetch)
10587 (uri (git-reference
10588 (url "https://github.com/Lindydancer/faceup.git")
10589 (commit commit)))
10590 (file-name (string-append name "-" version "-checkout"))
10591 (sha256
10592 (base32
10593 "1yzmy7flrhrh0i10bdszx8idx6r8h6czm4vm4q0z6fp5fw94zwrx"))))
10594 (build-system emacs-build-system)
10595 (home-page "https://github.com/Lindydancer/faceup")
10596 (synopsis "Markup language for faces and font-lock regression testing")
10597 (description "Emacs is capable of highlighting buffers based on
10598 language-specific @code{font-lock} rules. This package makes it possible to
10599 perform regression test for packages that provide font-lock rules.")
10600 (license license:gpl3+))))
10601
10602 (define-public emacs-racket-mode
10603 (let ((commit "b977873e6128f8399432dcd60cc39f6a6f803d9c")
10604 (revision "2"))
10605 (package
10606 (name "emacs-racket-mode")
10607 (version (string-append "0.0.2" "-" revision "."
10608 (string-take commit 7)))
10609 (source
10610 (origin
10611 (method git-fetch)
10612 (uri (git-reference
10613 (url "https://github.com/greghendershott/racket-mode")
10614 (commit commit)))
10615 (file-name (string-append name "-" version "-checkout"))
10616 (sha256
10617 (base32
10618 "0vp4bbbplqvmnhjpl6ajrlydmrhqzil56cfbs18m5c5fddx0zlh7"))))
10619 (build-system emacs-build-system)
10620 (arguments
10621 `(#:include '("\\.el$" "\\.rkt$")))
10622 (propagated-inputs
10623 `(("emacs-faceup" ,emacs-faceup)
10624 ("emacs-s" ,emacs-s)))
10625 (home-page "https://github.com/greghendershott/racket-mode")
10626 (synopsis "Major mode for Racket language")
10627 (description "@code{racket-mode} provides:
10628
10629 @itemize
10630 @item Focus on Racket (not various Schemes).
10631 @item Follow DrRacket concepts where applicable.
10632 @item Thorough font-lock and indent.
10633 @end itemize\n")
10634 (license license:gpl3+))))
10635
10636 (define-public emacs-grep-context
10637 (let ((commit "a17c57e66687a54e195e08afe776bdd60cb6c0a7"))
10638 (package
10639 (name "emacs-grep-context")
10640 (version (git-version "0.1" "1" commit))
10641 (source
10642 (origin
10643 (method git-fetch)
10644 (uri (git-reference
10645 (url "https://github.com/mkcms/grep-context.git")
10646 (commit commit)))
10647 (file-name (string-append name "-" version "-checkout"))
10648 (sha256
10649 (base32
10650 "1nqfa6kjzjshww4hnwg1c0vcr90bdjihy3kmixq3c3jkvxg99b62"))))
10651 (build-system emacs-build-system)
10652 (propagated-inputs
10653 `(("emacs-dash" ,emacs-dash)))
10654 (home-page "https://github.com/nashamri/academic-phrases")
10655 (synopsis "Increase context in compilation and grep buffers")
10656 (description
10657 "This package provides an Emacs package for more context in
10658 compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
10659 @code{ivy}.")
10660 (license license:gpl3+))))
10661
10662 (define-public emacs-helm-firefox
10663 (let ((commit "0ad34b7b5abc485a86cae6920c14de861cbeb085")
10664 (revision "1"))
10665 (package
10666 (name "emacs-helm-firefox")
10667 (version (string-append "0.0.1" "-" revision "."
10668 (string-take commit 7)))
10669 (source
10670 (origin
10671 (method git-fetch)
10672 (uri (git-reference
10673 (url "https://github.com/emacs-helm/helm-firefox.git")
10674 (commit commit)))
10675 (file-name (string-append name "-" version "-checkout"))
10676 (sha256
10677 (base32
10678 "08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
10679 (propagated-inputs
10680 `(("emacs-helm" ,emacs-helm)))
10681 (build-system emacs-build-system)
10682 (home-page "https://github.com/emacs-helm/helm-firefox")
10683 (synopsis "Display firefox bookmarks with Emacs Helm interface")
10684 (description "Display firefox bookmarks with Emacs Helm interface")
10685 (license license:gpl3+))))
10686
10687 (define-public emacs-interactive-align
10688 (package
10689 (name "emacs-interactive-align")
10690 (version "0.1.0")
10691 (source
10692 (origin
10693 (method url-fetch)
10694 (uri (string-append "https://github.com/mkcms/interactive-align/"
10695 "archive/" "v" version ".tar.gz"))
10696 (file-name (string-append name "-" version ".tar.gz"))
10697 (sha256
10698 (base32
10699 "0sibpgb4lp6yy3pziak8f3hz4b28yj0dqy2nzh51z3d0b63h528m"))))
10700 (build-system emacs-build-system)
10701 (home-page "https://github.com/mkcms/interactive-align/")
10702 (synopsis "Interactive align-regexp command in Emacs")
10703 (description "Interactive align-regexp command in Emacs")
10704 (license license:gpl3+)))
10705
10706 (define-public emacs-shift-number
10707 (package
10708 (name "emacs-shift-number")
10709 (version "0.1")
10710 (source
10711 (origin
10712 (method url-fetch)
10713 (uri (string-append "https://github.com/alezost/shift-number.el"
10714 "/archive/" "v" version ".tar.gz"))
10715 (file-name (string-append name "-" version ".tar.gz"))
10716 (sha256
10717 (base32
10718 "1g79m0hqn9jgpm565vvh8pdfzndc4vw7xisnh5qysj55qfg8cb1x"))))
10719 (build-system emacs-build-system)
10720 (home-page "https://github.com/alezost/shift-number.el")
10721 (synopsis "Increase or decrease the number at point")
10722 (description "@code{emacs-shift-number} provides commands
10723 @code{shift-number-up} to increase and @code{shift-number-down} to
10724 decrease the number at point.")
10725 (license license:gpl3+)))
10726
10727 (define-public emacs-highlight-defined
10728 (package
10729 (name "emacs-highlight-defined")
10730 (version "0.1.5")
10731 (source
10732 (origin
10733 (method url-fetch)
10734 (uri (string-append
10735 "https://github.com/Fanael/highlight-defined/archive/"
10736 version ".tar.gz"))
10737 (file-name (string-append name "-" version ".tar.gz"))
10738 (sha256
10739 (base32
10740 "1ryd66989b5byqdw8jmjrjf0c78iiz72wibld750skcnj5h5h506"))))
10741 (build-system emacs-build-system)
10742 (home-page "https://github.com/Fanael/highlight-defined")
10743 (synopsis "Syntax highlighting of known Elisp symbols")
10744 (description "Minor mode providing syntax highlighting of known Emacs Lisp
10745 symbols. Currently the code distinguishes Lisp functions, built-in functions,
10746 macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
10747 (license license:gpl3+)))
10748
10749 (define-public emacs-parinfer-mode
10750 (package
10751 (name "emacs-parinfer-mode")
10752 (version "0.4.10")
10753 (source
10754 (origin
10755 (method url-fetch)
10756 (uri (string-append "https://github.com/DogLooksGood/parinfer-mode/archive/"
10757 "v" version ".tar.gz"))
10758 (file-name (string-append name "-" version ".tar.gz"))
10759 (sha256
10760 (base32
10761 "06ba9qi59sm9ih9m38fbr8kj4qkvrm58n0c0ngfjz60gnr9x9pcv"))))
10762 (propagated-inputs
10763 `(("emacs-dash" ,emacs-dash)
10764 ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
10765 ("emacs-company" ,emacs-company)))
10766 (build-system emacs-build-system)
10767 (home-page "https://github.com/DogLooksGood/parinfer-mode/")
10768 (synopsis "Lisp structure editing mode")
10769 (description "@code{parinfer-mode} is a proof-of-concept editor
10770 mode for Lisp programming languages. It will infer some changes to
10771 keep Parens and Indentation inline with one another.")
10772 (license license:gpl3+)))
10773
10774 (define-public emacs-helm-eww
10775 (let ((commit "9d36acc433bcf689598b1b4d7d47c9aeb84d6b44"))
10776 (package
10777 (name "emacs-helm-eww")
10778 (version (git-version "0.1" "3" commit))
10779 (source (origin
10780 (method git-fetch)
10781 (uri (git-reference
10782 (url "https://github.com/emacs-helm/helm-eww.git")
10783 (commit commit)))
10784 (file-name (string-append name "-" version "-checkout"))
10785 (sha256
10786 (base32
10787 "06gnf84gx6qbhcw1h5jhjnvcdxkdpv0npm53x3pgqybbll5rn5dy"))))
10788 (propagated-inputs
10789 `(("emacs-helm" ,emacs-helm)))
10790 (build-system emacs-build-system)
10791 (home-page "https://github.com/emacs-helm/helm-eww/")
10792 (synopsis "Helm interface to EWW")
10793 (description "This package provides a Helm interface for EWW buffers,
10794 bookmarks and history.")
10795 (license license:gpl3+))))
10796
10797 (define-public emacs-stumpwm-mode
10798 (let ((commit "8fbe071d2c6c040794060a354eb377218dc10b35")
10799 (revision "1"))
10800 (package
10801 (name "emacs-stumpwm-mode")
10802 (version (string-append "0.0.1-" revision "."
10803 (string-take commit 7)))
10804 (source (origin
10805 (method git-fetch)
10806 (uri (git-reference
10807 (url "https://github.com/stumpwm/stumpwm-contrib.git")
10808 (commit commit)))
10809 (file-name (string-append name "-" version "-checkout"))
10810 (sha256
10811 (base32
10812 "1dfwsvz1c8w6j4jp0kzaz78ml3f5dp0a5pvf090kwpbpg176r7iq"))))
10813 (build-system emacs-build-system)
10814 (arguments
10815 `(#:phases
10816 (modify-phases %standard-phases
10817 (add-after 'unpack 'chdir-elisp
10818 ;; Elisp directory is not in root of the source.
10819 (lambda _
10820 (chdir "util/swm-emacs"))))))
10821 (home-page "https://github.com/stumpwm/stumpwm-contrib")
10822 (synopsis "Emacs minor-mode for Stumpwm")
10823 (description "Emacs minor-mode for Stumpwm")
10824 (license license:gpl3+))))
10825
10826 (define-public emacs-irfc
10827 (package
10828 (name "emacs-irfc")
10829 (version "20130824.507")
10830 (source
10831 (origin
10832 (method url-fetch)
10833 (uri "https://www.emacswiki.org/emacs/download/irfc.el")
10834 (file-name (string-append "irfc-" version ".el"))
10835 (sha256
10836 (base32
10837 "197ybqwbj8qjh2p9pkf5mvqnrkpcgmv8c5s2gvl6msyrabk0mnca"))))
10838 (build-system emacs-build-system)
10839 (home-page "https://www.emacswiki.org/emacs/download/irfc.el")
10840 (synopsis "Interface for IETF RFC document")
10841 (description
10842 "This package provides an Emacs interface for IETF RFC document.")
10843 (license license:gpl3+)))
10844
10845 (define-public emacs-ido-vertical-mode
10846 (package
10847 (name "emacs-ido-vertical-mode")
10848 (version "0.1.6")
10849 (source
10850 (origin
10851 (method url-fetch)
10852 (uri (string-append
10853 "https://github.com/creichert/ido-vertical-mode.el/archive/"
10854 "v" version ".tar.gz"))
10855 (file-name (string-append name "-" version ".tar.gz"))
10856 (sha256
10857 (base32
10858 "0dprdxq8wvqd45dinwj92k0kixr07c8xvspa6i613mjcpxgwjg53"))))
10859 (build-system emacs-build-system)
10860 (home-page "https://github.com/creichert/ido-vertical-mode.el")
10861 (synopsis "Makes ido-mode display vertically")
10862 (description "Makes ido-mode display prospects vertically.")
10863 (license license:gpl3+)))
10864
10865 (define-public emacs-wordgen
10866 (package
10867 (name "emacs-wordgen")
10868 (version "0.1.4")
10869 (source
10870 (origin
10871 (method url-fetch)
10872 (uri (string-append "https://github.com/Fanael/wordgen.el/archive/"
10873 version ".tar.gz"))
10874 (file-name (string-append name "-" version ".tar.gz"))
10875 (sha256
10876 (base32
10877 "1h2iyixdm49h53pwj9ics9gb9h3g6wa4hainpnjg6mfarf49jkmg"))))
10878 (build-system emacs-build-system)
10879 (home-page "https://github.com/Fanael/wordgen.el")
10880 (synopsis "Random word generator")
10881 (description "This package provides functions to generate random words
10882 using user-provided rules.")
10883 (license license:gpl3+)))
10884
10885 (define-public emacs-on-screen
10886 (package
10887 (name "emacs-on-screen")
10888 (version "1.3.2")
10889 (source
10890 (origin
10891 (method url-fetch)
10892 (uri (string-append
10893 "http://elpa.gnu.org/packages/on-screen-" version ".el"))
10894 (file-name (string-append name "-" version ".el"))
10895 (sha256
10896 (base32
10897 "15d18mjgv1pnwl6kf3pr5w64q1322p1l1qlfvnckglwmzy5sl2qv"))))
10898 (build-system emacs-build-system)
10899 (home-page
10900 "https://github.com/michael-heerdegen/on-screen.el")
10901 (synopsis "Guide your eyes while scrolling")
10902 (description
10903 "Scrolling can be distracting because your eyes may lose
10904 orientation. This library implements a minor mode that highlights
10905 the previously visible buffer part after each scroll.")
10906 (license license:gpl3+)))
10907
10908 (define-public emacs-highlight-escape-sequences
10909 (let ((commit "08d846a7aa748209d65fecead2b6a766c3e5cb41")
10910 (revision "1"))
10911 (package
10912 (name "emacs-highlight-escape-sequences")
10913 (version (string-append "0.0.1" "-" revision "."
10914 (string-take commit 7)))
10915 (source
10916 (origin
10917 (method git-fetch)
10918 (uri (git-reference
10919 (url "https://github.com/dgutov/highlight-escape-sequences.git")
10920 (commit commit)))
10921 (file-name (string-append name "-" version "-checkout"))
10922 (sha256
10923 (base32
10924 "05mc3w1f8ykf80914a1yddw6j8cmh0h57llm07xh89s53821v2is"))))
10925 (build-system emacs-build-system)
10926 (home-page "https://github.com/dgutov/highlight-escape-sequences")
10927 (synopsis "Highlight escape sequences in Emacs")
10928 (description "@code{highlight-escape-sequences} provides an
10929 Emacs minor mode to escape sequences in code.")
10930 (license license:gpl3+))))
10931
10932 (define-public emacs-dashboard
10933 (package
10934 (name "emacs-dashboard")
10935 (version "1.2.4")
10936 (source
10937 (origin
10938 (method url-fetch)
10939 (uri (string-append
10940 "https://github.com/rakanalh/emacs-dashboard/archive/"
10941 version ".tar.gz"))
10942 (file-name (string-append name "-" version ".tar.gz"))
10943 (sha256
10944 (base32
10945 "1738lmbgq6gk24hcwic0qjyajr21l5xzhya4pv58dw1bhd6vxv9g"))))
10946 (build-system emacs-build-system)
10947 (propagated-inputs
10948 `(("emacs-page-break-lines" ,emacs-page-break-lines)))
10949 (arguments '(#:include '("\\.el$" "\\.txt$" "\\.png$")))
10950 (home-page "https://github.com/rakanalh/emacs-dashboard")
10951 (synopsis "Startup screen extracted from Spacemacs")
10952 (description "This package provides an extensible Emacs dashboard, with
10953 sections for bookmarks, projectil projects, org-agenda and more. ")
10954 (license license:gpl3+)))
10955
10956 (define-public emacs-slime-company
10957 (package
10958 (name "emacs-slime-company")
10959 (version "1.1")
10960 (source
10961 (origin
10962 (method url-fetch)
10963 (uri (string-append "https://github.com/anwyn/slime-company/archive/"
10964 "v" version ".tar.gz"))
10965 (sha256
10966 (base32
10967 "1myl79pxj501xfr5qc5a24qddsn2l5iaamg7rf7fpny7mr9v70ar"))
10968 (file-name (string-append name "-" version ".tar.gz"))))
10969 (build-system emacs-build-system)
10970 (propagated-inputs
10971 `(("emacs-slime" ,emacs-slime)
10972 ("emacs-company" ,emacs-company)))
10973 (home-page "https://company-mode.github.io")
10974 (synopsis "SLIME completion backend for @code{company-mode}")
10975 (description
10976 "This is a backend implementation for the completion package
10977 @code{company-mode} which supports the normal and the fuzzy completion
10978 modes of SLIME.")
10979 (license license:gpl3+)))
10980
10981 (define-public emacs-sml-mode
10982 (package
10983 (name "emacs-sml-mode")
10984 (version "6.8")
10985 (source
10986 (origin
10987 (method url-fetch)
10988 (uri (string-append "http://elpa.gnu.org/packages/sml-mode-"
10989 version ".el"))
10990 (sha256
10991 (base32
10992 "105fcrz5qp95f2n3fdm3awr6z58sbrjihjss6qnrg4lz2ggbc328"))))
10993 (build-system emacs-build-system)
10994 (home-page "http://elpa.gnu.org/packages/sml-mode.html")
10995 (synopsis "Major mode for editing (Standard) ML")
10996 (description "SML-MODE is a major Emacs mode for editing Standard ML.
10997 It provides syntax highlighting and automatic indentation and
10998 comes with sml-proc which allows interaction with an inferior SML
10999 interactive loop.")
11000 (license license:gpl3+)))
11001
11002 (define-public emacs-eros
11003 (let ((commit "a42e45c9b2397156c684330b0fc90ee0eba773f5")
11004 (revision "1"))
11005 (package
11006 (name "emacs-eros")
11007 (version (string-append "0.0.1" "-" revision "."
11008 (string-take commit 7)))
11009 (source
11010 (origin
11011 (method git-fetch)
11012 (uri (git-reference
11013 (url "https://github.com/xiongtx/eros.git")
11014 (commit commit)))
11015 (file-name (string-append name "-" version "-checkout"))
11016 (sha256
11017 (base32
11018 "0whlsq90v13fz69k3wjrwcwb9gkpfxqjd75mg3nrp85j9nwhb5i4"))))
11019 (build-system emacs-build-system)
11020 (home-page "https://github.com/xiongtx/eros")
11021 (synopsis "Evaluation result overlays")
11022 (description "@code{eros} provides evaluation result overlays.")
11023 (license license:gpl3+))))
11024
11025 (define-public emacs-stickyfunc-enhance
11026 (let ((commit "13bdba51fcd83ccbc3267959d23afc94d458dcb0")
11027 (revision "1"))
11028 (package
11029 (name "emacs-stickyfunc-enhance")
11030 (version "0.1")
11031 (source
11032 (origin
11033 (method git-fetch)
11034 (uri (git-reference
11035 (url "https://github.com/tuhdo/semantic-stickyfunc-enhance.git")
11036 (commit commit)))
11037 (file-name (string-append name "-" version "-checkout"))
11038 (sha256
11039 (base32
11040 "16dxjsr5nj20blww4xpd4jzgjprzzh1nwvb810ggdmp9paf4iy0g"))))
11041 (build-system emacs-build-system)
11042 (home-page "https://github.com/tuhdo/semantic-stickyfunc-enhance")
11043 (synopsis "Enhancement to stock @code{semantic-stickyfunc-mode}")
11044 (description
11045 "@code{semantic-stickyfunc-mode} shows the function point is currently
11046 in at the first line of the current buffer. This is useful when you have a
11047 very long function that spreads more than a screen, and you don't have to
11048 scroll up to read the function name and then scroll down to original position.")
11049 (license license:gpl3+))))
11050
11051 (define-public emacs-git-auto-commit-mode
11052 (package
11053 (name "emacs-git-auto-commit-mode")
11054 (version "4.4.0")
11055 (source
11056 (origin
11057 (method url-fetch)
11058 (uri (string-append
11059 "https://github.com/ryuslash/git-auto-commit-mode/archive/"
11060 version ".tar.gz"))
11061 (file-name (string-append name "-" version ".tar.gz"))
11062 (sha256
11063 (base32
11064 "04avxmalsl3b7zi2vipfw9rb4wrwysnipsbch96skviql9axk870"))))
11065 (build-system emacs-build-system)
11066 (home-page "https://github.com/ryuslash/git-auto-commit-mode")
11067 (synopsis "Emacs Minor mode to automatically commit and push")
11068 (description "@code{git-auto-commit-mode} is an Emacs minor mode that
11069 tries to commit changes to a file after every save.
11070
11071 When @code{gac-automatically-push-p} is non-nil, it also tries to push to
11072 the current upstream.")
11073 (license license:gpl3+)))
11074
11075 (define-public emacs-company-restclient
11076 (package
11077 (name "emacs-company-restclient")
11078 (version "0.1.0")
11079 (source
11080 (origin
11081 (method url-fetch)
11082 (uri (string-append
11083 "https://github.com/iquiw/company-restclient/archive/"
11084 "v" version ".tar.gz"))
11085 (file-name (string-append name "-" version ".tar.gz"))
11086 (sha256
11087 (base32
11088 "1kr3f0wgqlk7r171bvb2kinv7fanwj2md01wdpx04qkgwcr1as00"))))
11089 (build-system emacs-build-system)
11090 (propagated-inputs
11091 `(("emacs-company" ,emacs-company)
11092 ("emacs-know-your-http-well" ,emacs-know-your-http-well)
11093 ("emacs-restclient" ,emacs-restclient)))
11094 (home-page "https://github.com/iquiw/company-restclient")
11095 (synopsis "Company-mode completion back-end for restclient-mode")
11096 (description "@code{company-mode} back-end for
11097 @code{restclient-mode}.
11098
11099 It provides auto-completion for HTTP methods and headers in
11100 @code{restclient-mode}. Completion source is given by
11101 @code{know-your-http-well}.")
11102 (license license:gpl3+)))
11103
11104 (define-public emacs-noflet
11105 (let ((version "20170629")
11106 (revision "1")
11107 (commit "7ae84dc3257637af7334101456dafe1759c6b68a"))
11108 (package
11109 (name "emacs-noflet")
11110 (version (git-version version revision commit))
11111 (source
11112 (origin
11113 (method git-fetch)
11114 (uri (git-reference
11115 (url "https://github.com/nicferrier/emacs-noflet")
11116 (commit commit)))
11117 (file-name (string-append name "-" version "-checkout"))
11118 (sha256
11119 (base32
11120 "0g70gnmfi8n24jzfci9nrj0n9bn1qig7b8f9f325rin8h7x32ypf"))))
11121 (build-system emacs-build-system)
11122 (arguments
11123 `(#:phases
11124 (modify-phases %standard-phases
11125 (add-after 'unpack 'require-dash
11126 ;; noflet.el uses -map from dash, but (require 'dash) is
11127 ;; missing. So, add it.
11128 (lambda _
11129 (substitute* "noflet.el"
11130 ((";;; Code:") ";;; Code:\n(require 'dash)"))
11131 #t)))))
11132 (propagated-inputs
11133 `(("emacs-dash" ,emacs-dash)))
11134 (home-page "https://github.com/nicferrier/emacs-noflet")
11135 (synopsis "Locally override functions")
11136 (description "@code{emacs-noflet} let's you locally override functions,
11137 in the manner of @command{flet}, but with access to the original function
11138 through the symbol: @command{this-fn}.")
11139 (license license:gpl3+))))
11140
11141 (define-public emacs-dumb-jump
11142 (package
11143 (name "emacs-dumb-jump")
11144 (version "0.5.2")
11145 (source
11146 (origin
11147 (method url-fetch)
11148 (uri (string-append
11149 "https://github.com/jacktasia/dumb-jump/archive/v"
11150 version ".tar.gz"))
11151 (file-name (string-append name "-" version ".tar.gz"))
11152 (sha256
11153 (base32
11154 "07n0xjgpxjpf3vp9gxchkjpydyj0zm166930as0kwiwkhjlsirsf"))))
11155 (build-system emacs-build-system)
11156 (arguments
11157 `(#:tests? #f ; FIXME: Tests freeze when run.
11158 #:test-command '("ert-runner")
11159 #:phases
11160 (modify-phases %standard-phases
11161 (add-after 'unpack 'set-shell
11162 (lambda _
11163 ;; Setting the SHELL environment variable is required for the
11164 ;; tests to find sh.
11165 (setenv "SHELL" (which "sh"))
11166 #t)))))
11167 (native-inputs
11168 `(("emacs-el-mock" ,emacs-el-mock)
11169 ("emacs-noflet" ,emacs-noflet)
11170 ("emacs-undercover" ,emacs-undercover)
11171 ("ert-runner" ,emacs-ert-runner)))
11172 (propagated-inputs
11173 `(("emacs-f" ,emacs-f)
11174 ("emacs-popup" ,emacs-popup)))
11175 (home-page "https://github.com/jacktasia/dumb-jump")
11176 (synopsis "Jump to definition for multiple languages without configuration")
11177 (description "Dumb Jump is an Emacs \"jump to definition\" package with
11178 support for multiple programming languages that favors \"just working\" over
11179 speed or accuracy. This means minimal --- and ideally zero --- configuration
11180 with absolutely no stored indexes (tags) or persistent background processes.
11181 Dumb Jump performs best with The Silver Searcher @command{ag} or ripgrep
11182 @command{rg} installed.")
11183 (license license:gpl3+)))
11184
11185 (define-public emacs-dts-mode
11186 (let ((commit "9ee0854446dcc6c53d2b8d2941051768dba50344")
11187 (revision "1"))
11188 (package
11189 (name "emacs-dts-mode")
11190 (version (string-append "0.1.0-" revision "." (string-take commit 7)))
11191 (source
11192 (origin
11193 (method git-fetch)
11194 (uri (git-reference
11195 (url "https://github.com/bgamari/dts-mode.git")
11196 (commit commit)))
11197 (file-name (string-append name "-" version "-checkout"))
11198 (sha256
11199 (base32
11200 "1k8lljdbc90nd29xrhdrsscxavzdq532wq2mg7ljc94krj7538b1"))))
11201 (build-system emacs-build-system)
11202 (home-page "https://github.com/bgamari/dts-mode.git")
11203 (synopsis "Emacs minor mode for editing device tree files")
11204 (description
11205 "This package provides an Emacs minor mode for highlighting
11206 device tree files.")
11207 (license license:gpl3+))))
11208
11209 (define-public emacs-daemons
11210 (package
11211 (name "emacs-daemons")
11212 (version "1.2.0")
11213 (source
11214 (origin
11215 (method git-fetch)
11216 (uri (git-reference
11217 (url "https://github.com/cbowdon/daemons.el")
11218 (commit version)))
11219 (file-name (string-append name "-" version "-checkout"))
11220 (sha256
11221 (base32
11222 "00ijgm22ck76gw0x79krl05yy0m8a502yfakazfy5xhpn1zi6ab7"))))
11223 (build-system emacs-build-system)
11224 (home-page "https://github.com/cbowdon/daemons.el")
11225 (synopsis "Emacs UI for managing init system services")
11226 (description
11227 "This is an Emacs mode to give you a UI for managing init system
11228 daemons (services) for those getting tired of typing out @code{sudo service
11229 my_thing reload} all the time. It offers a consistent UI over different init
11230 systems.")
11231 (license license:gpl3+)))
11232
11233 (define-public emacs-esh-autosuggest
11234 (package
11235 (name "emacs-esh-autosuggest")
11236 (version "2.0.0")
11237 (source
11238 (origin
11239 (method git-fetch)
11240 (uri (git-reference
11241 (url "https://github.com/dieggsy/esh-autosuggest")
11242 (commit version)))
11243 (file-name (string-append name "-" version "-checkout"))
11244 (sha256
11245 (base32
11246 "116pdjgpjy9b0psm5kzwkwy7dq8vn0p6dy75dl1zsy2xrjf1iqdw"))))
11247 (build-system emacs-build-system)
11248 (propagated-inputs `(("emacs-company" ,emacs-company)))
11249 (home-page "https://github.com/dieggsy/esh-autosuggest")
11250 (synopsis "Fish-like autosuggestions in Eshell")
11251 (description
11252 "This package assumes you use something other than company for eshell
11253 completion (e.g. @code{eshell-pcomplete}, @code{completion-at-point},
11254 @code{helm-esh-pcomplete}). @code{company-mode} is used solely as a mechanism
11255 for history autosuggestions.
11256
11257 Unless you're using @code{use-package}'s hook keyword, you can enable the
11258 autosuggestions with:
11259 @code{(add-hook 'eshell-mode-hook #'esh-autosuggest-mode)}")
11260 (license license:gpl3+)))
11261
11262 (define-public emacs-desktop-environment
11263 (package
11264 (name "emacs-desktop-environment")
11265 (version "0.2.0")
11266 (source
11267 (origin
11268 (method git-fetch)
11269 (uri (git-reference
11270 (url "https://github.com/DamienCassou/desktop-environment.git")
11271 (commit (string-append "v" version))))
11272 (file-name (string-append name "-" version "-checkout"))
11273 (sha256
11274 (base32
11275 "1fal3yfmqg10cb53qsf5gsq2gvyz9w16wmlpnpjwjzwnjfn6l73r"))))
11276 (build-system emacs-build-system)
11277 (home-page "https://gitlab.petton.fr/DamienCassou/desktop-environment")
11278 (synopsis "Control your GNU/Linux desktop environment from Emacs")
11279 (description
11280 "This package helps you control your GNU/Linux desktop from Emacs.
11281 With @code{desktop-environment}, you can control the brightness and volume as
11282 well as take screenshots and lock your screen. The package depends on the
11283 availability of shell commands to do the hard work for us. These commands can
11284 be changed by customizing the appropriate variables.")
11285 (license license:gpl3+)))
11286
11287 (define-public emacs-org-caldav
11288 (package
11289 (name "emacs-org-caldav")
11290 (version "20180403")
11291 (source
11292 (origin
11293 (method url-fetch)
11294 (uri (string-append
11295 "https://github.com/dengste/org-caldav/raw/"
11296 "8d3492c27a09f437d2d94f2736c56d7652e87aa0"
11297 "/org-caldav.el"))
11298 (sha256
11299 (base32
11300 "1fh4gh68ddj0is99z2ccyh97v6psnyda61n2dsadzqhcxn51amlc"))))
11301 (build-system emacs-build-system)
11302 (propagated-inputs `(("emacs-org" ,emacs-org)))
11303 (home-page "https://github.com/dengste/org-caldav")
11304 (synopsis
11305 "Sync Org files with external calendars via the CalDAV protocol")
11306 (description
11307 "Synchronize between events in Org-mode files and a CalDAV calendar.
11308 This code is still alpha.")
11309 (license license:gpl3+)))
11310
11311 (define-public emacs-zotxt
11312 (package
11313 (name "emacs-zotxt")
11314 (version "20180518")
11315 (source
11316 (origin
11317 (method url-fetch)
11318 (uri (string-append
11319 "https://github.com/egh/zotxt-emacs/archive/"
11320 "23a4a9f74a658222027d53a9a83cd4bcc583ca8b"
11321 ".tar.gz"))
11322 (sha256
11323 (base32
11324 "1qlibaciqgsva6fc7vv9krssjq00bi880396jk7llbi3c52q9n1y"))))
11325 (build-system emacs-build-system)
11326 (propagated-inputs
11327 `(("emacs-deferred" ,emacs-deferred)
11328 ("emacs-request" ,emacs-request)))
11329 (home-page "https://github.com/egh/zotxt-emacs")
11330 (synopsis "Integrate Emacs with Zotero")
11331 (description "This package provides two integration features between Emacs
11332 and the Zotero research assistant: Insertion of links to Zotero items into an
11333 Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
11334 (license license:gpl3+)))
11335
11336 (define-public emacs-evil-ediff
11337 ;; Evil-Ediff is included in Evil Collection from 20180617.
11338 (deprecated-package "emacs-evil-ediff" emacs-evil-collection))
11339
11340 (define-public emacs-evil-magit
11341 (let ((commit "dbf5a646a7ce1c35c229dfdc423bd5ecd927a3a8"))
11342 (package
11343 (name "emacs-evil-magit")
11344 (version (git-version "0.4.2" "1" commit))
11345 (source
11346 (origin
11347 (method git-fetch)
11348 (uri (git-reference
11349 (url "https://github.com/emacs-evil/evil-magit")
11350 (commit commit)))
11351 (file-name (string-append name "-" version "-checkout"))
11352 (sha256
11353 (base32
11354 "0ya0dkviq4pi92ab69a4j674y5r1hc1x3x7r7hlm97ag3a6zfkav"))))
11355 (build-system emacs-build-system)
11356 (propagated-inputs
11357 `(("emacs-evil" ,emacs-evil)
11358 ("magit" ,emacs-magit)))
11359 (home-page
11360 "https://github.com/emacs-evil/evil-magit")
11361 (synopsis "Evil-based key bindings for Magit")
11362 (description
11363 "This Emacs library configures Magit and Evil to play well with each other.
11364 For some background see @url{https://github.com/magit/evil-magit/issues/1}.
11365 See the README at @url{https://github.com/justbur/evil-magit} for a table
11366 describing the key binding changes.")
11367 (license license:gpl3+))))
11368
11369 (define-public emacs-evil-mu4e
11370 ;; Evil-mu4e is included in Evil Collection from 20180617.
11371 (deprecated-package "emacs-evil-mu4e" emacs-evil-collection))
11372
11373 (define-public emacs-evil-multiedit
11374 (let ((commit "ea3d9177b74ab0bc65e55df9cc0a0b42e4ef815d"))
11375 (package
11376 (name "emacs-evil-multiedit")
11377 (version (git-version "1.3.9" "1" commit))
11378 (source
11379 (origin
11380 (method git-fetch)
11381 (uri (git-reference
11382 (url "https://github.com/hlissner/evil-multiedit")
11383 (commit commit)))
11384 (file-name (string-append name "-" version "-checkout"))
11385 (sha256
11386 (base32
11387 "17zm35r474z8ras4xy7124pcb972d385pbdv4jxyj5vq042vq07w"))))
11388 (build-system emacs-build-system)
11389 (propagated-inputs
11390 `(("emacs-evil" ,emacs-evil)
11391 ("emacs-iedit" ,emacs-iedit)))
11392 (home-page
11393 "https://github.com/hlissner/evil-multiedit")
11394 (synopsis "Multiple cursors for Evil mode")
11395 (description
11396 "This plugin was an answer to the lack of proper multiple cursor support
11397 in Emacs+Evil. It allows you to select and edit matches interactively,
11398 integrating @code{iedit-mode} into Evil mode with an attempt at sensible
11399 defaults.")
11400 (license license:gpl3+))))
11401
11402 (define-public emacs-evil-org
11403 (let ((commit "b6d652a9163d3430a9e0933a554bdbee5244bbf6"))
11404 (package
11405 (name "emacs-evil-org")
11406 (version (git-version "0.1.1" "1" commit))
11407 (source
11408 (origin
11409 (method git-fetch)
11410 (uri (git-reference
11411 (url "https://github.com/Somelauw/evil-org-mode")
11412 (commit commit)))
11413 (file-name (string-append name "-" version "-checkout"))
11414 (sha256
11415 (base32
11416 "176hrw7y7nczffbyhsa167b8rvfacsmcafm2gpkrdjqlrikbmrhl"))))
11417 (build-system emacs-build-system)
11418 (propagated-inputs `(("emacs-evil" ,emacs-evil)))
11419 (home-page
11420 "https://github.com/Somelauw/evil-org-mode")
11421 (synopsis "Evil keybindings for Org mode")
11422 (description
11423 "This package adds supplemental Evil mode key-bindings to Emacs
11424 Org-mode. It features:
11425 @itemize
11426 @item normal, visual and insert mode bindings;
11427 @item key bindings organised in key themes;
11428 @item operators like > and < to work on headings;
11429 @item text objects;
11430 @item table support;
11431 @item calendar (date selection) support;
11432 @item agenda support.
11433 @end itemize\n")
11434 (license license:gpl3+))))
11435
11436 (define-public emacs-fish-completion
11437 (let ((commit "bac15fda1392a891070574dfe5d2d50b10831e8b"))
11438 (package
11439 (name "emacs-fish-completion")
11440 (version (git-version "20180616" "1" commit))
11441 (source
11442 (origin
11443 (method url-fetch)
11444 (uri (string-append
11445 "https://gitlab.com/Ambrevar/emacs-fish-completion/repository/"
11446 "archive.tar.gz?ref="
11447 commit))
11448 (sha256
11449 (base32
11450 "093qzdrbkl7dhjk16zq8i13kh1phyigkblcfrbgbrxjqd2ndrfdi"))))
11451 (build-system emacs-build-system)
11452 (inputs `(("fish" ,fish)))
11453 (arguments
11454 `(#:phases
11455 (modify-phases %standard-phases
11456 (add-after 'unpack 'configure
11457 (lambda* (#:key inputs outputs #:allow-other-keys)
11458 (let ((fish (assoc-ref inputs "fish")))
11459 ;; Specify the absolute file names of the various
11460 ;; programs so that everything works out-of-the-box.
11461 (emacs-substitute-variables
11462 "fish-completion.el"
11463 ("fish-completion-command"
11464 (string-append fish "/bin/fish")))))))))
11465 (home-page
11466 "https://gitlab.com/Ambrevar/emacs-fish-completion")
11467 (synopsis "Fish completion for Emacs pcomplete")
11468 (description
11469 "This package provides completion for the Fish shell to pcomplete (used
11470 by shell and Eshell). You can set it up globally with:
11471
11472 @example
11473 (when (and (executable-find \"fish\")
11474 (require 'fish-completion nil t))
11475 (global-fish-completion-mode))
11476 @end example
11477
11478 Alternatively, you can call the @code{fish-completion-mode} manually or in
11479 shell/Eshell mode hook.
11480
11481 The package @code{emacs-bash-completion} is an optional dependency: if available,
11482 @code{fish-completion-complete} can be configured to fall back on bash to further
11483 try completing. See @code{fish-completion-fallback-on-bash-p}.")
11484 (license license:gpl3+))))
11485
11486 (define-public emacs-gif-screencast
11487 (let ((commit "12b25442b97b84abae74ecb5190a9d14ff7cfe5a"))
11488 (package
11489 (name "emacs-gif-screencast")
11490 (version (git-version "20180616" "1" commit))
11491 (source
11492 (origin
11493 (method url-fetch)
11494 (uri (string-append
11495 "https://gitlab.com/Ambrevar/emacs-gif-screencast/"
11496 "repository/archive.tar.gz?ref="
11497 commit))
11498 (sha256
11499 (base32
11500 "0lc457i78xjkn5idr2aaiadkh76zcsksj84z0qh80a9y775syrgh"))))
11501 (build-system emacs-build-system)
11502 (inputs
11503 `(("scrot" ,scrot)
11504 ("imagemagick" ,imagemagick)
11505 ("gifsicle" ,gifsicle)))
11506 (arguments
11507 `(#:phases
11508 (modify-phases %standard-phases
11509 (add-after 'unpack 'configure
11510 (lambda* (#:key inputs outputs #:allow-other-keys)
11511 (let ((scrot (assoc-ref inputs "scrot"))
11512 (imagemagick (assoc-ref inputs "imagemagick"))
11513 (gifsicle (assoc-ref inputs "gifsicle")))
11514 ;; Specify the absolute file names of the various
11515 ;; programs so that everything works out-of-the-box.
11516 (emacs-substitute-variables
11517 "gif-screencast.el"
11518 ("gif-screencast-program"
11519 (string-append scrot "/bin/scrot"))
11520 ("gif-screencast-convert-program"
11521 (string-append imagemagick "/bin/convert"))
11522 ("gif-screencast-cropping-program"
11523 (string-append imagemagick "/bin/mogrify"))
11524 ("gif-screencast-optimize-program"
11525 (string-append imagemagick "/bin/gifsicle")))))))))
11526 (home-page
11527 "https://gitlab.com/Ambrevar/emacs-gif-screencast")
11528 (synopsis "One-frame-per-action GIF recording")
11529 (description
11530 "Call @code{gif-screencast} to start a recording.
11531 A screenshot is taken for every user action. Call
11532 @code{gif-screencast-stop} (<f9> by default) to finish recording and create
11533 the GIF result.")
11534 (license license:gpl3+))))
11535
11536 (define-public emacs-google-translate
11537 (package
11538 (name "emacs-google-translate")
11539 (version "0.11.15")
11540 (source
11541 (origin
11542 (method url-fetch)
11543 (uri (string-append "https://github.com/atykhonov/google-translate/"
11544 "archive/v" version ".tar.gz"))
11545 (file-name (string-append name "-" version ".tar.gz"))
11546 (sha256
11547 (base32
11548 "1zxvfagbaf5mxi528mz33c8vxdk86wj0xx5y2jfy97wi8dzrwn3g"))))
11549 (build-system emacs-build-system)
11550 (home-page "https://github.com/atykhonov/google-translate")
11551 (synopsis "Emacs interface to Google Translate")
11552 (description
11553 "This packages provides an Emacs interface to the Google Translate
11554 on-line service.")
11555 (license license:gpl3+)))
11556
11557 (define-public emacs-helm-company
11558 (let ((commit "acc9c7901e094c1591327a0db1ec7a439f67a84d"))
11559 (package
11560 (name "emacs-helm-company")
11561 (version (git-version "0.2.2" "1" commit))
11562 (source
11563 (origin
11564 (method git-fetch)
11565 (uri (git-reference
11566 (url "https://github.com/Sodel-the-Vociferous/helm-company")
11567 (commit commit)))
11568 (file-name (string-append name "-" version "-checkout"))
11569 (sha256
11570 (base32
11571 "1d4q9clp0q56br80c21a4wz1gc4jw3mdy97z9mq07x9i8rhlppzs"))))
11572 (build-system emacs-build-system)
11573 (propagated-inputs
11574 `(("emacs-helm" ,emacs-helm)
11575 ("emacs-company" ,emacs-company)))
11576 (home-page "https://github.com/Sodel-the-Vociferous/helm-company")
11577 (synopsis "Helm interface for company-mode")
11578 (description
11579 "This is a Helm interface to company-mode, a text completion
11580 framework.")
11581 (license license:gpl3+))))
11582
11583 (define-public emacs-helm-descbinds
11584 (let ((commit "033be73f21778633813264ce1634a6e1ad873d8e"))
11585 (package
11586 (name "emacs-helm-descbinds")
11587 (version (git-version "1.13" "1" commit))
11588 (source
11589 (origin
11590 (method git-fetch)
11591 (uri (git-reference
11592 (url "https://github.com/emacs-helm/helm-descbinds")
11593 (commit commit)))
11594 (file-name (string-append name "-" version "-checkout"))
11595 (sha256
11596 (base32
11597 "1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
11598 (build-system emacs-build-system)
11599 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
11600 (home-page "https://github.com/emacs-helm/helm-descbinds")
11601 (synopsis "Convenient @code{describe-bindings} with Helm")
11602 (description
11603 "This package is a replacement of @code{describe-bindings} for Helm.
11604 @code{describe-bindings} is replaced with @code{helm-descbinds}. As usual,
11605 type @code{C-h b}, or any incomplete key sequence plus @code{C-h}, to run
11606 @code{helm-descbinds}. The bindings are presented in a similar way as
11607 @code{describe-bindings} does, but you can use completion to find the command
11608 you searched for and execute it, or view its documentation.")
11609 (license license:gpl3+))))
11610
11611 (define-public emacs-helm-emms
11612 (let ((commit "d3f9bdef8ff0d093eaf6e26af50ea905ab53fdec"))
11613 (package
11614 (name "emacs-helm-emms")
11615 (version (git-version "1.3" "1" commit))
11616 (source
11617 (origin
11618 (method git-fetch)
11619 (uri (git-reference
11620 (url "https://github.com/emacs-helm/helm-emms")
11621 (commit commit)))
11622 (file-name (string-append name "-" version "-checkout"))
11623 (sha256
11624 (base32
11625 "0bdb8xp0yp3gijpa9i2rc17gfzjhzlm92vdzw93i10qpd1xhj4aa"))))
11626 (build-system emacs-build-system)
11627 (propagated-inputs
11628 `(("emacs-helm" ,emacs-helm)
11629 ("emacs-emms" ,emacs-emms)))
11630 (home-page
11631 "https://github.com/emacs-helm/helm-emms")
11632 (synopsis "Emms for Helm")
11633 (description "Helm interface for Emms to browse all tracks and all folders
11634 from @code{emms-source-file-default-directory}.")
11635 (license license:gpl3+))))
11636
11637 (define-public emacs-helm-exwm
11638 (let ((commit "56266f261ba3b3d2753b374b50da20eb768c06f5"))
11639 (package
11640 (name "emacs-helm-exwm")
11641 (version (git-version "20180703" "2" commit))
11642 (source
11643 (origin
11644 (method url-fetch)
11645 (uri (string-append
11646 "https://github.com/emacs-helm/helm-exwm/archive/"
11647 commit
11648 ".tar.gz"))
11649 (sha256
11650 (base32
11651 "0n7hdiajw5vxl8ha2r9r4cl4i7crza25348825wb6acwhhzijxcj"))))
11652 (build-system emacs-build-system)
11653 (propagated-inputs
11654 `(("emacs-helm" ,emacs-helm)
11655 ("emacs-exwm" ,emacs-exwm)))
11656 (home-page
11657 "https://github.com/emacs-helm/helm-exwm")
11658 (synopsis "Helm for EXWM buffers")
11659 (description
11660 "@code{helm-exwm} runs a Helm session over the list of EXWM buffers.
11661 @code{helm-exwm-switch} is a convenience X application launcher using Helm to
11662 switch between the various windows of one or several specific applications.
11663 See @code{helm-exwm-switch-browser} for an example.")
11664 (license license:gpl3+))))
11665
11666 (define-public emacs-helm-flycheck
11667 (let ((commit "3cf7d3bb194acacc6395f88360588013d92675d6"))
11668 (package
11669 (name "emacs-helm-flycheck")
11670 (version (git-version "0.4" "1" commit))
11671 (source
11672 (origin
11673 (method git-fetch)
11674 (uri (git-reference
11675 (url "https://github.com/yasuyk/helm-flycheck")
11676 (commit commit)))
11677 (file-name (string-append name "-" version "-checkout"))
11678 (sha256
11679 (base32
11680 "1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
11681 (build-system emacs-build-system)
11682 (propagated-inputs
11683 `(("emacs-dash" ,emacs-dash)
11684 ("emacs-flycheck" ,emacs-flycheck)
11685 ("emacs-helm" ,emacs-helm)))
11686 (home-page "https://github.com/yasuyk/helm-flycheck")
11687 (synopsis "Show Flycheck errors with Helm")
11688 (description
11689 "This integrates Flycheck with Helm.")
11690 (license license:gpl3+))))
11691
11692 (define-public emacs-helm-ls-git
11693 (let ((commit "76654c776a7f6e2e5290645e748aac2a746f7daa"))
11694 (package
11695 (name "emacs-helm-ls-git")
11696 (version (git-version "1.9.1" "1" commit))
11697 (source
11698 (origin
11699 (method git-fetch)
11700 (uri (git-reference
11701 (url "https://github.com/emacs-helm/helm-ls-git")
11702 (commit commit)))
11703 (file-name (string-append name "-" version "-checkout"))
11704 (sha256
11705 (base32
11706 "0vsq1n3xl3ghy5zik2scm7jrs501n4kybdqd6yw6j0cv4jxdqbr0"))))
11707 (build-system emacs-build-system)
11708 (propagated-inputs `(("emacs-helm" ,emacs-helm)))
11709 (home-page "https://github.com/emacs-helm/helm-ls-git")
11710 (synopsis "Helm interface for listing the files in a Git repository")
11711 (description
11712 "This package provides a Helm interface for Git files.
11713 @itemize
11714 @item Display the open buffers in project.
11715 @item Display a status source showing state of project (modified files etc.).
11716 @item Display a list of all files in project under git control.
11717 @item Quickly look at diffs of modified files.
11718 @item Allow switching to @code{git status} with your preferred frontend
11719 (vc-dir, Magit,etc.).
11720 @item Full integration of git-grep, also allow usage of @code{helm-grep} (you
11721 can use ack-grep instead of grep).
11722 @item Integrate usage of gid from id-utils.
11723 @item Full integration with @code{helm-find-files}, allow you to browse
11724 projects unrelated to current-buffer.
11725 @item In addition, all actions of type files and buffers are provided.
11726 @end itemize\n")
11727 (license license:gpl3+))))
11728
11729 (define-public emacs-helm-mu
11730 (let ((commit "77e6fea24e01481418738421dbcfe28ef1bd63cf"))
11731 (package
11732 (name "emacs-helm-mu")
11733 (version (git-version "20180513" "1" commit))
11734 (source
11735 (origin
11736 (method url-fetch)
11737 (uri (string-append
11738 "https://github.com/emacs-helm/helm-mu/archive/"
11739 commit
11740 ".tar.gz"))
11741 (sha256
11742 (base32
11743 "0qm4xi3i957scm50nar398pv4x8y03si10l77jb9ckjaviyq2hj9"))))
11744 (build-system emacs-build-system)
11745 (propagated-inputs
11746 `(("emacs-helm" ,emacs-helm)
11747 ("mu" ,mu)))
11748 (home-page
11749 "https://github.com/emacs-helm/helm-mu")
11750 (synopsis
11751 "Helm sources for searching emails and contacts")
11752 (description
11753 "Helm sources for searching emails and contacts using @code{mu} and
11754 @code{mu4e}. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
11755 Emacs build on top of mu. Mu is highly efficient making it possible to get
11756 instant results even for huge maildirs. It also provides search operators,
11757 e.g: @code{from:Peter to:Anne flag:attach search term}.")
11758 (license license:gpl3+))))
11759
11760 (define-public emacs-helm-pass
11761 (let ((commit "ebcbef1a962795a36e3491ae926e2a4b8a8b0ebb"))
11762 (package
11763 (name "emacs-helm-pass")
11764 (version (git-version "20180416" "1" commit))
11765 (source
11766 (origin
11767 (method url-fetch)
11768 (uri (string-append
11769 "https://github.com/jabranham/helm-pass/archive/"
11770 commit
11771 ".tar.gz"))
11772 (sha256
11773 (base32
11774 "1pgq4hj9wvz7z2fyxwsvbh6rmc1akya84v382nx26rr76iavz6wi"))))
11775 (build-system emacs-build-system)
11776 (propagated-inputs
11777 `(("emacs-helm" ,emacs-helm)
11778 ("emacs-password-store" ,emacs-password-store)))
11779 (home-page
11780 "https://github.com/jabranham/helm-pass")
11781 (synopsis "Helm interface to pass, the standard Unix password manager")
11782 (description
11783 "Users of @code{helm-pass} may also be interested in functionality
11784 provided by other Emacs packages dealing with pass:
11785 @itemize
11786 @item @code{emacs-password-store}, which @code{helm-pass} relies on.
11787 @item @code{emacs-pass}, a major mode for @code{pass}.
11788 @item @code{auth-source-pass.el}: integration of Emacs' auth-source with
11789 @code{pass}, included in Emacs 26+).
11790 @end itemize\n")
11791 (license license:gpl3+))))
11792
11793 (define-public emacs-image+
11794 (let ((commit "6834d0c09bb4df9ecc0d7a559bd7827fed48fffc"))
11795 (package
11796 (name "emacs-image+")
11797 (version (git-version "0.6.2" "1" commit))
11798 (source
11799 (origin
11800 (method git-fetch)
11801 (uri (git-reference
11802 (url "https://github.com/mhayashi1120/Emacs-imagex")
11803 (commit commit)))
11804 (file-name (string-append name "-" version "-checkout"))
11805 (sha256
11806 (base32
11807 "0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
11808 (build-system emacs-build-system)
11809 (inputs `(("imagemagick" ,imagemagick)))
11810 (arguments
11811 `(#:phases
11812 (modify-phases %standard-phases
11813 (add-after 'unpack 'configure
11814 (lambda* (#:key inputs outputs #:allow-other-keys)
11815 (let ((imagemagick (assoc-ref inputs "imagemagick")))
11816 ;; Specify the absolute file names of the various
11817 ;; programs so that everything works out-of-the-box.
11818 (chmod "image+.el" #o666)
11819 (emacs-substitute-variables
11820 "image+.el"
11821 ("imagex-convert-command"
11822 (string-append imagemagick "/bin/convert"))
11823 ("imagex-identify-command"
11824 (string-append imagemagick "/bin/identify")))))))))
11825 (home-page "https://github.com/mhayashi1120/Emacs-imagex")
11826 (synopsis "Image manipulation extensions for Emacs")
11827 (description
11828 "Image+ provides keybindings allowing you to zoom in or zoom out of an
11829 image, rotate it, save modified images, and more.")
11830 (license license:gpl3+))))
11831
11832 (define-public emacs-package-lint
11833 (let ((commit "69bb89d00ba212b734c676ad056aa793c450b288"))
11834 (package
11835 (name "emacs-package-lint")
11836 (version (git-version "0.5" "1" commit))
11837 (source
11838 (origin
11839 (method git-fetch)
11840 (uri (git-reference
11841 (url "https://github.com/purcell/package-lint")
11842 (commit commit)))
11843 (file-name (string-append name "-" version "-checkout"))
11844 (sha256
11845 (base32
11846 "1hfricsgmy3x9snnd2p4xq6vnnv94qdsxxnxp07b3hqc9bhw31rq"))))
11847 (build-system emacs-build-system)
11848 (home-page "https://github.com/purcell/package-lint")
11849 (synopsis "Linting library for elisp package authors")
11850 (description
11851 "This provides a list of issues with the Emacs package metadata of a file,
11852 e.g. the package dependencies it requires. See function
11853 @code{package-lint-buffer}. Checks will currently be enabled only if a
11854 \"Package-Requires:\" or \"Package-Version:\" header is present in the
11855 file.")
11856 (license license:gpl3+))))
11857
11858 (define-public emacs-picpocket
11859 (let ((version "40")
11860 (commit "6fd88b8711c4370662c0f9c462170187d092a046"))
11861 (package
11862 (name "emacs-picpocket")
11863 (version version)
11864 (source
11865 (origin
11866 (method git-fetch)
11867 (uri (git-reference
11868 (url "https://github.com/johanclaesson/picpocket")
11869 (commit commit)))
11870 (file-name (git-file-name name version))
11871 (sha256
11872 (base32 "1mdzzxf7xm7zwrpnqqxa27d1cr31pd72d7ilbwljv13qp177a3yw"))))
11873 (build-system emacs-build-system)
11874 (arguments ; needed for running tests
11875 `(#:tests? #t
11876 #:emacs ,emacs
11877 #:test-command '("emacs" "--batch"
11878 "-l" "picpocket-test.el"
11879 "-f" "ert-run-tests-batch-and-exit")))
11880 (home-page "https://github.com/johanclaesson/picpocket")
11881 (synopsis "Image viewer for Emacs")
11882 (description
11883 "Picpocket is an image viewer for GNU Emacs. It has commands for:
11884
11885 @itemize
11886 @item File operations on the picture files (delete, move, copy, hardlink).
11887 @item Scale and rotate the picture.
11888 @item Associate pictures with tags which are saved to disk.
11889 @item Filter pictures according to tags.
11890 @item Customizing keystrokes for quick tagging and file operations.
11891 @item Undo and browse history of undoable commands.
11892 @end itemize")
11893 (license license:gpl3+))))
11894
11895 (define-public emacs-wgrep-helm
11896 ;; `emacs-wgrep-helm' was mistakenly added.
11897 (deprecated-package "emacs-wgrep-helm" emacs-wgrep))
11898
11899 (define-public emacs-mu4e-conversation
11900 (let ((commit "54368a009474276247bdf39683e25ea68ae1f943"))
11901 (package
11902 (name "emacs-mu4e-conversation")
11903 (version (git-version "20181105" "3" commit))
11904 (source
11905 (origin
11906 (method url-fetch)
11907 (uri (string-append
11908 "https://gitlab.com/Ambrevar/mu4e-conversation/"
11909 "repository/archive.tar.gz?ref="
11910 commit))
11911 (file-name (string-append name "-" version "-checkout"))
11912 (sha256
11913 (base32
11914 "1zqnp1d3cxyvzsd76d5iw40lkif19k9svlbhqy6dvqiaqm0jbd15"))))
11915 (build-system emacs-build-system)
11916 (propagated-inputs
11917 `(("mu" ,mu)))
11918 (home-page
11919 "https://gitlab.com/Ambrevar/mu4e-conversation")
11920 (synopsis
11921 "Show a complete thread in a single buffer")
11922 (description
11923 "This package offers an alternate view to mu4e's e-mail display. It
11924 shows all e-mails of a thread in a single view, where each correspondent has
11925 their own face. Threads can be displayed linearly (in which case e-mails are
11926 displayed in chronological order) or as an Org document where the node tree
11927 maps the thread tree.")
11928 (license license:gpl3+))))
11929
11930 (define-public emacs-pinentry
11931 (let ((commit "dcc9ba03252ee5d39e03bba31b420e0708c3ba0c")
11932 (revision "1"))
11933 (package
11934 (name "emacs-pinentry")
11935 (version (git-version "0.1" revision commit))
11936 (source
11937 (origin
11938 (method url-fetch)
11939 (uri (string-append
11940 "http://git.savannah.gnu.org/cgit/emacs/elpa.git/plain"
11941 "/packages/pinentry/pinentry.el?id=" commit))
11942 (file-name (string-append "pinentry.el"))
11943 (sha256
11944 (base32
11945 "1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
11946 (build-system emacs-build-system)
11947 (propagated-inputs
11948 `(("gnupg" ,gnupg)))
11949 (home-page "https://elpa.gnu.org/packages/pinentry.html")
11950 (synopsis "GnuPG Pinentry server implementation")
11951 (description
11952 "This package allows GnuPG passphrase to be prompted through the
11953 minibuffer instead of graphical dialog.
11954
11955 To use, add @code{allow-emacs-pinentry} to @code{~/.gnupg/gpg-agent.conf},
11956 reload the configuration with @code{gpgconf --reload gpg-agent}, and start the
11957 server with @code{M-x pinentry-start}.")
11958 (license license:gpl3+))))
11959
11960 (define-public emacs-org-brain
11961 (package
11962 (name "emacs-org-brain")
11963 (version "0.5")
11964 (source
11965 (origin
11966 (method git-fetch)
11967 (uri (git-reference
11968 (url "https://github.com/Kungsgeten/org-brain.git")
11969 (commit "3faf9303af3f2356e3444e69c22dc6c5774047d1")))
11970 (file-name (git-file-name name version))
11971 (sha256
11972 (base32
11973 "1ad681zk6kckw2zbk0r4iaj4bw8cfqrbd1s3gdwgdjlzq81q9mmj"))))
11974 (build-system emacs-build-system)
11975 (home-page "https://github.com/Kungsgeten/org-brain")
11976 (synopsis "Org-mode wiki and concept-mapping for Emacs")
11977 (description "@code{emacs-org-brain} implements a variant of concept
11978 mapping in Emacs, using @code{org-mode}. An org-brain is a network of
11979 org-mode entries, where each entry is a file or a headline, and you can get a
11980 visual overview of the relationships between the entries: parents, children,
11981 siblings and friends. This visual overview can also be used to browse your
11982 entries. You can think of entries as nodes in a mind map, or pages in a
11983 wiki.")
11984 (license license:expat)))
11985
11986 (define-public emacs-recent-addresses
11987 (let ((commit "afbbfdc43b81e620acf827ca20d297e0c517b6eb")
11988 (revision "1"))
11989 (package
11990 (name "emacs-recent-addresses")
11991 (home-page "http://nschum.de/src/emacs/recent-addresses/")
11992 (version (git-version "0.1" revision commit))
11993 (source (origin
11994 (method git-fetch)
11995 (uri (git-reference
11996 ;; Note: Use a branch that works with Helm. Submitted
11997 ;; at <https://github.com/nschum/recent-addresses.el/pull/1>.
11998 (url "https://github.com/civodul/recent-addresses.el")
11999 (commit commit)))
12000 (sha256
12001 (base32
12002 "0ajrq0galjmdyjdjyxazykjyax3gh6hvfk4s7l657pi11g0q5zax"))
12003 (file-name (git-file-name name version))))
12004 (build-system emacs-build-system)
12005 (synopsis "Record recently-used email addressed and auto-complete them")
12006 (description
12007 "@code{recent-addresses} is an Emacs package that allows you to quickly
12008 look up previously used email addresses. It can be used alongside the Gnus
12009 email client.")
12010 (license license:gpl2+))))
12011
12012 (define-public emacs-fold-dwim
12013 (let ((commit "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b")
12014 (revision "0"))
12015 (package
12016 (name "emacs-fold-dwim")
12017 (version (git-version "1.2" revision commit))
12018 (home-page "https://github.com/emacsattic/fold-dwim")
12019 (source (origin
12020 (method git-fetch)
12021 (uri (git-reference (url home-page) (commit commit)))
12022 (sha256
12023 (base32
12024 "1yz1wis31asw6xa5maliyd1ck2q02xnnh7dc6swgj9cb4wi7k6i1"))
12025 (file-name (git-file-name name version))))
12026 (build-system emacs-build-system)
12027 (synopsis "Unified user interface for Emacs folding modes")
12028 (description
12029 "DWIM stands for \"do what I mean\", as in the idea that one keystroke
12030 can do different things depending on the context. In this package, it means
12031 that, if the cursor is in a currently hidden folded construction, we want to
12032 show it; if it's not, we want to hide whatever fold the cursor is in.")
12033 (license license:gpl2+))))
12034
12035 (define-public emacs-markup-faces
12036 (package
12037 (name "emacs-markup-faces")
12038 (version "1.0.0")
12039 (source
12040 (origin
12041 (method url-fetch)
12042 (uri (string-append "https://stable.melpa.org/packages/markup-faces-"
12043 version ".el"))
12044 (sha256
12045 (base32
12046 "124dxbaa25fwxnpwsygpz7pw6da6dnnw7y2lic3jf8rgz7lw4v32"))))
12047 (build-system emacs-build-system)
12048 (home-page "https://github.com/sensorflo/markup-faces")
12049 (synopsis "Collection of Emacs faces for markup language modes")
12050 (description "emacs-markup-faces is like font-lock-faces, but tailored for
12051 markup languages instead programming languages. The sub group markup-faces-text
12052 is also intended for 'text viewing modes' such as info or (wo)man. This gives a
12053 common look and feel, or let's say theme, across different markup language modes
12054 and 'text viewing modes' respectively.")
12055 (license license:gpl3+)))
12056
12057 (define-public emacs-adoc-mode
12058 (package
12059 (name "emacs-adoc-mode")
12060 (version "0.6.6")
12061 (source
12062 (origin
12063 (method url-fetch)
12064 (uri (string-append "https://stable.melpa.org/packages/adoc-mode-"
12065 version ".el"))
12066 (sha256
12067 (base32
12068 "1c6hrgxxsnl2c19rgjykpm7r4xg9lp6bmk5z6bi7g8pqlrgwffcy"))))
12069 (build-system emacs-build-system)
12070 (propagated-inputs
12071 `(("emacs-markup-faces" ,emacs-markup-faces)))
12072 (home-page "https://github.com/sensorflo/adoc-mode/wiki")
12073 (synopsis "AsciiDoc mode for Emacs")
12074 (description "This package provides an Emacs major mode for editing AsciiDoc
12075 files. It focuses on highlighting the document to improve readability.")
12076 (license license:gpl2+)))
12077
12078 (define-public emacs-rust-mode
12079 (let ((commit
12080 ;; Last release is old (2016), use more recent commit to get bug
12081 ;; fixes.
12082 "64b4a2450e4d4c47f6307851c9b2598cd2254d68")
12083 (revision "0"))
12084 (package
12085 (name "emacs-rust-mode")
12086 (version (git-version "0.3.0" revision commit))
12087 (source (origin
12088 (method git-fetch)
12089 (uri
12090 (git-reference
12091 (url "https://github.com/rust-lang/rust-mode")
12092 (commit commit)))
12093 (file-name (git-file-name name version))
12094 (sha256
12095 (base32
12096 "0pbz36lljgb7bdgx3h3g0pq1nss1kvn8mhk1l3mknsmynd6w4nd8"))))
12097 (build-system emacs-build-system)
12098 (arguments
12099 `(#:phases
12100 (modify-phases %standard-phases
12101 (replace 'check
12102 (lambda _
12103 (invoke "sh" "run_rust_emacs_tests.sh"))))))
12104 (home-page "https://github.com/rust-lang/rust-mode")
12105 (synopsis "Major Emacs mode for editing Rust source code")
12106 (description "This package provides a major Emacs mode for editing Rust
12107 source code.")
12108 (license (list license:expat
12109 license:asl2.0)))))
12110
12111 (define-public emacs-ztree
12112 (let ((commit "c54425a094353ec40a8179f9eab3596f76c6cf94"))
12113 (package
12114 (name "emacs-ztree")
12115 (version (git-version "1.0.5" "1" commit))
12116 (source
12117 (origin
12118 (method git-fetch)
12119 (uri (git-reference
12120 (url "https://github.com/fourier/ztree")
12121 (commit commit)))
12122 (file-name (git-file-name name version))
12123 (sha256
12124 (base32
12125 "0j8fpxds8m1zi04nrs8vv21091abvh4n8ab76f1sgdxnp4l5cfb0"))))
12126 (build-system emacs-build-system)
12127 (home-page "https://github.com/fourier/ztree")
12128 (synopsis "Directory tree comparison mode for Emacs")
12129 (description "Ztree is a project dedicated to implementation of several
12130 text-tree applications inside GNU Emacs. It consists of 2 subprojects:
12131 @command{ztree-diff} and @command{ztree-dir} (the basis of
12132 @command{ztree-diff}).")
12133 (license license:gpl3))))
12134
12135 (define-public emacs-helm-org-contacts
12136 (let ((commit "0af703bd9a43032b89fdf5559673151d1ac2fffc"))
12137 (package
12138 (name "emacs-helm-org-contacts")
12139 (version (git-version "20180707" "1" commit))
12140 (source
12141 (origin
12142 (method git-fetch)
12143 (uri (git-reference
12144 (url "https://github.com/tmalsburg/helm-org-contacts")
12145 (commit commit)))
12146 (file-name (git-file-name name version))
12147 (sha256
12148 (base32
12149 "1cl7cm2ic9pg4vc9cdh84vzjj1x2lpd5ymimiva8h4l17kiphk4s"))))
12150 (build-system emacs-build-system)
12151 (propagated-inputs
12152 `(("emacs-dash" ,emacs-dash)
12153 ("emacs-helm" ,emacs-helm)
12154 ("emacs-s" ,emacs-s)))
12155 (home-page "https://github.com/tmalsburg/helm-org-contacts")
12156 (synopsis "Helm source for org-contacts")
12157 (description "This Helm source can be used to search contacts stored in
12158 org-contacts format. There are actions for inserting postal addresses, email
12159 addresses, and phone numbers in the buffer where @command{helm-org-contacts}
12160 was called.")
12161 (license license:gpl3))))
12162
12163 (define-public emacs-dired-du
12164 (package
12165 (name "emacs-dired-du")
12166 (version "0.5.1")
12167 (source
12168 (origin
12169 (method url-fetch)
12170 (uri (string-append
12171 "https://elpa.gnu.org/packages/dired-du-"
12172 version ".tar"))
12173 (sha256
12174 (base32
12175 "1091scnrjh0a4gja4z6jxic6ghy1yryv46qk9c76pmh50cpw6766"))))
12176 (build-system emacs-build-system)
12177 (home-page "http://elpa.gnu.org/packages/dired-du.html")
12178 (synopsis "Dired with recursive directory sizes")
12179 (description
12180 "Display the recursive size of directories in Dired.
12181 This file defines a minor mode @command{dired-du-mode} to show the recursive
12182 size of directories in Dired buffers. If @command{du} program is available,
12183 then the directory sizes are obtained with it. Otherwise, the directory sizes
12184 are obtained with Lisp. The former is faster and provide a more precise
12185 value. For directories where the user doesn't have read permission, the
12186 recursive size is not obtained. Once this mode is enabled, every new Dired
12187 buffer displays recursive dir sizes.")
12188 (license license:gpl3+)))
12189
12190 (define-public emacs-pcre2el
12191 ;; Last release is very old so we get the latest commit.
12192 (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
12193 (package
12194 (name "emacs-pcre2el")
12195 (version (git-version "1.8" "1" commit))
12196 (source
12197 (origin
12198 (method git-fetch)
12199 (uri (git-reference
12200 (url "https://github.com/joddie/pcre2el")
12201 (commit commit)))
12202 (file-name (git-file-name name version))
12203 (sha256
12204 (base32
12205 "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
12206 (build-system emacs-build-system)
12207 (home-page "https://github.com/joddie/pcre2el")
12208 (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
12209 (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
12210 Tools) is a utility for working with regular expressions in Emacs, based on a
12211 recursive-descent parser for regexp syntax. In addition to converting (a
12212 subset of) PCRE syntax into its Emacs equivalent, it can do the following:
12213
12214 @itemize
12215 @item convert Emacs syntax to PCRE
12216 @item convert either syntax to @code{rx}, an S-expression based regexp syntax
12217 @item untangle complex regexps by showing the parse tree in @code{rx} form and
12218 highlighting the corresponding chunks of code
12219 @item show the complete list of strings (productions) matching a regexp,
12220 provided the list is finite
12221 @item provide live font-locking of regexp syntax (so far only for Elisp
12222 buffers – other modes on the TODO list).
12223 @end itemize\n")
12224 (license license:gpl3))))
12225
12226 (define-public emacs-magit-todos
12227 (package
12228 (name "emacs-magit-todos")
12229 (version "1.1")
12230 (source
12231 (origin
12232 (method git-fetch)
12233 (uri (git-reference
12234 (url "https://github.com/alphapapa/magit-todos")
12235 (commit version)))
12236 (file-name (git-file-name name version))
12237 (sha256
12238 (base32
12239 "1mvzbxshr6zjdim3jd368ar1hy5l7n22i03cpvzdmrw83kkwdyhd"))))
12240 (build-system emacs-build-system)
12241 (propagated-inputs
12242 `(("emacs-async" ,emacs-async)
12243 ("emacs-dash" ,emacs-dash)
12244 ("emacs-f" ,emacs-f)
12245 ("emacs-hl-todo" ,emacs-hl-todo)
12246 ("magit" ,emacs-magit)
12247 ("emacs-pcre2el" ,emacs-pcre2el)
12248 ("emacs-s" ,emacs-s)))
12249 (home-page "https://github.com/alphapapa/magit-todos")
12250 (synopsis "Show source files' TODOs (and FIXMEs, etc) in Magit status buffer")
12251 (description "This package displays keyword entries from source code
12252 comments and Org files in the Magit status buffer. Activating an item jumps
12253 to it in its file. By default, it uses keywords from @code{hl-todo}, minus a
12254 few (like NOTE).")
12255 (license license:gpl3)))
12256
12257 (define-public emacs-git-annex
12258 ;; Unreleased version has a fontification fix.
12259 (let ((commit "ebdb44aef1883f1b2b8058e05d30fb9315b03707")
12260 (revision "1"))
12261 (package
12262 (name "emacs-git-annex")
12263 (version (string-append "1.1-" revision "." (string-take commit 8)))
12264 (source
12265 (origin
12266 (method git-fetch)
12267 (uri (git-reference
12268 (url "https://github.com/jwiegley/git-annex-el")
12269 (commit commit)))
12270 (file-name (string-append name "-" version "-checkout"))
12271 (sha256
12272 (base32
12273 "1mzv40gj7k10h7h5s43my8msgzjpj680qprqa9pp8nbyhl49v3wh"))))
12274 (build-system emacs-build-system)
12275 (home-page "https://github.com/jwiegley/git-annex-el")
12276 (synopsis "Emacs integration for git-annex")
12277 (description "Enhances Dired and buffers visiting annex files with
12278 git-annex functionality. In Dired, the names of annex files are shortened by
12279 hiding the symbolic links and fontified based on whether content is present.
12280 Commands for performing some common operations (e.g., unlocking and adding
12281 files) are provided.")
12282 (license license:gpl2+))))
12283
12284 (define-public emacs-hackernews
12285 (let ((commit "d8c450bbc76d6bb65ec5cdb6c3b888a23f3769e9"))
12286 (package
12287 (name "emacs-hackernews")
12288 (version (git-version "0.4.0" "1" commit))
12289 (source
12290 (origin
12291 (method git-fetch)
12292 (uri (git-reference
12293 (url "https://github.com/clarete/hackernews.el")
12294 (commit commit)))
12295 (file-name (git-file-name name version))
12296 (sha256
12297 (base32
12298 "06mp4n6c300jv5lhwf50ircfjckzr2p1zd38s4mqnxxjlf1maim7"))))
12299 (build-system emacs-build-system)
12300 (home-page "https://github.com/clarete/hackernews.el")
12301 (synopsis "Hacker News client for Emacs")
12302 (description "The @command{hackernews} package is able to fetch stories
12303 from six different Hacker News feeds, namely top, new, best, ask, show and job
12304 stories. The default feed is top stories, which corresponds to the Hacker
12305 News homepage.")
12306 (license license:gpl3))))
12307
12308 (define-public emacs-youtube-dl
12309 (let ((commit "7c9d7a7d05b72a7d1b1257a36c5e2b2567b185dd"))
12310 (package
12311 (name "emacs-youtube-dl")
12312 (version (git-version "1.0" "1" commit))
12313 (source
12314 (origin
12315 (method git-fetch)
12316 (uri (git-reference
12317 (url "https://github.com/skeeto/youtube-dl-emacs/")
12318 (commit commit)))
12319 (file-name (git-file-name name version))
12320 (sha256
12321 (base32
12322 "0mh4s089a4x8s380agzb2306kdp1hl204px1n5rrrrdcls7imnh6"))))
12323 (build-system emacs-build-system)
12324 (inputs
12325 `(("youtube-dl" ,youtube-dl)))
12326 (arguments
12327 `(#:phases
12328 (modify-phases %standard-phases
12329 (add-after 'unpack 'configure
12330 (lambda* (#:key inputs #:allow-other-keys)
12331 (let ((youtube-dl (assoc-ref inputs "youtube-dl")))
12332 ;; .el is read-only in git.
12333 (chmod "youtube-dl.el" #o644)
12334 ;; Specify the absolute file names of the various
12335 ;; programs so that everything works out-of-the-box.
12336 (emacs-substitute-variables
12337 "youtube-dl.el"
12338 ("youtube-dl-program"
12339 (string-append youtube-dl "/bin/youtube-dl")))))))))
12340 (home-page "https://github.com/skeeto/youtube-dl-emacs/")
12341 (synopsis "Emacs youtube-dl download manager")
12342 (description "This package manages a video download queue for
12343 @command{youtube-dl}, which serves as the back end. It manages a single
12344 @command{youtube-dl} subprocess, downloading one video at a time. New videos
12345 can be queued at any time.")
12346 (license license:unlicense))))
12347
12348 (define-public emacs-org-web-tools
12349 (package
12350 (name "emacs-org-web-tools")
12351 (version "1.0")
12352 (source
12353 (origin
12354 (method git-fetch)
12355 (uri (git-reference
12356 (url "https://github.com/alphapapa/org-web-tools")
12357 (commit version)))
12358 (file-name (git-file-name name version))
12359 (sha256
12360 (base32
12361 "0kak9h5ny00d39gnwspv53nadnag01brw2fq9zk5wpfc91h9bjng"))))
12362 (build-system emacs-build-system)
12363 (propagated-inputs
12364 `(("emacs-dash" ,emacs-dash)
12365 ("emacs-esxml" ,emacs-esxml)
12366 ("emacs-s" ,emacs-s)))
12367 (inputs
12368 `(("pandoc" ,ghc-pandoc)))
12369 (arguments
12370 `(#:phases
12371 (modify-phases %standard-phases
12372 (add-after 'unpack 'patch-exec-paths
12373 (lambda* (#:key inputs #:allow-other-keys)
12374 (let ((pandoc (assoc-ref inputs "pandoc")))
12375 (substitute* "org-web-tools.el"
12376 (("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))
12377 #t))))))
12378 (home-page "https://github.com/alphapapa/org-web-tools")
12379 (synopsis "Display/Process web page as Org-mode content")
12380 (description "This package contains library functions and commands useful
12381 for retrieving web page content and processing it into Org-mode content.
12382
12383 For example, you can copy a URL to the clipboard or kill-ring, then run a
12384 command that downloads the page, isolates the “readable” content with
12385 @command{eww-readable}, converts it to Org-mode content with Pandoc, and
12386 displays it in an Org-mode buffer. Another command does all of that but
12387 inserts it as an Org entry instead of displaying it in a new buffer.")
12388 (license license:gpl3+)))
12389
12390 (define-public emacs-blimp
12391 (let ((commit "e420763d6d18b5d1be552cdbc47f91418343db03"))
12392 (package
12393 (name "emacs-blimp")
12394 (version (git-version "0.0.0" "1" commit))
12395 (source
12396 (origin
12397 (method git-fetch)
12398 (uri (git-reference
12399 (url "https://github.com/walseb/blimp")
12400 (commit commit)))
12401 (file-name (git-file-name name version))
12402 (sha256
12403 (base32
12404 "09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
12405 (build-system emacs-build-system)
12406 (propagated-inputs
12407 `(("emacs-eimp" ,emacs-eimp)))
12408 (home-page "https://github.com/walseb/blimp")
12409 (synopsis "Emacs wrapper around all Imagemagick commands")
12410 (description "Blimp (Bustling Image Manipulation Package) is a complete
12411 wrapper around all Imagemagick commands with descriptions, autocompletion (for
12412 some commands) and hints displayed in prompt using @command{eimp.el} to
12413 execute its commands and resize images.")
12414 (license license:gpl3+))))
12415
12416 (define-public emacs-synosaurus
12417 (let ((commit "8bf95b935976ec0a1964cf175ed57cc5f6f93bdb"))
12418 (package
12419 (name "emacs-synosaurus")
12420 (version (git-version "0.1.0" "1" commit))
12421 (source
12422 (origin
12423 (method git-fetch)
12424 (uri (git-reference
12425 (url "https://github.com/hpdeifel/synosaurus")
12426 (commit commit)))
12427 (file-name (git-file-name name version))
12428 (sha256
12429 (base32
12430 "15by9jccab6kyplxa6k0glzaivxkqdigl33gl2qi2cvy6f2q7gva"))))
12431 (build-system emacs-build-system)
12432 (propagated-inputs
12433 `(("wordnet" ,wordnet)))
12434 (arguments
12435 `(#:phases
12436 (modify-phases %standard-phases
12437 (add-after 'unpack 'configure
12438 (lambda* (#:key inputs outputs #:allow-other-keys)
12439 (let ((wn (assoc-ref inputs "wordnet")))
12440 ;; .el is read-only in git.
12441 (chmod "synosaurus-wordnet.el" #o644)
12442 ;; Specify the absolute file names of the various
12443 ;; programs so that everything works out-of-the-box.
12444 (emacs-substitute-variables
12445 "synosaurus-wordnet.el"
12446 ("wordnet-command"
12447 (string-append wn "/bin/wn")))))))))
12448 (home-page "https://github.com/hpdeifel/synosaurus")
12449 (synopsis "Extensible thesaurus mode for Emacs")
12450 (description "Synosaurus is a thesaurus fontend for Emacs with pluggable
12451 backends, including the @command{wordnet} offline backend.")
12452 (license license:gpl3+))))
12453
12454 (define-public emacs-all-the-icons
12455 (package
12456 (name "emacs-all-the-icons")
12457 (version "3.2.0")
12458 (source
12459 (origin
12460 (method git-fetch)
12461 (uri (git-reference
12462 (url "https://github.com/domtronn/all-the-icons.el.git")
12463 (commit version)))
12464 (file-name (git-file-name name version))
12465 (sha256
12466 (base32
12467 "1sdl33117lccznj38021lwcdnpi9nxmym295q6y460y4dm4lx0jn"))))
12468 (build-system emacs-build-system)
12469 (arguments
12470 `(#:include '("\\.el$" "^data/" "^fonts/")
12471 ;; Compiling "test/" fails with "Symbol’s value as variable is void:
12472 ;; all-the-icons--root-code". Ignoring tests.
12473 #:exclude '("^test/")
12474 #:tests? #f))
12475 (propagated-inputs
12476 `(("f" ,emacs-f)
12477 ("memoize" ,emacs-memoize)))
12478 (home-page "https://github.com/domtronn/all-the-icons.el")
12479 (synopsis "Collect icon fonts and propertize them within Emacs")
12480 (description "All-the-icons is a utility package to collect various icon
12481 fonts and propertize them within Emacs. Icon fonts allow you to propertize
12482 and format icons the same way you would normal text. This enables things such
12483 as better scaling of and anti aliasing of the icons.")
12484 ;; Package is released under Expat license. Elisp files are licensed
12485 ;; under GPL3+. Fonts come with various licenses: Expat for
12486 ;; "all-the-icons.ttf" and "file-icons.ttf", Apache License 2.0 for
12487 ;; "material-design-icons.ttf", and SIL OFL 1.1 for "fontawesome.ttf",
12488 ;; "ocitcons.ttf" and "weathericons.ttf".
12489 (license
12490 (list license:expat license:gpl3+ license:silofl1.1 license:asl2.0))))
12491
12492 (define-public emacs-powerline
12493 (package
12494 (name "emacs-powerline")
12495 (version "2.4")
12496 (source
12497 (origin
12498 (method git-fetch)
12499 (uri (git-reference
12500 (url "https://github.com/milkypostman/powerline.git")
12501 (commit version)))
12502 (file-name (git-file-name name version))
12503 (sha256
12504 (base32
12505 "1hp3xp18943n0rlggz55150020ivw8gvi1vyxkr4z8xhpwq4gaar"))))
12506 (build-system emacs-build-system)
12507 (home-page "https://github.com/milkypostman/powerline/")
12508 (synopsis "Mode-line plugin for Emacs")
12509 (description "Powerline is a utility plugin which allows you to create
12510 a better-looking, more functional Emacs mode-line. A collection of predefined
12511 themes comes with the package.")
12512 (license license:gpl3+)))
12513
12514 (define-public emacs-spaceline
12515 (package
12516 (name "emacs-spaceline")
12517 (version "2.0.1")
12518 (source
12519 (origin
12520 (method git-fetch)
12521 (uri (git-reference
12522 (url "https://github.com/TheBB/spaceline.git")
12523 (commit (string-append "v" version))))
12524 (file-name (git-file-name name version))
12525 (sha256
12526 (base32
12527 "1q8r95zfrh0vxna5ml2pq9b9f66clfqcl4d2qy2aizkvzyxg6skl"))))
12528 (build-system emacs-build-system)
12529 (propagated-inputs
12530 `(("dash" ,emacs-dash)
12531 ("powerline" ,emacs-powerline)
12532 ("s" ,emacs-s)))
12533 (home-page "https://github.com/TheBB/spaceline")
12534 (synopsis "Powerline theme from Spacemacs")
12535 (description "Spaceline provides Spacemacs' mode-line theme.
12536 This package provides features for three kinds of users.
12537
12538 @itemize
12539 @item You just want to use the Spacemacs mode-line theme and forget about it.
12540 @item You want to use something similar to the Spacemacs mode-line theme, but
12541 with a handful of easy tweaks.
12542 @item You want an easy-to-use library for building your own mode-line from
12543 scratch, and you think the Spacemacs theme looks good.
12544 @end itemize")
12545 (license license:gpl3+)))
12546
12547 (define-public emacs-column-marker
12548 (package
12549 (name "emacs-column-marker")
12550 (version "9")
12551 (source
12552 (origin
12553 (method url-fetch)
12554 (uri "https://www.emacswiki.org/emacs/download/column-marker.el")
12555 (sha256 (base32 "05bv198zhqw5hqq6cr11mhz02dpca74hhp1ycwq369m0yb2naxy9"))))
12556 (build-system emacs-build-system)
12557 (home-page "https://www.emacswiki.org/emacs/ColumnMarker")
12558 (synopsis "Emacs mode for highlighting columns")
12559 (description
12560 "With @code{column-marker.el} you can highlight any number of text columns.
12561 Three such highlight column markers are provided by default. This is
12562 especially useful for languages like COBOL or Fortran where certain columns
12563 have special meaning. It is also handy for aligning text across long vertical
12564 distances. Multi-column characters, such as @kbd{TAB} are treated
12565 correctly.")
12566 (license license:gpl2+)))
12567
12568 (define-public emacs-slime-repl-ansi-color
12569 (let ((commit "ad03263f5d4de473bc173b64a6fc3dc1106393d7"))
12570 (package
12571 (name "emacs-slime-repl-ansi-color")
12572 (version (git-version "0.0.0" "1" commit))
12573 (source (origin
12574 (method git-fetch)
12575 (uri (git-reference
12576 (url "https://github.com/deadtrickster/slime-repl-ansi-color")
12577 (commit commit)))
12578 (file-name (git-file-name name version))
12579 (sha256
12580 (base32
12581 "0bpg7gxz310x7bnlg324c507sxc5gxwwz6h64h6kdq141r73vbi4"))))
12582 (build-system emacs-build-system)
12583 (home-page "https://github.com/deadtrickster/slime-repl-ansi-color")
12584 (synopsis "Color ANSI codes in the REPL of SLIME")
12585 (description "Color ANSI codes in the REPL of SLIME")
12586 (license license:gpl2+))))
12587
12588 (define-public emacs-helm-slime
12589 (let ((commit "9980925f3e5f6ac5a30369d2a544e82006a79c76"))
12590 (package
12591 (name "emacs-helm-slime")
12592 (version (git-version "0.0.0" "1" commit))
12593 (source (origin
12594 (method git-fetch)
12595 (uri (git-reference
12596 (url "https://github.com/emacs-helm/helm-slime")
12597 (commit commit)))
12598 (file-name (git-file-name name version))
12599 (sha256
12600 (base32
12601 "0xa07gpfkzwn522x9573mq5mfxvbawdgd0m93gqj6w5a14wk8zzh"))))
12602 (build-system emacs-build-system)
12603 (propagated-inputs
12604 `(("emacs-helm" ,emacs-helm)
12605 ("emacs-slime" ,emacs-slime)))
12606 (home-page "https://github.com/emacs-helm/helm-slime")
12607 (synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
12608 (description "Helm-SLIME defines a few new commands:
12609
12610 @itemize
12611 @item helm-slime-complete: Select a symbol from the SLIME completion systems.
12612 @item helm-slime-list-connections: Yet another slime-list-connections with Helm.
12613 @item: helm-slime-apropos: Yet another slime-apropos with Helm.
12614 @item helm-slime-repl-history: Select an input from the SLIME REPL history and insert it.
12615 @end itemize\n")
12616 (license license:gpl3+))))
12617
12618 (define-public emacs-gtk-look
12619 (package
12620 (name "emacs-gtk-look")
12621 (version "29")
12622 (source (origin
12623 (method url-fetch)
12624 (uri "https://download.tuxfamily.org/user42/gtk-look.el")
12625 (sha256
12626 (base32
12627 "14p2nwrd51cr1v06fxbjjn6jdrkf9d6vcxhmscm0kl677s25ypsp"))))
12628 (build-system emacs-build-system)
12629 (arguments
12630 `(#:phases
12631 (modify-phases %standard-phases
12632 (add-after 'unpack 'configure
12633 (lambda _
12634 ;; File is read-only.
12635 (chmod "gtk-look.el" #o644)
12636 (emacs-substitute-variables "gtk-look.el"
12637 ("gtk-lookup-devhelp-indices"
12638 '(list (expand-file-name "~/.guix-profile/share/gtk-doc/html/*/*.devhelp*"))))
12639 #t)))))
12640 (home-page "http://user42.tuxfamily.org/gtk-look/index.html")
12641 (synopsis "Find and display HTML documentation for GTK, GNOME and Glib")
12642 (description "@command{gtk-look} finds and displays HTML documentation for
12643 GTK, GNOME and Glib functions and variables in Emacs, similar to what
12644 info-lookup-symbol does for info files (C-h S). The documentation is expected
12645 to be devhelp indexes with HTML files. The location of the indexes can be
12646 customized. In addition to C code development @command{gtk-look} is good for
12647
12648 @itemize
12649 @item @command{perl-gtk2}, recognising class funcs like
12650 @command{Gtk2::Label->new} and bare method names like @command{set_text}.
12651 @item @command{guile-gnome}, recognising methods like @command{set-text} and
12652 classes like @command{<gtk-window>}.
12653 @end itemize\n")
12654 (license license:gpl3+)))
12655
12656 (define-public emacs-ov
12657 (package
12658 (name "emacs-ov")
12659 (version "1.0.6")
12660 (source (origin
12661 (method git-fetch)
12662 (uri (git-reference
12663 (url "https://github.com/ShingoFukuyama/ov.el.git")
12664 (commit version)))
12665 (file-name (git-file-name name version))
12666 (sha256
12667 (base32
12668 "0qxk2rf84j86syxi8xknsq252irwg7sz396v3bb4wqz4prpj0kzc"))))
12669 (build-system emacs-build-system)
12670 (home-page "https://github.com/ShingoFukuyama/ov.el")
12671 (synopsis "Overlay library for Emacs Lisp")
12672 (description "@code{ov.el} provides a simple way to manipulate overlays in
12673 Emacs.")
12674 (license license:gpl3+)))
12675
12676 (define-public emacs-matrix-client
12677 (let ((commit "3eab4c28280feff18ee1ddd7db66ada4f135cbf8"))
12678 (package
12679 (name "emacs-matrix-client")
12680 (version (git-version "0.0.0" "1" commit))
12681 (source (origin
12682 (method git-fetch)
12683 (uri (git-reference
12684 (url "https://github.com/jgkamat/matrix-client-el.git")
12685 (commit commit)))
12686 (file-name (git-file-name name version))
12687 (sha256
12688 (base32
12689 "1k6721jz0m22vpb78881k087mpx8hf3s2219ic75v5mhgx355f7m"))))
12690 (build-system emacs-build-system)
12691 (propagated-inputs
12692 `(("a" ,emacs-a)
12693 ("dash" ,emacs-dash)
12694 ("esxml" ,emacs-esxml)
12695 ("f" ,emacs-f)
12696 ("ht" ,emacs-ht)
12697 ("ov" ,emacs-ov)
12698 ("request" ,emacs-request)
12699 ("s" ,emacs-s)
12700 ("tracking" ,emacs-tracking)))
12701 (home-page "https://github.com/jgkamat/matrix-client-el")
12702 (synopsis "Matrix client for Emacs")
12703 (description "@code{matrix-client} is a simple chat UI to Matrix.org
12704 rooms. It also provides an API which allows Emacs to seamlessly create
12705 RPC channels with users and other software.")
12706 (license license:gpl3+))))