all repos — archive/dotfiles @ e4760e1c9358c48887ff47f5a4b28ebc30328471

Superseded by nixfiles

Emacs: disable CEDET configuration until I figure out how to update it again
Alan Pearce alan@alanpearce.co.uk
Mon, 03 Jun 2013 21:37:01 +0100
commit

e4760e1c9358c48887ff47f5a4b28ebc30328471

parent

95ccf32f4ab3f8bc42582093d711a61f8c988f3d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -617,7 +617,7 @@ ;;;; Programming
 
 (use-package cedet
-  :defer t
+  :disabled t
   :config (progn
             (semantic-load-enable-code-helpers)
             (global-semantic-idle-completions-mode t)