For a summary of changes in Emacs 30, see the etc/NEWS file in the
tarball; you can view it from Emacs by typing 'C-h n', or by clicking
Help->Emacs News from the menu bar.
Cool small features in Emacs 30 that I really like:
If you have ever tried to create a custom modeline, you may have discovered that right-aligning elements was a massive pain. Emacs 30 adds a new modeline element mode-line-format-right-align which makes all subsequent elements in mode-line-format right-aligned.
When Emacs prompts you about recovering an auto-save file, you can now press = to show a diff between the buffer and auto-save. No more guessing whether you had done anything important.
E in dired opens a file with the default program for that file type (via xdg-open or OS equivalent).
Cool small features in Emacs 30 that I really like:
mode-line-format-right-align
which makes all subsequent elements inmode-line-format
right-aligned.=
to show a diff between the buffer and auto-save. No more guessing whether you had done anything important.E
in dired opens a file with the default program for that file type (via xdg-open or OS equivalent).