From 77159c327aebc8374fcea2b8f95a7cba8f37745c Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 26 Jul 2023 00:34:34 +1000 Subject: Minor fixes for wiki and buildbot configs --- emacs/.emacs.d/init/ycp-markup.el | 6 +++--- emacs/.emacs.d/init/ycp-web.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index 9dc888b..1330f0a 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -68,11 +68,11 @@ (require 'my-markdown) (my-keybind markdown-mode-map "" 'my-markdown-maybe-follow-thing-at-point)) -;; mediawiki -(my-package mediawiki) (my-package wiki (my-keybind wiki-mode-map - "C-'" #'my-wiki-grok-wikipedia)) + "C-'" #'my-wiki-grok-wikipedia) + (my-setq-from-local wiki-sites) + (define-wiki-site-commands)) (my-package ledger-mode (:install t) diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 2e56b19..2f08a06 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -71,9 +71,9 @@ (my-package buildbot (:delay 30) - (my-setq-from-local buildbot-host buildbot-github-status-builders) - (setq buildbot-builders (ignore-errors (buildbot-get-all-builders))) -) + (setq buildbot-default-host "https://buildbot.mariadb.org") + (setq buildbot-api-changes-direct-filter t) + ) (my-package org-jira (:delay 30) -- cgit v1.2.3