Avoid credential socket in magit
This commit is contained in:
3
.emacs
3
.emacs
@@ -18,7 +18,6 @@
|
||||
'(global-display-line-numbers-mode t)
|
||||
'(gofmt-command "goimports")
|
||||
'(inhibit-startup-screen t)
|
||||
'(magit-revert-buffers (quote silent) t)
|
||||
'(org-agenda-files (quote ("~/org/1.TODO.org")))
|
||||
'(package-archives
|
||||
(quote
|
||||
@@ -130,6 +129,8 @@
|
||||
(use-package magit
|
||||
:commands (magit-status)
|
||||
:bind ("C-x g" . magit-status)
|
||||
:custom
|
||||
(magit-credential-cache-daemon-socket nil)
|
||||
)
|
||||
|
||||
(use-package company
|
||||
|
||||
Reference in New Issue
Block a user