Merge pull request #6329 from scottjones/emacs-aur-quattro
Install Emacs via the omarchy-emacs AUR package
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# omarchy:summary=Install Emacs with Omarchy theme and font integration via the omarchy-emacs AUR package
|
||||
|
||||
echo "Installing Emacs..."
|
||||
omarchy-pkg-aur-add omarchy-emacs && omarchy-install-emacs
|
||||
|
||||
# emacsclient opens a frame on the running daemon, not a second Emacs
|
||||
setsid gtk-launch emacsclient
|
||||
Reference in New Issue
Block a user