18 lines
494 B
EmacsLisp
18 lines
494 B
EmacsLisp
;;; config.el --- Git Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2016 Sylvain Benner & Contributors
|
|
;;
|
|
;; Author: Sylvain Benner <sylvain.benner@gmail.com>
|
|
;; 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.")
|