Update emacs init file

This commit is contained in:
Marcus Kammer 2023-11-08 19:37:33 +01:00
parent a94a90b2da
commit 3568ff7e4d
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -645,6 +645,12 @@ write_files:
;; Enable fido mode for a more modern ido experience
(fido-mode 1)
;; File name to load inferior shells from
(setq shell-file-name "/bin/bash")
;; Shell file name to run in the subshell used to run TeX
(setq tex-shell-file-name "/bin/bash"))
runcmd:
# Run Certbot to obtain SSL certificates and configure Nginx
- certbot certonly --nginx -d u1.metalisp.dev --non-interactive --agree-tos --email marcus.kammer@mailbox.org --redirect