I have been creating random projects for ages for various
reasons. This is my slowly increasing list of things I've
done and links to the (free) code. These do not include many
of my other public projects, just projects that aren't hosted
elsewhere.
Project | Description |
org-mode | A generic
export for Emacs' org-mode |
gnus-highlight.el | Generic highlighting support for the Gnus mail/news reader |
buffer-timer.el | Keep
track of the time you spend editing files and organize the results to
help account for how much time you spend on each project. |
switch-files.el | A way to switch between corresponding pairs of matching code files. EG, loading this file and then typing C-x M-f inside a code.c file will switch to the code.h file. Inside a code.pm file, it'll switch to a code.xs file. Etc. Additionally, it will follow #include directives if sitting on the front of a #include file within a .c or .h file. C-x M-f on followed referenced files will always take you back to where you came from (nested references supported). |
snmp-mode.el | A hacked version of the original snmp-mode to add support for editing of SMIv2 style MIB documents. |
bbdb-to-org-contacts.el | Converts a
BBDB database
to org-contacts. |