From c1f33c842d6728b7c7f35faf04c07497fc0817eb Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 14 Oct 2016 14:09:34 +0200 Subject: Emacs: Swap crux open-line keybinds --- tag-emacs/emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 0c384ee..2c330f4 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -312,8 +312,8 @@ configuration with crux.el #+BEGIN_SRC emacs-lisp (use-package crux - :bind (("C-o" . crux-smart-open-line-above) - ("M-o" . crux-smart-open-line) + :bind (("M-o" . crux-smart-open-line-above) + ("C-o" . crux-smart-open-line) ("C-x 4 t" . crux-transpose-windows) ("C-c e" . crux-eval-and-replace) -- cgit 1.4.1