diff --git a/custom/setup-cedet.el b/custom/setup-cedet.el old mode 100755 new mode 100644 index 33282bf..dd69da4 --- a/custom/setup-cedet.el +++ b/custom/setup-cedet.el @@ -7,13 +7,13 @@ (semantic-mode 1) -(defun alexott/cedet-hook () - (local-set-key "\C-c\C-j" 'semantic-ia-fast-jump) - (local-set-key "\C-c\C-s" 'semantic-ia-show-summary)) +;; (defun alexott/cedet-hook () +;; (local-set-key "\C-c\C-j" 'semantic-ia-fast-jump) +;; (local-set-key "\C-c\C-s" 'semantic-ia-show-summary)) -(add-hook 'c-mode-common-hook 'alexott/cedet-hook) -(add-hook 'c-mode-hook 'alexott/cedet-hook) -(add-hook 'c++-mode-hook 'alexott/cedet-hook) +;; (add-hook 'c-mode-common-hook 'alexott/cedet-hook) +;; (add-hook 'c-mode-hook 'alexott/cedet-hook) +;; (add-hook 'c++-mode-hook 'alexott/cedet-hook) ;; Enable EDE only in C/C++ (require 'ede)