Merge pull request #278 from hanjianwei/master

Auto-complete and popup moved to auto-complete organization
This commit is contained in:
Donald Ephraim Curtis 2012-08-31 18:46:50 -07:00
commit 083fb07119
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
(auto-complete :repo "m2ym/auto-complete" :fetcher github :files
(auto-complete :repo "auto-complete/auto-complete" :fetcher github :files
("*.el" "dict"))

View file

@ -1,4 +1,4 @@
(popup :repo "m2ym/popup-el"
(popup :repo "auto-complete/popup-el"
:fetcher github
:files ("popup.el"))