diff options
author | jao <jao@gnu.org> | 2021-11-09 02:15:33 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-09 02:15:33 +0000 |
commit | 93d33a5a5c15bb04d27f6292822b1237fef76c7a (patch) | |
tree | dcd1fcbadf4d0dee92134154b0c6386f17ecca84 | |
parent | 45ce4d2325f682beb264553c275a9b18698a76ad (diff) | |
download | elibs-93d33a5a5c15bb04d27f6292822b1237fef76c7a.tar.gz elibs-93d33a5a5c15bb04d27f6292822b1237fef76c7a.tar.bz2 |
i don't understand how ansi-colors works
-rw-r--r-- | init.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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)) |