Add transparency to emacs config

This commit is contained in:
Evie Litherland-Smith 2023-10-16 11:16:44 +01:00
parent d11cf00ee6
commit f91d2cf632

View file

@ -26,6 +26,9 @@
+format-with-lsp nil) +format-with-lsp nil)
(+global-word-wrap-mode +1) (+global-word-wrap-mode +1)
(set-frame-parameter nil 'alpha-background 80)
(add-to-list 'default-frame-alist '(alpha-background . 80))
(after! gnus (after! gnus
(setq gnus-select-method '(nntp "news.gnus.org"))) (setq gnus-select-method '(nntp "news.gnus.org")))