summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
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'."
1003(setup (:straight imenu-anywhere) 1003(setup (:straight imenu-anywhere)
1004 (:global "C-." imenu-anywhere)) 1004 (:global "C-." imenu-anywhere))
1005 1005
1006(setup (:straight iscroll)
1007 (:hook-into text-mode))
1008
1006(setup (:straight ledger-mode) 1009(setup (:straight ledger-mode)
1007 (:needs "ledger")) 1010 (:needs "ledger"))
1008 1011