(defun space-and-tabs-to-tab()
(interactive)
(while (re-search-forward "[\t ]+" nil t)
(replace-match "\t" nil nil)))
Revisiting wearable computing
13 hours ago
This site is now archived. My new coding posts are here http://justinhj.github.io
No comments:
Post a Comment