spacemacs/contrib/themes-megapack
2014-10-17 23:04:00 -04:00
..
packages.el Fixes typo in xxx-packages docstring 2014-10-17 23:04:00 -04:00
README.md Add contribition layer: themes-megapack 2014-10-05 00:35:23 -04:00

Themes Megapack contribution layer for Spacemacs

This simple contribution layer is an example. It installs around 100 themes for Emacs. You can try them easily by invoking helm-themes with: <SPC> h t.

Install

To use this contribution add it to your ~/.spacemacs

(defvar dotspacemacs-configuration-layers '(themes-megapack)
  "List of contribution to load."
)