Archive for March 14th, 2010
I used to have some elisp code stolen from somewhere which copy the current line. Then I find most of time I don’t want the prefix whitespaces copied, so I modified it a bit as a tiny try to cure my lisp-parenthesis-horror. (defun copy-line (&optional arg) "Save current line from the first non-whitespce character into [...]
Categories: Emacs
Tags: elisp
