emacs에게 80번째 문자로 줄 바꿈하도록 어떻게 지시합니까?
넣을 수 있는 솔루션을 찾고 있습니다 /.emacs
.
이거 넣었 /.emacs
는데 안되네요.
;; ========== Enable Line Numbering ==========
(line-number-mode 1)
;; ========== Set the fill column ==========
(setq-default fill-column 80)
답변1
오타인 것 같은데요?
그것은해야한다
(setq default-fill-column 80)