Skip to content

Commit

Permalink
workaround for bug hexmode/mediawiki-el#36
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmoore committed Sep 3, 2021
1 parent e873562 commit 993d7fd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,11 @@ display-buffer correctly."
("<M-left>" . mediawiki-simple-outline-promote)
("<M-right>" . mediawiki-simple-outline-demote)
("<M-up>" . outline-move-subtree-up)
("<M-down>" . outline-move-subtree-down)))
("<M-down>" . outline-move-subtree-down))
:config
;; workaround for bug https://github.com/hexmode/mediawiki-el/issues/36
(remove-hook 'outline-minor-mode-hook 'mediawiki-outline-magic-keys)
)

(use-package multiple-cursors)

Expand Down

0 comments on commit 993d7fd

Please sign in to comment.