Move some packages from git to github type (#2957)

This commit is contained in:
Alex Ott 2024-09-22 10:38:12 +02:00 committed by GitHub
parent 2f3d2be393
commit cc6a66360c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 38 additions and 26 deletions

View File

@ -1,4 +1,6 @@
(:name ac-R
:description "Auto-completion-mode support for R"
:type git
:url "https://github.com/mlf176f2/ac-R")
:type github
:pkgname "mlf176f2/ac-R"
:depends (ess)
)

View File

@ -1,4 +1,6 @@
(:name durendal
:website "https://github.com/technomancy/durendal"
:description "A bucket of Emacs tricks for Clojure."
:type git :url "https://github.com/technomancy/durendal.git")
:type github
:pkgname "technomancy/durendal"
)

View File

@ -1,6 +1,6 @@
(:name "flymake-html-validator"
:description "Make flymake work with Validator.nu."
:type git
:url "https://github.com/dwdreisigmeyer/flymake-html-validator"
:type github
:pkgname "dwdreisigmeyer/flymake-html-validator"
:features "flymake-html-validator"
:prepare (setq validator-script (concat el-get-dir "flymake-html-validator")))

View File

@ -1,4 +1,5 @@
(:name highlight-indentation-guides
:description "This minor mode highlights indentation levels via font-lock"
:type git
:url "https://github.com/DarthFennec/highlight-indent-guides.git")
:type github
:pkgname "DarthFennec/highlight-indent-guides"
)

View File

@ -1,4 +1,5 @@
(:name highlight-indentation
:description "Function for highlighting indentation"
:type git
:url "https://github.com/antonj/Highlight-Indentation-for-Emacs")
:type github
:pkgname "antonj/Highlight-Indentation-for-Emacs"
)

View File

@ -1,6 +1,6 @@
(:name hl-tags-mode
:website "http://www.reddit.com/r/emacs/comments/ha7l9/html_matching_tag_highlighting/"
:description "if the cursor is inside of a '<div ....>' tag, it will highlight it and the corresponding '</div>' tag"
:type git
:url "https://github.com/deactivated/hl-tags-mode"
:type github
:pkgname "deactivated/hl-tags-mode"
:features hl-tags-mode)

View File

@ -1,5 +1,5 @@
(:name ioccur
:description "Incremental occur."
:type git
:url "https://github.com/thierryvolpiatto/ioccur"
:type github
:pkgname "thierryvolpiatto/ioccur"
:features ioccur)

View File

@ -1,7 +1,7 @@
(:name mew
:description "Mew is a mail reader for Emacs"
:type git
:url "https://github.com/kazu-yamamoto/Mew.git"
:type github
:pkgname "kazu-yamamoto/Mew"
;;; To use Mew S/MIME support, manual configuration of
;;; pinentry-program entry on ~/.gnupg/gpg-agent.conf is required.
;;; pinentry-program for mew is (concat el-get-dir "mew/bin/mew-pinentry")

View File

@ -1,6 +1,7 @@
(:name pony-mode
:website "https://github.com/davidmiller/pony-mode"
:description "A Django mode for Emacs."
:type git
:type github
:pkgname "davidmiller/pony-mode"
:load-path "src"
:url "https://github.com/davidmiller/pony-mode")
)

View File

@ -3,5 +3,6 @@
:post-init
;; Add to PYTHONPATH directly as it is used in ropemacs and traad
(el-get-envpath-prepend "PYTHONPATH" default-directory)
:type git
:url "https://github.com/python-rope/rope.git")
:type github
:pkgname "python-rope/rope"
)

View File

@ -5,5 +5,6 @@
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path default-directory))
:depends (rope ropemode pymacs)
:type git
:url "https://github.com/python-rope/ropemacs")
:type github
:pkgname "python-rope/ropemacs"
)

View File

@ -4,5 +4,6 @@
(progn
(unless (boundp 'pymacs-load-path) (setq pymacs-load-path nil))
(add-to-list 'pymacs-load-path default-directory))
:type git
:url "https://github.com/python-rope/ropemode")
:type github
:pkgname "python-rope/ropemode"
)

View File

@ -1,5 +1,6 @@
(:name scpaste
:website "http://www.emacswiki.org/cgi-bin/wiki/SCPaste"
:description "Paste to the web via scp."
:type git
:url "https://github.com/technomancy/scpaste.git")
:type github
:pkgname "technomancy/scpaste"
)

View File

@ -1,6 +1,7 @@
(:name shadow
:description "That's not the file. That's shadow."
:type git :url "https://github.com/mooz/shadow.el.git"
:type github
:pkgname "mooz/shadow.el"
:features shadow
:post-init (progn
(add-hook 'find-file-hooks 'shadow-on-find-file)