tidy xml
I found myself needing a simple way to format some xml. The xml I had was all shoved onto one line which is pretty impossible to read.
I thought, nxml-mode should be able to do this, but checking the function names provided with nxml didn’tyield anything useful as far as I could tell. So I thought [...]
Emacs and JDEE tip
As you can tell from my earlier posts I use JDEE for Java development. My configuration has grown very organically, I’ve added a little here and there. One of my configuration changes was to hide the prj.el file. The prj.el file isn’t important to see when browsing directories with dired [...]