diff options
author | Case Duckworth | 2021-05-29 23:18:42 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-29 23:18:42 -0500 |
commit | eea1485a0a245c2379f9669c27c447419cf7eae4 (patch) | |
tree | ed6ae516f46eeecaab49ce916c6b31fb8ccdec99 | |
parent | Add eradio (diff) | |
download | emacs-eea1485a0a245c2379f9669c27c447419cf7eae4.tar.gz emacs-eea1485a0a245c2379f9669c27c447419cf7eae4.zip |
Add iscorll
-rw-r--r-- | init.el | 3 |
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 | ||