# HG changeset patch # User Oleksandr Gavenko # Date 1457871382 -7200 # Node ID f7fcbc47f739de65dcf936fe65680712a8a53d11 # Parent a65e3eb1d96ed43dfea20ca670fd6a51034d9f80 Load gadict mode if available. diff -r a65e3eb1d96e -r f7fcbc47f739 .emacs-my --- a/.emacs-my Sun Mar 13 14:14:41 2016 +0200 +++ b/.emacs-my Sun Mar 13 14:16:22 2016 +0200 @@ -1517,11 +1517,10 @@ ;; (setq-default ispell-extra-args '("--sug-mode=ultra")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(message "dict, dictd, dictionary") - -(when (fboundp 'dict-c5-mode) - (add-to-list 'auto-mode-alist '("\\.dict-c5$" . dict-c5-mode)) - ) +(message "dict, dictd, dictionary, gadict") + +(when (fboundp 'gadict-mode) + (add-to-list 'auto-mode-alist '("\\.gadict$" . gadict-mode)) ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "figlet")