| Revision 3458,
771 bytes
checked in by munepi, 15 years ago
(diff) |
|
NEW: added lua-mode
|
| Rev | Line | |
|---|
| [3458] | 1 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 2 | ;; -*- coding: utf-8-unix -*- |
|---|
| 3 | ;; FSF Emacs 23 用 Vine Linux lua-mode 設定 |
|---|
| 4 | ;; Munehiro Yamamoto <munepi@vinelinux.org> |
|---|
| 5 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 6 | |
|---|
| 7 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 8 | ;; lua-mode の設定 |
|---|
| 9 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 10 | |
|---|
| 11 | (autoload 'lua-mode "lua-mode" "Lua editing mode." t) |
|---|
| 12 | (add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode)) |
|---|
| 13 | (add-to-list 'interpreter-mode-alist '("lua" . lua-mode)) |
|---|
| 14 | |
|---|
| 15 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|---|
| 16 | |
|---|
| 17 | (provide 'vine-default-lua-mode) |
|---|
| 18 | |
|---|
| 19 | ;; Local Variables: |
|---|
| 20 | ;; mode: emacs-lisp |
|---|
| 21 | ;; End: |
|---|
Note: See
TracBrowser
for help on using the repository browser.