diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-06-08 07:49:01 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-06-08 07:49:01 +0100 |
commit | 164695304ecaa81f54ec33af9c7a243576252d3d (patch) | |
tree | 542b01c635b3e774fc1a73c3050ea9803f52048a | |
parent | cbe72dad05f7105d3318cf860a0f5026a7d77712 (diff) | |
download | dotfiles-164695304ecaa81f54ec33af9c7a243576252d3d.tar.gz |
Set smartscan-symbol-selector to symbol
-rw-r--r-- | .emacs.d/lisp/init-navigation.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-navigation.el b/.emacs.d/lisp/init-navigation.el index 7d8439d..0107201 100644 --- a/.emacs.d/lisp/init-navigation.el +++ b/.emacs.d/lisp/init-navigation.el @@ -37,6 +37,7 @@ ("C-c C-;" . avy-copy-as-kill-in-line)) (use-package smartscan + :custom (smartscan-symbol-selector "symbol") :config (unbind-key "M-'" smartscan-map) (defvar-local smartscan-exclude-modes '(cider-repl-mode |