Incoffee-mode
RET
绑定到coffee-newline-and-indent
哪个工作正常。
我也evil-mode
曾经有过 Vim 仿真。evil-mode
使用标准newline-and-indent
,因此对于某些 vim 命令,例如o
or ,缩进是不正确的O
。
重新绑定的最佳方法是newline-and-indent
什么coffee-newline-and-indent
?
我仍然是 ELisp 的新手,并尝试了下面的行,但它不起作用。
(add-hook 'coffee-mode-hook
(lambda ()
(setq newline-and-indent '(funcall coffee-newline-and-indent))))