Revision | 13e4699124848af6f9ed4949c2e4fc820c338729 (tree) |
---|---|
Zeit | 2017-11-20 05:16:47 |
Autor | ![]() |
Commiter | ellisvelo |
README.md created online with Bitbucket
@@ -0,0 +1,9 @@ | ||
1 | +# README # | |
2 | + | |
3 | +Log-mode is a minor mode used for finding and navigating errors within a buffer or a log file. For example, M-n moves the cursor to the first | |
4 | +error within the log file. M-p moves the cursor to the previous error. Log-mode only highlights the errors that are visible on the screen | |
5 | +rather than highlighting all errors found within the buffer. This is especially useful when opening up large log files for analysis. | |
6 | + | |
7 | +To use Log-mode add the following line in your .emacs file: | |
8 | + | |
9 | +(require 'log-mode) |