[fix] emacs service stop command not lisp

This commit is contained in:
SouthFox 2025-01-13 13:42:04 +08:00
parent 816be07959
commit d6669456c8

View file

@ -92,7 +92,7 @@ your morning, and an auto-update tool that makes it easy to keep up with the lat
#:log-file (format #f "~a/.local/var/log/emacs.log" (getenv "HOME")))) #:log-file (format #f "~a/.local/var/log/emacs.log" (getenv "HOME"))))
(stop (stop
#~(make-system-destructor #~(make-system-destructor
'("/usr/bin/emacsclient" "--eval" "(kill-emacs)")))))) "/usr/bin/emacsclient --eval '(kill-emacs)'")))))
(define home-emacs-service-type (define home-emacs-service-type
(service-type (name 'emacs-configuration) (service-type (name 'emacs-configuration)