roman / golden-ratio.el

Automatic resizing of Emacs windows to the golden ratio
MIT License
590 stars 38 forks source link

it's better to inhabit it at some major modes, like ediff-mode. #18

Closed deftsp closed 11 years ago

deftsp commented 11 years ago

as title

ngn999 commented 11 years ago

can't agree any more

roman commented 11 years ago

That's being supported by the golden-ratio-exclude-modes flag

See more at: 9843ca2

mrc commented 11 years ago

In case anyone comes across this: To inhibit golden-ratio on buffers that ediff is using for comparison, you can add this function to golden-ratio-inhibit-functions:

(defun ediff-comparison-buffer-p ()
  ediff-this-buffer-ediff-sessions)