equal
deleted
inserted
replaced
1515 (add-hook 'log-edit-mode-hook 'flyspell-mode) |
1515 (add-hook 'log-edit-mode-hook 'flyspell-mode) |
1516 |
1516 |
1517 ;; (setq-default ispell-extra-args '("--sug-mode=ultra")) |
1517 ;; (setq-default ispell-extra-args '("--sug-mode=ultra")) |
1518 |
1518 |
1519 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1519 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1520 (message "dict, dictd, dictionary") |
1520 (message "dict, dictd, dictionary, gadict") |
1521 |
1521 |
1522 (when (fboundp 'dict-c5-mode) |
1522 (when (fboundp 'gadict-mode) |
1523 (add-to-list 'auto-mode-alist '("\\.dict-c5$" . dict-c5-mode)) |
1523 (add-to-list 'auto-mode-alist '("\\.gadict$" . gadict-mode)) ) |
1524 ) |
|
1525 |
1524 |
1526 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1525 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1527 (message "figlet") |
1526 (message "figlet") |
1528 |
1527 |
1529 (defun my-figlet-region (&optional b e) |
1528 (defun my-figlet-region (&optional b e) |