"JS" <[EMAIL PROTECTED]> writes: > "Drew Adams" <[EMAIL PROTECTED]> skrev i en meddelelse > news:[EMAIL PROTECTED] >> > Is it possible to get line numbers in the left margin of emacs?? >> >> http://www.emacswiki.org/cgi-bin/wiki/LineNumbers >> >> > > Ok I downloaded: > > setnu.el > > But what am I supposed to do with it? I am just starting to use emacs.
Put the file in your somewhere in your load-path (to see which directories are in the load-path, do C-h v load-path RET), then add the following to your .emacs file: (require 'setnu) Now, when you want line numbers do M-x setnu-mode RET /Mathias _______________________________________________ Help-gnu-emacs mailing list Help-gnu-emacs@gnu.org http://lists.gnu.org/mailman/listinfo/help-gnu-emacs