From 8aac331dcb4f3690cdcc76c79463963ba13a232f Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Thu, 2 Mar 2023 04:25:47 +0100 Subject: [PATCH] desktop: Install Emacs GTK version --- desktop/tasks/software.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/desktop/tasks/software.yml b/desktop/tasks/software.yml index a1a52d4..b45bce3 100644 --- a/desktop/tasks/software.yml +++ b/desktop/tasks/software.yml @@ -118,6 +118,19 @@ - gdb state: present +- name: Install Emacs GTK and additional Emacs packages + apt: + name: + - emacs-gtk + - emacs-common-non-dfsg + - elpa-debian-el + - elpa-devscripts + - elpa-dpkg-dev-el + - elpa-pdf-tools + state: present + tags: + - emacs + - name: Remove legacy Mozilla packages apt: name: xul-ext-quotecolors -- GitLab