04/6: emacs tips
Categories:
emacs
Posted by: bjb
I just learned how to do a couple of things in emacs:
- put the line that has point in it at the top of the window:
M-0 C-l
(meta-zero control-ell) - toggle the buffer to read-only or writeable (
M-x view-mode
)