Skip to content

Instantly share code, notes, and snippets.

@tonini
Last active December 18, 2015 08:29
Show Gist options
  • Save tonini/5754855 to your computer and use it in GitHub Desktop.
Save tonini/5754855 to your computer and use it in GitHub Desktop.
(require 'ansi-color)
(defun ansi-colorize-current-buffer ()
"Colorize ansi escape sequences in the current buffer."
(interactive)
(ansi-color-apply-on-region (point-min) (point-max)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment