forked from dimitri/el-get
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix broken links & remove deleted packages
this fixes dimitri#2789
- Loading branch information
Showing
40 changed files
with
60 additions
and
116 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,7 +1,6 @@ | ||
(:name ampc | ||
:website "http://www.emacswiki.org/emacs/Ampc" | ||
:description "Asynchronous Music Player Controller" | ||
:type git | ||
:url "http://ch.ristopher.com/r/ampc" | ||
:type github | ||
:pkgname "emacsattic/ampc" | ||
:features ampc | ||
:prepare (autoload 'ampc "ampc" nil t)) |
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
(:name company-postframe | ||
:description "Use child frame as company candidate menu." | ||
:website "https://github.com/tumashu/company-posframe/" | ||
:type github | ||
:minimum-emacs-version "26" | ||
:depends company-mode | ||
:pkgname "tumashu/company-posframe") |
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 company-tern | ||
:description "Tern backend for company-mode." | ||
:type github | ||
:pkgname "proofit404/company-tern" | ||
:pkgname "kevinushey/company-tern" | ||
:depends (dash company-mode s tern) | ||
:post-init (eval-after-load 'company | ||
'(add-to-list 'company-backends 'company-tern))) |
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 darcula-theme | ||
:description "Emacs theme inspired by IntelliJ's Darcula." | ||
:website "https://github.com/fommil/darcula-theme-emacs" | ||
:website "https://github.com/purcell/darcula-theme-emacs" | ||
:type github | ||
:pkgname "fommil/darcula-theme-emacs") | ||
:pkgname "purcell/darcula-theme-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,5 +1,5 @@ | ||
(:name discover-my-major | ||
:description "Discover key bindings and their meaning for the current Emacs major mode" | ||
:type github | ||
:pkgname "steckerhalter/discover-my-major" | ||
:type git | ||
:url "https://framagit.org/steckerhalter/discover-my-major" | ||
:depends makey) |
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,5 @@ | ||
(:name emacs-sos | ||
:website "https://github.com/omouse/emacs-sos" | ||
:website "https://github.com/emacsattic/sos" | ||
:description "StackOverflow Search (SOS) mode for Emacs" | ||
:type github | ||
:pkgname "omouse/emacs-sos") | ||
:pkgname "emacsattic/sos") |
This file was deleted.
Oops, something went wrong.
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 flyguess | ||
:description "Guess language/dictionary for a buffer" | ||
:type git | ||
:url "git://git.naquadah.org/flyguess.git" | ||
:type github | ||
:pkgname "emacsmirror/flyguess" | ||
:features flyguess) |
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,5 @@ | ||
(:name gtranslate | ||
:description "Use google translate api to perform translations" | ||
:type github | ||
:pkgname "emacsmirror/gtranslate" | ||
:pkgname "emacsattic/gtranslate" | ||
:load "gtranslate.el") | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 helm-google | ||
:description "Emacs Helm Interface for quick Google searches" | ||
:type github | ||
:pkgname "steckerhalter/helm-google" | ||
:pkgname "emacsmirror/helm-google" | ||
:depends (helm google)) |
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 helm-ipython | ||
:type github | ||
:pkgname "emacs-helm/helm-ipython" | ||
:pkgname "emacsattic/helm-ipython" | ||
:description "Python completion using ipython and helm." | ||
:features helm-ipython | ||
:depends (helm python)) |
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 hrb-mode | ||
:description "hrb-mode is an Emacs minor-mode for highlighting Ruby blocks just like (show-paren-mode t)." | ||
:type github | ||
:pkgname "ckruse/hrb-mode") | ||
:pkgname "antonio/hrb-mode") |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
(:name ide-skel | ||
:website "http://www.emacswiki.org/IdeSkel" | ||
:website "https://www.emacswiki.org/emacs/IdeSkel" | ||
:description "A skeleton (or framework) of IDE for Emacs users. Like Eclipse, it can be used as is with some predefined plugins on board, but is designed to extend by Emacs Lisp programmers to suite their own needs." | ||
:type github | ||
:depends tabbar | ||
:pkgname "jmolinaso/ide-skel") | ||
:type emacswiki | ||
:depends tabbar) |
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 identica-mode | ||
:description "An identi.ca/status.net client" | ||
:type git | ||
:url "http://git.savannah.gnu.org/cgit/identica-mode.git" | ||
:url "https://git.savannah.nongnu.org/git/identica-mode.git" | ||
:features identica-mode) |
This file was deleted.
Oops, something went wrong.
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 listing | ||
:website "https://github.com/tarsius/listing" | ||
:website "https://github.com/emacsattic/listing" | ||
:description "Show columnized view of list elements" | ||
:type github | ||
:pkgname "tarsius/listing" | ||
:pkgname "emacsattic/listing" | ||
:depends (header-button map-progress) | ||
:compile "listing.el") |
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 mo-git-blame | ||
:description "An interactive, iterative 'git blame' mode for Emacs" | ||
:type github | ||
:pkgname "mbunkus/mo-git-blame" | ||
:pkgname "emacsmirror/mo-git-blame" | ||
:features "mo-git-blame") |
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 nurumacs | ||
:description "Smooth-scrolling and minimap, like sublime editor" | ||
:type github | ||
:pkgname "zk-phi/nurumacs") | ||
:type http | ||
:url "http://elpa.emacs-china.org/marmalade/nurumacs-3.5.4.el" | ||
:localname "nurumacs.el") |
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
(:name org-doing | ||
:website "http://omouse.github.io/org-doing/" | ||
:description "Keep track of what you're doing right now and what you've worked on before." | ||
:type github | ||
:pkgname "omouse/org-doing" | ||
:pkgname "emacsattic/org-doing" | ||
:depends (org-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
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 pbcopy | ||
:description "An interface to OSX's pbcopy utility" | ||
:type github | ||
:pkgname "jkp/pbcopy.el" | ||
:pkgname "emacsmirror/pbcopy.el" | ||
:features "pbcopy") |
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 pov-mode | ||
:description "Major mode for Povray scene files" | ||
:type git | ||
:url "https://git.gitorious.org/pov-mode/pov-mode.git") | ||
:type github | ||
:pkgname "emacsmirror/pov-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,5 +1,5 @@ | ||
(:name processing-mode | ||
:description "Processing mode for Emacs. Written by Rudolf Olah. This mode is a derivative of the java-mode. It adds key-bindings for running/compiling Processing sketches and it also highlights keywords found in the Processing language, such as ``setup'', ``draw'', and ``frameRate''." | ||
:type git | ||
:url "https://git.gitorious.org/processing-emacs/processing-emacs.git" | ||
:description "Emacs major-mode for Processing 2.0" | ||
:type github | ||
:pkgname "ptrv/processing2-emacs" | ||
:features processing-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,7 @@ | ||
(:name pythonbrew-mini | ||
:description "Emacs integration for pythonbrew" | ||
:type github | ||
:type git | ||
:features pythonbrew-mini | ||
:pkgname "franckcuny/pythonbrew-mini.el" | ||
:url "https://git.fcuny.net/fcuny/pythonbrew-mini.git" | ||
:compile "pythonbrew-mini.el" | ||
:post-init (pythonbrew-use-latest)) |
This file was deleted.
Oops, something went wrong.
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,9 +1,8 @@ | ||
|
||
(:name relative-line-numbers | ||
:website "https://github.com/Fanael/relative-line-numbers" | ||
:depends () | ||
:description "relative-line-numbers is an Emacs package that displays relative line numbers on the left margin." | ||
:website "https://github.com/emacsattic/relative-line-numbers" | ||
:description "Emacs package that displays relative line numbers on the left margin." | ||
:type github | ||
:pkgname "Fanael/relative-line-numbers" | ||
:pkgname "emacsattic/relative-line-numbers" | ||
:load-path "." | ||
:features relative-line-numbers) |
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 was deleted.
Oops, something went wrong.
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 tempbuf-mode | ||
:description "Kill unused buffers in the background" | ||
:url "https://git.gitorious.org/tempbuf-mode/tempbuf-mode.git" | ||
:type git) | ||
:pkgname "emacsattic/tempbuf" | ||
:type github) |
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 twitter | ||
:description "Simple Emacs-based client for Twitter" | ||
:type git | ||
:url "git://git.busydoingnothing.co.uk/twitter.git") | ||
:type github | ||
:pkgname "emacsattic/twitel") |
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 vimpulse | ||
:description "Vimpulse is an add-on for the Emacs text editor. Vimpulse makes Emacs emulate the Vim editor's most useful features, including Visual mode." | ||
:type git | ||
:url "https://git.gitorious.org/vimpulse/vimpulse.git" | ||
:description "Vimpulse makes Emacs emulate the Vim editor's most useful features, including Visual mode." | ||
:type github | ||
:pkgname "emacsattic/vimpulse" | ||
:features vimpulse | ||
) |
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,8 +1,8 @@ | ||
(:name wb-line-number | ||
:website "https://github.com/emacsmirror/wb-line-number" | ||
:website "https://github.com/emacsattic/wb-line-number" | ||
:description "wb-line-number" | ||
:type github | ||
:pkgname "emacsmirror/wb-line-number" | ||
:pkgname "emacsattic/wb-line-number" | ||
:features wb-line-number | ||
:post-init (wb-line-number-enable) | ||
) |