7876176d38
Set git-use-magit-next to t in the layer variable to use it. For now magit-ghpull from github layer is disabled. A LOT of issues with next magit and evil remain to be fixed
22 lines
616 B
EmacsLisp
22 lines
616 B
EmacsLisp
;;; config.el --- Git Layer configuration File for Spacemacs
|
|
;;
|
|
;; Copyright (c) 2012-2014 Sylvain Benner
|
|
;; Copyright (c) 2014-2015 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.")
|
|
|
|
(defvar git-use-magit-next nil
|
|
"If non nil magit next branch will be used.")
|