Skip to content

Instantly share code, notes, and snippets.

@djuber
Created August 21, 2021 16:07
Show Gist options
  • Save djuber/0b66f8e641a79e7f1c749214ba30b8e7 to your computer and use it in GitHub Desktop.
Save djuber/0b66f8e641a79e7f1c749214ba30b8e7 to your computer and use it in GitHub Desktop.
de-ansify.el
(defun de-ansify ()
"apply ansi color codes in currently selected region"
(interactive)
(ansi-color-apply-on-region
(region-beginning)
(region-end)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment