diff options
Diffstat (limited to 'x11-wm/ratpoison/files/50ratpoison-gentoo.el')
-rw-r--r-- | x11-wm/ratpoison/files/50ratpoison-gentoo.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/ratpoison/files/50ratpoison-gentoo.el b/x11-wm/ratpoison/files/50ratpoison-gentoo.el new file mode 100644 index 000000000000..b8885bd7adc4 --- /dev/null +++ b/x11-wm/ratpoison/files/50ratpoison-gentoo.el @@ -0,0 +1,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)
\ No newline at end of file |