summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-10-16 21:50:12 +0000
committerUlrich Müller <ulm@gentoo.org>2007-10-16 21:50:12 +0000
commit6e456d96e7121a5232e51f58375125cb128ea484 (patch)
treed3a68ef61c2d512d5f1c76d81f1819d59ebcbf6b /app-emacs/oddmuse/files/50oddmuse-gentoo.el
parentSRC_URI updated. (diff)
downloademacs-6e456d96e7121a5232e51f58375125cb128ea484.tar.gz
emacs-6e456d96e7121a5232e51f58375125cb128ea484.tar.bz2
emacs-6e456d96e7121a5232e51f58375125cb128ea484.zip
Initial import.
svn path=/emacs-overlay/; revision=720
Diffstat (limited to 'app-emacs/oddmuse/files/50oddmuse-gentoo.el')
-rw-r--r--app-emacs/oddmuse/files/50oddmuse-gentoo.el18
1 files changed, 18 insertions, 0 deletions
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)