emacs: set default shell to sh

This commit is contained in:
Evie Litherland-Smith 2024-02-05 11:57:30 +00:00
parent e0d6d3512a
commit 5058ac7992

View file

@ -13,6 +13,7 @@
alpha = "${toString (floor (mul stylix.opacity.applications 100))}";
in ''
(org-babel-load-file "~/.emacs/README.org")
(customize-set-variable 'shell-file-name "/bin/sh")
(add-to-list 'initial-frame-alist '(font . "${font}"))
(add-to-list 'default-frame-alist '(font . "${font}"))
(add-to-list 'initial-frame-alist '(alpha-background . ${alpha}))