Fixed notifications

This commit is contained in:
Aleksandr Lebedev 2025-03-04 13:19:33 +01:00
parent d360ba4ff8
commit bf707a3acb

View file

@ -28,8 +28,8 @@
# Package is optional, defaults to pkgs.emacs
package =
if x11
then pkgs.emacs-unstable
else pkgs.emacs-unstable-pgtk;
then pkgs.emacs30
else pkgs.emacs30-pgtk;
# By default emacsWithPackagesFromUsePackage will only pull in
# packages with `:ensure`, `:ensure t` or `:ensure <package name>`.