Skip to content

Commit

Permalink
cedet removed it is integrated in 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
selman committed Jul 1, 2010
1 parent 5ca8adc commit 0f6b54d
Show file tree
Hide file tree
Showing 712 changed files with 16 additions and 217,001 deletions.
17 changes: 16 additions & 1 deletion .gitignore
@@ -1,3 +1,18 @@
## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## VIM
*.swp

## PROJECT::GENERAL
auto-save-list
init.el

10 changes: 0 additions & 10 deletions init.el.example
Expand Up @@ -164,16 +164,6 @@ LIST defaults to all existing live buffers."
;(global-set-key [C-mouse-5] 'up-a-lot)


;; cedet
;; See cedet/common/cedet.info for configuration details.
(load-file "~/.emacs.d/plugins/cedet/common/cedet.el")
; Enable EDE (Project Management) features
;(global-ede-mode 1)
;; * This enables the database and idle reparse engines
;(semantic-load-enable-minimum-features)
;(setq semantic-load-turn-everything-on t)


;; ecb
(add-to-list 'load-path "~/.emacs.d/plugins/ecb")
(require 'ecb)
Expand Down
202 changes: 0 additions & 202 deletions plugins/cedet/INSTALL

This file was deleted.

0 comments on commit 0f6b54d

Please sign in to comment.