aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-markup.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-markup.el')
-rw-r--r--emacs/.emacs.d/init/ycp-markup.el6
1 files changed, 3 insertions, 3 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)