From 3568ff7e4d0ed08cce9591e9d1c946caebed5b75 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 8 Nov 2023 19:37:33 +0100 Subject: [PATCH] Update emacs init file --- sbcl-nginx.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index b5bc372..9d64a94 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -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