diff --git a/.emacs b/.emacs index 292ffb7..8143df4 100644 --- a/.emacs +++ b/.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