Enable Fedora Wayland Emacs

This commit is contained in:
Fabio Scotto di Santolo
2026-08-11 20:19:59 +02:00
parent 13991fb2b4
commit cfedfbc676
3 changed files with 12 additions and 0 deletions

View File

@@ -100,6 +100,14 @@
if 'graphical_desktop' in group_names
else []
)
+ (
(fedora_emacs_packages | default([]))
if (
'graphical_desktop' in group_names
and (emacs_enabled | default(false) | bool)
)
else []
)
+ (
(fedora_workstation_dev_packages | default(workstation_dev_packages | default([])))
if 'workstation_dev_fedora' in group_names