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/dev-python/bicyclerepair/files/50bicyclerepair-gentoo.el

11 lines
196 B

;;; bicyclerepair site-lisp configuration
(add-hook
'python-mode-hook
(lambda ()
(unless (fboundp 'brm-menu)
(require 'pymacs)
(pymacs-load "bikeemacs" "brm-")
(brm-init))))