--- a/.emacs-my Sun Sep 04 23:09:38 2011 +0300
+++ b/.emacs-my Sun Sep 04 23:38:40 2011 +0300
@@ -138,6 +138,7 @@
text-mode
outline-mode
rst-mode
+ dict-c5-mode
)
"List of text modes.")
@@ -934,6 +935,13 @@
;(setq flyspell-delay '1)
;;; ----------------------------------------------------------------
+(message "dict, dictd, dictionary")
+
+(when (fboundp 'dict-c5-mode)
+ (add-to-list 'auto-mode-alist '("\\.dict-c5$" . dict-c5-mode))
+ )
+
+;;; ----------------------------------------------------------------
(message "remember-mode")
(when (>= emacs-major-version 23)