fix(look-and-feel): Transparent emacs gets old fast
This commit is contained in:
parent
7a41f8cd22
commit
a9866504ea
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
|||
|
||||
(defun configure-new-frame (frame)
|
||||
"Configuration settings to run whenever a new frame is created."
|
||||
(scroll-bar-mode 0) ; Disable visual scroll bar (ugh!)
|
||||
(set-frame-parameter frame 'alpha '(97 . 95))) ; Transparent emacs!
|
||||
(scroll-bar-mode 0)) ; Disable visual scroll bar (ugh!)
|
||||
|
||||
(add-hook 'after-make-frame-functions 'configure-new-frame)
|
||||
|
||||
|
|
Loading…
Reference in a new issue