all repos — nixfiles @ 9b322b93fc2e0319010bc6595e2142b3db7d8882

System and user configuration, managed by nix and home-manager

Emacs: Configure smartscan-mode properly

Alan Pearce
commit

9b322b93fc2e0319010bc6595e2142b3db7d8882

parent

cbad111eb644ac7cbbf6bacdf20221497dfeeb17

1 file changed, 2 insertions(+), 1 deletion(-)

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