summaryrefslogtreecommitdiffhomepage
path: root/attic
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-10-30 02:10:14 +0000
committerjao <jao@gnu.org>2022-10-30 02:10:14 +0000
commitfbb1571cec862d16334e14c2613f356c1c938b3c (patch)
tree87f40a82e86e292145d8304a15cb7f6ad51442c3 /attic
parent49807590c9e68eb0d0eda2dae5b60bf297922ba7 (diff)
downloadelibs-fbb1571cec862d16334e14c2613f356c1c938b3c.tar.gz
elibs-fbb1571cec862d16334e14c2613f356c1c938b3c.tar.bz2
symbol-overlay instead of smartscan
Diffstat (limited to 'attic')
-rw-r--r--attic/elisp/misc.el7
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