[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Setting initial frame's parameters before its creation
From: |
Didier Verna |
Subject: |
Re: Setting initial frame's parameters before its creation |
Date: |
Sun, 03 Mar 2013 11:39:01 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) |
Tomasz Gajewski <address@hidden> wrote:
> Or maybe there is some other solution to this that I'm not aware of?
Why don't you just
;; Put Custom settings elsewhere and load them now:
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)
in your init file ?
--
ELS 2013, June 3/4, Madrid, Spain: http://els2013.european-lisp-symposium.org
Scientific site: http://www.lrde.epita.fr/~didier
Music (Jazz) site: http://www.didierverna.com
- Re: Setting initial frame's parameters before its creation, Leo Liu, 2013/03/01
- Re: Setting initial frame's parameters before its creation, Stefan Monnier, 2013/03/01
- Re: Setting initial frame's parameters before its creation, Stefan Monnier, 2013/03/01
- Re: Setting initial frame's parameters before its creation, Xue Fuqiao, 2013/03/01
- Re: Setting initial frame's parameters before its creation, Leo Liu, 2013/03/01
- Re: Setting initial frame's parameters before its creation, Tomasz Gajewski, 2013/03/02
- Re: Setting initial frame's parameters before its creation,
Didier Verna <=
- Re: Setting initial frame's parameters before its creation, Tomasz Gajewski, 2013/03/03
- Re: Setting initial frame's parameters before its creation, Didier Verna, 2013/03/03