| Revision 1212,
399 bytes
checked in by iwaim, 16 years ago
(diff) |
|
text-translator 0.7.1-1
|
| Line | |
|---|
| 1 | ;; |
|---|
| 2 | ;; text-translator-init.el |
|---|
| 3 | ;; |
|---|
| 4 | ;; for Vine Linux with emacsen-common |
|---|
| 5 | ;; IWAI, Masaharu <iwai@alib.jp> |
|---|
| 6 | |
|---|
| 7 | (defcustom vine-default-text-translator t |
|---|
| 8 | "A boolean for vine-default-text-translator" |
|---|
| 9 | :type 'boolean) |
|---|
| 10 | |
|---|
| 11 | (add-hook 'vine-default-setup-hook |
|---|
| 12 | (lambda() |
|---|
| 13 | (if vine-default-text-translator |
|---|
| 14 | (require 'vine-default-text-translator)))) |
|---|
| 15 | |
|---|
| 16 | ;;; end of file |
|---|
Note: See
TracBrowser
for help on using the repository browser.