Commit 1dcac9897d66

Vincent Demeester <vincent@sbr.pm>
2023-08-23 10:50:37
tools/emacs: try alpha-background :)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 95bde49
Changed files (1)
tools
tools/emacs/config/config-appearance.el
@@ -231,6 +231,12 @@ questions.  Else use completion to select the tab to switch to."
           tabulated-list-mode-hook))
   (lin-global-mode))
 
+(use-package emacs
+  :unless noninteractive
+  :config
+  (set-frame-parameter nil 'alpha-background 96)
+  (add-to-list 'default-frame-alist '(alpha-background . 96)))
+
 (use-package tooltip
   :unless noninteractive
   :config