Skip to content

Instantly share code, notes, and snippets.

@bkudria
Created May 27, 2009 01:40
Show Gist options
  • Save bkudria/118412 to your computer and use it in GitHub Desktop.
Save bkudria/118412 to your computer and use it in GitHub Desktop.
(defun sane-beginning-of-line ()
"Moves to beginning-of-line, skipping indent"
(interactive)
(move-beginning-of-line 1)
(skip-chars-forward " \t"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment