about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-22T22·54+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-22T22·54+0100
commitff7a9576b2ce206ff2bf73b53de2191d41f347b3 (patch)
treea9f5aa75c104da1feba11d7712a2019dc2b576d2 /init/custom.el
parent3cd22f287814fe37c2c7335256444d3339041a23 (diff)
fix(kubernetes): Don't open overview in full-frame mode
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el
index cc4ec3268ad3..85423e0ae5b3 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -14,6 +14,7 @@
  '(global-auto-complete-mode t)
  '(helm-split-window-in-side-p t)
  '(helm-split-window-inside-p t)
+ '(kubernetes-commands-display-buffer-function (quote display-buffer))
  '(magit-log-show-gpg-status t)
  '(ns-alternate-modifier (quote none))
  '(ns-command-modifier (quote control))