[fix] emacs service stop command not lisp
This commit is contained in:
parent
816be07959
commit
d6669456c8
1 changed files with 1 additions and 1 deletions
|
@ -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"))))
|
||||
(stop
|
||||
#~(make-system-destructor
|
||||
'("/usr/bin/emacsclient" "--eval" "(kill-emacs)"))))))
|
||||
"/usr/bin/emacsclient --eval '(kill-emacs)'")))))
|
||||
|
||||
(define home-emacs-service-type
|
||||
(service-type (name 'emacs-configuration)
|
||||
|
|
Loading…
Reference in a new issue