Skip to content

Instantly share code, notes, and snippets.

@csw
Created October 14, 2013 22:02
Show Gist options
  • Save csw/6982965 to your computer and use it in GitHub Desktop.
Save csw/6982965 to your computer and use it in GitHub Desktop.
init.el fragment for switching between source and headers
;; for init.el
(defun csw/c-mode-common-setup ()
(local-set-key (kbd "C-c C-o") 'ff-find-other-file))
(add-hook 'c-mode-common-hook 'csw/c-mode-common-setup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment