Posts Tagged ‘minor-mode’

Line number column in Emacs

Wednesday, May 7th, 2008

 Line number column in Emacs

This is something I’d always wished Emacs did; finally got around to finding a minor mode for it.

While the built-in line-number and column-number modes are fine, linum-mode makes it much easier to see where you are in the code at a glance.

To apply it to all buffers by default, throw the following in your .emacs:

(require 'linum)
(global-linum-mode)

Highlight Tail for Emacs

Saturday, April 12th, 2008

highlight-tail-for-emacs Highlight Tail for EmacsThis is a cool little minor mode hack for Emacs. It’s like a last-typed heat map.

Onlookers will be amazed as you burn up the screen with your brilliant code.

Update: Rafal Jedruszek’s site above has gone AWOL, so I am preserving a copy here:

highlight-tail.el (45.87 KB) version 1.3.9 (02 Apr 2007).