help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: window alignment at startup


From: Drew Adams
Subject: RE: window alignment at startup
Date: Wed, 10 Jul 2013 15:17:11 -0700 (PDT)

> (defun align-window ()
>  "fix window positioning"
>   (interactive)
>   (set-frame-position
>     (selected-frame)
>     (if (equal (getenv "emacs_alignment") "right") -1 0)
>     0))
> 
> OI want to execute this function as the last thing
> emacs does before it's done - after loading the file(s), etc. 

Try `C-h v after-init-hook'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]