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.
gentoo-overlay/app-emacs/http-emacs/files/50http-emacs-gentoo.el

15 lines
630 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'http-get "http-get"
"Get URL in a buffer, and return the process." t)
(autoload 'http-post "http-post"
"Post to a URL in a buffer using HTTP 1.1, and return the process." t)
(autoload 'swc-emacswiki-browse "simple-wiki-completion" nil t)
(autoload 'simple-wiki-edit "simple-wiki-edit")
;;; The following are an attempt at some reasonable defaults based on
;;; the EmacsWiki page:
;;; http://emacswiki.org/cgi-bin/wiki.pl?SimpleWikiEditMode
;; (add-hook 'simple-wiki-edit-mode-hooks 'pcomplete-simple-wiki-setup)
;; (add-hook 'simple-wiki-edit-mode-hooks 'turn-off-auto-fill)