From 4a7bac7e0e37d5d9f90d01aeeeb5d7abe2fc379b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 13 Nov 2014 21:06:38 -0800 Subject: [PATCH] Add note to emacs notes. --- emacs_notes.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs_notes.org b/emacs_notes.org index 25ff7168..fbaf8475 100644 --- a/emacs_notes.org +++ b/emacs_notes.org @@ -3,7 +3,7 @@ Emacs Notes -*- mode: org -*- * <2014-11-01 Sat> ** C-x z to repeat last command ** F3 to define macro F4 to use macro -*** Great in combinatino with C-u +*** Great in combination with C-u ** C-x r (space to set register) (j to jump to register) *** This requires you to enter a number after words *** Using the mark seems like a better option in most cases @@ -29,3 +29,4 @@ Emacs Notes -*- mode: org -*- ** M-r while in isearch-forward to toggle regexp mode ** C-c p r to replace in project. ** projectile-ibuffer is useful for killing buffers. +** C-x C-k r to apply macro to all lines in region