.emacs-my
changeset 1361 f7fcbc47f739
parent 1360 a65e3eb1d96e
child 1363 084f0941ff30
equal deleted inserted replaced
1360:a65e3eb1d96e 1361:f7fcbc47f739
  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)