From 579e2f30177f009b94426df60f8adf7c81abda8c Mon Sep 17 00:00:00 2001 From: duianto Date: Sat, 2 Feb 2019 16:43:07 +0100 Subject: [PATCH] Sort configuration layers in .spacemacs.template --- core/templates/.spacemacs.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index 48a9f9f9d..678a0d8d4 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -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 ;; `M-m f e R' (Emacs style) to install them. ;; ---------------------------------------------------------------- - helm ;; auto-completion ;; better-defaults emacs-lisp ;; git + helm ;; markdown multiple-cursors - treemacs ;; org ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) ;; spell-checking ;; syntax-checking + treemacs ;; version-control )