# HG changeset patch # User Oleksandr Gavenko # Date 1315168720 -10800 # Node ID 0722f3949eda35b672b37457e537dab854ea6955 # Parent 90d155b829541de8750bbb8f8e1bd7a86d9d4629 Enable dict-mode. diff -r 90d155b82954 -r 0722f3949eda .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)