Remove :emacs imenu module
Some of it was moved into core as reasonable defaults, but the rest of it doesn't warrant a whole module dedicated to it.
This commit is contained in:
parent
928ec16242
commit
0674e4b4b0
5 changed files with 7 additions and 22 deletions
|
@ -530,7 +530,6 @@
|
|||
:desc "Search buffer" "b" #'swiper
|
||||
:desc "Search current directory" "d" #'+default/search-from-cwd
|
||||
:desc "Jump to symbol" "i" #'imenu
|
||||
:desc "Jump to symbol across buffers" "I" #'imenu-anywhere
|
||||
:desc "Jump to link" "l" #'ace-link
|
||||
:desc "Look up online" "o" #'+lookup/online-select
|
||||
:desc "Look up in local docsets" "k" #'+lookup/in-docsets
|
||||
|
@ -705,8 +704,6 @@
|
|||
(:when (featurep! :ui treemacs)
|
||||
:desc "Project sidebar" "p" #'+treemacs/toggle
|
||||
:desc "Find file in project sidebar" "P" #'+treemacs/find-file)
|
||||
(:when (featurep! :emacs imenu)
|
||||
:desc "Imenu sidebar" "i" #'imenu-list-smart-toggle)
|
||||
(:when (featurep! :emacs term)
|
||||
:desc "Terminal" "t" #'+term/open
|
||||
:desc "Terminal in popup" "T" #'+term/open-popup-in-project)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue