Load tango-dark before fred theme, as a fallback

This commit is contained in:
Adam Goldsmith 2021-05-26 00:46:42 -04:00
parent eaad8ce86a
commit b610aa3be6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
custom-file (expand-file-name "~/.emacs.d/custom.el")
gc-cons-threshold 100000000)
(load custom-file t)
(load-theme 'tango-dark t)
(load-theme 'fred t)
(column-number-mode 1)
(setq standard-indent 2)