Enable dict-mode.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 04 Sep 2011 23:38:40 +0300
changeset 691 0722f3949eda
parent 690 90d155b82954
child 692 6e566f6c7386
child 698 2a081d4e2e7c
Enable dict-mode.
.emacs-my
--- 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)