Skip to content

Instantly share code, notes, and snippets.

@marciol
Forked from weeksie/gist:4089116
Created February 19, 2013 01:45
Show Gist options
  • Save marciol/4982399 to your computer and use it in GitHub Desktop.
Save marciol/4982399 to your computer and use it in GitHub Desktop.
(defun ruby-align-hash (begin end)
"Aligns ruby symbol-keyed hashes"
(interactive "r")
(align-regexp begin end "\\(\\s-*\\)[a-z_]+:" 1 1))
(define-key ruby-mode-map "\C-xrh" 'ruby-align-hash)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment