From fe5a7815a298734860c375452d747cc7644f492b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 26 Sep 2016 17:11:17 +0200 Subject: Emacs: Add smartscan-mode Go to next/previous instance of symbol at point with M-n and M-p. M-' to replace all instances of symbol --- tag-emacs/emacs.d/init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2b087ee..54e049e 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2247,6 +2247,16 @@ nice as the real version (add-hook 'coffee-mode-hook #'turn-off-smartparens-mode))) #+END_SRC +** smart-scan + +Move between instances of a symbol + +#+BEGIN_SRC emacs-lisp + (use-package smartscan + :config (progn + (smartscan-mode 1))) +#+END_SRC + ** move-text Transposing lines, made easier. -- cgit 1.4.1