From 9b322b93fc2e0319010bc6595e2142b3db7d8882 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 7 Apr 2017 16:30:05 +0200 Subject: Emacs: Configure smartscan-mode properly --- emacs/.emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index cc6bc2b..0b65c44 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -2418,7 +2418,8 @@ Move between instances of a symbol #+BEGIN_SRC emacs-lisp (use-package smartscan :config (progn - (smartscan-mode 1))) + (global-smartscan-mode 1) + (setq smartscan-symbol-selector "symbol"))) #+END_SRC ** move-text -- cgit 1.4.1