.emacs-my
changeset 148 7df64d2c9f3d
parent 147 91afa4a1017f
child 149 f89eb11ecc21
--- 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)