chore(editor): switch yank-indent from vendored to separate repo version

This commit is contained in:
2023-04-18 02:30:16 +01:00
parent 66efcdb8a0
commit db016c1e7d
2 changed files with 1 additions and 175 deletions

View File

@@ -7,8 +7,7 @@
;;; Code:
(use-package yank-indent
:straight (:type built-in) ;; from vendor directory
:demand
:straight (:host github :repo "jimeh/yank-indent")
:config
(global-yank-indent-mode t))