|
|
|
|
|
by rpdillon
6 days ago
|
|
It's crazy man, you can get full text search for any concept you want. Here goes: C-h r (open Emacs manual)
C-s "line numbers"
That's it. Just keep pressing C-s and it will search through every section of the entire manual for the keyword you mentioned. After 5 tries, it lands on "16.24 Customization of Display", and you can read how that works.Also apropos works. |
|