Exclude helm windows from golden ratio
This commit is contained in:
parent
3c1387f5ea
commit
3845a56b12
1 changed files with 2 additions and 0 deletions
|
@ -1240,6 +1240,8 @@ Example: (evil-map visual \"<\" \"<gv\")"
|
|||
"speedbar-mode"
|
||||
))
|
||||
|
||||
(add-to-list 'golden-ratio-exclude-buffer-regexp "^\\*[hH]elm.*")
|
||||
|
||||
(setq golden-ratio-extra-commands
|
||||
(append golden-ratio-extra-commands
|
||||
'(ace-window
|
||||
|
|
Reference in a new issue