Fix unclosed strings in spacemacs.template

This commit is contained in:
Arron Mabrey 2016-10-10 09:58:50 -04:00 committed by d12frosted
parent 37d74f60a8
commit 07718584ba
No known key found for this signature in database
GPG key ID: 8F60E862D6F5CE8F

View file

@ -114,7 +114,7 @@ values."
;; List of items to show in startup buffer or an association list of
;; the form `(list-type . list-size)`. If nil then it is disabled.
;; Possible values for list-type are:
;; `recents' `bookmarks' `projects' `agenda' `todos'."
;; `recents' `bookmarks' `projects' `agenda' `todos'.
;; Example for 5 recent files and 7 projects: '((recents . 5) (projects . 7))
;; List sizes may be nil, in which case
;; `spacemacs-buffer-startup-lists-length' takes effect.
@ -152,7 +152,7 @@ values."
;; pressing `<leader> m`. Set it to `nil` to disable it. (default ",")
dotspacemacs-major-mode-leader-key ","
;; Major mode leader key accessible in `emacs state' and `insert state'.
;; (default "C-M-m)
;; (default "C-M-m")
dotspacemacs-major-mode-emacs-leader-key "C-M-m"
;; These variables control whether separate commands are bound in the GUI to
;; the key pairs C-i, TAB and C-m, RET.