From 2719fddaa4b42e45a7d23c196d35d16d7c84a6c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?KJ=20=C3=98rbekk?= Date: Tue, 9 Feb 2016 16:38:59 -0500 Subject: Install magit on the spaceship. --- spacemacs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'spacemacs') diff --git a/spacemacs b/spacemacs index a10746f..4f92f27 100644 --- a/spacemacs +++ b/spacemacs @@ -34,7 +34,7 @@ values." javascript markdown haskell - ;; git + git markdown org ;; (shell :variables @@ -42,7 +42,7 @@ values." ;; shell-default-position 'bottom) spell-checking ;; syntax-checking - ;; version-control + version-control ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these @@ -54,7 +54,7 @@ values." ;; If non-nil spacemacs will delete any orphan packages, i.e. packages that ;; are declared in a layer which is not a member of ;; the list `dotspacemacs-configuration-layers'. (default t) - dotspacemacs-delete-orphan-packages t)) + dotspacemacs-delete-orphan-packages nil)) (defun dotspacemacs/init () "Initialization function. @@ -250,4 +250,7 @@ layers configuration. You are free to put any user code." (kj-bindings) (kj-org-config) (load-file "~/.spacemacs.local") + ;; I have been warned about magit stealing my files: + (setq magit-last-seen-setup-instructions "1.4.0") + (setq-default git-magit-status-fullscreen t) ) -- cgit v1.2.3