Преглед изворни кода

Add auto fill-column configs

master
10sr пре 3 година
родитељ
комит
9ec6ebc67f
Signed by: 10sr GPG Key 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



Loading…
Откажи
Сачувај