Skip to content

Instantly share code, notes, and snippets.

@darrik
Created April 5, 2013 21:46
Show Gist options
  • Save darrik/5322904 to your computer and use it in GitHub Desktop.
Save darrik/5322904 to your computer and use it in GitHub Desktop.
Don't resize windows that hold a *buffername* buffer.
(setq golden-ratio-inhibit-functions (lambda() (when (string-match "\*.*\*" (buffer-name)) t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment