You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method 3 - If you prefer emacs daemon through systemd
Clone the repository and move the directory to emacs.d
Use systemd to run emacs as daemon script is in .config/systemd/user/emacs.service. If you don’t want to use window manager you need to remove flag -f exwm-enable in service file
# Move Create directory for systemd like below
mkdir -p ~/.config/systemd/user
# Move emacs.service to above directory
cp .config/systemd/user/emacs.service ~/.config/systemd/user/emacs.service
# Enable the service
systemctl enable --user emacs
# Start the service
systemctl start --user emacs
Use below snippet in your .xinitrc to make emacs as window manager