add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
(require 'spacemacs-common)
(deftheme spacemacs-dark "Spacemacs theme, the dark version")
(create-spacemacs-theme 'dark 'spacemacs-dark)
(provide-theme 'spacemacs-dark)

View File

@@ -0,0 +1,7 @@
(require 'spacemacs-common)
(deftheme spacemacs-light "Spacemacs theme, the light version")
(create-spacemacs-theme 'light 'spacemacs-light)
(provide-theme 'spacemacs-light)

View File

@@ -0,0 +1,6 @@
(define-package "spacemacs-theme" "20200615.1304" "Color theme with a dark and light versions" 'nil :commit "e39254159a4fa99a1a92037e4ae23216d362aab1" :keywords
'("color" "theme")
:url "https://github.com/nashamri/spacemacs-theme")
;; Local Variables:
;; no-byte-compile: t
;; End: