summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-29 23:18:42 -0500
committerCase Duckworth2021-05-29 23:18:42 -0500
commiteea1485a0a245c2379f9669c27c447419cf7eae4 (patch)
treeed6ae516f46eeecaab49ce916c6b31fb8ccdec99 /init.el
parentAdd eradio (diff)
downloademacs-eea1485a0a245c2379f9669c27c447419cf7eae4.tar.gz
emacs-eea1485a0a245c2379f9669c27c447419cf7eae4.zip
Add iscorll
Diffstat (limited to 'init.el')
-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