Refactor bootstrap process

This commit is contained in:
Henrik Lissner 2016-03-26 01:19:31 -04:00
parent b3feea7a4f
commit 89eeba1d97
6 changed files with 83 additions and 60 deletions

View file

@ -1,9 +1,9 @@
;; NARF Dark
;; By Henrik Lissner <http://github.com/hlissner/emacs.d>
(deftheme narf-dark "A dark theme for narfy emacs, inspired by Molokai")
(require 'dash)
;; (custom-theme-set-variables 'narf-dark)
(deftheme narf-dark "A dark theme for narfy emacs, inspired by Molokai")
;; Color helper functions
;; Shamelessly *borrowed* from solarized