[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs with OS X Lion
From: |
Timothy Klim |
Subject: |
Re: Emacs with OS X Lion |
Date: |
Wed, 4 Jul 2012 21:47:55 +0400 |
I have this code in my init.el:
(setq default-frame-alist
'((top . 0) (left . 20)
(width . 100) (height . 48)
))
On Jul 4, 2012, at 9:04 PM, Timothy Klim wrote:
> Hi!
>
> I have Mac OS X 10.7.4 and Emacs from git sources(through homebrew). When I
> open any file I got screen bugs http://cl.ly/1G1R2E0H2b0F2N1V1H1Y
>
> Any ideas what is this?
>
> Thank you.