소스 검색

Add auto fill-column configs

master
10sr 3 년 전
부모
커밋
9ec6ebc67f
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -1
      emacs.el

+ 5
- 1
emacs.el 파일 보기

@@ -430,7 +430,6 @@ Otherwize hook it."
(setq line-move-visual nil)
(setq create-lockfiles nil)
(setq set-mark-command-repeat-pop t)
(setq-default fill-column 80)

(add-hook 'before-save-hook
'time-stamp)
@@ -610,6 +609,11 @@ THEM are function and its args."
ignoramus-file-basename-exact-names))
)


;; Fill column
(setq-default fill-column 80)
(add-hook 'text-mode-hook 'turn-on-auto-fill)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line



불러오는 중...
취소
저장