Enable some themes, and use Source Code Pro instead of Inconsolata
[~bandali/configs] / spacemacs / .emacs.d / private / aminb / packages.el
index fb336a3..119726a 100644 (file)
 ;;; 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