blob: 79718b7370b9a69b01cc47e381c50ad362741cad (
plain)
1
2
3
4
5
6
7
|
;;; bongo site-lisp configuration
(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)
|