From 070f63a117137a93d7f5383cc038e43ae123f38f Mon Sep 17 00:00:00 2001 From: Correl Roush Date: Wed, 8 Jan 2014 11:15:26 -0500 Subject: [PATCH] [emacs] Remove window transparency --- .emacs.d/init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6356c37..ff7da38 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -33,11 +33,6 @@ ;; Expand Region (global-set-key (kbd "C-=") 'er/expand-region) -;; Window transparency -(set-frame-parameter (selected-frame) 'alpha '(85 85)) -(add-to-list 'default-frame-alist '(alpha 85 85)) - - ;; Load custom init scripts from ~/.emacs.d/init.d ;; (let ((init-dir "~/.emacs.d/init.d")