EmacsLispTools
home.html
Not logged in

Why here?

I have been using Emacs since the 80's as my primary editor. Recently I needed to find a DVCS system easy to setup and found Fossil. Nice discovery. I decided to put some of my stuff on the web using Fossil. Among the stuff that can be used are some Emacs Lisp files...

What's in here

lisp/plantUML.el

I recently had a look at plantUML as a way of quickly generating UML schematics without having to play with drawing tools or other modeling tools that require you to provide so much information before being useful... I found a pointer to some basic helper functions and based on them, I wrote a quick plantuml-mode to easily manipulate those small UML drawing description and preview them with Emacs.