Skip to content

Commit

Permalink
spacemacs-completion: comply w/ new helm-display-buffer signature
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkamm authored and syl20bnr committed Jan 23, 2018
1 parent fe64413 commit 08df5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-completion/funcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
(window-height . 0.4)))
(defvar spacemacs-display-buffer-alist nil)

(defun spacemacs//display-helm-window (buffer)
(defun spacemacs//display-helm-window (buffer &optional resume)
"Display the Helm window respecting `dotspacemacs-helm-position'."
(let ((display-buffer-alist
(list spacemacs-helm-display-help-buffer-regexp
Expand Down

0 comments on commit 08df5f9

Please sign in to comment.