mirror of
https://github.com/Foltik/dotfiles
synced 2025-02-12 12:29:54 -05:00
Change position to cl-position
This commit is contained in:
parent
ffd905a7ff
commit
5b5fb2b9e8
@ -161,7 +161,7 @@ Some functions to help with creating custom use-package keywords
|
||||
"Add the keyword to use-package at the proper index,
|
||||
and to the deferring keywords list if necessary"
|
||||
(setq use-package-keywords
|
||||
(let ((idx (+ 1 (position :hook use-package-keywords))))
|
||||
(let ((idx (+ 1 (cl-position :hook use-package-keywords))))
|
||||
(append
|
||||
(seq-subseq use-package-keywords 0 idx)
|
||||
(list keyword)
|
||||
|
Loading…
Reference in New Issue
Block a user