Emacs: Configure smartscan-mode properly
1 file changed, 2 insertions(+), 1 deletion(-)
jump to
M emacs/.emacs.d/init.org → emacs/.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