commit a61d1e274f8b136eec8b74ac0b833386ca567174 parent 926ee06b4728dccdf125f9cc3e4274ffb73a114b Author: Vincent Demeester <vincent@sbr.pm> Date: Tue, 6 Feb 2024 12:11:26 +0100 Remove emacs alpha background… Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | tools/emacs/config/config-appearance.el | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/tools/emacs/config/config-appearance.el b/tools/emacs/config/config-appearance.el @@ -221,12 +221,6 @@ questions. Else use completion to select the tab to switch to." 24-hours minutes))) (display-time)) -(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