From 374de72040618cad89c4f3cbda0e851b845c70e8 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 3 Nov 2014 22:02:13 -0500 Subject: [PATCH] Remove tip to remove helm from popwin display config --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index a121cc770..8977ed710 100644 --- a/README.md +++ b/README.md @@ -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.