This mode for code-it-later emacs embedding. You can run the codeitlater
in your emacs and jump to the file location.
install code-it-later-rs
cargo install code-it-later-rs
use straight.el
(use-package code-it-later-mode
:straight (code-it-later-mode :type git :host github :repo "ccqpein/code-it-later-mode")
:commands code-it-later
)
M-x code-it-later
and pick the dir or file you want to run code-it-later