summaryrefslogtreecommitdiff
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-24 19:20:16 +0200
committerThanosApollo <[email protected]>2022-11-24 19:20:16 +0200
commit9abfc9327f3e0dbe013c3c2f3f12f758bb2e4cc8 (patch)
treec46105d643e2c42fec14c9aba923df4982b7770a /.emacs.d/init.el
parente6d3dfdbf2b77b2fcfe01dc8c1f66d427b5c4917 (diff)
Remove transparency
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
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))
-