all repos — archive/dotfiles @ c1f33c842d6728b7c7f35faf04c07497fc0817eb

Superseded by nixfiles

Emacs: Swap crux open-line keybinds
Alan Pearce alan@alanpearce.uk
Fri, 14 Oct 2016 14:09:34 +0200
commit

c1f33c842d6728b7c7f35faf04c07497fc0817eb

parent

4f23103702f5fed2e34b13aeb9ddda2157e393a5

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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)