summaryrefslogtreecommitdiff
path: root/gnu/packages/emacs-xyz.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r--gnu/packages/emacs-xyz.scm1874
1 files changed, 730 insertions, 1144 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 71d1885079..70a72e8df3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -263,7 +263,7 @@
(invoke "makeinfo" "--no-split"
"-o" "geiser.info" "geiser.texi")))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://nongnu.org/geiser/")
(synopsis "Collection of Emacs modes for Scheme hacking")
(description
@@ -308,7 +308,7 @@ e.g. emacs-geiser-guile for Guile.")
(string-append
"(eval-after-load 'geiser-impl '" all ")"))))))))
(inputs
- `(("guile" ,guile-3.0)))
+ (list guile-3.0))
(propagated-inputs
`(("geiser" ,emacs-geiser)))
(home-page "https://nongnu.org/geiser/")
@@ -402,7 +402,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
"(eval-after-load 'geiser-impl '" all ")")))
#t)))))
(inputs
- `(("racket" ,racket)))
+ (list racket))
(propagated-inputs
`(("geiser" ,emacs-geiser)))
(home-page "https://nongnu.org/geiser/")
@@ -446,9 +446,9 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
(string-append
"(eval-after-load 'geiser-impl '" all ")"))))))))
(inputs
- `(("chez-scheme" ,chez-scheme)))
+ (list chez-scheme))
(propagated-inputs
- `(("emacs-geiser" ,emacs-geiser)))
+ (list emacs-geiser))
(home-page "https://nongnu.org/geiser/")
(synopsis "Support for Chez Scheme in Geiser")
(description
@@ -546,7 +546,7 @@ system.")
(string-append out "/share/info/im")))
(find-files "man/im" "\\.png$"))))))))
(inputs
- `(("inetutils" ,inetutils)))
+ (list inetutils))
(home-page "https://www.gnu.org/software/hyperbole/")
(synopsis "The Everyday Hypertextual Information Manager")
(description
@@ -577,7 +577,7 @@ buffers, directory trees, or the web.")
"04zps0d4s99f5a8ahrpyf8b6qw0c1y7rd1bsaq9nc6m4qblsvwc8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-with-editor" ,emacs-with-editor)))
+ (list emacs-with-editor))
(home-page "https://github.com/jojojames/hg-histedit")
(synopsis "Emacs interface to @command{hg histedit}")
(description "This package provides an Emacs interface to
@@ -640,7 +640,7 @@ when typing parentheses directly or commenting out code line by line.")
(sha256
(base32 "1x3zkbjsi04v5ny3yxqrb75vcacrj9kxmpm9mvkp0n07j5g34f68"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-xref" ,emacs-xref)))
+ (propagated-inputs (list emacs-xref))
(home-page "http://elpa.gnu.org/packages/project.html")
(synopsis "Operations on the current project")
(description
@@ -692,9 +692,9 @@ configuration files, such as @file{.gitattributes}, @file{.gitignore}, and
(invoke "makeinfo" "--no-split"
"-o" "with-editor.info" "with-editor.texi"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
- `(("emacs-async" ,emacs-async)))
+ (list emacs-async))
(home-page "https://github.com/magit/with-editor")
(synopsis "Emacs library for using Emacsclient as EDITOR")
(description
@@ -770,7 +770,7 @@ on stdout instead of using a socket as the Emacsclient does.")
("emacs" ,emacs-no-x)
("git" ,git-minimal)))
(inputs
- `(("libgit2" ,libgit2)))
+ (list libgit2))
(home-page "https://github.com/magit/libegit2")
(synopsis "Emacs bindings for libgit2")
(description "This is an experimental module written in C providing
@@ -839,15 +839,11 @@ libgit2 bindings for Emacs, intended to boost the performance of Magit.")
(lambda _
(chdir "lisp"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(inputs
- `(("git" ,git)
- ("perl" ,perl)))
+ (list git perl))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-libgit" ,emacs-libgit)
- ("emacs-transient" ,emacs-transient)
- ("emacs-with-editor" ,emacs-with-editor)))
+ (list emacs-dash emacs-libgit emacs-transient emacs-with-editor))
(home-page "https://magit.vc/")
(synopsis "Emacs interface for the Git version control system")
(description
@@ -904,9 +900,9 @@ support for Git-SVN.")
(lambda _
(invoke "make" "info"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/magit/magit-popup")
(synopsis "Define prefix-infix-suffix command combos")
(description
@@ -954,7 +950,7 @@ process, passing on the arguments as command line arguments.")
(base32 "1bzxxs8mxaihpjkbxgynhsi39lbbnij28grdc3sk9sq09j9752vw"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/tarsius/minions")
(synopsis "Minor-mode menu for the mode line")
(description
@@ -1029,8 +1025,7 @@ then only the color of the mode line changes when a window becomes in-/active.")
(("\"wal\"") (string-append "\"" python-pywal "/bin/wal\""))))
#t)))))
(inputs
- `(("python" ,python)
- ("python-pywal" ,python-pywal)))
+ (list python python-pywal))
(home-page "https://github.com/jcaw/theme-magic")
(synopsis "Generate and apply color palettes based on your Emacs theme")
(description
@@ -1077,7 +1072,7 @@ color scheme used by Visual Studio Code.")
(base32 "1b858049n6nw4qf60fmszjrhl80x7ssh32f7glj722kwy7404kdh"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-autothemer" ,emacs-autothemer)))
+ (list emacs-autothemer))
(home-page "https://github.com/mtreca/emacs-theme-sorcery")
(synopsis "Dark and low-contrast Emacs theme")
(description "Sorcery is a dark and low-contrast Emacs theme inspired by
@@ -1203,7 +1198,7 @@ automatically opened with this mode.")
(base32 "0rh2k93c3a0vl073a3s3a3h6gkw454v1lyd7y8l3pd24vw9hc628"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("ghq" ,ghq)))
+ (list ghq))
(home-page "https://github.com/rcoedo/emacs-ghq")
(synopsis "Emacs interface for @code{ghq} tool")
(description
@@ -1232,7 +1227,7 @@ organizing remote Go repository clones.")
(lambda _
(invoke "make" "info"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
`(("dash" ,emacs-dash)
("emacs-let-alist" ,emacs-let-alist)
@@ -1266,8 +1261,7 @@ handful of functions that are not resource-specific.")
(arguments
'(#:include (cons "^dict/" %default-include)))
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-mmt" ,emacs-mmt)))
+ (list emacs-f emacs-mmt))
(home-page "https://github.com/mrkkrp/typit")
(synopsis "Typing game for Emacs with two difficulties")
(description "Emacs Typit is a typing game for Emacs. Words that are
@@ -1326,18 +1320,14 @@ for editing Racket's Scribble documentation syntax in Emacs.")
(add-after 'unpack 'expand-load-path
(assoc-ref emacs:%standard-phases 'expand-load-path)))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("texinfo" ,texinfo)
- ("perl" ,perl)
- ("emacs-minimal" ,emacs-minimal)))
- (propagated-inputs
- `(("emacs-bui" ,emacs-bui)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)
- ("gnupg" ,gnupg)
- ("shroud" ,shroud)))
+ (list autoconf automake texinfo perl emacs-minimal))
+ (propagated-inputs
+ (list emacs-bui
+ emacs-dash
+ emacs-f
+ emacs-s
+ gnupg
+ shroud))
(home-page "https://www.nongnu.org/emacs-shroud")
(synopsis "Emacs interface to the Shroud password manager")
(description
@@ -1364,8 +1354,7 @@ from within Emacs.")
(base32 "19hgvsrqch2vp49ag6m76bi5qxd20v95z0ib838rib9as15b17wq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-flycheck" ,emacs-flycheck)))
+ (list emacs-company emacs-flycheck))
(home-page "https://github.com/ethereum/emacs-solidity")
(synopsis "Major mode for writing Solidity code")
(description
@@ -1391,11 +1380,7 @@ a constant work in progress as the language itself also progresses.")
"0jvb2ci0h0lj368qhbff3pzkxj3nhlligpbkjzi525k9rkjgm7l8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-org" ,emacs-org)
- ("emacs-s" ,emacs-s)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-use-package" ,emacs-use-package)))
+ (list emacs-dash emacs-org emacs-s emacs-hydra emacs-use-package))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -1425,7 +1410,7 @@ replacement.")
(sha256
(base32 "0zxbacqzr84krmhqpvzndnvlcjh1gs1x20ys0dykgd7chyhci5j5"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(native-inputs
`(("emacs" ,emacs-minimal)
("emacs-el-search" ,emacs-el-search)
@@ -1522,13 +1507,13 @@ programs.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-haskell-mode" ,emacs-haskell-mode)
- ("emacs-s" ,emacs-s)
- ("emacs-company" ,emacs-company)
- ("emacs-lcr" ,emacs-lcr)))
+ (list emacs-dash
+ emacs-f
+ emacs-flycheck
+ emacs-haskell-mode
+ emacs-s
+ emacs-company
+ emacs-lcr))
(home-page "https://github.com/jyp/dante")
(synopsis "Minor mode for interactive Haskell")
(description
@@ -1554,9 +1539,9 @@ supports type hints, definition-jumping, completion, and more.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(native-inputs
- `(("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-shut-up))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -1597,7 +1582,7 @@ provides an optional IDE-like error list.")
(sha256
(base32 "1m59ahd5gjlfwf328labwdlpcxh8ywywkwgfrlsy5jyxfc9ss4nv"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-flycheck" ,emacs-flycheck)))
+ (propagated-inputs (list emacs-flycheck))
(home-page "https://github.com/purcell/flymake-flycheck")
(synopsis "Use Flycheck checkers as Flymake backends")
(description
@@ -1679,7 +1664,7 @@ boilerplate code from defining new Flymake backend functions.")
,(string-append (assoc-ref inputs "shellcheck")
"/bin/shellcheck")))))))))
(inputs
- `(("shellcheck" ,shellcheck)))
+ (list shellcheck))
(home-page "https://github.com/federicotdn/flymake-shellcheck")
(synopsis "Flymake backend for Bash/Sh powered by ShellCheck")
(description
@@ -1854,7 +1839,7 @@ and reused.")
(base32 "1jx17g8a6pxkw4zlx3fwhqgxfzcf3019k8fklykamfrkharzsc2l"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-powerline" ,emacs-powerline)))
+ (list emacs-powerline))
(home-page "https://github.com/AnthonyDiGirolamo/airline-themes")
(synopsis "Vim-airline themes for Emacs Powerline")
(description
@@ -1935,9 +1920,7 @@ optional minor mode which can apply this command automatically on save.")
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-s))
(home-page "https://github.com/emacsattic/relative-buffers")
(synopsis "Minor mode to rename buffers by project structure")
(description
@@ -1959,7 +1942,7 @@ project root.")
(sha256
(base32 "14z3i01pq5ljhjf5yfcjw7hxljcrwjnizkrdc1qyh9b6h3ic1bbi"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-xr" ,emacs-xr)))
+ (propagated-inputs (list emacs-xr))
(home-page "https://github.com/mattiase/relint")
(synopsis "Elisp regexp mistake finder")
(description
@@ -2019,8 +2002,7 @@ or unexpected behavior inside an elisp configuration file (typically
(native-inputs `(("autoconf" ,autoconf)
("texinfo" ,texinfo)
("emacs" ,emacs-minimal)))
- (inputs `(("w3m" ,w3m)
- ("imagemagick" ,imagemagick)))
+ (inputs (list w3m imagemagick))
(arguments
`(#:modules ((guix build gnu-build-system)
((guix build emacs-build-system) #:prefix emacs:)
@@ -2098,7 +2080,7 @@ or unexpected behavior inside an elisp configuration file (typically
(sha256
(base32 "10byvyv9dk0ib55gfqm7bcpxmx2qbih1jd03gmihrppr2mn52nff"))))
(build-system emacs-build-system)
- (inputs `(("wget" ,wget)))
+ (inputs (list wget))
(native-inputs `(("emacs" ,emacs-minimal)))
(arguments
`(#:tests? #f ; no check target
@@ -2299,7 +2281,7 @@ within a specified width. It is useful for displaying long track titles.")
"147dz79vg4ym5wg3d544bw2khdb2j3hr73rw4qfm64wf0q2dj0vk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-avy" ,emacs-avy)))
+ (list emacs-avy))
(home-page "https://github.com/abo-abo/ace-link")
(synopsis "Quickly follow links in Emacs")
(description
@@ -2325,7 +2307,7 @@ letter to each link using avy.")
(sha256
(base32 "1rhdvrj2rjbvl7vkb0wcp6krqxcaigl7jk9z8yvhx6s4cm2qli6q"))))
(propagated-inputs
- `(("emacs-f" ,emacs-f)))
+ (list emacs-f))
(build-system emacs-build-system)
(home-page "https://github.com/ncaq/auto-sudoedit")
(synopsis "Automatically re-open read-only files with sudo")
@@ -2400,7 +2382,7 @@ mode, Rmail, Gnus, MH-E, and VM). BBDB is fully customizable.")
(sha256
(base32 "0bki658mvlchqf3prkzxz4217a95cxm58c1qmf84yp2n8h6gd0d8"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-ivy" ,emacs-ivy)))
+ (propagated-inputs (list emacs-ivy))
(home-page "https://github.com/redguardtoo/counsel-bbdb")
(synopsis "Ivy interface for BBDB")
(description "This Ivy extension enables the use of @code{ivy-mode} to input
@@ -2428,10 +2410,9 @@ you can press @samp{C-M-n} to input multiple email addresses.")
(base32 "1dq04p6ms0zx4awlypp4crkz7dzal4xg8ac7p8fqacz196rczssp"))))
(build-system emacs-build-system)
(inputs
- `(("bluez" ,bluez)
- ("dbus" ,dbus)))
+ (list bluez dbus))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://gitlab.com/rstocker/emacs-bluetooth")
(synopsis "Manage Bluetooth devices using Emacs")
(description
@@ -2530,7 +2511,7 @@ web browsers, but follows the flow and keybindings of Isearch.")
(base32 "1wggg8jlzg9rph4jhxp6yiri178rnasbv38838i973kjgqjxrl76"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-reformatter" ,emacs-reformatter)))
+ (list emacs-reformatter))
(home-page "https://github.com/psibi/dhall-mode")
(synopsis "Major mode for working with Dhall configuration language")
(description
@@ -2565,7 +2546,7 @@ configuration language. It features:
"0kwaia6i0asr7yqcw1anzq6lf93357cc1fphkvp0llbmxizmkzb3"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-avy" ,emacs-avy)))
+ (list emacs-avy))
(home-page "https://github.com/noctuid/link-hint.el")
(synopsis "Vimperator-style link-hinting in Emacs")
(description "This package provides commands for visiting and acting on
@@ -2600,8 +2581,7 @@ links.")
(install-file "docs/_build/texinfo/agel.info" info)
#t))))))
(native-inputs
- `(("python-sphinx" ,python-sphinx)
- ("texinfo" ,texinfo)))
+ (list python-sphinx texinfo))
(propagated-inputs
`(("dash" ,emacs-dash)
("s" ,emacs-s)
@@ -2686,7 +2666,7 @@ as a library for other Emacs packages.")
(string-append etc-dir "/refcards")))
#t))))))
(native-inputs
- `(("perl" ,perl)))
+ (list perl))
(inputs
`(("ghostscript" ,ghostscript)
("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts)))))
@@ -2714,7 +2694,7 @@ or XEmacs.")
"0cd2pqh6k32sjidkcd8682y4l6mx52xw4a05f38kk8nsrk28m74k"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/sebastiansturm/autothemer")
(synopsis "Conveniently create Emacs themes")
(description
@@ -2793,7 +2773,7 @@ the ability to jump forward and backward to the next bookmark.")
"0r42cagvmvvib76kd15nd9ix55ys6i549vxnls4z16s864695zpa"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-howm" ,emacs-howm)))
+ (list emacs-howm))
(home-page "https://github.com/kiwanami/emacs-calfw/")
(synopsis "Calendar framework for Emacs")
(description
@@ -2883,10 +2863,7 @@ Lock key.")
(find-files "." "\\.md$")))))
#t)))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-spark" ,emacs-spark)
- ("emacs-ts" ,emacs-ts)))
+ (list emacs-dash emacs-s emacs-spark emacs-ts))
(home-page "https://github.com/contrapunctus-1/chronometrist")
(synopsis "Time tracker for Emacs")
(description "Chronometrist is a time tracker in Emacs, largely modelled
@@ -2920,12 +2897,12 @@ Its features are:
(arguments
`(#:emacs ,emacs)) ;need libxml support
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-parsebib" ,emacs-parsebib)
- ("emacs-queue" ,emacs-queue)
- ("emacs-s" ,emacs-s)
- ("emacs-string-inflection" ,emacs-string-inflection)))
+ (list emacs-dash
+ emacs-f
+ emacs-parsebib
+ emacs-queue
+ emacs-s
+ emacs-string-inflection))
(home-page "https://github.com/andras-simonyi/citeproc-el")
(synopsis "Citation Style Language (CSL) processor for Emacs")
(description
@@ -2982,7 +2959,7 @@ overlay below or above the point. Corfu can be considered the minimalistic
(substitute* "direnv.el"
(("\"direnv\"") direnv-bin))))))))
(inputs
- `(("direnv" ,direnv)))
+ (list direnv))
(propagated-inputs
`(("dash" ,emacs-dash)
("with-editor" ,emacs-with-editor)))
@@ -3057,7 +3034,7 @@ into mode hooks and is intended to be used that way.")
"0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"))))
(build-system emacs-build-system)
(inputs
- `(("global" ,global)))
+ (list global))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -3186,10 +3163,9 @@ directly inside Emacs. It requires a Google Map Static API key to function.")
(install-file "texinfo/graphviz-dot-mode.info.gz" info)
#t))))))
(native-inputs
- `(("gzip" ,gzip)
- ("texinfo" ,texinfo)))
+ (list gzip texinfo))
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(home-page "http://ppareit.github.com/graphviz-dot-mode")
(synopsis "Major mode for editing Graphviz DOT files")
(description
@@ -3298,8 +3274,7 @@ filters, new key bindings and faces. It can be enabled by
(sha256
(base32 "0z2qk1v4qkvcwl27ycqfb8vyszq5v6b8ci29b4la00yaki16p04i"))))
(build-system emacs-build-system)
- (inputs `(("djview" ,djview)
- ("djvulibre" ,djvulibre)))
+ (inputs (list djview djvulibre))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -3343,8 +3318,7 @@ DjVuLibre, see @url{http://djvu.sourceforge.net/}.")
(base32
"0p0izjrgbayx5ybk1n6db5hbrjv9d4kpn57w4iyxdm3h96sp9cmr"))))
(propagated-inputs
- `(("emacs-djvu" ,emacs-djvu)
- ("emacs-tablist" ,emacs-tablist)))
+ (list emacs-djvu emacs-tablist))
(build-system emacs-build-system)
(home-page "https://github.com/dalanicolai/djvu3")
(synopsis "Extend djvu.el to display annotations and more")
@@ -3454,11 +3428,7 @@ during idle time, while Emacs is doing nothing else.")
("pkg-config" ,pkg-config)
("emacs" ,emacs-minimal)))
(inputs
- `(("poppler" ,poppler)
- ("cairo" ,cairo)
- ("glib" ,glib)
- ("libpng" ,libpng)
- ("zlib" ,zlib)))
+ (list poppler cairo glib libpng zlib))
(propagated-inputs
`(("tablist" ,emacs-tablist)))
(home-page "https://github.com/politza/pdf-tools")
@@ -3639,7 +3609,7 @@ evaluations. The entry point is @code{M-x build-farm} command.")
(base32 "0vkl470vvmxap8ca773a0jvjvalmvdbbax3qvgjdclp54ml75al4"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-undercover" ,emacs-undercover)))
+ (list emacs-undercover))
(home-page "https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode")
(synopsis "Emacs major mode for editing D code")
(description "This package provides an Emacs major mode for highlighting
@@ -3690,9 +3660,7 @@ running Extempore process, and more.")
(base32 "0nk6jdy1y5mc3ryd0smiqghrk6iv34d5grc7f7migmshlbq0np92"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-expand-region" ,emacs-expand-region)
- ("emacs-multiple-cursors" ,emacs-multiple-cursors)
- ("emacs-ryo-modal" ,emacs-ryo-modal)))
+ (list emacs-expand-region emacs-multiple-cursors emacs-ryo-modal))
(home-page "https://github.com/jmorag/kakoune.el")
(synopsis "Emacs simple simulation, but not emulation, of Kakoune")
(description "This package provides many, but not all of the editing
@@ -3860,7 +3828,7 @@ in the center.")
(base32 "1khkwrrbwaimspc013n4k9mpv8g302r0zkrsqnza2x1d3qznn08y"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-queue" ,emacs-queue)))
+ (list emacs-queue))
(home-page "https://www.dr-qubit.org/undo-tree.html")
(synopsis "Treat undo history as a tree")
(description
@@ -3991,7 +3959,7 @@ strings.")
(base32 "0m90ddwm8j0y6d1ppqhd2gil1107k202blw6mzm5bdambn4nfqkf"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-markdown-mode" ,emacs-markdown-mode)))
+ (list emacs-markdown-mode))
(home-page "https://github.com/vermiculus/sx.el")
(synopsis "Emacs StackExchange client")
(description
@@ -4015,7 +3983,7 @@ Stack Overflow, Super User, and other StackExchange sites.")
"0na465f27p6n64sf0pj0aqdi384m1wy3hxcc2d6a67hs39rkyvi9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-parent-mode" ,emacs-parent-mode)))
+ (list emacs-parent-mode))
(home-page "https://github.com/xFA25E/skempo")
(synopsis "Enhancements for skeleton/tempo + abbrev")
(description
@@ -4108,8 +4076,7 @@ Emacs.")
"1a47xk3yp1rp17fqg7ldl3d3fb888h0fz3sysqfdz1bfdgs8a9bk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-s emacs-dash))
(home-page "https://github.com/rejeep/f.el")
(synopsis "Emacs API for working with files and directories")
(description "This package provides an Emacs library for working with
@@ -4207,8 +4174,7 @@ display and behaviour is easily customisable.")
(base32 "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-git-gutter" ,emacs-git-gutter)
- ("emacs-fringe-helper" ,emacs-fringe-helper)))
+ (list emacs-git-gutter emacs-fringe-helper))
(home-page "https://github.com/emacsorphanage/git-gutter-fringe")
(synopsis "See and manage hunks of text in a version control system")
(description
@@ -4279,7 +4245,7 @@ saving won't move point back to the beginning of the buffer.")
"1pz4l1xnq6s67w5yq9107vm8dg7rqf8n9dmbn90jys97c722g70n"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-transient" ,emacs-transient)))
+ (list emacs-transient))
(home-page "https://gitlab.com/pidu/git-timemachine")
(synopsis "Step through historic versions of Git-controlled files")
(description "This package enables you to step through historic versions
@@ -4304,8 +4270,7 @@ of files under Git version control from within Emacs.")
'(#:include (cons "^snippets\\/minitest-mode\\/" %default-include)
#:exclude (delete "^[^/]*tests?\\.el$" %default-exclude)))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)))
+ (list emacs-dash emacs-f))
(home-page "https://github.com/arthurnn/minitest-emacs")
(synopsis "Emacs minitest mode")
(description
@@ -4378,12 +4343,12 @@ Expectations, but it can be used in other contexts.")
(arguments
`(#:include (cons* "^feature/" "^reporters/" "^templates/" %default-include)))
(propagated-inputs
- `(("emacs-ansi" ,emacs-ansi)
- ("emacs-commander" ,emacs-commander)
- ("emacs-dash" ,emacs-dash)
- ("emacs-espuds" ,emacs-espuds)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-ansi
+ emacs-commander
+ emacs-dash
+ emacs-espuds
+ emacs-f
+ emacs-s))
(home-page "https://github.com/ecukes/ecukes")
(synopsis "Cucumber for Emacs")
(description
@@ -4407,9 +4372,7 @@ intended to be.")
(base32 "16r4j27j9yfdiy841w9q5ykkc6n3wrm7hvfacagb32mydk821ijg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)))
+ (list emacs-s emacs-dash emacs-f))
(home-page "https://github.com/ecukes/espuds")
(synopsis "Common step definitions for Ecukes")
(description "Espuds is a collection of the most commonly used step
@@ -4458,9 +4421,7 @@ port of @code{cl-spark} to Emacs Lisp.")
(propagated-inputs
;; The version of org in Emacs 24.5 is not sufficient, and causes tables
;; to be rendered incorrectly
- `(("emacs-dash" ,emacs-dash)
- ("emacs-org" ,emacs-org)
- ("emacs-spark" ,emacs-spark)))
+ (list emacs-dash emacs-org emacs-spark))
(home-page "https://github.com/dakrone/es-mode")
(synopsis "Major mode for editing Elasticsearch queries")
(description "@code{es-mode} includes highlighting, completion and
@@ -4645,7 +4606,7 @@ result.")
(lambda _
(delete-file "projectile-ripgrep.el"))))))
(propagated-inputs
- `(("ripgrep" ,ripgrep)))
+ (list ripgrep))
(home-page "https://github.com/nlamirault/ripgrep.el")
(synopsis "Search using ripgrep from inside Emacs")
(description "@code{ripgrep} is an Emacs search package based on the
@@ -4677,10 +4638,7 @@ result.")
(emacs-substitute-sexps file
("(defcustom rg-executable" "rg"))))))))
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-transient" ,emacs-transient)
- ("emacs-wgrep" ,emacs-wgrep)
- ("ripgrep" ,ripgrep)))
+ (list emacs-s emacs-transient emacs-wgrep ripgrep))
(home-page "https://rgel.readthedocs.io/en/latest/")
(synopsis "Search tool based on @code{ripgrep}")
(description
@@ -4793,8 +4751,7 @@ Emacs shell script.")
(base32 "0qmvyy3xg5qi7ws8zcs934d6afsappr1a6pgfp796xpa9vdr4y6j"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-dash emacs-shut-up))
(home-page "https://github.com/sviridov/undercover.el")
(synopsis "Test coverage library for Emacs Lisp")
(description
@@ -4884,8 +4841,7 @@ serve files and directory listings.")
(base32 "1ha7jl7776pk1bki5zj2q0jy66450mn8xr3aqjc0m9kj3gc9qxgw"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-simple-httpd" ,emacs-simple-httpd)
- ("emacs-js2-mode" ,emacs-js2-mode)))
+ (list emacs-simple-httpd emacs-js2-mode))
(arguments '(#:include '("\\.el$" "\\.js$" "\\.html$")))
(home-page "https://github.com/skeeto/skewer-mode")
(synopsis "Live web development in Emacs")
@@ -4912,7 +4868,7 @@ in Lisp modes.")
"0bny40hv9a024n01clxns351cs4j4ifhgcc7m4743xncqf612p7g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/Fuco1/litable/")
(synopsis "Dynamic evaluation replacement with Emacs")
(description "This package provides dynamic evaluation in Emacs.")
@@ -4956,7 +4912,7 @@ Emacs can load Org files as Lisp source files directly.")
(base32 "0z6y5f1rj28lbr30m6g4a9l6ahs66whi8861g4cx9xzhs84nwv5g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "https://github.com/sulami/literate-calc-mode.el")
(synopsis "Literate programming for Emacs Calc")
(description
@@ -4983,8 +4939,7 @@ other markup language major modes.")
(base32 "0r814qcrhvx4qlx4sdzwdmrhiryslqclx0bnpp0qcrbx6g8qfl25"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-f emacs-s))
(synopsis "Platform-specific paths for config, cache, and other data")
(description
"This package provides platform-specific paths for reading and writing
@@ -5086,7 +5041,7 @@ boxes, and more.")
"1qc92xvgxmnwjixk8bxwbc1l1jj0qk9dg73jyaip6lk4g0wjk6xf"))))
(build-system emacs-build-system)
(inputs
- `(("pdf2svg" ,pdf2svg)))
+ (list pdf2svg))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -5164,7 +5119,7 @@ displays the priority part of a heading as your preferred string value.")
(base32 "0ra4sfy48p8pm1c7h8wlmbl68r4s0f4qc49xapvs550pm4mf3hiq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)))
+ (list emacs-org))
(home-page "https://github.com/io12/org-fragtog")
(synopsis "Toggle Org mode LaTeX fragments preview at cursor")
(description
@@ -5210,7 +5165,7 @@ blocks with @code{org-babel} in @code{org-mode}.")
(sha256
(base32 "0s3931w9ab3yfml2pmq71rw21yf6hpg7m3vihxyy3vs6zli1cvmq"))))
(propagated-inputs
- `(("emacs-restclient" ,emacs-restclient)))
+ (list emacs-restclient))
(build-system emacs-build-system)
(home-page "https://github.com/alf/ob-restclient.el")
(synopsis "Org-babel functionality for @code{restclient-mode}")
@@ -5233,7 +5188,7 @@ blocks with @code{org-babel} in @code{org-mode}.")
(sha256
(base32 "117zzkryznznk6h4i1jqzdn888nl019xrgxm2gza0lndx8dxsg2c"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(build-system emacs-build-system)
(home-page "https://github.com/alphapapa/org-now")
(synopsis "Show current Org tasks in a sidebar")
@@ -5283,7 +5238,7 @@ mode-line.")
(arguments
'(#:include (cons "^lib\\/" %default-include)))
(propagated-inputs
- `(("emacs-inf-ruby" ,emacs-inf-ruby)))
+ (list emacs-inf-ruby))
(home-page "https://github.com/dgutov/robe")
(synopsis "Ruby code assistance tool for Emacs")
(description
@@ -5330,7 +5285,7 @@ keywords and smart indentation.")
(base32 "0rgv4y9aa5cc2ddz3y5z8d22xmr8kf5c60h0r3g8h91jmcw3rb4z"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-popup" ,emacs-popup)))
+ (list emacs-popup))
(arguments
`(#:include (cons* "^roguel-ike/" "^roguel-ike-lib/" %default-include)
#:phases
@@ -5420,7 +5375,7 @@ configuration.")
(base32 "1h5w5lrgrmhpaqwppg5msylh7z78mvwy9mm8xiiv8w4wxvncxxl2"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-rich-minority" ,emacs-rich-minority)))
+ (list emacs-rich-minority))
(home-page "https://github.com/Malabarba/smart-mode-line")
(synopsis "Color-coded smart mode-line")
(description
@@ -5585,7 +5540,7 @@ package namespace prefix is ​​hidden by a colon.")
(sha256
(base32 "1k2zinchs0jjllp8zkpggckyy63dkyi5yig3p46vh4w45jdzysk5"))))
(inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(build-system emacs-build-system)
(home-page "https://github.com/cofi/evil-leader")
(synopsis "Implement <leader> feature from Vim")
@@ -5609,8 +5564,7 @@ an easy way to bind keys under a configurable prefix key.")
"1wrx8ihimn1sx3vzzfppcwv0yfh3x95jrkxqvzj0ykckipm3zk0b"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-auctex" ,emacs-auctex)))
+ (list emacs-evil emacs-auctex))
(home-page "https://github.com/iyefrat/evil-tex")
(synopsis "Evil oriented additions for editing LaTeX")
(description "This package is a toolbox for LaTeX editing with Evil. It
@@ -5637,8 +5591,7 @@ movements, and keymaps for quickly entering environments or
(base32
"031p5i3274dazp7rz6m5y38shfgszm1clmkcf58qfqlvy978ammc"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)
- ("emacs-names" ,emacs-names)))
+ (propagated-inputs (list emacs-evil emacs-names))
(home-page "https://github.com/laishulu/evil-textobj-syntax/")
(synopsis "Text objects based on syntax highlighting")
(description
@@ -5665,7 +5618,7 @@ boundaries defined by syntax highlighting.")
"14qldlisbmxzammr500gyha2hiv2xgyzfc6mysqii06kbcqn1ik1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)))
+ (list emacs-flycheck))
(home-page "https://github.com/lbolla/emacs-flycheck-flow")
(synopsis "Flow support for @code{flycheck-mode}")
(description
@@ -5719,10 +5672,9 @@ for Flow files.")
(emacs-substitute-variables "grammalecte.el"
("grammalecte-check-upstream-version-delay" 0)))))))
(inputs
- `(("grammalecte" ,grammalecte)
- ("python" ,python)))
+ (list grammalecte python))
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)))
+ (list emacs-flycheck))
(home-page "https://git.umaneti.net/flycheck-grammalecte/")
(synopsis "Integrate Grammalecte with Flycheck")
(description
@@ -5747,9 +5699,7 @@ repetitions for example).")
(sha256
(base32 "0cs5r0ik6a3bl1k3imjl0r8y1i69kx9x9m9cgxj470qk34brwyj5"))))
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-geiser" ,emacs-geiser)
- ("emacs-geiser-guile" ,emacs-geiser-guile)))
+ (list emacs-flycheck emacs-geiser emacs-geiser-guile))
(build-system emacs-build-system)
(home-page "https://github.com/flatwhatson/flycheck-guile")
(synopsis "GNU Guile support for Flycheck")
@@ -5771,7 +5721,7 @@ compile}.")
(file-name (git-file-name name version))
(sha256
(base32 "1djrj3is0dzrl2703bw7bclf33dp4xqmy144q7xj5pvpb9v3kf50"))))
- (inputs `(("ledger" ,ledger)))
+ (inputs (list ledger))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -5783,7 +5733,7 @@ compile}.")
(("\"ledger\"") (string-append "\"" ledger "\""))))
#t)))))
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)))
+ (list emacs-flycheck))
(build-system emacs-build-system)
(home-page "https://github.com/purcell/flycheck-ledger")
(synopsis "Ledger support for Flycheck")
@@ -5808,9 +5758,7 @@ errors.")
(sha256
(base32 "1fh6j5w2387nh2fwwjphkhq17cgj5m2q5k0fhidvgc2w65lzbr1r"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-let-alist" ,emacs-let-alist)))
+ (list emacs-dash emacs-flycheck emacs-let-alist))
(build-system emacs-build-system)
(home-page "https://github.com/flycheck/flycheck-rust")
(synopsis "Rust/Cargo support for Flycheck")
@@ -5835,8 +5783,7 @@ the current Cargo project.")
"00py39n1383761wq6wp194pvyk94ydqdbxj9kl64g9jnipkp7849"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-package-lint" ,emacs-package-lint)))
+ (list emacs-flycheck emacs-package-lint))
(home-page "https://github.com/purcell/flycheck-package")
(synopsis "Flycheck checker for elisp package metadata")
(description
@@ -5886,9 +5833,7 @@ respective @code{*Help*} buffers.")
"1fbcxwfvm33xcdj3cs26d9i1zyrryyjjkv7sc3mfxd45nq8d3ivj"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-yaml-mode" ,emacs-yaml-mode)))
+ (list emacs-dash emacs-f emacs-yaml-mode))
(home-page "https://github.com/meqif/docker-compose-mode/")
(synopsis "Major mode for editing @file{docker-compose} files")
(description
@@ -5973,7 +5918,7 @@ Gnus, e.g., for applying patches received by email.")
(base32 "1hncxbg5lvywzkwvdmzvrz71midy4samjq2vvxxhz90z1y5l8l29"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-undercover" ,emacs-undercover)))
+ (list emacs-undercover))
(arguments
`(#:emacs ,emacs
#:phases
@@ -6030,7 +5975,7 @@ minibuffer to enable editing the minibuffer input in another buffer with
"1a10fc2jk37ni5sjjvf87s5nyaz2a6h2mlj5dxh4dhv5sd3bb85p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-f" ,emacs-f)))
+ (list emacs-f))
(home-page "http://www.gregsexton.org")
(synopsis "Org-Babel functions for IPython evaluation")
(description "This package adds support to Org-Babel for evaluating Python
@@ -6052,8 +5997,7 @@ source code using IPython.")
(base32 "10x4hxrjm4pr6vg42a961h9ilqzyd0l0fv7fsbq9clxi439f1nd6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-async emacs-dash))
(home-page "https://github.com/astahlman/ob-async")
(synopsis "Asynchronous src_block execution for org-babel")
(description "@code{ob-async} enables asynchronous execution of org-babel
@@ -6074,7 +6018,7 @@ src blocks.")
(build-system emacs-build-system)
(arguments '(#:include '("\\.el$" "\\.wsdl$" "\\.info$")))
(propagated-inputs
- `(("emacs-async" ,emacs-async)))
+ (list emacs-async))
(home-page "https://elpa.gnu.org/packages/debbugs.html")
(synopsis "Access the Debbugs bug tracker in Emacs")
(description
@@ -6167,7 +6111,7 @@ for asynchronous tasks.")
"1wsk5isza8xqr84w6haal95ssifz6j2lrr5phbsdc90jb9hicbff"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)))
+ (list emacs-deferred))
(synopsis "Emacs client for Jenkins")
(description
"Butler provides an interface to connect to Jenkins continuous
@@ -6210,12 +6154,9 @@ build jobs.")
(copy-file "emacs-zmq.so"
(string-append libdir "/emacs-zmq.so"))))))))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("libtool" ,libtool)
- ("pkg-config" ,pkg-config)))
+ (list autoconf automake libtool pkg-config))
(inputs
- `(("zeromq" ,zeromq)))
+ (list zeromq))
(home-page "https://github.com/nnicandro/emacs-zmq")
(synopsis "Emacs bindings to ØMQ")
(description "This package provides Emacs bindings to ØMQ.")
@@ -6285,9 +6226,7 @@ These are distributed in separate files and can be used individually.")
(base32 "13fgmdy51gqdwijqfvb784pirx4lgva0y7ysi0c3fcx8f82cdj59"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-dash" ,emacs-dash)
- ("emacs-frame-local" ,emacs-frame-local)))
+ (list emacs-company emacs-dash emacs-frame-local))
(home-page "https://github.com/sebastiencs/company-box")
(synopsis "Company front-end with icons")
(description
@@ -6315,8 +6254,7 @@ This package is not compatible with a TTY.")
"05ays6xkqbxcfplvx7wfc2slflmwc3aw7vkixvabk0ilvisndvgm"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-posframe" ,emacs-posframe)))
+ (list emacs-company emacs-posframe))
(home-page "https://github.com/tumashu/company-posframe")
(synopsis "Use a posframe for @code{emacs-company}'s candidate menu")
(description
@@ -6364,7 +6302,7 @@ described on the homepage.")
(package (inherit emacs-irony-mode)
(name "emacs-irony-mode-server")
(inputs
- `(("clang" ,clang)))
+ (list clang))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -6392,8 +6330,7 @@ described on the homepage.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-irony-mode" ,emacs-irony-mode)))
+ (list emacs-company emacs-irony-mode))
(synopsis "C++ completion backend for Company using Irony mode")
(description "This backend for Company allows for C++ code completion
with Irony mode using Clang tooling.")
@@ -6460,8 +6397,7 @@ for the current function or variable in the minibuffer.")
(base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-pos-tip" ,emacs-pos-tip)
- ("emacs-company" ,emacs-company)))
+ (list emacs-pos-tip emacs-company))
(home-page "https://github.com/expez/company-quickhelp")
(synopsis "Popup documentation for completion candidates")
(description "@code{company-quickhelp} shows documentation for the
@@ -6503,10 +6439,7 @@ completion candidate when using the Company text completion framework.")
(sha256
(base32 "0dxi4h8xqq5647k7h89s4pi8nwyj3brlhsckrv3p3b1g4dr6mk3b"))))
(inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-company-math" ,emacs-company-math)
- ("emacs-dash" ,emacs-dash)
- ("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-company emacs-company-math emacs-dash emacs-yasnippet))
(build-system emacs-build-system)
(home-page "https://github.com/cpitclaudel/company-coq")
(synopsis "Emacs extensions for Proof General's Coq mode")
@@ -6540,8 +6473,7 @@ features:
(base32 "1y1fw926insgdl7ib9ynxjrxf3p6wfjkfxvf5vgdca7267cvcll1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-math-symbol-lists" ,emacs-math-symbol-lists)
- ("emacs-company" ,emacs-company)))
+ (list emacs-math-symbol-lists emacs-company))
(home-page "https://github.com/vspinu/company-math")
(synopsis "Completion backends for math symbols and @code{LaTeX} tags")
(description
@@ -6610,7 +6542,7 @@ completion candidates vertically.")
(base32 "14f15qzfmwdslml4rv37zb5d1lsjf0jibriz636hb7q7knx1n4sg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-parent-mode" ,emacs-parent-mode)))
+ (list emacs-parent-mode))
(home-page "https://gitlab.com/jjzmajic/handle")
(synopsis "Handle generic functions across related major modes")
(description "This package provides generic functions that specialize on
@@ -6679,8 +6611,7 @@ provide an incremental search that moves all fake cursors in sync.")
(base32 "0wr86ad0yl52im6b9z0b9pzmhcn39qg5m9878yfv1nbxliw40lcd"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-phi-search" ,emacs-phi-search)
- ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
+ (list emacs-phi-search emacs-multiple-cursors))
(home-page "https://github.com/knu/phi-search-mc.el")
(synopsis "Extend @code{phi-search} with additional
@code{multiple-cursors} functionality")
@@ -6729,7 +6660,7 @@ simultaneous cursors.")
(base32 "065l04ylplng1vgykkbn2vnkcs3sn1k2cikx1ha2q8wmgx6bkvai"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/magnars/multifiles.el")
(synopsis "Edit multiple files in a single Emacs buffer")
(description
@@ -6754,7 +6685,7 @@ one Emacs buffer.")
(base32 "16y48qrd20m20vypvys5jp4v4gc1qrqlkm75s1pk1r68i9zrw481"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-multiple-cursors" ,emacs-multiple-cursors)))
+ (list emacs-multiple-cursors))
(home-page "https://github.com/knu/mc-extras.el")
(synopsis "Extra functions for manipulating multiple cursors")
(description
@@ -6802,13 +6733,9 @@ on context.")
"1hy1x2w0yp5brm7714d1hziz3rpkywb5jp3yj78ibmi9ifny9vri"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-company" ,emacs-company)
- ("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-dash emacs-lsp-mode emacs-company emacs-s emacs-dash))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)))
+ (list emacs-buttercup))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
@@ -6934,7 +6861,7 @@ to a key in your preferred mode.")
#t))
(replace 'install (assoc-ref cmake:%standard-phases 'install)))))
(inputs
- `(("supercollider" ,supercollider)))
+ (list supercollider))
(native-inputs
`(("cmake" ,cmake-minimal)))
(home-page "https://github.com/supercollider/scel")
@@ -6960,9 +6887,7 @@ SuperCollider is a platform for audio synthesis and algorithmic composition.")
"10qn7frn5wcmrlci3v6iliqzj7r9dls87h9zp3xkgrgn4bqprfp8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)
- ("emacs-auctex" ,emacs-auctex)
- ("emacs-company" ,emacs-company)))
+ (list emacs-yasnippet emacs-auctex emacs-company))
(home-page "https://github.com/alexeyr/company-auctex/")
(synopsis "Completion for @code{AUCTeX}")
(description
@@ -6992,7 +6917,7 @@ for @code{AUCTeX}.")
(base32
"0dqidg2bd66pawqfarvwca93w5gqf9mikn1k2a2rmd9ymfjpziq1"))))
(build-system emacs-build-system)
- (inputs `(("mit-scheme" ,mit-scheme)))
+ (inputs (list mit-scheme))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -7048,8 +6973,7 @@ constants and units into an Emacs buffer.")
(base32 "0kq40g46s8kgiafrhdq99h79rz9h5fvgz59k7ralmf86bl4sdmdb"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-s emacs-dash))
(home-page "https://github.com/magnars/tagedit")
(synopsis "Some paredit-like features for html-mode")
(description
@@ -7072,7 +6996,7 @@ in @code{html-mode}.")
(base32 "1a25ixb7q4svqabxnhwkk43v47mbsh13qwm7qlazkd3zkr8j3cli"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(arguments
`(#:include '("\\.el$" "\\.lisp$" "\\.asd$" "contrib")
#:exclude '("^slime-tests.el" "^contrib/test/"
@@ -7160,9 +7084,7 @@ and popup menus.")
"1cmzc0fa3jj7ajxbqhbsc8jx47k6g223sfd42c4lrqdnmh95760m"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-reformatter" ,emacs-reformatter)
- ("python-black-macchiato" ,python-black-macchiato)))
+ (list emacs-dash emacs-reformatter python-black-macchiato))
(arguments `(#:tests? #f))
(home-page "https://github.com/wbolster/emacs-python-black")
(synopsis "Reformat Python code via @code{python-black}")
@@ -7189,7 +7111,7 @@ buffers, respectively.")
(arguments
`(#:tests? #f)) ;tests fail with "emacs: standard input is not a tty"
(propagated-inputs
- `(("python-isort" ,python-isort)))
+ (list python-isort))
(home-page "https://github.com/paetzke/py-isort.el")
(synopsis "Sort the imports in Python buffers")
(description
@@ -7212,7 +7134,7 @@ using @code{python-isort}.")
(base32 "0q6bib9nr6xiq6npzbngyfcjk87yyvwzq1zirr3z1h5wadm34lsk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)))
+ (list emacs-deferred))
(home-page "https://github.com/tkf/emacs-python-environment")
(synopsis "Provides a @code{virtualenv} API in Emacs Lisp")
(description
@@ -7234,11 +7156,9 @@ using @code{python-isort}.")
"1bckxppfzd5gwn0aw4h86igb7igal9axqncq7j8zmflg7zppncf1"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-mocker" ,emacs-mocker)))
+ (list emacs-mocker))
(propagated-inputs
- `(("emacs-auto-complete" ,emacs-auto-complete)
- ("emacs-python-environment" ,emacs-python-environment)
- ("emacs-epc" ,emacs-epc)))
+ (list emacs-auto-complete emacs-python-environment emacs-epc))
(home-page "https://github.com/tkf/emacs-jedi")
(synopsis "Provides Python completion in Emacs")
(description
@@ -7261,8 +7181,7 @@ the locations of docstrings, arguments, and functions.")
"1ihqapp4dv92794rsgyq0rmhwika60cmradqd4bn9b72ss6plxs1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-jedi" ,emacs-jedi)
- ("emacs-company" ,emacs-company)))
+ (list emacs-jedi emacs-company))
(home-page "https://github.com/syohex/emacs-company-jedi")
(synopsis "Provides Python completion in @code{company-mode}")
(description
@@ -7319,7 +7238,7 @@ linting of manifests and integration with Puppet Debugger.")
(invoke "makeinfo" "--no-split"
"-o" "purescript-mode.info" "purescript-mode.texi"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://github.com/purescript-emacs/purescript-mode")
(synopsis "Emacs major mode and related tools for Purescript")
(description "This package provides an Emacs major mode for writing Purescript.")
@@ -7388,7 +7307,7 @@ sgml/html integration, and indentation (working with sgml).")
"1gf45xwjzdm8i4q6c6khk4dbg1mmp2r0awz2sjr4dcr2dbd1n7mg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(arguments
`(#:include (cons "^tools\\/" %default-include)))
(home-page "https://github.com/iquiw/company-cabal/")
@@ -7529,8 +7448,7 @@ when the cursor enters a fragment and disappear when it leaves.")
(base32 "13y302lyscdqrba1sfx60yf5ji2xi7fbsvjsjbw7hiz63kg6rccy"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)
- ("emacs-persist" ,emacs-persist)))
+ (list emacs-org emacs-persist))
(home-page "https://gitlab.com/phillord/org-drill")
(synopsis "Flash card memorization system using Org mode")
(description
@@ -7558,8 +7476,7 @@ cards created in Org mode.")
(base32 "1if610hq5j8rbjh1caw5bwbgnsn231awwxqbpwvrh966kdxzl4qf"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-request" ,emacs-request)))
+ (list emacs-dash emacs-request))
(home-page "https://github.com/louietan/anki-editor")
(synopsis "Minor mode for making Anki cards with Org mode")
(description
@@ -7607,7 +7524,7 @@ email.")
(base32 "15gd5zbxvdallyra9lmpb9i1r2mmwz0j0i0ra7j9imnbfiz3ln9r"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-htmlize" ,emacs-htmlize)))
+ (list emacs-htmlize))
(home-page "https://github.com/jeremy-compostella/org-msg")
(synopsis "Mix Org mode and Message mode to compose emails")
(description
@@ -7631,7 +7548,7 @@ emails in a Outlook HTML friendly style.")
(base32 "12inin2p6pm6vbv3yc06fx343dsp0vp07fjb35w088akhikmqh2a"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)))
+ (list emacs-org))
(home-page "https://github.com/integral-dw/org-superstar-mode")
(synopsis "Prettify headings and plain lists in Org mode")
(description "This package prettifies headings and plain lists in
@@ -7682,7 +7599,7 @@ Features degrade gracefully when viewed from terminal.")
(substitute* "org-pandoc-import.el"
(("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))))))))
(inputs
- `(("pandoc" ,pandoc)))
+ (list pandoc))
(home-page "https://github.com/tecosaur/org-pandoc-import/")
(synopsis "Read and edit non-Org file types in Org")
(description
@@ -7712,7 +7629,7 @@ save, it exports back to the original non-Org file.")
(base32 "0nbprh2nhnmb7ngp9ndr6zr37ashcsvpi5slv7a37x1dl7j6w1k4"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-alert" ,emacs-alert)))
+ (list emacs-alert))
(arguments
`(#:include (cons "^resources\\/" %default-include)
#:tests? #t
@@ -7763,11 +7680,8 @@ started with 20 minutes. All values are customizable.")
(base32 "1r8kp954ciin4j7j7j8ihdkryf5x09s3ryl7bi9h2j6xqc1ij4wq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-org-super-agenda" ,emacs-org-super-agenda)
- ("emacs-org" ,emacs-org)
- ("emacs-org-ql" ,emacs-org-ql)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-org-super-agenda emacs-org emacs-org-ql
+ emacs-s))
(home-page "https://github.com/alphapapa/org-sidebar")
(synopsis "Helpful sidebar for Org buffers")
(description "This package provides a sidebar for Org buffers. At the
@@ -7794,12 +7708,12 @@ overview of tasks in a subtree.")
"18y5zdjc7zh4jlwz6k1nl13i721rknqm0vp4mxfnmq0sc5a0qva0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-deferred" ,emacs-deferred)
- ("emacs-f" ,emacs-f)
- ("emacs-helm" ,emacs-helm)
- ("emacs-request" ,emacs-request)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash
+ emacs-deferred
+ emacs-f
+ emacs-helm
+ emacs-request
+ emacs-s))
(home-page "https://org-trello.github.io")
(synopsis "Emacs minor mode for interacting with Trello")
(description "This package provides an Emacs minor mode to extend
@@ -7824,7 +7738,7 @@ organizer.")
(base32 "0x94gy1bgfd1f3p9w2bfrqj11bwy9ql0cpi1gw6srpj7kykx0lml"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)))
+ (list emacs-org))
(home-page "https://github.com/mtekman/org-tanglesync.el")
(synopsis "Sync Org source blocks with tangled external files")
(description "This package automatically pulls changes from source code
@@ -7848,8 +7762,7 @@ to their corresponding tangled blocks.")
"0zs9cblnbkxa0dxw4lyllmybqizxcdx96gv8jlhx20nrjpi78piw"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-company emacs-dash))
(home-page "https://github.com/aaronjensen/company-flow/")
(synopsis "Flow backend for @code{company-mode}")
(description
@@ -7957,7 +7870,7 @@ variants.")
(base32 "15ql8xcixgm7mbs7rsbybwszanqibq057j5b5ds89a31dw7zxf1g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/bbatsov/solarized-emacs")
(synopsis "Port of the Solarized theme for Emacs")
(description
@@ -8027,7 +7940,7 @@ dark background.")
"00qq92gp1g55pzm97rh7k0dgxy44pxziridl8kqm4rbpi31r7k9p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-autothemer" ,emacs-autothemer)))
+ (list emacs-autothemer))
(home-page "https://github.com/greduan/emacs-theme-gruvbox")
(synopsis "Gruvbox is a retro groove color scheme ported from Vim")
(description
@@ -8081,7 +7994,7 @@ orange and red as accent colors.")
(base32 "0zcnbxvlwi4d6vzsm3ag7z74qphdigmx303gppb9d614jnsfsdg2"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ox-hugo" ,emacs-ox-hugo)))
+ (list emacs-ox-hugo))
(home-page "https://titan-c.gitlab.io/org-cv/")
(synopsis "Collection of export backends for Org to generate a CV")
(description
@@ -8161,7 +8074,7 @@ the game of chess.")
(base32 "19x653lzc1dxil4ix257hciidbdmbhaxhs6qhlkwi9ygjrlrgvnk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-request" ,emacs-request)))
+ (list emacs-request))
(home-page "https://github.com/emacsorphanage/4clojure/")
(synopsis "Open and evaluate 4clojure questions in Emacs")
(description "Emacs 4clojure interacts with
@@ -8251,8 +8164,7 @@ them easier to distinguish from other, less important buffers.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-avy" ,emacs-avy)
- ("emacs-consult" ,emacs-consult)))
+ (list emacs-avy emacs-consult))
(home-page "https://github.com/oantolin/embark")
(synopsis "Emacs mini-buffer actions rooted in keymaps")
(description
@@ -8287,9 +8199,7 @@ include installing, removing or visiting the homepage.")
(base32 "0d6kbczkamhhcmc8bf01q6k1x0g7dwjihwllzsldgga3dclyh4ks"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-ivy" ,emacs-ivy)
- ("emacs-selectrum" ,emacs-selectrum)))
+ (list emacs-company emacs-ivy emacs-selectrum))
(home-page "https://github.com/raxod502/prescient.el/")
(synopsis "Emacs library for sorting and filtering candidates")
(description
@@ -8347,7 +8257,7 @@ interface.")
(string-append (assoc-ref outputs "out")
"/share/info")))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://github.com/oantolin/orderless")
(synopsis "Emacs completion style that matches multiple regexps in any order")
(description "This package provides an orderless completion style that
@@ -8372,8 +8282,7 @@ style, or as multiple word prefixes.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-selectrum" ,emacs-selectrum)))
+ (list emacs-flycheck emacs-selectrum))
(home-page "https://github.com/minad/consult")
(synopsis "Consulting completing-read")
(description "This package provides various handy commands based on the
@@ -8396,8 +8305,7 @@ list of candidates.")
(base32 "07qbm5p4cfrrwyp8a5sw0wkdhnqbappz4xjlnjil2krhj9g39q78"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-consult" ,emacs-consult)
- ("emacs-notmuch" ,emacs-notmuch)))
+ (list emacs-consult emacs-notmuch))
(home-page "https://codeberg.org/jao/consult-notmuch")
(synopsis "Search and preview Notmuch emails using Consult")
(description
@@ -8446,8 +8354,7 @@ placed at the margin of the minibuffer for your completion candidates.")
(base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-markdown-mode" ,emacs-markdown-mode)))
+ (list emacs-dash emacs-markdown-mode))
(home-page "https://github.com/Fuco1/smartparens")
(synopsis "Paredit-like insertion, wrapping and navigation with user
defined pairs")
@@ -8617,7 +8524,7 @@ can be saved to and restored from a file.")
(base32 "09s07mvg5bz3dm9sxgn40c7z6d6ry1sdjzsxwgmy825f3xm66avs"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://depp.brause.cc/eyebrowse/")
(synopsis "Simple-minded way to manage window configs in Emacs")
(description
@@ -8741,12 +8648,9 @@ after buffer changes.")
#t)))
#:include (cons* ".*\\.el$" %default-include)))
(native-inputs
- `(("autoconf" ,autoconf)
- ("automake" ,automake)
- ("emacs-test-simple" ,emacs-test-simple)))
+ (list autoconf automake emacs-test-simple))
(propagated-inputs
- `(("emacs-load-relative" ,emacs-load-relative)
- ("emacs-loc-changes" ,emacs-loc-changes)))
+ (list emacs-load-relative emacs-loc-changes))
(home-page "https://github.com/realgud/realgud/")
(synopsis
"Modular front-end for interacting with external debuggers")
@@ -8804,7 +8708,7 @@ a source code input file.")
(arguments
`(#:tests? #f)) ; requires network access.
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)))
+ (list emacs-deferred))
(home-page "https://github.com/tkf/emacs-request")
(synopsis "Package for speaking HTTP in Emacs Lisp")
(description "This package provides a HTTP request library with multiple
@@ -8882,9 +8786,7 @@ automatically.")
"08a15knkdq35pzjq82imff016fbfdib5q4glg2xmdy2b5fnk7jqa"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-hydra emacs-s))
(arguments
`(#:exclude (cons "^major-mode-hydra\\.el" %default-exclude)))
(home-page "https://github.com/jerrypnz/major-mode-hydra.el")
@@ -8922,8 +8824,7 @@ by side to an Org buffer with your notes relevant to the current page.")
(inherit emacs-pretty-hydra)
(name "emacs-major-mode-hydra")
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-pretty-hydra" ,emacs-pretty-hydra)))
+ (list emacs-dash emacs-pretty-hydra))
(arguments
`(#:exclude (cons "^pretty-hydra\\.el" %default-exclude)))
(synopsis "Create nice-looking hydras")
@@ -8943,7 +8844,7 @@ hydras with one column per group of heads.")))
(base32 "0qpza1c45mr8fcpnm32cck4v22fnzz1yb7kww05rzgq1k9iivx5v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-hydra" ,emacs-hydra)))
+ (list emacs-hydra))
(home-page "https://github.com/abo-abo/swiper")
(synopsis "Incremental vertical completion for Emacs")
(description
@@ -8968,7 +8869,7 @@ expression.")
(base32 "094zfapfn1l8wjf3djkipk0d9nks0g77sbk107pfsbr3skkzh031"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-swiper" ,emacs-swiper)))
+ (list emacs-swiper))
(home-page "https://github.com/abo-abo/swiper")
(synopsis "Various completion functions using Ivy")
(description
@@ -9000,7 +8901,7 @@ The following completions are currently available:
(base32 "197pq2cvvskib87aky907wv2am55vilr7y5dabmmm07a8vr9py0v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
+ (list emacs-ivy))
(home-page "https://github.com/abo-abo/swiper")
(synopsis "Isearch with an overview")
(description
@@ -9030,7 +8931,7 @@ matched.")
"0d71nm9d9ajp5i6dnl8h1hw9jqp8gd1ajgninb1h13i80rplzl9k"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
+ (list emacs-ivy))
(home-page "https://github.com/alexmurray/ivy-xref")
(synopsis "Ivy interface for @code{xref}")
(description "This package provides an Ivy interface for selecting from
@@ -9055,9 +8956,7 @@ matched.")
"18crb4zh2pjf0cmv3b913m9vfng27girjwfqc3mk7vqd1r5a49yk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-password-store" ,emacs-password-store)
- ("password-store" ,password-store)))
+ (list emacs-ivy emacs-password-store password-store))
(home-page "https://github.com/ecraven/ivy-pass")
(synopsis "Ivy interface for password store (pass)")
(description "This package provides an Ivy interface for working with
@@ -9082,9 +8981,7 @@ the password store @code{pass}.")
"1wfg6mmd5gl1qgvayyzpxlkh9s7jgn20y8l1vh1zbj1czvv51xp8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-yasnippet" ,emacs-yasnippet)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-ivy emacs-yasnippet emacs-dash))
(home-page "https://github.com/mkcms/ivy-yasnippet")
(synopsis "Preview @code{yasnippets} with @code{ivy}")
(description "This package allows you to select @code{yasnippet}
@@ -9114,7 +9011,7 @@ use it, call @code{M-x ivy-yasnippet} (but make sure you have enabled
(base32 "1dv6vr7fv32v5m04zdy02sdajpvrnpc4i3pbh2dwfv73ff8d8yxm"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
+ (list emacs-ivy))
(home-page "https://github.com/Yevgnen/ivy-rich")
(synopsis "More friendly interface for @code{ivy}")
(description
@@ -9172,7 +9069,7 @@ windows.")
"0f3r40d5yxp2pm2j0nn86s29nqj8py0jxjbj50v4ci3hsd92d8jl"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-avy" ,emacs-avy)))
+ (list emacs-avy))
(home-page "https://github.com/abo-abo/ace-window")
(synopsis "Quickly switch windows in Emacs")
(description
@@ -9224,8 +9121,7 @@ possible, and falls back to moving the left or top border otherwise.")
"1cw513mh3gyl21qpmgwqjgpi8kwddmd4n69l4ax5a5pv3vvwrcx9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-let-alist" ,emacs-let-alist)
- ("emacs-imenu-list" ,emacs-imenu-list)))
+ (list emacs-let-alist emacs-imenu-list))
(arguments
'(#:include
'("^[^/]+.el$"
@@ -9322,15 +9218,10 @@ navigate code in a tree-like fashion.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ace-window" ,emacs-ace-window)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-iedit" ,emacs-iedit)
- ("emacs-swiper" ,emacs-swiper)
- ("emacs-zoutline" ,emacs-zoutline)))
+ (list emacs-ace-window emacs-hydra emacs-iedit emacs-swiper
+ emacs-zoutline))
(native-inputs
- `(("which" ,which)
- ("emacs-clojure-mode" ,emacs-clojure-mode)
- ("emacs-undercover" ,emacs-undercover)))
+ (list which emacs-clojure-mode emacs-undercover))
(arguments
`(#:include (cons* "^lispy-clojure\\.clj$"
"^lispy-python\\.py$"
@@ -9382,8 +9273,7 @@ S-expression.")
"10k3hxxpx2v2k4dyad7j1bzmr1q7rzvv4y6c67pa9zcqyaw8m91v"))
(file-name (git-file-name name version))))
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-lispy" ,emacs-lispy)))
+ (list emacs-evil emacs-lispy))
(build-system emacs-build-system)
(synopsis "Minor mode for integrating Evil with lispy")
(description
@@ -9411,8 +9301,7 @@ state and will work even without lispy being enabled.")
"0xj1r7cn1rivaxhvawvmgx9fg3xilpfw4lkf2x2aqplr4s85ijas"))
(file-name (git-file-name name version))))
(propagated-inputs
- `(("emacs-zoutline" ,emacs-zoutline)
- ("emacs-lispy" ,emacs-lispy)))
+ (list emacs-zoutline emacs-lispy))
(build-system emacs-build-system)
(home-page "https://github.com/abo-abo/lpy")
(synopsis "Modal editing for Python")
@@ -9438,10 +9327,7 @@ allowing unprefixed keys to insert their respective characters as expected.")
(base32 "1ikl29rygr1habcsglz07m4ihd4ivi732kkzg8q676ihf367wa9i"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-dash" ,emacs-dash)
- ("emacs-paredit" ,emacs-paredit)
- ("emacs-s" ,emacs-s)))
+ (list emacs-buttercup emacs-dash emacs-paredit emacs-s))
(arguments
`(#:tests? #t
#:test-command '("buttercup")))
@@ -9475,7 +9361,7 @@ It is recommended to use @code{clojure-mode} with Paredit or Smartparens.")
(arguments
`(#:include (cons* "^.*\\/" %default-include)))
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-yasnippet))
(home-page "https://github.com/mpenet/clojure-snippets")
(synopsis "Yasnippets for Clojure")
(description
@@ -9546,8 +9432,7 @@ The purpose of this library is to wrap all the quirks and hassle of
(base32 "10rz0qm8a4bl0m86kx19zq8lri047p4sxqyny08bgm9pbam0wvwn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-swiper" ,emacs-swiper)
- ("jq" ,jq)))
+ (list emacs-swiper jq))
(synopsis "Live preview @code{jq} queries using counsel")
(description
"This Emacs package provides the ability to live preview @code{jq}
@@ -9581,11 +9466,9 @@ queries using counsel.")
("counsel-notmuch-path"
(search-input-file inputs "/bin/notmuch"))))))))
(inputs
- `(("emacs-counsel" ,emacs-counsel)
- ("notmuch" ,notmuch)
- ("emacs-s" ,emacs-s)))
+ (list emacs-counsel notmuch emacs-s))
(propagated-inputs
- `(("emacs-notmuch" ,emacs-notmuch)))
+ (list emacs-notmuch))
(home-page "https://github.com/fuxialexander/counsel-notmuch")
(synopsis "Search emails in Notmuch asynchronously with Ivy")
(description
@@ -9609,8 +9492,7 @@ asynchronously, with Counsel and Ivy. Simply call
(base32 "1vp39r5njfzchkqv9g0w77whazp070anh9gmbkp3z4n3xxbik27f"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-counsel" ,emacs-counsel)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-counsel emacs-projectile))
(home-page "https://github.com/ericdanan/counsel-projectile")
(synopsis "Enhance Projectile with Ivy")
(description
@@ -9700,7 +9582,7 @@ languages.")
(sha256
(base32 "0nk12dcppdyhav6m6yf7abpywyd7amxd4237zsfd32w4zxsx39k1"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-epl" ,emacs-epl)))
+ (propagated-inputs (list emacs-epl))
(home-page "https://github.com/lunaryorn/pkg-info.el")
(synopsis "Information about Emacs packages")
(description
@@ -9740,7 +9622,7 @@ ongoing operations.")
(base32 "0hqp8r24wvzrkl630wbm0lynrcrnawv2yn2a3xgwqwwhwgva35rn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(home-page "https://github.com/ljos/sparql-mode")
(synopsis "SPARQL mode for Emacs")
(description
@@ -9880,15 +9762,12 @@ mode with the package emacs-julia-mode.")
(arguments
`(#:include (cons "^JuliaSnail\\.jl" %default-include)))
(inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-spinner" ,emacs-spinner)
- ("emacs-xref" ,emacs-xref)))
- (propagated-inputs
- `(("libvterm" ,libvterm)
- ("emacs-julia-mode" ,emacs-julia-mode) ;required by parser
- ("emacs-parsec" ,emacs-parsec) ;required by parser
- ("emacs-vterm" ,emacs-vterm)))
+ (list emacs-dash emacs-s emacs-spinner emacs-xref))
+ (propagated-inputs
+ (list libvterm
+ emacs-julia-mode ;required by parser
+ emacs-parsec ;required by parser
+ emacs-vterm))
(home-page "https://github.com/gcv/julia-snail")
(synopsis "Development environment and REPL interaction package for Julia")
(description "This package provides a development environment and REPL
@@ -9959,9 +9838,9 @@ strings, and code folding.")
"0a5mmg3cmdi73giblp07ksl06xzl9nb2m3f96ny4r3rv0ar3v1bx"))))
(build-system emacs-build-system)
(inputs
- `(("node" ,node)))
+ (list node))
(native-inputs
- `(("emacs-ert-expectations" ,emacs-ert-expectations)))
+ (list emacs-ert-expectations))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -10041,10 +9920,7 @@ indentation and filling of comments and C preprocessor fontification.")
"1fj2fghiycnzds2zxfxgj1d9mdzsvs9rvl9bwy2f1vwawqk1m48w"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-typescript-mode" ,emacs-typescript-mode)))
+ (list emacs-dash emacs-s emacs-flycheck emacs-typescript-mode))
(home-page "https://github.com/ananthakumaran/tide")
(synopsis "Typescript IDE for Emacs")
(description
@@ -10105,8 +9981,7 @@ in Emacs.")
(base32 "1z1sjn6dcqv8mmkh6nfcwhnql2z6xr9yx3hs77bfxj79pf3c466p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-markdown-mode" ,emacs-markdown-mode)))
+ (list emacs-evil emacs-markdown-mode))
(home-page "https://github.com/Somelauw/evil-markdown/")
(synopsis "Evil keybindings for @code{markdown-mode}")
(description
@@ -10148,8 +10023,7 @@ like @code{org-edit-src-code} but for arbitrary regions.")
"1wy2kpli90z7p4dqr4b7f1fv99g6lfxi1kzy2bfl0p8qi40rpmyv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-pkg-info" ,emacs-pkg-info)))
+ (list emacs-dash emacs-pkg-info))
(home-page "https://github.com/bbatsov/projectile")
(synopsis "Manage and navigate projects in Emacs easily")
(description
@@ -10177,12 +10051,9 @@ If you want to mark a folder manually as a project just create an empty
"12bdgykfh4mwsqdazxjdvha62h3q3v33159ypy91f6x59y01fi0n"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)
- ("emacs-dash" ,emacs-dash)
- ("emacs-let-alist" ,emacs-let-alist)))
+ (list emacs-s emacs-f emacs-dash emacs-let-alist))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-ert-runner))
(arguments
`(#:include (cons "^project-skeletons\\/" %default-include)
;; XXX: one failing test involving initializing a git repo
@@ -10253,10 +10124,7 @@ and RSS, with a user interface inspired by notmuch.")
(base32 "0a2ibka82xq1dhy2z7rd2y9zhcj8rna8357881yz49wf55ccgm53"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-elfeed" ,emacs-elfeed)
- ("emacs-org" ,emacs-org)
- ("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-elfeed emacs-org emacs-dash emacs-s))
(native-inputs
`(("ert-runner" ,emacs-ert-runner)
("emacs-xtest" ,emacs-xtest)))
@@ -10294,7 +10162,7 @@ much easier.")
(base32 "07r1qlldgd0kfikd0y737y5n42ab3nkw2s5jx7frimj41yandbdp"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-elfeed" ,emacs-elfeed)))
+ (list emacs-elfeed))
(home-page "https://github.com/fasheng/elfeed-protocol")
(synopsis "Fever/NewsBlur/ownCloud/tt-RSS protocols for Elfeed")
(description
@@ -10318,7 +10186,7 @@ with Elfeed.")
(base32 "10wsjq2zd6kz9182gnkjzlzywx16j29dgm1gzwynr79xmvgs4r2b"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-elfeed" ,emacs-elfeed)))
+ (list emacs-elfeed))
(home-page "https://github.com/sp1ff/elfeed-score")
(synopsis "Gnus-style scoring for Elfeed")
(description
@@ -10404,8 +10272,7 @@ suggestion is taken.")
"0ysxblc90kjcz84siprnyxwh94scflivqbxylzkvjm7hbx93rsh1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-xterm-color" ,emacs-xterm-color)))
+ (list emacs-f emacs-xterm-color))
(home-page "https://github.com/dieggsy/eterm-256color")
(synopsis
"Customizable 256 colors for Emacs @code{term} and @code{ansi-term}")
@@ -10433,7 +10300,7 @@ customizable 256 color support to @code{term} and @code{ansi-term}.")
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
(propagated-inputs
- `(("emacs-el-x" ,emacs-el-x)))
+ (list emacs-el-x))
(home-page "https://github.com/sigma/mocker.el")
(synopsis "Mocking framework for Emacs Lisp")
(description "Mocker.el is a framework for writing tests in Emacs Lisp.
@@ -10812,7 +10679,7 @@ window edge.")
"0y4jcja9kml1lq88r8b9myk39dgaggh7q7f3a43sj828hvzlccb7"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-visual-fill-column" ,emacs-visual-fill-column)))
+ (list emacs-visual-fill-column))
(home-page "https://github.com/joostkremers/writeroom-mode")
(synopsis "Distraction-free writing for Emacs")
(description
@@ -10845,8 +10712,7 @@ restrict the text width to 80 characters.")
(lambda _ (setenv "HOME" (getcwd)))))))
(native-inputs
;; For tests.
- `(("aspell" ,aspell)
- ("aspell-dict-en" ,aspell-dict-en)))
+ (list aspell aspell-dict-en))
(home-page "https://github.com/redguardtoo/wucuo")
(synopsis "Fast spell checker for camel case code or plain text")
(description
@@ -10870,7 +10736,7 @@ a file, or a complete directory.")
"1wn94nkfv6qyyj6clvms7m7ncqf09bgszv67may530y75kylivav"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
(synopsis "Replacement for completing-read using ido")
(description
@@ -10895,7 +10761,7 @@ Emacs completion function instead.")
"08iwvqknicqlffda7ixwgzw7q9g2g4j4nsxdw6544r85vaysi4cc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ido-completing-read+" ,emacs-ido-completing-read+)))
+ (list emacs-ido-completing-read+))
(home-page "https://github.com/DarwinAwardWinner/ido-ubiquitous")
(synopsis "Use ido (nearly) everywhere")
(description
@@ -10963,7 +10829,7 @@ behavior very similar to that of Python mode.")
"16fb4r3vq8xkzl911v7gaky95w1agfxjlpaxpjmidwx48rbcar59"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-yaml-mode" ,emacs-yaml-mode)))
+ (list emacs-yaml-mode))
(home-page "https://gitlab.com/joewreschnig/gitlab-ci-mode/")
(synopsis "Emacs mode for editing GitLab CI files")
(description
@@ -10988,8 +10854,7 @@ via @code{gitlab-ci-lint}.")
"1c5js19zyb1z61hapvbfcl5jhrjqij46cxldgqij6al0scw44dga"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-helm" ,emacs-helm)))
+ (list emacs-dash emacs-helm))
(home-page "https://gitlab.com/sasanidas/gitlab-snip-helm/")
(synopsis "GitLab snippet API interaction for Emacs")
(description "This package provides GitLab snippet API interaction for
@@ -11079,8 +10944,7 @@ ack, ag, helm and pt.")
(base32 "1xkxlbjpqhfhakmfi664cq7i5968941vpngq94napmhbgqydp4qn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)
- ("emacs-popup" ,emacs-popup)))
+ (list emacs-async emacs-popup))
(home-page "https://emacs-helm.github.io/helm/")
(synopsis
"Incremental completion and selection narrowing framework for Emacs")
@@ -11107,7 +10971,7 @@ stuff in Emacs (like buffers, files, etc).")
(base32 "0kcjhwwi492n9m2w894hvdavfvhj45zygy7bwvx103wvpay5h6h6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/emacs-helm/helm-org")
(synopsis "Helm interface to the Silver Searcher")
(description
@@ -11130,7 +10994,7 @@ as well as features for editing search results.")
(base32 "1qjay0fvryxa8n1ws6r1by512p2fylb2nj7ycm1497fcalb0d706"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/emacsorphanage/helm-swoop")
(synopsis "Filter and jump to lines in an Emacs buffer using Helm")
(description
@@ -11153,7 +11017,7 @@ for search-based navigation of buffers.")
(base32 "0ml9yp3qaiwn7iixyxvsj3fxn7gw913qxisr47df57q4ka912law"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/syohex/emacs-helm-ag")
(synopsis "Helm interface to the Silver Searcher")
(description
@@ -11176,8 +11040,7 @@ as well as features for editing search results.")
(base32 "05gpg90gg03yalmv9fw1y9k21i2l617iipvs0p9n80aln8nrzs8g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-helm emacs-projectile))
(home-page "https://github.com/bbatsov/helm-projectile")
(synopsis "Helm integration for Projectile")
(description
@@ -11202,8 +11065,7 @@ as well as features for editing search results.")
"1lkdvmjn3alhqxq2i64sdr977sbw3g0b2670d9bwyzi67qh0jxrv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-async emacs-projectile))
(home-page "https://github.com/emacs-taskrunner/emacs-taskrunner")
(synopsis "Retrieve tasks from various build systems and task-runners")
(description "This package parses Makefiles and build-system files for
@@ -11228,9 +11090,7 @@ multiple project types.")
"1wf4s4k0ap21f7g5w6128an8nsvbja7f5n889vcml5b6gjz058db"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-taskrunner" ,emacs-taskrunner)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-ivy emacs-taskrunner emacs-projectile))
(home-page "https://github.com/emacs-taskrunner/ivy-taskrunner")
(synopsis "Retrieve build-system tasks using Ivy")
(description "This package provides an Ivy interface for selecting
@@ -11255,9 +11115,7 @@ Makefile targets.")
"182lmr858fx6rdhp1fy7kv8dvrhzcnxzwfck1q22s6xs8x85d5q7"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-taskrunner" ,emacs-taskrunner)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-helm emacs-taskrunner emacs-projectile))
(home-page "https://github.com/emacs-taskrunner/helm-taskrunner")
(synopsis "Retrieve build-system tasks using Helm")
(description "This package provides a Helm interface for selecting
@@ -11282,8 +11140,7 @@ Makefile targets.")
"1y2v77mmd1bfkkz51cnk1l0dg3lvvxc39wlamnm7wjns66dbvlam"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-projectile" ,emacs-projectile)))
+ (list emacs-helm emacs-projectile))
(home-page "https://github.com/abo-abo/helm-make")
(synopsis "Select a Makefile target with helm")
(description "@code{helm-make} or @code{helm-make-projectile} will give
@@ -11309,12 +11166,12 @@ target will call @code{compile} on it.")
'(#:exclude ;don't exclude 'cider-test.el'
'("^\\.dir-locals\\.el$" "^test/")))
(propagated-inputs
- `(("emacs-clojure-mode" ,emacs-clojure-mode)
- ("emacs-parseedn" ,emacs-parseedn)
- ("emacs-pkg-info" ,emacs-pkg-info)
- ("emacs-queue" ,emacs-queue)
- ("emacs-sesman" ,emacs-sesman)
- ("emacs-spinner" ,emacs-spinner)))
+ (list emacs-clojure-mode
+ emacs-parseedn
+ emacs-pkg-info
+ emacs-queue
+ emacs-sesman
+ emacs-spinner))
(home-page "https://cider.mx/")
(synopsis "Clojure development environment for Emacs")
(description
@@ -11351,7 +11208,7 @@ CIDER).")
"1ws2a9azmdkkg47xnd4jggna45nf0bh54gyp0799b44c4bgjp029"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(arguments
`(#:include (cons* "^contrib\\/" "^lib\\/" "^slynk\\/" %default-include)
#:phases
@@ -11430,7 +11287,7 @@ xref, etc.) are still available, but with better integration.")
"1vfqmvayf35g6y3ljsm3rlzv5jm50qikhh4lv2zkkswj6gkkb1cv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)))
+ (list emacs-sly))
(arguments
`(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
#:phases
@@ -11463,8 +11320,7 @@ sly-quickload command that prompts the user for a package to install. ")
"09x8l37wwqw74xc2frwzbfdb1if8rb3szg5akdk3v2qhik4sm3dd"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)
- ("emacs-popup" ,emacs-popup)))
+ (list emacs-sly emacs-popup))
(arguments
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)))
(synopsis "ASDF contrib for SLY")
@@ -11492,7 +11348,7 @@ additional support for working with ASDF projects.")
"16asd119rzqrlclps2q6yrkis8jy5an5xgzzqvb7jdyq39zxg54q"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)))
+ (list emacs-sly))
(arguments
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
#:phases (modify-phases %standard-phases
@@ -11524,8 +11380,7 @@ file.")
"1nxf28gn4f3n0wnv7nb5sgl36fz175y470zs9hig4kq8cp0yal0r"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)
- ("emacs-macrostep" ,emacs-macrostep)))
+ (list emacs-sly emacs-macrostep))
(arguments
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
#:phases
@@ -11562,9 +11417,9 @@ inside the source file.")
#t))))
(build-system emacs-build-system)
(inputs
- `(("cl-agnostic-lizard" ,cl-agnostic-lizard)))
+ (list cl-agnostic-lizard))
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)))
+ (list emacs-sly))
(arguments
`(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
#:phases
@@ -11618,7 +11473,7 @@ Common Lisp, realized as an extension to SLY.")
"1216idyp034nkqddhw4p53jkhhdxa6xnjjmsvijpf4rxqnfqvapg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-sly" ,emacs-sly)))
+ (list emacs-sly))
(arguments
'(#:include (cons* "\\.lisp$" "\\.asd$" %default-include)
#:phases
@@ -11651,8 +11506,7 @@ using package inferred style.")
`(#:tests? #t
#:test-command '("buttercup" "-l" "lua-mode.el")))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("lua" ,lua)))
+ (list emacs-buttercup lua))
(synopsis "Major mode for lua")
(description
"This Emacs package provides a mode for @uref{https://www.lua.org/,
@@ -11684,7 +11538,7 @@ Lua programming language}.")
"/share/info"))
#t)))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://devmanual.gentoo.org")
(synopsis "Major modes for Gentoo package files")
(description
@@ -11720,7 +11574,7 @@ news items, openrc and runscripts.")
(invoke "makeinfo" "--no-split"
"-o" "evil.info" "evil.texi")))))))
(build-system emacs-build-system)
- (native-inputs `(("texinfo" ,texinfo)))
+ (native-inputs (list texinfo))
(home-page "https://github.com/emacs-evil/evil")
(synopsis "Extensible Vi layer for Emacs")
(description
@@ -11744,8 +11598,7 @@ extensions.")
"0ssb3n1i67b6zp2j8djaalkr33x4c7zalw6vl6p5kqxkh8vy8cdf"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-annalist" ,emacs-annalist)))
+ (list emacs-evil emacs-annalist))
(arguments
`(#:include (cons* "^modes\\/" %default-include)))
(home-page "https://github.com/emacs-evil/evil-collection")
@@ -11773,7 +11626,7 @@ Emacs that Evil does not cover properly by default, such as @code{help-mode},
(base32 "1p3vjrij63v9nrcyj3b5jsqzv9y7dgv9i1inx1q7x3s90vndavac"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(home-page "https://github.com/edkolev/evil-goggles")
(synopsis "Displays visual hints when editing with evil")
(description "Creates a visual pulse to indicate the region that is
@@ -11825,7 +11678,7 @@ used for reverse direction.")
(base32
"16zixhxxcb83m82f2cfiardfn99j3w41v6vh1qk6j9pplrlfw70v"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/janpath/evil-numbers")
(synopsis "Increment and decrement numeric literals")
(description
@@ -11851,7 +11704,7 @@ end of a line and increment or decrement it.")
"0bqzch14whlmrcasakah3psrzswvkzd7mmi8hx5s64kfp29wbdhi"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
@@ -11878,8 +11731,7 @@ a popup window for previewing candidates.")
(base32 "0b08y4spapl4g2292j3l4cr84gjlvm3rpma3gqld4yb1sxd7v78p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-paredit" ,emacs-paredit)))
+ (list emacs-evil emacs-paredit))
(home-page "https://github.com/roman/evil-paredit")
(synopsis "Evil extension to integrate nicely with Paredit")
(description
@@ -11906,7 +11758,7 @@ you break the parity of parenthesis.")
(base32
"0k35glgsirc3cph8v5hhjrqfh4ndwh8a28qbr03y3jl8s453xcj7"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/wcsmith/evil-args")
(synopsis "Motions and text objects for delimited arguments in Evil")
(description
@@ -11929,7 +11781,7 @@ arguments, such as arguments separated by commas and semicolons.")
(sha256
(base32 "0s8lmmm25qabicwaj9jybpbd8mkc62yl7jnhk1lpablydjkv3w2i"))))
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(build-system emacs-build-system)
(home-page "https://github.com/syl20bnr/evil-escape")
(synopsis "Escape from insert state and everything else in Emacs")
@@ -11956,8 +11808,8 @@ state and everything else in Emacs.")
(base32
"0bjpn4yqig17ddym6wqq5fm1b294q74hzcbj9a6gs97fqiwf88xa"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
- (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (propagated-inputs (list emacs-evil))
+ (native-inputs (list emacs-ert-runner))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -11993,7 +11845,7 @@ for exchanging text.")
(base32
"14rpn76qrf287s3y2agmddcxi27r226i53ixjvd694ss039g0r11"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/Dewdrops/evil-ReplaceWithRegister")
(synopsis "Quickly replace text with the contents of a register")
(description
@@ -12019,7 +11871,7 @@ contents of a register.")
(base32
"1g6r1ydscwjvmhh1zg4q3nap4avk8lb9msdqrh7dff6pla0r2qs6"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/TheBB/evil-indent-plus")
(synopsis "Text objects based on indentation")
(description
@@ -12046,7 +11898,7 @@ surrounding lines.")
(base32
"074zpm6mmr1wfl6d5xdf8jk1fs4ccpbzf4ahhkwga9g71xiplszv"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/wbolster/evil-text-object-python")
(synopsis "Text objects for Python")
(description
@@ -12070,7 +11922,7 @@ surrounding lines.")
(base32
"1a162hynp0jcsn50c1w5a02mrw9w3q05c7lkqzqd25px3d0p772q"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
@@ -12098,7 +11950,7 @@ aligning text objects based on separators.")
(base32
"0872ix682hkdz0k8pn6sb54rqkx00rz5fxpd5j2snx406yagpaxz"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
@@ -12125,7 +11977,7 @@ pasting into and from @code{tmux} paste buffers.")
(base32
"1qrlg4cxlsd4cf1z8j2662pfb9p6pnqpsyb74flja9cqv6g5ylp8"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
(synopsis "Comment and uncomment lines efficiently")
(description
@@ -12148,7 +12000,7 @@ pasting into and from @code{tmux} paste buffers.")
(base32
"1gfyrq7xfzmzh3x8k5f08n027dlbwi0pkkxf9c39fkxp4jngibsz"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/troyp/evil-visual-replace")
(synopsis "Replacement commands for @code{evil-mode} visual blocks")
(description
@@ -12174,7 +12026,7 @@ pasting into and from @code{tmux} paste buffers.")
(base32
"0mkbzw12fav945icibc2293m5haxqr3hzkyli2cf4ssk6yvn0x4c"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page "https://github.com/bling/evil-visualstar")
(synopsis "Instantly search using the visual selection")
(description
@@ -12342,7 +12194,7 @@ passive voice.")
(("/bin/sh" sh)
(string-append (assoc-ref inputs "bash") sh)))))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://orgmode.org/")
(synopsis "Outline-based notes management and organizer")
(description "Org is an Emacs mode for keeping notes, maintaining TODO
@@ -12568,9 +12420,7 @@ known loosely as deftheme. Many mode-specific customizations are included.")
(base32 "1vql8m4nj0brmv58b6lkbhykik8n6j4i7d3nylcls78y7ihc2cz8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-flycheck emacs-s))
(home-page "https://github.com/bradyt/dart-mode")
(synopsis "Emacs mode for the Dart programming language")
(description
@@ -12667,7 +12517,7 @@ package provides the Emacs theme.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-popup" ,emacs-popup)))
+ (list emacs-popup))
(home-page "https://github.com/auto-complete/auto-complete")
(synopsis "Intelligent auto-completion extension for Emacs")
(description
@@ -12784,8 +12634,7 @@ please.")
(base32 "10w1ldgijdhfsrazp0y3bm76jv5wvdn94k1yp0pmc2m1896b58ak"))))
(build-system emacs-build-system)
(inputs
- `(("emacs-stream" ,emacs-stream)
- ("emacs-cl-print" ,emacs-cl-print)))
+ (list emacs-stream emacs-cl-print))
(home-page "https://github.com/emacsmirror/el-search")
(synopsis "Expression based interactive search for emacs-lisp-mode")
(description "This package provides expression based interactive search
@@ -12806,9 +12655,9 @@ procedures for emacs-lisp-mode.")
(sha256
(base32 "0can9v336lgnq0q2ha3js0565jzp3dlwwqxhcbx5swk5kp148f07"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-dash" ,emacs-dash)))
+ (propagated-inputs (list emacs-dash))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-ert-runner))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -12933,8 +12782,7 @@ notifications.")
(base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-gntp" ,emacs-gntp)
- ("emacs-log4e" ,emacs-log4e)))
+ (list emacs-gntp emacs-log4e))
(home-page "https://github.com/jwiegley/alert")
(synopsis "Growl-style notification system for Emacs")
(description
@@ -12980,10 +12828,7 @@ a (typically) noncontiguous set of text.")
(base32 "1nvsfbfsma59ilf7c3vjngnmx3aapwvvvaafdy5szm5r6lkicqvg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-alert" ,emacs-alert)
- ("emacs-s" ,emacs-s)
- ("emacs-ht" ,emacs-ht)
- ("mu" ,mu)))
+ (list emacs-alert emacs-s emacs-ht mu))
(home-page "https://github.com/iqbalansari/mu4e-alert")
(synopsis "Desktop notification for mu4e")
(description
@@ -13010,7 +12855,7 @@ mode-line.")
"00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("mu" ,mu)))
+ (list mu))
(home-page "https://gitlab.com/wavexx/mu4e-jump-to-list.el")
(synopsis "Select and view mailing lists in mu4e")
(description
@@ -13037,7 +12882,7 @@ automatically discovered and presented in recency order.")
"10lzf3b70pk6rzdrgx0ww0gc94v0ydh9zj1gbsa20xw27ds7hmfn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("mu" ,mu)))
+ (list mu))
(home-page "https://github.com/seanfarley/mu4e-patch")
(synopsis "Colorize patch-like emails in mu4e")
(description
@@ -13116,7 +12961,7 @@ type an abbreviation and automatically expand it into function templates.")
(arguments
`(#:include (cons* "^snippets\\/" %default-include)))
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-yasnippet))
(home-page "https://github.com/AndreaCrotti/yasnippet-snippets")
(synopsis "Collection of YASnippet snippets for many languages")
(description "This package provides an extensive collection of YASnippet
@@ -13146,7 +12991,7 @@ automatically made available to YASnippet.")
(arguments
`(#:include (cons* "^.*\\/" %default-include)))
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-yasnippet))
(home-page "https://github.com/hlissner/doom-snippets")
(synopsis "Doom Emacs' snippet library")
(description
@@ -13172,8 +13017,7 @@ exposes a small API to assist in writing your own snippets.")
"1cbafjqlzxbg19xfdqsinsh7afq58gkf44rsg1qxfgm8g6zhr7f8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-helm emacs-yasnippet))
(home-page "https://github.com/emacs-jp/helm-c-yasnippet")
(synopsis "Helm integration for Yasnippet")
(description "This Emacs library provides Helm interface for
@@ -13195,9 +13039,9 @@ Yasnippet.")
"13a8jpj4wwm0yjv8hnsizgjf8wi3r2ap87lyvw7g4c7snp2dydwa"))))
(build-system emacs-build-system)
(inputs
- `(("recutils" ,recutils)))
+ (list recutils))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -13234,11 +13078,7 @@ above over the network.")
"0pm6va26kadjvbai4qsnjc2bk379w2nk6h3b5f0c2yv3q5na0p49"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-helm" ,emacs-helm)
- ("emacs-org" ,emacs-org)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-helm emacs-org emacs-s))
(home-page "https://github.com/alphapapa/helm-org-rifle")
(synopsis "Rifle through Org files")
(description "This package searches both headings and contents of entries
@@ -13607,9 +13447,9 @@ abbreviation of the mode line displays (lighters) of minor modes.")
"088kl3bml0rs5bkfymgzr15ram9qvy66h1kaisrbkynh0yxvf8g9"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
- `(("emacs-diminish" ,emacs-diminish)))
+ (list emacs-diminish))
(arguments
`(#:tests? #t
#:test-command '("emacs" "--batch"
@@ -13725,7 +13565,7 @@ source file, @file{jl-encrypt.el}.")
"https://informationelle-selbstbestimmung-im-internet.de/Emacs.html")
(synopsis "Improved S/MIME support for Gnus in Emacs")
(propagated-inputs
- `(("emacs-default-encrypt" ,emacs-default-encrypt)))
+ (list emacs-default-encrypt))
(description
;; TRANSLATORS: ExtendSMIME, DefaultEncrypt, and emacs-default-encrypt
;; should not be translated. The name "emacs-default-encrypt" refers to
@@ -13803,7 +13643,7 @@ conversion for Emacs Lisp.")
(base32 "1jj9vmhc4s3ych08bjm1c2xwi81z1p20rj7bvxrgvb5aga2ghi9d"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-auctex" ,emacs-auctex)))
+ (list emacs-auctex))
(home-page "https://github.com/cdominik/cdlatex")
(synopsis "Fast Emacs input methods for LaTeX environments and
math")
@@ -13849,11 +13689,8 @@ configuration of Chinese fonts.")
(base32 "18il2licf8pgfcrpx2bk55gpf8f537kb9cxqz83jldkhiyry74il"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-expand-region" ,emacs-expand-region)
- ("emacs-multiple-cursors" ,emacs-multiple-cursors)
- ("emacs-powerline" ,emacs-powerline)
- ("emacs-spaceline" ,emacs-spaceline)))
+ (list emacs-dash emacs-expand-region emacs-multiple-cursors
+ emacs-powerline emacs-spaceline))
(home-page "https://github.com/jyp/boon")
(synopsis "Ergonomic command mode for Emacs")
(description "Boon is a complete package for modal editing with a focus on
@@ -13888,7 +13725,7 @@ reached with the right hand.")
(lambda _
(invoke "make" "info"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "http://cc-mode.sourceforge.net/")
(synopsis "Framework for creating major modes for C-style languages")
(description
@@ -13985,7 +13822,7 @@ in Emacs.")
(add-after 'unpack 'enter-source-directory
(lambda _
(chdir "lisp"))))))
- (propagated-inputs `(("emacs-projectile" ,emacs-projectile)))
+ (propagated-inputs (list emacs-projectile))
(home-page "https://github.com/ejmr/php-mode")
(synopsis "Major mode for editing PHP code")
(description
@@ -14056,11 +13893,8 @@ containing words from the Rime project.")
(base32 "1dj46yprbl3l6n83aj0hsnd0rwjcp4ypyg2nhwig39wxirwlf9an"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)
- ("emacs-pyim-basedict" ,emacs-pyim-basedict)
- ("emacs-popup" ,emacs-popup)
- ("emacs-posframe" ,emacs-posframe)
- ("emacs-xr" ,emacs-xr)))
+ (list emacs-async emacs-pyim-basedict emacs-popup emacs-posframe
+ emacs-xr))
(home-page "https://github.com/tumashu/pyim")
(synopsis "Chinese input method")
(description
@@ -14189,9 +14023,7 @@ publishing them to various output formats such as HTML, LaTeX, or PDF.")
(base32 "1n2ymd92qpvsby6ms0l3kjhdzzc47rri2aiscc6bs07hm4mjpr9q"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-ht" ,emacs-ht)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-ht emacs-s))
(home-page "https://github.com/Wilfred/mustache.el")
(synopsis "Mustache templating library for Emacs")
(description "Mustache templating library for Emacs, mustache is
@@ -14216,11 +14048,8 @@ and lambdas.")
(base32 "0wsvfn409a2ivbich8b8zqza78sprirg4bl7igx536ydqclmi0n7"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-el2org" ,emacs-el2org)
- ("emacs-ht" ,emacs-ht)
- ("emacs-mustache" ,emacs-mustache)
- ("emacs-simple-httpd" ,emacs-simple-httpd)))
+ (list emacs-dash emacs-el2org emacs-ht emacs-mustache
+ emacs-simple-httpd))
(home-page "https://github.com/tumashu/org2web")
(synopsis "Static site generator based on org-mode ")
(description "Org2web is a static site generator based on org-mode,
@@ -14257,7 +14086,7 @@ which code derived from Kelvin H's org-page.")
(string-append "EMACS_BIN="
(assoc-ref inputs "emacs")
"/bin/emacs -Q")))))))
- (native-inputs `(("xcb-proto" ,xcb-proto)))
+ (native-inputs (list xcb-proto))
(home-page "https://github.com/ch11ng/xelb")
(synopsis "X protocol Emacs Lisp binding")
(description "@code{emacs-xelb} is a pure Emacs Lisp implementation of the
@@ -14280,10 +14109,9 @@ It should enable you to implement low-level X11 applications.")
(base32 "03pg0r8a5vb1wc5grmjgzql74p47fniv47x39gdll5s3cq0haf6q"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-xelb" ,emacs-xelb)))
+ (list emacs-xelb))
(inputs
- `(("xhost" ,xhost)
- ("dbus" ,dbus)))
+ (list xhost dbus))
;; The following functions and variables needed by emacs-exwm are
;; not included in emacs-minimal:
;; scroll-bar-mode, fringe-mode
@@ -14348,7 +14176,7 @@ of XELB.")
(name "emacs-exwm-no-x-toolkit")
(synopsis "Emacs X window manager (without an X toolkit)")
(propagated-inputs
- `(("emacs-xelb-no-x-toolkit" ,emacs-xelb-no-x-toolkit)))
+ (list emacs-xelb-no-x-toolkit))
(arguments
(substitute-keyword-arguments (package-arguments emacs-exwm)
((#:emacs emacs) `,emacs-no-x-toolkit)))))
@@ -14392,13 +14220,9 @@ other operations.")
"0h248mma7kky30jr9bbhmp95wchl2cx5p6kh0gxmzpbc247dn2cc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-counsel" ,emacs-counsel)
- ("emacs-exwm" ,emacs-exwm)
- ("emacs-switch-window" ,emacs-switch-window)
- ("emacs-use-package" ,emacs-use-package)))
+ (list emacs-counsel emacs-exwm emacs-switch-window emacs-use-package))
(inputs
- `(("xhost" ,xhost)
- ("dbus" ,dbus)))
+ (list xhost dbus))
;; Need emacs instead of emacs-minimal,
;; for emacs's bin path will be inserted into bin/exwm-x file.
(arguments
@@ -14463,8 +14287,7 @@ on mouse-control.")
"defvar gnugo-xpms #'gnugo-imgen-create-xpms"))
#t)))))
(propagated-inputs
- `(("emacs-ascii-art-to-unicode" ,emacs-ascii-art-to-unicode)
- ("emacs-xpm" ,emacs-xpm)))
+ (list emacs-ascii-art-to-unicode emacs-xpm))
(home-page "https://elpa.gnu.org/packages/gnugo.html")
(synopsis "Emacs major mode for playing GNU Go")
(description "This package provides an Emacs based interface for GNU Go.
@@ -14548,7 +14371,7 @@ pressed simultaneously or a single key quickly pressed twice.")
(base32 "1gfgmr4909m36gknprcam6q4rkcqfbi6w43ky7x6jnlmgb6mxggg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
@@ -14573,7 +14396,7 @@ addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
(base32 "1l8zi9wlg1f7ffm8gh92qwk3q7h6cdl8b8zkd9hcda53mq6klpjr"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(home-page "https://github.com/linktohack/evil-commentary")
(synopsis "Comment out code in evil mode")
(description "@code{emacs-evil-commentary} adds keybindings to easily
@@ -14600,8 +14423,7 @@ lines, and @code{gc} to comment out the target of a motion.")
(base32 "051v8dmji90chwbsyqsqry7h35mksal2j6rgw1kpmjsni86d79y1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-s))
(home-page "https://github.com/rejeep/ansi.el")
(synopsis "Convert strings to ANSI")
(description "@code{emacs-ansi} defines functions that turns simple
@@ -14627,9 +14449,7 @@ as bold, underscore or italic.")
(base32 "1j6hhyzww7wfwk6bllbb5mk4hw4qs8hsgfbfdifsam9c6i4spm45"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-s))
(home-page "https://github.com/rejeep/commander.el")
(synopsis "Emacs command line parser")
(description "@code{emacs-commander} provides command line parsing for
@@ -14649,9 +14469,7 @@ Emacs.")
(base32 "1zvs144hxq2mmq1h0ynx9hy7yyccb46f3pjg9mgq8v9cw5y678vk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-eldoc" ,emacs-eldoc)
- ("emacs-jsonrpc" ,emacs-jsonrpc)
- ("emacs-project" ,emacs-project)))
+ (list emacs-eldoc emacs-jsonrpc emacs-project))
(home-page "https://github.com/joaotavora/eglot")
(synopsis "Client for Language Server Protocol (LSP) servers")
(description
@@ -14703,12 +14521,12 @@ variable instead, to remind you of that variable's meaning.")
"08gygn9fjank5gpi4v6ynrkn0jbknxbwsn7md4p9ndygdbmnkf98"))))
(build-system emacs-build-system)
(inputs
- `(("emacs-ansi" ,emacs-ansi)
- ("emacs-commander" ,emacs-commander)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-ansi
+ emacs-commander
+ emacs-dash
+ emacs-f
+ emacs-s
+ emacs-shut-up))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -14795,7 +14613,7 @@ running a customisable handler command (@code{ignore} by default). ")
(patches (search-patches "emacs-json-reformat-fix-tests.patch"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-undercover" ,emacs-undercover)))
+ (list emacs-undercover))
(native-inputs
`(("emacs-dash" ,emacs-dash)
("emacs-shut-up" ,emacs-shut-up)
@@ -14860,8 +14678,7 @@ a @url{http://json.org/, JSON} file.")
(base32 "0r0k56q58kb133l9x9nbisz9p2kbphfgw1l4g2xp0pjqsc9wvq8z"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-json-reformat" ,emacs-json-reformat)
- ("emacs-json-snatcher" ,emacs-json-snatcher)))
+ (list emacs-json-reformat emacs-json-snatcher))
(home-page "https://github.com/joshwnj/json-mode")
(synopsis "Major mode for editing JSON files")
(description "@code{json-mode} extends the builtin js-mode syntax
@@ -14905,7 +14722,7 @@ JSON objects.")
"14nxfa91yg2243v4d5kvynp2645x3811ispmhmpgil3x9qbl9jg9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/tminor/jsonnet-mode")
(synopsis "Major mode for editing jsonnet files")
(description "This package provides syntax highlighting, indenting,
@@ -14931,8 +14748,7 @@ formatting, and utility methods for jsonnet files.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-jq-mode" ,emacs-jq-mode)))
+ (list emacs-helm emacs-jq-mode))
(home-page "https://github.com/pashky/restclient.el")
(synopsis "Explore and test HTTP REST webservices")
(description
@@ -15016,7 +14832,7 @@ whitespace in the buffer was initially clean.")
(string-append imagemagick "/bin/mogrify"))))
#t)))))
(inputs
- `(("imagemagick" ,imagemagick)))
+ (list imagemagick))
(home-page "https://github.com/nicferrier/eimp")
(synopsis "Interactive image manipulation utility for Emacs")
(description "@code{emacs-eimp} allows interactive image manipulation
@@ -15041,10 +14857,7 @@ the actual transformations.")
"12m81a9kjhs4cyq3lym0vp5nx6z3sfnypyzrnia76x6rjvixjf6y"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-eimp" ,emacs-eimp)
- ("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-eimp emacs-f emacs-s))
(home-page "https://github.com/Fuco1/dired-hacks")
(synopsis
"Collection of useful dired additions")
@@ -15136,7 +14949,7 @@ settings).")
(base32 "1rp37rhkj8jm07dwr74vc68dhrbvyvrxjdavpb0h073ps9vl9dsc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-which-key" ,emacs-which-key)))
+ (list emacs-which-key))
(home-page "https://gitlab.com/jjzmajic/hercules.el")
(synopsis "Call a chain of related commands without repeated prefix keys")
(description
@@ -15214,8 +15027,7 @@ when browsing files with Dired.")
(base32 "1w0lyz71dq8x28ira4hig1b70bqn1dr53w3k5dgch9szcf6xa86y"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-auctex" ,emacs-auctex)
- ("emacs-org" ,emacs-org)))
+ (list emacs-auctex emacs-org))
(home-page "https://github.com/et2010/org-edit-latex")
(synopsis "Edit a LaTeX fragment just like editing a source block")
(description
@@ -15260,7 +15072,7 @@ multiplexer.")
(sha256
(base32 "05kgxrps1s20im5hhq799nrs3615bvssm4r0ysgmwm203mmzsjgj"))))
(build-system emacs-build-system)
- (inputs `(("curl" ,curl)))
+ (inputs (list curl))
(home-page "https://github.com/alphapapa/plz.el")
(synopsis "HTTP library for Emacs")
(description
@@ -15288,8 +15100,7 @@ library.")
(arguments
`(#:emacs ,emacs)) ;need libxml support
(inputs
- `(("emacs-plz" ,emacs-plz)
- ("emacs-ts" ,emacs-ts)))
+ (list emacs-plz emacs-ts))
(home-page "https://github.com/alphapapa/ement.el")
(synopsis "Matrix client for Emacs")
(description "Ement.el is a Matrix client for Emacs.")
@@ -15333,7 +15144,7 @@ editing RPM spec files.")
(base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/jyp/lcr")
(synopsis "Lightweight coroutines in Emacs Lisp")
(description "This package provides macros that can translate code into
@@ -15356,10 +15167,7 @@ functions written in continuation-passing style.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-flycheck emacs-s))
(home-page "https://github.com/jyp/attrap")
(synopsis "Fix coding error at point")
(description "This package provides a command to fix the Flycheck error
@@ -15381,7 +15189,7 @@ at point.")
(base32 "04fnby2nblk8l70gv09asxkmnn53fh1pdfs77ix44npp99fyw8ix"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-popup" ,emacs-popup)))
+ (list emacs-popup))
(arguments
`(#:tests? #t
#:test-command '("emacs" "--batch" "-l" "test/test.el"
@@ -15500,7 +15308,7 @@ buffer's environment.")
"0nqqx4qlw75lmbn0v927sg3xyjkk86ihw1q3rdbbn59va41grds4"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-inheritenv" ,emacs-inheritenv)))
+ (list emacs-inheritenv))
(home-page "https://github.com/purcell/envrc")
(synopsis "Support for Direnv which operates buffer-locally")
(description
@@ -15563,7 +15371,7 @@ key. Optionally, a mouse pop-up can be added by binding
"1v8av6jza1j00ln75zjwaca0vmmv0fhhhi94p84rlfzgzykyb9g1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-prop-menu" ,emacs-prop-menu)))
+ (list emacs-prop-menu))
(home-page
"https://github.com/idris-hackers/idris-mode")
(synopsis "Major mode for editing Idris code")
@@ -15587,8 +15395,7 @@ the latest versions of Idris 1.")
(base32 "0bx4ns0jb0sqrjk1nsspvl3mhz3n12925azf7brlwb1vcgnji09v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-s" ,emacs-s)))
+ (list emacs-f emacs-s))
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
(arguments
@@ -15645,7 +15452,7 @@ an elisp expression.")
"00pc6lh35gj8vzcsn17fyazb9jsc4m6nr7cvb32w02isadv8qd3m"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-magit" ,emacs-magit)))
+ (list emacs-magit))
(home-page "https://github.com/alphapapa/taxy.el")
(synopsis "Programmable taxonomical grouping for arbitrary objects")
(description
@@ -15672,7 +15479,7 @@ groups.")
(arguments
`(#:include (cons "^data/" %default-include)))
(propagated-inputs
- `(("emacs-ht" ,emacs-ht)))
+ (list emacs-ht))
(home-page "https://github.com/iqbalansari/emacs-emojify")
(synopsis "Display emojis in Emacs")
(description "This package displays emojis in Emacs similar to how Github,
@@ -15701,7 +15508,7 @@ well as Github-style emojis like @code{:smile:}. It provides a minor mode
(arguments
`(#:include (cons "^recipes/" %default-include)))
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
+ (list emacs-ivy))
(home-page "https://github.com/abo-abo/make-it-so")
(synopsis "Transform files with Makefile recipes")
(description "This package provides an interface for selecting from
@@ -15771,10 +15578,7 @@ included by default, and more can be readily added.")
"0ylsn36zmrn8mds2z74vbyv7sd4699a4wicg4shrf2gd5bbsi72g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)
- ("emacs-esxml" ,emacs-esxml)
- ("emacs-s" ,emacs-s)
- ("emacs-unidecode" ,emacs-unidecode)))
+ (list emacs-deferred emacs-esxml emacs-s emacs-unidecode))
(home-page "https://gitlab.com/fvdbeek/emacs-pubmed")
(synopsis "Interface to PubMed")
(description "This package provides an Emacs interface to the PubMed
@@ -15892,11 +15696,11 @@ part, which includes creating tokens.")
(kill-sexp))
(basic-save-buffer))))))))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)))
+ (list emacs-buttercup))
;; In order to securely connect to an IRC server using TLS, Circe requires
;; the GnuTLS binary.
(propagated-inputs
- `(("gnutls" ,gnutls)))
+ (list gnutls))
(home-page "https://github.com/jorgenschaefer/circe")
(synopsis "Client for IRC in Emacs")
(description "Circe is a Client for IRC in Emacs. It integrates well with
@@ -15944,13 +15748,13 @@ through them using @key{C-c C-SPC}.")
(add-before 'build 'set-HOME
(lambda _ (setenv "HOME" "/tmp") #t)))))
(propagated-inputs
- `(("emacs-alert" ,emacs-alert)
- ("emacs-emojify" ,emacs-emojify)
- ("emacs-helm" ,emacs-helm)
- ("emacs-request" ,emacs-request)
- ("emacs-websocket" ,emacs-websocket)
- ("emacs-oauth2" ,emacs-oauth2)
- ("emacs-circe" ,emacs-circe)))
+ (list emacs-alert
+ emacs-emojify
+ emacs-helm
+ emacs-request
+ emacs-websocket
+ emacs-oauth2
+ emacs-circe))
(home-page "https://github.com/yuya373/emacs-slack")
(synopsis "Slack client for Emacs")
(description "This package provides an Emacs client for the Slack
@@ -15979,7 +15783,7 @@ messaging service.")
;; HOME needs to exist for source compilation.
(add-before 'build 'set-HOME
(lambda _ (setenv "HOME" "/tmp") #t)))))
- (propagated-inputs `(("emacs-slack" ,emacs-slack)))
+ (propagated-inputs (list emacs-slack))
(home-page "https://github.com/yuya373/helm-slack")
(synopsis "Helm extension for emacs-slack")
(description "This package provides an helm extension for emacs-slack
@@ -16000,7 +15804,7 @@ Slack client.")
(file-name (git-file-name name version))
(sha256
(base32 "11j2k3irixp47r2iglxdmjphahqhgnxg98n2xwagwzyq99lsamj4"))))
- (inputs `(("bash" ,bash)))
+ (inputs (list bash))
(build-system emacs-build-system)
(arguments
`(#:phases
@@ -16129,10 +15933,8 @@ literate programming tools for exporting, weaving and tangling.")
(base32 "0f0yq6gmkp194nxk90ipprglf1xkmxrgz1rkgrhfslvxq4q2l81h"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ansible-doc" ,emacs-ansible-doc)
- ("emacs-jinja2-mode" ,emacs-jinja2-mode)
- ("emacs-polymode" ,emacs-polymode)
- ("emacs-yaml-mode" ,emacs-yaml-mode)))
+ (list emacs-ansible-doc emacs-jinja2-mode emacs-polymode
+ emacs-yaml-mode))
(properties '((upstream-name . "poly-ansible")))
(home-page "https://gitlab.com/mavit/poly-ansible/")
(synopsis "Polymode for Ansible - Jinja2 in YAML")
@@ -16156,8 +15958,7 @@ literate programming tools for exporting, weaving and tangling.")
(base32 "1q4qq0ql08hxkdrd2aal03560k612my7bvnfpfij3g432hn0p7v6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-polymode" ,emacs-polymode)))
+ (list emacs-markdown-mode emacs-polymode))
(properties '((upstream-name . "poly-markdown")))
(synopsis "Polymode for Markdown mode")
(description
@@ -16180,7 +15981,7 @@ files using the major mode corresponding to each block.")
(base32 "1jl5h4nf10xd2gdlsxi6h2n3z5zh26ffcixn68xfp5q4zl34zk8p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-polymode" ,emacs-polymode)))
+ (list emacs-polymode))
(home-page "https://github.com/polymode/poly-noweb")
(synopsis "Polymode for noweb")
(description
@@ -16227,7 +16028,7 @@ Microsoft PowerShell files.")
(base32 "1srnwcsn2bh8gqzxixkhffk7gbnk66kd4dgvxbnps5nxqc6v0qhc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-polymode" ,emacs-polymode)))
+ (list emacs-polymode))
(properties '((upstream-name . "poly-org")))
(home-page "https://github.com/polymode/poly-org")
(synopsis "Polymode definitions for Org mode buffers")
@@ -16252,8 +16053,7 @@ languages while remaining inside the primary Org buffer.")
(base32 "1xif339wsc79hsab3l1nnwvy20jg7s1r4akfj4qqi6qxizfhmb52"))))
(build-system copy-build-system)
(inputs
- `(("bash" ,bash)
- ("emacs" ,emacs)))
+ (list bash emacs))
(arguments
`(#:install-plan
'(("eless" "bin/")
@@ -16297,7 +16097,7 @@ Features:
(base32 "0cxv1bmbnir59k778dip5mkjyqhbh10pk9b4ayvwpgiz25dlp4ss"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(home-page "https://github.com/redguardtoo/evil-matchit")
(synopsis "Vim matchit ported into Emacs")
(description
@@ -16320,8 +16120,7 @@ evil mode using @kbd{%}. It is a port of @code{matchit} for Vim.")
(base32 "1di4qz5fbrlwbg16c2j0m7y8zqfxw027qd7zqmc3rwk9znbhg7wl"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-smartparens" ,emacs-smartparens)))
+ (list emacs-evil emacs-smartparens))
(home-page "https://github.com/expez/evil-smartparens")
(synopsis "Emacs Evil integration for Smartparens")
(description "@code{emacs-evil-smartparens} is an Emacs minor mode which
@@ -16344,7 +16143,7 @@ emulates Vim features and provides Vim-like key bindings.")
(base32 "1ja9ggj70wf0nmma4xnc1zdzg2crq9h1cv3cj7cgwjmllflgkfq7"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(arguments
`(#:tests? #t
#:test-command '("emacs" "--batch"
@@ -16400,13 +16199,9 @@ supports multiple backends such as @code{vlc}, @code{mpg123},
`(#:tests? #t
#:test-command '("ert-runner")))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)
- ("emacs-shut-up" ,emacs-shut-up)
- ("emacs-f" ,emacs-f)))
+ (list emacs-ert-runner emacs-undercover emacs-shut-up emacs-f))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-s))
(home-page "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes")
(synopsis "Groovy related modes for Emacs")
(description "This package provides @code{groovy-mode} for syntax
@@ -16430,7 +16225,7 @@ Grails project navigation with the grails mode.")
(base32
"0w38g88yykslg71xr99ff4vx1ffgy90b7xqvvdflr189gwk3avx1"))))
(propagated-inputs
- `(("emacs-groovy-modes" ,emacs-groovy-modes)))
+ (list emacs-groovy-modes))
(build-system emacs-build-system)
(home-page "https://github.com/john2x/jenkinsfile-mode/")
(synopsis "Emacs major-mode for editing Jenkinsfile")
@@ -16457,7 +16252,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
(arguments
`(#:tests? #t
#:test-command '("ert-runner" "-L" "." "-L" "test")))
- (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (native-inputs (list emacs-ert-runner))
(home-page "https://github.com/Emacs-Kotlin-Mode-Maintainers/kotlin-mode")
(synopsis "Major major-mode for editing Kotlin files")
(description
@@ -16503,7 +16298,7 @@ from @code{groovy-mode} for editing Jenkins declarative pipeline files.")
(base32 "0yiwq2gc4gdgfhaagpawhb7yrzc4fsnyb10w5d0q4whv64cj8555"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(arguments
'(#:phases
(modify-phases %standard-phases
@@ -16570,7 +16365,7 @@ Lisp.")
;; Byte-compiling the others Elisp files leads to build errors anyway.
#:include (list "esxml.el" "esxml-query.el")))
(propagated-inputs
- `(("emacs-kv" ,emacs-kv)))
+ (list emacs-kv))
(home-page "https://github.com/tali713/esxml/")
(synopsis "SXML for EmacsLisp")
(description "This is XML/XHTML done with S-Expressions in EmacsLisp.
@@ -16606,10 +16401,9 @@ the format.")
(string-append "\"" (which "unzip") "\"")))
#t)))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-esxml" ,emacs-esxml)))
+ (list emacs-dash emacs-esxml))
(inputs
- `(("unzip" ,unzip)))
+ (list unzip))
(home-page "https://depp.brause.cc/nov.el/")
(synopsis "Major mode for reading EPUBs in Emacs")
(description "@code{nov.el} provides a major mode for reading EPUB
@@ -16646,8 +16440,7 @@ Features:
(base32 "0lkisi1s7sn12nx8zh58qmsxwnk1rjwryj18wcbr148xqz3swg57"))))
(build-system trivial-build-system)
(inputs
- `(("bash" ,bash)
- ("perl" ,perl)))
+ (list bash perl))
(arguments
`(#:modules
((guix build utils))
@@ -16690,11 +16483,11 @@ the pipeline, featuring the support for running @code{emacsclient}.")
(base32 "1sr007wsl2y6wqpzkmv3inbpwhvgdcb2nmqzgfg7w1awapi2r13p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company) ;optional
- ("emacs-markdown-mode" ,emacs-markdown-mode) ;optional
- ("emacs-simple-httpd" ,emacs-simple-httpd)
- ("emacs-websocket" ,emacs-websocket)
- ("emacs-zmq" ,emacs-zmq)))
+ (list emacs-company ;optional
+ emacs-markdown-mode ;optional
+ emacs-simple-httpd
+ emacs-websocket
+ emacs-zmq))
(home-page "https://github.com/nnicandro/emacs-jupyter")
(synopsis "Emacs interface to communicate with Jupyter kernels")
(description "This package provides an Emacs interface to communicate with
@@ -16740,7 +16533,7 @@ highlighting and indentation support.")
(base32 "05hn8kskx9lcgn7bzgam99c629zlryir2pickwrqndacjrqpdykx"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-hcl-mode" ,emacs-hcl-mode)))
+ (list emacs-hcl-mode))
(home-page "https://github.com/syohex/emacs-terraform-mode")
(synopsis "Major mode for Terraform")
(description
@@ -16788,8 +16581,7 @@ the same values you get in a terminal.")
(base32 "06iw11z61fd0g4w3562k3smcmzaq3nivvvc6gzm8y8k5pcrqzdff"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-avy" ,emacs-avy)
- ("emacs-posframe" ,emacs-posframe)))
+ (list emacs-avy emacs-posframe))
(home-page "https://github.com/clemera/frog-menu")
(synopsis "Quickly pick items from ad hoc menus")
(description
@@ -16815,9 +16607,7 @@ on which user-defined dispatch actions can act.")
"1z00by8hiss1r2lwmzrl8pnz6jykia2849dqqm4l3z5rf6lwvc0f"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-frog-menu" ,emacs-frog-menu)
- ("emacs-avy" ,emacs-avy)))
+ (list emacs-dash emacs-frog-menu emacs-avy))
(home-page "https://github.com/waymondo/frog-jump-buffer")
(synopsis "Jump to any Emacs buffer with minimal keystrokes")
(description
@@ -16930,7 +16720,7 @@ used with SGML-like languages: XML, HTML, XHTML, XSL, etc.")
"1s3b9bridl78hh1mxmdk9nqlmqhibbaxk0a1cixmsf23s06w8w6l"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-undo-tree" ,emacs-undo-tree)))
+ (list emacs-undo-tree))
(home-page "https://ergoemacs.github.io/")
(synopsis "Emacs mode based on common modern interface and ergonomics")
(description
@@ -16969,10 +16759,8 @@ close, copy, cut, paste, undo, redo.")
(delete-file-recursively "src")
(delete-file-recursively "tests"))))))
(propagated-inputs
- `(("emacs-auth-source-pass" ,emacs-auth-source-pass)
- ("emacs-s" ,emacs-s)
- ("emacs-with-editor" ,emacs-with-editor)
- ("password-store" ,password-store)))
+ (list emacs-auth-source-pass emacs-s emacs-with-editor
+ password-store))
(home-page "https://git.zx2c4.com/password-store/tree/contrib/emacs")
(synopsis "Password store (pass) support for Emacs")
(description
@@ -16995,8 +16783,7 @@ standard Unix password manager\").")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-password-store" ,emacs-password-store)
- ("emacs-s" ,emacs-s)))
+ (list emacs-password-store emacs-s))
(home-page "https://github.com/volrath/password-store-otp.el")
(synopsis
"Interact with the @code{pass-otp} extension for @code{pass} from Emacs")
@@ -17049,8 +16836,7 @@ needed.")
(base32 "0jc8j421mlflspg24jvrqc2n3y5n3cpk3hjy560il8g36xi1049p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-password-store" ,emacs-password-store)
- ("emacs-f" ,emacs-f)))
+ (list emacs-password-store emacs-f))
(home-page "https://github.com/NicolasPetton/pass")
(synopsis "Major mode for @file{password-store.el}")
(description "This is a major mode for managing password-store (pass)
@@ -17078,11 +16864,8 @@ and can be consulted and modified.")
(base32 "0r0fymyai30jimm34z1cmav4wgij8ci6s1d9y7qigygfbbfrdsmj"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-dash" ,emacs-dash)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-let-alist" ,emacs-let-alist)
- ("emacs-s" ,emacs-s)))
+ (list emacs-company emacs-dash emacs-flycheck emacs-let-alist
+ emacs-s))
(home-page "https://github.com/purescript-emacs/psc-ide-emacs")
(synopsis "Emacs integration for PureScript's psc-ide tool")
(description
@@ -17115,8 +16898,7 @@ protocol for PureScript programming language. It features:
(base32 "0lw7fg4gqwj30r0l6k2ni36sxqkf65zf0d0z3rxnpwbxlf8dlkrr"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-anzu" ,emacs-anzu)))
+ (list emacs-evil emacs-anzu))
(home-page "https://github.com/syohex/emacs-evil-anzu")
(synopsis "Anzu for evil-mode")
(description "@code{anzu} provides a minor mode that displays the current
@@ -17225,8 +17007,7 @@ object has been freed.")
("mariadb-dev" ,mariadb "dev")
("postgresql" ,postgresql)))
(propagated-inputs
- `(("emacs-finalize" ,emacs-finalize)
- ("emacs-pg" ,emacs-pg)))
+ (list emacs-finalize emacs-pg))
(home-page "https://github.com/skeeto/emacsql")
(synopsis "Emacs high-level SQL database front-end")
(description "Any readable Lisp value can be stored as a value in EmacSQL,
@@ -17252,9 +17033,9 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(native-inputs
`(("ert-runner" ,emacs-ert-runner)))
(inputs
- `(("sqlite" ,sqlite)))
+ (list sqlite))
(propagated-inputs
- `(("emacs-emacsql" ,emacs-emacsql)))
+ (list emacs-emacsql))
(arguments
`(#:tests? #t
#:test-command '("emacs" "-Q" "--batch" "-L" "."
@@ -17290,7 +17071,7 @@ official @command{sqlite3} executable to access SQL database.")
"1xa9rzyfm6bfskm2mfckd7jwmjwcraky7vsp7yyrnrqfksrl5na8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-emacsql" ,emacs-emacsql)))
+ (list emacs-emacsql))
(home-page "https://github.com/emacscollective/closql")
(synopsis "Store EIEIO objects using EmacSQL")
(description
@@ -17317,8 +17098,7 @@ add any additional instance slots.")
"0z9sz9ydfjzhawh4qip41h3vid1lslaf0h14hkjz9kx8fkrzib8a"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-closql" ,emacs-closql)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-closql emacs-dash))
(home-page "https://emacsmirror.net")
(synopsis "Browse the Emacsmirror package database")
(description "This package provides access to a local copy of the
@@ -17473,7 +17253,7 @@ text-mode (i.e. Org-mode).")
"1lh9f5dgdbwfyzxk6nsg1xwdjs8gc6p9mbyyhp6f8fnk3h0y88cg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-outorg" ,emacs-outorg)))
+ (list emacs-outorg))
(home-page "https://github.com/alphapapa/outshine")
(synopsis "Emacs outline with outshine")
(description "Outshine attempts to bring the look and feel of
@@ -17501,8 +17281,7 @@ outline-mode), so there is no such thing like an outshine mode, only
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-a" ,emacs-a)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-a emacs-dash))
(home-page "https://github.com/alphapapa/frecency.el")
(synopsis "Sort items by frequency and recency of access")
(description "This package provides a way of sorting items via
@@ -17526,11 +17305,7 @@ a heuristic based on frequency and recency.")
(base32 "1y11rlnhi36lzhc1cagninv6hlcwbvj88xfr0g0xzpbzy7hys021"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-frecency" ,emacs-frecency)
- ("emacs-helm" ,emacs-helm)
- ("emacs-org" ,emacs-org)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-frecency emacs-helm emacs-org emacs-s))
(home-page "https://github.com/alphapapa/org-recent-headings")
(synopsis "Navigate to recently used Org headings and lists")
(description
@@ -17573,11 +17348,7 @@ as well as functions for navigating between these headings.")
`(("emacs-f" ,emacs-f)
("getopt" ,util-linux)))
(propagated-inputs
- `(("emacs-org" ,emacs-org)
- ("emacs-dash" ,emacs-dash)
- ("emacs-ts" ,emacs-ts)
- ("emacs-ht" ,emacs-ht)
- ("emacs-s" ,emacs-s)))
+ (list emacs-org emacs-dash emacs-ts emacs-ht emacs-s))
(home-page "https://github.com/alphapapa/org-super-agenda")
(synopsis "Supercharged Org agenda")
(description "This package allows items in the Org agenda to be grouped
@@ -17624,9 +17395,7 @@ work Nicolas Rougier.")
"180ji6nnj6qj0rs1rdp1zlcrfsqf7ikb44ym8icbp5d6al2s4hnr"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)
- ("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-org emacs-dash emacs-s))
(home-page "https://github.com/alphapapa/org-make-toc")
(synopsis "Maintain a table of contents for an Org file")
(description "This package facilitates the creation and maintenance of
@@ -17648,8 +17417,7 @@ tables of contents.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-s emacs-dash))
(arguments
;; XXX: Three tests are failing because of a timezone-related issue
;; with how they're written. On my machine, all the failing test
@@ -17760,7 +17528,7 @@ according to a parsing expression grammar.")
(("export ELDEV_EMACS.*" all)
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
(native-inputs
- `(("texinfo" ,texinfo))) ;for tests
+ (list texinfo)) ;for tests
(home-page "https://github.com/doublep/eldev/")
(synopsis "Emacs-based build tool for Elisp")
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
@@ -17792,10 +17560,9 @@ parallel to Gradle — its configuration is a program on its own.")
`(#:tests? #f
#:test-command '("buttercup" "-L" ".")))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-buttercup emacs-undercover))
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "https://github.com/DarwinAwardWinner/with-simulated-input")
(synopsis "Non-interactive testing Emacs library")
(description "This package provides an Emacs Lisp macro,
@@ -17821,20 +17588,19 @@ interactive commands and functions, such as @code{completing-read}.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)
- ("emacs-ov" ,emacs-ov)
- ("emacs-peg" ,emacs-peg)
- ("emacs-org-super-agenda" ,emacs-org-super-agenda)
- ("emacs-ts" ,emacs-ts)
- ("emacs-org" ,emacs-org)
- ("emacs-helm" ,emacs-helm)
- ("emacs-helm-org" ,emacs-helm-org)
- ("emacs-dash" ,emacs-dash)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-s
+ emacs-f
+ emacs-ov
+ emacs-peg
+ emacs-org-super-agenda
+ emacs-ts
+ emacs-org
+ emacs-helm
+ emacs-helm-org
+ emacs-dash
+ emacs-transient))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-with-simulated-input" ,emacs-with-simulated-input)))
+ (list emacs-buttercup emacs-with-simulated-input))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")
@@ -17892,8 +17658,7 @@ Chinese to English.")
"1my0c6xmkh37lwi6l472lz9d86lf20h6xcllzlxm1lxa24rhva6v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-org emacs-dash))
(home-page "https://github.com/alphapapa/org-auto-expand")
(synopsis "Automatically expand certain Org headings")
(description "This package allows a customizable set of headings in Org
@@ -17935,9 +17700,7 @@ files to be expanded upon opening them.")
(base32 "0al846i1dn5wrx3r0ak63m80g9j9xk2q5cpcpk63lq0l0gfdff2m"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-biblio" ,emacs-biblio)
- ("emacs-ivy" ,emacs-ivy)
- ("emacs-parsebib" ,emacs-parsebib)))
+ (list emacs-biblio emacs-ivy emacs-parsebib))
(home-page "https://joostkremers.github.io/ebib/")
(synopsis "BibTeX database manager for Emacs")
(description
@@ -17967,8 +17730,7 @@ with (La)TeX mode, Org mode and other Emacs editing modes.")
(base32 "1gxjind6r235az59dr8liv03d8994mqb8a7m28j3c12q7p70aziz"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-let-alist" ,emacs-let-alist)))
+ (list emacs-dash emacs-let-alist))
(home-page "https://github.com/cpitclaudel/biblio.el")
(synopsis "Browse and import bibliographic references")
(description "This package provides an extensible Emacs package for
@@ -17994,10 +17756,7 @@ automatically fetched from well-curated sources, and formatted as BibTeX.")
(base32 "15jhpl2j4rm97cvvqzlfzxarvxvcsg64raz068psrsd2y7y2zh4c"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-auctex" ,emacs-auctex)
- ("emacs-org" ,emacs-org)
- ("emacs-parsebib" ,emacs-parsebib)
- ("emacs-s" ,emacs-s)))
+ (list emacs-auctex emacs-org emacs-parsebib emacs-s))
(home-page "https://github.com/bdarcus/citar")
(synopsis "Emacs package to quickly find and act on bibliographic entries")
(description
@@ -18031,13 +17790,13 @@ citations.")
(base32 "1d3mc17ga09m41i06khghlvixr6gsiacifnhdbrfnp0w5592aprk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-parsebib" ,emacs-parsebib)
- ("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-biblio" ,emacs-biblio)
- ("emacs-ivy" ,emacs-ivy)))
+ (list emacs-helm
+ emacs-parsebib
+ emacs-s
+ emacs-dash
+ emacs-f
+ emacs-biblio
+ emacs-ivy))
(home-page "https://github.com/tmalsburg/helm-bibtex")
(synopsis "Bibliography manager based on Helm")
(description "This package provides bibliography manager for Emacs,
@@ -18087,7 +17846,7 @@ arXiv, Google Scholar, Library of Congress, etc.
(emacs-substitute-sexps file
("(defcustom ewmctrl-wmctrl-path" (which "wmctrl")))))))))
(inputs
- `(("wmctrl" ,wmctrl)))
+ (list wmctrl))
(home-page "https://github.com/flexibeast/ewmctrl")
(synopsis "Emacs interface to @code{wmctrl}")
(description "@code{ewmctrl} provides an Emacs interface to
@@ -18139,7 +17898,7 @@ and @code{erc-send-modify-hook} to download and show images.")
(base32 "1kc1jzk10nfd2v20g8dwnb6a944afrwdwnkzl06w4ba8k4yim7gi"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/syohex/emacs-helm-gtags")
(synopsis "Emacs Helm interface to GNU Global")
(description
@@ -18277,7 +18036,7 @@ orient yourself in the code, and tell which statements are at a given level.")
(base32 "1kykbb1sil5cycfa5aj8dhsxc5yrx1641i2np5kwdjid6ahdlz5r"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)))
+ (list emacs-buttercup))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
@@ -18325,11 +18084,8 @@ navigate and display hierarchy structures.")
(base32
"1n6g6k4adzkkn1g7z4j27s35xy12c1fg2r08gv345ddr3wplq4ri"))))
(propagated-inputs
- `(("emacs-hierarchy" ,emacs-hierarchy)
- ("emacs-request" ,emacs-request)
- ("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-tree-mode" ,emacs-tree-mode)))
+ (list emacs-hierarchy emacs-request emacs-dash emacs-s
+ emacs-tree-mode))
(build-system emacs-build-system)
(home-page "https://github.com/ahungry/md4rd")
(synopsis "Emacs Mode for Reddit")
@@ -18364,7 +18120,7 @@ navigate and display hierarchy structures.")
("pulseaudio-control-pactl-path"
(string-append pulseaudio "/bin/pactl")))
#t))))))
- (inputs `(("pulseaudio" ,pulseaudio)))
+ (inputs (list pulseaudio))
(home-page "https://github.com/flexibeast/pulseaudio-control")
(synopsis "Control @code{pulseaudio} from Emacs")
(description
@@ -18388,7 +18144,7 @@ navigate and display hierarchy structures.")
(arguments
`(#:include (cons "^[^/]*\\.extmap$" %default-include)))
(inputs
- `(("emacs-extmap" ,emacs-extmap)))
+ (list emacs-extmap))
(home-page "https://github.com/doublep/datetime/")
(synopsis "Library to work with dates in Emacs")
(description "Parsing, formatting, matching and recoding
@@ -18412,7 +18168,7 @@ timestamps and date-time format strings library for Emacs.")
(sha256
(base32 "08sj43py6aid4vpqgsm0v5n94mcmcil0047qjk033492glz6q55c"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(build-system emacs-build-system)
(home-page "https://github.com/theodorewiles/org-mind-map")
(synopsis "Create Graphviz directed graphs from Org files")
@@ -18479,8 +18235,7 @@ the tailed file. It works locally or on remote files using Tramp.")
(base32 "1gs95xnmnn8aa4794k7h8mw1sz1nfdh9v0caqj6yvnsdnwy74n5x"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -18506,15 +18261,14 @@ continue.")
(base32 "0w7k91xf69zc0zkjrw8h8sjdjf9xq9qs5zhvajhd718lzf93564b"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-list-utils" ,emacs-list-utils)
- ("emacs-loop" ,emacs-loop)
- ("emacs-s" ,emacs-s)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-dash
+ emacs-f
+ emacs-list-utils
+ emacs-loop
+ emacs-s
+ emacs-shut-up))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")
@@ -18605,7 +18359,7 @@ mode.")
;; Elisp directory is not in root of the source.
(lambda _
(chdir "servers"))))))
- (propagated-inputs `(("emacs-ert-async" ,emacs-ert-async)))
+ (propagated-inputs (list emacs-ert-async))
(home-page "https://github.com/stsquad/emacs_chrome")
(synopsis "Server that responds to edit requests from Chromium")
(description
@@ -18678,11 +18432,9 @@ macro takes a first argument (whose value must be an alist) and a body.")
"01khb3xyj0ylwib6ryzzvqmkh5wvzxiq2n3l0s3h9zv7wx849bzv"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-noflet" ,emacs-noflet)
- ("emacs-undercover" ,emacs-undercover)
- ("emacs-buttercup" ,emacs-buttercup)))
+ (list emacs-noflet emacs-undercover emacs-buttercup))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
@@ -18908,10 +18660,7 @@ until the top-level form is no longer a macro call.")
"0ny2dcc7c585p7v3j6q0rpkbj1qmf2ismy8a5020jpr585xvz0hh"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)
- ("emacs-lua-mode" ,emacs-lua-mode)))
+ (list emacs-company emacs-s emacs-f emacs-lua-mode))
(arguments
`(#:include (cons* "^lua\\/" %default-include)))
(home-page "https://github.com/ptrv/company-lua")
@@ -18936,7 +18685,7 @@ until the top-level form is no longer a macro call.")
;; TODO: Run tests.
(build-system emacs-build-system)
(inputs
- `(("emacs-undercover" ,emacs-undercover))) ; For tests.
+ (list emacs-undercover)) ; For tests.
(home-page "https://github.com/DamienCassou/beginend")
(synopsis "Redefine @code{M-<} and @code{M->} for Emacs modes")
(description "@code{beginend} redefines @code{M-<} and @code{M->}
@@ -18984,7 +18733,7 @@ within Emacs.")
"18cqxnwzzbkcj9jcaw89b210432yzhrl1dwsv48p0jbhfnr17k41"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-projectile" ,emacs-projectile)))
+ (list emacs-projectile))
(home-page "https://github.com/purcell/ibuffer-projectile")
(synopsis "Group ibuffer's list by projectile root")
(description "Adds functionality to Emacs @code{ibuffer} for
@@ -19028,10 +18777,7 @@ by the status of listed files.")
(sha256
(base32 "0iwk4fmw8hq3ry4ky1zc7lgl4cpbnrjyk74c2xzddfspi3ks41fd"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-reformatter" ,emacs-reformatter)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-reformatter emacs-s))
(build-system emacs-build-system)
(home-page "https://github.com/jcollard/elm-mode")
(synopsis "Emacs major mode for editing Elm source code")
@@ -19068,7 +18814,7 @@ working with common core and third-party Elm tools. Its features are:
"1srx5f0s9x7zan7ayqd6scxfhcvr3nkd4yzs96hphd87rb18apzk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/istib/helm-mode-manager/")
(synopsis "Switch and toggle Emacs major and minor modes using Helm")
(description "This package provides a Helm interface for toggling Emacs
@@ -19099,8 +18845,7 @@ documentation.")
(base32 "0gihxlmfminadaqdr8d2zccd7wwygl3m0gfzxsk5izi7f8hl4w7f"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-s))
(home-page "https://github.com/hylang/hy-mode")
(synopsis "Major mode for Hylang")
(description "This package provides a major mode for Hylang.")
@@ -19154,7 +18899,7 @@ CSS, JavaScript, JSON.")
`(expand-file-name "~/.bash_history"))))
#t)))))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/yuutayamada/helm-shell-history")
(synopsis "Find shell history with Emacs Helm")
(description "This package provides an Emacs Helm interface to search
@@ -19177,7 +18922,7 @@ throw a shell history.")
"1wlqyl03hhnflbyay3qlvdzqzvv5rbybcjpfddggda7ias9h0pr4"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-makey" ,emacs-makey)))
+ (list emacs-makey))
(home-page "https://framagit.org/steckerhalter/discover-my-major/")
(synopsis "Discover key bindings for the current Emacs major mode")
(description "This package discovers key bindings and
@@ -19199,16 +18944,16 @@ their meaning for the current Emacs major-mode.")
(base32 "0xd1qp8dfy8n8b2n3rsdzm8vrfl7dii142kw330s8jp3pavww1f6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-helm" ,emacs-helm)
- ("emacs-helm-bibtex" ,emacs-helm-bibtex)
- ("emacs-htmlize" ,emacs-htmlize)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-ivy" ,emacs-ivy)
- ("emacs-key-chord" ,emacs-key-chord)
- ("emacs-pdf-tools" ,emacs-pdf-tools)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash
+ emacs-f
+ emacs-helm
+ emacs-helm-bibtex
+ emacs-htmlize
+ emacs-hydra
+ emacs-ivy
+ emacs-key-chord
+ emacs-pdf-tools
+ emacs-s))
(home-page "https://github.com/jkitchin/org-ref")
(synopsis "Citations, cross-references and bibliographies in Org mode")
(description
@@ -19269,8 +19014,7 @@ powerful Org contents.")
(base32 "0j7394zcbzqfk33g2xdyb3fmw3brxy8v66vvf1j9nqlskfddh7bn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-htmlize" ,emacs-htmlize)
- ("emacs-org" ,emacs-org)))
+ (list emacs-htmlize emacs-org))
(home-page "https://gitlab.com/oer/org-re-reveal")
(synopsis "Build HTML presentations with reveal.js from Org source files")
(description "This project started as fork of org-reveal. It provides an
@@ -19418,8 +19162,7 @@ regions which @code{hideshow} can hide.")
"0jj5spk14hgb7zb1cd2n8whcw4k1kd5zb6llwj96v178yaws7l8k"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-outshine" ,emacs-outshine)
- ("emacs-outorg" ,emacs-outorg)))
+ (list emacs-outshine emacs-outorg))
(home-page "https://github.com/alphapapa/navi")
(synopsis "Emacs major-mode for easy buffer-navigation")
(description
@@ -19465,14 +19208,9 @@ downloading manager for Emacs.")
(base32 "0gdjxykqkal2x765mi51m99i5ql23i1fy909wy4mzj5ajhjfgqcc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-elisp-refs" ,emacs-elisp-refs)
- ("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-elisp-refs emacs-dash emacs-s emacs-f emacs-shut-up))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -19513,8 +19251,7 @@ and doesn't require memorisation of commands.
(sha256
(base32 "1cchmr25z5zj7rgb2fyxkaq8kpw7i5yg1pvn42dvm09c2wrfbj46"))))
(propagated-inputs
- `(("emacs-datetime" ,emacs-datetime)
- ("emacs-extmap" ,emacs-extmap)))
+ (list emacs-datetime emacs-extmap))
(build-system emacs-build-system)
(home-page "https://github.com/doublep/logview/")
(synopsis "Emacs mode for viewing log files")
@@ -19538,15 +19275,14 @@ and doesn't require memorisation of commands.
"01v8plska5d3g19sb1m4ph1i3ayprfzk8mi6mpabjy6zad397xjl"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-loop" ,emacs-loop)
- ("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)
- ("emacs-spinner" ,emacs-spinner)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-loop
+ emacs-dash
+ emacs-s
+ emacs-f
+ emacs-spinner
+ emacs-shut-up))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -19591,7 +19327,7 @@ time is being spent during Emacs startup in order to optimize startup time.")
(base32 "1q4kcr2ha2kir7pj0cshmgllgq51543syxkkk5jk3ksfiaba4crj"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-magit" ,emacs-magit)))
+ (list emacs-magit))
(home-page "https://github.com/terranpro/magit-gerrit")
(synopsis "Magit extension for Gerrit")
(description "This Magit extension provides integration with Gerrit,
@@ -19664,7 +19400,7 @@ Magit.")
(base32 "1qg48zbjdjqimw4516ymrsilz41zkib9321q0caf9474s9xyp2bi"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/cosmicexplorer/f3")
(synopsis "Fantastic File Finder for Emacs")
(description
@@ -19731,9 +19467,7 @@ Magit.")
"0qfzsq8jh05w4zkr0cvq3i1hdn97bq344vcqjg46sib26x3wpz6r"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-ht" ,emacs-ht)))
+ (list emacs-dash emacs-s emacs-ht))
(home-page "https://github.com/nashamri/academic-phrases")
(synopsis "Bypass that mental block when writing your papers")
(description
@@ -19768,7 +19502,7 @@ browse the phrases by the paper section and fill-in the blanks if required.")
'(#:tests? #t
#:test-command '("make" "test")))
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-yasnippet))
(home-page "https://github.com/abo-abo/auto-yasnippet/")
(synopsis "Quickly create disposable yasnippets")
(description "This package provides a hybrid of keyboard macros and
@@ -19793,7 +19527,7 @@ yasnippet fields and mirrors to be.")
(base32 "1r07mpyr7rhd7bkg778hx6vbhb4n9ixgzkpszhgks7ri6ia38pj8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-parent-mode" ,emacs-parent-mode)))
+ (list emacs-parent-mode))
(home-page "https://github.com/Fanael/highlight-numbers")
(synopsis "Highlight numbers in source code")
(description "@code{highlight-numbers-mode} provides a minor mode for
@@ -19960,9 +19694,7 @@ perform regression test for packages that provide font-lock rules.")
(arguments
`(#:include '("\\.el$" "\\.rkt$")))
(propagated-inputs
- `(("emacs-faceup" ,emacs-faceup)
- ("emacs-pos-tip" ,emacs-pos-tip)
- ("emacs-s" ,emacs-s)))
+ (list emacs-faceup emacs-pos-tip emacs-s))
(home-page "https://www.racket-mode.com/")
(synopsis "Major mode for the Racket language")
(description "@code{racket-mode} provides:
@@ -19992,7 +19724,7 @@ perform regression test for packages that provide font-lock rules.")
"00q7l4a3c0ay6g5ff9bfa2qgkiswsyh4s6pqnpg0zpzhvv5710f5"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/mkcms/grep-context")
(synopsis "Increase context in compilation and grep buffers")
(description
@@ -20016,7 +19748,7 @@ compilation/grep buffers. Works with @code{wgrep}, @code{ack}, @code{ag},
(base32
"08mjsi2f9s29fkk35cj1rrparjnkm836qmbfdwdz7y51f9varjbs"))))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-helm/helm-firefox")
(synopsis "Display firefox bookmarks with Emacs Helm interface")
@@ -20100,9 +19832,7 @@ macros, faces and variables. To enable call @code{highlight-defined-mode}. ")
(sha256
(base32 "0v97ncb0w1slb0x8861l3yr1kqz6fgw1fwl1z9lz6hh8p2ih34sk"))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-rainbow-delimiters" ,emacs-rainbow-delimiters)
- ("emacs-company" ,emacs-company)))
+ (list emacs-dash emacs-rainbow-delimiters emacs-company))
(build-system emacs-build-system)
(home-page "https://github.com/DogLooksGood/parinfer-mode/")
(synopsis "Lisp structure editing mode")
@@ -20125,7 +19855,7 @@ keep Parens and Indentation inline with one another.")
(base32
"0hpq1h0p69c9k6hkd2mjpprx213sc5475q7pr2zpmwrjdzgcv70z"))))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(build-system emacs-build-system)
(home-page "https://github.com/emacs-helm/helm-eww/")
(synopsis "Helm interface to EWW")
@@ -20299,7 +20029,7 @@ Emacs minor mode to escape sequences in code.")
(base32 "1qv4cqjy2s2d2bysbq10vq1axpbd8qc3jn1s1r81lxqkcja8zasa"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-page-break-lines" ,emacs-page-break-lines)))
+ (list emacs-page-break-lines))
(arguments
'(#:include '("\\.el$" "\\.txt$" "\\.png$")
#:phases
@@ -20333,8 +20063,7 @@ sections for bookmarks, projectil projects, org-agenda and more. ")
(base32 "05dnnc4ms5c9yp9h65k2gbkg3pw9k38nx5wzlwdlfr4shqmw54w0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-slime" ,emacs-slime)
- ("emacs-company" ,emacs-company)))
+ (list emacs-slime emacs-company))
(home-page "https://company-mode.github.io")
(synopsis "SLIME completion backend for @code{company-mode}")
(description
@@ -20426,8 +20155,7 @@ scroll up to read the function name and then scroll down to original position.")
(base32 "0gpib57f7xza04g3iyihw5v15hb7pncqsmvyggib902yvcxlkvqf"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("git" ,git)))
+ (list emacs-buttercup git))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" ".")))
@@ -20478,9 +20206,7 @@ on drag distance.")
(base32 "0yp0hlrgcr6yy1xkjvfckys2k24x9xg7y6336ma61bdwn5lpv0x0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-know-your-http-well" ,emacs-know-your-http-well)
- ("emacs-restclient" ,emacs-restclient)))
+ (list emacs-company emacs-know-your-http-well emacs-restclient))
(home-page "https://github.com/iquiw/company-restclient")
(synopsis "Company-mode completion back-end for restclient-mode")
(description "@code{company-mode} back-end for
@@ -20520,7 +20246,7 @@ It provides auto-completion for HTTP methods and headers in
((";;; Code:") ";;; Code:\n(require 'dash)"))
#t)))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/nicferrier/emacs-noflet")
(synopsis "Locally override functions")
(description "@code{emacs-noflet} lets you locally override functions,
@@ -20559,8 +20285,7 @@ through the symbol: @command{this-fn}.")
("emacs-undercover" ,emacs-undercover)
("ert-runner" ,emacs-ert-runner)))
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-popup" ,emacs-popup)))
+ (list emacs-f emacs-popup))
(home-page "https://github.com/jacktasia/dumb-jump")
(synopsis "Jump to definition for multiple languages without configuration")
(description "Dumb Jump is an Emacs \"jump to definition\" package with
@@ -20724,7 +20449,7 @@ matching regexps.")
(base32
"0l2nnlr3b6df1xn0qjf5d5ryy1wcs1jczyfy795vsasd5gm3g0xh"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-company" ,emacs-company)))
+ (propagated-inputs (list emacs-company))
(home-page "https://github.com/dieggsy/esh-autosuggest")
(synopsis "Fish-like autosuggestions in Eshell")
(description
@@ -20783,7 +20508,7 @@ be changed by customizing the appropriate variables.")
;; Tests require to have two specific calendars on a test server.
`(#:exclude '("^org-caldav-testsuite\\.el")))
(propagated-inputs
- `(("emacs-org" ,emacs-org)))
+ (list emacs-org))
(home-page "https://github.com/dengste/org-caldav")
(synopsis "Sync Org files with external calendars via the CalDAV protocol")
(description
@@ -20806,8 +20531,7 @@ calendar.")
(base32 "1zr67h0w49rsi84mgf6jdili28h8782q6vjl8za0iq1hcx9zqxyf"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)
- ("emacs-request" ,emacs-request)))
+ (list emacs-deferred emacs-request))
(home-page "https://github.com/egh/zotxt-emacs")
(synopsis "Integrate Emacs with Zotero")
(description "This package provides two integration features between Emacs
@@ -20830,10 +20554,9 @@ Org-mode file, and citations of Zotero items in Pandoc Markdown files.")
(base32 "08ycwss58zh2zikk79jfj074q78yjcd7vbjgv5ssqvws09x5rgfq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-iedit" ,emacs-iedit)))
+ (list emacs-evil emacs-iedit))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-ert-runner))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -20871,9 +20594,9 @@ defaults.")
(base32 "0p83p90faq1p02lmsfs7zrnky3cyzgy8z4m83a81r9kakjzhkrnb"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(native-inputs
- `(("emacs-espuds" ,emacs-espuds)))
+ (list emacs-espuds))
(home-page "https://github.com/gabesoft/evil-mc")
(synopsis "Interactive search compatible with @code{multiple-cursors}")
(description "This package can be used with @code{multiple-cursors} to
@@ -20896,7 +20619,7 @@ provide an incremental search that moves all fake cursors in sync.")
(base32
"1fxxfkinb0gq4p5b686r7z4jrkv98zfgh5z889zkjacncv8ibswn"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-evil" ,emacs-evil)))
+ (propagated-inputs (list emacs-evil))
(home-page
"https://github.com/Somelauw/evil-org-mode")
(synopsis "Evil keybindings for Org mode")
@@ -20930,7 +20653,7 @@ Org-mode. It features:
"1wi70r56pd5z0x4dp4m58p9asq03j74kdm4fi9vai83vsl2z9amq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-xml-rpc" ,emacs-xml-rpc)))
+ (list emacs-xml-rpc))
(synopsis "Manipulate pastes from the Debian Pastezone")
(description "Debpaste is an Emacs interface for the Debian Pastezone,
allowing you to receive, post, and delete pastes. It communicates with the
@@ -20996,7 +20719,7 @@ cohesion with the Emacs Way.")
(base32
"17lqip1i1rrsvxzz4bx9rqf1fvwd3hriwg3sj6qxmfc8pylnp37q"))))
(build-system emacs-build-system)
- (inputs `(("fish" ,fish)))
+ (inputs (list fish))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -21047,9 +20770,7 @@ try completing. See @code{fish-completion-fallback-on-bash-p}.")
"1yf6yipvhhna29mzaan5vb3d5qvbrkp2awr5diyf381mvxgk8akh"))))
(build-system emacs-build-system)
(inputs
- `(("scrot" ,scrot)
- ("imagemagick" ,imagemagick)
- ("gifsicle" ,gifsicle)))
+ (list scrot imagemagick gifsicle))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -21119,10 +20840,9 @@ on-line service.")
"1ci37w6ahnqrfpb284gjvxmimlf61sdxb9k192yy9q983cksv2hx"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-company" ,emacs-company)))
+ (list emacs-helm emacs-company))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-ert-runner))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -21149,7 +20869,7 @@ framework.")
(base32
"1n89p56qwa243w1c85i5awnaf7piwjsvfi7nmnsrwm33hix5dknk"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-helm" ,emacs-helm)))
+ (propagated-inputs (list emacs-helm))
(home-page "https://github.com/emacs-helm/helm-descbinds")
(synopsis "Convenient @code{describe-bindings} with Helm")
(description
@@ -21178,8 +20898,7 @@ you searched for and execute it, or view its documentation.")
"0r1ai6xhzayyik30w2sx9n62bxxwm12vfmjspv0daqif9az8y3vg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-emms" ,emacs-emms)))
+ (list emacs-helm emacs-emms))
(home-page
"https://github.com/emacs-helm/helm-emms")
(synopsis "Emms for Helm")
@@ -21202,8 +20921,7 @@ from @code{emms-source-file-default-directory}.")
(base32 "0g4k01ps14bp2az8v6dcag9llg045k2b4kdis81xx4lvw76znr9v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-exwm" ,emacs-exwm)))
+ (list emacs-helm emacs-exwm))
(home-page
"https://github.com/emacs-helm/helm-exwm")
(synopsis "Helm for EXWM buffers")
@@ -21231,9 +20949,7 @@ See @code{helm-exwm-switch-browser} for an example.")
"1a2yfxhz04klwhcandqvfzysxp6b7bxyxx1xk1x3kds5hif5fkl4"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-helm" ,emacs-helm)))
+ (list emacs-dash emacs-flycheck emacs-helm))
(home-page "https://github.com/yasuyk/helm-flycheck")
(synopsis "Show Flycheck errors with Helm")
(description
@@ -21254,7 +20970,7 @@ See @code{helm-exwm-switch-browser} for an example.")
(sha256
(base32 "1bqk0z6zd3aza7ibb8h0ghya5kid4m6z01gs7jf4sr6p49rzp7hd"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-helm" ,emacs-helm)))
+ (propagated-inputs (list emacs-helm))
(home-page "https://github.com/emacs-helm/helm-ls-git")
(synopsis "Helm interface for listing the files in a Git repository")
(description
@@ -21291,8 +21007,7 @@ projects unrelated to current-buffer.
(base32 "1lh0ahxdc5b2z18m9p30gwg8sbg33sjwkjr38p7h5xsm5fm7i0fz"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("mu" ,mu)))
+ (list emacs-helm mu))
(home-page
"https://github.com/emacs-helm/helm-mu")
(synopsis
@@ -21321,8 +21036,7 @@ e.g: @code{from:Peter to:Anne flag:attach search term}.")
"19w24isddzamkikq17vbv3y7ha22i7wc09d2nqw1j0qwhrrfkng9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-password-store" ,emacs-password-store)))
+ (list emacs-helm emacs-password-store))
(home-page "https://github.com/emacs-helm/helm-pass")
(synopsis "Helm interface to pass, the standard Unix password manager")
(description
@@ -21352,7 +21066,7 @@ provided by other Emacs packages dealing with pass:
(base32
"0v66wk9nh0raih4jhrzmmyi5lbysjnmbv791vm2230ffi2hmwxnd"))))
(build-system emacs-build-system)
- (inputs `(("imagemagick" ,imagemagick)))
+ (inputs (list imagemagick))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -21447,7 +21161,7 @@ package recipes.")
(base32 "0wrqmpfcqp87dr5blpskf9kvm9slvffldqfxx77n15gcw516zzc8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-packed" ,emacs-packed)))
+ (list emacs-packed))
(home-page "https://gitlab.com/lilyp/emacs-dpd")
(synopsis "Deliver packages to package.el")
(description
@@ -21509,7 +21223,7 @@ feeding them to package.el library.")
"080s96jkcw2p288sp1vgds91rgl693iz6hi2dv56p2ih0nnivwlg"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("mu" ,mu)))
+ (list mu))
(home-page
"https://gitlab.com/Ambrevar/mu4e-conversation")
(synopsis
@@ -21540,7 +21254,7 @@ maps the thread tree.")
"1lf30q6r8nz5cjzclbb9bbymsk2y75nskvb55hnjdv93gr3j0sik"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("gnupg" ,gnupg)))
+ (list gnupg))
(home-page "https://elpa.gnu.org/packages/pinentry.html")
(synopsis "GnuPG Pinentry server implementation")
(description
@@ -21617,12 +21331,9 @@ them in your web browser.")
"0injfpxzgfhmqalba845j5l5cdcxxqz43knhxwinf36g52nfabl0"))))
(build-system emacs-build-system)
(inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-ghub" ,emacs-ghub)))
+ (list emacs-dash emacs-s emacs-ghub))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-buttercup emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" "test/github-review-test.el")))
@@ -21649,11 +21360,9 @@ accept and reject GitHub pull requests.")
(base32
"1vjhrq02l8gvdn2haygzq7277hnhjchs9xrfpcnh76gqip200gx4"))))
(build-system emacs-build-system)
- (inputs `(("ripgrep" ,ripgrep)))
+ (inputs (list ripgrep))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-spinner" ,emacs-spinner)))
+ (list emacs-dash emacs-s emacs-spinner))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -21713,8 +21422,7 @@ text in neighboring sections.")
"1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-hydra" ,emacs-hydra)))
+ (list emacs-dash emacs-hydra))
(home-page "https://github.com/joostkremers/pandoc-mode")
(synopsis "Minor mode for interacting with Pandoc")
(description "This package provides a Hydra menu for interacting with the
@@ -21739,8 +21447,7 @@ Pandoc, the document-conversion tool.")
"1c71w9s34n0i7mm4njchxn6s3ri1y6mh3akgbg4nq41d42h8iap3"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("apply-refact" ,apply-refact)
- ("hlint" ,hlint)))
+ (list apply-refact hlint))
(home-page "https://github.com/mpickering/hlint-refactor-mode")
(synopsis "Emacs bindings for @code{hlint}'s @code{--refactor} option")
(description "This package applies refactoring suggestions from
@@ -21765,9 +21472,7 @@ Pandoc, the document-conversion tool.")
"0l4bhyr9d8ljz1f0cfg1s2cjcmh6fiwbk5mdlvc7rrwz5hxc21is"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("ccls" ,ccls)
- ("emacs-dash" ,emacs-dash)
- ("emacs-lsp-mode" ,emacs-lsp-mode)))
+ (list ccls emacs-dash emacs-lsp-mode))
(home-page "https://github.com/MaskRay/emacs-ccls")
(synopsis "Emacs support for the @code{ccls} language server")
(description "This package extends @code{lsp-mode} to work with @code{C}
@@ -21913,7 +21618,7 @@ and 'text viewing modes' respectively.")
"-l" "adoc-mode-test.el"
"-f" "ert-run-tests-batch-and-exit")))
(propagated-inputs
- `(("emacs-markup-faces" ,emacs-markup-faces)))
+ (list emacs-markup-faces))
(home-page "https://github.com/sensorflo/adoc-mode/wiki")
(synopsis "AsciiDoc mode for Emacs")
(description "This package provides an Emacs major mode for editing AsciiDoc
@@ -21955,14 +21660,9 @@ files. It focuses on highlighting the document to improve readability.")
((" \\[`str`\\]") " str"))
#t)))))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-pos-tip" ,emacs-pos-tip)
- ("emacs-rust-mode" ,emacs-rust-mode)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-f emacs-pos-tip emacs-rust-mode emacs-s))
(build-system emacs-build-system)
(home-page "https://github.com/racer-rust/emacs-racer")
(synopsis "Racer support for Emacs")
@@ -22012,16 +21712,16 @@ source code.")
(base32 "0i72r0kb6f96py3vbprcingik9sy5bndnd19hb9x3yzv1f7r0zfp"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-project" ,emacs-project)
- ("emacs-rust-mode" ,emacs-rust-mode)
- ("emacs-s" ,emacs-s)
- ("emacs-spinner" ,emacs-spinner)
- ("emacs-xterm-color" ,emacs-xterm-color)))
+ (list emacs-dash
+ emacs-f
+ emacs-flycheck
+ emacs-lsp-mode
+ emacs-markdown-mode
+ emacs-project
+ emacs-rust-mode
+ emacs-s
+ emacs-spinner
+ emacs-xterm-color))
(arguments
;; Tests require rust, cargo, rustfmt, and various crates to be
;; vendored.
@@ -22092,9 +21792,7 @@ text-tree applications inside GNU Emacs. It consists of 2 subprojects:
"06a1gbrq3qcfsn0kyv4i24x1xxfrrwqa3kgfj4xa4va88q2vqyb5"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-helm" ,emacs-helm)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-helm emacs-s))
(home-page "https://github.com/tmalsburg/helm-org-contacts")
(synopsis "Helm source for org-contacts")
(description "This Helm source can be used to search contacts stored in
@@ -22143,8 +21841,7 @@ buffer displays recursive dir sizes.")
"19za6i96xrmczdh928n5ixd7j7pvy175sz1msaiwvdjwysjr8k51"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-s emacs-dash))
(home-page "https://github.com/stsquad/dired-rsync/")
(synopsis "Support for rsync from Emacs dired buffers")
(description "This package adds a single command @code{dired-rsync} which
@@ -22289,7 +21986,7 @@ News homepage.")
"0zkl9jkjbx0lmp9ylv4rqg1zwqibk053s4rp7s1h0i18nzk7vn8j"))))
(build-system emacs-build-system)
(inputs
- `(("youtube-dl" ,youtube-dl)))
+ (list youtube-dl))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -22327,7 +22024,7 @@ can be queued at any time.")
(base32 "010arhvibyw50lqhsr8bm0vj3pzry1h1vgcvxnmyryirk3dv40jl"))))
(build-system emacs-build-system)
(inputs
- `(("youtube-dl" ,youtube-dl)))
+ (list youtube-dl))
(propagated-inputs
`(("async" ,emacs-async)
("transient" ,emacs-transient)))
@@ -22379,7 +22076,7 @@ depending on the downloaded URL.")
(substitute* "ytel.el"
(("\"curl\"") (string-append "\"" curl "/bin/curl\"")))))))))
(inputs
- `(("curl" ,curl)))
+ (list curl))
(home-page "https://github.com/grastello/ytel")
(synopsis "Youtube front-end for Emacs")
(description
@@ -22407,7 +22104,7 @@ as playing them in some video player, or downloading them.")
(base32 "0nhgzfzq1bgpbdbljx5z2hzr8ia7ybsyvvr66yj4klz0zj97rghj"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ytel" ,emacs-ytel)))
+ (list emacs-ytel))
(home-page "https://github.com/xFA25E/ytel-show")
(synopsis "Browse YouTube in Emacs")
(description
@@ -22431,12 +22128,9 @@ and comments.")
"0v4qad54r0z7dr7kg5lpfdsazi44qvrbybx9aciyl4w9grfajphb"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-esxml" ,emacs-esxml)
- ("emacs-request" ,emacs-request)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-esxml emacs-request emacs-s))
(inputs
- `(("pandoc" ,pandoc)))
+ (list pandoc))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -22475,7 +22169,7 @@ inserts it as an Org entry instead of displaying it in a new buffer.")
"09wmhpym516b81dfq8smdmysh1fn610dzlyvyl2rkx8600f0fizd"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-eimp" ,emacs-eimp)))
+ (list emacs-eimp))
(home-page "https://github.com/walseb/blimp")
(synopsis "Emacs wrapper around all Imagemagick commands")
(description "Blimp (Bustling Image Manipulation Package) is a complete
@@ -22500,7 +22194,7 @@ execute its commands and resize images.")
"14dd6p89pmpf1w3nx4f9mzm4sn2b64nicws436ck7pmp223pwciv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("wordnet" ,wordnet)))
+ (list wordnet))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -22599,7 +22293,7 @@ scaling of and anti aliasing of the icons.")
"1ai655f10iayb4vw0ass2j3x83f4vsv90326mnywkzfl3sxd432z"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-xterm-color" ,emacs-xterm-color)))
+ (list emacs-xterm-color))
(home-page "https://github.com/bcbcarl/emacs-wttrin")
(synopsis "Frontend for weather web service @url{wttr.in}")
(description "This package provides local weather information from
@@ -22760,8 +22454,7 @@ correctly.")
"0mrpjhpijdrq353fnfvdj9l9xfsz390qlcvifcair9732ma7i8l0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-slime" ,emacs-slime)))
+ (list emacs-helm emacs-slime))
(home-page "https://github.com/emacs-helm/helm-slime")
(synopsis "Helm for SLIME, the Superior Lisp Interaction Mode for Emacs")
(description "Helm-SLIME defines a few new commands:
@@ -22789,8 +22482,7 @@ correctly.")
"06x8wyx1r0s7askkvlbklgz1cszv34qsvv3gryndw350smk1v8kx"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-sly" ,emacs-sly)))
+ (list emacs-helm emacs-sly))
(home-page "https://github.com/emacs-helm/helm-sly")
(synopsis "Helm for SLY, a Common Lisp interaction mode for Emacs")
(description "Helm-SLY defines a few new commands:
@@ -22980,7 +22672,7 @@ functions to ensure they are called with the right arguments during testing.")
"03c223nczpbdkjmq69panhbsq2a0zj20w329jgj4c0zsj8m1a32a"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ansi" ,emacs-ansi)))
+ (list emacs-ansi))
(arguments
`(#:tests? #t
#:test-command '("emacs" "--batch" "--quick"
@@ -23009,8 +22701,7 @@ functions to ensure they are called with the right arguments during testing.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("wordnet" ,wordnet)
- ("emacs-adaptive-wrap" ,emacs-adaptive-wrap)))
+ (list wordnet emacs-adaptive-wrap))
(synopsis "Major mode for WordNet")
(description "This Emacs package provides an interface for
@code{wordnet}. Features include completion, if the query is not found
@@ -23120,9 +22811,7 @@ other frame parameters.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-lispy" ,emacs-lispy)
- ("emacs-evil" ,emacs-evil)))
+ (list emacs-buttercup emacs-lispy emacs-evil))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -23156,10 +22845,7 @@ advice to be recorded and displayed.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-evil" ,emacs-evil)
- ("emacs-which-key" ,emacs-which-key)
- ("emacs-use-package" ,emacs-use-package)))
+ (list emacs-buttercup emacs-evil emacs-which-key emacs-use-package))
(arguments
`(#:tests? #t
#:test-command '("buttercup" "-L" "test/test-general.el")))
@@ -23196,7 +22882,7 @@ leader key in vim), and much more.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-request" ,emacs-request)))
+ (list emacs-request))
(synopsis "Simplified and community-driven man pages for Emacs")
(description "@code{emacs-tldr} allows the user to access tldr pages
from within emacs. The @code{tldr} pages are a community effort to simplify
@@ -23239,7 +22925,7 @@ or a window into some windows according to a layout recipe.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-window-layout" ,emacs-window-layout)))
+ (list emacs-window-layout))
(synopsis "Equilibrium Emacs Window Manager")
(description "E2WM is a window manager for Emacs. It enables to
customize the place of pop-up window, how the windows are split, how the
@@ -23286,8 +22972,7 @@ programs can use this table component for the application UI.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-names" ,emacs-names)
- ("emacs-ctable" ,emacs-ctable)))
+ (list emacs-names emacs-ctable))
(synopsis "Solve and submit LeetCode problems from within Emacs")
(description "This package provides an Emacs interface to LeetCode
allowing users to log in and solve problems of their choice using Emacs.")
@@ -23310,8 +22995,7 @@ allowing users to log in and solve problems of their choice using Emacs.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-deferred" ,emacs-deferred)
- ("emacs-ctable" ,emacs-ctable)))
+ (list emacs-deferred emacs-ctable))
(synopsis "RPC stack for Emacs Lisp")
(description "This program is an asynchronous RPC stack for Emacs.
Using this RPC stack, Emacs can communicate with the peer process
@@ -23336,15 +23020,14 @@ asynchronous communications, the RPC response is fairly good.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(inputs
- `(("perl" ,perl)
- ("perl-rpc-epc-service" ,perl-rpc-epc-service)
- ("perl-dbi" ,perl-dbi)
- ;; TODO: Adding support for perl-dbd-mysql and others would
- ;; dramatically increase the closure size. Make several packages?
- ("perl-dbd-sqlite" ,perl-dbd-sqlite)))
+ (list perl
+ perl-rpc-epc-service
+ perl-dbi
+ ;; TODO: Adding support for perl-dbd-mysql and others would
+ ;; dramatically increase the closure size. Make several packages?
+ perl-dbd-sqlite))
(propagated-inputs
- `(("emacs-e2wm" ,emacs-e2wm)
- ("emacs-epc" ,emacs-epc)))
+ (list emacs-e2wm emacs-epc))
(arguments
`(#:include '("\\.el$" "\\.pl$")
#:phases
@@ -23386,7 +23069,7 @@ DBI, and provides DB-accessing API and the simple management UI.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-edbi" ,emacs-edbi)))
+ (list emacs-edbi))
(synopsis "Open SQLite files in Emacs")
(description "This package is a convenience wrapper for @command{edbi}
to open SQLite databases.")
@@ -23434,9 +23117,7 @@ chevron marks.")
(base32 "1bqlhkxg0faddhvxx909dq46dxdxk4mdyhdpww92dmzgxdpq38sx"))))
(build-system emacs-build-system)
(inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-json-mode" ,emacs-json-mode)
- ("emacs-mmm-mode" ,emacs-mmm-mode)))
+ (list emacs-company emacs-json-mode emacs-mmm-mode))
(home-page "https://github.com/NixOS/nix-mode")
(synopsis "Emacs major mode for editing Nix expressions")
(description "@code{nixos-mode} provides an Emacs major mode for editing
@@ -23482,7 +23163,7 @@ music.")
"0pyyvbzskr44dxbmlp3y0r6s459fd51cvwjmnjaqxfxflr5v891g"))))
(build-system emacs-build-system)
(inputs
- `(("emacs-libmpdel" ,emacs-libmpdel)))
+ (list emacs-libmpdel))
(home-page "https://gitea.petton.fr/mpdel/mpdel")
(synopsis "Emacs user interface for Music Player Daemon (MPD)")
(description
@@ -23572,7 +23253,7 @@ display a terminal in an Emacs buffer.")
(sha256
(base32 "0r9n23wg9cfy10h5f9zqr8jpkvw34f9rylri3nxq870awjab7rqi"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-vterm" ,emacs-vterm)))
+ (propagated-inputs (list emacs-vterm))
(home-page "https://github.com/jixiuf/vterm-toggle")
(synopsis "Toggle between a vterm buffer and other buffers")
(description
@@ -23598,7 +23279,7 @@ a vterm buffer and back again.")
(base32
"1ja06pv007cmzjjgka95jlg31k7d29jrih1yxyblsxv85s9sg21q"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-s" ,emacs-s)))
+ (propagated-inputs (list emacs-s))
(home-page "https://github.com/jorenvo/simple-mpc")
(synopsis "Simple Emacs frontend to mpc")
(description "This package provides an Emacs major mode which acts as a
@@ -23644,7 +23325,7 @@ indentation and a command to plot the file.")
"03gsyn95dlmsn15bl353bphi3qy7ccn5bss3f7n97kf38bllh0yf"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-faceup" ,emacs-faceup)))
+ (list emacs-faceup))
(arguments
`(#:include (cons "^admin\\/" %default-include)))
(home-page "https://github.com/Lindydancer/cmake-font-lock")
@@ -23781,7 +23462,7 @@ file for Google C and C++ style.")
"1jdkgvd5xy9hl5q611jwah2n05abjp7qcy9sj4k1z11x0ii62b6p"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-paredit" ,emacs-paredit)))
+ (list emacs-paredit))
(home-page "http://www.foldr.org/~michaelw/emacs/redshank/")
(synopsis "Common Lisp Editing Extensions (for Emacs)")
(description "Redshank is a collection of code-wrangling Emacs macros
@@ -23828,8 +23509,7 @@ recursively. The results are cached for speed.")
"0mbcr98xq3zim01dk1fbyc1vajnjwx90k62mygv343rhrd05v44m"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-magit" ,emacs-magit)))
+ (list emacs-dash emacs-magit))
(synopsis "Support for Org links to Magit buffers")
(description "This package defines several Org link types, which can be
used to link to certain Magit buffers. Use the command
@@ -23853,7 +23533,7 @@ Later you can insert it into an Org buffer using the command
(base32 "0h1cxqqf0hixh25j679r57bq9dv0b20icf268wbnsim5xp88ngf8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "https://github.com/DarwinAwardWinner/amx")
(synopsis "Alternative M-x interface for Emacs")
(description "Amx is an alternative interface for M-x in Emacs. It
@@ -23942,15 +23622,15 @@ constant expressions.")
(sha256
(base32 "0s57dq04d97dvrbxzicyk5z9f1mn8gf9w4nbgrxd9dnjqz335173"))))
(inputs
- `(("emacs-undercover" ,emacs-undercover)))
- (propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-docker-tramp" ,emacs-docker-tramp)
- ("emacs-json-mode" ,emacs-json-mode)
- ("emacs-magit-popup" ,emacs-magit-popup)
- ("emacs-s" ,emacs-s)
- ("emacs-tablist" ,emacs-tablist)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-undercover))
+ (propagated-inputs
+ (list emacs-dash
+ emacs-docker-tramp
+ emacs-json-mode
+ emacs-magit-popup
+ emacs-s
+ emacs-tablist
+ emacs-transient))
(arguments `(#:tests? #false)) ;no tests
(build-system emacs-build-system)
(home-page "https://github.com/Silex/docker.el")
@@ -23974,7 +23654,7 @@ constant expressions.")
"09pd8mfa45fy95mdg52fsafj3d1d5l52rskmw6q5np59dyzwch1b"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "https://github.com/spotify/dockerfile-mode")
(synopsis "Major mode for editing Dockerfile")
(description
@@ -24008,12 +23688,12 @@ the standard @code{Dockerfile} file format.")
(install-file f "."))
(find-files "clients/" "\\.el$")))))))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-ht" ,emacs-ht)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-spinner" ,emacs-spinner)))
+ (list emacs-dash
+ emacs-f
+ emacs-ht
+ emacs-hydra
+ emacs-markdown-mode
+ emacs-spinner))
(home-page "https://emacs-lsp.github.io/lsp-mode/")
(synopsis "Emacs client and library for the Language Server Protocol")
(description
@@ -24038,8 +23718,7 @@ Projectile.")
(base32 "05ivqa5900139jzjhwc3nggwznhm8564dz4ydcxym2ddd63571k0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-treemacs" ,emacs-treemacs)))
+ (list emacs-lsp-mode emacs-treemacs))
(home-page "https://github.com/emacs-lsp/lsp-treemacs")
(synopsis "Integration between LSP mode and treemacs")
(description
@@ -24062,10 +23741,7 @@ and implementation of treeview controls using treemacs as a tree renderer.")
(base32 "1zczmcv8562lachkvcwy6njn7zkgny08iznpmrx821wr8mh52wnn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-bui" ,emacs-bui)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-posframe" ,emacs-posframe)
- ("emacs-lsp-treemacs" ,emacs-lsp-treemacs)))
+ (list emacs-bui emacs-lsp-mode emacs-posframe emacs-lsp-treemacs))
(home-page "https://emacs-lsp.github.io/dap-mode")
(synopsis "Emacs client/library for Debug Adapter Protocol ")
(description
@@ -24111,18 +23787,17 @@ processes for Emacs")
(base32 "01qrprxfwmdzak77k2qa9fc2kb4hxddbvj30avqglj9sjaid9wmq"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ace-window" ,emacs-ace-window)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-ht" ,emacs-ht)
- ("emacs-hydra" ,emacs-hydra)
- ("emacs-pfuture" ,emacs-pfuture)
- ("emacs-s" ,emacs-s)))
+ (list emacs-ace-window
+ emacs-dash
+ emacs-f
+ emacs-ht
+ emacs-hydra
+ emacs-pfuture
+ emacs-s))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-el-mock" ,emacs-el-mock)))
+ (list emacs-buttercup emacs-el-mock))
(inputs
- `(("python" ,python)))
+ (list python))
(arguments
`(#:tests? #t
#:test-command '("make" "-C" "../.." "test")
@@ -24239,7 +23914,7 @@ utilities.")
(install-file "libyaml-core.so"
(string-append (assoc-ref outputs "out") "/lib"))
#t)))))
- (native-inputs `(("libyaml" ,libyaml)))
+ (native-inputs (list libyaml))
(home-page "https://github.com/syohex/emacs-libyaml")
(synopsis "Libyaml bindings for Emacs")
(description
@@ -24262,14 +23937,14 @@ files in Elisp.")
"1h0hqgjpk5mbylma1fkva0vx45achf0k7ab2c5y8a2449niww90h"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dap-mode" ,emacs-dap-mode)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)
- ("emacs-ht" ,emacs-ht)
- ("emacs-request" ,emacs-request)
- ("emacs-treemacs" ,emacs-treemacs)))
+ (list emacs-dap-mode
+ emacs-lsp-mode
+ emacs-markdown-mode
+ emacs-dash
+ emacs-f
+ emacs-ht
+ emacs-request
+ emacs-treemacs))
(home-page "https://github.com/emacs-lsp/lsp-java/")
(synopsis "Java support for lsp-mode")
(description "Emacs Java IDE using Eclipse JDT Language Server.")
@@ -24290,10 +23965,7 @@ files in Elisp.")
"00yirx6qzlb8fv8rd53zaw93nw72z3br40rb16scdqj1v20qsp47"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-flycheck" ,emacs-flycheck)))
+ (list emacs-dash emacs-lsp-mode emacs-markdown-mode emacs-flycheck))
(home-page "https://github.com/emacs-lsp/lsp-ui")
(synopsis "User interface extensions for @code{lsp-mode}")
(description
@@ -24318,7 +23990,7 @@ and code peeking.")
"0rbizis73n1w5ig07fj1han74chbc1zpbp5bn37rj0gz608aqka8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-lsp-mode" ,emacs-lsp-mode)))
+ (list emacs-lsp-mode))
(home-page "https://github.com/phenix3443/lsp-lua-emmy/")
(synopsis "Lua support in @code{lsp-mode} client for Emacs")
(description "This package provides a Lua language support in
@@ -24340,9 +24012,7 @@ and code peeking.")
(base32 "0nb9ypa8hyx7i38rbywh8hn2i5f9l2l567hvdr9767fk279yr97n"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-ivy" ,emacs-ivy)
- ("emacs-lsp-mode" ,emacs-lsp-mode)))
+ (list emacs-dash emacs-ivy emacs-lsp-mode))
(home-page "https://github.com/emacs-lsp/lsp-ivy")
(synopsis "Provide LSP-enhanced completion for symbols")
(description
@@ -24365,9 +24035,7 @@ workspaces with a LSP-compliant server running.")
"1vq3qpqm3ndqyvf5bk8qhqcr60x9ykc0ipk2a43rr3yjm4z1b6s9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-lsp-mode" ,emacs-lsp-mode)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-helm emacs-lsp-mode emacs-dash))
(home-page "https://github.com/emacs-lsp/helm-lsp")
(synopsis "Provide LSP-enhanced completion for symbols")
(description
@@ -24391,8 +24059,7 @@ workspaces with a LSP-compliant server running.")
"1k038dbdpaa411gl4071x19fklhnizhr346plxw23lsnxir9dhqc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-notmuch" ,emacs-notmuch)))
+ (list emacs-helm emacs-notmuch))
(synopsis "Search emails with Emacs Notmuch and Helm")
(description
"This package can be used to search emails in Emacs, searching result
@@ -24415,7 +24082,7 @@ real search.")
(base32 "1fqnx6hhg0cqj82yjpl7llg6vvppc3y8q9k6g67mqr7z3712bw0x"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-notmuch" ,emacs-notmuch)))
+ (list emacs-notmuch))
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
(synopsis "Visualize maildirs as a tree")
(description
@@ -24439,8 +24106,7 @@ buffer''.")
"1x4wnsshf9h10mp51x92vs5rxw5had4gmw6zz4f53czx1ymcv16a"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-s emacs-dash))
(synopsis "Convert keyboard macros to Emacs Lisp")
(description
"This package displays keyboard macros or latest interactive commands
@@ -24475,7 +24141,7 @@ as Emacs Lisp.")
(lambda _
(chdir "lisp"))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
`(("dash" ,emacs-dash)))
(home-page "https://magit.vc/manual/transient")
@@ -24502,7 +24168,7 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
(base32 "15zm5azgl8gyd91i40a00ih4s2iwg1r8007n2gcfnmi6m4b7s0ak"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
`(("emacs-closql" ,emacs-closql)
("emacs-dash" ,emacs-dash)
@@ -24547,8 +24213,7 @@ comfort of Magit and the rest of Emacs.")
(base32
"1lfnh1glg6al677m7ci0x8g5wjdhjxlfl3nv1f1ppsw4dpnwsj9b"))))
(propagated-inputs
- `(("emacs-hydra" ,emacs-hydra)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-hydra emacs-transient))
(build-system emacs-build-system)
(home-page "https://github.com/jojojames/matcha/")
(synopsis "Collection of hydras with a generic interface to launch them")
@@ -24650,8 +24315,7 @@ unescaping of quotes.")
(base32 "1kjms9d2c98ffd1qxs879qhg0n4jzic0r5kni9y4gz3v09ww8zms"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-let-alist" ,emacs-let-alist)))
+ (list emacs-flycheck emacs-let-alist))
(home-page "https://github.com/bsermons/flycheck-elm")
(synopsis "Flycheck support for the Elm language")
(description "Flycheck Elm adds Flycheck support for Elm language.")
@@ -24675,10 +24339,7 @@ unescaping of quotes.")
"10pgsbagq6qj4mshq5sypv0q0khck92b30sc793b4g1pfpsxvgjn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-flycheck" ,emacs-flycheck)
- ("emacs-haskell-mode" ,emacs-haskell-mode)
- ("emacs-let-alist" ,emacs-let-alist)))
+ (list emacs-dash emacs-flycheck emacs-haskell-mode emacs-let-alist))
(arguments
`(#:include '("\\.el$" "\\.hs$")))
(home-page "https://github.com/flycheck/flycheck-haskell")
@@ -24705,14 +24366,10 @@ buffers.")
"08b25y3raz0p98zxk9xdd8nj9shqd6mzrqhbq1gg4cwsmi7h7ly1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-js2-mode" ,emacs-js2-mode)
- ("emacs-yasnippet" ,emacs-yasnippet)
- ("emacs-multiple-cursors" ,emacs-multiple-cursors)))
+ (list emacs-dash emacs-s emacs-js2-mode emacs-yasnippet
+ emacs-multiple-cursors))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)
- ("emacs-espuds" ,emacs-espuds)))
+ (list emacs-buttercup emacs-espuds))
(home-page "https://github.com/magnars/js2-refactor.el")
(synopsis "JavaScript refactoring in Emacs")
(description "This package provides various refactoring functions for
@@ -24808,8 +24465,7 @@ parent directory using @code{Eshell}.")
(base32 "0fn8c4hqblfjvcpg68kj2dmdjqsdnxddqbzgvakl43zckjg8pi01"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-ivy" ,emacs-ivy)))
+ (list emacs-helm emacs-ivy))
(home-page "https://github.com/jwiegley/springboard")
(synopsis "Change the Emacs default directory quickly")
(description
@@ -24836,10 +24492,9 @@ done using Helm, Ido or Ivy.")
"1z7xkbrqznk6ni687qqknp8labcyhl8y6576hjfri89fn21385y9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)
- ("emacs-undercover" ,emacs-undercover)))
+ (list emacs-ert-runner emacs-undercover))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")))
@@ -24867,7 +24522,7 @@ Lisp functions that call themselves in tail position.")
(base32 "11xfr71y78idcn461p4pz7b0k01nhz15cyl97bjqq6ii5xhbhvdx"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://gitlab.com/emacsomancer/equake/")
(synopsis "Drop-down console for @code{Eshell} and terminal emulators")
(description "This package provides a Quake-style drop-down console
@@ -24891,7 +24546,7 @@ compatible with Emacs' shell modes.")
(base32 "197xrwph1llrzjgkhlvagiwdgfp68pb45w5afg89ndahpqc2725s"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-hydra" ,emacs-hydra)))
+ (list emacs-hydra))
(arguments
`(#:tests? #t
#:test-command '("emacs" "-Q" "-batch" "-L" "."
@@ -24925,9 +24580,7 @@ output.")
"16cjmrzflf2i1w01973sl944xrfanakba8sb4dpwi79d92xp03xy"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-vdiff" ,emacs-vdiff)
- ("emacs-magit" ,emacs-magit)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-vdiff emacs-magit emacs-transient))
(home-page "https://github.com/justbur/emacs-vdiff-magit/")
(synopsis "Frontend for diffing based on vimdiff")
(description "This package permits comparisons of two or three buffers
@@ -24953,7 +24606,7 @@ based on diff output.")
"0zhyhz4lhx0d8wwh1xxxf7ck4s621fk9757ql2ypxbr4iqh7sjlp"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-all-the-icons" ,emacs-all-the-icons)))
+ (list emacs-all-the-icons))
(home-page "https://github.com/jtbm37/all-the-icons-dired/")
(synopsis "Show icons for each file in @code{dired-mode}")
(description "This package allows icons from @file{all-the-icons.el} to
@@ -24979,7 +24632,7 @@ be used in @code{dired-mode}.")
"031cb8fvv5n30djr9lpl6vz3rl15zykfvjlgkjc8l33a3l5mw8j0"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-exwm" ,emacs-exwm)))
+ (list emacs-exwm))
(home-page "https://github.com/agzam/exwm-edit/")
(synopsis "Open temp buffers for editing text from EXWM buffers")
(description "This package facilitates editing text from EXWM buffers by
@@ -25025,12 +24678,9 @@ invoked.")
"02kysq57kqzg0zkhaf302ada9cp9spgp71z8vbdq4c7dl6x75h4g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-f" ,emacs-f)))
+ (list emacs-dash emacs-s emacs-f))
(native-inputs
- `(("emacs-el-mock" ,emacs-el-mock)
- ("emacs-ert-async" ,emacs-ert-async)))
+ (list emacs-el-mock emacs-ert-async))
(home-page "https://github.com/rejeep/prodigy.el")
(synopsis "Manage external services from within Emacs")
(description "This package provides a GUI for defining and monitoring services.")
@@ -25070,9 +24720,7 @@ url-encoded parameters, as well as web sockets.")
"0a0qskhy6jil583hq3mgbzdsi3m1schzyzrd46yfxdsvqiczg170"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-markdown-mode" ,emacs-markdown-mode)
- ("emacs-websocket" ,emacs-websocket)
- ("emacs-web-server" ,emacs-web-server)))
+ (list emacs-markdown-mode emacs-websocket emacs-web-server))
(arguments '(#:include '("\\.el$" "\\.html$")))
(home-page "https://github.com/ancane/markdown-preview-mode")
(synopsis "Preview Markdown files")
@@ -25166,7 +24814,7 @@ definition-jumping and type-checking on demand.")
"08b4hdgq4hc1yfd9pvyir2j3cqqdqa3j5svgaba97x5fzhsz7y8i"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-js2-mode" ,emacs-js2-mode)))
+ (list emacs-js2-mode))
(arguments
`(#:tests? #t
#:test-command '("make" "test")))
@@ -25195,8 +24843,7 @@ support JSX syntax.")
"0ha1qsz2p36pqa0sa2sp83lspbgx5lr7930qxnwd585liajzdd9x"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-s))
(home-page "https://github.com/gregsexton/origami.el")
(synopsis "Flexible text-folding")
(description "This package provides a minor mode for collapsing and
@@ -25242,7 +24889,7 @@ previewed by scrolling up and down within a @code{dired} buffer.")
(base32 "1zmx7vfi02c8k9wnbsmka5yx3ci8fv9wl8r0cc28jn40vgrivn8c"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-counsel" ,emacs-counsel)))
+ (list emacs-counsel))
(arguments
`(#:tests? #f ;require internet access
#:test-command '("make test")))
@@ -25267,8 +24914,7 @@ and searching through @code{Ctags} files.")
(base32
"0npd8glzk5z4n7y9mzbsbzi0cf3by19fqcki052jr3dga363lds7"))))
(propagated-inputs
- `(("emacs-f" ,emacs-f)
- ("emacs-ivy" ,emacs-ivy)))
+ (list emacs-f emacs-ivy))
(build-system emacs-build-system)
(home-page "https://github.com/wpcarro/ivy-clipmenu.el")
(synopsis "Ivy integration with clipmenu")
@@ -25291,8 +24937,7 @@ and searching through @code{Ctags} files.")
(base32 "0cg4y7hy7xbq4vrbdicfzgvyaf3cjbx2zkqd4yl0y2garz71j99l"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-org" ,emacs-org)
- ("emacs-async" ,emacs-async)))
+ (list emacs-org emacs-async))
(home-page "https://github.com/abo-abo/org-download")
(synopsis "Facilitate moving images")
(description "This package provides utilities for managing image files
@@ -25317,9 +24962,7 @@ copied into @code{org-mode} buffers.")
(base32 "1a8ygrcag8i9hdpy2vsn0sh8lwhl9b56rv91j3rddy1jv5qx1ipb"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-org" ,emacs-org)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-org emacs-s))
(home-page "https://github.com/chrisbarrett/org-drill-table")
(synopsis "Generate Org drill cards using Org mode tables")
(description
@@ -25346,10 +24989,9 @@ current tree.")
"0n6d3mm43gj16v8kjjradcfik93wb89dsqnfcbskb28bvcamafid"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)))
+ (list emacs-async))
(native-inputs
- `(("emacs-undercover" ,emacs-undercover)
- ("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-undercover emacs-ert-runner))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")
@@ -25393,8 +25035,7 @@ current tree.")
"0r192vzry1212ihabg9pgw9xar8zdgnbgy0vsgvfm8s5wj6ny7jp"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-dash-docs" ,emacs-dash-docs)))
+ (list emacs-helm emacs-dash-docs))
(home-page "https://github.com/areina/helm-dash")
(synopsis "Offline documentation browser for APIs using Dash docsets")
(description "This package uses Helm to install and navigate through
@@ -25418,8 +25059,7 @@ Dash docsets.")
(base32 "1fn38vbz46ijarjvhgw7iy7dj9s2a2miy95fyy9f8b5sj8nrdfvz"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-counsel" ,emacs-counsel)
- ("emacs-dash-docs" ,emacs-dash-docs)))
+ (list emacs-counsel emacs-dash-docs))
(home-page "https://github.com/dash-docs-el/counsel-dash")
(synopsis "Offline documentation browser for APIs using Dash docsets")
(description "This package uses @code{ivy-mode} to install and navigate
@@ -25507,11 +25147,9 @@ all of your projects, then override or add variables on a per-project basis.")
("calibredb-fetch-metadata-program"
(string-append calibre "/bin/fetch-ebook-metadata")))))))))
(inputs
- `(("calibre" ,calibre)))
+ (list calibre))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-dash emacs-s emacs-transient))
(home-page "https://github.com/chenyanming/calibredb.el")
(synopsis "Yet another calibre client for Emacs")
(description "This package integrates calibre into Emacs.
@@ -25608,7 +25246,7 @@ well as an option for visually flashing evaluated s-expressions.")
(base32 "18qlwyjqxap2qfbz14ma6yqp4p3v4q2y8idc355s4szjdd2as2lr"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-counsel" ,emacs-counsel)))
+ (list emacs-counsel))
(home-page "https://github.com/masasam/emacs-counsel-tramp")
(synopsis "Ivy interface for TRAMP")
(description
@@ -25642,7 +25280,7 @@ well as an option for visually flashing evaluated s-expressions.")
("tramp-encoding-shell" (string-append sh "/bin/sh"))))
#t)))))
(inputs
- `(("bash" ,bash)))
+ (list bash))
(home-page "https://savannah.gnu.org/projects/tramp")
(synopsis "Remote file editing package for Emacs")
(description
@@ -25691,7 +25329,7 @@ with passwords for paths matching regexps.")
"0n1vlzvq5mv7z1yffjjqm9ixd3r0cljr60kg55l9pj9kp72a4iv8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)))
+ (list emacs-ivy))
(home-page "https://github.com/redguardtoo/eacl")
(synopsis "Auto-complete lines by using @code{grep} on a project")
(description "This package provides auto-completion commands for single
@@ -25911,9 +25549,7 @@ context, carry out the appropriate action.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)
- ("emacs-paredit" ,emacs-paredit)
- ("emacs-smartparens" ,emacs-smartparens)))
+ (list emacs-evil emacs-paredit emacs-smartparens))
(home-page "https://github.com/luxbock/evil-cleverparens")
(synopsis "Emacs modal editing optimized for editing Lisp")
(description "@code{evil-cleverparens} remaps Evil keybindings to allow
@@ -25973,7 +25609,7 @@ advice system without dropping support for Emacs<24.4.")
(sha256
(base32 "1cakq2ykraci7d1gl8rnpv4f2f5ffyaidhqb1282g7i72adwmb98"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-ntlm" ,emacs-ntlm)))
+ (propagated-inputs (list emacs-ntlm))
(home-page "https://elpa.gnu.org/packages/url-http-ntlm.html")
(synopsis "NTLM authentication for the url library")
(description "This package provides a NTLM handler for the URL package.")
@@ -26028,10 +25664,7 @@ programming in Emacs Lisp easy and fun.")
(base32 "1g0wc2kp15ra323b4rxvdh58q9c4h7m20grw6a0cs53m7l9xi62f"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-fsm" ,emacs-fsm)
- ("emacs-nadvice" ,emacs-nadvice)
- ("emacs-soap-client" ,emacs-soap-client)
- ("emacs-url-http-ntlm" ,emacs-url-http-ntlm)))
+ (list emacs-fsm emacs-nadvice emacs-soap-client emacs-url-http-ntlm))
(home-page "https://elpa.gnu.org/packages/excorporate.html")
(synopsis "Exchange integration")
(description "This package provides Exchange integration for Emacs.")
@@ -26054,7 +25687,7 @@ programming in Emacs Lisp easy and fun.")
"12p9lfxscs182vbd4dy0m5gacs3d4kyprbz5yndpwvl8g2qsqplz"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -26088,7 +25721,7 @@ commands in @code{evil-mode}.")
(base32
"1na44rbc03sr5b4z9pvnps6n4nmrqcz58nywix9825l74a419ijx"))))
(propagated-inputs
- `(("emacs-evil" ,emacs-evil)))
+ (list emacs-evil))
(build-system emacs-build-system)
(home-page "https://github.com/keith/evil-tmux-navigator")
(synopsis
@@ -26156,7 +25789,7 @@ text-property translator.")
(base32
"1vwfpdi7hfkxx4vi0cwg7rvqby3i0mymzdkyzrqzv30dazmcjpag"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-org" ,emacs-org)))
+ (propagated-inputs (list emacs-org))
(home-page "https://github.com/weirdNox/org-noter")
(synopsis "Synchronized, Org-mode, document annotator")
(description
@@ -26205,7 +25838,7 @@ acting like notes that are made @emph{in} the document.")
(base32 "043dqd8i8h6hbcg11rzprxin2yq5lb902zlrb7mxah44vyp8wrdi"))))
(build-system emacs-build-system)
(inputs
- `(("zsh" ,zsh)))
+ (list zsh))
(home-page "https://github.com/manateelazycat/multi-term")
(synopsis "Manage multiple terminal buffers in Emacs")
(description
@@ -26237,7 +25870,7 @@ it forcibly
(base32 "0fzqm5gpadqzsl71r1bq72ki8dw8125v4nmhdd3b4rz9jy1rqm2g"))))
(build-system emacs-build-system)
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -26271,8 +25904,7 @@ connections using TLS encryption.")
"1r5s4mvwlxsb9ylr6dkfxpm1l0pbqkmn5gwjdcfk762cnxlam8cm"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-all-the-icons" ,emacs-all-the-icons)))
+ (list emacs-flycheck emacs-all-the-icons))
(home-page
"https://gitlab.petton.fr/nico/zerodark-theme")
(synopsis
@@ -26419,10 +26051,9 @@ format.")
"0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
(build-system emacs-build-system)
(inputs
- `(("pandoc" ,pandoc)))
+ (list pandoc))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-ht" ,emacs-ht)))
+ (list emacs-dash emacs-ht))
(home-page "https://github.com/kawabata/ox-pandoc")
(synopsis "Org exporter for Pandoc")
(description "@code{ox-pandoc} is an exporter for converting Org-mode
@@ -26520,11 +26151,7 @@ Lisp's (relatively new) EIEIO object oriented libraries.")
"1yky7vlv91501xb43xk19rr8mxlvrsxhawsc98jivf64nad5dqay"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)
- ("emacs-popup" ,emacs-popup)
- ("emacs-list-utils" ,emacs-list-utils)
- ("emacs-iedit" ,emacs-iedit)))
+ (list emacs-dash emacs-s emacs-popup emacs-list-utils emacs-iedit))
(home-page "https://github.com/Wilfred/emacs-refactor/")
(synopsis "Language-specific refactoring in Emacs")
(description "Emacs Refactor (EMR) is a framework for providing
@@ -26550,9 +26177,7 @@ a variety of languages, including elisp itself.")
(arguments
`(#:exclude '("flyspell-correct-avy-menu\\.el")))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-ivy" ,emacs-ivy)
- ("emacs-popup" ,emacs-popup)))
+ (list emacs-helm emacs-ivy emacs-popup))
(home-page "https://github.com/d12frosted/flyspell-correct")
(synopsis "Correcting words with flyspell via custom interfaces")
(description
@@ -26606,10 +26231,7 @@ contains a track position, playback will start at the specified position.")
"1hsfkkm3ykdf7n8a6k0mpzilhjpy7vllwrl2s4rfb9mhnaq5yb8y"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-request" ,emacs-request)
- ("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)
- ("emacs-org" ,emacs-org)))
+ (list emacs-request emacs-s emacs-dash emacs-org))
(home-page "https://github.com/ahungry/org-jira")
(synopsis "Syncing between Jira and Org-mode")
(description
@@ -26812,7 +26434,7 @@ contrast and few colors.")
(base32 "128hdmf0jkzr12fv2r6z349qiwba6q97hsb6b1n2qlhi0v5v3mfh"))))
(build-system emacs-build-system)
(native-inputs
- `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (list emacs-ert-runner))
(arguments
`(#:tests? #t
#:test-command '("ert-runner")
@@ -26928,7 +26550,7 @@ and it should work well with 256 color terminals.")
(base32 "0f2a360h8bizvqk6bmgxm59g8n7id5rzwlbv6d383h15w298mcga"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-pkg-info" ,emacs-pkg-info)))
+ (list emacs-pkg-info))
(home-page
"https://github.com/elixir-editors/emacs-elixir")
(synopsis "Major mode for editing Elixir files")
@@ -27107,7 +26729,7 @@ such as:
(string-append "\"" (which "cpplint") "\"")))
#t)))))
(inputs
- `(("cpplint" ,cpplint)))
+ (list cpplint))
(propagated-inputs
`(("flycheck-mode" ,emacs-flycheck)))
(synopsis "Google C++ checker for Flycheck")
@@ -27206,11 +26828,9 @@ other @code{helm-type-file} sources such as @code{helm-locate}.")
(lambda _ (chdir ".."))))
#:test-target "test"))
(inputs
- `(("tdlib" ,tdlib)
- ("libappindicator" ,libappindicator)))
+ (list tdlib libappindicator))
(native-inputs
- `(("python" ,python)
- ("pkg-config" ,pkg-config)))
+ (list python pkg-config))
(home-page "https://zevlg.github.io/telega.el/")
(synopsis "Server process of Telega")
(description "Telega-server is helper program to interact with Telegram
@@ -27257,13 +26877,11 @@ service, and connect it with Emacs via inter-process communication.")
(string-append (elpa-directory (assoc-ref outputs "out"))
"/etc"))))))))
(inputs
- `(("emacs-telega-server" ,emacs-telega-server)
- ("ffmpeg" ,ffmpeg)))
+ (list emacs-telega-server ffmpeg))
(native-inputs '())
(propagated-inputs
- `(("emacs-visual-fill-column" ,emacs-visual-fill-column)
- ("emacs-company" ,emacs-company)
- ("emacs-rainbow-identifiers" ,emacs-rainbow-identifiers)))
+ (list emacs-visual-fill-column emacs-company
+ emacs-rainbow-identifiers))
(synopsis "GNU Emacs client for the Telegram messenger")
(description "Telega is a full-featured, unofficial GNU Emacs-based client
for the Telegram messaging platform.")))
@@ -27283,11 +26901,8 @@ for the Telegram messaging platform.")))
(inputs '())
(native-inputs '())
(propagated-inputs
- `(("emacs-alert" ,emacs-alert)
- ("emacs-all-the-icons" ,emacs-all-the-icons)
- ("emacs-dashboard" ,emacs-dashboard)
- ("emacs-telega" ,emacs-telega)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-alert emacs-all-the-icons emacs-dashboard emacs-telega
+ emacs-transient))
(synopsis "Contributed packages to Telega")
(description "Telega-contrib is a collection of third-party
contributed packages to Telega.")))
@@ -27308,11 +26923,9 @@ contributed packages to Telega.")))
(build-system emacs-build-system)
(arguments
`(#:test-command '("ert-runner")))
- (native-inputs `(("emacs-ert-runner" ,emacs-ert-runner)))
+ (native-inputs (list emacs-ert-runner))
(propagated-inputs
- `(("emacs-all-the-icons" ,emacs-all-the-icons)
- ("emacs-dash" ,emacs-dash)
- ("emacs-shrink-path" ,emacs-shrink-path)))
+ (list emacs-all-the-icons emacs-dash emacs-shrink-path))
(synopsis "Fancy and fast mode-line inspired by minimalism design")
(description "Doom modeline is a complete modeline for GNU Emacs inspired
by the Doom theme collection. This modeline features support for mode-specific
@@ -27377,8 +26990,7 @@ replicate some of the features of the Doom modeline package.")
(base32 "0y0sdjixaxvywrlp2sw51wnczhk51q1svl5aghbk9rkxpwv9ys9v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash emacs-s))
(home-page "https://github.com/davidshepherd7/frames-only-mode")
(synopsis "Use frames instead of Emacs windows")
(description
@@ -27426,9 +27038,7 @@ with a preconfigured set of keys.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)
- ("emacs-dash" ,emacs-dash)
- ("emacs-f" ,emacs-f)))
+ (list emacs-s emacs-dash emacs-f))
(home-page "https://gitlab.com/bennya/shrink-path.el")
(synopsis "Fish-style path truncation in emacs-lisp")
(description "This package provides utility functions that allow for
@@ -27498,7 +27108,7 @@ buffer-exposing commands.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(home-page "https://github.com/4DA/eshell-toggle")
(synopsis "Show and hide an @code{eshell} instance")
(description "This package toggles an @code{eshell} instance for the
@@ -27521,7 +27131,7 @@ current buffer.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-fullframe" ,emacs-fullframe)))
+ (list emacs-fullframe))
(home-page "https://git.sr.ht/~tomterl/repl-toggle")
(synopsis "Switch to and from current major mode's REPL")
(description "This package provides a function to switch to and from a
@@ -27557,12 +27167,9 @@ REPL appropriate to the current major mode.")
(lambda _
(invoke "make" "lib"))))))
(inputs
- `(("librime" ,librime)
- ("rime-data" ,rime-data)))
+ (list librime rime-data))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-popup" ,emacs-popup)
- ("emacs-posframe" ,emacs-posframe)))
+ (list emacs-dash emacs-popup emacs-posframe))
(home-page "https://github.com/DogLooksGood/emacs-rime")
(synopsis "Rime input method in Emacs")
(description
@@ -27610,8 +27217,7 @@ display of major and minor modes in the mode line.")
"1np1f51hc3phkl5w02a9a79gl38ra2d535i784fn4pqaasvm0rq8"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-dash" ,emacs-dash)))
+ (list emacs-ivy emacs-dash))
(synopsis "Browse anything in Org mode")
(description "This package allows Org items to be accessed via the Ivy
interface.")
@@ -27631,8 +27237,7 @@ interface.")
(base32 "0b498qzaydjrhplx4d7zcrs883dlrhfiz812sv4m3pmhfwifcchh"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-posframe" ,emacs-posframe)))
+ (list emacs-ivy emacs-posframe))
(home-page "https://github.com/tumashu/ivy-posframe")
(synopsis "Pop a posframe (a child frame) to show Ivy candidates")
(description
@@ -27701,9 +27306,7 @@ can specify how popup-displaying functions occupy the screen.")
(base32 "0i1ylvw7p46pkf3yyyzcdmdhsspzymnnnvx8s0i7vynngr5x0vzh"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-popup" ,emacs-popup)
- ("emacs-pos-tip" ,emacs-pos-tip)
- ("emacs-showtip" ,emacs-showtip)))
+ (list emacs-popup emacs-pos-tip emacs-showtip))
(home-page "https://www.emacswiki.org/emacs/download/sdcv.el")
(synopsis "Emacs interface for @code{sdcv}")
(description
@@ -27729,8 +27332,7 @@ translation using a tooltip or in a dedicated buffer.")
"0dkfd3lap2v7b4nckzv8v7hczmzwzhbl75haqkra107ln91ldbwc"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-lacarte" ,emacs-lacarte)))
+ (list emacs-helm emacs-lacarte))
(synopsis "Helm interface to @code{lacarte.el}")
(description "This package provides a Helm interface to
@code{lacarte.el}, a package that displays mode-specific commands as menu
@@ -27756,7 +27358,7 @@ items.")
"0x7d51a6ljl014zy7mi27vzcqqbcwg9z4drq29fr2ajk82mqhlgd"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(synopsis "Help functions for Eshell")
(description "This package provides a @code{run-help} function inspired
by @code{zsh} as well as @code{eldoc} support.")
@@ -27804,7 +27406,7 @@ within @code{isearch-mode}.")
"1limw82zd8jz3mhh9rqlmhj4cjhfgybs9argfjid1an3vpyhc85i"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(synopsis "Mount/unmount volumes in Linux via Helm")
(description "This package provides a Helm interface to run operations
on removable volumes in Linux.")
@@ -27829,7 +27431,7 @@ on removable volumes in Linux.")
"15frl618393bc891d0yi3mdxzvbq790a86vfvp3dyd5riz4ddg95"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-async" ,emacs-async)))
+ (list emacs-async))
(synopsis "Persistent save of @code{elisp} objects.")
(description "This package provides minor modes for saving Emacs session
data, including buffers, window configuration, variables, and more.")
@@ -27851,8 +27453,7 @@ data, including buffers, window configuration, variables, and more.")
(base32 "1xp2d42yvqkimb7a15bv89bj0124lljw9cb36g49m13d7ny4fafn"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-a" ,emacs-a)
- ("emacs-parseclj" ,emacs-parseclj)))
+ (list emacs-a emacs-parseclj))
(home-page "https://cider.mx")
(synopsis "EDN parser for Emacs Lisp")
(description
@@ -27874,7 +27475,7 @@ It uses parseclj's shift-reduce parser internally.")
(sha256
(base32 "0n0m3xc2dawgdhb68zznpsbzbbvf9fwgf9v8pzzwa2jncgi1yhh0"))))
(build-system emacs-build-system)
- (propagated-inputs `(("emacs-a" ,emacs-a)))
+ (propagated-inputs (list emacs-a))
(home-page "https://cider.mx")
(synopsis "Clojure parser for Emacs Lisp")
(description
@@ -27922,8 +27523,7 @@ or simply disable the mode-line in buffers where it is not very useful.")
"0vfn4smqba1vsshz48ggkj8gs94la0sxb1sq4shrb41qj2x3dci7"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-cider" ,emacs-cider)))
+ (list emacs-helm emacs-cider))
(synopsis "Helm interface to Clojure's CIDER")
(description "Helm-CIDER adds Helm interfaces to
@command{cider-apropos}, @command{cider-apropos-documentation},
@@ -27952,7 +27552,7 @@ It also provides original Helm commands: @command{helm-cider-spec},
"1xp2hjhn52k6l1g6ypva6dsklpawni7gvjafbz6404f9dyxflh7l"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-peg" ,emacs-peg)))
+ (list emacs-peg))
(synopsis "Read and write EDN from Elisp")
(description "This is an Emacs Lisp library for reading and writing the
data format @code{edn}. See @url{https://github.com/edn-format/edn}.")
@@ -27975,8 +27575,7 @@ data format @code{edn}. See @url{https://github.com/edn-format/edn}.")
"015b8zxh91ljhqvn6z43gy08di54xcw9skw0i7frj3d7gk984qhl"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)
- ("emacs-edn" ,emacs-edn)))
+ (list emacs-helm emacs-edn))
(synopsis "Search help on clojuredocs.org with Helm")
(description "This package provides a Helm interface to lookup Clojure
documentation on @url{https://clojuredocs.org} with Helm.
@@ -28007,7 +27606,7 @@ pattern guessed from thing under current cursor position.
"01lh1df0bnas1p7xlqc4i1jd67f8lxgq0q2zsvx10z8828i76j3v"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(synopsis "Convenient related-buffer selection for Emacs Helm")
(description "Helm Selector is a collection of Helm helper functions for
convenient buffer selection.
@@ -28039,9 +27638,9 @@ used for the creation of a new buffer of mode X.")
"0msj7nbsb363pxamxi7n2z08cp5jizkpjbwia8f5a161wjglrihs"))))
(build-system emacs-build-system)
(inputs
- `(("wordnet" ,wordnet)))
+ (list wordnet))
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -28078,7 +27677,7 @@ Wordnet.")
(base32 "0v0wm1x11r1h9p139c5rl0r4s5q6092bmwrsnr2140ddbq34mnvy"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm" ,emacs-helm)))
+ (list emacs-helm))
(home-page "https://github.com/brotzeit/helm-xref")
(synopsis "Helm interface for @code{xref}")
(description "This package provides a Helm interface for selecting
@@ -28104,7 +27703,7 @@ Wordnet.")
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(synopsis "Major mode for editing Mercury files")
(description
"Major mode for editing Mercury files. This is a rewrite of the original
@@ -28170,7 +27769,7 @@ window.")
(base32 "146qpiigz12zp1823ggxfrx090g0mxs7gz1ba7sa0iq6ibgzwwm9"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(home-page "https://elpa.gnu.org/packages/company-ebdb.html")
(synopsis "Company completion backend for EBDB in Message mode")
(description "@code{company-ebdb} provides Company mode integration for
@@ -28284,7 +27883,7 @@ the current buffer.")
(base32 "11zpqwh1mlfifbgnvhc63bvnhg340jgxssm3m43hr1sxsyb52lh6"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-switch-buffer-functions" ,emacs-switch-buffer-functions)))
+ (list emacs-switch-buffer-functions))
(home-page "https://gitlab.com/jgkamat/erc-scrolltoplace")
(synopsis "ERC module to replace scrolltobottom while using keep-place")
(description "@code{erc-scrolltoplace} is an ERC module to try
@@ -28431,7 +28030,7 @@ fontifications.")
(base32 "08zb7vc3v3wdxkzgi902vlc5ybfvm8fxrvm5drnwfsjj9873pbcb"))))
(build-system emacs-build-system)
(inputs
- `(("sqlite" ,sqlite)))
+ (list sqlite))
(arguments
`(#:phases
(modify-phases %standard-phases
@@ -28511,7 +28110,7 @@ variables.")
(base32 "1rhf2hr345953mkn52i58aiq8j16ps2ckapd5f7jxmhkcpzxxfhk"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(home-page "https://github.com/dunn/company-emoji/")
(synopsis "Company completion back-end for emoji")
(description
@@ -28546,7 +28145,7 @@ emoji.")
("exiftool-executable"
(search-input-file inputs "/bin/exiftool"))))))))
(inputs
- `(("perl-image-exiftool" ,perl-image-exiftool)))
+ (list perl-image-exiftool))
(home-page "https://git.systemreboot.net/exiftool.el/about/")
(synopsis "Elisp wrapper around ExifTool")
(description "@code{emacs-exiftool} is an Elisp wrapper around ExifTool.
@@ -28692,8 +28291,7 @@ a @samp{date} keywords, and optionally, a @samp{filetags} keyword.")
(substitute* "Makefile"
(("/bin/rm") (which "rm"))))))))
(native-inputs
- `(("emacs-minimal" ,emacs-minimal)
- ("ruby" ,ruby)))
+ (list emacs-minimal ruby))
(home-page "https://github.com/skk-dev/ddskk")
(synopsis "Simple Kana to Kanji conversion program")
(description
@@ -28706,7 +28304,7 @@ conversion program}, a Japanese input method on Emacs.")
(inherit emacs-ddskk)
(name "emacs-ddskk-nicola")
(propagated-inputs
- `(("emacs-ddskk" ,emacs-ddskk)))
+ (list emacs-ddskk))
(arguments
`(#:make-flags
(let ((out (assoc-ref %outputs "out")))
@@ -28785,7 +28383,7 @@ conventions.")
(copy-recursively "snippets/haskell-mode" snippets)
#t))))))
(propagated-inputs
- `(("emacs-yasnippet" ,emacs-yasnippet)))
+ (list emacs-yasnippet))
(home-page "https://github.com/haskell/haskell-snippets")
(synopsis "Official collection of YASnippet Haskell snippets for Emacs")
(description "Haskell-Snippets is a collection of YASnippet Haskell
@@ -28838,16 +28436,16 @@ snippets for Emacs.")
(install-file "org-roam.info"
(string-append out "/share/info")))))))))
(inputs
- `(("graphviz" ,graphviz)))
+ (list graphviz))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-emacsql-sqlite3" ,emacs-emacsql-sqlite3)
- ("emacs-f" ,emacs-f)
- ("emacs-magit" ,emacs-magit)
- ("emacs-org" ,emacs-org)
- ("emacs-s" ,emacs-s)))
+ (list emacs-dash
+ emacs-emacsql-sqlite3
+ emacs-f
+ emacs-magit
+ emacs-org
+ emacs-s))
(home-page "https://github.com/org-roam/org-roam/")
(synopsis "Non-hierarchical note-taking with Org mode")
(description "Emacs Org Roam is a solution for taking non-hierarchical
@@ -28872,9 +28470,7 @@ personal wiki.")
(base32 "1d09y923d9n5v7m201myba85m4064s2hdy3pgzssy70mjncg3m1g"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-helm-bibtex" ,emacs-helm-bibtex)
- ("emacs-org-ref" ,emacs-org-ref)
- ("emacs-org-roam" ,emacs-org-roam)))
+ (list emacs-helm-bibtex emacs-org-ref emacs-org-roam))
(home-page "https://github.com/org-roam/org-roam-bibtex")
(synopsis "Connector between Org Roam, BibTeX-completion, and Org Ref")
(description
@@ -28898,10 +28494,9 @@ opening Org Ref's @code{cite:} links.")
(base32
"0z2frp5mn3lp2xskwanw2rncrwa50x3aphy87vfxmhx4fqlqrzy8"))))
(inputs
- `(("emacs-cort" ,emacs-cort)
- ("emacs-with-simulated-input" ,emacs-with-simulated-input)))
+ (list emacs-cort emacs-with-simulated-input))
(propagated-inputs
- `(("emacs-mustache" ,emacs-mustache)))
+ (list emacs-mustache))
(arguments
;; FIXME: Tests fail with "Wrong type argument: sequencep, :equal". It
;; seems to be an issue with Cort library.
@@ -29031,9 +28626,9 @@ restore that occurrence of the placeholder and move to the next.")
(basic-save-buffer)))
#t))))))
(inputs
- `(("plantuml" ,plantuml)))
+ (list plantuml))
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)))
+ (list emacs-dash))
(build-system emacs-build-system)
(home-page "https://github.com/skuro/plantuml-mode")
(synopsis "Major mode for editing PlantUML sources")
@@ -29057,7 +28652,7 @@ or region and use of locally installed binaries.")
"02q531c9wvdwflhggflnci4a36h2bb90bq25bbhw6i2lvrd9sk55"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(arguments
`(#:tests? #t
#:test-command '("emacs" "-Q" "-batch" "-L" "."
@@ -29170,7 +28765,7 @@ you use some other configuration.")
(base32 "0yv38bqdp6b614lbj4v408vv5mlic3vs1v7266xrfxm1cm903apj"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-transient" ,emacs-transient)))
+ (list emacs-transient))
(home-page "https://github.com/TatriX/tshell")
(synopsis "Experimental buffer-oriented Emacs shell")
(description
@@ -29225,9 +28820,7 @@ arbitrary Emacs Lisp objects.")
'("csound-font-lock.el"))
#t)))))
(inputs
- `(("emacs-highlight" ,emacs-highlight)
- ("emacs-multi" ,emacs-multi)
- ("emacs-shut-up" ,emacs-shut-up)))
+ (list emacs-highlight emacs-multi emacs-shut-up))
(home-page "https://github.com/hlolli/csound-mode")
(synopsis "Emacs major mode for coding in CSound")
(description "Provides both a basic major mode for editing
@@ -29311,7 +28904,7 @@ picked up when copy-pasting text from buffer to buffer.")
(copy-recursively "assets" assets)
#t))))))
(propagated-inputs
- `(("emacs-xmlgen" ,emacs-xmlgen)))
+ (list emacs-xmlgen))
(home-page "https://sr.ht/~brettgilio/org-webring")
(synopsis "Generate webrings for Org-based sites / blogs")
(description "Org-webring is an alternative implementation of a
@@ -29360,7 +28953,7 @@ in other major modes. Links can be opened and edited like in Org mode.")
"1nvwbwl26z03963g9c82b3ggm39r95z1vp7c9qsa9mjm46dyq27w"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-htmlize" ,emacs-htmlize)))
+ (list emacs-htmlize))
(home-page "https://git.sr.ht/~technomancy/scpaste")
(synopsis "Emacs-based static HTML pastebin")
(description "This library will place an HTML copy of a
@@ -29386,8 +28979,7 @@ publicly-accessible HTTP server.")
"118cgw5lsffqdqz95mnkw36mmnsbg9m52r2np4m7v14mjjwr9fby"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)
- ("emacs-s" ,emacs-s)))
+ (list emacs-company emacs-s))
(home-page "https://github.com/TheBB/company-reftex")
(synopsis "RefTeX backends for company-mode")
(description "This package provides company-mode backends for completing
@@ -29412,7 +29004,7 @@ included with Emacs.")
"13kdwi4d1pvba6wv9yn1s0dl4cnq61zwf3j647d1s5ybqlrw5f4r"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-company" ,emacs-company)))
+ (list emacs-company))
(home-page "https://github.com/xenodium/company-org-block")
(synopsis "Emacs @code{company-complete} for Org blocks")
(description
@@ -29705,7 +29297,7 @@ commands, in particular @code{find-definition}.")
(base32 "1vaikknjzmhpszyi4yxjjkp1ihgmhpbnbx1s5pjy4mnhl1ibi33b"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-map" ,emacs-map)))
+ (list emacs-map))
(home-page "https://github.com/alphapapa/burly.el")
(synopsis "Save and restore frame/window configurations with buffers")
(description "This package provides tools to save and restore frame and
@@ -29753,8 +29345,7 @@ rules about where space should be left to separate words and parentheses.")
(base32 "0b9hf20iah3ym2d4kz67k0kb48dq0442zxw4zmc03zg3sxfdxh0x"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-dash" ,emacs-dash)
- ("emacs-transient" ,emacs-transient)))
+ (list emacs-dash emacs-transient))
(home-page "https://github.com/MaximeWack/seriesTracker")
(synopsis "Keep track of the TV shows you watch from Emacs")
(description
@@ -29795,9 +29386,9 @@ released, and track their progress in watching a series.")
"tests/integration/test-webpaste-providers.el")
(("describe") "xdescribe")))))))
(native-inputs
- `(("emacs-buttercup" ,emacs-buttercup)))
+ (list emacs-buttercup))
(propagated-inputs
- `(("emacs-request" ,emacs-request)))
+ (list emacs-request))
(home-page "https://github.com/etu/webpaste.el")
(synopsis "Paste to pastebin-like services")
(description "This mode pastes whole buffers or parts of buffers
@@ -29830,10 +29421,7 @@ and preferred services can easily be configured.")
'("emacs" "--no-init-file" "--batch"
"--eval=(require 'ecukes)" "--eval=(ecukes)")))
(native-inputs
- `(("emacs-ecukes" ,emacs-ecukes)
- ("emacs-espuds" ,emacs-espuds)
- ("emacs-undercover" ,emacs-undercover)
- ("openjdk" ,openjdk9)))
+ (list emacs-ecukes emacs-espuds emacs-undercover openjdk9))
(propagated-inputs
`(("emacs-origami" ,emacs-origami-el)
("emacs-s" ,emacs-s)))
@@ -29857,8 +29445,7 @@ and preferred services can easily be configured.")
(base32 "1q5caxm4rnh4jy5n88dhkdbx1afsshmfki5dl8xsqbdb3y0zq7yi"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-avy" ,emacs-avy)))
+ (list emacs-ivy emacs-avy))
(home-page "https://github.com/abo-abo/swiper")
(synopsis "Avy integration for Ivy")
(description
@@ -29891,7 +29478,7 @@ and preferred services can easily be configured.")
(rename-file f (basename f)))
el-files)))))))
(native-inputs
- `(("texinfo" ,texinfo)))
+ (list texinfo))
(home-page "https://github.com/minad/vertico")
(synopsis "Vertical interactive completion")
(description
@@ -29938,8 +29525,7 @@ files, providing syntax highlighting and indentation rules.")
(base32 "06rln9bnq5hli5rqlm47fb68b8llpqrmzwqqv4rn7mx3854i9a5x"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-ivy" ,emacs-ivy)
- ("emacs-hydra" ,emacs-hydra)))
+ (list emacs-ivy emacs-hydra))
(home-page "https://github.com/abo-abo/swiper")
(synopsis "Additional key bindings for Ivy")
(description
@@ -29964,7 +29550,7 @@ shorter than usual, using mostly unprefixed keys.")
"0507acyr9h4646scx316niq27vir6hl2gsgz7wdbiw0cb2drfkd1"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-yaml-mode" ,emacs-yaml-mode)))
+ (list emacs-yaml-mode))
(home-page "https://github.com/tom-tan/cwl-mode")
(synopsis "Emacs mode for @acronym{CWL, Common Workflow Language} files")
(description "This package provides a major mode for editing
@@ -30027,7 +29613,7 @@ to the @url{https://multitran.com} online dictionary.")
(base32 "0ky167xh1hrmqsldybzjhyqjizgjzs1grn5mf8sm2j9qwcvjw2zv"))))
(build-system emacs-build-system)
(propagated-inputs
- `(("emacs-s" ,emacs-s)))
+ (list emacs-s))
(home-page "http://www.github.com/brunchboy/kibit-helper")
(synopsis "Use the Kibit Leiningen plugin from Emacs")
(description