Skip to main content

Timeline for Hide mode-line for minimap buffers

Current License: CC BY-SA 3.0

7 events
when toggle format what by license comment
Jan 31, 2015 at 11:07 comment added jens_bo Just in case someone needs this too. I am running Version: 20150108.1615 and the hook is different: (add-hook 'minimap-mode-hook (lambda () (setq mode-line-format nil)))
Dec 14, 2014 at 16:55 history edited Constantine CC BY-SA 3.0
Remove bad advice about advising display-buffer.
Dec 14, 2014 at 16:54 comment added Constantine @lunaryorn: Good point. I'll remove that part from the answer.
Dec 14, 2014 at 15:41 comment added user227 You should never advice core functions like display-buffer. That's asking for trouble. It's better to customize display-buffer-alist.
Dec 12, 2014 at 18:56 history edited Constantine CC BY-SA 3.0
The author of Minimap spells it this way.
Dec 12, 2014 at 18:35 vote accept d-cmst
Dec 12, 2014 at 18:34 history answered Constantine CC BY-SA 3.0