equal
deleted
inserted
replaced
395 |
395 |
396 (add-hook 'write-file-hooks 'time-stamp) |
396 (add-hook 'write-file-hooks 'time-stamp) |
397 |
397 |
398 ;; ====================================================================== |
398 ;; ====================================================================== |
399 ;; *auto-fill* |
399 ;; *auto-fill* |
400 |
|
401 ;; To enable/disable auto-fill mode type ESC M-f. |
|
402 |
400 |
403 (setq-default fill-column 78) |
401 (setq-default fill-column 78) |
404 |
402 |
405 ;; By default used American convention - sentence and with two spaces. Change |
403 ;; By default used American convention - sentence and with two spaces. Change |
406 ;; it to one space. Has affect on filling and M-a, M-e commands. |
404 ;; it to one space. Has affect on filling and M-a, M-e commands. |