GNU Emacs 30.1
Jump to navigation
Jump to search
See:
- https://www.masteringemacs.org/article/whats-new-in-emacs-301
- https://git.savannah.gnu.org/cgit/emacs.git/tree/etc/NEWS?h=emacs-30
What's new in Emacs 30.1
- completion-preview-mode: a replacement for company-mode
- native and faster JSON parser
- which-key mode is built-in
- native completion is on by default
- official Android support
- Tree Sitter improvements
- Emacs is now the default application for 'org-protocol'
- and more!
How to get it
AppImage
Unofficial AppImage for latest releases:
How to build it
sudo apt install build-essential autoconf automake texinfo libgtk-3-dev libxpm-dev libjpeg-dev libgif-dev libtiff-dev libgnutls28-dev libncurses-dev libjansson-dev libgccjit-10-dev ./configure –with-tree-sitter
(On Debian 12, get libgccjit-12-dev)
make -j16
sudo make install