Files
guru/app-text/noweb/files/50noweb-gentoo.el
Alessandro Barbieri 64939e25ca app-text/noweb: new package
Bug: https://bugs.gentoo.org/644258
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-02-25 06:49:52 +01:00

5 lines
180 B
EmacsLisp

(add-to-list 'load-path "@SITELISP@")
(autoload 'noweb-mode "noweb-mode"
"Minor meta mode for editing noweb files." t)
(add-to-list 'auto-mode-alist '("\\.nw\\'" . noweb-mode))