I am trying to customize the minimap package in emacs.
I'd like to be able to read the name of the functions, class, etc while in the minimap. The effect I am trying to achieve is this (although in python mode): (from www.emacswiki.org/emacs/MiniMap)
As far as I understand the minimap module, there are two way to enlarge the name of function, class, etc.
The first requires semantic overlays, but I am not familiar with the semantic package, and I am not sure how well it supports python.
The second (that I set as the default option from M-x customize-group minimap
) should use the normal text height for all the functions - all the text with the face font-lock-function-name-face
- but I can't get it to work.
Does anyone know how to use this minimap function?