Emacs: Remove dome more annoying keybindings in org-mode.

This commit is contained in:
tastytea 2019-11-29 02:00:57 +01:00
parent cc681d4663
commit 96b09d2706
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
;; Time-stamp: <2019-11-29T00:56:17+00:00>
;; Time-stamp: <2019-11-29T01:00:33+00:00>
;;; Commentary:
@ -132,6 +132,10 @@
("M-<right>" . nil)
("M-<up>" . nil)
("M-<down>" . nil)
("M-S-<left>" . nil)
("M-S-<right>" . nil)
("M-S-<up>" . nil)
("M-S-<down>" . nil)
("S-<left>" . nil)
("S-<right>" . nil)
("C-S-<left>" . nil)