Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created July 29, 2014 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AeroNotix/4d240d09de37773ef479 to your computer and use it in GitHub Desktop.
Save AeroNotix/4d240d09de37773ef479 to your computer and use it in GitHub Desktop.
(eval-after-load 'erlang-mode
'(progn
(define-key 'erlang-mode-map (kbd "C-x C-a d b") 'erlang--binaries-to-defines)
(define-key 'erlang-mode-map (kbd "C-x C-a c s") 'erlang--cycle-string-like)
(define-key 'erlang-mode-map (kbd "C-x C-a s e") 'erlang--split-exports)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment