From 9bacd1c8cebb3b557c74de0f2cd55343b63055ca Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 26 Oct 2019 18:25:27 -0400 Subject: [PATCH] emacs: add oddmuse-curl --- .emacs.d/init.el | 12 ++++++++++++ .emacs.d/straight/versions/default.el | 1 + 2 files changed, 13 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fbe2bd3..6b8dd8e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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")) + ;;; Email (with Gnus) diff --git a/.emacs.d/straight/versions/default.el b/.emacs.d/straight/versions/default.el index e578d8f..8661ab6 100644 --- a/.emacs.d/straight/versions/default.el +++ b/.emacs.d/straight/versions/default.el @@ -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") -- 2.20.1