From 96bacc322c2e23a3f5c8082359dbcb1e806c25ba Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Sat, 2 Apr 2016 15:48:56 +0200 Subject: [PATCH] Remove alexott hook from cedet --- custom/setup-cedet.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 custom/setup-cedet.el 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)