开发者

How to set the default width of fill mode to 80 with emacs?

开发者 https://www.devze.com 2023-01-12 20:40 出处:网络
I know that \"C-u 80 C-x f\" sets the fil开发者_C百科l width 80, and M-q adjusts it. How to make it default? I mean, how to make width 80 deafault for fill width?In your .emacs place (setq-default fil

I know that "C-u 80 C-x f" sets the fil开发者_C百科l width 80, and M-q adjusts it. How to make it default? I mean, how to make width 80 deafault for fill width?


In your .emacs place (setq-default fill-column 80) Or you can just use M-x customize-variable on fill-column, and it will set it and save it for you using the standard customize interface.

0

精彩评论

暂无评论...
验证码 换一张
取 消