diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index d6a026a..502413f 100644 --- a/init.el +++ b/init.el | |||
@@ -978,6 +978,9 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
978 | "<help> o" helpful-symbol | 978 | "<help> o" helpful-symbol |
979 | "C-c C-d" helpful-at-point)) | 979 | "C-c C-d" helpful-at-point)) |
980 | 980 | ||
981 | (setup (:straight imenu-anywhere) | ||
982 | (:global "C-." imenu-anywhere)) | ||
983 | |||
981 | (setup (:straight ledger-mode) | 984 | (setup (:straight ledger-mode) |
982 | (:needs "ledger")) | 985 | (:needs "ledger")) |
983 | 986 | ||