aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-01-17 10:48:58 -0800
committerGravatar Tom Willemse2026-01-17 12:09:25 -0800
commit1d1bddee77c43d04ea474f3e0c4d7cfa6b5712bb (patch)
tree9bd8512cc62ddba7b91bdce96a5c0b160b3245d3
parent6ee7b2f0f5be8609374e290b326528d7c0968c80 (diff)
downloadnew-dotfiles-1d1bddee77c43d04ea474f3e0c4d7cfa6b5712bb.tar.gz
new-dotfiles-1d1bddee77c43d04ea474f3e0c4d7cfa6b5712bb.zip
Reformat emacs packages module
-rw-r--r--oni/packages/emacs.scm506
1 files changed, 258 insertions, 248 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm
index 45f4a3c..03aecbc 100644
--- a/oni/packages/emacs.scm
+++ b/oni/packages/emacs.scm
@@ -6,6 +6,7 @@
#:select (gexp))
#:use-module (guix git-download)
#:use-module (guix build-system emacs)
+ #:use-module (guix build-system tree-sitter)
#:use-module ((guix licenses) #:prefix license:)
#:use-module ((gnu packages emacs)
#:select (emacs-next))
@@ -17,78 +18,78 @@
#:use-module (gnu packages ruby)
#:use-module (gnu packages tree-sitter)
#:use-module (rosenthal packages tree-sitter)
- #:use-module (guix build-system tree-sitter))
+ )
(define-public emacs-ace-link-notmuch
(let ((commit "fb09673881ef0f7b7ad744c576a19f578df7c51d")
(revision "0"))
(package
- (name "emacs-ace-link-notmuch")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://git.sr.ht/~ryuslash/ace-link-notmuch")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "1wpdimvwkrbic0hybsp5pqaql066yvl1aar37fr5kcm19gbgvcf6"))
- (file-name (git-file-name name version))))
- (propagated-inputs
+ (name "emacs-ace-link-notmuch")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://git.sr.ht/~ryuslash/ace-link-notmuch")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "1wpdimvwkrbic0hybsp5pqaql066yvl1aar37fr5kcm19gbgvcf6"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
(list emacs-ace-link))
- (build-system emacs-build-system)
- (synopsis "ace-link functionality for notmuch")
- (description
- "ace-link functionality for notmuch")
- (license license:gpl3+)
- (home-page "https://sr.ht/~ryuslash/ace-link-notmuch/"))))
+ (build-system emacs-build-system)
+ (synopsis "ace-link functionality for notmuch")
+ (description
+ "ace-link functionality for notmuch")
+ (license license:gpl3+)
+ (home-page "https://sr.ht/~ryuslash/ace-link-notmuch/"))))
(define-public emacs-bats
(let ((commit "d519f7c89f5ae17dfc33400596df4564b478315f")
(revision "0"))
(package
- (name "emacs-bats")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/dougm/bats-mode")
- (commit commit)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "1ikb4rb20ng1yq95g3ydwpk37axmiw38rjzn1av9m4cs81qby4jv"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/dougm/bats-mode")
- (synopsis "Emacs mode for editing and running Bats tests")
- (description "bats-mode is an Emacs mode for editing and running Bats tests.
+ (name "emacs-bats")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/dougm/bats-mode")
+ (commit commit)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ikb4rb20ng1yq95g3ydwpk37axmiw38rjzn1av9m4cs81qby4jv"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/dougm/bats-mode")
+ (synopsis "Emacs mode for editing and running Bats tests")
+ (description "bats-mode is an Emacs mode for editing and running Bats tests.
bats-mode derives from the bash flavor of sh-mode, adding font-lock for bats
keywords.")
- (license license:gpl2+))))
+ (license license:gpl2+))))
(define-public emacs-circe-serenity
(let ((commit "6dbc0944755b198c923689c33e7287e444f6a310")
(revision "0"))
(package
- (name "emacs-circe-serenity")
- (version (git-version "0.0.1" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/ryuslash/circe-serenity.git")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "05fpbvqx6ii8kypv880j3mdc8kql7k16dcs42vpaaabjwn3kv4kn"))
- (file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-circe" ,emacs-circe)))
- (synopsis "Someone's idea of a more serene Circe configuration")
- (description "A configuration for Circe")
- (license license:gpl3)
- (home-page "https://github.com/ryuslash/circe-serenity"))))
+ (name "emacs-circe-serenity")
+ (version (git-version "0.0.1" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/ryuslash/circe-serenity.git")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "05fpbvqx6ii8kypv880j3mdc8kql7k16dcs42vpaaabjwn3kv4kn"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-circe" ,emacs-circe)))
+ (synopsis "Someone's idea of a more serene Circe configuration")
+ (description "A configuration for Circe")
+ (license license:gpl3)
+ (home-page "https://github.com/ryuslash/circe-serenity"))))
(define-public emacs-docstr
(let ((commit "4a991860c1259657c07c726bc482c97a1f597394")
@@ -99,8 +100,8 @@ keywords.")
(source
(origin
(uri (git-reference
- (url "https://github.com/emacs-vs/docstr")
- (commit commit)))
+ (url "https://github.com/emacs-vs/docstr")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -118,30 +119,30 @@ strings into code.")
(define-public emacs-eldoc-cmake
(package
- (name "emacs-eldoc-cmake")
- (version "20190419.2244")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "https://melpa.org/packages/eldoc-cmake-"
- version
- ".el"))
- (sha256
- (base32
- "08qa4lp22pracwskjq1kqv6kjwfbgyjsjsxb8kv820ndz5ccwaik"))))
- (build-system emacs-build-system)
- (home-page
- "https://github.com/ikirill/eldoc-cmake")
- (synopsis "Eldoc support for CMake")
- (description
- "
+ (name "emacs-eldoc-cmake")
+ (version "20190419.2244")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/eldoc-cmake-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "08qa4lp22pracwskjq1kqv6kjwfbgyjsjsxb8kv820ndz5ccwaik"))))
+ (build-system emacs-build-system)
+ (home-page
+ "https://github.com/ikirill/eldoc-cmake")
+ (synopsis "Eldoc support for CMake")
+ (description
+ "
CMake eldoc support, using a pre-generated set of docstrings from
CMake's documentation source.
See function `eldoc-cmake-enable'.
")
- (license license:gpl3)))
+ (license license:gpl3)))
(define-public emacs-elisp-format
(let ((commit "03cc293eb2f78ec58fc1d84279af06816a04b979")
@@ -152,8 +153,8 @@ See function `eldoc-cmake-enable'.
(source
(origin
(uri (git-reference
- (url "https://github.com/Yuki-Inoue/elisp-format")
- (commit commit)))
+ (url "https://github.com/Yuki-Inoue/elisp-format")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -161,28 +162,30 @@ See function `eldoc-cmake-enable'.
(build-system emacs-build-system)
(home-page "https://github.com/Yuki-Inoue/elisp-format")
(synopsis "Format elisp code")
- (description "This package is format by itself, so you can view format effect.")
+ (description
+ "This package is format by itself, so you can view format effect.")
(license license:gpl3+))))
(define-public emacs-embrace
(package
- (name "emacs-embrace")
- (version "0.1.4")
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/cute-jumper/embrace.el")
- (commit version)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-expand-region" ,emacs-expand-region)))
- (home-page "https://github.com/cute-jumper/embrace.el")
- (synopsis "Add/Change/Delete pairs based on `expand-region', similar to `evil-surround'")
- (description "This package is heavily inspired by evil-surround (which is a port of the vim
+ (name "emacs-embrace")
+ (version "0.1.4")
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/cute-jumper/embrace.el")
+ (commit version)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1m0qyipkp5ydgcav8d0m58fbj1gilipbj7g8mg40iajr8wfqcjdc"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-expand-region" ,emacs-expand-region)))
+ (home-page "https://github.com/cute-jumper/embrace.el")
+ (synopsis
+ "Add/Change/Delete pairs based on `expand-region', similar to `evil-surround'")
+ (description "This package is heavily inspired by evil-surround (which is a port of the vim
plugin surround.vim). But instead of using evil and its text objects, this
package relies on another excellent package expand-region.
@@ -191,7 +194,7 @@ provides similar commands that can be found in evil-surround. Evil is absolutely
not required. For evil-surround users, embrace can make your evil-surround
commands even better! (Have you noticed that evil-surround doesn’t work on many
custom pairs?)")
- (license license:gpl3+)))
+ (license license:gpl3+)))
(define-public emacs-erefactor
(let ((commit "bfe27a1b8c7cac0fe054e76113e941efa3775fe8")
@@ -202,8 +205,8 @@ custom pairs?)")
(source
(origin
(uri (git-reference
- (url "https://github.com/mhayashi1120/Emacs-erefactor")
- (commit commit)))
+ (url "https://github.com/mhayashi1120/Emacs-erefactor")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -223,8 +226,8 @@ custom pairs?)")
(source
(origin
(uri (git-reference
- (url "git://code.ryuslash.org/eshell-fringe-status.git")
- (commit commit)))
+ (url "git://code.ryuslash.org/eshell-fringe-status.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -237,49 +240,49 @@ custom pairs?)")
(define-public emacs-flycheck-cask
(package
- (name "emacs-flycheck-cask")
- (version "0.4")
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/flycheck/flycheck-cask")
- (commit version)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-dash" ,emacs-dash)))
- (home-page "https://github.com/flycheck/flycheck-cask")
- (synopsis "Cask support for Flycheck")
- (description "Make Flycheck use Cask packages in Cask projects.")
- (license license:gpl3+)))
+ (name "emacs-flycheck-cask")
+ (version "0.4")
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/flycheck/flycheck-cask")
+ (commit version)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1wm5saf29gw0gp0qq5glf9qq3iras99npc2rip7bsnn0czr2mscy"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-flycheck" ,emacs-flycheck)
+ ("emacs-dash" ,emacs-dash)))
+ (home-page "https://github.com/flycheck/flycheck-cask")
+ (synopsis "Cask support for Flycheck")
+ (description "Make Flycheck use Cask packages in Cask projects.")
+ (license license:gpl3+)))
(define-public emacs-flycheck-posframe
(let ((commit "8f60c9bf124ab9597d681504a73fdf116a0bde12")
(revision "0"))
(package
- (name "emacs-flycheck-posframe")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/alexmurray/flycheck-posframe")
- (commit commit)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "0qh9hzvs95jvfrspglzkwhfq6a5pinab94bbh5vzkg8jc2fq6drf"))))
- (build-system emacs-build-system)
- (propagated-inputs
- `(("emacs-flycheck" ,emacs-flycheck)
- ("emacs-posframe" ,emacs-posframe)))
- (home-page "https://github.com/alexmurray/flycheck-posframe")
- (synopsis "Show flycheck errors via posframe.el")
- (description "Show flycheck errors via posframe.el")
- (license license:gpl3+))))
+ (name "emacs-flycheck-posframe")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/alexmurray/flycheck-posframe")
+ (commit commit)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qh9hzvs95jvfrspglzkwhfq6a5pinab94bbh5vzkg8jc2fq6drf"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-flycheck" ,emacs-flycheck)
+ ("emacs-posframe" ,emacs-posframe)))
+ (home-page "https://github.com/alexmurray/flycheck-posframe")
+ (synopsis "Show flycheck errors via posframe.el")
+ (description "Show flycheck errors via posframe.el")
+ (license license:gpl3+))))
(define-public emacs-flycheck-relint
(let ((commit "84b66d364ba583c1d5173a326997d11c6946b463")
@@ -290,8 +293,8 @@ custom pairs?)")
(source
(origin
(uri (git-reference
- (url "https://github.com/purcell/flycheck-relint")
- (commit commit)))
+ (url "https://github.com/purcell/flycheck-relint")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -303,7 +306,8 @@ custom pairs?)")
`(("emacs-flycheck" ,emacs-flycheck)
("emacs-relint" ,emacs-relint)))
(home-page "https://github.com/purcell/flycheck-relint")
- (synopsis "Flycheck integration for `relint`, which checks regexps in emacs lisp")
+ (synopsis
+ "Flycheck integration for `relint`, which checks regexps in emacs lisp")
(description "This library provides a Flycheck checker for rx and string regular expressions
in Emacs Lisp files, using relint.")
(license license:gpl3+))))
@@ -317,8 +321,8 @@ in Emacs Lisp files, using relint.")
(source
(origin
(uri (git-reference
- (url "https://github.com/roman/golden-ratio.el.git")
- (commit commit)))
+ (url "https://github.com/roman/golden-ratio.el.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -343,8 +347,8 @@ the way, but at the same time will be readable enough to know it's content.")
(source
(origin
(uri (git-reference
- (url "https://github.com/jdtsmith/indent-bars")
- (commit (string-append "v" version))))
+ (url "https://github.com/jdtsmith/indent-bars")
+ (commit (string-append "v" version))))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -366,8 +370,8 @@ the way, but at the same time will be readable enough to know it's content.")
(source
(origin
(uri (git-reference
- (url "https://gitlab.com/emacs-stuff/indent-tools.git")
- (commit commit)))
+ (url "https://gitlab.com/emacs-stuff/indent-tools.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -398,8 +402,8 @@ text.")
(source
(origin
(uri (git-reference
- (url "https://git.sr.ht/~ryuslash/inkplatel")
- (commit commit)))
+ (url "https://git.sr.ht/~ryuslash/inkplatel")
+ (commit commit)))
(method git-fetch)
(sha256
(base32 "0mqnpf4vrzn3013pcwcr9150k4jy4klrdg0pd3amhg2y25054w4s"))
@@ -414,24 +418,24 @@ text.")
(define-public emacs-insert-char-preview
(let ((commit "0e4a62b5407fb1bed8920a4c13cf9a91065e15ad")
(revision "0"))
- (package
- (name "emacs-insert-char-preview")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://gitlab.com/matsievskiysv/insert-char-preview")
- (commit commit)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "0cqc23y9n63a7kl2p1zrfcsxnclfxcszfmbh2hmbrs6q05ys0kzg"))))
- (build-system emacs-build-system)
- (home-page "https://gitlab.com/matsievskiysv/insert-char-preview")
- (synopsis "Insert Unicode char")
- (description "Insert Unicode char via insert-char-preview similar to insert-char command, but
+ (package
+ (name "emacs-insert-char-preview")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://gitlab.com/matsievskiysv/insert-char-preview")
+ (commit commit)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0cqc23y9n63a7kl2p1zrfcsxnclfxcszfmbh2hmbrs6q05ys0kzg"))))
+ (build-system emacs-build-system)
+ (home-page "https://gitlab.com/matsievskiysv/insert-char-preview")
+ (synopsis "Insert Unicode char")
+ (description "Insert Unicode char via insert-char-preview similar to insert-char command, but
with character preview in completion prompt.")
- (license license:gpl3+))))
+ (license license:gpl3+))))
(define-public emacs-nginx-mode
(let ((commit "de0519941ee235dcd1587f6aab68152285e1aaaa")
@@ -443,8 +447,8 @@ with character preview in completion prompt.")
(origin
(method git-fetch)
(uri (git-reference
- (url "git://ryuslash.org/nginx-mode.git")
- (commit commit)))
+ (url "git://ryuslash.org/nginx-mode.git")
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1nqyz2mkhvm8ixgxla93nfmxqn0qs8vx7ma598kmyp292b3k9whr"))))
@@ -494,8 +498,8 @@ To setup nroam for all org-roam buffers, evaluate the following:
(source
(origin
(uri (git-reference
- (url "https://github.com/jdtsmith/outli")
- (commit (string-append "v" version))))
+ (url "https://github.com/jdtsmith/outli")
+ (commit (string-append "v" version))))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -518,8 +522,8 @@ key features.")
(source
(origin
(uri (git-reference
- (url "https://github.com/bharadswami/syncthing-status.el.git")
- (commit commit)))
+ (url "https://github.com/bharadswami/syncthing-status.el.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -528,7 +532,8 @@ key features.")
(list emacs-request))
(build-system emacs-build-system)
(home-page "https://github.com/bharadswami/syncthing-status.el")
- (synopsis "Elisp to quickly get sync status of folders and devices on Syncthing")
+ (synopsis
+ "Elisp to quickly get sync status of folders and devices on Syncthing")
(description "Elisp to quickly get sync status of folders and devices on Syncthing. Uses the
Syncthing REST API and request package to get this data and display it in an
Emacs buffer.")
@@ -541,8 +546,8 @@ Emacs buffer.")
(source
(origin
(uri (git-reference
- (url "https://github.com/emacsorphanage/yafolding")
- (commit (string-append "v" version))))
+ (url "https://github.com/emacsorphanage/yafolding")
+ (commit (string-append "v" version))))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -556,30 +561,30 @@ Emacs buffer.")
(define-public emacs-yaml-imenu
(let ((commit "c1fbba8b03a7bef4fc2b87404914fa9c6eb67b55")
(revision "0"))
- (package
- (name "emacs-yaml-imenu")
- (version (git-version "1.0.3" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "https://github.com/knu/yaml-imenu.el")
- (commit commit)))
- (method git-fetch)
- (file-name (git-file-name name version))
- (sha256
- (base32 "1p5zyjj9hvqjfhyp68c04w6cxj5qh4psd4y8kafyrz3n05wimzl5"))))
- (build-system emacs-build-system)
- (inputs
- (list ruby
- emacs-yaml-mode))
- (home-page "https://github.com/knu/yaml-imenu.el")
- (synopsis "Enhancement for the imenu support in yaml-mode")
- (description "This package enhances the imenu support in yaml-mode. It generates an index
+ (package
+ (name "emacs-yaml-imenu")
+ (version (git-version "1.0.3" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "https://github.com/knu/yaml-imenu.el")
+ (commit commit)))
+ (method git-fetch)
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1p5zyjj9hvqjfhyp68c04w6cxj5qh4psd4y8kafyrz3n05wimzl5"))))
+ (build-system emacs-build-system)
+ (inputs
+ (list ruby
+ emacs-yaml-mode))
+ (home-page "https://github.com/knu/yaml-imenu.el")
+ (synopsis "Enhancement for the imenu support in yaml-mode")
+ (description "This package enhances the imenu support in yaml-mode. It generates an index
containing a full list of keys that contain any child, with key names in the
dot-separated path form like @code{jobs.build.docker} and
@code{ja.activerecord.attributes.user.nickname}. It shines best with
@code{which-function-mode} enabled.")
- (license license:bsd-2))))
+ (license license:bsd-2))))
(define-public emacs-yasnippet-capf
(let ((commit "40654214db7a44db3a99321447632b43a10fae57")
@@ -590,8 +595,8 @@ dot-separated path form like @code{jobs.build.docker} and
(source
(origin
(uri (git-reference
- (url "https://github.com/elken/yasnippet-capf.git")
- (commit commit)))
+ (url "https://github.com/elken/yasnippet-capf.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -601,7 +606,8 @@ dot-separated path form like @code{jobs.build.docker} and
(build-system emacs-build-system)
(home-page "https://github.com/elken/yasnippet-capf")
(synopsis "Completion-At-Point Extension for YASnippet")
- (description "A simple capf (Completion-At-Point Function) for completing yasnippet snippets.")
+ (description
+ "A simple capf (Completion-At-Point Function) for completing yasnippet snippets.")
(license license:gpl3))))
(define-public emacs-yoshi-theme
@@ -613,8 +619,8 @@ dot-separated path form like @code{jobs.build.docker} and
(source
(origin
(uri (git-reference
- (url "git://code.ryuslash.org/yoshi-theme.git")
- (commit commit)))
+ (url "git://code.ryuslash.org/yoshi-theme.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -637,8 +643,8 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
(source
(origin
(uri (git-reference
- (url "https://github.com/jd/naquadah-theme.git")
- (commit commit)))
+ (url "https://github.com/jd/naquadah-theme.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -658,8 +664,8 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
(source
(origin
(uri (git-reference
- (url "https://github.com/lewang/fic-mode.git")
- (commit commit)))
+ (url "https://github.com/lewang/fic-mode.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -681,17 +687,21 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/tree-sitter/tree-sitter-php")
- (commit commit)))
+ (url "https://github.com/tree-sitter/tree-sitter-php")
+ (commit commit)))
(file-name (git-file-name "tree-sitter-php" version))
- (sha256 (base32 "1y5blblzsr6f5hvmgfk49l45fx5lzbrr1p1jsx5cxzygf03r9lnz"))
+ (sha256
+ (base32 "1y5blblzsr6f5hvmgfk49l45fx5lzbrr1p1jsx5cxzygf03r9lnz"))
(snippet
- ((@@ (gnu packages tree-sitter) tree-sitter-delete-generated-files) '("php")))))
+ ((@@ (gnu packages tree-sitter)
+ tree-sitter-delete-generated-files)
+ '("php")))))
(build-system tree-sitter-build-system)
(arguments (list #:grammar-directories '("php")
#:tests? #f))
(synopsis "Tree-sitter PHP grammar")
- (description "This package provides a Tree-sitter PHP grammar for the Tree-sitter library.")
+ (description
+ "This package provides a Tree-sitter PHP grammar for the Tree-sitter library.")
(license license:expat))))
(define-public emacs-php-ts-mode
@@ -703,8 +713,8 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
(source
(origin
(uri (git-reference
- (url "https://github.com/emacs-php/php-ts-mode")
- (commit commit)))
+ (url "https://github.com/emacs-php/php-ts-mode")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -721,27 +731,27 @@ new-theme for a while. I couldn't think of a name so I named it after him.")
(define-public emacs-next-org-modern
(package
- (name "emacs-org-modern")
- (version "1.6-1")
- (source
+ (name "emacs-org-modern")
+ (version "1.6-1")
+ (source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/minad/org-modern")
- (commit version)))
+ (url "https://github.com/minad/org-modern")
+ (commit version)))
(sha256
(base32 "0a7viid1lrn02w1n4yjivjyssbd1qq850giqwnp3mrjf9adwzh2a"))
(file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (arguments (list #:emacs emacs-next))
- (propagated-inputs (list emacs-compat))
- (home-page "https://github.com/minad/org-modern")
- (synopsis "Modern Org style")
- (description
-"Org Modern implements a modern style for your Org buffers using font locking
+ (build-system emacs-build-system)
+ (arguments (list #:emacs emacs-next))
+ (propagated-inputs (list emacs-compat))
+ (home-page "https://github.com/minad/org-modern")
+ (synopsis "Modern Org style")
+ (description
+ "Org Modern implements a modern style for your Org buffers using font locking
and text properties. The package styles headlines, keywords, tables and
source blocks.")
- (license license:gpl3+)))
+ (license license:gpl3+)))
(define-public emacs-php-runtime
(package
@@ -751,8 +761,8 @@ source blocks.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/emacs-php/php-runtime.el.git")
- (commit "37beef404c70d7b80dc085b1ee1e13fd9c375fe6")))
+ (url "https://github.com/emacs-php/php-runtime.el.git")
+ (commit "37beef404c70d7b80dc085b1ee1e13fd9c375fe6")))
(file-name (git-file-name name version))
(sha256
(base32 "1sd65nhbcxr5r935z1ik3skz73kkpyr4r259nahn5gjvvww3if20"))))
@@ -777,8 +787,8 @@ short hand.")
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/emacs-php/phpstan.el.git")
- (commit "f4256e9f0b206a77b48da2df470c9ab0c48b4472")))
+ (url "https://github.com/emacs-php/phpstan.el.git")
+ (commit "f4256e9f0b206a77b48da2df470c9ab0c48b4472")))
(file-name (git-file-name name version))
(sha256
(base32 "0gj6i1szlb21k6ya2w3qzin6v0b9dx5yb5wrmrlshcal33k3p660"))))
@@ -814,8 +824,8 @@ https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.ht
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/emacs-php/phpstan.el.git")
- (commit "f4256e9f0b206a77b48da2df470c9ab0c48b4472")))
+ (url "https://github.com/emacs-php/phpstan.el.git")
+ (commit "f4256e9f0b206a77b48da2df470c9ab0c48b4472")))
(file-name (git-file-name name version))
(sha256
(base32 "0gj6i1szlb21k6ya2w3qzin6v0b9dx5yb5wrmrlshcal33k3p660"))))
@@ -841,8 +851,8 @@ flycheck-phpstan) (flycheck-mode t)) (add-hook php-mode-hook my-php-mode-setup).
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/meedstrom/indexed.git")
- (commit "1a0a8e2776cdc861ffbe9b49f99d5aac70c7d89a")))
+ (url "https://github.com/meedstrom/indexed.git")
+ (commit "1a0a8e2776cdc861ffbe9b49f99d5aac70c7d89a")))
(file-name (git-file-name name version))
(sha256
(base32 "1p1vpv2jjym107fc0xj3iiqqnxijd7n57kx3z9z7w1pahg346w4l"))))
@@ -884,19 +894,19 @@ README.md from the same repository for extended documentation.")
(define-public my-emacs-org-roam
(let ((commit "046822b512ffecdee7d110f73dd3a511802ca590")
(revision "0"))
- (package
- (inherit emacs-org-roam)
- (name "my-emacs-org-roam")
- (version (git-version "2.2.2" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/org-roam/org-roam")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0jbj48glh0r6fkb0lk1xb9067x2myp3krkw2byycijwdq1nlqzv2")))))))
+ (package
+ (inherit emacs-org-roam)
+ (name "my-emacs-org-roam")
+ (version (git-version "2.2.2" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/org-roam/org-roam")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0jbj48glh0r6fkb0lk1xb9067x2myp3krkw2byycijwdq1nlqzv2")))))))
(define-public emacs-eshell-atuin
(let ((commit "1ac4895529546839985c7f57c9858644f7be1e6a")
@@ -907,8 +917,8 @@ README.md from the same repository for extended documentation.")
(source
(origin
(uri (git-reference
- (url "https://github.com/SqrtMinusOne/eshell-atuin.git")
- (commit commit)))
+ (url "https://github.com/SqrtMinusOne/eshell-atuin.git")
+ (commit commit)))
(method git-fetch)
(file-name (git-file-name name version))
(sha256
@@ -935,8 +945,8 @@ This package provides functionality to store and browse eshell history in atuin.
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/konrad1977/flyover")
- (commit "0446b4289bd7a3f169f2ab8eb6f6fa0365322bab")))
+ (url "https://github.com/konrad1977/flyover")
+ (commit "0446b4289bd7a3f169f2ab8eb6f6fa0365322bab")))
(file-name (git-file-name name version))
(sha256
(base32 "0j7m3ma14q5gdlkhiq00f17v7sz8z7ddjv14hijxpmzqc2awrhyd"))))