From 9bacd1c8cebb3b557c74de0f2cd55343b63055ca Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 26 Oct 2019 18:25:27 -0400 Subject: emacs: add oddmuse-curl --- .emacs.d/init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-83-g751a