Compare commits

...

2 commits

Author SHA1 Message Date
11c6b37e7d Untabify, don't use emacs pinentry. 2024-11-29 18:46:38 +00:00
f0908b43f5 Ensure shepherd is started
Install ispell
2024-11-29 18:24:32 +00:00
2 changed files with 25 additions and 22 deletions

View file

@ -38,3 +38,8 @@ export GPG_TTY
export ALTERNATE_EDITOR=""
export EDITOR="emacsclient --tty"
export VISUAL="emacsclient"
# Ensure user shepherd is running
if [[ ! -S ${XDG_RUNTIME_DIR-$HOME/.local/run}/shepherd/socket ]]; then
shepherd
fi

View file

@ -47,6 +47,7 @@
"guile-srfi-235"
"guile-ssh"
"guile-tap"
"ispell"
"nss-certs"
"pass-git-helper"
"password-store"
@ -72,7 +73,4 @@
(home-dotfiles-configuration
(directories '("./dotfiles"))
(layout 'stow)))
(service home-gpg-agent-service-type
(home-gpg-agent-configuration
(pinentry-program
(file-append pinentry-emacs "/bin/pinentry-emacs")))))))
(service home-gpg-agent-service-type))))