| Revision 3080,
793 bytes
checked in by munepi, 15 years ago
(diff) |
|
updated yatex-vl.spec
|
| Line | |
|---|
| 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 2 | ;; -*- coding: utf-8-unix -*- |
|---|
| 3 | ;; FSF Emacs 23 用 Vine Linux YaHtml 設定 |
|---|
| 4 | ;; Munehiro Yamamoto <munepi@vinelinux.org> |
|---|
| 5 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 6 | |
|---|
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 8 | ;; YaHtml-mode: provided by YaTeX |
|---|
| 9 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 10 | |
|---|
| 11 | (autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t) |
|---|
| 12 | |
|---|
| 13 | (setq auto-mode-alist |
|---|
| 14 | (cons (cons "\\.html$" 'yahtml-mode) auto-mode-alist)) |
|---|
| 15 | |
|---|
| 16 | (setq yahtml-www-browser "firefox") |
|---|
| 17 | |
|---|
| 18 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 19 | |
|---|
| 20 | (provide 'vine-default-yahtml) |
|---|
| 21 | |
|---|
| 22 | ;; Local Variables: |
|---|
| 23 | ;; mode: emacs-lisp |
|---|
| 24 | ;; End: |
|---|
Note: See
TracBrowser
for help on using the repository browser.