GNU Emacs 30.1
Jump to navigation
Jump to search
See:
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
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