summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-02-15 00:34:54 +0100
committerGravatar Tom Willemsen2013-02-15 00:34:54 +0100
commitba12781a863032199196b4b6dcc8472d92b6a10a (patch)
treeeefe87a84b63ec372ceb1a8082ebe3c7c0441a6c
parentacdee386125b60813e3e88b737129606f705ca9d (diff)
downloaddotfiles-ba12781a863032199196b4b6dcc8472d92b6a10a.tar.gz
dotfiles-ba12781a863032199196b4b6dcc8472d92b6a10a.zip
emacs: Make frames transparent
-rw-r--r--.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index cc6528c..e30c13e 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -94,7 +94,8 @@
(vertical-scroll-bars . nil)
(menu-bar-lines . nil)
(tool-bar-lines . nil)
- (font . "Envy Code R:pixelsize=18")))
+ (font . "Envy Code R:pixelsize=18")
+ (alpha 90 90)))
(setq elnode-do-init nil)
(setq erc-autojoin-channels-alist
'(("freenode.net" "#ninthfloor" "#emacs")))