Add spacemacs major mode

This commit is contained in:
sbenner 2014-09-08 13:17:12 -04:00
parent 1d3b076570
commit 547b52365a

View file

@ -0,0 +1,2 @@
(define-derived-mode spacemacs-mode special-mode "spacemacs"
"Spacemacs major mode for startup screen.")