fix: Use SSH protocol for straight.el and clean up consult-jinx

This commit is contained in:
2026-06-27 09:22:40 +08:00
parent 315fb0ef87
commit 0739da85cc
2 changed files with 5 additions and 3 deletions

View File

@@ -5,6 +5,10 @@
;;; Code:
;; straight.el
;; 使用ssh
(setq straight-vc-git-default-protocol 'ssh)
(defvar bootstrap-version)
(let ((bootstrap-file
(expand-file-name

View File

@@ -75,9 +75,7 @@ _a_ : all dwim
(use-package consult-jinx
:straight
(:host github :repo "Andsy10/consult-jinx")
:init
(setq consult-jinx-candidate-style 'compact)))
(:host github :repo "Andsy10/consult-jinx")))
;; eat终端
(unless *is-windows*