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

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

Re: emacs + maximum window size / maximum frame size + default home dir


From: Peter Dyballa
Subject: Re: emacs + maximum window size / maximum frame size + default home dir
Date: Fri, 8 Apr 2011 10:29:24 +0200


Am 08.04.2011 um 07:19 schrieb rkv:

i would like to set the maximum window size by default in my emacs init file

The variables default-frame-alist and initial-frame-alist exist.


And also i would like to put my defualt dir from the home dir to some other
path in the .init file .

You could put into your init file something like

(setenv "HOME" (concat (getenv "HOME") path-separator "some/ directory"))

A side-effect of this would that C-x d ~ RET would not open your real home directory but the faked $HOME.

--
Greetings

  Pete

Think of XML as Lisp for COBOL programmers.
                                - Tony-A (some guy on /.)




reply via email to

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