diff --git a/home/jonas/static/doom-config/config.el b/home/jonas/static/doom-config/config.el index ceb58cc..4425cb3 100644 --- a/home/jonas/static/doom-config/config.el +++ b/home/jonas/static/doom-config/config.el @@ -116,3 +116,7 @@ (add-hook! 'markdown-mode-hook 'pandoc-mode) (require 'dap-cpptools) + + +(set-frame-parameter nil 'alpha-background 70) +(add-to-list 'default-frame-alist '(alpha-background . 70))