Setup imenu-anywhere

This commit is contained in:
Case Duckworth 2021-05-28 20:51:32 -05:00
parent 0523d84477
commit 8d91bb02ce
1 changed files with 3 additions and 0 deletions

View File

@ -978,6 +978,9 @@ if ripgrep is installed, otherwise `consult-grep'."
"<help> o" helpful-symbol
"C-c C-d" helpful-at-point))
(setup (:straight imenu-anywhere)
(:global "C-." imenu-anywhere))
(setup (:straight ledger-mode)
(:needs "ledger"))