From 8bf1531626b192ef75c4f5172b8370d0cc6878da Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 22 Mar 2012 17:36:51 +0000 Subject: [PATCH] Remove custom fixes to auto-complete package. I'm using a fork of el-get where the fixes have been applied. --- packages.el | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/packages.el b/packages.el index 319963c..7604dd1 100644 --- a/packages.el +++ b/packages.el @@ -28,24 +28,7 @@ ;; (setq el-get-sources - '((:name auto-complete - :website "http://cx4a.org/software/auto-complete/" - :description "The most intelligent auto-completion extension." - :type git - :url "http://github.com/m2ym/auto-complete.git" - :depends popup - :load-path "." - :post-init (lambda () - (require 'auto-complete) - (add-to-list 'ac-dictionary-directories (expand-file-name "dict" pdir)) - (require 'auto-complete-config) - (ac-config-default))) - (:name popup - :type git - :description "Visual Popup Interface Library for Emacs" - :url "https://github.com/m2ym/popup-el.git" - :features popup) - (:name birds-of-paradise-plus-theme + '((:name birds-of-paradise-plus-theme :type git :url "git://github.com/jimeh/birds-of-paradise-plus-theme.el.git" :post-init (lambda ()