contrib/gadict.el
changeset 510 212d9ff8725c
parent 457 970931b7ca37
child 527 0a31299fad70
equal deleted inserted replaced
509:e0a55237cfc1 510:212d9ff8725c
     9 ;; Created: 2016
     9 ;; Created: 2016
    10 ;; Version: 0.1
    10 ;; Version: 0.1
    11 ;; Keywords: dict, dictionary
    11 ;; Keywords: dict, dictionary
    12 
    12 
    13 ;;; Commentary:
    13 ;;; Commentary:
       
    14 ;;
       
    15 ;; Mode can be installed by:
       
    16 ;;
       
    17 ;;   (autoload 'gadict-mode "gadict")
    14 ;;
    18 ;;
    15 ;; File association can be registered by:
    19 ;; File association can be registered by:
    16 ;;
    20 ;;
    17 ;;   (add-to-list 'auto-mode-alist (cons "\\.gadict$" 'gadict-mode))
    21 ;;   (add-to-list 'auto-mode-alist (cons "\\.gadict$" 'gadict-mode))
    18 
    22