Skip to content

Commit

Permalink
Key-chords for whitespace cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Nov 30, 2011
1 parent ad08e1a commit 3f57fe4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions key-chords.el
Expand Up @@ -5,5 +5,9 @@
(key-chord-define-global "fg" 'iy-go-to-char)
(key-chord-define-global "df" 'iy-go-to-char-backward)

;; Indent entire buffer and fix whitespace
(key-chord-define-global "i0" 'indent-buffer)
(key-chord-define-global "i9" 'whitespace-cleanup)


(provide 'key-chords)

0 comments on commit 3f57fe4

Please sign in to comment.