fix: Use SSH protocol for straight.el and clean up consult-jinx
This commit is contained in:
@@ -5,6 +5,10 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
;; straight.el
|
;; straight.el
|
||||||
|
|
||||||
|
;; 使用ssh
|
||||||
|
(setq straight-vc-git-default-protocol 'ssh)
|
||||||
|
|
||||||
(defvar bootstrap-version)
|
(defvar bootstrap-version)
|
||||||
(let ((bootstrap-file
|
(let ((bootstrap-file
|
||||||
(expand-file-name
|
(expand-file-name
|
||||||
|
|||||||
@@ -75,9 +75,7 @@ _a_ : all dwim
|
|||||||
|
|
||||||
(use-package consult-jinx
|
(use-package consult-jinx
|
||||||
:straight
|
:straight
|
||||||
(:host github :repo "Andsy10/consult-jinx")
|
(:host github :repo "Andsy10/consult-jinx")))
|
||||||
:init
|
|
||||||
(setq consult-jinx-candidate-style 'compact)))
|
|
||||||
|
|
||||||
;; eat,终端
|
;; eat,终端
|
||||||
(unless *is-windows*
|
(unless *is-windows*
|
||||||
|
|||||||
Reference in New Issue
Block a user