mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 05:30:50 +00:00
elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
3 lines
145 B
EmacsLisp
3 lines
145 B
EmacsLisp
(add-to-list 'load-path "@SITELISP@")
|
|
(autoload 'gtypist-mode "gtypist-mode" nil t)
|
|
(add-to-list 'auto-mode-alist '("\\.typ\\'" . gtypist-mode))
|