# HG changeset patch # User Oleksandr Gavenko # Date 1465319573 -10800 # Node ID 212d9ff8725cb86f642f2cd3213004cfd519c971 # Parent e0a55237cfc155370df6430b12db528a0d41359c Mode can be installed by... diff -r e0a55237cfc1 -r 212d9ff8725c contrib/gadict.el --- a/contrib/gadict.el Mon Jun 06 16:50:37 2016 +0300 +++ b/contrib/gadict.el Tue Jun 07 20:12:53 2016 +0300 @@ -12,6 +12,10 @@ ;;; Commentary: ;; +;; Mode can be installed by: +;; +;; (autoload 'gadict-mode "gadict") +;; ;; File association can be registered by: ;; ;; (add-to-list 'auto-mode-alist (cons "\\.gadict$" 'gadict-mode))