How do I make Emacs auto-indent my C code?

后端 未结 7 1104
一向
一向 2021-01-31 18:53

I\'m just starting to get a feel for emacs, but I am frustrated with it\'s tendency to not indent when I press the return key. I know if I press C-j it will do it, but I can\'t

7条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 19:17

    copying: move to start, CTRL-space, move to end, ALT-W

    pasting: CTRL-y

    on unix: left mouse to copy, right mouse to paste

提交回复
热议问题