From 93d33a5a5c15bb04d27f6292822b1237fef76c7a Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Nov 2021 02:15:33 +0000 Subject: i don't understand how ansi-colors works --- init.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 1a9cfb6..bde6120 100644 --- a/init.org +++ b/init.org @@ -426,11 +426,7 @@ (defun jao-themes-setup () (let ((dark (jao-colors-scheme-dark-p))) - (load-theme (if dark 'jao-dark 'jao-light) t) - (let ((nc [default default default default default default default])) - (setq ansi-color-normal-colors-vector nc - ansi-color-basic-faces-vector nc - ansi-color-bright-colors-vector nc)))) + (load-theme (if dark 'jao-dark 'jao-light) t))) (when (and window-system (not (eq window-system 'pgtk))) (jao-themes-setup)) -- cgit v1.2.3