Меню:


Ad for Russian fund for functional programming

I use Emacs about 10 years (during last 7 years I'm using GNU Emacs, but before i also used XEmacs). Emacs for me is something like Swiss army knife — with it i perform almost all my tasks — program in different languages, write articles, read e-mail & usenet news, talk in irc & jabber, and more other things (and my site created with Muse — wiki-like package for Emacs).

Articles about Emacs

I wrote (and continue to write) series of articles about using Emacs to perform different tasks (many of articles in Russian, and here listed only some translated articles):

You can also find other my articles.

Code for Emacs

On this site is available some amount of code, written for Emacs:

(require 'hs-lint)
(defun my-haskell-mode-hook ()
   (local-set-key "\C-cl" 'hs-lint))
(add-hook 'haskell-mode-hook 'my-haskell-mode-hook)

My configuration file

You can find my configuration file for GNU Emacs on github — most of settings, related to the concrete packages & topics, are moved to separate files. I want to mention, that this configuration is not "optimal", and many parts are not up-to-date. But now i haven't time to rewrite it

Useful links

This links could be useful when searching information about Emacs:

Last change: 22.06.2011 08:47

blog comments powered by Disqus