Sort configuration layers in .spacemacs.template

This commit is contained in:
duianto 2019-02-02 16:43:07 +01:00 committed by smile13241324
parent 3a23e0cc6b
commit 579e2f3017

View file

@ -39,20 +39,20 @@ This function should only modify configuration layer settings."
;; Uncomment some layer names and press `SPC f e R' (Vim style) or ;; Uncomment some layer names and press `SPC f e R' (Vim style) or
;; `M-m f e R' (Emacs style) to install them. ;; `M-m f e R' (Emacs style) to install them.
;; ---------------------------------------------------------------- ;; ----------------------------------------------------------------
helm
;; auto-completion ;; auto-completion
;; better-defaults ;; better-defaults
emacs-lisp emacs-lisp
;; git ;; git
helm
;; markdown ;; markdown
multiple-cursors multiple-cursors
treemacs
;; org ;; org
;; (shell :variables ;; (shell :variables
;; shell-default-height 30 ;; shell-default-height 30
;; shell-default-position 'bottom) ;; shell-default-position 'bottom)
;; spell-checking ;; spell-checking
;; syntax-checking ;; syntax-checking
treemacs
;; version-control ;; version-control
) )