summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-08-10 23:26:40 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-10 23:45:09 -0300
commit46865e7ab83e93a676dfd52bec3c4c591968ee09 (patch)
treefcbe80f70771deb743de919624173fe77d44ba52 /nixos
parent2160abc3eddbe826b08bcffdb3758763b093f254 (diff)
downloadnixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar.gz
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar.bz2
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar.lz
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar.xz
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.tar.zst
nixpkgs-46865e7ab83e93a676dfd52bec3c4c591968ee09.zip
rl-2311: mention emacs-29 update
Co-authored-by: Atemu <atemu.main@gmail.com>
Co-authored-by: adisbladis <adisbladis@gmail.com>
Co-authored-by: asymmetric <lorenzo@mailbox.org>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-2311.section.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2311.section.md b/nixos/doc/manual/release-notes/rl-2311.section.md
index d87d3b5c92f..b8b052a44f2 100644
--- a/nixos/doc/manual/release-notes/rl-2311.section.md
+++ b/nixos/doc/manual/release-notes/rl-2311.section.md
@@ -136,6 +136,10 @@
 
 - `pharo` has been updated to latest stable (PharoVM 10.0.5), which is compatible with the latest stable and oldstable images (Pharo 10 and 11). The VM in question is the 64bit Spur. The 32bit version has been dropped due to lack of maintenance. The Cog VM has been deleted because it is severily outdated. Finally, the `pharo-launcher` package has been deleted because it was not compatible with the newer VM, and due to lack of maintenance.
 
+- Emacs mainline version 29 was introduced. This new version includes many major additions, most notably `tree-sitter` support (enabled by default) and the pgtk variant (useful for Wayland users), which is available under the attribute `emacs29-pgtk`.
+
+- Emacs macport version 29 was introduced.
+
 ## Other Notable Changes {#sec-release-23.11-notable-changes}
 
 - The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.