mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
10 lines
259 B
Common Lisp
10 lines
259 B
Common Lisp
;; -*- lisp -*-
|
|
;;
|
|
(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)
|