From e459d534bffa23cba0262dd4f4d9715693048d19 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jan 2018 17:50:27 +0100 Subject: [PATCH] [Misc] Fix typo --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 327dbb4..cfc4676 100644 --- a/init.el +++ b/init.el @@ -1063,7 +1063,7 @@ are assumed to be of the form *.crt." (use-package ansi-color :commands (ansi-color-for-comint-mode-on - ansi-color-apply-to-region) + ansi-color-apply-on-region) :config (progn (add-hook 'compilation-filter-hook 'endless/colorize-compilation)))