color controls

This commit is contained in:
Eli Mellen 2019-09-04 10:26:30 -04:00
parent e4fd4cc97b
commit a0b657b470
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ I've been waffling a lot, lately, and also enjoying light themes.
#+BEGIN_SRC emacs-lisp
(use-package dracula-theme
:ensure t)
(add-to-list 'default-frame-alist '(tty-color-mode . -1)) ; this makes it so that emacs doesn't load a theme when launched in a terminal
#+END_SRC
* Override some default behaviors for more convenient editing