Skip to content

Commit

Permalink
Don't override input-decode-map
Browse files Browse the repository at this point in the history
This was a horrible hack to fix a bug outside the scope of Outshine.
  • Loading branch information
thblt committed Mar 13, 2019
1 parent cdb9c95 commit 210cc88
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions outshine.el
Original file line number Diff line number Diff line change
Expand Up @@ -2337,11 +2337,6 @@ marking subtree (and subsequently run the tex command)."

;;;;; Principal Keybindings

;; From <http://stackoverflow.com/questions/4351044/binding-m-up-m-down-in-emacs-23-1-1>.
;; FIXME: This should almost certainly be removed, or at least moved into the mode.
(define-key input-decode-map "\e\eOA" [(meta up)])
(define-key input-decode-map "\e\eOB" [(meta down)])

;; Adapted from `org-mode' and `outline-mode-easy-bindings'.

;;;;;; Visibility Cycling
Expand Down

0 comments on commit 210cc88

Please sign in to comment.