forked from dimitri/el-get
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* track-upstream: Add `kubed` recipe (dimitri#2958) Move some packages from `git` to `github` type (dimitri#2957) Update howm.rcp (dimitri#2956) Add recipes for ellama and its dependencies: llm and plz (dimitri#2955) Update recipe for magit: generate only info docs (dimitri#2954) Switch location for `adoc-mode` (dimitri#2953) Update location for `scratch` recipe (dimitri#2952) Change URL for profile-dotemacs recipe (dimitri#2951) Fixed Mastodon recipe (dimitri#2950) Add a recipe for helm-sx (dimitri#2949)
- Loading branch information
Showing
25 changed files
with
81 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(:name adoc-mode | ||
:website "https://github.com/sensorflo/adoc-mode/wiki" | ||
:website "https://github.com/bbatsov/adoc-mode/wiki" | ||
:description "A major-mode for editing AsciiDoc files in Emacs." | ||
:type github | ||
:pkgname "sensorflo/adoc-mode" | ||
:pkgname "bbatsov/adoc-mode" | ||
:depends markup-faces) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(:name ellama | ||
:description "Tool for interacting with LLMs" | ||
:minimum-emacs-version "28.1" | ||
:type github | ||
:pkgname "s-kostyaev/ellama" | ||
:depends (llm spinner compat)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
(:name helm-sx | ||
:description "Helm interface for sx.el - Stack Exchange client" | ||
:type github | ||
:pkgname "813gan/helm-sx.el" | ||
:depends (sx helm)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
(:name howm | ||
:website "http://howm.sourceforge.jp/" | ||
:website "https://kaorahi.github.io/howm/" | ||
:description "Write fragmentarily and read collectively." | ||
:type http-tar | ||
:options ("xzf") | ||
:url "http://howm.sourceforge.jp/a/howm-1.4.4.tar.gz" | ||
:type github | ||
:pkgname "kaorahi/howm" | ||
:build `(("./configure" ,(concat "--with-emacs=" el-get-emacs)) ("make"))) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(:name ioccur | ||
:description "Incremental occur." | ||
:type git | ||
:url "https://github.com/thierryvolpiatto/ioccur" | ||
:type github | ||
:pkgname "thierryvolpiatto/ioccur" | ||
:features ioccur) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
(:name kubed | ||
:description "A python refactoring library" | ||
:type github | ||
:pkgname "eshelyaron/kubed" | ||
:minimum-emacs-version "29.1" | ||
:website "https://eshelyaron.com/kubed.html" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(:name llm | ||
:description "Interface to pluggable llm backends" | ||
:minimum-emacs-version "28.1" | ||
:type github | ||
:pkgname "ahyatt/llm" | ||
:depends (plz)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
(:name mastodon | ||
:website "https://github.com/jdenen/mastodon.el" | ||
:website "https://codeberg.org/martianh/mastodon.el" | ||
:description "Emacs client for Mastodon" | ||
:type github | ||
:pkgname "jdenen/mastodon.el" | ||
:type git | ||
:url "https://codeberg.org/martianh/mastodon.el.git" | ||
:load-path ("./lisp")) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
(:name plz | ||
:description "An HTTP library that uses curl as a backend" | ||
:minimum-emacs-version "27.1" | ||
:type github | ||
:pkgname "alphapapa/plz.el" | ||
:depends ()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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") | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(:name profile-dotemacs | ||
:type http | ||
:url "http://www.randomsample.de/profile-dotemacs.el" | ||
:type github | ||
:pkgname "raxod502/profile-dotemacs" | ||
:description "profiles your .emacs") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
(:name scratch | ||
:description "Mode-specific scratch buffers" | ||
:type github | ||
:pkgname "cbbrowne/scratch-el" | ||
:type git | ||
:url "https://codeberg.org/emacs-weirdware/scratch" | ||
:info "." | ||
:build (("make")) | ||
:load-path ".") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters