Skip to content

alanz/emacs-unison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Unison Codebase Manager in emacs, via its API

Status: experimental, does not work yet, liable to change/break at any time.

Getting started

This process is currently brittle, works for me in my dev setup. It assumes you have installed the unison codebase manager and it is in your path.

I am working against version M4e.

Check out this repo, and add it to your code path in emacs

(add-to-list 'load-path "/home/alanz/tmp/unison-emacs-play")
(require 'ucm)

Open an emacs shell, and start ucm

M-x shell
ucm

Start the ucm-repl

M-x ucm-repl

Currently implemented commands

list

Lists the contents of your codebase.

About

Interact with Unison Codebase Manager in emacs, via its API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors