mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
add browse-kill-ring, find-file-in-project, idle-highlight-mode
This commit is contained in:
parent
8fda482426
commit
1e7f9b95d4
2 changed files with 16 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
||||||
|
browse-kill-ring
|
||||||
clojure-mode
|
clojure-mode
|
||||||
clojure-test-mode
|
clojure-test-mode
|
||||||
clojurescript-mode
|
clojurescript-mode
|
||||||
deft
|
deft
|
||||||
evil
|
evil
|
||||||
|
find-file-in-project
|
||||||
full-ack
|
full-ack
|
||||||
gist
|
gist
|
||||||
haskell-mode
|
haskell-mode
|
||||||
hl-sentence
|
hl-sentence
|
||||||
|
idle-highlight-mode
|
||||||
ido-ubiquitous
|
ido-ubiquitous
|
||||||
magit
|
magit
|
||||||
magithub
|
magithub
|
||||||
|
|
14
pkglist
14
pkglist
|
@ -1,5 +1,9 @@
|
||||||
;; -*- mode: emacs-lisp -*-
|
;; -*- mode: emacs-lisp -*-
|
||||||
((clojure-mode
|
((browse-kill-ring
|
||||||
|
:url "git://github.com/todesschaf/browse-kill-ring.git"
|
||||||
|
:fetcher git
|
||||||
|
:files ("browse-kill-ring.el"))
|
||||||
|
(clojure-mode
|
||||||
:url "git://github.com/technomancy/clojure-mode.git"
|
:url "git://github.com/technomancy/clojure-mode.git"
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:files ("clojure-mode.el"))
|
:files ("clojure-mode.el"))
|
||||||
|
@ -18,6 +22,10 @@
|
||||||
(evil
|
(evil
|
||||||
:url "git://gitorious.org/evil/evil.git"
|
:url "git://gitorious.org/evil/evil.git"
|
||||||
:fetcher git)
|
:fetcher git)
|
||||||
|
(find-file-in-project
|
||||||
|
:url "git://github.com/technomancy/find-file-in-project.git"
|
||||||
|
:fetcher git
|
||||||
|
:files ("find-file-in-project.el"))
|
||||||
(full-ack
|
(full-ack
|
||||||
:url "git://github.com/nschum/full-ack.git"
|
:url "git://github.com/nschum/full-ack.git"
|
||||||
:fetcher git
|
:fetcher git
|
||||||
|
@ -33,6 +41,10 @@
|
||||||
:url "git://github.com/milkypostman/hl-sentence.git"
|
:url "git://github.com/milkypostman/hl-sentence.git"
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:files ("hl-sentence.el"))
|
:files ("hl-sentence.el"))
|
||||||
|
(idle-highlight-mode
|
||||||
|
:url "git://github.com/nonsequitur/idle-highlight-mode.git"
|
||||||
|
:fetcher git
|
||||||
|
:files ("idle-highlight-mode.el"))
|
||||||
(ido-ubiquitous
|
(ido-ubiquitous
|
||||||
:url "git://github.com/technomancy/ido-ubiquitous.git"
|
:url "git://github.com/technomancy/ido-ubiquitous.git"
|
||||||
:fetcher git
|
:fetcher git
|
||||||
|
|
Loading…
Add table
Reference in a new issue