Usefull emacs commands To be able to switch between a header and source file add: (add-hook 'c-mode-common-hook (lambda() (local-set-key (kbd "C-c o") 'ff-find-other-file))) |
Code snippets > Scripting >
Code snippets > Scripting >
Emacs
|