[PLUG] Emacs text modes

Russell Senior russell at personaltelco.net
Thu Jan 23 21:24:50 UTC 2025


You can look for files that might have changed, say, in the last 7
days, in your home directory tree with something like this:

  find ~/ -type f -mtime -7 -printf "%T@ %p\n" | sort -n | less

-- 
Russell Senior
russell at personaltelco.net

On Thu, Jan 23, 2025 at 12:52 PM Rich Shepard <rshepard at appl-ecosys.com> wrote:
>
> Emacs has always started in text insert-mode, until yesterday. Then, and
> today, it opened in overwrite-mode. I've no idea why nor where to change the
> default back to insert-mode. Clue sticks needed.
>
> TIA,
>
> Rich


More information about the PLUG mailing list