font-lock-unfontify-region-function should no longer be set/reset.

Due to upstream changes.
This commit is contained in:
Jeremy Bi 2016-10-14 11:19:38 +08:00
parent a6e5ad2780
commit 5ca7d5e0d1

View file

@ -250,7 +250,6 @@
(add-hook 'comint-preoutput-filter-functions 'xterm-color-filter)
(setq comint-output-filter-functions
(remove 'ansi-color-process-output comint-output-filter-functions))
(setq font-lock-unfontify-region-function 'xterm-color-unfontify-region)
(add-hook 'eshell-mode-hook 'spacemacs/init-eshell-xterm-color))))
(defun shell/post-init-vi-tilde-fringe ()