-
Notifications
You must be signed in to change notification settings - Fork 2
/
leim-list.el.in
43 lines (30 loc) · 1.46 KB
/
leim-list.el.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
;;; skk/leim-list.el --- list of LEIM for SKK -*- emacs-lisp -*-
;; Copyright (C) 2000 SKK Development Team <skk@ring.gr.jp>
;; Maintainer: SKK Development Team <skk@ring.gr.jp>
;; Keywords: japanese, mule, input method
;; This file is part of Daredevil SKK.
;; Daredevil SKK is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 2, or
;; (at your option) any later version.
;; Daredevil SKK is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with Daredevil SKK, see the file COPYING. If not, write to
;; the Free Software Foundation Inc., 51 Franklin St, Fifth Floor,
;; Boston, MA 02110-1301, USA.
;;; Commentary:
;; This file registers SKK as input methods for Emacs.
;; Currently this file is for FSF Emacs only (not for XEmacs).
;;; Code:
(unless noninteractive
;; No need to load this file when Emacs is called for `make' or most of other
;; batch processings.
;; `register-input-method' is called in skk-autoloads.el. `skk-activate' is
;; also autoloaded there.
(require 'skk-autoloads)
;; Doubt. This is a matter of preference.
(require 'skk-setup))
;;; skk/leim-list.el ends here