fix: Use SSH protocol for straight.el and clean up consult-jinx
This commit is contained in:
@@ -5,6 +5,10 @@
|
||||
;;; Code:
|
||||
|
||||
;; straight.el
|
||||
|
||||
;; 使用ssh
|
||||
(setq straight-vc-git-default-protocol 'ssh)
|
||||
|
||||
(defvar bootstrap-version)
|
||||
(let ((bootstrap-file
|
||||
(expand-file-name
|
||||
|
||||
@@ -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*
|
||||
|
||||
Reference in New Issue
Block a user