2023-05-11 13:58:37 +02:00
|
|
|
[Install]
|
|
|
|
WantedBy=graphical-session.target
|
|
|
|
|
|
|
|
[Service]
|
2024-09-08 09:55:05 +02:00
|
|
|
ExecStart=@runtimeShell@ -l -c "@emacs@/bin/emacs --fg-daemon -f exwm-enable"
|
2023-05-11 13:58:37 +02:00
|
|
|
Restart=on-failure
|
|
|
|
SuccessExitStatus=15
|
|
|
|
Type=notify
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
After=graphical-session.target
|
|
|
|
Description=Emacs text editor
|
|
|
|
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
|
|
|
PartOf=graphical-session.target
|
|
|
|
X-RestartIfChanged=false
|