From 6e456d96e7121a5232e51f58375125cb128ea484 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 16 Oct 2007 21:50:12 +0000 Subject: Initial import. svn path=/emacs-overlay/; revision=720 --- app-emacs/oddmuse/files/50oddmuse-gentoo.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app-emacs/oddmuse/files/50oddmuse-gentoo.el (limited to 'app-emacs/oddmuse/files/50oddmuse-gentoo.el') diff --git a/app-emacs/oddmuse/files/50oddmuse-gentoo.el b/app-emacs/oddmuse/files/50oddmuse-gentoo.el new file mode 100644 index 0000000..988e3b1 --- /dev/null +++ b/app-emacs/oddmuse/files/50oddmuse-gentoo.el @@ -0,0 +1,18 @@ + +;; oddmuse site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(autoload 'oddmuse-toggle-minor "oddmuse" "Toggle minor mode state." t) +(autoload 'oddmuse-edit "oddmuse" "Edit a page on a wiki." t) +(autoload 'oddmuse-follow "oddmuse" + "Figure out what page we need to visit +and call `oddmuse-edit' on it." t) +(autoload 'oddmuse-post "oddmuse" + "Post the current buffer to the current wiki. +The current wiki is taken from `oddmuse-wiki'." t) +(autoload 'oddmuse-revert "oddmuse" "Revert this oddmuse page." t) +(autoload 'oddmuse-insert-pagename "oddmuse" + "Insert a PAGENAME of current wiki with completion." t) +(autoload 'emacswiki-post "oddmuse" + "Post the current buffer to the EmacsWiki. +This command is intended to post current EmacsLisp program easily." t) -- cgit v1.2.3-65-gdbad