Remove alexott hook from cedet
This commit is contained in:
parent
9e9d136cd8
commit
96bacc322c
1 changed files with 6 additions and 6 deletions
12
custom/setup-cedet.el
Executable file → Normal file
12
custom/setup-cedet.el
Executable file → Normal file
|
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
(semantic-mode 1)
|
(semantic-mode 1)
|
||||||
|
|
||||||
(defun alexott/cedet-hook ()
|
;; (defun alexott/cedet-hook ()
|
||||||
(local-set-key "\C-c\C-j" 'semantic-ia-fast-jump)
|
;; (local-set-key "\C-c\C-j" 'semantic-ia-fast-jump)
|
||||||
(local-set-key "\C-c\C-s" 'semantic-ia-show-summary))
|
;; (local-set-key "\C-c\C-s" 'semantic-ia-show-summary))
|
||||||
|
|
||||||
(add-hook 'c-mode-common-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)
|
||||||
(add-hook 'c++-mode-hook 'alexott/cedet-hook)
|
;; (add-hook 'c++-mode-hook 'alexott/cedet-hook)
|
||||||
|
|
||||||
;; Enable EDE only in C/C++
|
;; Enable EDE only in C/C++
|
||||||
(require 'ede)
|
(require 'ede)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue