Emacs: C-M-e bound to go to next function.

master
Pierre Neidhardt 2013-06-17 17:29:23 +02:00
parent 0b253bae59
commit 37f2a21edd
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
(lambda ()
(local-set-key (kbd "C-c C-c") 'c-compile)
(local-set-key (kbd "M-TAB") 'semantic-complete-analyze-inline)
(local-set-key (kbd "C-M-e") (lambda () (interactive) (c-beginning-of-defun -1)))
;; (local-set-key "." 'semantic-complete-self-insert) ; This is a bit slow.
;; (local-set-key ">" 'semantic-complete-self-insert)
))