diff options
author | Amin Bandali <amin@aminb.org> | 2016-12-12 14:43:31 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2016-12-12 14:43:31 -0500 |
commit | 34ff66678933c0a792f290fc5d46cff800c50291 (patch) | |
tree | 1591f29989ced226c853b2d739c22fe946171051 /spacemacs/.emacs.d/private/aminb | |
parent | f6b1eaf93cbaac4bcef2349fd436b5bdd43a5a23 (diff) | |
download | configs-34ff66678933c0a792f290fc5d46cff800c50291.tar.gz configs-34ff66678933c0a792f290fc5d46cff800c50291.tar.xz configs-34ff66678933c0a792f290fc5d46cff800c50291.zip |
Enable some themes, and use Source Code Pro instead of Inconsolata
Diffstat (limited to 'spacemacs/.emacs.d/private/aminb')
-rw-r--r-- | spacemacs/.emacs.d/private/aminb/packages.el | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/spacemacs/.emacs.d/private/aminb/packages.el b/spacemacs/.emacs.d/private/aminb/packages.el index fb336a3..119726a 100644 --- a/spacemacs/.emacs.d/private/aminb/packages.el +++ b/spacemacs/.emacs.d/private/aminb/packages.el @@ -17,15 +17,19 @@ ;;; Code: (defconst aminb-packages - '(crux writeroom-mode znc - ;; mu4e has to be installed manually, - ;; and make sure it's in load-path - (mu4e :location site) - (mu4e-contrib :location site) - smtpmail - ) + '(creamsody-theme + crux + ;; mu4e has to be installed manually, + ;; and make sure it's in load-path + (mu4e :location site) + (mu4e-contrib :location site) + smtpmail + writeroom-mode + znc) "The list of Lisp packages required by the aminb layer.") +(defun aminb/init-creamsody-theme ()) + (defun aminb/init-crux () (use-package crux :defer t |