diff options
author | Alan Pearce | 2013-06-03 21:37:01 +0100 |
---|---|---|
committer | Alan Pearce | 2013-06-03 21:37:01 +0100 |
commit | e4760e1c9358c48887ff47f5a4b28ebc30328471 (patch) | |
tree | e1ce1edae4c05ec342a338ebdbeaa714c263e227 | |
parent | 95ccf32f4ab3f8bc42582093d711a61f8c988f3d (diff) | |
download | nixfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.tar.lz nixfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.tar.zst nixfiles-e4760e1c9358c48887ff47f5a4b28ebc30328471.zip |
Emacs: disable CEDET configuration until I figure out how to update it again
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 5a93632d..65a2501e 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) |