diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T16·07+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T16·07+0100 |
commit | 6225c1891424414a06f4b5a3a5a4c30312e24ace (patch) | |
tree | 654ff5c959e998b709ba25e42f0d496056f4c5ef /init/custom.el | |
parent | 6e7386b662d208f93e40b4567ad16f8d5ab54d5b (diff) |
fix(custom): Fix Helm window splitting behaviour
The default Helm window splitting behaviour is ridiculous. This fixes it!
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el index f9729f28e86c..ef901fd94dc6 100644 --- a/init/custom.el +++ b/init/custom.el @@ -11,6 +11,7 @@ ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" default))) '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) + '(helm-split-window-in-side-p t) '(magit-log-show-gpg-status t) '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote control)) |