Remove tip to remove helm from popwin display config

This commit is contained in:
syl20bnr 2014-11-03 22:02:13 -05:00
parent 737d371d27
commit 374de72040

View file

@ -1610,14 +1610,6 @@ your `~/.spacemacs` the following snippet:
(add-hook 'emacs-lisp-mode-hook 'evil-lisp-state))
```
2) Do not use popwin for `helm` buffers:
```elisp
(defun dotspacemacs/config ()
(spacemacs/remove-popwin-display-config "helm")
```
## TODO list
- Add support for [multiple-cursors][multiple-cursors] mode.