Skip to content

darkfeline/jujutsushi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jujutsushi

An Emacs UI to jujutsu

Also provide vc-jujutsushi. This buys us project.el support try the 'vc' project type.

Setup

Until the time when vc-jj.el is ready for being included upstream, we need to teach project.el that how to detect jujutsu projects using the #'try-vc strategy.

(add-to-list 'project-vc-backend-markers-alist '(jj . ".jj"))

Pro Tips

Teach vc to recognize jujutsu projects

(use-package project
  :custom (project-vc-extra-root-markers '(".jj"))

About

Fork of https://git.sr.ht/~puercopop/jujutsushi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 100.0%