summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)