about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-09-03 10:02:49 -0300
committerGitHub <noreply@github.com>2022-09-03 10:02:49 -0300
commit1ed2ad62908eb913851baa391ed1d72cc381927a (patch)
tree6bf4fde774ecdfdde9ad060e6e475e37ffe25e83 /nixos
parent9e00fd3047bace89d720dc98cf76af9427da6f4e (diff)
parentc1861b665856697fb01a6d7a273d2b85f6a92f01 (diff)
downloadnixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar.gz
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar.bz2
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar.lz
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar.xz
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.tar.zst
nixlib-1ed2ad62908eb913851baa391ed1d72cc381927a.zip
Merge pull request #189543 from adisbladis/emacs-lucid-default
emacs: Switch to lucid as the default toolkit
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md3
2 files changed, 11 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index e3c76918911a..0c23082ab0e3 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -386,6 +386,14 @@
       </listitem>
       <listitem>
         <para>
+          Emacs now uses the Lucid toolkit by default instead of GTK
+          because of stability and compatibility issues. Users who still
+          wish to remain using GTK can do so by using
+          <literal>emacs-gtk</literal>.
+        </para>
+      </listitem>
+      <listitem>
+        <para>
           riak package removed along with
           <literal>services.riak</literal> module, due to lack of
           maintainer to update the package.
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index afeaa7aaac73..c4dc8f0c4522 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -134,6 +134,9 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - `pkgs.cosign` does not provide the `cosigned` binary anymore.
 
+- Emacs now uses the Lucid toolkit by default instead of GTK because of stability and compatibility issues.
+  Users who still wish to remain using GTK can do so by using `emacs-gtk`.
+
 - riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
 
 - xow package removed along with the `hardware.xow` module, due to the project being deprecated in favor of `xone`,  which is available via the `hardware.xone` module.