在使用 asm-mode 的时候, 按下回车后, 语句是自动缩进的. 比如
set a 10
和
(tab) (tab) set a 10
在按下回车后 他都会自动缩进成
(tab) set a 10
我的问题是: 如何修改才能让回车保留上一行的缩进, 感觉这是 asm-mode 的设置, 有点画蛇添足了
在使用 asm-mode 的时候, 按下回车后, 语句是自动缩进的. 比如
set a 10
和
(tab) (tab) set a 10
在按下回车后 他都会自动缩进成
(tab) set a 10
我的问题是: 如何修改才能让回车保留上一行的缩进, 感觉这是 asm-mode 的设置, 有点画蛇添足了
可能是electric-indent-mode,试试
(setq electric-indent-mode nil)