gpt4 book ai didi

linux - 如何将emacsclient 背景设置为Emacs 背景?

转载 作者:太空狗 更新时间:2023-10-29 11:05:35 28 4
gpt4 key购买 nike

我有(在我的 .emacs 中)

(set-background-color "#101416")
(set-foreground-color "#f6f3e8")

我有 2 个绑定(bind):

alias ex='emacsclient -nw'
alias ec='emacsclient -c -a ""'

ex 可以很好地在终端中打开客户端,但是当我想将其作为框架打开时,我得到了白色背景:(

为什么以及如何在那里使用深色背景?

最佳答案

set-background-colorset-foreground-color 只影响当前帧,你的 .emacs 文件不会被执行运行 emacsclient

尝试设置变量 default-frame-alist(“Alist of default values for frame creation”):

(setq default-frame-alist      '((background-color . "#101416")        (foreground-color . "#f6f3e8")))

关于linux - 如何将emacsclient 背景设置为Emacs 背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9271930/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com