Revision 2599,
375 bytes
checked in by munepi, 12 years ago
(diff) |
updated emacs, emacs24, yatex, howm
|
Rev | Line | |
---|
[2432] | 1 | ;; |
---|
| 2 | ;; howm-init.el |
---|
| 3 | ;; |
---|
| 4 | ;; for Vine Linux with emacsen-common |
---|
| 5 | ;; Munehiro Yamamoto <munepi@vinelinux.org> |
---|
| 6 | |
---|
| 7 | (defcustom vine-default-howm t |
---|
| 8 | "A boolean for vine-default-howm" |
---|
| 9 | :type 'boolean) |
---|
| 10 | |
---|
| 11 | (add-hook 'vine-default-setup-hook |
---|
| 12 | (lambda() |
---|
[2599] | 13 | (when vine-default-howm |
---|
| 14 | (message "Loading vine-default-howm ...") |
---|
| 15 | (require 'vine-default-howm)))) |
---|
[2432] | 16 | |
---|
| 17 | ;;; end of file |
---|
Note: See
TracBrowser
for help on using the repository browser.