Do to turn on auto-fill mode. It is hard to disable it in derived modes.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Apr 2019 11:28:40 +0300
changeset 1579 92b878231632
parent 1578 1fabb8953172
child 1580 dfdbb8f1922c
Do to turn on auto-fill mode. It is hard to disable it in derived modes.
.emacs-my
--- a/.emacs-my	Mon Mar 11 12:19:49 2019 +0200
+++ b/.emacs-my	Tue Apr 16 11:28:40 2019 +0300
@@ -1544,8 +1544,8 @@
 (setq sentence-end-double-space nil)
 
 ;; Turn on auto-fill mode
-(add-hook 'html-mode-hook 'turn-on-auto-fill)
-(add-hook 'text-mode-hook 'turn-on-auto-fill)
+;; (add-hook 'html-mode-hook 'turn-on-auto-fill)
+;; (add-hook 'text-mode-hook 'turn-on-auto-fill)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "cacl, calculator")