From e4760e1c9358c48887ff47f5a4b28ebc30328471 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 Jun 2013 21:37:01 +0100 Subject: Emacs: disable CEDET configuration until I figure out how to update it again --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 5a93632..65a2501 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -617,7 +617,7 @@ Values: `desktop', `server', `laptop'") ;;;; Programming (use-package cedet - :defer t + :disabled t :config (progn (semantic-load-enable-code-helpers) (global-semantic-idle-completions-mode t) -- cgit 1.4.1