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)
|
||||
|
||||
;; Show colors in log files
|
||||
(add-load-path! ".")
|
||||
(require 'tty-format)
|
||||
(defun display-ansi-colors ()
|
||||
(interactive)
|
||||
(format-decode-buffer 'ansi-colors))
|
||||
(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\\.out\\'" . display-ansi-colors))
|
||||
;; (add-load-path! ".")
|
||||
;; (require 'tty-format)
|
||||
;; (defun display-ansi-colors ()
|
||||
;; (interactive)
|
||||
;; (format-decode-buffer 'ansi-colors))
|
||||
;; (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\\.out\\'" . display-ansi-colors))
|
||||
|
||||
|
||||
;; Disable smartparens' insistence on inserting extraneous colons in Python
|
||||
|
||||
Reference in New Issue
Block a user