diff options
| -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")) |
