summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-03 21:37:01 +0100
committerAlan Pearce2013-06-03 21:37:01 +0100
commite4760e1c9358c48887ff47f5a4b28ebc30328471 (patch)
treee1ce1edae4c05ec342a338ebdbeaa714c263e227 /emacs
parent95ccf32f4ab3f8bc42582093d711a61f8c988f3d (diff)
downloaddotfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.tar.lz
dotfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.tar.zst
dotfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.zip
Emacs: disable CEDET configuration until I figure out how to update it again
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
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)