mirror of
https://github.com/correl/melpa.git
synced 2025-03-17 17:00:09 -09:00
add c-eldoc
This commit is contained in:
parent
629fe27476
commit
879a3d3c25
1 changed files with 4 additions and 1 deletions
5
pkglist
5
pkglist
|
@ -11,7 +11,10 @@
|
||||||
(browse-kill-ring
|
(browse-kill-ring
|
||||||
:url "https://github.com/todesschaf/browse-kill-ring.git"
|
:url "https://github.com/todesschaf/browse-kill-ring.git"
|
||||||
:fetcher git)
|
:fetcher git)
|
||||||
(clojure-mode
|
(c-eldoc
|
||||||
|
:url "https://github.com/nflath/c-eldoc.git"
|
||||||
|
:fetcher git)
|
||||||
|
(clojure-mode
|
||||||
:url "https://github.com/technomancy/clojure-mode.git"
|
:url "https://github.com/technomancy/clojure-mode.git"
|
||||||
:fetcher git
|
:fetcher git
|
||||||
:files ("clojure-mode.el"))
|
:files ("clojure-mode.el"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue