mirror of
https://github.com/correl/melpa.git
synced 2024-12-18 11:06:10 +00:00
add a bunch of packages
This commit is contained in:
parent
4e2cdca969
commit
ba19cb6f3d
1 changed files with 65 additions and 10 deletions
75
pkglist
75
pkglist
|
@ -1,17 +1,67 @@
|
|||
(
|
||||
;; -*- mode: emacs-lisp -*-
|
||||
((clojure-mode
|
||||
:summary "Major mode for Clojure code"
|
||||
:url "git://github.com/technomancy/clojure-mode.git"
|
||||
:fetcher git)
|
||||
(deft
|
||||
:summary "Quickly browse, filter, and edit plain text notes"
|
||||
:url "git://jblevins.org/git/deft.git"
|
||||
:fetcher git)
|
||||
(evil
|
||||
:summary "Extensible vi layer"
|
||||
:url "git://gitorious.org/evil/evil.git"
|
||||
:fetcher git)
|
||||
(full-ack
|
||||
:summary nil
|
||||
:url "git://github.com/nschum/full-ack.git"
|
||||
:fetcher git)
|
||||
(gist
|
||||
:summary "Emacs integration for gist.github.com"
|
||||
:url "git://github.com/defunkt/gist.el.git"
|
||||
:fetcher git)
|
||||
(haskell-mode
|
||||
:summary "A Haskell editing mode"
|
||||
:url "http://code.haskell.org/haskellmode-emacs"
|
||||
:fetcher darcs)
|
||||
(hl-sentence
|
||||
:summary "Highlight a sentence based on customizable face"
|
||||
:url "git://github.com/milkypostman/hl-sentence.git"
|
||||
:fetcher git
|
||||
:files ("hl-sentence.el"))
|
||||
(ido-ubiquitous
|
||||
:summary "Use ido (nearly) everywhere"
|
||||
:url "git://github.com/technomancy/ido-ubiquitous.git"
|
||||
:fetcher git)
|
||||
(magit
|
||||
:url "git://github.com/magit/magit.git"
|
||||
:fetcher git
|
||||
:summary "Control Git from Emacs")
|
||||
(magithub
|
||||
:summary "Magit extensions for using GitHub"
|
||||
:url "git://github.com/nex3/magithub.git"
|
||||
:fetcher git
|
||||
:files ("magithub.el"))
|
||||
(markdown-mode
|
||||
:url "git://github.com/milkypostman/markdown-mode.git"
|
||||
:fetcher git
|
||||
:summary "Emacs Major mode for Markdown-formatted text files"
|
||||
:files ("markdown-mode.el"))
|
||||
(magit
|
||||
:url "git://github.com/magit/magit.git"
|
||||
:fetcher git
|
||||
:summary "Control Git from Emacs")
|
||||
(markdown-mode+
|
||||
:summary "milkypostman's additions to markdown-mode"
|
||||
:url "git://github.com/milkypostman/markdown-mode-plus.git"
|
||||
:fetcher git)
|
||||
(paredit
|
||||
:summary "Minor mode for editing parentheses"
|
||||
:url "http://mumble.net/~campbell/emacs/paredit"
|
||||
:fetcher darcs)
|
||||
(rinari
|
||||
:summary "Rinari Is Not A Rails IDE"
|
||||
:url "git://github.com/eschulte/rinari.git"
|
||||
:fetcher git)
|
||||
(smex
|
||||
:summary "M-x interface with Ido-style fuzzy matching"
|
||||
:url "git://github.com/nonsequitur/smex.git"
|
||||
:fetcher git)
|
||||
(starter-kit
|
||||
:url "git://github.com/technomancy/emacs-starter-kit.git"
|
||||
:fetcher git
|
||||
|
@ -32,10 +82,15 @@
|
|||
(undo-tree
|
||||
:summary "Treat undo history as a tree"
|
||||
:url "http://www.dr-qubit.org/git/undo-tree.git"
|
||||
:fetcher git)
|
||||
(haskell-mode
|
||||
:summary "A Haskell editing mode"
|
||||
:url "http://code.haskell.org/haskellmode-emacs"
|
||||
:fetcher darcs)
|
||||
:fetcher git
|
||||
:files ("undo-tree.el"))
|
||||
(yasnippet
|
||||
:summary "Yet another snippet extension for Emacs"
|
||||
:url "http://yasnippet.googlecode.com/svn"
|
||||
:fetcher svn)
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue