all repos — archive/dotfiles @ 9b322b93fc2e0319010bc6595e2142b3db7d8882

Superseded by nixfiles

Emacs: Configure smartscan-mode properly
Alan Pearce alan@alanpearce.uk
Fri, 07 Apr 2017 16:30:05 +0200
commit

9b322b93fc2e0319010bc6595e2142b3db7d8882

parent

cbad111eb644ac7cbbf6bacdf20221497dfeeb17

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M emacs/.emacs.d/init.orgemacs/.emacs.d/init.org
@@ -2418,7 +2418,8 @@ #+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