You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/psgml/files/50psgml-gentoo-1.4.0.el

7 lines
295 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)
(autoload 'xml-mode "psgml" "Major mode to edit XML files." t)
(setq sgml-catalog-files '("CATALOG" "/etc/sgml/catalog"))
(setq sgml-display-char-list-filename
"@SITEETC@/iso88591.map")