mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(editor): switch yank-indent from vendored to separate repo version
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user