summaryrefslogtreecommitdiff
blob: b8885bd7adc417391ec4ff49a92811b05b4c6a80 (plain)
1
2
3
4
5
6
7
8
9
10
;;; site-lisp configuration for ratpoison

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

(autoload 'ratpoisonrc-mode "ratpoison" "Mode for ratpoison configuration files." t)
(autoload 'ratpoison-command "ratpoison" "Run a ratpoison command." t)
(autoload 'ratpoison-command-on-region "ratpoison" "Run a ratpoison command contained in the region." t)
(autoload 'ratpoison-info "ratpoison" "Call up the ratpoison info page." t)
(autoload 'ratpoison-command-info "ratpoison" "Call up the info page listing the ratpoison commands." t)