From 036f753a60fd7ca16d9bc40b5f392bf2351f90ca Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 26 Feb 2021 19:25:11 -0600 Subject: Add smartscan --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index 194eb37..d3ce1f4 100644 --- a/config.org +++ b/config.org @@ -1723,6 +1723,19 @@ versions, because of the regex thing. :map isearch-mode-map))) #+end_src +** Smart scan :package: + +Like Vim's =*= / =#=. + +#+begin_src emacs-lisp :noweb-ref packages + (straight-use-package 'smartscan) + (autoload 'smartscan-mode "smartscan") +#+end_src + +#+begin_src emacs-lisp :noweb-ref hooks + (add-hook 'prog-mode-hook #'smartscan-mode) +#+end_src + ** Commenting :crux: I don't think the default =M-;= (=M-x comment-dwim=) binding makes sense. -- cgit 1.4.1-21-gabe81