[fix] don't use guix emacs

This commit is contained in:
SouthFox 2024-11-18 21:23:52 +08:00
parent 0c47796eaa
commit 4e34c5f2ae
2 changed files with 2 additions and 3 deletions

View file

@ -24,8 +24,7 @@
"zsh"
"zsh-autosuggestions"
"zsh-syntax-highlighting"
"fzf"
"emacs"))
"fzf"))
(list
zellij)))

View file

@ -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)))))