Update emacs init file
This commit is contained in:
parent
a94a90b2da
commit
3568ff7e4d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue