diff options
| author | 2026-01-04 01:01:51 -0800 | |
|---|---|---|
| committer | 2026-01-04 01:01:51 -0800 | |
| commit | 9c230748cb93317729da6044b8e8113078c23b0b (patch) | |
| tree | fdba8cbd13f98a6258f1a8292b62fd62c1ee4ecc /oni | |
| parent | f63e8fb4c428ee515a7d879581c41eb8c75d2342 (diff) | |
| download | new-dotfiles-9c230748cb93317729da6044b8e8113078c23b0b.tar.gz new-dotfiles-9c230748cb93317729da6044b8e8113078c23b0b.zip | |
(oni packages emacs): Delete ‘emacs-yaml-pro’
It is also provided by the ‘(gnu packages emacs-xyz)’.
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/packages/emacs.scm | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/oni/packages/emacs.scm b/oni/packages/emacs.scm index e70bf1d..c1f3cf4 100644 --- a/oni/packages/emacs.scm +++ b/oni/packages/emacs.scm @@ -581,33 +581,6 @@ dot-separated path form like @code{jobs.build.docker} and @code{which-function-mode} enabled.") (license license:bsd-2)))) -(define-public emacs-yaml-pro - (package - (name "emacs-yaml-pro") - (version "0.3.4") - (source - (origin - (uri (git-reference - (url "https://github.com/zkry/yaml-pro") - (commit (string-append "v" version)))) - (method git-fetch) - (file-name (git-file-name name version)) - (sha256 - (base32 "0zz8cl400grdip8c2jl27sf4prysyg0rcp91kah6qghmns87f3z9")))) - (build-system emacs-build-system) - (propagated-inputs - (list emacs-yaml - tree-sitter-yaml)) - (home-page "https://github.com/zkry/yaml-pro") - (synopsis "Edit YAML in Emacs like a pro") - (description "yaml-pro is a package that provides conveniences for editing yaml. - -This package has been written to leverage tree-sitter parsing facilities, -allowing all of these actions to be performed fast and accurate, even in the -absence of parsing errors. The tree-sitter version is orders of magnitudes -faster and I highly recommend its usage if your Emacs version permits.") - (license license:gpl3+))) - (define-public emacs-yasnippet-capf (let ((commit "40654214db7a44db3a99321447632b43a10fae57") (revision "0")) |
