summary refs log tree commit diff stats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
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