Skip to content

Instantly share code, notes, and snippets.

@pathologicalhandwaving
Last active October 8, 2019 02:22
Show Gist options
  • Save pathologicalhandwaving/49f6a48550022bff5544e708f8b832b1 to your computer and use it in GitHub Desktop.
Save pathologicalhandwaving/49f6a48550022bff5544e708f8b832b1 to your computer and use it in GitHub Desktop.
Arch Linux Install -- Part IV -- Emacs

Arch Install (Part IV)

Emacs Setup

Emacs itself was installed during the archiso OS process as the default text editor.

  • Current Version: 26.3

Setup goal is to come as close as possible, and progressively closer to Emacs as an Operating System.

Terminal

yay -S emacs-libvterm-git

Emacs Application Framework

sudo pacman -S python-xlib python-pyqt5 python-pymediainfo
sudo pip install dbus-python pymupdf grip qrcode python-xlib pyqt5 pyqtwebengine
sudo pacman -S qtermwidget
git clone https://github.com/manateelazycat/emacs-application-framework.git

(require'eaf)

Tray

Download: https://www.emacswiki.org/emacs/download/awesome-tray.el

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment