summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-28 20:51:32 -0500
committerCase Duckworth2021-05-28 20:51:32 -0500
commit8d91bb02ce9a2d3483ad7729db331cde26921db7 (patch)
tree4d6a22f40a30fa9b989e869170ac9e5c860ce15a /init.el
parentSetup epithet (diff)
downloademacs-8d91bb02ce9a2d3483ad7729db331cde26921db7.tar.gz
emacs-8d91bb02ce9a2d3483ad7729db331cde26921db7.zip
Setup imenu-anywhere
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 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