diff options
| author | Luke Hoersten <[email protected]> | 2011-05-14 14:47:51 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2011-05-14 14:47:51 -0500 |
| commit | a1606cb96bab281660253b8431d57ae34d22c000 (patch) | |
| tree | d8c65872208bfed264e59b449da91652a81c6094 /hoersten-align-with-spaces.el | |
| parent | 5167a3947fb5a713a38668414bf99c6263fc9108 (diff) | |
Moved 3rd party libs to separate dir and added optional scion haskell support.
Diffstat (limited to 'hoersten-align-with-spaces.el')
| -rw-r--r-- | hoersten-align-with-spaces.el | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/hoersten-align-with-spaces.el b/hoersten-align-with-spaces.el deleted file mode 100644 index fd4806d..0000000 --- a/hoersten-align-with-spaces.el +++ /dev/null @@ -1,16 +0,0 @@ -;; ~/.emacs.d/hoersten-align-with-spaces.el -;; Luke Hoersten <[email protected]> - -(global-set-key (kbd "C-c a") 'align-with-spaces) -(defun align-with-spaces (beg end pattern) - "Align selected using only spaces for whitespace." - (interactive "r\nsAlign by: ") - (let ((indent-tabs-mode nil)) - (align-string beg end pattern 1) - (align-entire beg end) - (untabify beg end) - (indent-region beg end) - (whitespace-cleanup-region beg end))) - -(message "Loaded Hoersten align-with-spaces function") -(provide 'hoersten-align-with-spaces) |
