gpt4 book ai didi

emacs - 可以使 emacs org-mode 将以 % 开头的行视为注释吗?

转载 作者:行者123 更新时间:2023-12-02 08:42:42 25 4
gpt4 key购买 nike

我知道我可以在 org-mode 中通过在行前加上 # 将其标记为注释。是否可以为以“%”开头的行配置相同的行为?

最佳答案

我刚刚尝试修改 org.el 中的以下函数:

(defun org-at-comment-p nil
"Is cursor in a line starting with a # character?"
(save-excursion
(beginning-of-line)
(looking-at "^#")))

通过更改诸如 ^[#%] 之类的正则表达式,但没有成功。

# 字符在 org-mode 的许多地方被硬编码。

关于emacs - 可以使 emacs org-mode 将以 % 开头的行视为注释吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15173906/

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