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.
10 lines
524 B
10 lines
524 B
|
|
;;; 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) |