core-lib: rename helper fns; move doom-resolve-vim-path
+ doom--resolve-paths => doom--resolve-path-forms + doom--resolve-hooks => doom--resolve-hook-forms + +evil*ex-replace-special-filenames => doom-resolve-vim-path
This commit is contained in:
parent
04a3db3d2b
commit
6cb5efc929
5 changed files with 88 additions and 84 deletions
|
@ -72,7 +72,7 @@ If STRICT-P, return nil if no project was found, otherwise return
|
|||
Paths are relative to the project root, unless they start with ./ or ../ (in
|
||||
which case they're relative to `default-directory'). If they start with a slash,
|
||||
they are absolute."
|
||||
(doom--resolve-paths files (doom-project-root)))
|
||||
(doom--resolve-path-forms files (doom-project-root)))
|
||||
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue