From 12cae10bf9410afa9fa3807cfea7cc9d58343bcd Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Tue, 22 Aug 2023 08:42:51 -0500 Subject: [PATCH] Let's not use straight for now --- config-org.org | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config-org.org b/config-org.org index 2fa5948..d4c85af 100644 --- a/config-org.org +++ b/config-org.org @@ -630,20 +630,20 @@ * org-roam #+begin_src emacs-lisp (require 'org-ql) - (defvar bootstrap-version) - (let ((bootstrap-file - (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) - (bootstrap-version 5)) - (unless (file-exists-p bootstrap-file) - (with-current-buffer - (url-retrieve-synchronously - "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" - 'silent 'inhibit-cookies) - (goto-char (point-max)) - (eval-print-last-sexp))) - (load bootstrap-file nil 'nomessage)) + ;; (defvar bootstrap-version) + ;; (let ((bootstrap-file + ;; (expand-file-name "straight/repos/straight.el/bootstrap.el" user-emacs-directory)) + ;; (bootstrap-version 5)) + ;; (unless (file-exists-p bootstrap-file) + ;; (with-current-buffer + ;; (url-retrieve-synchronously + ;; "https://raw.githubusercontent.com/raxod502/straight.el/develop/install.el" + ;; 'silent 'inhibit-cookies) + ;; (goto-char (point-max)) + ;; (eval-print-last-sexp))) + ;; (load bootstrap-file nil 'nomessage)) - (setq straight-vc-git-default-protocol 'ssh) + ;; (setq straight-vc-git-default-protocol 'ssh) (define-prefix-command '*org-roam-map*)