# HG changeset patch # User Oleksandr Gavenko # Date 1246288568 -10800 # Node ID 7df64d2c9f3df87e3f1188c76d0a83aa168dd635 # Parent 91afa4a1017f2bff3dd2722ea8b0daae0c241651 Remove unused key binding. Added more docs. diff -r 91afa4a1017f -r 7df64d2c9f3d .emacs-my --- a/.emacs-my Mon Jun 29 17:57:11 2009 +0300 +++ b/.emacs-my Mon Jun 29 18:16:08 2009 +0300 @@ -409,10 +409,13 @@ ;; ====================================================================== ;; *auto-fill* +;; To enable/disable auto-fill mode type ESC M-f. + (setq-default fill-column 78) +;; By default used American convention - sentence and with two spaces. Change +;; it to one space. Has affect on filling and M-a, M-e commands. (setq sentence-end-double-space nil) -(global-set-key (kbd "\e\ef") 'auto-fill-mode) ;; Turn on auto-fill mode (add-hook 'html-mode-hook 'turn-on-auto-fill)