summaryrefslogtreecommitdiff
path: root/app-emacs/inf-clojure/files/50inf-clojure-gentoo.el
blob: 429d08e1fcb9414d1639cfca95cee5011f19c92c (plain)
1
2
3
4
5
6
(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)