Emacs
Place to put tips and tricks regarding the emacs extensible editor.
Regex Searching
To collect strings matching a pattern in a text file:
C-u M-s o
Open in '-mode' automatically
To have emacs open in a specific mode for a specific file, you can prepend
;; -*- mode: Org; -*-
at the top of the file, in this case the file will open in 'org-mode'
- Read more about Emacs
- Log in to post comments