feat(lib): backport find-sibling-file

I will slowly phase out projectile in favor of project.el, starting with
projectile-find-other-file, which -- as of Emacs 29 -- has a native
alternative: `find-sibling-file`.

Ref: doomemacs/community#1
This commit is contained in:
Henrik Lissner 2024-03-10 20:43:52 -04:00
parent 3b405c8d81
commit 198fe82b6d
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 77 additions and 9 deletions

View file

@ -677,7 +677,7 @@
:desc "Configure project" "g" #'projectile-configure-project
:desc "Invalidate project cache" "i" #'projectile-invalidate-cache
:desc "Kill project buffers" "k" #'projectile-kill-buffers
:desc "Find other file" "o" #'projectile-find-other-file
:desc "Find sibling file" "o" #'find-sibling-file
:desc "Switch project" "p" #'projectile-switch-project
:desc "Find recent project files" "r" #'projectile-recentf
:desc "Run project" "R" #'projectile-run-project