equal
deleted
inserted
replaced
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 |