【发布时间】:2012-03-05 12:40:51
【问题描述】:
我有(在我的 .emacs 中)
(set-background-color "#101416")
(set-foreground-color "#f6f3e8")
我有 2 个绑定:
alias ex='emacsclient -nw'
alias ec='emacsclient -c -a ""'
ex 可以很好地在终端中打开客户端,但是当我想将它作为框架打开时,我有白色背景:(
为什么以及如何在那里使用我的深色背景?
【问题讨论】:
标签: linux emacs elisp emacsclient