diff options
-rw-r--r-- | app-emacs/rst/files/50rst-gentoo.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/rst/files/50rst-gentoo.el b/app-emacs/rst/files/50rst-gentoo.el index 5792bb33563a..1c2cc29ae3b2 100644 --- a/app-emacs/rst/files/50rst-gentoo.el +++ b/app-emacs/rst/files/50rst-gentoo.el @@ -1,5 +1,5 @@ -;; rst site-lisp configuration +;;; rst site-lisp configuration (add-to-list 'load-path "@SITELISP@") (autoload 'rst-mode "rst" "mode for editing reStructuredText documents" t) |