Load tango-dark before fred theme, as a fallback
This commit is contained in:
parent
eaad8ce86a
commit
b610aa3be6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user