[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"
|
||||||
"zsh-autosuggestions"
|
"zsh-autosuggestions"
|
||||||
"zsh-syntax-highlighting"
|
"zsh-syntax-highlighting"
|
||||||
"fzf"
|
"fzf"))
|
||||||
"emacs"))
|
|
||||||
(list
|
(list
|
||||||
zellij)))
|
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)
|
(auto-start? #t)
|
||||||
(start
|
(start
|
||||||
#~(make-forkexec-constructor
|
#~(make-forkexec-constructor
|
||||||
(list #$(file-append emacs "/bin/emacs")
|
(list "/usr/bin/emacs"
|
||||||
"--fg-daemon")
|
"--fg-daemon")
|
||||||
#: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 #~(make-kill-destructor)))))
|
(stop #~(make-kill-destructor)))))
|
||||||
|
|
Loading…
Reference in a new issue