Loading...
Uploaded by torypages on Mar 25, 2010
How to turn line number on by default in emacsThe song is http://www.jamendo.com/en/track/23555and in case it is unclear, the .emacs file should be in your home directory... that is... ~/you would type cd ~/to get there
Howto & Style
Standard YouTube License
Two comments:
* linum.el is distributed with Emacs 22+ so there's not need to download linum.el—just add (global-linum-mode 1) to your .emacs file.
* To load your newly-altered .emacs file without needing to close emacs and reopen you can execute the command M-x load-file and select ~/.emacs.
Baldurpet 1 year ago
Load more suggestions
Two comments:
* linum.el is distributed with Emacs 22+ so there's not need to download linum.el—just add (global-linum-mode 1) to your .emacs file.
* To load your newly-altered .emacs file without needing to close emacs and reopen you can execute the command M-x load-file and select ~/.emacs.
Baldurpet 1 year ago