summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-10-14 14:09:34 +0200
committerAlan Pearce2016-10-14 14:09:34 +0200
commitc1f33c842d6728b7c7f35faf04c07497fc0817eb (patch)
tree8cac62f0d98726843481dc96eb0ef24dc379cc34 /tag-emacs
parent4f23103702f5fed2e34b13aeb9ddda2157e393a5 (diff)
downloaddotfiles-c1f33c842d6728b7c7f35faf04c07497fc0817eb.tar.lz
dotfiles-c1f33c842d6728b7c7f35faf04c07497fc0817eb.tar.zst
dotfiles-c1f33c842d6728b7c7f35faf04c07497fc0817eb.zip
Emacs: Swap crux open-line keybinds
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files 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)