diff options
author | jao <jao@gnu.org> | 2022-10-30 02:10:14 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-10-30 02:10:14 +0000 |
commit | fbb1571cec862d16334e14c2613f356c1c938b3c (patch) | |
tree | 87f40a82e86e292145d8304a15cb7f6ad51442c3 /attic/elisp | |
parent | 49807590c9e68eb0d0eda2dae5b60bf297922ba7 (diff) | |
download | elibs-fbb1571cec862d16334e14c2613f356c1c938b3c.tar.gz elibs-fbb1571cec862d16334e14c2613f356c1c938b3c.tar.bz2 |
symbol-overlay instead of smartscan
Diffstat (limited to 'attic/elisp')
-rw-r--r-- | attic/elisp/misc.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/attic/elisp/misc.el b/attic/elisp/misc.el index c2f168c..58cb9bb 100644 --- a/attic/elisp/misc.el +++ b/attic/elisp/misc.el @@ -45,6 +45,13 @@ (idris-stay-in-current-window-on-compiler-error t))) (jao-define-attached-buffer "^\\*idris.*") +;;; smart scan +(use-package smartscan + :ensure t + :commands smartscan-mode + :init (add-hook 'prog-mode-hook #'smartscan-mode) + :diminish) + ;;; vterm (use-package vterm :ensure t |