From 346bf421c54a0c3e286b632a99fe1f202d9289c5 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 7 Aug 2020 16:29:09 -0400 Subject: [PATCH] ENH remove annoying marker/point exchange binding --- etc/conf.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/conf.org b/etc/conf.org index aa437c6..e4a5d2e 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -4574,3 +4574,8 @@ The function keys are nice because they are almost (not always) free in every mo ("L" #'shrink-window-horizontally) ("=" #'balance-windows :exit t)) #+END_SRC +*** other +#+BEGIN_SRC emacs-lisp +;; exchange point and marker (I never saw the use for this) +(global-unset-key (kbd "C-x C-x")) +#+END_SRC