# HG changeset patch # User Oleksandr Gavenko # Date 1555717132 -10800 # Node ID ad08a623a8c43d136bdf922c3bd1f35ab9333cf0 # Parent dfdbb8f1922ca3960e16811d749bdd6e6e335643 Activate gaphrase mode. diff -r dfdbb8f1922c -r ad08a623a8c4 .emacs-my --- a/.emacs-my Thu Apr 18 23:35:53 2019 +0300 +++ b/.emacs-my Sat Apr 20 02:38:52 2019 +0300 @@ -1763,13 +1763,16 @@ ;; (setq-default ispell-extra-args '("--sug-mode=ultra")) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -(message "dict, dictd, dictionary, gadict") +(message "dict, dictd, dictionary, gadict, gaphrase") (when (fboundp 'gadict-mode) (add-to-list 'auto-mode-alist '("\\.gadict$" . gadict-mode)) ) - (add-hook 'gadict-mode-hook 'whitespace-mode) +(when (fboundp 'gaphrase-mode) + (add-to-list 'auto-mode-alist '("\\.gaphrase$" . gaphrase-mode)) ) +(add-hook 'gaphrase-mode-hook 'whitespace-mode) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "figlet")