Skip to content

Commit

Permalink
Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Mar 12, 2024
1 parent 576201d commit dacd46c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions books/linux-workstation.org
Original file line number Diff line number Diff line change
Expand Up @@ -319,21 +319,25 @@ 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

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

Expand Down

0 comments on commit dacd46c

Please sign in to comment.