Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 org-mode 的 Emacs 中,我可以通过用=符号将代码段括起来来获得内联代码段。这是一个例子:
=
在上面的示例中,我自定义了 的面,org-code使背景比标准文本背景更暗。
org-code
但是有没有办法让 Emacs隐藏这些=标志?拥有类似于 org-mode 对带有语法的链接所做的事情会很棒:
[[link]]
其中 Emacs 将显示link而不是[[link]](请参阅文档),并且仅当您想要编辑链接时才会显示括号。
link
设置org-hide-emphasis-markers为t。但请注意,这也会隐藏,例如\斜体符号等。
org-hide-emphasis-markers
t
\