From 204a3cfc1acf3cae62eae1404ef5788e29308d4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Mon, 28 Jan 2019 22:36:36 +0100 Subject: [PATCH] replace helm-spaces with perspective --- init.el | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index 0e23037..584a02e 100644 --- a/init.el +++ b/init.el @@ -180,13 +180,9 @@ :config (windmove-default-keybindings)) -(use-package helm-spaces - ;; customize mode-line-format to add: "(" sp-current-space ")" - ;; or in powerline theme add: - ;; (powerline-raw (if (and (boundp 'sp-current-space) sp-current-space) - ;; (concat " (" sp-current-space ")") "") face2) - :bind - ("C-c b" . helm-spaces)) +(use-package perspective + :config + (persp-mode)) ;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`)