Skip to content

Instantly share code, notes, and snippets.

@k1LoW
Created August 21, 2009 12:19
Show Gist options
  • Save k1LoW/171931 to your computer and use it in GitHub Desktop.
Save k1LoW/171931 to your computer and use it in GitHub Desktop.
(defun sense-region-to-rectangle ()
(interactive)
(setq sense-region-status 'rectangle)
(copy-face mell-region-face 'sense-region-face) ; for 23 uncomment
;;(copy-face 'default mell-region-face)
(mell-sign-reset-face mell-region-face)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment