[fix] don't use guix emacs
This commit is contained in:
parent
0c47796eaa
commit
4e34c5f2ae
2 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,7 @@
|
|||
"zsh"
|
||||
"zsh-autosuggestions"
|
||||
"zsh-syntax-highlighting"
|
||||
"fzf"
|
||||
"emacs"))
|
||||
"fzf"))
|
||||
(list
|
||||
zellij)))
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ your morning, and an auto-update tool that makes it easy to keep up with the lat
|
|||
(auto-start? #t)
|
||||
(start
|
||||
#~(make-forkexec-constructor
|
||||
(list #$(file-append emacs "/bin/emacs")
|
||||
(list "/usr/bin/emacs"
|
||||
"--fg-daemon")
|
||||
#:log-file (format #f "~a/.local/var/log/emacs.log" (getenv "HOME"))))
|
||||
(stop #~(make-kill-destructor)))))
|
||||
|
|
Loading…
Reference in a new issue