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

7 lines
293 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'inf-clojure "inf-clojure"
"Run an inferior Clojure process" t)
(autoload 'inf-clojure-minor-mode "inf-clojure"
"Minor mode for interacting with the inferior Clojure process buffer." t)
(add-hook 'clojure-mode-hook #'inf-clojure-minor-mode)