Skip to content

Instantly share code, notes, and snippets.

@schani
Created June 25, 2010 23:34
Show Gist options
  • Save schani/453589 to your computer and use it in GitHub Desktop.
Save schani/453589 to your computer and use it in GitHub Desktop.
(defun bertl-kill-region ()
(interactive)
(if rm-mark-active
(kill-rectangle (region-beginning) (region-end))
(kill-region (region-beginning) (region-end))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment