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/bongo/files/50bongo-gentoo.el

5 lines
192 B

(add-to-list 'load-path "@SITELISP@")
(if (boundp 'image-load-path)
(add-to-list 'image-load-path "@SITEETC@" t))
(autoload 'bongo "bongo" "Start Bongo by switching to a Bongo buffer." t)