开发者

Background/foreground color problem on Emacs on Windows

开发者 https://www.devze.com 2023-01-15 10:13 出处:网络
I\'m using Emacs on Windows. In my .emacs file, I changed the background and foreground colors. When I opened Emacs, the color changes occurred.

I'm using Emacs on Windows.

In my .emacs file, I changed the background and foreground colors.

When I opened Emacs, the color changes occurred.

But when I opened a new frame using C-x 5 2, the color changes did not开发者_如何学C occur.

Why?


This is how I do it:

(setq default-frame-alist
       `((background-color . "darkslateblue")
         (foreground-color . "lightcyan")))
0

精彩评论

暂无评论...
验证码 换一张
取 消