Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • You should never advice core functions like display-buffer. That's asking for trouble. It's better to customize display-buffer-alist. Commented Dec 14, 2014 at 15:41
  • @lunaryorn: Good point. I'll remove that part from the answer. Commented Dec 14, 2014 at 16:54
  • 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))) Commented Jan 31, 2015 at 11:07