equal
deleted
inserted
replaced
1542 ;; By default used American convention - sentence and with two spaces. Change |
1542 ;; By default used American convention - sentence and with two spaces. Change |
1543 ;; it to one space. Has affect on filling and M-a, M-e commands. |
1543 ;; it to one space. Has affect on filling and M-a, M-e commands. |
1544 (setq sentence-end-double-space nil) |
1544 (setq sentence-end-double-space nil) |
1545 |
1545 |
1546 ;; Turn on auto-fill mode |
1546 ;; Turn on auto-fill mode |
1547 (add-hook 'html-mode-hook 'turn-on-auto-fill) |
1547 ;; (add-hook 'html-mode-hook 'turn-on-auto-fill) |
1548 (add-hook 'text-mode-hook 'turn-on-auto-fill) |
1548 ;; (add-hook 'text-mode-hook 'turn-on-auto-fill) |
1549 |
1549 |
1550 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1550 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1551 (message "cacl, calculator") |
1551 (message "cacl, calculator") |
1552 |
1552 |
1553 (setq-default calc-group-digits t) |
1553 (setq-default calc-group-digits t) |