diff options
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 2b087eee..54e049ed 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. |