fix(look-and-feel): Transparent emacs gets old fast

This commit is contained in:
Vincent Ambo 2017-11-20 13:21:39 +01:00
parent 7a41f8cd22
commit a9866504ea

View file

@ -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)