summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-04-07 16:30:05 +0200
committerAlan Pearce2017-04-07 16:30:05 +0200
commit9b322b93fc2e0319010bc6595e2142b3db7d8882 (patch)
treec400f70fce1117b10220c176106fb3e326593d1f
parentcbad111eb644ac7cbbf6bacdf20221497dfeeb17 (diff)
downloaddotfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.tar.lz
dotfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.tar.zst
dotfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.zip
Emacs: Configure smartscan-mode properly
-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