[Emacs] Use ssh protocol by default with straight.el

This commit is contained in:
Ivan Malison 2017-09-03 12:17:54 -07:00
parent daf81fe21a
commit 81f5da6d3e
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -10,6 +10,7 @@
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(setq straight-vc-git-default-protocol 'ssh)
(straight-use-package 'use-package)
(require 'use-package)
(setq use-package-enable-imenu-support t