Emacs:初始窗口大小

发布于 2024-12-03 18:49:11 字数 611 浏览 0 评论 0原文

可能的重复:
以编程方式设置 Emacs 框架大小

初始 emacs 窗口大小取决于列数和字体(系列+尺寸)。 我使用以下方法在 .emacs 中设置这些参数:

(setq default-frame-alist
      '((font . "Menlo-13")
        (width . 80))) 

当 emacs 启动时,初始窗口会打开,并使用默认内部字体计算出的大小,然后在 .emacs 启动时调整自身大小。读。

您知道避免这种调整大小的任何技巧吗?

我在 MacOSX 上使用 emacs。 (http://emacsformacosx.com/)

谢谢

Possible Duplicate:
Programmatically setting Emacs frame size

The initial emacs window size depends on the number of columns and the font (family+size).
I set those parameters in my .emacs using :

(setq default-frame-alist
      '((font . "Menlo-13")
        (width . 80))) 

When emacs starts, the initial window opens with a size calculated using the default internal font and then resizes itself when the .emacs is read.

Do you know any tip to avoid this resize.

I use emacs for MacOSX. (http://emacsformacosx.com/)

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落花随流水 2024-12-10 18:49:11

您可以设置 default-frame-alistinitial-frame-alist。如果您将它们设置为相同的值,我认为您不会看到其中一个值发生任何变化。

You can set both default-frame-alist and initial-frame-alist. If you set them to the same value I think you will see no change from one to the other.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文