emacs: add oddmuse-curl
authorAmin Bandali <bandali@gnu.org>
Sat, 26 Oct 2019 22:25:27 +0000 (18:25 -0400)
committerAmin Bandali <bandali@gnu.org>
Sat, 26 Oct 2019 22:27:26 +0000 (18:27 -0400)
.emacs.d/init.el
.emacs.d/straight/versions/default.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)
 
index e578d8f..8661ab6 100644 (file)
@@ -61,6 +61,7 @@
  ("multiple-cursors.el" . "b9b851a7670f4348f3a08b11ef12ed99676c8b84")
  ("mwim.el" . "b4f3edb4c0fb8f8b71cecbf8095c2c25a8ffbf85")
  ("no-littering" . "effed6caa63423b366a072fe31e5494389f9281e")
+ ("oddmuse-curl" . "167520342f206c6451344d271e66f0f520664021")
  ("org" . "58ceff522bec39ca4511024a0ad747e2135919f9")
  ("org-pdftools" . "c48942e616bef7dcf477a0df4e2982e325f8f646")
  ("org-ref" . "58ae484729aa2027fcc3283a75f4c2c19cf499a2")