diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 32458cf9..28d9e5aa 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -183,4 +183,6 @@ Requires `call-process-to-string' from `functions'." ;;; Column indices might need some customizing. See `helm-top-command' and ;;; https://github.com/emacs-helm/helm/issues/1586. +(setq helm-window-show-buffers-function 'helm-window-mosaic-fn) + (provide 'init-helm)