更改组织模式链接颜色
当我在 org-mode
标题中添加链接时,链接颜色是否可以与标题中的其余文本相匹配?
When I add a link within an org-mode
heading, is it possible have the link color match the rest of the text in the heading?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使组织链接的颜色始终与找到它们的文本相匹配,但不能根据它们是否位于标题内来有条件地执行此操作。如果这足以满足您的需求,请尝试:
Mxcustomize-face RET org-link RET
,然后删除脸部的“前景”规范。
You can make the color of org links always match the text in which they are found, but you can't do that conditionally based on whether they are within headings. If that's good enough for your needs, try:
M-x customize-face RET org-link RET
then remove the 'foreground' specification for the face.