summaryrefslogtreecommitdiff
blob: b38dc76b8ada524b78d24cced84a534c329b2eb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
;;; mcomplete site-lisp configuration

(add-to-list 'load-path "@SITELISP@")

(autoload 'mcomplete-mode "mcomplete"
  "Toggle minibuffer completion with prefix and substring matching." t)
(autoload 'turn-on-mcomplete-mode "mcomplete"
  "Turn on minibuffer completion with prefix and substring matching." t)
(autoload 'turn-off-mcomplete-mode "mcomplete"
  "Turn off minibuffer completion with prefix and substring matching." t)