Skip to content

Instantly share code, notes, and snippets.

@tonini
Created September 10, 2012 13:20
Show Gist options
  • Save tonini/3690863 to your computer and use it in GitHub Desktop.
Save tonini/3690863 to your computer and use it in GitHub Desktop.
(defun cheater-apply-background-color ()
"format region with an ansi escape sequence background color."
(interactive)
(cheater-apply-ansi-escape-to-region (gethash
(concat (cheater-color-autocompleter "Background Color: ") "b")
cheater--ansi-code-hash)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment