From 4203b007d3b5e180449a0f621261e7cf1362dd0d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 11 Nov 2023 12:02:12 +0100 Subject: [PATCH] Add magit and set default theme --- sbcl-nginx.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index b3af15a..3af99ed 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -630,6 +630,24 @@ write_files: ;; File name to load inferior shells from (setq shell-file-name "/bin/bash") + (use-package magit + :bind ("C-x g" . magit-status) + :config + (global-set-key (kbd "C-x M-g") 'magit-dispatch)) + + (custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(custom-enabled-themes '(modus-vivendi))) + (custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + 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