Remove auto-complete-emacs-lisp package

This commit is contained in:
2012-07-02 02:00:04 +01:00
parent 96bfedfcd4
commit b0d5924d0e

View File

@@ -59,8 +59,7 @@
;; Packages to install from el-get
(defvar my-el-get-packages
'(auto-complete-emacs-lisp
ecb
'(ecb
highlight-indentation
rhtml-mode
tomorrow-night-paradise-theme)
@@ -144,7 +143,7 @@
;; Load Auto-Complete and addons
(when (require 'auto-complete nil 'noerror)
(require 'auto-complete-emacs-lisp))
)
;; Load and setup Escreen
(when (require 'escreen nil 'noerror)