mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
elisp-site-file-install() adds the line by itself. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
3 lines
129 B
EmacsLisp
3 lines
129 B
EmacsLisp
(autoload 'rd-mode "rd-mode" "major mode for ruby document formatter RD" t)
|
|
(add-to-list 'auto-mode-alist '("\\.rd$" . rd-mode))
|