浏览代码

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



正在加载...
取消
保存