fix magit update
This commit is contained in:
@@ -40,6 +40,10 @@
|
||||
(magit-section-toggle (magit-current-section)))
|
||||
(define-key magit-mode-map [left-fringe mouse-1] 'my-magit-fringe-click))
|
||||
|
||||
(use-package magit-section
|
||||
:load-path (lambda() (concat config-dir "lisp/magit-section"))
|
||||
:defer t)
|
||||
|
||||
;; On Windows, we must use Git GUI to enter username and password
|
||||
;; See: https://github.com/magit/magit/wiki/FAQ#windows-cannot-push-via-https
|
||||
(when (eq window-system 'w32)
|
||||
|
||||
Reference in New Issue
Block a user