Set some variables for spacemacs-mode

This commit is contained in:
syl20bnr 2014-09-09 23:12:31 -04:00
parent e63513f97a
commit a3cef1be48
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
(define-derived-mode spacemacs-mode special-mode "spacemacs-mode"
"Spacemacs major mode for startup screen.")
"Spacemacs major mode for startup screen."
:syntax-table nil
:abbrev-table nil
(setq truncate-lines t)
(setq cursor-type nil))
(defun spacemacs-load-dotfile ()
"Load ~/.spacemacs. If it is not found then copy .spacemacs.template to