Add note to emacs notes.

This commit is contained in:
Ivan Malison 2014-11-13 21:06:38 -08:00
parent c167a16715
commit 4a7bac7e0e

View File

@ -3,7 +3,7 @@ Emacs Notes -*- mode: org -*-
* <2014-11-01 Sat> * <2014-11-01 Sat>
** C-x z to repeat last command ** C-x z to repeat last command
** F3 to define macro F4 to use macro ** 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) ** C-x r (space to set register) (j to jump to register)
*** This requires you to enter a number after words *** This requires you to enter a number after words
*** Using the mark seems like a better option in most cases *** 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 ** M-r while in isearch-forward to toggle regexp mode
** C-c p r to replace in project. ** C-c p r to replace in project.
** projectile-ibuffer is useful for killing buffers. ** projectile-ibuffer is useful for killing buffers.
** C-x C-k r to apply macro to all lines in region