SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions

MattKeller

Last edit

Summary: Moved my elisp files to github

Changed:

< For the dot-file peepers, I keep my emacs configuration in a [http://www.littleredbat.net/mk/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blob;f=dotemacs;hb=HEAD public git repository].

to

> For the dot-file peepers, I keep my emacs configuration in a [http://github.com/mattkeller/elisp public git repository].


Matt Keller

I use Emacs on Linux and, when I have to, on Windows. I am a former vimmer who initially moved to Emacs to hack Common Lisp. Now I live in Emacs. It’s my portable operating system.

For the dot-file peepers, I keep my emacs configuration in a public git repository.

Code

mk-project.el

I’ve written a library called mk-project.el to manage emacs “projects” (see CategoryProgrammerUtils#ProjectSupport).

Details are on at its homepage at github; see Lisp:mk-project.el for the source.

etags-update.el

A global minor mode that updates your EmacsTags when you save a file. The code is available on github.

Welcome to the wiki! – AlexSchroeder


CategoryHomepage