From dacd46ceb699c0d329ddb9a7ff2025e289e35744 Mon Sep 17 00:00:00 2001 From: EnigmaCurry Date: Tue, 12 Mar 2024 01:01:49 -0400 Subject: [PATCH] Emacs --- books/linux-workstation.org | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/books/linux-workstation.org b/books/linux-workstation.org index 2615abd28..d40cdf9bc 100644 --- a/books/linux-workstation.org +++ b/books/linux-workstation.org @@ -319,10 +319,10 @@ disappears. Emacs is my long time favorite code editor IDE. Because Sway runs on Wayland, you'll want to install the Wayland (pgtk) version of Emacs. -In Fedora 40 onwards, the Wayland (pgtk) version is the default. For -Fedora 39, [[https://copr.fedorainfracloud.org/coprs/enigm-a/emacs-pgtk-nativecomp][you can use this COPR]] (a COPR is to Fedora what PPA is to -Ubuntu and what AUR is to Arch Linux), which includes a custom build -for Wayland (pgtk). +In Fedora 40 onwards, the Wayland (pgtk) version is already the +default. For Fedora 39, [[https://copr.fedorainfracloud.org/coprs/enigm-a/emacs-pgtk-nativecomp][you can use this COPR]] (a COPR is to Fedora +what PPA is to Ubuntu and what AUR is to Arch Linux), which includes a +custom build for Wayland (pgtk). ** Install Emacs @@ -330,10 +330,14 @@ To enable this, you need to be running your dev toolbox: : toolbox enter dev -Once the toolbox is running, enabled the COPR: +Once the toolbox is running, you may enable the COPR: +: # Not necessary on Fedora 40+ : sudo dnf copr enable enigm-a/emacs-pgtk-nativecomp +Install Emacs: + +: sudo dnf install emacs ** Install dependencies