mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 23:48:22 +02:00
3 lines
114 B
EmacsLisp
3 lines
114 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'web-mode "web-mode"
|
|
"Major mode for editing web templates." t)
|