Comment out ansi-coloring Emacs code
Was breaking in latest version of DOOM
This commit is contained in:
@@ -103,14 +103,14 @@
|
|||||||
(setq-default eshell-cmpl-ignore-case t)
|
(setq-default eshell-cmpl-ignore-case t)
|
||||||
|
|
||||||
;; Show colors in log files
|
;; Show colors in log files
|
||||||
(add-load-path! ".")
|
;; (add-load-path! ".")
|
||||||
(require 'tty-format)
|
;; (require 'tty-format)
|
||||||
(defun display-ansi-colors ()
|
;; (defun display-ansi-colors ()
|
||||||
(interactive)
|
;; (interactive)
|
||||||
(format-decode-buffer 'ansi-colors))
|
;; (format-decode-buffer 'ansi-colors))
|
||||||
(add-hook 'find-file-hook 'tty-format-guess)
|
;; (add-hook 'find-file-hook 'tty-format-guess)
|
||||||
(add-to-list 'auto-mode-alist '("\\.log\\'" . display-ansi-colors))
|
;; (add-to-list 'auto-mode-alist '("\\.log\\'" . display-ansi-colors))
|
||||||
(add-to-list 'auto-mode-alist '("\\.log\\.out\\'" . display-ansi-colors))
|
;; (add-to-list 'auto-mode-alist '("\\.log\\.out\\'" . display-ansi-colors))
|
||||||
|
|
||||||
|
|
||||||
;; Disable smartparens' insistence on inserting extraneous colons in Python
|
;; Disable smartparens' insistence on inserting extraneous colons in Python
|
||||||
|
|||||||
Reference in New Issue
Block a user