diff options
author | Case Duckworth | 2021-05-28 20:51:32 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-28 20:51:32 -0500 |
commit | 8d91bb02ce9a2d3483ad7729db331cde26921db7 (patch) | |
tree | 4d6a22f40a30fa9b989e869170ac9e5c860ce15a | |
parent | Setup epithet (diff) | |
download | emacs-8d91bb02ce9a2d3483ad7729db331cde26921db7.tar.gz emacs-8d91bb02ce9a2d3483ad7729db331cde26921db7.zip |
Setup imenu-anywhere
-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 | ||