GNU Emacs 29

From WikEmacs
Revision as of 09:22, 22 February 2024 by Elvince (talk | contribs)
Jump to navigation Jump to search

See:

What's new in Emacs 29

Emacs 29.1 has a wide variety of new features, including:

  • Official tree-sitter support
  • EGlot, the Language Server Client, is now built-in
  • Use-package is built-in
  • Better long line support
  • Native SQLite Support
  • Changing the init directory (now possible)
  • Pixel Scroll Precision Mode to get smooth scrolling

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

  1. On Debian 12, get libgccjit-12-dev

make -j16

sudo make install