diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 0e82092..e9ead7f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -45,10 +45,6 @@ ;;Visible bell (setq visible-bell t) -;;Transparency -(set-frame-parameter (selected-frame) 'alpha '(90 80)) -(add-to-list 'default-frame-alist '(alpha 90 50)) - |