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