mirror of
https://github.com/J3RN/inf-ucm
synced 2026-08-31 19:00:20 +00:00
No description
- Emacs Lisp 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .circleci | ||
| tests | ||
| inf-ucm.el | ||
| LICENSE | ||
| README.md | ||
inf-ucm
![License GPL 3][badge-license]
This is a package to allow you to interact with the Unison Codebase Manager (UCM).
Features
- Run UCM (
inf-ucm) - Load current file into UCM (
inf-ucm-send-buffer)
TODO
- Got a feature you want to see? Open an issue! 😄
Installation
use-package can be used to install and/or configure inf-ucm:
(use-package inf-ucm
:bind (("C-c u i" . 'inf-elixir)))
Development
I am not yet using any kind of build tool (like Eldev or Cask) to develop this plugin. Generally speaking, working with the code involves:
- Clone the git repository
- Make some changes
- Load your changes with
M-x load-file RET inf-elixir.el RET - Verify your changes worked
- Send a PR 🙏