;;; config.el --- Git Layer configuration File for Spacemacs ;; ;; Copyright (c) 2012-2017 Sylvain Benner & Contributors ;; ;; Author: Sylvain Benner ;; URL: https://github.com/syl20bnr/spacemacs ;; ;; This file is not part of GNU Emacs. ;; ;;; License: GPLv3 ;; Variables (defvar git-enable-magit-svn-plugin nil "If non nil `magit-svn' plugin is enabled.") (defvar git-magit-status-fullscreen nil "If non nil magit-status buffer is displayed in fullscreen.")