aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-26 00:34:34 +1000
committerYuchen Pei <id@ypei.org>2023-07-26 00:36:22 +1000
commit77159c327aebc8374fcea2b8f95a7cba8f37745c (patch)
treea08fac9025a4a4c1c6d43ed090e83de7f8b7d6b6 /emacs
parentb9ebb4a73ddcb08ed7afb28eb4fa7f0a920e2bae (diff)
Minor fixes for wiki and buildbot configs
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init/ycp-markup.el6
-rw-r--r--emacs/.emacs.d/init/ycp-web.el6
2 files changed, 6 insertions, 6 deletions
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 "<ret>" '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)