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.
可能的重复: 使 Emacs 对缩进不那么激进
每当我在 Emacs 的 C++ 模式下键入并打开或关闭括号时,它都会缩进整个表达式。我不希望这种情况发生。如何关闭此功能?我可以关闭所有自动缩进功能吗?
尝试:(c-toggle-electric-state -1)
(c-toggle-electric-state -1)
从文档:
c-toggle-electric-state 是 `cc-cmds.el' 中的交互式编译 Lisp 函数。 (c-toggle-electric-state & optional ARG) 切换电动压痕功能。可选数字 ARG(如果提供)在正时打开电子压痕,在负时将其关闭,并在零或省略时切换它。
c-toggle-electric-state 是 `cc-cmds.el' 中的交互式编译 Lisp 函数。
(c-toggle-electric-state & optional ARG)
切换电动压痕功能。可选数字 ARG(如果提供)在正时打开电子压痕,在负时将其关闭,并在零或省略时切换它。