mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
11 lines
272 B
Common Lisp
11 lines
272 B
Common Lisp
;; -*- lisp -*-
|
|
;; $FreeBSD$
|
|
;;
|
|
(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path))
|
|
(setq load-path (append '(
|
|
"%%LISPDIR%%"
|
|
) load-path)))
|
|
|
|
(autoload 'web-mode "web-mode" "Major mode to edit Javascript files." t)
|
|
|
|
(provide 'web-mode-autoloads)
|