diff --git a/.emacs.d/init.el b/.emacs.d/init.el index ab4bf4b..c71f669 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)