neojski / ecaml-hello

An example Ecaml plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ecaml-hello

ecaml-hello is an example plugin for Emacs written using the Ecaml library. It simply defines a function (ecaml-hello) that prints a hello world message to the Emacs minibuffer.

Compiling

jbuilder build @plugin

Running

emacs -L ./_build/default --batch --eval "(progn (require 'ecaml-hello) (ecaml-hello))"

About

An example Ecaml plugin

License:MIT License


Languages

Language:OCaml 100.0%