dengste / minimap

Sidebar showing a "mini-map" of a buffer
168 stars 14 forks source link

minimap-mode is not activating for prog-mode #11

Closed mcandre closed 4 years ago

mcandre commented 9 years ago

Once the minimap-mode package is required in .emacs, minimap-mode is supposed to activate by default with any prog-mode buffer. But on my machine, I still have to explicitly toggle minimap-mode on for java-mode buffers.

System:

$ specs cask:minimap emacs brew os
Specs:

specs 0.12
https://github.com/mcandre/specs#readme

find $HOME/.emacs.d/.cask -name '*minimap*' | head -n 1
/Users/apennebaker/.emacs.d/.cask/24.4.1/elpa/minimap-20150108.1615

emacs --version
GNU Emacs 24.4.1
Copyright (C) 2014 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

brew --version
0.9.5

system_profiler SPSoftwareDataType | grep 'System Version'
      System Version: OS X 10.10.2 (14C109)
dengste commented 4 years ago

Requiring minimap is not sufficient, you need to enable it by calling minimap-mode.