Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 537 Bytes

README

This mode for code-it-later emacs embedding. You can run the codeitlater in your emacs and jump to the file location.

Install

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
  )

Usage

M-x code-it-later and pick the dir or file you want to run code-it-later