Fix log file for Emacs daemon
This commit is contained in:
parent
d921598f32
commit
959147bdce
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
#~(make-forkexec-constructor
|
||||
(list #$(file-append (home-emacs-configuration-package config) "/bin/emacs")
|
||||
"--fg-daemon")
|
||||
#:log-file (format #f "~a/.local/var/log/xbindkeys.log" (getenv "HOME"))))
|
||||
#:log-file (format #f "~a/.local/var/log/emacs.log" (getenv "HOME"))))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
|
||||
(define (home-emacs-config-files config)
|
||||
|
|
Loading…
Reference in a new issue