Adding old style authinfo.gpg for #netrc

This commit is contained in:
Colin Powell
2019-11-27 10:34:22 -05:00
parent ccee8fa2e1
commit 8bd0839aad
6 changed files with 7 additions and 4 deletions

View File

@ -8,9 +8,11 @@
(magit-wip-after-apply-mode t)
(setq magit-save-repository-buffers 'dontask
magit-circleci-token "097bf0dd808ad9103d489844e37cecffdf967837"
magit-repository-directories '(("~/src/" . 3)
("~/dotfiles/" . 0))
magit-popup-display-buffer-action nil ;; Not sure why this is here, wonder what it does
magit-display-file-buffer-function #'switch-to-buffer-other-window
magithub-clone-default-directory "~/src" ;; I want my stuff to clone to ~/projects
magithub-preferred-remote-method 'ssh_url)) ;; HTTPS cloning is awful, i authenticate with ssh keys.