Avoid credential socket in magit

This commit is contained in:
2022-01-19 21:15:28 +01:00
parent 476b357095
commit 3172859a3d

3
.emacs
View File

@@ -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