# HG changeset patch # User Oleksandr Gavenko # Date 1555403320 -10800 # Node ID 92b8782316326825696cb804199f4feecbad4cda # Parent 1fabb89531728426bd6d4268632974fb5e198056 Do to turn on auto-fill mode. It is hard to disable it in derived modes. diff -r 1fabb8953172 -r 92b878231632 .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")