mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
add auto-complete package
This commit is contained in:
parent
53cdf28f54
commit
28e4c6137b
1 changed files with 4 additions and 0 deletions
4
pkglist
4
pkglist
|
@ -1,6 +1,10 @@
|
|||
;; -*- mode: emacs-lisp -*-
|
||||
((ac-dabbrev
|
||||
:fetcher wiki)
|
||||
(auto-complete
|
||||
:url "git://github.com/m2ym/auto-complete.git"
|
||||
:fetcher git
|
||||
:files ("*.el" "dict/*"))
|
||||
(browse-kill-ring
|
||||
:url "git://github.com/todesschaf/browse-kill-ring.git"
|
||||
:fetcher git
|
||||
|
|
Loading…
Reference in a new issue