emacs: add oddmuse-curl
[~bandali/configs] / .emacs.d / init.el
index fbe2bd3..6b8dd8e 100644 (file)
@@ -2017,6 +2017,18 @@ This function is intended for use with `ivy-ignore-buffers'."
              :files ("*.el" ("kotl" "kotl/*.el")
                      "DEMO" "man/*.info" "man/*.texi")))
 
+(use-package oddmuse-curl
+  :straight (:host github :repo "kensanata/oddmuse-curl")
+  :config
+  (setq
+   oddmuse-wikis
+   (append
+    '(("EmacsConf" "https://emacsconf.org" utf-8 "question" nil)
+      ("EmacsConf 2019" "https://emacsconf.org/2019" utf-8 "question" nil))
+    oddmuse-wikis))
+  :custom
+  (oddmuse-username "bandali"))
+
 \f
 ;;; Email (with Gnus)