diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init/ycp-markup.el | 6 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 6 |
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) |