From 1d2596c4e1fae0bd1bfe93664697b4933e7c7c26 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 14 Oct 2018 15:20:46 -0500 Subject: emacs: add initial emacs configuration --- emacs/.emacs.d/colors.el | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 emacs/.emacs.d/colors.el (limited to 'emacs/.emacs.d/colors.el') diff --git a/emacs/.emacs.d/colors.el b/emacs/.emacs.d/colors.el new file mode 100644 index 0000000..ec84b20 --- /dev/null +++ b/emacs/.emacs.d/colors.el @@ -0,0 +1,2 @@ +;(load-theme 'sanityinc-tomorrow-blue t) +(load-theme 'material t) -- cgit v1.2.3