diff options
author | Alan Pearce | 2017-04-07 16:30:05 +0200 |
---|---|---|
committer | Alan Pearce | 2017-04-07 16:30:05 +0200 |
commit | 9b322b93fc2e0319010bc6595e2142b3db7d8882 (patch) | |
tree | c400f70fce1117b10220c176106fb3e326593d1f /emacs/.emacs.d | |
parent | cbad111eb644ac7cbbf6bacdf20221497dfeeb17 (diff) | |
download | nixfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.tar.lz nixfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.tar.zst nixfiles-9b322b93fc2e0319010bc6595e2142b3db7d8882.zip |
Emacs: Configure smartscan-mode properly
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index cc6bc2ba..0b65c44c 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 |