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).
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.
On this site is available some amount of code, written for Emacs:
hs-lint command the C-c l key
binding is used):(require 'hs-lint) (defun my-haskell-mode-hook () (local-set-key "\C-cl" 'hs-lint)) (add-hook 'haskell-mode-hook 'my-haskell-mode-hook)
You can download my configuration file for GNU Emacs as archive, or you can view it —
most of settings, related to the concrete packages & topics, are moved to separate files,
that you can view clicking on the link in (load ...) commands. Besides this, you can view
.gnus file, that also contain links to files with configurations for some packages.
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
This links could be useful when searching information about Emacs: