From eea1485a0a245c2379f9669c27c447419cf7eae4 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 29 May 2021 23:18:42 -0500 Subject: [PATCH] Add iscorll --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index da5f840..292ee2f 100644 --- a/init.el +++ b/init.el @@ -1003,6 +1003,9 @@ if ripgrep is installed, otherwise `consult-grep'." (setup (:straight imenu-anywhere) (:global "C-." imenu-anywhere)) +(setup (:straight iscroll) + (:hook-into text-mode)) + (setup (:straight ledger-mode) (:needs "ledger"))