Skip to content

Instantly share code, notes, and snippets.

@k1LoW
Created August 21, 2009 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k1LoW/171928 to your computer and use it in GitHub Desktop.
Save k1LoW/171928 to your computer and use it in GitHub Desktop.
(require 'sense-region)
(defadvice set-mark-command (around sense-region-set-mark-23 activate)
(if (and (mell-transient-region-active-p)
sense-region-mode)
(copy-face 'region 'sense-region-region-face))
ad-do-it)
(sense-region-on)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment