Home Software Contact Links RecentChanges MyBlog

ElispArea

Overview

Here are some Emacs extensions I wrote to make my day to day editing tasks a bit easier.

To get them, checkout my elisp git repository.

git-clone git://www.tsdh.de/elisp.git

Currently it includes:

th-common.el

Collection of various functions and macros which might be useful or are used by some of my other elisp files. If you want to use some of the files in this repository, you might need this file.

th-boxquote.el

Provides some extensions to boxquote.el (by Dave Pearson), for example there’s a function to boxquote regions of man pages, which titles the boxquote so that you can press RET on it to directly open the man page from within Gnus. (Behavior like rs-info.el by Reiner Steib.)

th-latex.el

Some templates and a function (th-latex-new-thing) to quickly create a new LaTeX files. Currently there are templates for report, article, letter, g-brief, g-brief2 and beamer.